Use the synonymous term "LGPLv2+".
[pspp] / ChangeLog
1 2007-07-13  Bruno Haible  <bruno@clisp.org>
2
3         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
4         * modules/configmake (License): Likewise.
5         * modules/gettext (License): Likewise.
6         * modules/gettext-h (License): Likewise.
7         * modules/include_next (License): Likewise.
8         * modules/link-warning (License): Likewise.
9         * modules/localcharset (License): Likewise.
10         * modules/localename (License): Likewise.
11         * modules/lock (License): Likewise.
12         * modules/relocatable-lib-lgpl (License): Likewise.
13         * modules/size_max (License): Likewise.
14         * modules/vasnprintf (License): Likewise.
15         * modules/wchar (License): Likewise.
16         * modules/xsize (License): Likewise.
17
18 2007-07-13  Bruno Haible  <bruno@clisp.org>
19
20         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
21         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
22
23 2007-07-12  Bruno Haible  <bruno@clisp.org>
24
25         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
26         in the modules files.
27
28 2007-07-11  Karl Berry  <karl@gnu.org>
29
30         * MODULES.html.sh (func_module): use
31          sed -e '\|^'"${includefile}"'$|d' 
32          instead of /.../d, to avoid errors on $includefile's containing /.
33
34 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35
36         * gnulib-tool (func_import): Avoid duplication of --avoid
37         statements
38         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
39         names to `_' in variable names.
40
41 2007-07-10  Eric Blake  <ebb9@byu.net>
42
43         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
44         * NEWS: Document this change.
45
46 2007-07-08  Bruno Haible  <bruno@clisp.org>
47
48         Update to Unicode 5.0.
49         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
50         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
51         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
52         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
53         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
54         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
55         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
56         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
57         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
58         U+10A3F, U+1D242..U+1D244.
59         (nonspacing_table_ind): Update.
60         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
61         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
62
63 2007-07-08  Bruno Haible  <bruno@clisp.org>
64
65         Update to Unicode 5.0.
66         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
67         code transform. Extend the name index field of unicode_name_to_code and
68         unicode_code_to_name from 16 to 24 bits.
69         * lib/uniname/uniname.c (unicode_character_name,
70         unicode_name_character): Add the range 0x12xxx to the code transform.
71         * lib/uniname/uninames.h: Regenerated.
72         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
73
74 2007-07-07  Bruno Haible  <bruno@clisp.org>
75
76         * modules/wcwidth-tests: New file.
77         * tests/test-wcwidth.c: New file.
78
79         Work around MacOS X wcwidth() bug.
80         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
81         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
82         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
83         original wcwidth in non-UTF-8 locales.
84         * modules/wcwidth (Depends-on): Add localcharset, streq,
85         uniwidth/width.
86         * doc/functions/wcwidth.texi: Update.
87
88 2007-07-07  Bruno Haible  <bruno@clisp.org>
89
90         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
91         (wcwidth): New declaration.
92         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
93         macros.
94         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
95         here. Prepare for creating <wchar.h> unconditionally.
96         * modules/wchar (Depends-on): Add link-warning.
97         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
98         REPLACE_WCWIDTH, and GL_LINK_WARNING.
99         * lib/wcwidth.h: Remove file.
100         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
101         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
102         * modules/wcwidth (Files): Remove lib/wcwidth.h.
103         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
104         (Include): Replace wcwidth.h with <wchar.h>.
105         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
106         * lib/mbchar.h: Don't include wcwidth.h.
107         * lib/mbswidth.c: Likewise.
108         * NEWS: Mention the change.
109
110 2007-07-07  Bruno Haible  <bruno@clisp.org>
111
112         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
113         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
114         definition with an external declaration.
115         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
116         defined as a function. Remove AC_C_INLINE requirement.
117         * modules/wcwidth (Files): Add lib/wcwidth.c.
118         (Makefile.am): Remove redundant statement.
119
120 2007-07-07  Bruno Haible  <bruno@clisp.org>
121
122         * MODULES.html.sh (Unicode string functions): Add the new modules.
123
124         * tests/uniwidth/test-u32-strwidth.c: New file.
125         * modules/uniwidth/u32-strwidth-tests: New file.
126
127         * lib/uniwidth/u32-strwidth.c: New file.
128         * modules/uniwidth/u32-strwidth: New file.
129
130         * tests/uniwidth/test-u16-strwidth.c: New file.
131         * modules/uniwidth/u16-strwidth-tests: New file.
132
133         * lib/uniwidth/u16-strwidth.c: New file.
134         * modules/uniwidth/u16-strwidth: New file.
135
136         * tests/uniwidth/test-u8-strwidth.c: New file.
137         * modules/uniwidth/u8-strwidth-tests: New file.
138
139         * lib/uniwidth/u8-strwidth.c: New file.
140         * modules/uniwidth/u8-strwidth: New file.
141
142         * tests/uniwidth/test-u32-width.c: New file.
143         * modules/uniwidth/u32-width-tests: New file.
144
145         * lib/uniwidth/u32-width.c: New file.
146         * modules/uniwidth/u32-width: New file.
147
148         * tests/uniwidth/test-u16-width.c: New file.
149         * modules/uniwidth/u16-width-tests: New file.
150
151         * lib/uniwidth/u16-width.c: New file.
152         * modules/uniwidth/u16-width: New file.
153
154         * tests/uniwidth/test-u8-width.c: New file.
155         * modules/uniwidth/u8-width-tests: New file.
156
157         * lib/uniwidth/u8-width.c: New file.
158         * modules/uniwidth/u8-width: New file.
159
160         * tests/uniwidth/test-uc_width.c: New file.
161         * modules/uniwidth/width-tests: New file.
162
163         * lib/uniwidth/width.c: New file, from GNU libiconv.
164         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
165         * modules/uniwidth/width: New file.
166
167         * lib/uniwidth.h: New file, from GNU libiconv.
168         * modules/uniwidth/base: New file.
169
170 2007-07-07  Bruno Haible  <bruno@clisp.org>
171
172         * lib/uniname.h: New file, from GNU gettext.
173         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
174         * lib/uniname/uninames.h: New file, from GNU gettext.
175         * lib/uniname/uniname.c: New file, from GNU gettext.
176         * tests/uniname/test-uninames.sh: New file.
177         * tests/uniname/test-uninames.c: New file, from GNU gettext.
178         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
179         * modules/uniname/base: New file.
180         * modules/uniname/uniname: New file.
181         * modules/uniname/uniname-tests: New file.
182         * MODULES.html.sh (Unicode string functions): Add the new modules.
183
184 2007-07-06  Bruno Haible  <bruno@clisp.org>
185
186         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
187
188 2007-07-06  Bruno Haible  <bruno@clisp.org>
189
190         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
191         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
192         includes <cygwin/sys_time.h> which includes <sys/select.h> which
193         include <sys/time.h>.
194         Reported by Eric Blake.
195
196 2007-07-06  Eric Blake  <ebb9@byu.net>
197
198         Fix testing canonicalize on cygwin.
199         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
200         Revert patch from 2007-06-19.
201         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
202         canonicalize module is also in use.
203         * tests/test-canonicalize.c: New file.
204         * tests/test-canonicalize.sh: Likewise.
205         * modules/canonicalize-tests: Likewise.
206
207 2007-07-06  Jim Meyering  <jim@meyering.net>
208
209         * lib/getugroups.c (getugroups): Detect getgrent failure.
210         Adjust comment to reflect reality: this function may return -1.
211
212 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
213
214         * build-aux/bootstrap (TP_URL,get_translations): Update to use
215         the new TP address.
216         (usage): Fix typo
217         (gnulib_mk): New variable.
218
219 2007-07-05  Jim Meyering  <jim@meyering.net>
220
221         Don't let endgrent clobber errno, no matter how improbable.
222         * lib/getugroups.c (getugroups): Save and restore errno around
223         endgrent call.
224
225         Close the group DB even when failing with 2^31 or more members.
226         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
227
228 2007-07-04  Jim Meyering  <jim@meyering.net>
229
230         * lib/getugroups.h: New file.
231         * lib/getugroups.c: Include "getugroups.h".
232         Remove uses of "register" keyword.
233         Move local variable, "cp", down into scope where used.
234         Give "username" parameter the "const" attribute.
235         * modules/getugroups (Files): Add lib/getugroups.h
236
237 2007-07-04  Karl Berry  <karl@gnu.org>
238
239         * MODULES.html.sh (func_all_modules): Complete rename of
240         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
241
242 2007-07-02  Bruno Haible  <bruno@clisp.org>
243
244         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
245         mode, when inttypes.h comes from gnulib.
246         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
247
248 2007-07-02  Simon Josefsson  <simon@josefsson.org>
249
250         * NEWS: Mention lgpl module name change.
251
252         * modules/lgpl-2.1: Renamed from lgpl.
253
254         * NEWS: Mention gpl module name change.
255
256         * modules/gpl-3.0: New file, based on gpl-2.0.
257
258         * modules/gpl-2.0: Renamed from gpl.
259
260         * modules/gpl: Fix filename, doc/gpl.texi is now found at
261         doc/gpl-2.0.texi.
262
263 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
266         #define __STDC_LIMIT_MACROS temporarily while including
267         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
268         Problem reported by Joel E. Denny in
269         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
270
271 2007-07-01  Bruno Haible  <bruno@clisp.org>
272
273         * lib/unistdio.h: New file.
274         * lib/unistdio/u-asnprintf.h: New file.
275         * lib/unistdio/u-asprintf.h: New file.
276         * lib/unistdio/u-printf-args.c: New file.
277         * lib/unistdio/u-printf-args.h: New file.
278         * lib/unistdio/u-printf-parse.h: New file.
279         * lib/unistdio/u-snprintf.h: New file.
280         * lib/unistdio/u-sprintf.h: New file.
281         * lib/unistdio/u-vasprintf.h: New file.
282         * lib/unistdio/u-vsnprintf.h: New file.
283         * lib/unistdio/u-vsprintf.h: New file.
284         * lib/unistdio/ulc-asnprintf.c: New file.
285         * lib/unistdio/ulc-asprintf.c: New file.
286         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
287         * lib/unistdio/ulc-printf-parse.c: New file.
288         * lib/unistdio/ulc-snprintf.c: New file.
289         * lib/unistdio/ulc-sprintf.c: New file.
290         * lib/unistdio/ulc-vasnprintf.c: New file.
291         * lib/unistdio/ulc-vasprintf.c: New file.
292         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
293         * lib/unistdio/ulc-vsnprintf.c: New file.
294         * lib/unistdio/ulc-vsprintf.c: New file.
295         * lib/unistdio/u8-asnprintf.c: New file.
296         * lib/unistdio/u8-asprintf.c: New file.
297         * lib/unistdio/u8-printf-parse.c: New file.
298         * lib/unistdio/u8-snprintf.c: New file.
299         * lib/unistdio/u8-sprintf.c: New file.
300         * lib/unistdio/u8-vasnprintf.c: New file.
301         * lib/unistdio/u8-vasprintf.c: New file.
302         * lib/unistdio/u8-vsnprintf.c: New file.
303         * lib/unistdio/u8-vsprintf.c: New file.
304         * lib/unistdio/u8-u8-asnprintf.c: New file.
305         * lib/unistdio/u8-u8-asprintf.c: New file.
306         * lib/unistdio/u8-u8-snprintf.c: New file.
307         * lib/unistdio/u8-u8-sprintf.c: New file.
308         * lib/unistdio/u8-u8-vasnprintf.c: New file.
309         * lib/unistdio/u8-u8-vasprintf.c: New file.
310         * lib/unistdio/u8-u8-vsnprintf.c: New file.
311         * lib/unistdio/u8-u8-vsprintf.c: New file.
312         * lib/unistdio/u16-asnprintf.c: New file.
313         * lib/unistdio/u16-asprintf.c: New file.
314         * lib/unistdio/u16-printf-parse.c: New file.
315         * lib/unistdio/u16-snprintf.c: New file.
316         * lib/unistdio/u16-sprintf.c: New file.
317         * lib/unistdio/u16-vasnprintf.c: New file.
318         * lib/unistdio/u16-vasprintf.c: New file.
319         * lib/unistdio/u16-vsnprintf.c: New file.
320         * lib/unistdio/u16-vsprintf.c: New file.
321         * lib/unistdio/u16-u16-asnprintf.c: New file.
322         * lib/unistdio/u16-u16-asprintf.c: New file.
323         * lib/unistdio/u16-u16-snprintf.c: New file.
324         * lib/unistdio/u16-u16-sprintf.c: New file.
325         * lib/unistdio/u16-u16-vasnprintf.c: New file.
326         * lib/unistdio/u16-u16-vasprintf.c: New file.
327         * lib/unistdio/u16-u16-vsnprintf.c: New file.
328         * lib/unistdio/u16-u16-vsprintf.c: New file.
329         * lib/unistdio/u32-asnprintf.c: New file.
330         * lib/unistdio/u32-asprintf.c: New file.
331         * lib/unistdio/u32-printf-parse.c: New file.
332         * lib/unistdio/u32-snprintf.c: New file.
333         * lib/unistdio/u32-sprintf.c: New file.
334         * lib/unistdio/u32-vasnprintf.c: New file.
335         * lib/unistdio/u32-vasprintf.c: New file.
336         * lib/unistdio/u32-vsnprintf.c: New file.
337         * lib/unistdio/u32-vsprintf.c: New file.
338         * lib/unistdio/u32-u32-asnprintf.c: New file.
339         * lib/unistdio/u32-u32-asprintf.c: New file.
340         * lib/unistdio/u32-u32-snprintf.c: New file.
341         * lib/unistdio/u32-u32-sprintf.c: New file.
342         * lib/unistdio/u32-u32-vasnprintf.c: New file.
343         * lib/unistdio/u32-u32-vasprintf.c: New file.
344         * lib/unistdio/u32-u32-vsnprintf.c: New file.
345         * lib/unistdio/u32-u32-vsprintf.c: New file.
346         * tests/unistdio/test-ulc-asnprintf1.c: New file.
347         * tests/unistdio/test-ulc-asnprintf1.h: New file.
348         * tests/unistdio/test-ulc-printf1.h: New file.
349         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
350         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
351         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
352         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
353         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
354         * tests/unistdio/test-ulc-vasprintf1.c: New file.
355         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
356         * tests/unistdio/test-ulc-vsprintf1.c: New file.
357         * tests/unistdio/test-u8-asnprintf1.c: New file.
358         * tests/unistdio/test-u8-asnprintf1.h: New file.
359         * tests/unistdio/test-u8-printf1.h: New file.
360         * tests/unistdio/test-u8-vasnprintf1.c: New file.
361         * tests/unistdio/test-u8-vasnprintf2.c: New file.
362         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
363         * tests/unistdio/test-u8-vasnprintf3.c: New file.
364         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
365         * tests/unistdio/test-u8-vasprintf1.c: New file.
366         * tests/unistdio/test-u8-vsnprintf1.c: New file.
367         * tests/unistdio/test-u8-vsprintf1.c: New file.
368         * tests/unistdio/test-u16-asnprintf1.c: New file.
369         * tests/unistdio/test-u16-asnprintf1.h: New file.
370         * tests/unistdio/test-u16-printf1.h: New file.
371         * tests/unistdio/test-u16-vasnprintf1.c: New file.
372         * tests/unistdio/test-u16-vasnprintf2.c: New file.
373         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
374         * tests/unistdio/test-u16-vasnprintf3.c: New file.
375         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
376         * tests/unistdio/test-u16-vasprintf1.c: New file.
377         * tests/unistdio/test-u16-vsnprintf1.c: New file.
378         * tests/unistdio/test-u16-vsprintf1.c: New file.
379         * tests/unistdio/test-u32-asnprintf1.c: New file.
380         * tests/unistdio/test-u32-asnprintf1.h: New file.
381         * tests/unistdio/test-u32-printf1.h: New file.
382         * tests/unistdio/test-u32-vasnprintf1.c: New file.
383         * tests/unistdio/test-u32-vasnprintf2.c: New file.
384         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
385         * tests/unistdio/test-u32-vasnprintf3.c: New file.
386         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
387         * tests/unistdio/test-u32-vasprintf1.c: New file.
388         * tests/unistdio/test-u32-vsnprintf1.c: New file.
389         * tests/unistdio/test-u32-vsprintf1.c: New file.
390         * modules/unistdio/base: New file.
391         * modules/unistdio/u-printf-args: New file.
392         * modules/unistdio/ulc-asnprintf: New file.
393         * modules/unistdio/ulc-asprintf: New file.
394         * modules/unistdio/ulc-fprintf: New file.
395         * modules/unistdio/ulc-printf-parse: New file.
396         * modules/unistdio/ulc-snprintf: New file.
397         * modules/unistdio/ulc-sprintf: New file.
398         * modules/unistdio/ulc-vasnprintf: New file.
399         * modules/unistdio/ulc-vasprintf: New file.
400         * modules/unistdio/ulc-vfprintf: New file.
401         * modules/unistdio/ulc-vsnprintf: New file.
402         * modules/unistdio/ulc-vsprintf: New file.
403         * modules/unistdio/u8-asnprintf: New file.
404         * modules/unistdio/u8-asprintf: New file.
405         * modules/unistdio/u8-printf-parse: New file.
406         * modules/unistdio/u8-snprintf: New file.
407         * modules/unistdio/u8-sprintf: New file.
408         * modules/unistdio/u8-vasnprintf: New file.
409         * modules/unistdio/u8-vasprintf: New file.
410         * modules/unistdio/u8-vsnprintf: New file.
411         * modules/unistdio/u8-vsprintf: New file.
412         * modules/unistdio/u8-u8-asnprintf: New file.
413         * modules/unistdio/u8-u8-asprintf: New file.
414         * modules/unistdio/u8-u8-snprintf: New file.
415         * modules/unistdio/u8-u8-sprintf: New file.
416         * modules/unistdio/u8-u8-vasnprintf: New file.
417         * modules/unistdio/u8-u8-vasprintf: New file.
418         * modules/unistdio/u8-u8-vsnprintf: New file.
419         * modules/unistdio/u8-u8-vsprintf: New file.
420         * modules/unistdio/u16-asnprintf: New file.
421         * modules/unistdio/u16-asprintf: New file.
422         * modules/unistdio/u16-printf-parse: New file.
423         * modules/unistdio/u16-snprintf: New file.
424         * modules/unistdio/u16-sprintf: New file.
425         * modules/unistdio/u16-vasnprintf: New file.
426         * modules/unistdio/u16-vasprintf: New file.
427         * modules/unistdio/u16-vsnprintf: New file.
428         * modules/unistdio/u16-vsprintf: New file.
429         * modules/unistdio/u16-u16-asnprintf: New file.
430         * modules/unistdio/u16-u16-asprintf: New file.
431         * modules/unistdio/u16-u16-snprintf: New file.
432         * modules/unistdio/u16-u16-sprintf: New file.
433         * modules/unistdio/u16-u16-vasnprintf: New file.
434         * modules/unistdio/u16-u16-vasprintf: New file.
435         * modules/unistdio/u16-u16-vsnprintf: New file.
436         * modules/unistdio/u16-u16-vsprintf: New file.
437         * modules/unistdio/u32-asnprintf: New file.
438         * modules/unistdio/u32-asprintf: New file.
439         * modules/unistdio/u32-printf-parse: New file.
440         * modules/unistdio/u32-snprintf: New file.
441         * modules/unistdio/u32-sprintf: New file.
442         * modules/unistdio/u32-vasnprintf: New file.
443         * modules/unistdio/u32-vasprintf: New file.
444         * modules/unistdio/u32-vsnprintf: New file.
445         * modules/unistdio/u32-vsprintf: New file.
446         * modules/unistdio/u32-u32-asnprintf: New file.
447         * modules/unistdio/u32-u32-asprintf: New file.
448         * modules/unistdio/u32-u32-snprintf: New file.
449         * modules/unistdio/u32-u32-sprintf: New file.
450         * modules/unistdio/u32-u32-vasnprintf: New file.
451         * modules/unistdio/u32-u32-vasprintf: New file.
452         * modules/unistdio/u32-u32-vsnprintf: New file.
453         * modules/unistdio/u32-u32-vsprintf: New file.
454         * modules/unistdio/ulc-asnprintf-tests: New file.
455         * modules/unistdio/ulc-vasnprintf-tests: New file.
456         * modules/unistdio/ulc-vasprintf-tests: New file.
457         * modules/unistdio/ulc-vsnprintf-tests: New file.
458         * modules/unistdio/ulc-vsprintf-tests: New file.
459         * modules/unistdio/u8-asnprintf-tests: New file.
460         * modules/unistdio/u8-vasnprintf-tests: New file.
461         * modules/unistdio/u8-vasprintf-tests: New file.
462         * modules/unistdio/u8-vsnprintf-tests: New file.
463         * modules/unistdio/u8-vsprintf-tests: New file.
464         * modules/unistdio/u16-asnprintf-tests: New file.
465         * modules/unistdio/u16-vasnprintf-tests: New file.
466         * modules/unistdio/u16-vasprintf-tests: New file.
467         * modules/unistdio/u16-vsnprintf-tests: New file.
468         * modules/unistdio/u16-vsprintf-tests: New file.
469         * modules/unistdio/u32-asnprintf-tests: New file.
470         * modules/unistdio/u32-vasnprintf-tests: New file.
471         * modules/unistdio/u32-vasprintf-tests: New file.
472         * modules/unistdio/u32-vsnprintf-tests: New file.
473         * modules/unistdio/u32-vsprintf-tests: New file.
474         * MODULES.html.sh (Unicode string functions): Add the new modules.
475
476 2007-07-01  Bruno Haible  <bruno@clisp.org>
477
478         * lib/sprintf.c (sprintf): Limit the available length estimation,
479         to avoid address wraparound.
480         * lib/vsprintf.c (vsprintf): Likewise.
481         * modules/sprintf-posix (Dependencies): Add stdint.
482         * modules/vsprintf-posix (Dependencies): Likewise.
483
484 2007-07-01  Bruno Haible <bruno@clisp.org>
485
486         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
487         Windows PATH as well. Conservative double-quoting. Comments.
488
489 2007-07-01  Bruno Haible <bruno@clisp.org>
490             Eric Blake  <ebb9@byu.net>
491             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
492
493         * gnulib-tool (self_abspathname): Fix algorithm to cope with
494         empty components in $PATH, denoting '.'.
495
496 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
497
498         * gnulib-tool: Fix indentation.
499         (func_create_megatestdir): Likewise.
500         Report by Bruno Haible.
501
502 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
503
504         Sync from Automake.
505         * build-aux/gnupload: Fix shell portability issues with for loops.
506         Report by Karl Berry.
507
508 2007-06-29  Simon Josefsson  <simon@josefsson.org>
509
510         * build-aux/maint.mk (POURL): Use translationproject.org.
511
512 2007-06-27  Simon Josefsson  <simon@josefsson.org>
513             Bruno Haible  <bruno@clisp.org>
514
515         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
516         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
517         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
518         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
519         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
520
521 2007-06-27  Bruno Haible  <bruno@clisp.org>
522
523         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
524         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
525
526 2007-06-26  Karl Berry  <karl@gnu.org>
527
528         * MODULES.html.sh: remove xreadlink-with-size.
529
530 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
531
532         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
533         method that I hope also handles the double-include problem noted
534         by Bruno Haible in
535         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
536
537 2007-06-23  Bruno Haible  <bruno@clisp.org>
538
539         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
540         Don't let the 'mostlyclean' target fail if the last subdirectory could
541         not be removed.
542         Reported by Karl Berry.
543
544 2007-06-23  Bruno Haible  <bruno@clisp.org>
545
546         * gnulib-tool (echo): Add a speedier workaround for ksh.
547         * tests/test-echo.sh: Likewise.
548
549 2007-06-23  Bruno Haible  <bruno@clisp.org>
550
551         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
552         * tests/test-echo.sh: Likewise.
553
554 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
555
556         * gnulib-tool (IFS): Initialize early, so we don't set it to
557         empty later.
558         (self_abspathname): Rewrite algorithm to set it, reindent.
559         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
560         (func_create_megatestdir): Merge some sed scripts.
561
562 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
563
564         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
565         exposed by Sun Studio 11 cc on Solaris 8.
566
567 2007-06-22  Bruno Haible  <bruno@clisp.org>
568
569         * gnulib-tool (echo): Ensure the echo primitive does not interpret
570         backslashes.
571         * tests/test-echo.sh: New file.
572
573 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
574
575         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
576         simplify `sed_replace_build_aux' scripts, they are portable but
577         echoing them with `echo' is not.
578         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
579
580 2007-06-21  Karl Berry  <karl@gnu.org>
581
582         * config/srclist.txt: guess we can't handle the licenses via
583         srclist at the moment.
584
585 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
586
587         * MODULES.html.sh: Add include_next.
588         * modules/include_next: New file.
589
590 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
591
592         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
593         INCLUDE_NEXT.
594         (gl_CHECK_NEXT_HEADERS): New macro.
595         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
596         the obsolescent gl_ABSOLUTE_HEADER.
597         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
598         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
599         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
600         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
601         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
602         * m4/math_h.m4 (gl_MATH_H): Likewise.
603         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
604         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
605         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
606         * m4/stdint.m4 (gl_STDINT_H): Likewise.
607         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
608         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
609         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
610         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
611         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
612         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
613         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
614         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
615         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
616         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
617         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
618         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
619         * m4/inttypes.m4 (gl_INTTYPES_H): Define
620         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
621         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
622         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
623         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
624         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
625         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
626         * lib/float_.h: Likewise.
627         * lib/inttypes_.h: Likewise.
628         * lib/math_.h: Likewise.
629         * lib/search_.h: Likewise.
630         * lib/signal_.h: Likewise.
631         * lib/stdint_.h: Likewise.
632         * lib/stdio_.h: Likewise.
633         * lib/stdlib_.h: Likewise.
634         * lib/string_.h: Likewise.
635         * lib/sys_stat_.h: Likewise.
636         * lib/sys_time_.h: Likewise.
637         * lib/time_.h: Likewise.
638         * lib/unistd_.h: Likewise.
639         * lib/wchar_.h: Likewise.
640         * lib/wctype_.h: Likewise.
641         * lib/dirent_.h: Likewise.
642         * lib/iconv_.h: Likewise.
643         * lib/locale_.h: Likewise.
644         * lib/netinet_in_.h: Likewise.
645         * lib/sys_select_.h: Likewise.
646         * lib/sys_socket_.h: Likewise.
647         * lib/sysexits_.h: Likewise.
648         * modules/fcntl (Depends-on): Depend on include_next, not
649         absolute_header.
650         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
651         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
652         * modules/fchdir: Likewise.
653         * modules/float: Likewise.
654         * modules/iconv_open: Likewise.
655         * modules/inttypes: Likewise.
656         * modules/locale: Likewise.
657         * modules/math: Likewise.
658         * modules/netinet_in: Likewise.
659         * modules/search: Likewise.
660         * modules/signal: Likewise.
661         * modules/stdint: Likewise.
662         * modules/stdio: Likewise.
663         * modules/stdlib: Likewise.
664         * modules/string: Likewise.
665         * modules/sys_select: Likewise.
666         * modules/sys_socket: Likewise.
667         * modules/sys_stat: Likewise.
668         * modules/sys_time: Likewise.
669         * modules/sysexits: Likewise.
670         * modules/time: Likewise.
671         * modules/unistd: Likewise.
672         * modules/wchar: Likewise.
673         * modules/wctype: Likewise.
674         * modules/sys_stat: Change maintainer to "all".
675         * modules/unistd: Likewise.
676
677 2007-06-20  Karl Berry  <karl@gnu.org>
678
679         * config/srclist.txt: track www changes in license files.
680
681 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
682
683         * build-aux/bootstrap: Remove stray dot.
684         Make sure build_aux settings are honored when linking
685         gnulib_extra_files.
686
687 2007-06-19  Eric Blake  <ebb9@byu.net>
688
689         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
690         Allow compilation on cygwin.
691
692 2007-06-19  Jim Meyering  <jim@meyering.net>
693
694         xreadlink-with-size: Remove module.  No longer used.
695         Ex-callers now use xreadlink or mreadlink-with-size.
696         * modules/xreadlink-with-size: Remove module.
697         * lib/xreadlink-with-size.c: Remove file.
698         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
699         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
700         just before the function definition *is* accurate.
701
702         Eliminate one way canonicalize_filename_mode could exit.
703         * lib/canonicalize.c (canonicalize_filename_mode):
704         Use mreadlink_with_size, not xreadlink_with_size.
705
706 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
707
708         Detect porting problems to FreeBSD/arm, which has time_t wider than
709         long int.  Original problem reported for GNU diff by Xin Li in
710         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
711         * modules/getdate (Depends-on): Add intprops, verify.
712         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
713         is an integer type no wider than long int.
714
715 2007-06-18  Jim Meyering  <jim@meyering.net>
716
717         New module: mreadlink-with-size.
718         * MODULES.html.sh: Add mreadlink-with-size.
719         * modules/mreadlink-with-size: New module
720         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
721         not xreadlink-with-size.
722         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
723
724 2007-06-16  Bruno Haible  <bruno@clisp.org>
725
726         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
727         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
728         Reported by Gary V. Vaughan <gary@gnu.org>.
729
730 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
731
732         Revamp lchown so that it lives in unistd.h where it belongs.
733         * lib/lchown.h: Remove.
734         * lib/dirchownmod.c: Don't include lib/lchown.h.
735         * lib/fchownat.c: Likewise.
736         * lib/openat.c: Likewise.
737         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
738         does not follow symlinks.
739         (EOPNOTSUPP): Define if not defined.
740         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
741         is defined to 0.
742         (lchown): New decl.
743         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
744         Do not check for lchown decl.
745         Set REPLACE_LCHOWN.
746         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
747         REPLACE_LCHOWN.
748         * modules/chown: Make it clear it follows symlinks.
749         * modules/lchown: Make it clear it doesn't follow symlinks.
750         (Files): Remove lib/lchown.h
751         (Depends-on): Add unistd.
752         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
753         (Include): Include <unistd.h>, not "lchown.h".
754         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
755         REPLACE_LCHOWN.
756
757 2007-06-15  Jim Meyering  <jim@meyering.net>
758
759         Change license (GPL to LGPL) of fsusage and dependents.
760         * modules/fsusage (License): Change to LGPL.
761         * modules/full-read (License): Likewise.
762         * modules/full-write (License): Likewise.
763         * modules/safe-read (License): Likewise.
764         * modules/safe-write (License): Likewise.
765
766 2007-06-14  Ben Pfaff  <blp@gnu.org>
767
768         Missing part of allocsa -> malloca transition.
769         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
770         gl_MALLOCA.
771
772 2007-06-12  Bruno Haible  <bruno@clisp.org>
773
774         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
775         to ia64, x86_64, i386.
776         Reported by Eric Blake.
777
778 2007-06-12  Bruno Haible  <bruno@clisp.org>
779
780         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
781         cross-compiling to x86_64.
782
783 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
784
785         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
786         glitch reported by Ralf Wildenhues in
787         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
788
789         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
790         Vin Shelton.
791
792 2007-06-11  Bruno Haible  <bruno@clisp.org>
793
794         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
795         replacement string.
796         Reported by Eric Blake.
797
798 2007-06-10  Bruno Haible  <bruno@clisp.org>
799
800         Prepare vasnprintf code for use with Unicode strings.
801         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
802         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
803         TYPE_U32_STRING.
804         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
805         a_u32_string variants.
806         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
807         * lib/printf-args.c: Don't include config.h and the specification
808         header if PRINTF_FETCHARGS is already defined.
809         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
810         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
811         TYPE_U16_STRING, TYPE_U32_STRING.
812         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
813         u16_directive, u16_directives, u32_directive, u32_directives): New
814         types.
815         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
816         New declarations.
817         * lib/printf-parse.c: Don't include config.h and the specification
818         header if PRINTF_PARSE is already defined. Eliminate the set of
819         parameters for WIDE_CHAR_VERSION; the user of this file must provide
820         them now. Include c-ctype.h.
821         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
822         directive and CHAR_T_ONLY_ASCII.
823         * lib/vasnprintf.c: Don't include config.h and the specification header
824         if VASNPRINTF is already defined.
825         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
826         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
827         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
828         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
829         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
830         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
831         code accordingly.
832         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
833         pad_ourselves also in this case, with the 'c' and 's' directives, and
834         with a different notion of "width".
835         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
836
837 2007-06-10  Bruno Haible  <bruno@clisp.org>
838
839         * modules/unistr/u32-mbsnlen: New file.
840         * lib/unistr/u32-mbsnlen.c: New file.
841
842         * modules/unistr/u16-mbsnlen: New file.
843         * lib/unistr/u16-mbsnlen.c: New file.
844
845         * modules/unistr/u8-mbsnlen: New file.
846         * lib/unistr/u8-mbsnlen.c: New file.
847
848         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
849         declarations.
850
851 2007-06-10  Bruno Haible  <bruno@clisp.org>
852
853         * lib/string_.h (mbsnlen): New declaration.
854         * lib/mbsnlen.c: New file.
855         * m4/mbsnlen.m4: New file.
856         * modules/mbsnlen: New file.
857         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
858         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
859         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
860
861 2007-06-10  Bruno Haible  <bruno@clisp.org>
862
863         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
864
865 2007-06-10  Bruno Haible  <bruno@clisp.org>
866
867         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
868         * lib/mbuiter.h: Likewise.
869
870 2007-06-10  Bruno Haible  <bruno@clisp.org>
871
872         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
873         declaration.
874
875 2007-06-10  Karl Berry  <karl@gnu.org>
876
877         * config/srclist.txt: remove gettext entries, Bruno prefers
878         to update individually.
879
880 2007-06-10  Bruno Haible  <bruno@clisp.org>
881
882         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
883         'maxlen'. Ensure only length + width bytes are allocated, not
884         length + 1 + width.
885
886 2007-06-09  Bruno Haible  <bruno@clisp.org>
887
888         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
889         (CHAR_T): Remove macro.
890         (VASNPRINTF): Update.
891
892 2007-06-09  Bruno Haible  <bruno@clisp.org>
893
894         * MODULES.html.sh (Unicode string functions): Add the new modules.
895
896         * modules/uniconv/u32-conv-to-enc: New file.
897         * lib/uniconv/u32-conv-to-enc.c: New file.
898         * modules/uniconv/u32-conv-to-enc-tests: New file.
899         * tests/uniconv/test-u32-conv-to-enc.c: New file.
900
901         * modules/uniconv/u16-conv-to-enc: New file.
902         * lib/uniconv/u16-conv-to-enc.c: New file.
903         * lib/uniconv/u-conv-to-enc.h: New file.
904         * modules/uniconv/u16-conv-to-enc-tests: New file.
905         * tests/uniconv/test-u16-conv-to-enc.c: New file.
906
907         * modules/uniconv/u8-conv-to-enc: New file.
908         * lib/uniconv/u8-conv-to-enc.c: New file.
909         * modules/uniconv/u8-conv-to-enc-tests: New file.
910         * tests/uniconv/test-u8-conv-to-enc.c: New file.
911
912         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
913         u32_conv_to_encoding): New declarations.
914
915 2007-06-09  Bruno Haible  <bruno@clisp.org>
916
917         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
918
919 2007-06-09  Bruno Haible  <bruno@clisp.org>
920
921         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
922         * modules/malloca: Renamed from modules/allocsa, updated.
923         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
924         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
925         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
926         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
927         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
928         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
929         * modules/xmalloca: Renamed from modules/xallocsa, updated.
930         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
931         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
932         * modules/c-strcasestr (Depends-on): Update.
933         * lib/c-strcasestr.c: Update.
934         * modules/c-strstr (Depends-on): Update.
935         * lib/c-strstr.c: Update.
936         * modules/canonicalize-lgpl (Depends-on): Update.
937         * lib/canonicalize-lgpl.c: Update.
938         * modules/clean-temp (Depends-on): Update.
939         * lib/clean-temp.c: Update.
940         * modules/csharpcomp (Depends-on): Update.
941         * lib/csharpcomp.c: Update.
942         * modules/csharpexec (Depends-on): Update.
943         * lib/csharpexec.c: Update.
944         * modules/javacomp (Depends-on): Update.
945         * lib/javacomp.c: Update.
946         * modules/javaexec (Depends-on): Update.
947         * lib/javaexec.c: Update.
948         * modules/mbscasestr (Depends-on): Update.
949         * lib/mbscasestr.c: Update.
950         * modules/mbsstr (Depends-on): Update.
951         * lib/mbsstr.c: Update.
952         * modules/setenv (Depends-on): Update.
953         * lib/setenv.c: Update.
954         * modules/strcasestr (Depends-on): Update.
955         * lib/strcasestr.c: Update.
956         * modules/striconveha (Depends-on): Update.
957         * lib/striconveha.c: Update.
958         * modules/relocatable-prog-wrapper (Files): Update.
959         * lib/relocwrapper.c: Update.
960         * build-aux/install-reloc: Update.
961         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
962
963 2007-06-08  Bruno Haible  <bruno@clisp.org>
964
965         Port to uClibc.
966         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
967         * lib/fpurge.c (fpurge): Likewise.
968         * lib/freading.c (freading): Likewise.
969         * lib/fseeko.c (rpl_fseeko): Likewise.
970         * lib/fseterr.c (fseterr): Likewise.
971         * lib/fwriting.c (fwriting): Likewise.
972         * tests/test-fflush.c (main): Avoid a failure on uClibc.
973
974 2007-06-08  Bruno Haible  <bruno@clisp.org>
975
976         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
977         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
978         * modules/gettext (Files): Add m4/intlmacosx.m4.
979
980 2007-06-07  Bruno Haible  <bruno@clisp.org>
981
982         * modules/localename-tests: New file.
983         * tests/test-localename.c: New file.
984
985         New module 'localename'.
986         * lib/localename.h: New file.
987         * lib/localename.c: New file, from GNU gettext.
988         * m4/localename.m4: New file.
989         * modules/localename: New file.
990
991 2007-06-07  Bruno Haible  <bruno@clisp.org>
992
993         Work around the lack of <wchar.h> on some builds of uClibc.
994         * doc/headers/wchar.texi: Update.
995         * lib/wchar_.h: Include <wchar.h> only if it exists.
996         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
997         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
998         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
999         doesn't exist.
1000         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1001         * modules/mbfile (Depends-on): Add wchar.
1002         * modules/mbiter (Depends-on): Likewise.
1003         * modules/mbuiter (Depends-on): Likewise.
1004         Reported by Simon Josefsson.
1005
1006 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1007
1008         Work around problem reported by Steven M. Schweda in
1009         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1010         Tru64 5.1B with the Compaq compiler environment installed declares
1011         an 'isblank' function but does not define it in the C library.
1012         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1013         * lib/regex_internal.h (isblank): Likewise.
1014         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1015         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1016
1017 2007-06-05  Bruno Haible  <bruno@clisp.org>
1018
1019         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1020         ia64.
1021         * modules/printf-safe: New file.
1022         * modules/fprintf-posix (Depends-on): Add printf-safe.
1023         * modules/printf-posix (Depends-on): Likewise.
1024         * modules/snprintf-posix (Depends-on): Likewise.
1025         * modules/sprintf-posix (Depends-on): Likewise.
1026         * modules/vasnprintf-posix (Depends-on): Likewise.
1027         * modules/vasprintf-posix (Depends-on): Likewise.
1028         * modules/vfprintf-posix (Depends-on): Likewise.
1029         * modules/vprintf-posix (Depends-on): Likewise.
1030         * modules/vsnprintf-posix (Depends-on): Likewise.
1031         * modules/vsprintf-posix (Depends-on): Likewise.
1032         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1033         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1034         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1035         "no" on i386, x86_64, ia64.
1036         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1037         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1038         on i386, x86_64, ia64.
1039         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1040         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1041         on i386, x86_64, ia64.
1042         * tests/test-vasnprintf-posix.c: Include float.h.
1043         (LDBL80_WORDS): New macro.
1044         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1045         on i386, x86_64, ia64.
1046         * tests/test-vasprintf-posix.c: Include float.h.
1047         (LDBL80_WORDS): New macro.
1048         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1049         on i386, x86_64, ia64.
1050         * tests/test-snprintf-posix.c: Include float.h.
1051         * tests/test-sprintf-posix.c: Likewise.
1052         * tests/test-vsnprintf-posix.c: Likewise.
1053         * tests/test-vsprintf-posix.c: Likewise.
1054
1055 2007-06-05  Bruno Haible  <bruno@clisp.org>
1056
1057         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1058         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1059         non-IEEE numbers on i386, x86_64, ia64.
1060         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1061         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1062         * tests/test-isnanl.h: Include float.h.
1063         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1064
1065 2007-06-05  Bruno Haible  <bruno@clisp.org>
1066
1067         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1068         also the %a / %A. Handle the %a / %A code before this extra handling.
1069
1070 2007-06-05  Bruno Haible  <bruno@clisp.org>
1071
1072         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1073         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1074
1075 2007-06-05  Bruno Haible  <bruno@clisp.org>
1076
1077         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1078         typo in variable name.
1079
1080 2007-06-05  Eric Blake  <ebb9@byu.net>
1081
1082         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1083         Reported by Simon Josefsson.
1084
1085 2007-06-04  Bruno Haible  <bruno@clisp.org>
1086
1087         Avoid test failures on some PowerPC platforms.
1088         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1089         Define differently for PowerPC.
1090         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1091         Reported by Gary V. Vaughan <gary@gnu.org>.
1092
1093 2007-06-02  Bruno Haible  <bruno@clisp.org>
1094
1095         Fix test-stdint failure on FreeBSD/ia64.
1096         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1097         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1098         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1099         * doc/headers/stdint.texi: Update.
1100
1101 2007-06-01  Bruno Haible  <bruno@clisp.org>
1102
1103         * tests/test-binary-io.c (main): Pass a third argument to open().
1104         Reported by Gary V. Vaughan <gary@gnu.org>.
1105
1106 2007-06-01  Bruno Haible  <bruno@clisp.org>
1107
1108         * doc/functions/frexpl.texi: Update for mingw.
1109
1110 2007-06-01  Bruno Haible  <bruno@clisp.org>
1111
1112         * tests/test-lseek.c (main): Disable test of errno for invalid third
1113         argument.
1114         * doc/functions/lseek.texi: Update.
1115         Reported by Gary V. Vaughan <gary@gnu.org>.
1116
1117 2007-05-28  Bruno Haible  <bruno@clisp.org>
1118
1119         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1120
1121 2007-05-31  Eric Blake  <ebb9@byu.net>
1122
1123         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1124         cross compiling.
1125
1126 2007-05-30  Eric Blake  <ebb9@byu.net>
1127         and Bruno Haible  <bruno@clisp.org>
1128
1129         Work around mingw test failures exposed by m4-1.4.9b.
1130         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1131         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1132         moment.
1133
1134 2007-05-30  Bruno Haible  <bruno@clisp.org>
1135
1136         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1137         assuming that they are closed. Needed on HP-UX 11.
1138
1139 2007-05-29  Bruno Haible  <bruno@clisp.org>
1140
1141         Fix a problem with #include_next.
1142         * lib/dirent_.h: Split the double-inclusion guard.
1143         * lib/fcntl_.h: Likewise.
1144         * lib/float_.h: Likewise.
1145         * lib/iconv_.h: Likewise.
1146         * lib/inttypes_.h: Likewise.
1147         * lib/locale_.h: Likewise.
1148         * lib/math_.h: Likewise.
1149         * lib/netinet_in_.h: Likewise.
1150         * lib/search_.h: Likewise.
1151         * lib/signal_.h: Likewise.
1152         * lib/stdint_.h: Likewise.
1153         * lib/stdio_.h: Likewise.
1154         * lib/stdlib_.h: Likewise.
1155         * lib/string_.h: Likewise.
1156         * lib/sys_select_.h: Likewise.
1157         * lib/sys_socket_.h: Likewise.
1158         * lib/sys_stat_.h: Likewise.
1159         * lib/sys_time_.h: Likewise.
1160         * lib/sysexits_.h: Likewise.
1161         * lib/time_.h: Likewise.
1162         * lib/unistd_.h: Likewise.
1163         * lib/wchar_.h: Likewise.
1164         * lib/wctype_.h: Likewise.
1165
1166 2007-05-29  Bruno Haible  <bruno@clisp.org>
1167
1168         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1169         for the moment.
1170
1171 2007-05-29  Bruno Haible  <bruno@clisp.org>
1172
1173         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1174         invocation.
1175         Reported by Eric Blake.
1176
1177 2007-05-29  Bruno Haible  <bruno@clisp.org>
1178
1179         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1180         compiling case.
1181
1182 2007-05-29  Eric Blake  <ebb9@byu.net>
1183             Bruno Haible  <bruno@clisp.org>
1184
1185         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1186         cross compiles.
1187
1188 2007-05-28  Eric Blake  <ebb9@byu.net>
1189
1190         * modules/closein-tests (test_closein_LDADD): Support test on
1191         cygwin with libtool.
1192
1193 2007-05-28  Bruno Haible  <bruno@clisp.org>
1194
1195         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1196         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1197         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1198         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1199         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1200         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1201         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1202         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1203         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1204
1205 2007-05-28  Eric Blake  <ebb9@byu.net>
1206
1207         Unconditionally include <config.h> in unit tests.
1208         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1209         * tests/test-allocsa.c, tests/test-arcfour.c,
1210         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1211         tests/test-array_list.c, tests/test-array_oset.c,
1212         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1213         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1214         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1215         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1216         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1217         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1218         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1219         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1220         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1221         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1222         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1223         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1224         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1225         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1226         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1227         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1228         test-md5.c, test-memmem.c, test-printf-posix.c,
1229         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1230         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1231         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1232         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1233         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1234         test-vasnprintf-posix2.c, test-vasnprintf.c,
1235         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1236         test-vfprintf-posix.c, test-vprintf-posix.c,
1237         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1238         test-xvasprintf.c: Likewise.
1239
1240 2007-05-28  Bruno Haible  <bruno@clisp.org>
1241
1242         * gnulib-tool (func_import): Remember the --with-tests command-line
1243         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1244         Reported by Eric Blake.
1245
1246 2007-05-28  Bruno Haible  <bruno@clisp.org>
1247
1248         * modules/ftell-tests: New file.
1249         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1250         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1251
1252         * lib/ftell.c: New file.
1253         * modules/ftell: New file.
1254         * m4/ftell.m4: New file.
1255         * doc/functions/ftell.texi: Update.
1256         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1257         REPLACE_FTELL.
1258         * lib/stdio_.h (rpl_ftell): New declaration.
1259         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1260         REPLACE_FTELL.
1261
1262 2007-05-28  Eric Blake  <ebb9@byu.net>
1263
1264         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1265
1266 2007-05-28  Bruno Haible  <bruno@clisp.org>
1267
1268         * modules/fseek-tests: New file.
1269         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1270         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1271
1272         * lib/fseek.c: New file.
1273         * modules/fseek: New file.
1274         * m4/fseek.m4: New file.
1275         * doc/functions/fseek.texi: Update.
1276         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1277         REPLACE_FSEEK.
1278         * lib/stdio_.h (rpl_fseek): New declaration.
1279         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1280         REPLACE_FSEEK.
1281
1282 2007-05-28  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/stdio_.h (fflush): More comments.
1285
1286 2007-05-28  Bruno Haible  <bruno@clisp.org>
1287
1288         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1289         runtime test.
1290
1291 2007-05-28  Eric Blake  <ebb9@byu.net>
1292
1293         Improve lseek module.
1294         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1295         * lib/unistd_.h (lseek): Scale back link warning message.
1296         * tests/test-lseek.c: Beef up test.
1297         * tests/test-lseek.sh: Exercise more facets of lseek.
1298         Reported by Bruno Haible.
1299
1300 2007-05-28  Bruno Haible  <bruno@clisp.org>
1301
1302         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1303         to define.
1304
1305 2007-05-27  Bruno Haible  <bruno@clisp.org>
1306
1307         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1308
1309 2007-05-27  Bruno Haible  <bruno@clisp.org>
1310
1311         * modules/openmp: New file.
1312         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1313         Noah Misch.
1314
1315 2007-05-26  Bruno Haible  <bruno@clisp.org>
1316
1317         * modules/chdir-long (Depends-on): Add fchdir.
1318         * modules/chdir-safer (Depends-on): Likewise.
1319         * modules/fts (Depends-on): Likewise.
1320         * modules/fts-lgpl (Depends-on): Likewise.
1321         * modules/openat (Depends-on): Likewise.
1322         * modules/savewd (Depends-on): Likewise.
1323
1324 2007-05-24  Eric Blake  <ebb9@byu.net>
1325
1326         Fix lseek on mingw.
1327         * modules/lseek: New module.
1328         * m4/lseek.m4: New file.
1329         * lib/lseek.c: New file.
1330         * modules/lseek-tests: New file.
1331         * tests/test-lseek.c: New file.
1332         * tests/test-lseek.sh: New file.
1333         * MODULES.html.sh: Document lseek module.
1334         * modules/fflush (Depends-on): Add lseek, fseeko.
1335         * modules/fseeko (Depends-on): Likewise.
1336         * modules/ftello (Depends-on): Likewise.
1337         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1338         broken.
1339         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1340         broken.
1341         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1342         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1343         * lib/ftello.c (rpl_ftello): Likewise.
1344         * tests/test-fseeko.c (main): Test this.
1345         * tests/test-fseeko.sh: Likewise.
1346         * tests/test-ftello.c (main): Likewise.
1347         * tests/test-ftello.sh: Likewise.
1348         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1349         implies replacing fseek.
1350         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1351         HAVE_FTELLO.
1352         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1353         * modules/unistd (Makefile.am): Likewise.
1354         * lib/unistd_.h (lseek): Declare a replacement.
1355         * doc/functions/lseek.texi (lseek): Document this fix.
1356         * doc/functions/fseek.texi (fseek): Likewise.
1357         * doc/functions/ftell.texi (ftell): Likewise.
1358
1359 2007-05-24  Bruno Haible  <bruno@clisp.org>
1360
1361         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1362         in the printed representation of a NaN.
1363         * tests/test-vasprintf-posix.c (test_function): Likewise.
1364         * tests/test-snprintf-posix.h (test_function): Likewise.
1365         * tests/test-sprintf-posix.h (test_function): Likewise.
1366         Reported by Eric Blake.
1367
1368 2007-05-23  Eric Blake  <ebb9@byu.net>
1369
1370         Fix fseeko/ftello on cygwin 1.5.24.
1371         * doc/functions/fseeko.texi (fseeko): Document the fix.
1372         * doc/functions/ftello.texi (ftello): Document the fix.
1373         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1374         * doc/functions/stdout.text (stdout): New file.
1375         * doc/functions/stderr.text (stderr): New file.
1376         * doc/gnulib.texi (Function Substitutes): Use new files.
1377         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1378         prior to 1.7.0.
1379         * tests/test-ftello.c (main): Likewise for ftello.
1380         * tests/test-fseeko.sh: New file.
1381         * tests/test-ftello.sh: New file.
1382         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1383         with seekable stdin.
1384         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1385         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1386         (gl_REPLACE_FSEEKO): New macro.
1387         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1388         * modules/fseeko (Files): Distribute fseeko.c.
1389         * modules/ftello (Files): Distribute ftello.c.
1390         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1391         mode.
1392         * lib/ftello.c (rpl_ftello): New file.
1393         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1394         fseeko, ftello.
1395         (gl_STDIN_LARGE_OFFSET): New macro.
1396         * modules/stdio (Makefile.am): Perform the replacement.
1397         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1398
1399 2007-05-23  Bruno Haible  <bruno@clisp.org>
1400
1401         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1402         GNULIB_POSIXCHECK is defined.
1403
1404 2007-05-21  Bruno Haible  <bruno@clisp.org>
1405
1406         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1407         Check also the output for NaN arguments. When cross-compiling, guess
1408         no on IRIX.
1409         * lib/vasnprintf.c: Update comments.
1410         * tests/test-vasnprintf-posix.c (strisnan): New function.
1411         (test_function): Use it.
1412         * tests/test-vasprintf-posix.c (strisnan): New function.
1413         (test_function): Use it.
1414         * tests/test-snprintf-posix.h (strisnan): New function.
1415         (test_function): Use it.
1416         * tests/test-sprintf-posix.h (strisnan): New function.
1417         (test_function): Use it.
1418         Reported by Eric Blake.
1419
1420 2007-05-20  Bruno Haible  <bruno@clisp.org>
1421
1422         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1423         numbers that fails on BeOS.
1424         * doc/functions/frexpl.texi: Update.
1425
1426 2007-05-20  Jim Meyering  <jim@meyering.net>
1427
1428         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1429         forced upon us by glibc-2.6.
1430
1431 2007-05-20  Bruno Haible  <bruno@clisp.org>
1432
1433         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1434         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1435         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1436         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1437         NEED_PRINTF_INFINITE.
1438         (is_infinitel): New function.
1439         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1440         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1441         gl_PREREQ_VASNPRINTF_INFINITE.
1442         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1443         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1444         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1445         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1446         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1447         gl_PREREQ_VASNPRINTF_INFINITE.
1448         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1449         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1450         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1451         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1452         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1453         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1454         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1455         * doc/functions/fprintf.texi: Update.
1456         * doc/functions/printf.texi: Update.
1457         * doc/functions/snprintf.texi: Update.
1458         * doc/functions/sprintf.texi: Update.
1459         * doc/functions/vfprintf.texi: Update.
1460         * doc/functions/vprintf.texi: Update.
1461         * doc/functions/vsnprintf.texi: Update.
1462         * doc/functions/vsprintf.texi: Update.
1463
1464 2007-05-20  Bruno Haible  <bruno@clisp.org>
1465
1466         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1467         was not found in libc.
1468         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1469
1470 2007-05-20  Bruno Haible  <bruno@clisp.org>
1471
1472         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1473         printed as "-nan" instead of "nan".
1474         * tests/test-vasprintf-posix.c (test_function): Likewise.
1475         * tests/test-snprintf-posix.h (test_function): Likewise.
1476         * tests/test-sprintf-posix.h (test_function): Likewise.
1477         Needed for HP-UX 11.
1478
1479 2007-05-20  Jim Meyering  <jim@meyering.net>
1480
1481         Fix buggy test for the fchownat-deref bug.
1482         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1483         symlink required for the run-test.  Without it, this test would
1484         always declare that fchownat doesn't work, and client code would
1485         unnecessarily use the replacement function with fixed libc.
1486         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1487         Reported by Greg Schafer.
1488
1489 2007-05-19  Bruno Haible  <bruno@clisp.org>
1490
1491         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1492         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1493         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1494         Needed for IRIX 6.5 and Solaris 2.5.1.
1495
1496 2007-05-19  Bruno Haible  <bruno@clisp.org>
1497
1498         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1499         (test_function): Skip tests involving -0.0 on platforms where
1500         -0.0 = 0.0.
1501         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1502         (test_function): Skip tests involving -0.0 on platforms where
1503         -0.0 = 0.0.
1504         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1505         (test_function): Skip tests involving -0.0 on platforms where
1506         -0.0 = 0.0.
1507         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1508         (test_function): Skip tests involving -0.0 on platforms where
1509         -0.0 = 0.0.
1510         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1511         tests.
1512         * tests/test-printf-posix.h (test_function): Likewise.
1513         * tests/test-printf-posix.output: Remove all -0.0 related results.
1514         Needed for IRIX 6.5.
1515
1516 2007-05-19  Bruno Haible  <bruno@clisp.org>
1517
1518         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1519         printed as "nan0x7fffffff" instead of "nan".
1520         * tests/test-vasprintf-posix.c (test_function): Likewise.
1521         * tests/test-snprintf-posix.h (test_function): Likewise.
1522         * tests/test-sprintf-posix.h (test_function): Likewise.
1523         * tests/test-fprintf-posix.h (NaN): Remove macro.
1524         (test_function): Remove all NaN related tests.
1525         * tests/test-printf-posix.h (NaN): Remove macro.
1526         (test_function): Remove all NaN related tests.
1527         * tests/test-printf-posix.output: Remove all NaN related results.
1528         Needed for IRIX 6.5.
1529
1530 2007-05-19  Bruno Haible  <bruno@clisp.org>
1531
1532         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1533         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1534
1535 2007-05-19  Bruno Haible  <bruno@clisp.org>
1536
1537         * lib/float_.h: New file.
1538         * m4/float_h.m4: New file.
1539         * modules/float: New file.
1540         * modules/isnanl (Dependencies): Add float.
1541         * modules/isnanl-nolibm (Dependencies): Likewise.
1542         * modules/mathl (Dependencies): Likewise.
1543         * modules/printf-frexpl (Dependencies): Likewise.
1544         * modules/signbit (Dependencies): Likewise.
1545         * modules/vasnprintf (Dependencies): Likewise.
1546         * doc/headers/float.texi: Update.
1547
1548 2007-05-19  Jim Meyering  <jim@meyering.net>
1549
1550         * lib/utimens.c (gl_futimens): Rename from futimens,
1551         now that glibc-2.6 declares futimens.
1552         * lib/utimens.h: Likewise.
1553
1554 2007-05-19  Bruno Haible  <bruno@clisp.org>
1555
1556         Avoid test failures on mingw.
1557         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1558         * tests/test-printf-posix.sh: Likewise.
1559         * tests/test-vfprintf-posix.sh: Likewise.
1560         * tests/test-vprintf-posix.sh: Likewise.
1561
1562 2007-05-19  Bruno Haible  <bruno@clisp.org>
1563
1564         Fix *printf result for NaN, Inf, -0.0 on mingw.
1565         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1566         * lib/vasnprintf.c: Include math.h and isnan.h.
1567         (is_infinite_or_zero): New function.
1568         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1569         values in the %f, %F, %e, %E, %g, %G directives.
1570         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1571         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1572         gl_PRINTF_INFINITE and test its result. Invoke
1573         gl_PREREQ_VASNPRINTF_INFINITE.
1574         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1575         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1576         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1577         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1578         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1579         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1580         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1581         * doc/functions/fprintf.texi: Update.
1582         * doc/functions/printf.texi: Update.
1583         * doc/functions/snprintf.texi: Update.
1584         * doc/functions/sprintf.texi: Update.
1585         * doc/functions/vfprintf.texi: Update.
1586         * doc/functions/vprintf.texi: Update.
1587         * doc/functions/vsnprintf.texi: Update.
1588         * doc/functions/vsprintf.texi: Update.
1589
1590 2007-05-19  Bruno Haible  <bruno@clisp.org>
1591
1592         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1593         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1594         Instead of multiplying with 10^k, set extra_zeroes to k.
1595         (scale10_round_long_double): Remove function.
1596
1597 2007-05-18  Bruno Haible  <bruno@clisp.org>
1598
1599         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1600         introduced on 2007-05-06.
1601
1602 2007-05-18  Bruno Haible  <bruno@clisp.org>
1603
1604         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1605         %g directives.
1606         * tests/test-vasprintf-posix.c (test_function): Likewise.
1607         * tests/test-snprintf-posix.h (test_function): Likewise.
1608         * tests/test-sprintf-posix.h (test_function): Likewise.
1609
1610 2007-05-18  Bruno Haible  <bruno@clisp.org>
1611
1612         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1613         (strmatch): New function.
1614         (test_function): Test the %f directive on numbers of various exponents.
1615         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1616         (strmatch): New function.
1617         (test_function): Test the %f directive on numbers of various exponents.
1618         * tests/test-snprintf-posix.h (strmatch): New function.
1619         (test_function): Test the %f directive on numbers of various exponents.
1620         * tests/test-sprintf-posix.h (strmatch): New function.
1621         (test_function): Test the %f directive on numbers of various exponents.
1622         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1623         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1624         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1625         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1626
1627 2007-05-18  Bruno Haible  <bruno@clisp.org>
1628
1629         Add support for 'long double' number output.
1630         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1631         * lib/vasnprintf.c: Include math.h and float+.h.
1632         (mp_limb_t): New type.
1633         (GMP_LIMB_BITS): New macro.
1634         (mp_twolimb_t): New type.
1635         (GMP_TWOLIMB_BITS): New macro.
1636         (mpn_t): New type.
1637         (multiply, divide, convert_to_decimal, decode_long_double,
1638         scale10_round_long_double, scale10_round_decimal_long_double,
1639         floorlog10l): New functions.
1640         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1641         for the %f, %F, %e, %E, %g, %G directives.
1642         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1643         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1644         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1645         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1646         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1647         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1648         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1649         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1650         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1651         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1652         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1653         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1654         * modules/snprintf-posix (Depends-on): Likewise.
1655         * modules/sprintf-posix (Depends-on): Likewise.
1656         * modules/vasnprintf-posix (Depends-on): Likewise.
1657         * modules/vasprintf-posix (Depends-on): Likewise.
1658         * modules/vfprintf-posix (Depends-on): Likewise.
1659         * modules/vsnprintf-posix (Depends-on): Likewise.
1660         * modules/vsprintf-posix (Depends-on): Likewise.
1661         * modules/vasnprintf (Files): Add lib/float+.h.
1662         * doc/functions/fprintf.texi: Update.
1663         * doc/functions/printf.texi: Update.
1664         * doc/functions/snprintf.texi: Update.
1665         * doc/functions/sprintf.texi: Update.
1666         * doc/functions/vfprintf.texi: Update.
1667         * doc/functions/vprintf.texi: Update.
1668         * doc/functions/vsnprintf.texi: Update.
1669         * doc/functions/vsprintf.texi: Update.
1670
1671 2007-05-18  Bruno Haible  <bruno@clisp.org>
1672
1673         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1674
1675 2007-05-18  Bruno Haible  <bruno@clisp.org>
1676
1677         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1678         for printing 64-bit integers. Needed for mingw.
1679
1680 2007-05-18  Bruno Haible  <bruno@clisp.org>
1681
1682         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1683         gl_FUNC_FREXPL_WORKS.
1684         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1685
1686 2007-05-18  Bruno Haible  <bruno@clisp.org>
1687
1688         * modules/frexpl-nolibm-tests: New file.
1689
1690         * modules/frexpl-nolibm: New file.
1691         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1692
1693 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1694
1695         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1696         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1697         GCC 4.2, which otherwise issues a lot of warnings.
1698         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1699         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1700         Likewise.
1701         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1702         * modules/iconv_open (iconv.h): Likewise.
1703         * modules/locale (locale.h): Likewise.
1704         * modules/netinet_in (netinet/in.h): Likewise.
1705         * modules/sys_select (sys_select.h): Likewise.
1706         * modules/sys_socket (sys/socket.h): Likewise.
1707         * modules/sys_stat (sys/stat.h): Likewise.
1708         * modules/sysexits (sysexits.h): Likewise.
1709         * modules/unistd (unistd.h): Likewise.
1710
1711 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1712
1713         * modules/closein-tests (Makefile.am): Distribute
1714         `test-closein.sh'.
1715
1716 2007-05-17  Bruno Haible  <bruno@clisp.org>
1717
1718         * tests/test-printf-posix.output: Renamed from
1719         tests/test-fprintf-posix.out.
1720         * modules/fprintf-posix-tests: Update.
1721         * modules/printf-posix-tests: Update.
1722         * modules/vfprintf-posix-tests: Update.
1723         * modules/vprintf-posix-tests: Update.
1724         * tests/test-fprintf-posix.sh: Update.
1725         * tests/test-printf-posix.sh: Update.
1726         * tests/test-vfprintf-posix.sh: Update.
1727         * tests/test-vprintf-posix.sh: Update.
1728         Reported by Ralf Wildenhues.
1729
1730 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1731
1732         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1733         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1734         GCC 4.2, which otherwise issues a lot of warnings.
1735         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1736         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1737         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1738         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1739         it should no longer be needed.
1740         * lib/string_.h: Likewise.
1741         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1742         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1743         * modules/inttypes (inttypes.h): Likewise.
1744         * modules/math (math.h): Likewise.
1745         * modules/search (search.h): Likewise.
1746         * modules/signal (signal.h): Likewise.
1747         * modules/stdint (stdint.h): Likewise.
1748         * modules/stdio (stdio.h): Likewise.
1749         * modules/stdlib (stdlib.h): Likewise.
1750         * modules/string (string.h): Likewise.
1751         * modules/sys_time (sys/time.h): Likewise.
1752         * modules/time (time.h): Likewise.
1753         * modules/wchar (wchar.h): Likewise.
1754         * modules/wctype (wtype.h): Likewise.
1755
1756 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1757
1758         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1759
1760 2007-05-13  Bruno Haible  <bruno@clisp.org>
1761
1762         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1763         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1764         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1765         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1766         (gl_PREREQ_STRTOK_R): Don't require it here.
1767
1768 2007-05-13  Bruno Haible  <bruno@clisp.org>
1769
1770         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1771         when used in C++ mode.
1772
1773 2007-05-12  Bruno Haible  <bruno@clisp.org>
1774
1775         * lib/linebuffer.h: Tweak doc.
1776         * lib/linebuffer.c: Likewise.
1777
1778 2007-05-12  James Youngman  <jay@gnu.org>
1779
1780         * lib/linebuffer.c (readlinebuffer_delim): New function,
1781         like readlinebuffer, but use a caller-specified delimiter.
1782         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1783         as the delimiter.
1784         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1785
1786 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1787
1788         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1789         * modules/openat (Files): Remove openat-die.c.
1790         (Depends-on): Add openat-die.
1791         * modules/openat-die: New module.
1792
1793 2007-05-06  Bruno Haible  <bruno@clisp.org>
1794
1795         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1796         Update with info about Cygwin.
1797         * doc/functions/fprintf.texi: Update.
1798         * doc/functions/printf.texi: Update.
1799         * doc/functions/snprintf.texi: Update.
1800         * doc/functions/sprintf.texi: Update.
1801         * doc/functions/vfprintf.texi: Update.
1802         * doc/functions/vprintf.texi: Update.
1803         * doc/functions/vsnprintf.texi: Update.
1804         * doc/functions/vsprintf.texi: Update.
1805         Reported by Eric Blake.
1806
1807 2007-05-06  Bruno Haible  <bruno@clisp.org>
1808
1809         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1810         padding ourselves for the floating-point directives.
1811         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1812         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1813         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1814         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1815         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1816         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1817         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1818         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1819         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1820         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1821         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1822         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1823         * tests/test-snprintf-posix.h (test_function): Also check the width
1824         and some flags in the %f directive.
1825         * tests/test-sprintf-posix.h (test_function): Likewise.
1826         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1827         * tests/test-vasprintf-posix.c (test_function): Likewise.
1828         * doc/functions/fprintf.texi: Update.
1829         * doc/functions/printf.texi: Update.
1830         * doc/functions/snprintf.texi: Update.
1831         * doc/functions/sprintf.texi: Update.
1832         * doc/functions/vfprintf.texi: Update.
1833         * doc/functions/vprintf.texi: Update.
1834         * doc/functions/vsnprintf.texi: Update.
1835         * doc/functions/vsprintf.texi: Update.
1836
1837 2007-05-06  Bruno Haible  <bruno@clisp.org>
1838
1839         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1840         pass the ' flag character to sprintf or snprintf.
1841         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1842         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1843         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1844         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1845         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1846         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1847         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1848         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1849         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1850         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1851         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1852         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1853         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1854         flag.
1855         * tests/test-sprintf-posix.h (test_function): Likewise.
1856         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1857         * tests/test-vasprintf-posix.c (test_function): Likewise.
1858         * doc/functions/fprintf.texi: Update.
1859         * doc/functions/printf.texi: Update.
1860         * doc/functions/snprintf.texi: Update.
1861         * doc/functions/sprintf.texi: Update.
1862         * doc/functions/vfprintf.texi: Update.
1863         * doc/functions/vprintf.texi: Update.
1864         * doc/functions/vsnprintf.texi: Update.
1865         * doc/functions/vsprintf.texi: Update.
1866
1867 2007-05-01  Bruno Haible  <bruno@clisp.org>
1868
1869         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1870
1871 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1872
1873         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1874         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1875
1876 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1879         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1880         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1881
1882 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1883
1884         * lib/argp-help.c (struct hol_entry): New member `ord'.
1885         (HOL_ENTRY_PTRCMP): Use ord for comparison
1886         (hol_sort): Initialize ord.
1887
1888 2007-05-01  Bruno Haible  <bruno@clisp.org>
1889
1890         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1891         Reported by Eric Blake.
1892         * doc/gnulib.texi (Function Substitutes): Update.
1893
1894 2007-05-01  Bruno Haible  <bruno@clisp.org>
1895
1896         * doc/functions.texi: Remove file, now redundant through
1897         doc/functions/*.texi.
1898
1899 2007-05-01  Bruno Haible  <bruno@clisp.org>
1900
1901         * modules/argp (Depends-on): Add sleep.
1902
1903 2007-05-01  Bruno Haible  <bruno@clisp.org>
1904
1905         * modules/sleep-tests: New file.
1906         * tests/test-sleep.c: New file.
1907
1908         * modules/sleep: New file.
1909         * lib/sleep.c: New file.
1910         * m4/sleep.m4: New file.
1911         * lib/unistd_.h (sleep): New declaration.
1912         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1913         HAVE_SLEEP.
1914         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1915         * doc/functions/sleep.texi: Document the sleep module.
1916
1917 2007-05-01  Bruno Haible  <bruno@clisp.org>
1918
1919         * lib/sigprocmask.h: Remove file.
1920         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1921         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1922         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1923         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1924         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1925         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1926         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1927         HAVE_SIGSET_T as a shell variable.
1928         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1929         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1930         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1931         (Depends-on): Add signal. Remove verify.
1932         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1933         (Include): Mention <signal.h> instead of sigprocmask.h.
1934         * NEWS: Mention the change.
1935         * lib/fatal-signal.c: Don't include sigprocmask.h.
1936
1937 2007-05-01  Bruno Haible  <bruno@clisp.org>
1938
1939         * modules/signal: New file.
1940         * lib/signal_.h: New file.
1941         * m4/signal_h.m4: New file.
1942
1943 2007-05-01  Bruno Haible  <bruno@clisp.org>
1944
1945         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1946         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1947         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1948         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1949
1950 2007-05-01  Bruno Haible  <bruno@clisp.org>
1951
1952         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1953         configure time.
1954         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1955         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1956         * modules/sys_stat (Makefile.am): Substitute their values into
1957         sys/stat.h.
1958
1959 2007-05-01  Bruno Haible  <bruno@clisp.org>
1960
1961         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1962         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1963         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1964
1965 2007-05-01  Bruno Haible  <bruno@clisp.org>
1966
1967         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1968         'assert' module here.
1969
1970 2007-05-01  Bruno Haible  <bruno@clisp.org>
1971
1972         * doc/functions/*.texi: New files.
1973         * doc/functions/google-ranking.txt: New file.
1974         * doc/gnulib.texi (Function Substitutes): New chapter.
1975         (ctime, inet_ntoa): Remove sections.
1976         * doc/ctime.texi: Remove file.
1977         * doc/inet_ntoa.texi: Remove file.
1978         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1979         dependencies.
1980         (%.info): New rule, specifying a --reference-limit.
1981
1982 2007-05-01  Bruno Haible  <bruno@clisp.org>
1983
1984         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1985
1986 2007-05-01  Bruno Haible  <bruno@clisp.org>
1987
1988         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1989         the portability of 'mkdir' to mingw systems.
1990
1991 2007-05-01  Bruno Haible  <bruno@clisp.org>
1992
1993         * doc/headers/google-ranking.txt: New file.
1994
1995 2007-04-30  Eric Blake  <ebb9@byu.net>
1996
1997         Prefer fseeko to fseek.
1998         * modules/getpass (Depends-on): Add fseeko.
1999         * lib/getpass.c (getpass): Use fseeko, not fseek.
2000
2001 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2002
2003         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2004         assumes the sorting is stable, while most qsort implementations
2005         are not.  Use argument addresses to ensure they never compare as
2006         equal.
2007
2008         * tests/test-argp-2.sh (usage-indent test): Fix output
2009         (func_compare): Restore diff options
2010         * tests/test-argp.c: Restore #include "progname.h"
2011
2012 2007-04-29  Bruno Haible  <bruno@clisp.org>
2013
2014         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2015         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2016         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2017         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2018         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2019         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2020         (TESTS, check_PROGRAMS): Add test-snprintf.
2021         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2022         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2023         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2024         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2025         assertions that fail on HP-UX, OSF/1, or IRIX.
2026         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2027
2028 2007-04-29  Bruno Haible  <bruno@clisp.org>
2029
2030         * MODULES.html.sh (posix_functions): Remove 'contents'.
2031
2032 2007-04-29  Karl Berry  <karl@gnu.org>
2033
2034         * config/srclist.txt (gendocs_template_min): new entry.
2035
2036 2007-04-29  Bruno Haible  <bruno@clisp.org>
2037
2038         Work around fpurge bug on BSD systems.
2039         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2040         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2041         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2042         fpurge to rpl_fpurge if the system already has this function.
2043         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2044         the case where the system already has this function. Correct invariants
2045         on BSD systems.
2046         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2047         BSD systems.
2048
2049 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2050
2051         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2052         proposed by Sven Verdoolaege.
2053
2054         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2055         options.
2056         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2057         (usage and help tests): Update
2058
2059 2007-04-29  Bruno Haible  <bruno@clisp.org>
2060
2061         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2062         Print more information in case of failure. Disable a test on BeOS.
2063
2064 2007-04-29  Bruno Haible  <bruno@clisp.org>
2065
2066         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2067         This helps debugging on systems on which no gdb is available.
2068
2069 2007-04-29  Bruno Haible  <bruno@clisp.org>
2070
2071         * lib/freading.h: Improve comments.
2072         * lib/fwriting.h: Likewise.
2073         * tests/test-freading.c (main): Don't check freading immediately after
2074         repositioning. Needed for glibc.
2075
2076 2007-04-29  Bruno Haible  <bruno@clisp.org>
2077
2078         * lib/freading.c (freading): Trivial simplification.
2079
2080 2007-04-28  Bruno Haible  <bruno@clisp.org>
2081
2082         * tests/test-fwriting.c (main): Also test the interaction between
2083         fflush and fwriting.
2084         * modules/fwriting-tests (Depends-on): Add fflush.
2085
2086         * tests/test-freading.c (main): Also test the interaction between
2087         fflush and freading.
2088         * modules/freading-tests (Depends-on): Add fflush.
2089
2090 2007-04-28  Bruno Haible  <bruno@clisp.org>
2091
2092         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2093         fseeko and ftello.
2094         Suggested by Eric Blake.
2095
2096 2007-04-28  Jim Meyering  <jim@meyering.net>
2097
2098         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2099         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2100         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2101
2102 2007-04-27  Eric Blake  <ebb9@byu.net>
2103
2104         * doc/headers/assert.texi (assert.h): Document assert module use.
2105
2106 2007-04-27  Bruno Haible  <bruno@clisp.org>
2107
2108         * doc/headers/*.texi: New files.
2109         * doc/gnulib.texi (Header File Substitutes): New chapter.
2110         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2111         dependencies.
2112         (standards.info ,standards.html, standards.dvi): Update dependencies.
2113         (mostlyclean, clean): New targets.
2114
2115 2007-04-27  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2118         * modules/sysexits (Files, Makefile.am): Update.
2119
2120         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2121         * modules/sys_socket (Files, Makefile.am): Update.
2122
2123         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2124         * modules/sys_stat (Files, Makefile.am): Update.
2125
2126 2007-04-27  Eric Blake  <ebb9@byu.net>
2127
2128         * lib/freading.h: Improve comments.
2129         * lib/fwriting.h: Likewise.
2130         * lib/fflush.c: Likewise.
2131
2132         Fix closein for mingw.
2133         * modules/closein-tests: Add tests for closein.
2134         * tests/test-closein.c: New file.
2135         * tests/test-closein.sh: Likewise.
2136         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2137         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2138
2139 2007-04-27  Bruno Haible  <bruno@clisp.org>
2140
2141         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2142         version is < 6.
2143         * lib/math_.h [__DECC]: Likewise.
2144         * lib/stdio_.h [__DECC]: Likewise.
2145         * lib/stdlib_.h [__DECC]: Likewise.
2146         * lib/string_.h [__DECC]: Likewise.
2147         * lib/time_.h [__DECC]: Likewise.
2148         * lib/wchar_.h [__DECC]: Likewise.
2149         * lib/wctype_.h [__DECC]: Likewise.
2150
2151 2007-04-27  Bruno Haible  <bruno@clisp.org>
2152
2153         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2154
2155 2007-04-27  Bruno Haible  <bruno@clisp.org>
2156
2157         * lib/fflush.c: Add comments.
2158         * modules/fpurge-tests (Depends-on): Add fflush.
2159         * modules/freadable-tests (Depends-on): Likewise.
2160         * modules/fwritable-tests (Depends-on): Likewise.
2161
2162 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2163
2164         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2165         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2166         Report by Bruno Haible <bruno@clisp.org>.
2167
2168 2007-04-26  Eric Blake  <ebb9@byu.net>
2169
2170         Fix fflush on mingw.
2171         * modules/fflush (Depends-on): Add freading.
2172         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2173         but unread data.
2174
2175 2007-04-26  Eric Blake  <ebb9@byu.net>
2176         and Bruno Haible  <bruno@clisp.org>
2177
2178         Implement freading and fwriting.
2179         * lib/freading.c: New file.
2180         * lib/freading.h: Likewise.
2181         * m4/freading.m4: Likewise.
2182         * modules/freading: Likewise.
2183         * modules/freading-tests: Likewise.
2184         * tests/test-freading.c: Likewise.
2185         * lib/fwriting.c: New file.
2186         * lib/fwriting.h: Likewise.
2187         * m4/fwriting.m4: Likewise.
2188         * modules/fwriting: Likewise.
2189         * modules/fwriting-tests: Likewise.
2190         * tests/test-fwriting.c: Likewise.
2191         * MODULES.html.sh (File stream based Input/Output): Mention them.
2192
2193 2007-04-26  Bruno Haible  <bruno@clisp.org>
2194
2195         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2196         'long' when we assume it.
2197         Suggested by Eric Blake.
2198
2199 2007-04-26  Bruno Haible  <bruno@clisp.org>
2200
2201         Ensure fseeko, ftello are declared on glibc systems.
2202         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2203         * modules/fseeko (configure.ac-early): Likewise.
2204         * modules/ftello (configure.ac-early): Likewise.
2205         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2206         AC_FUNC_FSEEKO for this.
2207         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2208         (gl_CHECK_FSEEKO): Remove macro.
2209
2210 2007-04-26  Bruno Haible  <bruno@clisp.org>
2211
2212         * tests/test-fflush.c (main): Also check the ftell result after
2213         fflush and fseek/fseeko.
2214         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2215         file descriptor position cache in the stream.
2216         * lib/fseeko.c (rpl_fseeko): Likewise.
2217
2218 2007-04-26  Bruno Haible  <bruno@clisp.org>
2219
2220         * modules/fflush-tests (Depends-on): Add fseeko.
2221
2222 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2223             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2224
2225         * lib/argz_.h: ensure error_t definition is obtained in same
2226         mechanism system argz.h would have.
2227         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2228         argz facilities are known bad.  Err on the side of caution if
2229         cross-compiling.
2230
2231 2007-04-25  Eric Blake  <ebb9@byu.net>
2232
2233         * lib/fpurge.c (includes): Use stdlib.h for free.
2234         * tests/test-fflush.c (main): Also test fflush-fseeko.
2235
2236 2007-04-25  Bruno Haible  <bruno@clisp.org>
2237
2238         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2239         * lib/fseeko.c: New file.
2240         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2241         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2242         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2243         gl_FUNC_FSEEKO.
2244         (gl_FUNC_FSEEKO): Invoke it.
2245         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2246         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2247         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2248
2249 2007-04-25  Bruno Haible  <bruno@clisp.org>
2250
2251         * modules/fflush (Depends-on): Add ftello.
2252
2253 2007-04-25  Bruno Haible  <bruno@clisp.org>
2254
2255         * modules/ftello-tests: New file.
2256         * tests/test-ftello.c: New file.
2257
2258         * modules/ftello: New file.
2259         * m4/ftello.m4: New file.
2260         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2261         HAVE_FTELLO.
2262         * lib/stdio_.h (ftello): New declaration.
2263         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2264         HAVE_FTELLO.
2265
2266 2007-04-25  Bruno Haible  <bruno@clisp.org>
2267
2268         * modules/fseeko-tests: New file.
2269         * tests/test-fseeko.c: New file.
2270
2271         * modules/fseeko: New file.
2272         * m4/fseeko.m4: New file.
2273         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2274         HAVE_FSEEKO.
2275         * lib/stdio_.h (fseeko): New declaration.
2276         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2277         HAVE_FSEEKO.
2278
2279 2007-04-25  Bruno Haible  <bruno@clisp.org>
2280
2281         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2282
2283 2007-04-25  Bruno Haible  <bruno@clisp.org>
2284
2285         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2286         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2287         * tests/test-unistd.c: Likewise.
2288         * tests/test-fcntl.c: Likewise.
2289
2290 2007-04-23  Eric Blake  <ebb9@byu.net>
2291
2292         * lib/fflush.c: Fix missing include.
2293         Reported by Bruno Haible.
2294
2295 2007-04-23  Bruno Haible  <bruno@clisp.org>
2296
2297         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2298         Reported by Eric Blake.
2299
2300 2007-04-23  Bruno Haible  <bruno@clisp.org>
2301
2302         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2303
2304 2007-04-23  Bruno Haible  <bruno@clisp.org>
2305
2306         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2307
2308 2007-04-23  Bruno Haible  <bruno@clisp.org>
2309
2310         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2311         Needed on HP-UX 11.
2312
2313 2007-04-16  Eric Blake  <ebb9@byu.net>
2314
2315         Make fflush rely on fpurge.
2316         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2317         open coding all variants.
2318         * modules/fflush (Depends-on): Add fpurge and unistd.
2319         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2320         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2321
2322         Fix --with-tests compilation on cygwin.
2323         * modules/argmatch-tests (Makefile.am): List gnulib library first
2324         in LDADD.
2325         * modules/argp-tests (Makefile.am): Likewise.
2326         * modules/array-list-tests (Makefile.am): Likewise.
2327         * modules/array-oset-tests (Makefile.am): Likewise.
2328         * modules/avltree-list-tests (Makefile.am): Likewise.
2329         * modules/avltree-oset-tests (Makefile.am): Likewise.
2330         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2331         * modules/carray-list-tests (Makefile.am): Likewise.
2332         * modules/dirname-tests (Makefile.am): Likewise.
2333         * modules/frexp-tests (Makefile.am): Likewise.
2334         * modules/isnanl-tests (Makefile.am): Likewise.
2335         * modules/linked-list-tests (Makefile.am): Likewise.
2336         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2337         * modules/lock-tests (Makefile.am): Likewise.
2338         * modules/rbtree-list-tests (Makefile.am): Likewise.
2339         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2340         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2341         * modules/tls-tests (Makefile.am): Likewise.
2342         * modules/tsearch-tests (Makefile.am): Likewise.
2343         * modules/xvasprintf-tests (Makefile.am): Likewise.
2344
2345         Fix fpurge for cygwin.
2346         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2347         value.
2348         * modules/fpurge-tests (Depends-on): Clean up trash.
2349
2350 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2351
2352         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2353
2354         * m4/autobuild.m4: Re-indent.
2355
2356 2007-04-13  Bruno Haible  <bruno@clisp.org>
2357
2358         * modules/fpurge-tests: New file.
2359         * tests/test-fpurge.c: New file.
2360
2361         * modules/fpurge: New file.
2362         * lib/fpurge.h: New file.
2363         * lib/fpurge.c: New file.
2364         * m4/fpurge.m4: New file.
2365
2366 2007-04-13  Bruno Haible  <bruno@clisp.org>
2367
2368         * modules/fbufmode-tests: New file.
2369         * tests/test-fbufmode.c: New file.
2370
2371         * modules/fbufmode: New file.
2372         * lib/fbufmode.h: New file.
2373         * lib/fbufmode.c: New file.
2374         * m4/fbufmode.m4: New file.
2375
2376 2007-04-13  Bruno Haible  <bruno@clisp.org>
2377
2378         * modules/fwritable-tests: New file.
2379         * tests/test-fwritable.c: New file.
2380
2381         * modules/fwritable: New file.
2382         * lib/fwritable.h: New file.
2383         * lib/fwritable.c: New file.
2384         * m4/fwritable.m4: New file.
2385
2386 2007-04-13  Bruno Haible  <bruno@clisp.org>
2387
2388         * modules/freadable-tests: New file.
2389         * tests/test-freadable.c: New file.
2390
2391         * modules/freadable: New file.
2392         * lib/freadable.h: New file.
2393         * lib/freadable.c: New file.
2394         * m4/freadable.m4: New file.
2395
2396 2007-04-13  Bruno Haible  <bruno@clisp.org>
2397
2398         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2399         MOSTLYCLEANFILES.
2400
2401 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2402
2403         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2404         gzip bootstrap.conf to avoid dragging in i18n machinery.
2405         (gnulib_tool_option): Use it.
2406
2407 2007-04-13  Bruno Haible  <bruno@clisp.org>
2408
2409         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2410         %F directives.
2411         * tests/test-vasprintf-posix.c (test_function): Likewise.
2412         * tests/test-snprintf-posix.h (test_function): Likewise.
2413         * tests/test-sprintf-posix.h (test_function): Likewise.
2414         * tests/test-fprintf-posix.h (test_function): Likewise.
2415         * tests/test-printf-posix.h (test_function): Likewise.
2416         * tests/test-fprintf-posix.out: Likewise.
2417
2418 2007-04-13  Bruno Haible  <bruno@clisp.org>
2419
2420         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2421         * modules/tls-tests (configure.ac): Likewise.
2422         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2423
2424 2007-04-13  Bruno Haible  <bruno@clisp.org>
2425
2426         * lib/tls.c (glthread_tls_get): Fix return type.
2427         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2428
2429 2007-04-12  Eric Blake  <ebb9@byu.net>
2430
2431         * modules/gettime (Depends-on): Remove gettime.
2432         Reported by Dmitry V. Levin.
2433
2434 2007-04-12  Bruno Haible  <bruno@clisp.org>
2435
2436         * modules/fflush (Include): Mention <stdio.h>.
2437         * modules/strtoimax (Include): Mention <inttypes.h>.
2438         * modules/strtoumax (Include): Likewise.
2439
2440 2007-04-12  Eric Blake  <ebb9@byu.net>
2441
2442         * .cvsignore: New file.
2443         * .gitignore: Likewise.
2444
2445 2007-04-12  Bruno Haible  <bruno@clisp.org>
2446
2447         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2448         not before, since $(LDADD) often contains libgnu.a.
2449         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2450         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2451         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2452         Needed on Cygwin.
2453
2454 2007-04-12  Eric Blake  <ebb9@byu.net>
2455
2456         Work around glibc's failure to flush stdin on fclose.
2457         * lib/closein.c (close_stdin): Flush stdin before closing.
2458
2459         Work around glibc's failure to reset seekable stdin on exit.
2460         * modules/closein: New module.
2461         * lib/closein.c: New file.
2462         * lib/closein.h: Likewise.
2463         * m4/closein.m4: Likewise.
2464         * MODULES.html.sh (File stream based Input/Output): Document it.
2465
2466 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2467
2468         * gnulib-tool: Rename generated 'autobuild' script to
2469         'do-autobuild' in --create-megatestdir output.
2470
2471         * doc/gnulib.texi (Build robot for gnulib): Fix.
2472
2473 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2474
2475         * modules/sysexits (Depends-on): Add absolute-header.
2476
2477 2007-04-12  Eric Blake  <ebb9@byu.net>
2478
2479         No need to preserve errno on success.
2480         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2481         Reported by Bruno Haible.
2482
2483 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2484
2485         * MODULES.html.sh (Support for maintaining and releasing
2486         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2487
2488 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2489
2490         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2491
2492 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2493
2494         * modules/autobuild: New module.
2495
2496         * m4/autobuild.m4: New file.
2497
2498 2007-04-11  Bruno Haible  <bruno@clisp.org>
2499
2500         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2501         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2502         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2503         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2504         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2505         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2506         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2507         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2508         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2509         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2510         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2511         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2512         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2513         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2514         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2515         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2516         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2517         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2518         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2519         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2520         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2521         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2522         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2523         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2524         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2525         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2526         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2527         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2528         Reported by Eric Blake.
2529
2530 2007-04-11  Bruno Haible  <bruno@clisp.org>
2531
2532         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2533
2534 2007-04-10  Bruno Haible  <bruno@clisp.org>
2535
2536         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2537         for NaN and Infinity. Needed on FreeBSD 6.1.
2538         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2539         regarding results for "%010a" of Infinity and NaN.
2540         * tests/test-vasprintf-posix.c (test_function): Likewise.
2541         * tests/test-snprintf-posix.h (test_function): Likewise.
2542         * tests/test-sprintf-posix.h (test_function): Likewise.
2543         * tests/test-fprintf-posix.h (test_function): Likewise.
2544         * tests/test-printf-posix.h (test_function): Likewise.
2545         * tests/test-fprintf-posix.out: Likewise.
2546
2547 2007-04-10  Bruno Haible  <bruno@clisp.org>
2548
2549         * modules/locale-tests: New file.
2550         * tests/test-locale.c: New file.
2551
2552         * modules/locale: New file.
2553         * lib/locale_.h: New file.
2554         * m4/locale_h.m4: New file.
2555
2556 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2557             Bruno Haible  <bruno@clisp.org>
2558
2559         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2560         be determined, test for availability of the copysignf, copysign,
2561         copysignl functions.
2562         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2563         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2564         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2565
2566 2007-04-09  Eric Blake  <ebb9@byu.net>
2567
2568         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2569         * modules/stdio (Makefile.am): Support fflush.
2570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2571         * modules/fflush: New file.
2572         * lib/fflush.c: Likewise.
2573         * m4/fflush.m4: Likewise.
2574         * modules/fflush-tests: New test.
2575         * tests/test-fflush.c: Likewise.
2576         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2577
2578 2007-04-06  Bruno Haible  <bruno@clisp.org>
2579
2580         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2581         (VASNPRINTF): Use signbit for faster determination whether to print a
2582         minus sign.
2583         * modules/vasnprintf (Files): Remove lib/float+.h.
2584         * modules/fprintf-posix (Depends-on): Add signbit.
2585         * modules/snprintf-posix (Depends-on): Likewise.
2586         * modules/sprintf-posix (Depends-on): Likewise.
2587         * modules/vasnprintf-posix (Depends-on): Likewise.
2588         * modules/vasprintf-posix (Depends-on): Likewise.
2589         * modules/vfprintf-posix (Depends-on): Likewise.
2590         * modules/vsnprintf-posix (Depends-on): Likewise.
2591         * modules/vsprintf-posix (Depends-on): Likewise.
2592
2593 2007-04-06  Bruno Haible  <bruno@clisp.org>
2594
2595         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2596         * tests/test-frexpl.c (main): Likewise.
2597         * tests/test-ldexpl.c (main): Likewise.
2598         * modules/frexp-tests (Depends-on): Add signbit.
2599         * modules/frexpl-tests (Depdends-on): Likewise.
2600         * modules/ldexpl-tests (Depdends-on): Likewise.
2601
2602 2007-04-06  Bruno Haible  <bruno@clisp.org>
2603
2604         * modules/signbit-tests: New file.
2605         * tests/test-signbit.c: New file.
2606
2607         * modules/signbit: New file.
2608         * lib/signbitf.c: New file.
2609         * lib/signbitd.c: New file.
2610         * lib/signbitl.c: New file.
2611         * m4/signbit.m4: New file.
2612         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2613         (signbit): New macro.
2614         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2615         REPLACE_SIGNBIT.
2616         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2617         REPLACE_FREXPL into math.h.
2618
2619 2007-04-06  Bruno Haible  <bruno@clisp.org>
2620
2621         * modules/isnanf-nolibm-tests: New file.
2622         * tests/test-isnanf.c: New file.
2623
2624         * modules/isnanf-nolibm: New file.
2625         * lib/isnanf.h: New file.
2626         * lib/isnanf.c: New file.
2627         * lib/isnan.c: Consider the USE_FLOAT macro.
2628         * m4/isnanf.m4: New file.
2629
2630 2007-04-06  Bruno Haible  <bruno@clisp.org>
2631
2632         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2633         (Link): New section.
2634
2635         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2636
2637 2007-04-06  Bruno Haible  <bruno@clisp.org>
2638
2639         Assume the 'long double' type.
2640         * m4/longdouble.m4: Remove file.
2641         * config/srclist.txt: Don't mention longdouble.m4.
2642         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2643         * lib/float+.h: Likewise.
2644         * lib/frexp.c: Likewise.
2645         * lib/printf-args.h: Likewise.
2646         * lib/printf-args.c: Likewise.
2647         * lib/printf-frexp.c: Likewise.
2648         * lib/printf-parse.c: Likewise.
2649         * lib/vasnprintf.c: Likewise.
2650         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2651         * m4/intl.m4: Likewise.
2652         * m4/isnanl.m4: Likewise.
2653         * m4/printf.m4: Likewise.
2654         * m4/printf-frexpl.m4: Likewise.
2655         * m4/vasnprintf.m4: Likewise.
2656         * modules/allocsa (Files): Remove m4/longdouble.m4.
2657         * modules/gettext (Files): Likewise.
2658         * modules/relocatable-prog-wrapper (Files): Likewise.
2659         * modules/vasnprintf (Files): Likewise.
2660         * modules/isnanl (Files): Likewise.
2661         (Include): Simplify.
2662         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2663         (Include): Simplify.
2664         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2665         (Include): Simplify.
2666         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2667         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2668         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2669         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2670         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2671         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2672         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2673         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2674         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2675         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2676         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2677         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2678         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2679         * tests/test-isnanl.c: Likewise.
2680         * tests/test-snprintf-posix.h: Likewise.
2681         * tests/test-sprintf-posix.h: Likewise.
2682         * tests/test-vasnprintf-posix.c: Likewise.
2683         * tests/test-vasnprintf-posix2.c: Likewise.
2684         * tests/test-vasprintf-posix.c: Likewise.
2685
2686 2007-04-06  Bruno Haible  <bruno@clisp.org>
2687
2688         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2689         * lib/math_.h [__DECC]: Include the overridden include file through
2690         #include_next, outside the double-inclusion guard.
2691         * lib/stdio_.h [__DECC]: Likewise.
2692         * lib/stdlib_.h [__DECC]: Likewise.
2693         * lib/string_.h [__DECC]: Likewise.
2694         * lib/time_.h [__DECC]: Likewise.
2695         * lib/wchar_.h [__DECC]: Likewise.
2696         * lib/wctype_.h [__DECC]: Likewise.
2697         * lib/inttypes_.h [__DECC]: Likewise.
2698         Reported by Albert Chin <china@thewrittenword.com> in
2699         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2700
2701 2007-04-04  Eric Blake  <ebb9@byu.net>
2702
2703         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2704         1.5.x.
2705
2706 2007-04-04  Bruno Haible  <bruno@clisp.org>
2707
2708         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2709         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2710
2711 2007-04-04  Bruno Haible  <bruno@clisp.org>
2712
2713         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2714         results for "%010a" of Infinity and NaN.
2715         * tests/test-vasprintf-posix.c (test_function): Likewise.
2716         * tests/test-snprintf-posix.h (test_function): Likewise.
2717         * tests/test-sprintf-posix.h (test_function): Likewise.
2718         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2719         * tests/test-printf-posix.h (test_function): Likewise.
2720         * tests/test-fprintf-posix.out: Update.
2721         Needed for FreeBSD 6.1.
2722
2723 2007-04-04  Bruno Haible  <bruno@clisp.org>
2724
2725         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2726         directly used by the gnulib modules nor by gnulib-tool.
2727
2728 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2729
2730         * DEPENDENCIES: Give overall description of version dependency
2731         desirability.  Use more-typical names for apps.
2732         Add shell, coreutils, diffutils, grep, tar, gzip.
2733
2734 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2735
2736         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2737
2738 2007-04-04  Karl Berry  <karl@gnu.org>
2739
2740         * MODULES.html.sh (func_module): missing '.
2741
2742 2007-04-03  Bruno Haible  <bruno@clisp.org>
2743
2744         * modules/argmatch-tests (Makefile.am): New variable
2745         test_argmatch_LDADD.
2746         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2747         * modules/array-list-tests (Makefile.am): New variable
2748         test_array_list_LDADD.
2749         * modules/array-oset-tests (Makefile.am): New variable
2750         test_array_oset_LDADD.
2751         * modules/avltree-list-tests (Makefile.am): New variable
2752         test_avltree_list_LDADD.
2753         * modules/avltree-oset-tests (Makefile.am): New variable
2754         test_avltree_oset_LDADD.
2755         * modules/avltreehash-list-tests (Makefile.am): New variable
2756         test_avltreehash_list_LDADD.
2757         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2758         test_canonicalize_lgpl_LDADD.
2759         * modules/carray-list-tests (Makefile.am): New variable
2760         test_carray_list_LDADD.
2761         * modules/dirname-tests (Makefile.am): New variable
2762         test_dirname_LDADD.
2763         * modules/linked-list-tests (Makefile.am): New variable
2764         test_linked_list_LDADD.
2765         * modules/linkedhash-list-tests (Makefile.am): New variable
2766         test_linkedhash_list_LDADD.
2767         * modules/rbtree-list-tests (Makefile.am): New variable
2768         test_rbtree_list_LDADD.
2769         * modules/rbtree-oset-tests (Makefile.am): New variable
2770         test_rbtree_oset_LDADD.
2771         * modules/rbtreehash-list-tests (Makefile.am): New variable
2772         test_rbtreehash_list_LDADD.
2773         * modules/xvasprintf-tests (Makefile.am): New variable
2774         test_xvasprintf_LDADD.
2775         Reported by Eric Blake.
2776
2777 2007-04-03  Eric Blake  <ebb9@byu.net>
2778
2779         * DEPENDENCIES: Weaken m4 requirements.
2780
2781 2007-04-03  Bruno Haible  <bruno@clisp.org>
2782
2783         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2784         * modules/isnanl-tests (configure.ac): Likewise.
2785
2786 2007-04-03  Ben Pfaff  <blp@gnu.org>
2787
2788         * modules/iconv_open: Add $(srcdir)/ to source directory
2789         references in Makefile fragments that call gperf, to fix VPATH
2790         builds.
2791
2792 2007-04-03  Bruno Haible  <bruno@clisp.org>
2793
2794         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2795         * lib/ldexpl.c: Undo last change.
2796
2797 2007-04-03  Bruno Haible  <bruno@clisp.org>
2798
2799         * modules/printf-frexpl (Depends-on): Undo last change.
2800         (Files): Add m4/ldexpl.m4.
2801
2802 2007-04-03  Bruno Haible  <bruno@clisp.org>
2803
2804         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2805         * modules/isnanl (Link): New section.
2806
2807         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2808         * modules/frexp (Link): New section.
2809
2810         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2811         * modules/frexpl (Link): New section.
2812
2813         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2814         * modules/ldexpl (Link): New section.
2815
2816 2007-04-03  Bruno Haible  <bruno@clisp.org>
2817
2818         * modules/TEMPLATE-EXTENDED: New file.
2819         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2820
2821 2007-04-03  Bruno Haible  <bruno@clisp.org>
2822
2823         * DEPENDENCIES: New file.
2824         Suggested by Simon Josefsson.
2825
2826 2007-04-03  Bruno Haible  <bruno@clisp.org>
2827
2828         * doc/gnulib.texi: Escape @.
2829
2830 2007-04-03  James Youngman  <jay@gnu.org>
2831         and Paul Eggert  <eggert@cs.ucla.edu>
2832
2833         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2834         birthtime on all systems that have birthtime, not just those which
2835         use st_birthtimensec rather than st_birthtim.  Putting zero in
2836         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2837         that the birth time is not available for files on an NFS mount.
2838
2839 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2840
2841         * modules/memxor: Move back from crypto/, suggested by Bruno.
2842         * modules/crypto/hmac-sha1: Fix memxor dependency.
2843
2844         * modules/crypto/gc: Moved from ../.
2845
2846 2007-04-02  Eric Blake  <ebb9@byu.net>
2847
2848         * lib/ldexpl.c (includes): Avoid libm.
2849
2850         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2851
2852 2007-04-02  Bruno Haible  <bruno@clisp.org>
2853
2854         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2855         on IRIX.
2856
2857 2007-04-02  Bruno Haible  <bruno@clisp.org>
2858
2859         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2860         x86 or x86_64 platforms running MacOS X.
2861         Reported by Ryan Schmidt <@ryandesign.com>.
2862
2863 2007-04-02  Bruno Haible  <bruno@clisp.org>
2864
2865         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2866         i386.
2867
2868 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2869
2870         * modules/crypto/arcfour: Moved from ../.
2871         * modules/crypto/arcfour-tests: Moved from ../.
2872         * modules/crypto/arctwo: Moved from ../.
2873         * modules/crypto/arctwo-tests: Moved from ../.
2874         * modules/crypto/des: Moved from ../.
2875         * modules/crypto/des-tests: Moved from ../.
2876         * modules/crypto/gc-arcfour: Moved from ../.
2877         * modules/crypto/gc-arcfour-tests: Moved from ../.
2878         * modules/crypto/gc-arctwo: Moved from ../.
2879         * modules/crypto/gc-arctwo-tests: Moved from ../.
2880         * modules/crypto/gc-des: Moved from ../.
2881         * modules/crypto/gc-des-tests: Moved from ../.
2882         * modules/crypto/gc-hmac-md5: Moved from ../.
2883         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2884         * modules/crypto/gc-hmac-sha1: Moved from ../.
2885         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2886         * modules/crypto/gc-md2: Moved from ../.
2887         * modules/crypto/gc-md2-tests: Moved from ../.
2888         * modules/crypto/gc-md4: Moved from ../.
2889         * modules/crypto/gc-md4-tests: Moved from ../.
2890         * modules/crypto/gc-md5: Moved from ../.
2891         * modules/crypto/gc-md5-tests: Moved from ../.
2892         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2893         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2894         * modules/crypto/gc-random: Moved from ../.
2895         * modules/crypto/gc-rijndael: Moved from ../.
2896         * modules/crypto/gc-rijndael-tests: Moved from ../.
2897         * modules/crypto/gc-sha1: Moved from ../.
2898         * modules/crypto/gc-sha1-tests: Moved from ../.
2899         * modules/crypto/gc-tests: Moved from ../.
2900         * modules/crypto/hmac-md5: Moved from ../.
2901         * modules/crypto/hmac-md5-tests: Moved from ../.
2902         * modules/crypto/hmac-sha1: Moved from ../.
2903         * modules/crypto/hmac-sha1-tests: Moved from ../.
2904         * modules/crypto/md2: Moved from ../.
2905         * modules/crypto/md2-tests: Moved from ../.
2906         * modules/crypto/md4: Moved from ../.
2907         * modules/crypto/md4-tests: Moved from ../.
2908         * modules/crypto/md5: Moved from ../.
2909         * modules/crypto/md5-tests: Moved from ../.
2910         * modules/crypto/memxor: Moved from ../.
2911         * modules/crypto/rijndael: Moved from ../.
2912         * modules/crypto/rijndael-tests: Moved from ../.
2913         * modules/crypto/sha1: Moved from ../.
2914
2915 2007-03-30  James Youngman  <jay@gnu.org>
2916
2917         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2918         rename() to change the ctime of a file (because ctime is unaffected
2919         by rename on jfs2 on AIX 5.1).
2920         (main): Start by doing cleanup, in case a previous run failed leaving
2921         test files behind.
2922
2923 2007-03-31  Bruno Haible  <bruno@clisp.org>
2924
2925         Support old proprietary implementations of iconv.
2926         * modules/iconv_open: New file.
2927         * lib/iconv_.h: New file.
2928         * m4/iconv_h.m4: New file.
2929         * lib/iconv_open.c: New file.
2930         * lib/iconv_open-aix.gperf: New file.
2931         * lib/iconv_open-hpux.gperf: New file.
2932         * lib/iconv_open-irix.gperf: New file.
2933         * lib/iconv_open-osf.gperf: New file.
2934         * m4/iconv_open.m4: New file.
2935         * modules/linebreak (Depends-on): Add iconv_open.
2936         * modules/striconv (Depends-on): Likewise.
2937         * modules/striconveh (Depends-on): Likewise.
2938         * modules/unicodeio (Depends-on): Likewise.
2939         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2940         (iconv_t)(-1).
2941         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2942         conversion if cd is (iconv_t)(-1).
2943         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2944         is not possible.
2945
2946 2007-03-31  Bruno Haible  <bruno@clisp.org>
2947
2948         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2949         work on Solaris either. Protect also second use of "autodetect_jp".
2950
2951 2007-03-31  Bruno Haible  <bruno@clisp.org>
2952
2953         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2954         the function is not present.
2955
2956 2007-03-31  Bruno Haible  <bruno@clisp.org>
2957
2958         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2959         the function is not present.
2960
2961 2007-03-31  Bruno Haible  <bruno@clisp.org>
2962
2963         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2964         a bug in HP-UX iconv_open().
2965
2966 2007-03-31  Bruno Haible  <bruno@clisp.org>
2967
2968         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2969         (Mathematics <math.h>): New section, add fpieee.
2970         (Input/output <stdio.h>): Add fseterr.
2971         (Mathematics <math.h>): New section, add printf-frexp.
2972         (Container data structures): Add sublist.
2973         (Core language properties): Add fpucw, inline.
2974         (Functions for greatest-width integer types <inttypes.h>): Add
2975         imaxabs, imaxdiv, inttypes.
2976         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2977         isnanl-nolibm, ldexp.
2978         (Mathematics <math.h>): New section, add printf-frexpl.
2979         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2980         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2981         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2982         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2983         (Unicode string functions): Add unistr/u*-mbtoucr.
2984         (Java): Add javacomp-script, javaexec-script.
2985         (C#): Add csharpcomp-script, csharpexec-script.
2986         (Support for building libraries and executables): Add havelib,
2987         relocatable-*.
2988         (Support for maintaining and releasing projects): Renamed from
2989         'Support for maintaining and release projects'. Add announce-gen.
2990
2991 2007-03-31  Bruno Haible  <bruno@clisp.org>
2992
2993         * README: Talk primarily about git.
2994         (git and CVS): Renamed from CVS.
2995         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2996         gnulib is available through git.
2997         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2998
2999 2007-03-30  Bruno Haible  <bruno@clisp.org>
3000
3001         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3002         * lib/poll_.h: Likewise.
3003         * lib/stat_.h: Likewise.
3004         * lib/sys_time_.h: Likewise.
3005         * lib/sysexit_.h: Likewise.
3006         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3007         * lib/stdbool_.h: Likewise.
3008         * lib/byteswap_.h: Add double-inclusion guard.
3009
3010 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3011
3012         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3013
3014 2007-03-30  Karl Berry  <karl@gnu.org>
3015
3016         * config/srclist-update: double space after USA in the license
3017         substitution, since that's how it's usually (?) written.
3018
3019 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3020
3021         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3022         reported by Bruno Haible.
3023
3024 2007-03-29  Bruno Haible  <bruno@clisp.org>
3025
3026         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3027         a bug in AIX iconv().
3028
3029 2007-03-29  Bruno Haible  <bruno@clisp.org>
3030
3031         * modules/ldexpl-tests: New file.
3032         * tests/test-ldexpl.c: New file.
3033
3034 2007-03-29  Bruno Haible  <bruno@clisp.org>
3035
3036         * lib/ldexpl.c: Include fpucw.h.
3037         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3038         multiplication.
3039         * modules/ldexpl (Depends-on): Add fpucw.
3040
3041 2007-03-29  Bruno Haible  <bruno@clisp.org>
3042
3043         * modules/ldexpl: New file.
3044         * m4/ldexpl.m4: New file.
3045         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3046         set.
3047         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3048         REPLACE_LDEXPL.
3049         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3050         REPLACE_LDEXPL.
3051         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3052         gl_FUNC_LDEXPL_WORKS.
3053         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3054         * modules/mathl (Files): Remove lib/ldexpl.c.
3055         (Depends-on): Add ldexpl.
3056
3057 2007-03-29  Bruno Haible  <bruno@clisp.org>
3058
3059         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3060
3061 2007-03-29  Bruno Haible  <bruno@clisp.org>
3062
3063         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3064         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3065         and possibly also HP-UX.
3066         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3067         work on AIX, IRIX, HP-UX, OSF/1.
3068         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3069         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3070         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3071         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3072         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3073         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3074
3075 2007-03-29  Bruno Haible  <bruno@clisp.org>
3076
3077         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3078
3079 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3082         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3083
3084 2007-03-29  Eric Blake  <ebb9@byu.net>
3085
3086         * lib/acl-internal.h: Remove redundant include.
3087         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3088         Cygwin when a file is locked.
3089
3090 2007-03-29  Bruno Haible  <bruno@clisp.org>
3091
3092         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3093         file.
3094         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3095
3096 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3097
3098         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3099         try to remove a parent directory if the child couldn't be removed
3100         (except for the first rmdir, which could fail because the child
3101         doesn't exist).  Problem reported by Jeff Blaine in
3102         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3103
3104 2007-03-28  Bruno Haible  <bruno@clisp.org>
3105
3106         * lib/striconveh.c (utf8conv_carefully): New function.
3107         (mem_cd_iconveh_internal): Invoke it.
3108
3109 2007-03-28  Bruno Haible  <bruno@clisp.org>
3110
3111         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3112         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3113         input.
3114         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3115         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3116         unistr/u8-uctomb.
3117
3118 2007-03-28  Bruno Haible  <bruno@clisp.org>
3119
3120         * modules/unistr/u8-mbtoucr: New file.
3121         * lib/unistr/u8-mbtoucr.c: New file.
3122         * modules/unistr/u16-mbtoucr: New file.
3123         * lib/unistr/u16-mbtoucr.c: New file.
3124         * modules/unistr/u16-mbtoucr: New file.
3125         * lib/unistr/u16-mbtoucr.c: New file.
3126         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3127
3128 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3129             Bruno Haible  <bruno@clisp.org>
3130
3131         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3132         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3133         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3134
3135         * m4/stdio_h.m4: Add stubs for vasprintf too.
3136
3137         * modules/stdio: Support vasprintf in sed command.
3138
3139         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3140         vasprintf.h.  Add stdio module indicator.
3141
3142         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3143         vasprintf.h.
3144
3145         * lib/vasprintf.h: File removed.
3146
3147         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3148         * lib/vasprintf.c: Ditto.
3149         * lib/xvasprintf.c: Ditto.
3150         * tests/test-vasprintf-posix.c: Ditto.
3151         * tests/test-vasprintf.c: Ditto.
3152
3153 2007-03-27  Bruno Haible  <bruno@clisp.org>
3154
3155         Make vasnprintf multithread-safe.
3156         * lib/vasnprintf.c (decimal_point_char): New function.
3157         (VASNPRINTF): Use it.
3158         Suggested by Simon Josefsson.
3159
3160 2007-03-27  Eric Blake  <ebb9@byu.net>
3161
3162         Support sub-second birthtime on cygwin.
3163         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3164         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3165         (get_stat_birthtime): Also work with st_birthtim.
3166
3167 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3168
3169         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3170         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3171         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3172         (get_stat_birthtime_ns): Simplify compile-time tests.
3173         (get_stat_birthtime): Change the API to look like
3174         get_stat_mtime etc., except return a negative tv_nsec on error.
3175         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3176         Don't check for "spare" fields.
3177         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3178         or for struct stat.st_birthtime, as these tests aren't used.
3179         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3180
3181 2007-03-27  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/stat-time.h: Include <sys/stat.h>.
3184
3185 2007-03-27  James Youngman  <jay@gnu.org>
3186
3187         * lib/stat-time.h (get_stat_birthtime): New function for
3188           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3189         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3190           and its variants.
3191         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3192         * modules/stat-time-test: New file.
3193         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3194
3195 2007-03-26  Bruno Haible  <bruno@clisp.org>
3196
3197         Better support of signalling NaNs.
3198         * lib/atanl.c: Include isnanl.h.
3199         (atanl): Perform test for NaN at the beginning of the function and
3200         through a call to isnanl.
3201         * lib/cosl.c: Include isnanl.h.
3202         (cosl): Perform test for NaN at the beginning of the function and
3203         through a call to isnanl.
3204         * lib/ldexpl.c: Include isnanl.h.
3205         (ldexpl): Perform test for NaN through a call to isnanl.
3206         * lib/logl.c: Include isnanl.h.
3207         (logl): Perform test for NaN at the beginning of the function and
3208         through a call to isnanl.
3209         * lib/sinl.c: Include isnanl.h.
3210         (sinl): Perform test for NaN at the beginning of the function and
3211         through a call to isnanl.
3212         * lib/sqrtl.c: Include isnanl.h.
3213         (sqrtl): Perform test for NaN at the beginning of the function and
3214         through a call to isnanl.
3215         * lib/tanl.c: Include isnanl.h.
3216         (tanl): Perform test for NaN at the beginning of the function and
3217         through a call to isnanl.
3218         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3219         * modules/mathl (Depends-on): Add isnanl.
3220
3221 2007-03-26  Eric Blake  <ebb9@byu.net>
3222
3223         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3224         regression in logic sense of previous patch.
3225
3226 2007-03-26  Bruno Haible  <bruno@clisp.org>
3227
3228         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3229         unportable shell command "if ! ...".
3230         Reported by Ralf Wildenhues.
3231
3232 2007-03-25  Bruno Haible  <bruno@clisp.org>
3233
3234         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3235         <sysexits.h> file, and only add EX_CONFIG.
3236         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3237         absolute file name and whether it is sufficient. Substitute also
3238         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3239         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3240         ABSOLUTE_SYSEXITS_H into sysexits.h.
3241
3242 2007-03-25  Bruno Haible  <bruno@clisp.org>
3243
3244         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3245         hints is NULL.
3246
3247 2007-03-25  Bruno Haible  <bruno@clisp.org>
3248
3249         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3250         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3251
3252 2007-03-25  Bruno Haible  <bruno@clisp.org>
3253
3254         * lib/vasnprintf.c: Include langinfo.h.
3255         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3256         multithread-safe.
3257         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3258         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3259         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3260         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3261         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3262         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3263         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3264         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3265         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3266         Reported by Simon Josefsson.
3267
3268 2007-03-25  Bruno Haible  <bruno@clisp.org>
3269
3270         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3271         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3272         * modules/vasnprintf (Depends-on): Add stdint.
3273
3274 2007-03-25  Bruno Haible  <bruno@clisp.org>
3275
3276         * modules/fpieee: New file.
3277         * m4/fpieee.m4: New file.
3278         * modules/isnan-nolibm (Depends-on): Add fpieee.
3279         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3280         * modules/isnanl (Depends-on): Add fpieee.
3281
3282 2007-03-25  Bruno Haible  <bruno@clisp.org>
3283
3284         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3285
3286 2007-03-25  Bruno Haible  <bruno@clisp.org>
3287
3288         Avoid test failures on IRIX 6.5.
3289         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3290         (main): Use it.
3291         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3292         macros.
3293         (main): Use them.
3294
3295 2007-03-25  Bruno Haible  <bruno@clisp.org>
3296
3297         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3298         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3299         exists but doesn't work.
3300         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3301         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3302         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3303         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3304
3305 2007-03-25  Bruno Haible  <bruno@clisp.org>
3306
3307         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3308         returns inf. Needed on IRIX 6.5.
3309
3310 2007-03-25  Bruno Haible  <bruno@clisp.org>
3311
3312         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3313         (main): Use isnanl instead of x != x idiom.
3314         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3315
3316         * tests/test-frexp.c: Include isnan.h.
3317         (main): Use isnan instead of x != x idiom.
3318         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3319
3320 2007-03-25  Bruno Haible  <bruno@clisp.org>
3321
3322         * tests/test-frexp.c (NaN): New function/macro.
3323         (main): Use it instead of 0.0 / 0.0.
3324         * tests/test-isnan.c (NaN): New function/macro.
3325         (main): Use it instead of 0.0 / 0.0.
3326         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3327         (test_function): Use it instead of 0.0 / 0.0.
3328         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3329         (test_function): Use it instead of 0.0 / 0.0.
3330         * tests/test-snprintf-posix.h (NaN): New function/macro.
3331         (test_function): Use it instead of 0.0 / 0.0.
3332         * tests/test-sprintf-posix.h (NaN): New function/macro.
3333         (test_function): Use it instead of 0.0 / 0.0.
3334         * tests/test-fprintf-posix.h (NaN): New function/macro.
3335         (test_function): Use it instead of 0.0 / 0.0.
3336         * tests/test-printf-posix.h (NaN): New function/macro.
3337         (test_function): Use it instead of 0.0 / 0.0.
3338
3339         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3340
3341 2007-03-25  Bruno Haible  <bruno@clisp.org>
3342
3343         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3344
3345 2007-03-25  Bruno Haible  <bruno@clisp.org>
3346
3347         * lib/regexec.c (merge_state_with_log): Make static.
3348
3349 2007-03-25  Bruno Haible  <bruno@clisp.org>
3350
3351         * lib/trigl.c (kernel_rem_pio2): Make static.
3352
3353 2007-03-25  Bruno Haible  <bruno@clisp.org>
3354
3355         * lib/sincosl.c (sincosl_table): Make static.
3356
3357 2007-03-25  Bruno Haible  <bruno@clisp.org>
3358
3359         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3360         if the compiler does not support C99.
3361
3362 2007-03-25  Bruno Haible  <bruno@clisp.org>
3363
3364         * modules/time (Makefile.am): Ensure all rule action lines start with a
3365         tab.
3366
3367 2007-03-24  Bruno Haible  <bruno@clisp.org>
3368
3369         * modules/tsearch-tests: New file.
3370         * tests/test-tsearch.sh: New file.
3371         * tests/test-tsearch.c: New file, mostly copied from glibc.
3372
3373         * modules/search-tests: New file.
3374         * tests/test-search.c: New file.
3375
3376         * modules/search: New file.
3377         * lib/search_.h: New file, incorporating lib/tsearch.h.
3378         * m4/search_h.m4: New file.
3379         * lib/tsearch.h: Remove file.
3380         * lib/tsearch.c: Include search.h instead of tsearch.h.
3381         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3382         HAVE_TSEARCH.
3383         * modules/tsearch (Files): Remove lib/tsearch.h.
3384         (Depends-on): Add search.
3385         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3386         (Include): Change tsearch.h into search.h.
3387
3388 2007-03-24  Bruno Haible  <bruno@clisp.org>
3389
3390         * modules/fpucw: New file.
3391         * lib/fpucw.h: New file.
3392         * lib/frexp.c: Include fpucw.h.
3393         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3394         (FUNC): Use them.
3395         * lib/printf-frexp.c: Include fpucw.h.
3396         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3397         (FUNC): Use them.
3398         * lib/vasnprintf.c: Include fpucw.h.
3399         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3400         'long double' calculations.
3401         * tests/test-frexpl.c: Include fpucw.h.
3402         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3403         * tests/test-printf-frexpl.c: Include fpucw.h.
3404         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3405         * modules/frexpl (Depends-on): Add fpucw.
3406         * modules/printf-frexpl (Depends-on): Likewise.
3407         * modules/fprintf-posix (Depends-on): Likewise.
3408         * modules/snprintf-posix (Depends-on): Likewise.
3409         * modules/sprintf-posix (Depends-on): Likewise.
3410         * modules/vasnprintf-posix (Depends-on): Likewise.
3411         * modules/vasprintf-posix (Depends-on): Likewise.
3412         * modules/vfprintf-posix (Depends-on): Likewise.
3413         * modules/vsnprintf-posix (Depends-on): Likewise.
3414         * modules/vsprintf-posix (Depends-on): Likewise.
3415         * modules/frexpl-tests (Depends-on): Likewise.
3416         * modules/printf-frexpl-tests (Depends-on): Likewise.
3417
3418 2007-03-24  Bruno Haible  <bruno@clisp.org>
3419
3420         * lib/float+.h: New file.
3421         * lib/isnan.c: Include float+.h.
3422         (SIZE): New macro.
3423         (FUNC): Compare only SIZE bytes of the value.
3424         * lib/vasnprintf.c: Include float+.h.
3425         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3426         SIZEOF_LDBL or SIZEOF_DBL bytes.
3427         * modules/isnan-nolibm (Files): Add lib/float+.h.
3428         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3429         * modules/isnanl (Files): Add lib/float+.h.
3430         * modules/vasnprintf (Files): Add lib/float+.h.
3431
3432 2007-03-24  Bruno Haible  <bruno@clisp.org>
3433
3434         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3435         include isnanl-nolibm.h.
3436
3437 2007-03-24  Bruno Haible  <bruno@clisp.org>
3438
3439         * tests/test-read-file.c (main): Don't produce spurious output for
3440         expected situations. Make the test fail if it encountered unexpected
3441         results.
3442
3443 2007-03-24  Bruno Haible  <bruno@clisp.org>
3444
3445         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3446         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3447
3448 2007-03-24  Bruno Haible  <bruno@clisp.org>
3449
3450         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3451
3452 2007-03-24  Bruno Haible  <bruno@clisp.org>
3453
3454         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3455         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3456
3457         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3458         * modules/utf8-ucs4: Turn into a symbolic link to module
3459         unistr/u8-mbtouc.
3460
3461         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3462         utf8-ucs4-unsafe.
3463         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3464         unistr/u8-mbtouc-unsafe.
3465
3466         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3467         * modules/utf16-ucs4: Turn into a symbolic link to module
3468         unistr/u16-mbtouc.
3469
3470         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3471         utf16-ucs4-unsafe.
3472         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3473         unistr/u16-mbtouc-unsafe.
3474
3475         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3476         * modules/ucs4-utf8: Turn into a symbolic link to module
3477         unistr/u8-ubtomb.
3478
3479         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3480         * modules/ucs4-utf16: Turn into a symbolic link to module
3481         unistr/u16-ubtomb.
3482
3483 2007-03-24  Bruno Haible  <bruno@clisp.org>
3484
3485         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3486         Enable the function only if HAVE_INLINE.
3487         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3488         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3489         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3490         Enable the function only if HAVE_INLINE.
3491         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3492         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3493         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3494         Enable the function only if HAVE_INLINE.
3495         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3496         Enable the function only if HAVE_INLINE.
3497         * modules/utf8-ucs4: Update.
3498         * modules/utf8-ucs4-unsafe: Update.
3499         * modules/utf16-ucs4: Update.
3500         * modules/utf16-ucs4-unsafe: Update.
3501         * modules/ucs4-utf8: Update.
3502         * modules/ucs4-utf16: Update.
3503
3504 2007-03-24  Bruno Haible  <bruno@clisp.org>
3505
3506         * lib/utf8-ucs4.h: Remove file.
3507         * lib/utf8-ucs4-unsafe.h: Remove file.
3508         * lib/utf16-ucs4.h: Remove file.
3509         * lib/utf16-ucs4-unsafe.h: Remove file.
3510         * lib/ucs4-utf8.h: Remove file.
3511         * lib/ucs4-utf16.h: Remove file.
3512         * lib/unistr.h: Include their previous contents.
3513         * m4/utf-ucs4.m4: Remove file.
3514         * m4/ucs4-utf.m4: Remove file.
3515         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3516         (Depends-on): Add unistr/base.
3517         (configure.ac): Remove gl_UTF_UCS4.
3518         (Makefile.am): Update.
3519         (Include): Change to unistr.h.
3520         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3521         (Depends-on): Add unistr/base.
3522         (configure.ac): Remove gl_UTF_UCS4.
3523         (Makefile.am): Update.
3524         (Include): Change to unistr.h.
3525         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3526         (Depends-on): Add unistr/base.
3527         (configure.ac): Remove gl_UTF_UCS4.
3528         (Makefile.am): Update.
3529         (Include): Change to unistr.h.
3530         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3531         (Depends-on): Add unistr/base.
3532         (configure.ac): Remove gl_UTF_UCS4.
3533         (Makefile.am): Update.
3534         (Include): Change to unistr.h.
3535         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3536         (Depends-on): Add unistr/base.
3537         (configure.ac): Remove gl_UCS4_UTF.
3538         (Makefile.am): Update.
3539         (Include): Change to unistr.h.
3540         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3541         (Depends-on): Add unistr/base.
3542         (configure.ac): Remove gl_UCS4_UTF.
3543         (Makefile.am): Update.
3544         (Include): Change to unistr.h.
3545         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3546         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3547         utf8-ucs4-unsafe.h.
3548         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3549         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3550         utf16-ucs4-unsafe.h.
3551         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3552         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3553         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3554         * lib/unistr/u8-strchr.c: Likewise.
3555         * lib/unistr/u8-strrchr.c: Likewise.
3556         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3557         * lib/unistr/u16-strchr.c: Likewise.
3558         * lib/unistr/u16-strrchr.c: Likewise.
3559         * lib/striconveh.c: Update.
3560         * lib/linebreak.c: Update.
3561
3562 2007-03-24  Bruno Haible  <bruno@clisp.org>
3563
3564         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3565         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3566
3567 2007-03-22  Bruno Haible  <bruno@clisp.org>
3568
3569         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3570
3571 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3572
3573         * MODULES.html.sh (File system functions): New module write-any-file.
3574         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3575         * m4/write-any-file.m4: New files.
3576
3577 2007-03-23  Eric Blake  <ebb9@byu.net>
3578
3579         * gnulib-tool: Rearrange space-tab sequences, since some editors
3580         like to eat them.
3581
3582 2007-03-23  Eric Blake  <ebb9@byu.net>
3583
3584         * lib/version-etc.c (version_etc_va): Update license wording to
3585         be more concise.  Recommended by Richard Stallman.
3586
3587 2007-03-22  Bruno Haible  <bruno@clisp.org>
3588
3589         * lib/poll.c (MSG_PEEK): New fallback definition.
3590
3591 2007-03-22  Bruno Haible  <bruno@clisp.org>
3592
3593         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3594         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3595         (main): Update.
3596         Fixes a compilation error on BeOS.
3597
3598 2007-03-22  Bruno Haible  <bruno@clisp.org>
3599
3600         * modules/frexpl-tests: New file.
3601         * tests/test-frexpl.c: New file.
3602
3603         * modules/frexpl: New file.
3604         * m4/frexpl.m4: New file.
3605         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3606         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3607         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3608         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3609         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3610         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3611
3612 2007-03-22  Bruno Haible  <bruno@clisp.org>
3613
3614         * lib/frexpl.c: Share code with lib/frexp.c.
3615         * modules/mathl (Files): Add lib/frexp.c.
3616         (Depends-on): Add isnanl-nolibm.
3617
3618 2007-03-22  Bruno Haible  <bruno@clisp.org>
3619
3620         * modules/printf-frexp (Files): Add m4/frexp.m4.
3621         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3622         only if the found frexp function actually works.
3623
3624 2007-03-22  Bruno Haible  <bruno@clisp.org>
3625
3626         * lib/frexp.c: Remove older implementation that uses divisions.
3627
3628 2007-03-21  Bruno Haible  <bruno@clisp.org>
3629
3630         * modules/frexp-tests: New file.
3631         * tests/test-frexp.c: New file.
3632
3633         * modules/frexp: New file.
3634         * lib/frexp.c: New file.
3635         * m4/frexp.m4: New file.
3636         * lib/math_.h (frexp): New declaration.
3637         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3638         REPLACE_FREXP.
3639         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3640
3641 2007-03-21  Bruno Haible  <bruno@clisp.org>
3642
3643         * modules/isnanl-tests: New file.
3644         * tests/test-isnanl.c: New file.
3645
3646         * modules/isnanl: New file.
3647         * lib/isnanl.h: New file.
3648         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3649         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3650         gl_FUNC_ISNANL_WORKS.
3651         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3652         New macros.
3653
3654 2007-03-21  Bruno Haible  <bruno@clisp.org>
3655
3656         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3657         lib/isnanl.h.
3658         (Include): Update.
3659         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3660         * lib/vasnprintf.c: Update.
3661         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3662         tests/test-isnanl.h, remove tests/test-isnanl.c.
3663         (Makefile.am): Update.
3664         * tests/test-isnanl-nolibm.c: New file.
3665         * tests/test-isnanl.h: New file.
3666         * tests/test-isnanl.c: Remove file.
3667
3668 2007-03-21  Jim Meyering  <jim@meyering.net>
3669
3670         When trying to open ".", treat ESTALE like EACCES.
3671         * lib/savewd.c (savewd_save): Resort to forking not just upon
3672         failure with EACCES, but also when errno is ESTALE.
3673
3674 2007-03-20  Bruno Haible  <bruno@clisp.org>
3675
3676         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3677         Needed on AIX 5.1. Reported by Matthew Woehlke.
3678
3679 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3680
3681         Suggestions by Bruno Haible:
3682         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3683         our own.
3684         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3685         * modules/acl (Depends-on): Add gettext.
3686
3687 2007-03-19  Bruno Haible  <bruno@clisp.org>
3688
3689         * modules/iconvme: Remove file.
3690         * lib/iconvme.h: Remove file.
3691         * lib/iconvme.c: Remove file.
3692         * m4/iconvme.m4: Remove file.
3693
3694 2007-03-19  Bruno Haible  <bruno@clisp.org>
3695
3696         * doc/relocatable-maint.texi: Break long shell script line.
3697         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3698
3699 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3700
3701         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3702         handle file_has_acl.
3703         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3704         * lib/acl.c: Move header inclusions and related macro defns into
3705         lib/acl-internal.h.
3706         (S_ISLNK): Remove defn, since that's now done for us.
3707         (file_has_acl): Move to lib/file-has-acl.c.
3708         Call acl_trivial if available.  This is the crucial part of the fix.
3709         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3710         shared within the library.  Rewrite a bit, partly to make it compatible
3711         with the GNU coding style.
3712         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3713         Remove unnecessary double-quotes.
3714         Don't test for acl_to_text; the build will catch that.
3715         Replace acl_entries if it doesn't exist and it is needed.
3716         Check for -lsec and acl_trivial (as used on Solaris 10).
3717         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3718         lib/file-has-acl.c.
3719         (Depends-on): Add sys_stat, for S_ISLNK.
3720
3721 2007-03-19  Ben Pfaff  <blp@gnu.org>
3722
3723         * doc/gnulib.texi: Fix typos.
3724         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3725
3726 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3729         If size is zero here, buf must be zero.
3730
3731 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3732
3733         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3734         <bruno@clisp.org>.
3735
3736 2007-03-18  Bruno Haible  <bruno@clisp.org>
3737
3738         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3739         Suggested by Eric Blake.
3740
3741 2007-03-18  Ben Pfaff  <blp@gnu.org>
3742
3743         * doc/relocatable.texi: Recommend using as prefix a directory
3744         that does not exist and will never be created.  Based on
3745         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3746         and others.
3747
3748 2007-03-17  Bruno Haible  <bruno@clisp.org>
3749
3750         * lib/fchownat.c: Include lchown.h.
3751
3752 2007-03-17  Bruno Haible  <bruno@clisp.org>
3753
3754         Fix endless loop when the given allocated size was > INT_MAX.
3755         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3756         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3757         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3758         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3759         * lib/sprintf.c (sprintf): Likewise.
3760
3761 2007-03-17  Bruno Haible  <bruno@clisp.org>
3762
3763         * tests/test-argp-2.sh (func_compare): Output a context diff.
3764
3765 2007-03-17  Bruno Haible  <bruno@clisp.org>
3766
3767         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3768         locale's decimal-point character.
3769
3770 2007-03-17  Bruno Haible  <bruno@clisp.org>
3771
3772         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3773         before comparing it. Needed because on some platforms (e.g. x86) a
3774         'long double' occupies less bytes than sizeof (long double).
3775
3776 2007-03-17  Bruno Haible  <bruno@clisp.org>
3777
3778         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3779         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3780         * tests/test-getaddrinfo.c (simple): Likewise.
3781         * tests/test-read-file.c (main): Likewise.
3782
3783 2007-03-17  Bruno Haible  <bruno@clisp.org>
3784
3785         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3786
3787 2007-03-17  Bruno Haible  <bruno@clisp.org>
3788
3789         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3790         unused variable.
3791
3792 2007-03-17  Bruno Haible  <bruno@clisp.org>
3793
3794         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3795         * tests/test-c-strncasecmp.c: Likewise.
3796
3797 2007-03-17  Bruno Haible  <bruno@clisp.org>
3798
3799         * modules/stdlib (Depends-on): Add unistd.
3800         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3801         Needed for MacOS X 10.3.
3802
3803 2007-03-17  Bruno Haible  <bruno@clisp.org>
3804
3805         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3806
3807 2007-03-17  Bruno Haible  <bruno@clisp.org>
3808
3809         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3810
3811 2007-03-17  Bruno Haible  <bruno@clisp.org>
3812
3813         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3814         to reflect files copied from gnulib (with or without modifications).
3815         Suggested by Jim Meyering.
3816
3817 2007-03-17  Eric Blake  <ebb9@byu.net>
3818
3819         * NEWS: Document stdlib change from 2007-02-18.
3820
3821 2007-03-17  Jim Meyering  <jim@meyering.net>
3822
3823         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3824         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3825         someone uses a name containing shell meta-characters.
3826         Reported by Alfred M. Szmidt.
3827
3828         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3829
3830 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3831
3832         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3833         and copy gettext configuration files only if configure.ac contains
3834         a use of AM_GNU_GETTEXT_VERSION.
3835
3836 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3837
3838         * build-aux/bootstrap (gnulib_name): New variable.
3839         (gnulib_tool_options): Use it.
3840
3841 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3842
3843         * tests/test-des.c: Use new namespace.
3844
3845 2007-03-15  Bruno Haible  <bruno@clisp.org>
3846
3847         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3848         Reported by James Youngman <jay@gnu.org>.
3849
3850 2007-03-15  Bruno Haible  <bruno@clisp.org>
3851
3852         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3853         declared prototype. Needed with cc on OSF/1 5.1.
3854
3855 2007-03-15  Bruno Haible  <bruno@clisp.org>
3856
3857         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3858         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3859         (struct gl_list_implementation): Add dispose_fn argument to the
3860         'create_empty', 'create' methods.
3861         (struct gl_list_impl_base): Add field 'dispose_fn'.
3862         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3863         argument.
3864         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3865         dispose_fn argument.
3866         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3867         dispose_fn on the dropped values.
3868         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3869         dispose_fn argument.
3870         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3871         dropped values.
3872         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3873         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3874         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3875         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3876         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3877         argument.
3878         (gl_tree_list_free): Call dispose_fn on the dropped values.
3879         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3880         the dropped values.
3881         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3882         Add dispose_fn argument.
3883         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3884         Call dispose_fn on the dropped values.
3885         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3886         Add dispose_fn argument.
3887         (gl_sublist_create): Initialize the 'dispose_fn' field.
3888         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3889         * tests/test-array_list.c (main): Update.
3890         * tests/test-carray_list.c (main): Update.
3891         * tests/test-avltree_list.c (main): Update.
3892         * tests/test-rbtree_list.c (main): Update.
3893         * tests/test-avltreehash_list.c (main): Update.
3894         * tests/test-rbtreehash_list.c (main): Update.
3895         * tests/test-linked_list.c (main): Update.
3896         * tests/test-linkedhash_list.c (main): Update.
3897         * tests/test-array_oset.c (main): Update.
3898
3899 2007-03-15  Bruno Haible  <bruno@clisp.org>
3900
3901         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3902         (gl_oset_create_empty): Add dispose_fn argument.
3903         (struct gl_oset_implementation): Add dispose_fn argument to
3904         'create_empty' method.
3905         (struct gl_oset_impl_base): Add dispose_fn field.
3906         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3907         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3908         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3909         values.
3910         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3911         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3912         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3913         dropped value.
3914         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3915         dropped value.
3916         * tests/test-array_oset.c (main): Update.
3917         * tests/test-avltree_oset.c (main): Update.
3918         * tests/test-rbtree_oset.c (main): Update.
3919         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3920
3921 2007-03-13  Bruno Haible  <bruno@clisp.org>
3922
3923         * tests/test-stdbool.c (i): Update after last patch.
3924
3925 2007-03-12  Bruno Haible  <bruno@clisp.org>
3926
3927         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3928         the iswprint macro. Needed on Solaris 2.5.1.
3929
3930 2007-03-12  Bruno Haible  <bruno@clisp.org>
3931
3932         * tests/test-printf-frexp.c (main): Declare x as volatile.
3933
3934 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3935
3936         * doc/gnulib.texi (Build robot for gnulib): New section.
3937
3938 2007-03-12  Jim Meyering  <jim@meyering.net>
3939
3940         * build-aux/bootstrap: New file.
3941         * build-aux/bootstrap.conf: New file, from coreutils.
3942
3943 2007-03-11  Bruno Haible  <bruno@clisp.org>
3944
3945         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3946
3947 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3948
3949         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3950         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3951         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3952
3953 2007-03-11  Bruno Haible  <bruno@clisp.org>
3954
3955         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3956         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3957
3958 2007-03-11  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3961         formula. Needed for SunPRO C 5.0.
3962
3963 2007-03-11  Bruno Haible  <bruno@clisp.org>
3964
3965         * modules/long-options (Depends-on): Add getopt.
3966
3967 2007-03-11  Bruno Haible  <bruno@clisp.org>
3968
3969         * modules/modechange (Depends-on): Add stdbool.
3970
3971 2007-03-11  Bruno Haible  <bruno@clisp.org>
3972
3973         * modules/i-ring (Depends-on): Add stdbool.
3974
3975 2007-03-11  Bruno Haible  <bruno@clisp.org>
3976
3977         * modules/gc-des (Depends-on): Add stdbool.
3978
3979 2007-03-11  Bruno Haible  <bruno@clisp.org>
3980
3981         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3982
3983 2007-03-11  Bruno Haible  <bruno@clisp.org>
3984
3985         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3986
3987 2007-03-11  Bruno Haible  <bruno@clisp.org>
3988
3989         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3990
3991 2007-03-11  Bruno Haible  <bruno@clisp.org>
3992
3993         * lib/vasnprintf.c (sprintf): Undefine.
3994
3995 2007-03-11  Bruno Haible  <bruno@clisp.org>
3996
3997         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3998         initializers in SunPRO C and Compaq C compilers.
3999
4000 2007-03-11  Bruno Haible  <bruno@clisp.org>
4001
4002         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4003         decrementing code ANSI C compliant.
4004
4005 2007-03-11  Bruno Haible  <bruno@clisp.org>
4006
4007         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4008         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4009
4010 2007-03-11  Bruno Haible  <bruno@clisp.org>
4011
4012         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4013         <stdbool.h> substitute doesn't pass.
4014
4015 2007-03-11  Bruno Haible  <bruno@clisp.org>
4016
4017         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4018
4019 2007-03-11  Bruno Haible  <bruno@clisp.org>
4020
4021         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4022         script, for submission to autobuild.josefsson.org.
4023
4024 2007-03-10  Bruno Haible  <bruno@clisp.org>
4025
4026         * modules/canonicalize-lgpl-tests: New file.
4027         * tests/test-canonicalize-lgpl.sh: New file.
4028         * tests/test-canonicalize-lgpl.c: New file.
4029
4030         * modules/c-strcase-tests: New file.
4031         * tests/test-c-strcase.sh: New file.
4032         * tests/test-c-strcasecmp.c: New file.
4033         * tests/test-c-strncasecmp.c: New file.
4034
4035         * modules/atexit-tests: New file.
4036         * tests/test-atexit.sh: New file.
4037         * tests/test-atexit.c: New file.
4038
4039 2007-03-10  Bruno Haible  <bruno@clisp.org>
4040
4041         * tests/test-binary-io.sh: Use temporary filenames that are not so
4042         likely to clash with those of other tests (in a parallel make).
4043         * tests/test-binary-io.c: Likewise.
4044
4045 2007-03-10  Bruno Haible  <bruno@clisp.org>
4046
4047         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4048         fallback; use #error instead.
4049         Suggested by Simon Josefsson.
4050
4051 2007-03-10  Bruno Haible  <bruno@clisp.org>
4052
4053         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4054         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4055         first and the last.
4056
4057 2007-03-10  Bruno Haible  <bruno@clisp.org>
4058
4059         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4060
4061 2007-03-10  Bruno Haible  <bruno@clisp.org>
4062
4063         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4064         "make distcheck".
4065         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4066         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4067         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4068
4069 2007-03-10  Bruno Haible  <bruno@clisp.org>
4070
4071         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4072         variable.
4073         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4074         variable.
4075
4076 2007-03-09  Eric Blake  <ebb9@byu.net>
4077         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4078
4079         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4080         types are not being provided by gnulib.
4081         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4082         types are supported.
4083
4084 2007-03-10  Bruno Haible  <bruno@clisp.org>
4085
4086         * lib/stdio_.h (__attribute__): New macro.
4087         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4088         vsprintf): Specify __attribute__ __format__ for GCC.
4089         Suggested by Eric Blake.
4090
4091 2007-03-09  Bruno Haible  <bruno@clisp.org>
4092
4093         * modules/printf-posix-tests: New file.
4094         * tests/test-printf-posix.sh: New file.
4095         * tests/test-printf-posix.c: New file.
4096
4097         * modules/printf-posix: New file.
4098         * lib/printf.c: New file.
4099         * m4/printf-posix-rpl.m4: New file.
4100         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4101         REPLACE_PRINTF.
4102         * lib/stdio_.h (printf): New declaration.
4103         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4104         ____strfmon____): New macros.
4105         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4106         REPLACE_PRINTF.
4107
4108 2007-03-09  Bruno Haible  <bruno@clisp.org>
4109
4110         * tests/test-vasnprintf-posix2.sh: New file.
4111         * tests/test-vasnprintf-posix2.c: New file.
4112         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4113         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4114         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4115
4116         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4117         a locale dependent decimal point, rather than always '.'.
4118
4119 2007-03-09  Eric Blake  <ebb9@byu.net>
4120
4121         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4122         spite of platforms like Tandem/NSK that define it to -1.
4123
4124 2007-03-08  Bruno Haible  <bruno@clisp.org>
4125
4126         * modules/vprintf-posix-tests: New file.
4127         * tests/test-vprintf-posix.sh: New file.
4128         * tests/test-vprintf-posix.c: New file.
4129         * tests/test-printf-posix.h: New file.
4130
4131         * modules/vprintf-posix: New file.
4132         * lib/vprintf.c: New file.
4133         * m4/vprintf-posix.m4: New file.
4134         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4135         REPLACE_VPRINTF.
4136         * lib/stdio_.h (vprintf): New declaration.
4137         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4138         REPLACE_VPRINTF.
4139
4140 2007-03-08  Bruno Haible  <bruno@clisp.org>
4141
4142         * modules/fprintf-posix-tests: New file.
4143         * tests/test-fprintf-posix.sh: New file.
4144         * tests/test-fprintf-posix.c: New file.
4145
4146         * modules/fprintf-posix: New file.
4147         * lib/fprintf.c: New file.
4148         * m4/fprintf-posix.m4: New file.
4149         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4150         REPLACE_FPRINTF.
4151         * lib/stdio_.h (fprintf): New declaration.
4152         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4153         REPLACE_FPRINTF.
4154
4155 2007-03-08  Bruno Haible  <bruno@clisp.org>
4156
4157         * modules/vfprintf-posix-tests: New file.
4158         * tests/test-vfprintf-posix.sh: New file.
4159         * tests/test-vfprintf-posix.c: New file.
4160         * tests/test-fprintf-posix.h: New file.
4161         * tests/test-fprintf-posix.out: New file.
4162
4163         * modules/vfprintf-posix: New file.
4164         * lib/vfprintf.c: New file.
4165         * m4/vfprintf-posix.m4: New file.
4166         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4167         REPLACE_VFPRINTF.
4168         * lib/stdio_.h (vfprintf): New declaration.
4169         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4170         REPLACE_VFPRINTF.
4171
4172 2007-03-08  Bruno Haible  <bruno@clisp.org>
4173
4174         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4175
4176 2007-03-08  Bruno Haible  <bruno@clisp.org>
4177
4178         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4179         instead of 'expr' invocations.
4180         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4181         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4182         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4183         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4184         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4185         Suggested by Paul Eggert.
4186
4187 2007-03-08  Bruno Haible  <bruno@clisp.org>
4188
4189         * modules/fseterr-tests: New file.
4190         * tests/test-fseterr.c: New file.
4191
4192         * modules/fseterr: New file.
4193         * lib/fseterr.h: New file.
4194         * lib/fseterr.c: New file.
4195
4196 2007-03-08  Bruno Haible  <bruno@clisp.org>
4197
4198         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4199         * lib/getopt_.h: Likewise.
4200         * lib/mbswidth.h: Likewise.
4201         * lib/setenv.h: Likewise.
4202         * lib/vasnprintf.h: Likewise.
4203         * lib/vasprintf.h: Likewise.
4204         * lib/verror.h: Likewise.
4205         * lib/xsetenv.h: Likewise.
4206         * lib/xvasprintf.h: Likewise.
4207
4208 2007-03-08  Jim Meyering  <jim@meyering.net>
4209
4210         * users.txt: Add parted.
4211
4212         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4213
4214 2007-03-07  Bruno Haible  <bruno@clisp.org>
4215
4216         * m4/printf.m4: Make the shell script snippets copy&pastable.
4217
4218 2007-03-02  Bruno Haible  <bruno@clisp.org>
4219
4220         * lib/netinet_in_.h: New file.
4221         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4222         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4223         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4224         (Depends-on): Add absolute-header.
4225         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4226         into netinet/in.h.
4227
4228 2007-03-03  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/sys_select_.h: New file.
4231         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4232         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4233         * modules/sys_select (Files): Add lib/sys_select_.h.
4234         (Depends-on): Add absolute-header.
4235         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4236         into sys/select.h.
4237
4238 2007-03-02  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4241         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4242         values.
4243         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4244         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4245         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4246         * modules/sys_socket (Depends-on): Add absolute-header.
4247         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4248         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4249         (Include): Remove requirement of inclusion of <sys/types.h>.
4250
4251 2007-03-02  Bruno Haible  <bruno@clisp.org>
4252
4253         * lib/byteswap_.h (bswap_32): Fix formula.
4254
4255 2007-03-06  Bruno Haible  <bruno@clisp.org>
4256
4257         * modules/sprintf-posix-tests: New file.
4258         * tests/test-sprintf-posix.c: New file.
4259
4260         * modules/sprintf-posix: New file.
4261         * lib/sprintf.c: New file.
4262         * m4/sprintf-posix.m4: New file.
4263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4264         REPLACE_SPRINTF.
4265         * lib/stdio_.h (sprintf): New declaration.
4266         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4267         REPLACE_SPRINTF.
4268
4269 2007-03-06  Bruno Haible  <bruno@clisp.org>
4270
4271         * modules/vsprintf-posix-tests: New file.
4272         * tests/test-vsprintf-posix.c: New file.
4273         * tests/test-sprintf-posix.h: New file.
4274
4275         * modules/vsprintf-posix: New file.
4276         * lib/vsprintf.c: New file.
4277         * m4/vsprintf-posix.m4: New file.
4278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4279         REPLACE_VSPRINTF.
4280         * lib/stdio_.h (vsprintf): New declaration.
4281         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4282         REPLACE_VSPRINTF.
4283
4284 2007-03-06  Bruno Haible  <bruno@clisp.org>
4285
4286         * modules/vsnprintf (Depend-on): Remove minmax.
4287
4288 2007-03-06  Bruno Haible  <bruno@clisp.org>
4289
4290         * modules/snprintf-posix-tests: New file.
4291         * tests/test-snprintf-posix.c: New file.
4292
4293         * modules/snprintf-posix: New file.
4294         * m4/snprintf-posix.m4: New file.
4295         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4296         gl_FUNC_SNPRINTF.
4297         (gl_FUNC_SNPRINTF): Invoke it.
4298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4299         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4300         is set.
4301         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4302
4303 2007-03-06  Bruno Haible  <bruno@clisp.org>
4304
4305         * modules/vsnprintf-posix-tests: New file.
4306         * tests/test-vsnprintf-posix.c: New file.
4307         * tests/test-snprintf-posix.h: New file.
4308
4309         * modules/vsnprintf-posix: New file.
4310         * m4/vsnprintf-posix.m4: New file.
4311         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4312         gl_FUNC_VSNPRINTF.
4313         (gl_FUNC_VSNPRINTF): Invoke it.
4314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4315         * lib/stdio_.h (vsnprintf): Define as a replacement if
4316         REPLACE_VSNPRINTF is set.
4317         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4318
4319 2007-03-06  Bruno Haible  <bruno@clisp.org>
4320
4321         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4322         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4323
4324 2007-03-06  Bruno Haible  <bruno@clisp.org>
4325
4326         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4327         (asinl): Declare also if HAVE_DECL_ASINL is set.
4328         (atanl): Declare also if HAVE_DECL_ATANL is set.
4329         (ceill): Declare also if HAVE_DECL_CEILL is set.
4330         (cosl): Declare also if HAVE_DECL_COSL is set.
4331         (expl): Declare also if HAVE_DECL_EXPL is set.
4332         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4333         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4334         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4335         (logl): Declare also if HAVE_DECL_LOGL is set.
4336         (sinl): Declare also if HAVE_DECL_SINL is set.
4337         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4338         (tanl): Declare also if HAVE_DECL_TANL is set.
4339         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4340         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4341         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4342         declaration of frexpl, ldexpl.
4343         * modules/printf-frexpl (Depends-on): Add math.
4344         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4345
4346 2007-03-05  Bruno Haible  <bruno@clisp.org>
4347
4348         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4349         frexpl and ldexpl are declared.
4350         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4351
4352 2007-03-05  Bruno Haible  <bruno@clisp.org>
4353
4354         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4355         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4356
4357 2007-03-05  Bruno Haible  <bruno@clisp.org>
4358
4359         * lib/stdio_.h: Include <stddef.h>.
4360
4361 2007-03-05  Bruno Haible  <bruno@clisp.org>
4362
4363         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4364
4365 2007-03-05  Bruno Haible  <bruno@clisp.org>
4366
4367         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4368         NetBSD 4, from Ralf Wildenhues.
4369
4370 2007-03-04  Bruno Haible  <bruno@clisp.org>
4371
4372         * lib/vasprintf.h: Update #if logic for the case when the functions
4373         exist but are overridden.
4374
4375 2007-03-04  Bruno Haible  <bruno@clisp.org>
4376
4377         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4378         implementations: glibc-2.4 and MacOS X 10.3.
4379         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4380         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4381         * tests/test-vasprintf-posix.c (test_function): Likewise.
4382
4383 2007-03-04  Bruno Haible  <bruno@clisp.org>
4384
4385         * modules/vasprintf-posix-tests: New file.
4386         * tests/test-vasprintf-posix.c: New file.
4387
4388         * modules/vasprintf-posix: New file.
4389         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4390         defined.
4391         * m4/vasprintf-posix.m4: New file.
4392         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4393         gl_FUNC_VASPRINTF.
4394         (gl_FUNC_VASPRINTF): Invoke it.
4395         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4396         here.
4397         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4398
4399 2007-03-04  Bruno Haible  <bruno@clisp.org>
4400
4401         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4402         REPLACE_GETTIMEOFDAY.
4403         * modules/sys_time (Makefile.am): Likewise.
4404         * m4/sys_time_h.m4: Likewise.
4405         * m4/gettimeofday.m4: Likewise.
4406
4407 2007-03-04  Bruno Haible  <bruno@clisp.org>
4408
4409         * modules/vasnprintf-posix-tests: New file.
4410         * tests/test-vasnprintf-posix.c: New file.
4411
4412         * modules/vasnprintf-posix: New file.
4413         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4414         printf-frexpl.h.
4415         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4416         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4417         REPLACE_VASNPRINTF is defined.
4418         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4419         gl_FUNC_VASNPRINTF.
4420         (gl_FUNC_VASNPRINTF): Invoke it.
4421         * m4/vasnprintf-posix.m4: New file.
4422         * m4/printf.m4: New file.
4423
4424 2007-03-04  Bruno Haible  <bruno@clisp.org>
4425
4426         Compile progreloc.c only if --enable-relocatable is specified.
4427         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4428         if --enable-relocatable was specified.
4429         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4430         lib_SOURCES.
4431
4432 2007-03-04  Jim Meyering  <jim@meyering.net>
4433
4434         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4435         Use it consistently, rather than enumerating errno constants.
4436
4437 2007-03-04  Bruno Haible  <bruno@clisp.org>
4438
4439         * modules/xvasprintf-tests: New file.
4440         * tests/test-xvasprintf.c: New file.
4441
4442         * modules/vasprintf-tests: New file.
4443         * tests/test-vasprintf.c: New file.
4444
4445         * modules/vasnprintf-tests: New file.
4446         * tests/test-vasnprintf.c: New file.
4447
4448         * modules/vsnprintf-tests: New file.
4449         * tests/test-vsnprintf.c: New file.
4450
4451         * modules/snprintf-tests: New file.
4452         * tests/test-snprintf.c: New file.
4453
4454 2007-03-04  Bruno Haible  <bruno@clisp.org>
4455
4456         Compile relocatable.c only if --enable-relocatable is specified.
4457         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4458         gl_RELOCATABLE_LIBRARY.
4459         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4460         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4461         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4462         gl_RELOCATABLE_LIBRARY.
4463         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4464         (Makefile.am): Remove lib_SOURCES.
4465         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4466         gl_RELOCATABLE_LIBRARY.
4467         (Makefile.am): Remove lib_SOURCES.
4468         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4469         always.
4470         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4471         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4472
4473 2007-03-04  Bruno Haible  <bruno@clisp.org>
4474
4475         * modules/argmatch-tests: New file.
4476         * tests/test-argmatch.c: New file.
4477
4478         * tests/test-allocsa.c (main): Halve the number of loop runs.
4479
4480         * modules/alloca-opt-tests: New file.
4481         * tests/test-alloca-opt.c: New file.
4482
4483 2007-03-04  Jim Meyering  <jim@meyering.net>
4484
4485         Work around difference between Linux ACLs and Solaris 10 ZFS.
4486         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4487         for EINVAL.
4488
4489 2007-03-03  Bruno Haible  <bruno@clisp.org>
4490
4491         * modules/relocatable-prog (Depends-on): Add back progreloc's
4492         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4493
4494 2007-03-03  Bruno Haible  <bruno@clisp.org>
4495
4496         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4497         * modules/relocatable-lib: New file.
4498
4499 2007-03-03  Bruno Haible  <bruno@clisp.org>
4500
4501         * modules/relocatable-prog: Renamed from modules/relocatable.
4502         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4503
4504 2007-03-03  Bruno Haible  <bruno@clisp.org>
4505
4506         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4507         m4/relocatable-lib.m4.
4508         (Depends-on): Remove 'relocatable'.
4509         (configure.ac): Add gl_RELOCATABLE_NOP.
4510
4511 2007-03-03  Bruno Haible  <bruno@clisp.org>
4512
4513         * modules/relocatable-prog-wrapper: New file.
4514         * modules/relocatable (Depends-on): Add it. Remove all other
4515         dependencies except progname.
4516         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4517
4518         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4519         (gl_FUNC_STRERROR): Nop.
4520         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4521
4522         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4523         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4524
4525         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4526         (gl_FUNC_READLINK): Update.
4527
4528         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4529
4530 2007-03-03  Bruno Haible  <bruno@clisp.org>
4531
4532         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4533         * modules/xreadlink (Depends-on): Add unistd.
4534         * modules/xreadlink-with-size (Depends-on): Likewise.
4535
4536 2007-03-03  Bruno Haible  <bruno@clisp.org>
4537
4538         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4539         extracted from gt_FUNC_SETENV.
4540         (gt_FUNC_SETENV): Remove macro.
4541         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4542         remove gt_FUNC_SETENV.
4543
4544 2007-03-03  Bruno Haible  <bruno@clisp.org>
4545
4546         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4547         ENABLE_RELOCATABLE here.
4548         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4549
4550 2007-03-03  Bruno Haible  <bruno@clisp.org>
4551
4552         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4553         * tests/test-rbtreehash_list.c: Include progname.h.
4554         (main): Call set_program_name.
4555
4556         * modules/rbtree-oset-tests (Depends-on): Add progname.
4557         * tests/test-rbtree_oset.c: Include progname.h.
4558         (main): Call set_program_name.
4559
4560         * modules/rbtree-list-tests (Depends-on): Add progname.
4561         * tests/test-rbtree_list.c: Include progname.h.
4562         (main): Call set_program_name.
4563
4564         * modules/linked-list-tests (Depends-on): Add progname.
4565         * tests/test-linked_list.c: Include progname.h.
4566         (main): Call set_program_name.
4567
4568 2007-03-03  Bruno Haible  <bruno@clisp.org>
4569
4570         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4571         All uses of __restrict changed to _Restrict_.
4572         * lib/glob_.h (__restrict): Remove macro.
4573
4574 2007-03-02  Bruno Haible  <bruno@clisp.org>
4575
4576         * modules/gettext (configure.ac): Require gettext infrastructure
4577         from version 0.16.1.
4578
4579 2007-03-02  Bruno Haible  <bruno@clisp.org>
4580
4581         * modules/linkedhash-list-tests (Depends-on): Add progname.
4582         * tests/test-linkedhash_list.c: Include progname.h.
4583         (main): Call set_program_name.
4584
4585         * modules/carray-list-tests (Depends-on): Add progname.
4586         * tests/test-carray_list.c: Include progname.h.
4587         (main): Call set_program_name.
4588
4589         * modules/avltreehash-list-tests (Depends-on): Add progname.
4590         * tests/test-avltreehash_list.c: Include progname.h.
4591         (main): Call set_program_name.
4592
4593         * modules/avltree-oset-tests (Depends-on): Add progname.
4594         * tests/test-avltree_oset.c: Include progname.h.
4595         (main): Call set_program_name.
4596
4597         * modules/avltree-list-tests (Depends-on): Add progname.
4598         * tests/test-avltree_list.c: Include progname.h.
4599         (main): Call set_program_name.
4600
4601         * modules/array-oset-tests (Depends-on): Add progname.
4602         * tests/test-array_oset.c: Include progname.h.
4603         (main): Call set_program_name.
4604
4605         * modules/array-list-tests (Depends-on): Add progname.
4606         * tests/test-array_list.c: Include progname.h.
4607         (main): Call set_program_name.
4608
4609         * modules/argp-tests (Depends-on): Add progname.
4610         * tests/test-argp.c: Include argp.h first. Include progname.h.
4611         (main): Call set_program_name.
4612
4613 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4614
4615         * doc/gnulib-tool.texi (Initial import): Reword description of
4616         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4617         limited effect even if defined after the first system include.
4618
4619 2007-03-01  Bruno Haible  <bruno@clisp.org>
4620
4621         * build-aux/config.libpath: Update to libtool-1.5.22.
4622         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4623
4624 2007-03-01  Bruno Haible  <bruno@clisp.org>
4625
4626         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4627         foo_CFLAGS.
4628         Reported by Ralf Wildenhues.
4629
4630 2007-03-01  Bruno Haible  <bruno@clisp.org>
4631
4632         * build-aux/install-reloc: Remove object files left over by some
4633         compilers.
4634         Reported by Ralf Wildenhues.
4635
4636 2007-03-01  Bruno Haible  <bruno@clisp.org>
4637
4638         * build-aux/install-reloc: Break long lines.
4639
4640 2007-03-01  Bruno Haible  <bruno@clisp.org>
4641
4642         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4643         Reported by Ralf Wildenhues.
4644
4645 2007-03-01  Bruno Haible  <bruno@clisp.org>
4646
4647         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4648         include ordering constraints.
4649
4650 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4651
4652         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4653         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4654         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4655         as another example.
4656         * lib/time_.h: Fix misspelling.
4657         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4658         Require gl_HEADER_TIME_H_DEFAULTS.
4659         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4660         * m4/time_r.m4 (gl_TIME_R): Likewise.
4661         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4662
4663 2007-03-01  Bruno Haible  <bruno@clisp.org>
4664
4665         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4666         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4667
4668 2007-03-01  Jim Meyering  <jim@meyering.net>
4669
4670         * modules/xreadlink (Maintainer): Add my name.
4671         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4672
4673 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4674             Bruno Haible  <bruno@clisp.org>
4675
4676         * build-aux/install-reloc: Compile also c-ctype.c.
4677         * build-aux/relocatable.sh.in: New file.
4678         * doc/relocatable.texi: New file.
4679         * doc/relocatable-maint.texi: New file.
4680         * doc/gnulib.texi: Include relocatable-maint.texi.
4681         * lib/progreloc.c: Include unistd.h unconditionally.
4682         * lib/relocwrapper.c: Include unistd.h unconditionally.
4683         Include c-ctype.h.
4684         (add_dotbin): Use c_tolower.
4685         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4686         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4687         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4688         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4689         to m4/relocatable-lib.m4.
4690         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4691         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4692         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4693         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4694         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4695         * modules/relocatable: New file.
4696         * modules/relocatable-lib: New file.
4697         * modules/relocatable-script: New file.
4698
4699 2007-02-28  Bruno Haible  <bruno@clisp.org>
4700
4701         Import --enable-relocatable infrastructure.
4702         * build-aux/config.libpath: New file, from GNU gettext.
4703         * build-aux/install-reloc: New file, from GNU gettext.
4704         * build-aux/reloc-ldflags: New file, from GNU gettext.
4705         * lib/relocatable.h: New file, from GNU gettext.
4706         * lib/relocatable.c: New file, from GNU gettext.
4707         * lib/relocwrapper.c: New file, from GNU gettext.
4708         * m4/relocatable.m4: New file, from GNU gettext.
4709
4710 2007-02-28  Bruno Haible  <bruno@clisp.org>
4711
4712         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4713
4714         * modules/xreadlink: New file, from GNU gettext with modifications.
4715         * lib/xreadlink.c: New file, from GNU gettext.
4716         * lib/xreadlink.h: Add comments.
4717         (xreadlink): New declaration.
4718
4719         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4720         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4721         lib/xreadlink-with-size.c.
4722         (configure.ac): Remove gl_XREADLINK invocation.
4723         (Makefile.am): Augment lib_SOURCES.
4724         * m4/xreadlink.m4: Remove file.
4725         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4726         (xreadlink_with_size): Renamed from xreadink.
4727         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4728         * modules/canonicalize (Depends-on): Replace xreadlink with
4729         xreadlink-with-size.
4730         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4731
4732 2007-02-25  Jim Meyering  <jim@meyering.net>
4733
4734         * build-aux/announce-gen: When complaining about excess arguments,
4735         list them.
4736
4737 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4738
4739         * README: Document signed integer overflow situation more
4740         accurately.
4741
4742 2007-02-25  Bruno Haible  <bruno@clisp.org>
4743
4744         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4745         'a' or 'A' conversion.
4746
4747 2007-02-25  Bruno Haible  <bruno@clisp.org>
4748
4749         * modules/filename: Renamed from modules/pathname.
4750         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4751         lib/concatpath.c with lib/concat-filename.c.
4752         (Makefile.am): Update.
4753         (Include): Replace pathname.h with filename.h.
4754         * lib/filename.h: Renamed from lib/pathname.h.
4755         (concatenated_filename): Renamed from concatenated_pathname.
4756         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4757         (concatenated_filename): Renamed from concatenated_pathname.
4758         * lib/findprog.c: Include filename.h instead of pathname.h.
4759         (find_in_path): Update.
4760         * lib/javacomp.c: Include filename.h instead of pathname.h.
4761         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4762         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4763         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4764         is_oldgcj_14_13_usable, is_javac_usable): Update.
4765         * lib/javaexec.c: Include filename.h instead of pathname.h.
4766         (execute_java_class): Update.
4767         * modules/findprog: Update.
4768         * modules/javacomp: Update.
4769         * modules/javaexec: Update.
4770         * MODULES.html.sh (File system functions): Add 'filename', remove
4771         'pathname'.
4772
4773 2007-02-25  Bruno Haible  <bruno@clisp.org>
4774
4775         * modules/printf-frexpl-tests: New file.
4776         * tests/test-printf-frexpl.c: New file.
4777
4778         * modules/printf-frexpl: New file.
4779         * lib/printf-frexpl.h: New file.
4780         * lib/printf-frexpl.c: New file.
4781         * m4/printf-frexpl.m4: New file.
4782
4783 2007-02-25  Bruno Haible  <bruno@clisp.org>
4784
4785         * modules/printf-frexp-tests: New file.
4786         * tests/test-printf-frexp.c: New file.
4787
4788         * modules/printf-frexp: New file.
4789         * lib/printf-frexp.h: New file.
4790         * lib/printf-frexp.c: New file.
4791         * m4/printf-frexp.m4: New file.
4792
4793 2007-02-25  Bruno Haible  <bruno@clisp.org>
4794
4795         Assume automake >= 1.10 for the tests.
4796         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4797         * modules/arctwo-tests: Likewise.
4798         * modules/argp-tests: Likewise.
4799         * modules/avltree-list-tests: Likewise.
4800         * modules/avltree-oset-tests: Likewise.
4801         * modules/avltreehash-list-tests: Likewise.
4802         * modules/carray-list-tests: Likewise.
4803         * modules/crc-tests: Likewise.
4804         * modules/des-tests: Likewise.
4805         * modules/gc-arcfour-tests: Likewise.
4806         * modules/gc-arctwo-tests: Likewise.
4807         * modules/gc-des-tests: Likewise.
4808         * modules/gc-hmac-md5-tests: Likewise.
4809         * modules/gc-hmac-sha1-tests: Likewise.
4810         * modules/gc-md2-tests: Likewise.
4811         * modules/gc-md4-tests: Likewise.
4812         * modules/gc-md5-tests: Likewise.
4813         * modules/gc-pbkdf2-sha1-tests: Likewise.
4814         * modules/gc-rijndael-tests: Likewise.
4815         * modules/gc-sha1-tests: Likewise.
4816         * modules/gc-tests: Likewise.
4817         * modules/getaddrinfo-tests: Likewise.
4818         * modules/hmac-md5-tests: Likewise.
4819         * modules/hmac-sha1-tests: Likewise.
4820         * modules/linked-list-tests: Likewise.
4821         * modules/linkedhash-list-tests: Likewise.
4822         * modules/lock-tests: Likewise.
4823         * modules/md2-tests: Likewise.
4824         * modules/md4-tests: Likewise.
4825         * modules/md5-tests: Likewise.
4826         * modules/rbtree-list-tests: Likewise.
4827         * modules/rbtree-oset-tests: Likewise.
4828         * modules/rbtreehash-list-tests: Likewise.
4829         * modules/read-file-tests: Likewise.
4830         * modules/rijndael-tests: Likewise.
4831         * modules/stdint-tests: Likewise.
4832         * modules/tls-tests: Likewise.
4833
4834 2007-02-24  Bruno Haible  <bruno@clisp.org>
4835
4836         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4837         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4838         function; instead check whether isnan with a double argument links.
4839         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4840         function; instead check whether isnan with a 'long double' argument
4841         links.
4842         Reported by Eric Blake <ebb9@byu.net>.
4843
4844 2007-02-24  Bruno Haible  <bruno@clisp.org>
4845
4846         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4847         defined.
4848         * lib/isnanl.c: Remove all code. Just include isnan.c.
4849         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4850
4851 2007-02-25  Jim Meyering  <jim@meyering.net>
4852
4853         Avoid conflicting types for 'unsetenv' on FreeBSD.
4854         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4855         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4856         in stdlib.h.
4857
4858 2007-02-24  Bruno Haible  <bruno@clisp.org>
4859
4860         * modules/isnanl-nolibm-tests: New file.
4861         * tests/test-isnanl.c: New file.
4862
4863         * modules/isnanl-nolibm: New file.
4864         * lib/isnanl.h: New file.
4865         * lib/isnanl.c: New file.
4866         * m4/isnanl.m4: New file.
4867
4868 2007-02-24  Bruno Haible  <bruno@clisp.org>
4869
4870         * modules/isnan-nolibm-tests: New file.
4871         * tests/test-isnan.c: New file.
4872
4873         * modules/isnan-nolibm: New file.
4874         * lib/isnan.h: New file.
4875         * lib/isnan.c: New file.
4876         * m4/isnan.m4: New file.
4877
4878 2007-02-24  Bruno Haible  <bruno@clisp.org>
4879
4880         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4881         assume that an exponent fits in 20 bits.
4882
4883 2007-02-24  Jim Meyering  <jim@meyering.net>
4884
4885         * m4/regex.m4: Update the description of the configure-time option,
4886         --without-included-regex, to state accurately what the defaults are,
4887         and perhaps to give people an idea why using this option is risky.
4888
4889 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4890
4891         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4892         loops on small arguments.  This attempts to avoid the problem
4893         Bruno Haible reported for AIX 4.3.2 in
4894         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4895
4896 2007-02-23  Bruno Haible  <bruno@clisp.org>
4897
4898         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4899         Needed for help2man.
4900
4901 2007-02-23  Karl Berry  <karl@gnu.org>
4902
4903         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4904         exists, foo.h should be cvs-ignored, not committed.
4905
4906 2007-02-23  Eric Blake  <ebb9@byu.net>
4907
4908         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4909         * lib/stat-time.h (includes): Likewise.
4910         * lib/utimecmp.c (includes): Likewise.
4911         * lib/utimens.h (includes): Likewise.
4912         * lib/getdate.y (includes): Also include "timespec.h" for use
4913         internal to the module.
4914         * modules/utimens (Depends-on): Revert yesterday's patch.
4915         * modules/nanosleep (Depends-on): Add missing dependency.
4916
4917 2007-02-22  Bruno Haible  <bruno@clisp.org>
4918
4919         * lib/glob.c: Don't include getlogin_r.h.
4920
4921 2007-02-22  Jim Meyering  <jim@meyering.net>
4922
4923         * modules/utimens (Depends-on): Add timespec, required for
4924         utimens.h's inclusion of timespec.h.
4925
4926 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4927
4928         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4929         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4930         Schwab in
4931         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4932         I'll try to think of a better way to fix the Solaris problem.
4933
4934         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4935         like glibc; on Solaris 10, it fails with errno == EINVAL.
4936         POSIX says the behavior is unspecified if the first argument is NULL,
4937         so play it safe and never pass NULL to the system getcwd.
4938
4939 2007-02-21  Jim Meyering  <jim@meyering.net>
4940
4941         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4942         of gettimeofday.  It would conflict with the one now always
4943         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4944         an IRIX 6.5 build failure.
4945
4946 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         Minor fixups to port to Solaris 10 with Sun C 5.8.
4949         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4950         * modules/getcwd (Depends-on): Add dirfd.
4951         * lib/putenv.c (putenv): #undef it.
4952         (rpl_putenv): New decl.
4953         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4954
4955 2007-02-20  Bruno Haible  <bruno@clisp.org>
4956
4957         * modules/stdio-tests: New file.
4958         * tests/test-stdio.c: New file.
4959
4960         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4961         (Depends-on): Add stdio.
4962         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4963         (Include): Use <stdio.h> instead of vsnprintf.h.
4964         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4965         HAVE_DECL_VSNPRINTF.
4966         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4967
4968         * modules/snprintf (Files): Remove lib/snprintf.h.
4969         (Depends-on): Add stdio.
4970         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4971         (Include): Use <stdio.h> instead of snprintf.h.
4972         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4973         HAVE_DECL_SNPRINTF.
4974         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4975         * lib/getaddrinfo.c: Likewise.
4976
4977         * modules/stdio: New file.
4978         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4979         * lib/snprintf.h: Remove file.
4980         * lib/vsnprintf.h: Remove file.
4981         * lib/.cppi-disable: Remove snprintf.h.
4982         * m4/stdio_h.m4: New file.
4983         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4984
4985 2007-02-20  Jim Meyering  <jim@meyering.net>
4986
4987         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4988         used by e.g., mingw.  From Bruno Haible.
4989
4990 2007-02-19  Bruno Haible  <bruno@clisp.org>
4991
4992         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4993         warnings.
4994         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4995
4996 2007-02-19  Bruno Haible  <bruno@clisp.org>
4997
4998         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4999         from mingw users.
5000
5001 2007-02-19  Bruno Haible  <bruno@clisp.org>
5002
5003         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5004         warnings.
5005         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5006
5007 2007-02-19  Jim Meyering  <jim@meyering.net>
5008
5009         Don't use FD after a successful "fdopendir (fd)".
5010         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5011         Reset it by calling dirfd on the just-obtained DIR*.
5012
5013         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5014         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5015
5016 2007-02-18  Bruno Haible  <bruno@clisp.org>
5017
5018         * lib/readlink.c: Include <unistd.h>.
5019         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5020         HAVE_READLINK.
5021         * modules/readlink (Depends-on): Add unistd.
5022         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5023         (Include): Add <unistd.h>.
5024
5025         * lib/getlogin_r.h: Remove file.
5026         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5027         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5028         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5029         HAVE_DECL_GETLOGIN_R.
5030         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5031         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5032         (Include): Use <unistd.h> instead of getlogin_r.h.
5033
5034         * lib/getcwd.h: Remove file.
5035         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5036         * lib/xgetcwd.c: Likewise.
5037         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5038         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5039         * modules/getcwd (Files): Remove lib/getcwd.h.
5040         (Depends-on): Add unistd.
5041         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5042         (Include): Use <unistd.h> instad of getcwd.h.
5043
5044         * lib/ftruncate.c: Include <unistd.h> first.
5045         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5046         Set HAVE_FTRUNCATE.
5047         * modules/ftruncate (Depends-on): Add unistd.
5048         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5049
5050         * lib/fchdir.c: Include <unistd.h> first.
5051         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5052         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5053         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5054         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5055         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5056
5057         * lib/dup2.c: Include <unistd.h> first.
5058         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5059         HAVE_DUP2.
5060         * modules/dup2 (Depends-on): Add unistd.
5061         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5062
5063         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5064         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5065         REPLACE_CHOWN. Don't define chown as a macro here.
5066         * modules/chown (Depends-on): Add unistd.
5067         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5068
5069         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5070         Add definition for GL_LINK_WARNING.
5071         (chown, dup2): New declarations.
5072         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5073         link warning.
5074         (ftruncate): New declaration.
5075         (getcwd): New declaration, taken from old getcwd.h.
5076         (getlogin_r): New declaration, taken from old getlogin_r.h.
5077         (readlink): New declaration.
5078         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5079         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5080         (gl_PREREQ_UNISTD): Remove macro.
5081         (gl_UNISTD_MODULE_INDICATOR): New macro.
5082         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5083         many new variables. Don't set UNISTD_H.
5084         * modules/unistd (Description): Change.
5085         (Depends-on): Add link-warning.
5086         (configure.ac): Update.
5087         (Makefile.am): Create unistd.h always. Substitute many new variables
5088         into it.
5089
5090 2007-02-18  Bruno Haible  <bruno@clisp.org>
5091
5092         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5093         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5094         HAVE_GETSUBOPT.
5095         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5096         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5097         * lib/getsubopt.h: Remove file.
5098         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5099         (Depends-on): Add stdlib.
5100         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5101         (Includes): Use <stdlib.h> instead of getsubopt.h.
5102         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5103         Set HAVE_GETSUBOPT.
5104         * lib/getsubopt.c: Don't include getsubopt.h.
5105
5106 2007-02-18  Bruno Haible  <bruno@clisp.org>
5107
5108         * modules/fchdir (Depends-on): Add dup2.
5109
5110 2007-02-18  Bruno Haible  <bruno@clisp.org>
5111
5112         * lib/stdlib_.h: Handle glibc's special invocation convention
5113         specially.
5114
5115 2007-02-18  Bruno Haible  <bruno@clisp.org>
5116
5117         * modules/stdlib-tests: New file.
5118         * tests/test-stdlib.c: New file.
5119
5120         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5121         (Depends-on): Add stdlib.
5122         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5123         (Includes): Use <stdlib.h> instead of mkstemp.h.
5124         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5125         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5126         * lib/mkstemp.c: Don't include mkstemp.h.
5127         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5128         * lib/stdlib--.h: Don't include mkstemp.h.
5129
5130         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5131         (Depends-on): Add stdlib.
5132         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5133         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5134         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5135         HAVE_MKDTEMP.
5136         * lib/mkdtemp.c: Don't include mkdtemp.h.
5137         * lib/clean-temp.c: Don't include mkdtemp.h.
5138
5139         * modules/exit (Files): Remove lib/exit.h.
5140         (Depends-on): Add stdlib.
5141         (Makefile.am): Remove lib_SOURCES.
5142         (Include): Use <stdlib.h> instead of exit.h.
5143         * lib/argmatch.c: Don't include exit.h.
5144         * lib/execute.c: Likewise.
5145         * lib/pagealign_alloc.c: Likewise.
5146         * lib/pipe.c: Likewise.
5147         * lib/wait-process.c: Likewise.
5148         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5149         * lib/exitfail.c: Likewise.
5150         * lib/savewd.c: Likewise.
5151         * lib/xsetenv.c: Likewise.
5152
5153         * modules/stdlib: New file.
5154         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5155         and extra comments about mkstemp().
5156         * lib/exit.h: Remove file.
5157         * lib/mkdtemp.h: Remove file.
5158         * lib/mkstemp.h: Remove file.
5159         * m4/stdlib_h.m4: New file.
5160         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5161
5162 2007-02-18  Bruno Haible  <bruno@clisp.org>
5163
5164         * modules/math-tests: New file.
5165         * tests/test-math.c: New file.
5166
5167         * modules/math: New file.
5168         * modules/mathl (Files): Remove lib/mathl.h.
5169         (Depends-on): Add math.
5170         (Makefile.am): Don't mention mathl.h.
5171         (Include): Use <math.h> instead of mathl.h.
5172         * lib/math_.h: New file.
5173         * lib/mathl.h: Remove file.
5174         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5175         mathl.h.
5176         * lib/asinl.c: Likewise.
5177         * lib/atanl.c: Likewise.
5178         * lib/ceill.c: Likewise.
5179         * lib/cosl.c: Likewise.
5180         * lib/expl.c: Likewise.
5181         * lib/floorl.c: Likewise.
5182         * lib/frexpl.c: Likewise.
5183         * lib/ldexpl.c: Likewise.
5184         * lib/logl.c: Likewise.
5185         * lib/sincosl.c: Likewise.
5186         * lib/sinl.c: Likewise.
5187         * lib/sqrtl.c: Likewise.
5188         * lib/tanl.c: Likewise.
5189         * lib/trigl.c: Likewise.
5190         * m4/math_h.m4: New file.
5191         * MODULES.html.sh (Mathematics): Add math.
5192
5193 2007-02-17  Bruno Haible  <bruno@clisp.org>
5194
5195         * modules/wctype-tests: New file.
5196         * tests/test-wctype.c: New file.
5197
5198         * modules/wchar-tests: New file.
5199         * tests/test-wchar.c: New file.
5200
5201         * modules/unistd-tests: New file.
5202         * tests/test-unistd.c: New file.
5203
5204         * modules/time-tests: New file.
5205         * tests/test-time.c: New file.
5206
5207         * modules/sysexits-tests: New file.
5208         * tests/test-sysexits.c: New file.
5209
5210         * modules/sys_time-tests: New file.
5211         * tests/test-sys_time.c: New file.
5212
5213         * modules/sys_stat-tests: New file.
5214         * tests/test-sys_stat.c: New file.
5215
5216         * modules/sys_socket-tests: New file.
5217         * tests/test-sys_socket.c: New file.
5218
5219         * modules/sys_select-tests: New file.
5220         * tests/test-sys_select.c: New file.
5221
5222         * modules/string-tests: New file.
5223         * tests/test-string.c: New file.
5224
5225         * modules/stdbool-tests: New file.
5226         * tests/test-stdbool.c: New file.
5227
5228         * modules/netinet_in-tests: New file.
5229         * tests/test-netinet_in.c: New file.
5230
5231         * modules/inttypes-tests: New file.
5232         * tests/test-inttypes.c: New file.
5233
5234         * modules/fcntl-tests: New file.
5235         * tests/test-fcntl.c: New file.
5236
5237         * modules/byteswap-tests: New file.
5238         * tests/test-byteswap.c: New file.
5239
5240         * modules/arpa_inet-tests: New file.
5241         * tests/test-arpa_inet.c: New file.
5242
5243 2007-02-17  Bruno Haible  <bruno@clisp.org>
5244
5245         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5246         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5247         if the corresponding module is not enabled. Emit link warnings if
5248         the function is used nevertheless.
5249         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5250         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5251         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5252         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5253         * modules/inttypes (Depends-on): Add link-warning.
5254         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5255         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5256         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5257         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5258         * modules/imaxdiv (configure.ac): Likewise.
5259         * modules/strtoimax (configure.ac): Likewise.
5260         * modules/strtoumax (configure.ac): Likewise.
5261
5262 2007-02-17  Bruno Haible  <bruno@clisp.org>
5263
5264         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5265         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5266         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5267         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5268
5269 2007-02-17  Bruno Haible  <bruno@clisp.org>
5270
5271         * modules/link-warning: New file.
5272         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5273         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5274         * modules/string (Depends-on): Add link-warning.
5275         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5276         string.h.
5277         * MODULES.html.sh (Support for building libraries and executables): Add
5278         link-warning.
5279
5280 2007-02-17  Bruno Haible  <bruno@clisp.org>
5281
5282         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5283         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5284         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5285         long lines.
5286
5287 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5288             Bruno Haible  <bruno@clisp.org>
5289
5290         * modules/tmpfile: New file.
5291         * lib/tmpfile.c: New file.
5292         * m4/tmpfile.m4: New file.
5293         * MODULES.html.sh (func_all_modules): New section "Input/output".
5294
5295 2007-02-15  Bruno Haible  <bruno@clisp.org>
5296
5297         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5298         (supports_delete_on_close): New function.
5299         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5300
5301 2007-02-14  Bruno Haible  <bruno@clisp.org>
5302
5303         * modules/mbspcasecmp-tests: New file.
5304         * tests/test-mbspcasecmp.sh: New file.
5305         * tests/test-mbspcasecmp.c: New file.
5306
5307         New module mbspcasecmp.
5308         * modules/mbspcasecmp: New file.
5309         * lib/mbspcasecmp.c: New file.
5310         * lib/string_.h (strncasecmp): Change warning message.
5311         (mbspcasecmp): New declaration.
5312         * m4/mbspcasecmp.m4: New file.
5313         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5314         GNULIB_MBSPCASECMP.
5315         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5316         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5317
5318 2007-02-14  Bruno Haible  <bruno@clisp.org>
5319
5320         * modules/mbsncasecmp-tests: New file.
5321         * tests/test-mbsncasecmp.sh: New file.
5322         * tests/test-mbsncasecmp.c: New file.
5323
5324         New module mbsncasecmp.
5325         * modules/mbsncasecmp: New file.
5326         * lib/mbsncasecmp.c: New file.
5327         * lib/string_.h (mbsncasecmp): New declaration.
5328         * m4/mbsncasecmp.m4: New file.
5329         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5330         GNULIB_MBSNCASECMP.
5331         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5332         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5333
5334 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5335
5336         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5337         Verify that it doesn't overlap with our flags.
5338         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5339         do not have the desired effect in multibyte locales; instead, use
5340         mbscasecmp.
5341         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5342         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5343         we don't require GNU fnmatch ourselves (if our users require it, they
5344         should do so explicitly).
5345
5346         Fix regex code so it doesn't rely on strcasecmp.
5347         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5348         Otherwise, include gnulib's langinfo.h.
5349         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5350         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5351         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5352         * modules/regex (FILES): Remove m4/codeset.m4.
5353         (Depends-on): Add localcharset.  Remove strcase.
5354
5355 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5356
5357         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5358         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5359
5360 2007-02-13  Bruno Haible  <bruno@clisp.org>
5361
5362         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5363         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5364
5365 2007-02-12  Bruno Haible  <bruno@clisp.org>
5366
5367         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5368         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5369         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5370         time warning rather than a link error.
5371
5372 2007-02-12  Bruno Haible  <bruno@clisp.org>
5373
5374         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5375         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5376         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5377
5378 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5381         args, not 2.
5382
5383 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5384
5385         New module 'time', so that apps can include <time.h> as per
5386         POSIX and GNU instead of separate include files like time_r.h
5387         and timegm.h.  This implementation tries out a simpler approach
5388         for replacing decls in standard include files (as compared to
5389         the string module), somewhat as an experiment.
5390
5391         * config/srclist.txt: Comment out mktime.c for now.
5392         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5393         since it doesn't apply any more.  Use generic wording instead.
5394         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5395         'time'.
5396         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5397         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5398         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5399         Don't include <sys/types.h>; no longer needed since we assume C89.
5400         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5401         * lib/strftime.c: Likewise.
5402         * lib/time_r.c: Likewise.
5403         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5404         * lib/nanosleep.c: Include <time.h> first, to check interface.
5405         * lib/strptime.c: Likewise.
5406         * lib/time_r.c: Likewise.
5407         * lib/timegm.c: Likewise.
5408         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5409         needed.
5410         * lib/timegm.c: Don't include timegm.h; no longer needed.
5411         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5412         time.h now handles any problems in that area.
5413         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5414         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5415         that time.h defines struct timespec.
5416         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5417         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5418         handles that.
5419         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5420         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5421         needed.  Set REPLACE_LOCALTIME.
5422         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5423         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5424         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5425         nanosleep; time_h.m4 now does that.  Don't require
5426         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5427         module handles this now.
5428         * modules/getdate (Depends-on): Remove timespec.  Add time.
5429         * modules/nanosleep (Depends-on): Likewise.
5430         * modules/stat-time (Depends-on): Likewise.
5431         * modules/nanosleep (Include): Include time.h, not timespec.h.
5432         * modules/strptime (Files): Remove lib/strptime.h.
5433         (Depends-on): Add extensions, time.
5434         (Include): Include time.h, not strptime.h.
5435         * modules/time_r (Files): Remove lib/time_r.h.
5436         (Depends-on): Add time.
5437         (Include): Include time.h, not time_r.h.
5438         * modules/timegm: Likewise.
5439         * modules/timespec (Description): Now does timespec-related decls
5440         of our own, instead of struct timespec itself.
5441         (Depends-on): Add time; remove extensions.
5442         (Maintainer): Add self.
5443         * modules/utimecmp (Depends-on): Add time; remove timespec.
5444         * modules/utimens (Depends-on): Likewise.
5445         * modules/xnanosleep (Depends-on): Likewise.
5446
5447 2007-02-11  Bruno Haible  <bruno@clisp.org>
5448
5449         * lib/c-strstr.c: Include allocsa.h.
5450         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5451         * lib/c-strcasestr.c: Include allocsa.h.
5452         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5453         * lib/strcasestr.c: Include allocsa.h.
5454         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5455         * lib/mbsstr.c: Include allocsa.h.
5456         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5457         allocsa/freesa instead of malloc/free.
5458         * lib/mbscasestr.c: Include allocsa.h.
5459         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5460         allocsa/freesa instead of malloc/free.
5461         * modules/c-strstr (Depends-on): Add allocsa.
5462         * modules/c-strcasestr (Depends-on): Likewise.
5463         * modules/strcasestr (Depends-on): Likewise.
5464         * modules/mbsstr (Depends-on): Likewise.
5465         * modules/mbscasestr (Depends-on): Likewise.
5466
5467 2007-02-11  Bruno Haible  <bruno@clisp.org>
5468
5469         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5470
5471         * modules/mbsspn-tests: New file.
5472         * tests/test-mbsspn.sh: New file.
5473         * tests/test-mbsspn.c: New file.
5474
5475 2007-02-11  Bruno Haible  <bruno@clisp.org>
5476
5477         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5478
5479         * modules/mbspbrk-tests: New file.
5480         * tests/test-mbspbrk.sh: New file.
5481         * tests/test-mbspbrk.c: New file.
5482
5483 2007-02-11  Bruno Haible  <bruno@clisp.org>
5484
5485         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5486         unneeded cast.
5487
5488         * modules/mbscspn-tests: New file.
5489         * tests/test-mbscspn.sh: New file.
5490         * tests/test-mbscspn.c: New file.
5491
5492 2007-02-11  Bruno Haible  <bruno@clisp.org>
5493
5494         * modules/mbscasecmp-tests: New file.
5495         * tests/test-mbscasecmp.sh: New file.
5496         * tests/test-mbscasecmp.c: New file.
5497
5498 2007-02-11  Bruno Haible  <bruno@clisp.org>
5499
5500         Ensure O(n) worst-case complexity of mbscasestr.
5501         * lib/mbscasestr.c: Include stdbool.h.
5502         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5503         functions.
5504         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5505         the bookkeeping indicates that it's worth it.
5506         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5507
5508         * modules/mbscasestr-tests: New file.
5509         * tests/test-mbscasestr1.c: New file.
5510         * tests/test-mbscasestr2.sh: New file.
5511         * tests/test-mbscasestr2.c: New file.
5512         * tests/test-mbscasestr3.sh: New file.
5513         * tests/test-mbscasestr3.c: New file.
5514         * tests/test-mbscasestr4.sh: New file.
5515         * tests/test-mbscasestr4.c: New file.
5516         * m4/locale-tr.m4: New file.
5517
5518 2007-02-11  Bruno Haible  <bruno@clisp.org>
5519
5520         Ensure O(n) worst-case complexity of mbsstr.
5521         * lib/mbsstr.c: Include stdbool.h.
5522         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5523         functions.
5524         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5525         bookkeeping indicates that it's worth it.
5526         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5527
5528         * modules/mbsstr-tests: New file.
5529         * tests/test-mbsstr1.c: New file.
5530         * tests/test-mbsstr2.sh: New file.
5531         * tests/test-mbsstr2.c: New file.
5532         * tests/test-mbsstr3.sh: New file.
5533         * tests/test-mbsstr3.c: New file.
5534         * m4/locale-fr.m4: New file.
5535
5536 2007-02-11  Bruno Haible  <bruno@clisp.org>
5537
5538         * lib/mbsrchr.c (mbsrchr): Fix bug.
5539
5540         * modules/mbsrchr-tests: New file.
5541         * tests/test-mbsrchr.sh: New file.
5542         * tests/test-mbsrchr.c: New file.
5543
5544 2007-02-11  Bruno Haible  <bruno@clisp.org>
5545
5546         * lib/mbschr.c (mbschr): Fix bug.
5547
5548         * modules/mbschr-tests: New file.
5549         * tests/test-mbschr.sh: New file.
5550         * tests/test-mbschr.c: New file.
5551         * m4/locale-zh.m4: New file.
5552
5553 2007-02-11  Bruno Haible  <bruno@clisp.org>
5554
5555         Support for copying multibyte string iterators.
5556         * lib/mbiter.h: Include <string.h>.
5557         (mbiter_multi_copy): New function.
5558         (mbi_copy): New macro.
5559         * lib/mbuiter.h: Include <string.h>.
5560         (mbuiter_multi_copy): New function.
5561         (mbui_copy): New macro.
5562
5563 2007-02-11  Bruno Haible  <bruno@clisp.org>
5564
5565         New module mbslen.
5566         * modules/mbslen: New file.
5567         * lib/mbslen.c: New file.
5568         * lib/string_.h (mbslen): New declaration.
5569         * m4/mbslen.m4: New file.
5570         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5571         GNULIB_MBSLEN.
5572         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5573         * MODULES.html.sh (Internationalization functions): Add mbslen.
5574
5575 2007-02-11  Bruno Haible  <bruno@clisp.org>
5576
5577         Ensure O(n) worst-case complexity of strcasestr substitute.
5578         * lib/strcasestr.c: Include stdbool.h.
5579         (knuth_morris_pratt): New function.
5580         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5581         bookkeeping indicates that it's worth it.
5582         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5583
5584         * modules/strcasestr-tests: New file.
5585         * tests/test-strcasestr.c: New file.
5586
5587 2007-02-11  Bruno Haible  <bruno@clisp.org>
5588
5589         Ensure O(n) worst-case complexity of c_strcasestr.
5590         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5591         (knuth_morris_pratt): New function.
5592         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5593         the bookkeeping indicates that it's worth it.
5594         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5595
5596         * modules/c-strcasestr-tests: New file.
5597         * tests/test-c-strcasestr.c: New file.
5598
5599 2007-02-11  Bruno Haible  <bruno@clisp.org>
5600
5601         Ensure O(n) worst-case complexity of c_strstr.
5602         * lib/c-strstr.c: Include stdbool.h, string.h.
5603         (knuth_morris_pratt): New function.
5604         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5605         bookkeeping indicates that it's worth it.
5606         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5607
5608         * lib/c-strstr.c: Complete rewrite for maintainability.
5609
5610         * modules/c-strstr-tests: New file.
5611         * tests/test-c-strstr.c: New file.
5612
5613 2007-02-11  Bruno Haible  <bruno@clisp.org>
5614
5615         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5616         5.2.1 and earlier, whereby \055 was treated just like the range
5617         delimiter '-'.
5618         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5619
5620 2007-02-08  Bruno Haible  <bruno@clisp.org>
5621
5622         * modules/regex (Depends-on): Add stdbool.
5623         Reported by Dalibor Topic <robilad@kaffe.org>.
5624
5625 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5626
5627         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5628         Prefer returning from main to exiting from it.
5629         Remove unnecessary parens after sizeof.
5630
5631 2007-02-05  Bruno Haible  <bruno@clisp.org>
5632
5633         New module mbssep.
5634         * modules/mbssep: New file.
5635         * lib/mbssep.c: New file.
5636         * lib/string_.h (strsep): Add a conditional link warning.
5637         (mbssep): New declaration.
5638         * m4/mbssep.m4: New file.
5639         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5640         GNULIB_MBSSEP.
5641         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5642         * MODULES.html.sh (Internationalization functions): Add mbssep.
5643
5644 2007-02-05  Bruno Haible  <bruno@clisp.org>
5645
5646         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5647         Optimize search in case of 1 delimiter.
5648
5649 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5650
5651         * lib/acl.h: Include sys/types.h before sys/acl.h.
5652
5653 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5654
5655         Merge upstream fix for glibc bugzilla #3957:
5656
5657         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5658
5659         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5660         bit for RE_HAT_LISTS_NOT_NEWLINE.
5661         (build_charclass_op): Remove bogus comment.
5662
5663 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5664
5665         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5666
5667 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5668
5669         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5670         * lib/memmem.c [!defined _LIBC]: Include config.h.
5671
5672 2007-02-04  Bruno Haible  <bruno@clisp.org>
5673
5674         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5675         warning message.
5676
5677 2007-02-04  Bruno Haible  <bruno@clisp.org>
5678
5679         New module mbstok_r.
5680         * modules/mbstok_r: New file.
5681         * lib/mbstok_r.c: New file.
5682         * lib/string_.h (strtok_r): Change argument names to match the
5683         comments. Add a conditional link warning.
5684         (mbstok_r): New declaration.
5685         * m4/mbstok_r.m4: New file.
5686         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5687         GNULIB_MBSTOK_R.
5688         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5689         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5690
5691 2007-02-04  Bruno Haible  <bruno@clisp.org>
5692
5693         New module mbsspn.
5694         * modules/mbsspn: New file.
5695         * lib/mbsspn.c: New file.
5696         * lib/string_.h (strspn): Add a conditional link warning.
5697         (mbsspn): New declaration.
5698         * m4/mbsspn.m4: New file.
5699         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5700         GNULIB_MBSSPN.
5701         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5702         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5703
5704 2007-02-04  Bruno Haible  <bruno@clisp.org>
5705
5706         New module mbspbrk.
5707         * modules/mbspbrk: New file.
5708         * lib/mbspbrk.c: New file.
5709         * lib/string_.h (strpbrk): Add a conditional link warning.
5710         (mbspbrk): New declaration.
5711         * m4/mbspbrk.m4: New file.
5712         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5713         GNULIB_MBSPBRK.
5714         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5715         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5716
5717 2007-02-04  Bruno Haible  <bruno@clisp.org>
5718
5719         New module mbscspn.
5720         * modules/mbscspn: New file.
5721         * lib/mbscspn.c: New file.
5722         * lib/string_.h (strcspn): Add a conditional link warning.
5723         (mbscspn): New declaration.
5724         * m4/mbscspn.m4: New file.
5725         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5726         GNULIB_MBSCSPN.
5727         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5728         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5729
5730 2007-02-04  Bruno Haible  <bruno@clisp.org>
5731
5732         New module mbscasestr, reduced goal of strcasestr.
5733         * modules/mbscasestr: New file.
5734         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5735         (mbscasestr): Renamed from strcasestr.
5736         * lib/strcasestr.c: Don't include mbuiter.h.
5737         (strcasestr): Remove support for multibyte locales.
5738         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5739         Change the conditional link warning.
5740         (mbscasestr): New declaration.
5741         * m4/mbscasestr.m4: New file.
5742         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5743         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5744         REPLACE_STRCASESTR.
5745         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5746         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5747         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5748         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5749         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5750         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5751         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5752         (Depends-on): Remove mbuiter.
5753         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5754
5755 2007-02-04  Bruno Haible  <bruno@clisp.org>
5756
5757         Simplify handling of strncasecmp.
5758         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5759         the conditional link warning.
5760         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5761         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5762         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5763         * modules/strcase (configure.ac): Don't invoke
5764         gl_STRING_MODULE_INDICATOR.
5765         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5766
5767 2007-02-04  Bruno Haible  <bruno@clisp.org>
5768
5769         New module mbscasecmp, reduced goal of strcasecmp.
5770         * modules/mbscasecmp: New file.
5771         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5772         (mbscasecmp): Renamed from strcasecmp.
5773         * lib/strcasecmp.c: Don't include mbuiter.h.
5774         (strcasecmp): Remove support for multibyte locales.
5775         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5776         Change the conditional link warning.
5777         (mbscasecmp): New declaration.
5778         * m4/mbscasecmp.m4: New file.
5779         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5780         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5781         REPLACE_STRCASECMP.
5782         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5783         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5784         GNULIB_MBSCASECMP.
5785         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5786         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5787         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5788         (Depends-on): Remove mbuiter.
5789         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5790
5791 2007-02-04  Bruno Haible  <bruno@clisp.org>
5792
5793         New module mbsstr. Remove module strstr.
5794         * modules/mbsstr: New file.
5795         * modules/strstr: Remove file.
5796         * lib/mbsstr.c: Renamed from lib/strstr.c.
5797         (mbsstr): Renamed from strstr.
5798         * lib/string_.h (strstr): Remove declaration. Change the conditional
5799         link warning.
5800         (mbsstr): New declaration.
5801         * m4/mbsstr.m4: New file.
5802         * m4/strstr.m4: Remove file.
5803         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5804         REPLACE_STRSTR.
5805         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5806         Don't initialize GNULIB_STRSTR.
5807         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5808         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5809         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5810         (Support for systems lacking ANSI C 89): Remove strstr.
5811
5812 2007-02-04  Bruno Haible  <bruno@clisp.org>
5813
5814         New module mbsrchr.
5815         * modules/mbsrchr: New file.
5816         * lib/mbsrchr.c: New file.
5817         * lib/string_.h (strrchr): Add a conditional link warning.
5818         (mbsrchr): New declaration.
5819         * m4/mbsrchr.m4: New file.
5820         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5821         GNULIB_MBSRCHR.
5822         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5823         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5824
5825 2007-02-04  Bruno Haible  <bruno@clisp.org>
5826
5827         New module mbschr.
5828         * modules/mbschr: New file.
5829         * lib/mbschr.c: New file.
5830         * lib/string_.h (strchr): Add a conditional link warning.
5831         (mbschr): New declaration.
5832         * m4/mbschr.m4: New file.
5833         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5834         GNULIB_MBSCHR.
5835         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5836         * MODULES.html.sh (Internationalization functions): Add mbschr.
5837
5838 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5839
5840         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5841
5842         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5843
5844 2007-02-04  Bruno Haible  <bruno@clisp.org>
5845
5846         New module description section 'configure.ac-early'.
5847         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5848         (func_get_autoconf_early_snippet): New function.
5849         (func_import, func_create_testdir): Use it. Remove special cases for
5850         modules 'extensions' and 'lock'.
5851         * modules/extensions (configure.ac-early): Require
5852         gl_USE_SYSTEM_EXTENSIONS.
5853         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5854
5855 2007-02-04  Bruno Haible  <bruno@clisp.org>
5856
5857         Make use of gcj-4.3's -fsource and -ftarget option.
5858         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5859         and if so try the options -fsource and -ftarget.
5860         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5861         source_version, ftarget_option, target_version arguments.
5862         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5863         (is_envjavac_oldgcj_14_14_usable): Renamed from
5864         is_envjavac_gcj_14_14_usable.
5865         (is_envjavac_oldgcj_14_13_usable): Renamed from
5866         is_envjavac_gcj_14_13_usable.
5867         (is_gcj_present): Update.
5868         (is_gcj_43, is_gcj43_usable): New functions.
5869         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5870         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5871         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5872         try the options -fsource and -ftarget.
5873
5874 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5877         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5878         larger value.
5879
5880 2007-02-03  Jim Meyering  <jim@meyering.net>
5881
5882         Give tools a better chance to allocate space for very large buffers.
5883         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5884
5885         Make pwd and readlink work also when run with an unreadable parent dir
5886         on systems with openat support.
5887         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5888         provided getcwd function, even when we have openat support.
5889         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5890
5891 2007-02-02  Bruno Haible  <bruno@clisp.org>
5892
5893         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5894         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5895         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5896         portability problems if one of these functions is only used on specific
5897         platforms.
5898         Reported by Paul Eggert.
5899
5900 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5901
5902         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5903         is causing more trouble than it's curing.
5904         * lib/regex_internal.h (__mempcpy): Remove.
5905         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5906         (and make the code a tad smaller to boot).
5907         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5908
5909 2007-02-02  Jim Meyering  <jim@meyering.net>
5910
5911         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5912         section, not in the Makefile.am: one.
5913
5914 2007-02-02  Eric Blake  <ebb9@byu.net>
5915
5916         * lib/strchrnul.c: Always include config.h first.
5917
5918         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5919         gnulib strstr is not necessary here.
5920
5921 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5922
5923         * m4/socklen.m4: Fix typo.
5924
5925 2007-02-02  Eric Blake  <ebb9@byu.net>
5926
5927         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5928         * modules/netinet_in (Makefile.am): Likewise.
5929
5930 2007-02-01  Bruno Haible  <bruno@clisp.org>
5931
5932         * lib/string_.h (GL_LINK_WARNING): New macro.
5933         (strcasecmp, strstr, strcasestr): If provided by the system,
5934         conditionally define as a macro that leads to a warning instead of to
5935         an error.
5936         (strncasecmp): Conditionally define as a macro that leads to a warning.
5937
5938 2007-02-01  Karl Berry  <karl@gnu.org>
5939
5940         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5941
5942 2007-02-01  Bruno Haible  <bruno@clisp.org>
5943
5944         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5945         renamings.
5946
5947 2007-02-01  Eric Blake  <ebb9@byu.net>
5948
5949         * modules/regex (Depends-on): Revert dependence on mempcpy.
5950         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5951         module's definition of mempcpy.
5952         Reported by Paul Eggert.
5953
5954 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5957         the symbol XYZ before redefining it.  This fixes a problem with
5958         programs that don't use XYZ, when compiled on systems that define
5959         XYZ to something else.
5960
5961 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5962
5963         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5964         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5965         writeable to group or other and (2) is intended to have a special
5966         mode bit that is set or cleared.  In such a case, the directory
5967         should be neither group- nor other-writeable until the special
5968         mode bits are right.
5969
5970 2007-01-31  Eric Blake  <ebb9@byu.net>
5971
5972         * modules/mountlist (Depends-on): Add strstr.
5973
5974         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5975         bug.
5976         * modules/string (Makefile.am): Remove redundant replacement.
5977         * modules/regex (Depends-on): Add mempcpy.
5978
5979 2007-01-31  Bruno Haible  <bruno@clisp.org>
5980
5981         New module description field 'Link'.
5982         * gnulib-tool (func_usage): Document --extract-link-directive.
5983         (sed_extract_prog): Recognize 'Link' directive.
5984         (func_get_link_directive): New function.
5985         (func_import): Show summary of link directives.
5986         Handle --extract-link-directive option.
5987         * modules/acl (Link): New section.
5988         * modules/clock-time (Link): New section.
5989         * modules/euidaccess (Link): New section.
5990         * modules/gettext (Link): New section.
5991         * modules/iconv (Link): New section.
5992         * modules/lock (Link): New section.
5993         * modules/nanosleep (Link): New section.
5994         * modules/readline (Link): New section.
5995
5996 2007-01-27  Bruno Haible  <bruno@clisp.org>
5997
5998         Enforce the use of gnulib modules for unportable <string.h> functions.
5999         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6000         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6001         (gl_HEADER_STRING_H_BODY): Require it.
6002         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6003         the symbol XYZ to one that gives a link error.
6004         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6005         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6006         * modules/mempcpy (configure.ac): Likewise.
6007         * modules/memrchr (configure.ac): Likewise.
6008         * modules/stpcpy (configure.ac): Likewise.
6009         * modules/stpncpy (configure.ac): Likewise.
6010         * modules/strcase (configure.ac): Likewise.
6011         * modules/strcasestr (configure.ac): Likewise.
6012         * modules/strchrnul (configure.ac): Likewise.
6013         * modules/strdup (configure.ac): Likewise.
6014         * modules/strndup (configure.ac): Likewise.
6015         * modules/strnlen (configure.ac): Likewise.
6016         * modules/strpbrk (configure.ac): Likewise.
6017         * modules/strsep (configure.ac): Likewise.
6018         * modules/strstr (configure.ac): Likewise.
6019         * modules/strtok_r (configure.ac): Likewise.
6020
6021 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6022
6023         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6024
6025 2007-01-30  Jim Meyering  <jim@meyering.net>
6026
6027         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6028
6029 2007-01-29  Bruno Haible  <bruno@clisp.org>
6030
6031         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6032         * lib/execute.c: Likewise.
6033         * lib/pipe.c: Likewise.
6034         * lib/printf-args.h: Likewise.
6035         * lib/printf-args.c: Likewise.
6036         * lib/printf-parse.c: Likewise.
6037         * lib/vasnprintf.c: Likewise.
6038
6039 2007-01-29  Eric Blake  <ebb9@byu.net>
6040
6041         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6042         declaration.
6043
6044 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6045
6046         * lib/strptime.h (strptime): Use 'restrict' for args where
6047         POSIX requires this.
6048         * lib/strptime.c (strptime): Likewise.
6049         Change license notice from LGPL to GPL, since gnulib-tool will
6050         change this as needed.
6051         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6052         defined.
6053         Include "strptime.h" first, to check interface.
6054         Do not #undef _LIBC and _NL_CURRENT.
6055         Do not include <stdlib.h>; no longer needed.
6056         Include "time_r.h" and declare ptime_locale_status
6057         only if _LIBC is not defined.
6058         (__P): Remove unused macro.
6059         (match_string): Bring back glibc version, but use it only if _LIBC
6060         is defined.
6061         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6062         Remove unnecessary assertion and abort() call.
6063         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6064         * m4/strptime.m4: Fix serial number comment.
6065         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6066         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6067         (Depends-on): Add time_r.
6068
6069 2007-01-29  Bruno Haible  <bruno@clisp.org>
6070
6071         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6072         strptime.
6073         * modules/strptime (Depends-on): Add stdbool.
6074         * lib/strptime.h: Include <time.h> always. Add comments.
6075
6076 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6077
6078         * modules/strptime: New file.
6079         * lib/strptime.h: New file.
6080         * lib/strptime.c: New file.
6081         * m4/strptime.m4: New file.
6082
6083 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6084
6085         * MODULES.html.sh: New module mpsort.
6086         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6087
6088         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6089         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6091         All uses changed.
6092         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6093         All uses changed.
6094         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6095         to _Restrict_.
6096         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6097         the parameter matches the prototype.
6098
6099 2007-01-28  Jim Meyering  <jim@meyering.net>
6100
6101         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6102         sys/time.h here, reverting that part of the previous patch:
6103         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6104
6105 2007-01-28  Bruno Haible  <bruno@clisp.org>
6106
6107         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6108         value of $(SYS_TIME_H).
6109         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6110         remove it conditionally, too. [added by Jim Meyering]
6111         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6112         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6113         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6114         GETTIMEOFDAY_REPLACEMENT to 1.
6115
6116 2007-01-28  Bruno Haible  <bruno@clisp.org>
6117
6118         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6119         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6120         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6121         Set UNISTD_H instead of UNISTD_H2.
6122         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6123
6124 2007-01-28  Bruno Haible  <bruno@clisp.org>
6125
6126         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6127         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6128
6129 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6130
6131         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6132         (func_create_testdir): Ensure C locale for `grep' and `tr'
6133         character ranges.
6134         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6135         ACLOCAL_AMFLAGS parsing state machine.
6136
6137 2007-01-27  Bruno Haible  <bruno@clisp.org>
6138
6139         * modules/unistr/base: Update.
6140
6141 2007-01-27  Bruno Haible  <bruno@clisp.org>
6142
6143         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6144         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6145         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6146         modules/unistr/u32-mbtouc.
6147         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6148         * lib/unistr.h: Update.
6149         * lib/linebreak.c: Update.
6150         * modules/unistr/u32-mbtouc: Renamed from
6151         modules/unistr/u32-mbtouc-safe.
6152         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6153         * lib/unistr.h: Update.
6154         * lib/unistr/u32-to-u8.c: Update.
6155         * lib/unistr/u32-to-u16.c: Update.
6156
6157 2007-01-27  Bruno Haible  <bruno@clisp.org>
6158
6159         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6160         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6161         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6162         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6163         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6164         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6165         modules/unistr/u16-mbtouc.
6166         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6167         * lib/unistr.h: Update.
6168         * lib/linebreak.c: Update.
6169         * modules/linebreak: Update.
6170         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6171         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6172         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6173         * modules/unistr/u16-mbtouc: Renamed from
6174         modules/unistr/u16-mbtouc-safe.
6175         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6176         * lib/unistr.h: Update.
6177         * lib/unistr/u16-to-u8.c: Update.
6178         * modules/unistr/u16-to-u8: Update.
6179         * lib/unistr/u16-to-u32.c: Update.
6180         * modules/unistr/u16-to-u32: Update.
6181
6182 2007-01-27  Bruno Haible  <bruno@clisp.org>
6183
6184         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6185         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6186         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6187         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6188         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6189         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6190         modules/unistr/u8-mbtouc.
6191         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6192         * lib/unistr.h: Update.
6193         * lib/striconveh.c: Update.
6194         * modules/striconveh: Update.
6195         * lib/linebreak.c: Update.
6196         * modules/linebreak: Update.
6197         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6198         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6199         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6200         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6201         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6202         * lib/unistr.h: Update.
6203         * lib/striconveh.c: Update.
6204         * modules/striconveh: Update.
6205         * lib/unistr/u8-to-u16.c: Update.
6206         * modules/unistr/u8-to-u16: Update.
6207         * lib/unistr/u8-to-u32.c: Update.
6208         * modules/unistr/u8-to-u32: Update.
6209
6210 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6211
6212         Sync from Libtool.
6213         * lib/argz.c: Do not include strings.h nor memory.h, include
6214         string.h unconditionally.  Patch by Simon Josefsson.
6215
6216 2007-01-27  Bruno Haible  <bruno@clisp.org>
6217
6218         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6219         from gl_HEADER_STRING_H_BODY.
6220         (gl_HEADER_STRING_H_BODY): Require it.
6221         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6222         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6223         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6224         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6225         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6226         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6227         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6228         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6229         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6230         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6231         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6232         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6233         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6234         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6235         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6236
6237 2007-01-27  Bruno Haible  <bruno@clisp.org>
6238
6239         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6240         check_PROGRAMS into noinst_PROGRAMS.
6241         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6242         check_PROGRAMS in this case.
6243         (func_import): Set for_test to false.
6244         (func_create_testdir): Set for_test to true.
6245
6246 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6247             Bruno Haible  <bruno@clisp.org>
6248
6249         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6250         (Depends-on): Add string.
6251         (Includes): Use <string.h> instead of strcasestr.h.
6252         * modules/string (Makefile.am): Also substitute the value of
6253         REPLACE_STRCASESTR.
6254         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6255         assume strcasestr is declared in <string.h> not <strings.h>. Also
6256         set REPLACE_STRCASESTR.
6257         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6258         REPLACE_STRCASESTR.
6259         * lib/strcasestr.h: Remove file.
6260         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6261         * lib/string_.h (strcasestr): New declaration.
6262
6263 2007-01-27  Bruno Haible  <bruno@clisp.org>
6264
6265         * lib/string_.h: Use 'extern'.
6266
6267 2007-01-27  Jim Meyering  <jim@meyering.net>
6268
6269         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6270         of set-but-not-used local, "q".
6271
6272         * lib/mempcpy.c: Include <config.h> before <string.h>.
6273         This fixes a compilation error on HP-UX, due to the system's
6274         "restrict"-using mempcpy prototype.
6275
6276 2007-01-26  Bruno Haible  <bruno@clisp.org>
6277
6278         Small optimization.
6279         * lib/javacomp.c: Include c-strstr.h.
6280          (is_envjavac_gcj): Use c_strstr instead of strstr.
6281         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6282
6283 2007-01-26  Bruno Haible  <bruno@clisp.org>
6284
6285         * MODULES.html.sh (Unicode string functions): Add the new modules.
6286
6287         * modules/uniconv/u32-strconv-to-locale: New file.
6288         * lib/uniconv/u32-strconv-to-locale.c: New file.
6289
6290         * modules/uniconv/u16-strconv-to-locale: New file.
6291         * lib/uniconv/u16-strconv-to-locale.c: New file.
6292
6293         * modules/uniconv/u8-strconv-to-locale: New file.
6294         * lib/uniconv/u8-strconv-to-locale.c: New file.
6295
6296         * modules/uniconv/u32-strconv-from-locale: New file.
6297         * lib/uniconv/u32-strconv-from-locale.c: New file.
6298
6299         * modules/uniconv/u16-strconv-from-locale: New file.
6300         * lib/uniconv/u16-strconv-from-locale.c: New file.
6301
6302         * modules/uniconv/u8-strconv-from-locale: New file.
6303         * lib/uniconv/u8-strconv-from-locale.c: New file.
6304
6305         * modules/uniconv/u32-strconv-to-enc: New file.
6306         * lib/uniconv/u32-strconv-to-enc.c: New file.
6307         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6308         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6309
6310         * modules/uniconv/u16-strconv-to-enc: New file.
6311         * lib/uniconv/u16-strconv-to-enc.c: New file.
6312         * lib/uniconv/u-strconv-to-enc.h: New file.
6313         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6314         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6315
6316         * modules/uniconv/u8-strconv-to-enc: New file.
6317         * lib/uniconv/u8-strconv-to-enc.c: New file.
6318         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6319         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6320
6321         * modules/uniconv/u32-strconv-from-enc: New file.
6322         * lib/uniconv/u32-strconv-from-enc.c: New file.
6323         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6324         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6325
6326         * modules/uniconv/u16-strconv-from-enc: New file.
6327         * lib/uniconv/u16-strconv-from-enc.c: New file.
6328         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6329         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6330
6331         * modules/uniconv/u8-strconv-from-enc: New file.
6332         * lib/uniconv/u8-strconv-from-enc.c: New file.
6333         * lib/uniconv/u-strconv-from-enc.h: New file.
6334         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6335         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6336
6337         * modules/uniconv/u32-conv-from-enc: New file.
6338         * lib/uniconv/u32-conv-from-enc.c: New file.
6339         * modules/uniconv/u32-conv-from-enc-tests: New file.
6340         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6341
6342         * modules/uniconv/u16-conv-from-enc: New file.
6343         * lib/uniconv/u16-conv-from-enc.c: New file.
6344         * lib/uniconv/u-conv-from-enc.h: New file.
6345         * modules/uniconv/u16-conv-from-enc-tests: New file.
6346         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6347
6348         * modules/uniconv/u8-conv-from-enc: New file.
6349         * lib/uniconv/u8-conv-from-enc.c: New file.
6350         * modules/uniconv/u8-conv-from-enc-tests: New file.
6351         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6352
6353         * modules/uniconv/base: New file.
6354         * lib/uniconv.h: New file.
6355
6356 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6357
6358         * doc/gnulib-tool.texi (Initial import): Update to match current
6359         behavior with strdup module.
6360         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6361         * lib/memmem.h: Remove; all uses removed.  This is now done
6362         by <string.h>.
6363         * lib/mempcpy.h: Likewise.
6364         * lib/memrchr.h: Likewise.
6365         * lib/stpcpy.h: Likewise.
6366         * lib/stpncpy.h: Likewise.
6367         * lib/strcase.h: Likewise.
6368         * lib/strchrnul.h: Likewise.
6369         * lib/strdup.h: Likewise.
6370         * lib/strndup.h: Likewise.
6371         * lib/strnlen.h: Likewise.
6372         * lib/strpbrk.h: Likewise.
6373         * lib/strsep.h: Likewise.
6374         * lib/strstr.h: Likewise.
6375         * lib/strtok_r.h: Likewise.
6376         * lib/string_.h: New file.
6377         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6378         Rely on <string.h> instead.
6379         * lib/canon-host.c: Likewise.
6380         * lib/chdir-long.c: Likewise.
6381         * lib/concatpath.c: Likewise.
6382         * lib/exclude.c: Likewise.
6383         * lib/fchdir.c: Likewise.
6384         * lib/getaddrinfo.c: Likewise.
6385         * lib/getcwd.c: Likewise.
6386         * lib/getsubopt.c: Likewise.
6387         * lib/glob.c: Likewise.
6388         * lib/hard-locale.c: Likewise.
6389         * lib/iconvme.c: Likewise.
6390         * lib/javacomp.c: Likewise.
6391         * lib/mempcpy.c: Likewise.
6392         * lib/memrchr.c: Likewise.
6393         * lib/regex_internal.h: Likewise.
6394         * lib/stpncpy.c: Likewise.
6395         * lib/strcasecmp.c: Likewise.
6396         * lib/strchrnul.c: Likewise.
6397         * lib/strdup.c: Likewise.
6398         * lib/striconv.c: Likewise.
6399         * lib/striconveh.c: Likewise.
6400         * lib/striconveha.c: Likewise.
6401         * lib/strncasecmp.c: Likewise.
6402         * lib/strndup.c: Likewise.
6403         * lib/strnlen.c: Likewise.
6404         * lib/strsep.c: Likewise.
6405         * lib/strstr.c: Likewise.
6406         * lib/strtok_r.c: Likewise.
6407         * lib/userspec.c: Likewise.
6408         * lib/w32spawn.h: Likewise.
6409         * lib/xstrndup.c: Likewise.
6410         * lib/mountlist.c (strstr): Remove decl.
6411         * m4/string_h.m4: New file.
6412         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6413         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6414         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6415         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6416         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6417         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6418         Set REPLACE_STRCASECMP if necessary.
6419         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6420         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6421         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6422         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6423         HAVE_DECL_STRDUP if necessary.
6424         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6425         since gl_FUNC_STRNDUP does that now.
6426         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6427         Check for decl here...
6428         (gl_PREREQ_STRNLEN): ... not here.
6429         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6430         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6431         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6432         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6433         necessary.
6434         * modules/string: New file.
6435         * modules/memmem (Files): Remove special-purpose include file.
6436         (Depends-on): Add string.
6437         (Include): Include <string.h>, not the removed file.
6438         * modules/mempcpy: Likewise.
6439         * modules/memrchr: Likewise.
6440         * modules/stpcpy: Likewise.
6441         * modules/stpncpy: Likewise.
6442         * modules/strcase: Likewise.
6443         * modules/strchrnul: Likewise.
6444         * modules/strdup: Likewise.
6445         * modules/strndup: Likewise.
6446         * modules/strnlen: Likewise.
6447         * modules/strpbrk: Likewise.
6448         * modules/strsep: Likewise.
6449         * modules/strstr: Likewise.
6450         * modules/strtok_r: Likewise.
6451         * tests/test-dirname.c: Don't include "strdup.h", since
6452         <string.h> now suffices.
6453         * tests/test-memmem.c: Don't include "memmem.h", since
6454         <string.h> now suffices.
6455
6456 2007-01-25  Bruno Haible  <bruno@clisp.org>
6457
6458         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6459         *resultp is 0.
6460
6461         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6462         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6463         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6464         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6465
6466         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6467         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6468         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6469         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6470         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6471         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6472
6473 2007-01-24  Bruno Haible  <bruno@clisp.org>
6474
6475         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6476         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6477         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6478         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6479         gl_FUNC_FTS_CORE.
6480         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6481         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6482         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6483         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6484         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6485         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6486         gl_FUNC_FCHOWNAT.
6487         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6488         gl_FUNC_STRFTIME.
6489         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6490         Reported by Ralf Wildenhues.
6491
6492 2007-01-24  Bruno Haible  <bruno@clisp.org>
6493
6494         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6495         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6496         gl_GETADDRINFO.
6497         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6498         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6499         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6500
6501 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6502
6503         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6504         Don't use 'exit'; just return from 'main'.
6505         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6506
6507         * lib/fnmatch_.h: Readjust white space and comments to match
6508         glibc, to avoid spurious diffs.
6509
6510 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6511
6512         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6513         2004-12-01 change by Jakub Jelinek, since this code won't compile
6514         if !LIBC.  Problem reported by Bob Proulx.
6515
6516 2007-01-23  Bruno Haible  <bruno@clisp.org>
6517
6518         * lib/striconveh.c: Include c-strcaseeq.h.
6519         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6520         * modules/striconveh (Depends-on): Add c-strcaseeq.
6521
6522 2007-01-23  Bruno Haible  <bruno@clisp.org>
6523
6524         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6525
6526         * modules/c-strcaseeq: New file.
6527         * lib/c-strcaseeq.h: New file.
6528
6529         * modules/streq: New file.
6530         * lib/streq.h: New file.
6531
6532 2007-01-23  Bruno Haible  <bruno@clisp.org>
6533
6534         * modules/striconveha-tests: New file.
6535         * tests/test-striconveha.c: New file.
6536
6537         * lib/striconveha.h: Include <stdbool.h>.
6538         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6539         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6540         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6541         (mem_iconveha): New function.
6542         (str_iconveha_notranslit): Renamed from str_iconveha.
6543         (str_iconveha): New function.
6544         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6545         c-strcase.
6546
6547 2007-01-23  Bruno Haible  <bruno@clisp.org>
6548
6549         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6550         encodings without forgiving before trying any encoding with handler.
6551         (str_iconveha): Try all encodings without forgiving before trying any
6552         encoding with handler.
6553
6554 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6555
6556         Import the following changes from libc.
6557
6558         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6559
6560         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6561
6562         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6563
6564         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6565         normal_bracket label.
6566
6567         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6568
6569         [BZ #361]
6570         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6571         to normal_bracket after fetching the next character.
6572
6573 2007-01-22  Bruno Haible  <bruno@clisp.org>
6574
6575         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6576         argument.
6577         * lib/striconveh.c (iconv_carefully_1): New function.
6578         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6579         argument.
6580         (str_cd_iconveh): Update.
6581         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6582         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6583         * tests/test-striconveh.c (MAGIC): New macro.
6584         (new_offsets): New function.
6585         (main): Test call with and without offsets.
6586
6587 2007-01-22  Bruno Haible  <bruno@clisp.org>
6588
6589         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6590         * modules/sys_select (Makefile.am): Likewise.
6591         * modules/sys_socket (Makefile.am): Likewise.
6592         * modules/sys_time (Makefile.am): Likewise.
6593
6594 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6595
6596         * modules/gettimeofday (License): Change from GPL to LGPL, since
6597         gettimeofday is a library function.
6598
6599 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6600
6601         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6602
6603 2007-01-21  Bruno Haible  <bruno@clisp.org>
6604
6605         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6606
6607 2007-01-21  Bruno Haible  <bruno@clisp.org>
6608
6609         * modules/striconveha: New file.
6610         * lib/striconveha.h: New file.
6611         * lib/striconveha.c: New file.
6612         * MODULES.html.sh (Internationalization functions): Add striconveha.
6613         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6614         string.
6615         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6616
6617 2007-01-21  Bruno Haible  <bruno@clisp.org>
6618
6619         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6620         * lib/striconveh.c (str_iconveh): Likewise.
6621
6622 2007-01-21  Bruno Haible  <bruno@clisp.org>
6623
6624         * lib/striconveh.h (mem_iconveh): New declaration.
6625         * lib/striconveh.c (mem_iconveh): New function.
6626         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6627
6628 2007-01-21  Bruno Haible  <bruno@clisp.org>
6629
6630         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6631
6632         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6633         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6634         original result buffer.
6635         (str_cd_iconveh): Update.
6636         * tests/test-striconveh.c (main): Update.
6637
6638         * lib/striconv.h (mem_cd_iconv): Change specification.
6639         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6640         result buffer.
6641         (str_cd_iconv): Update.
6642         * tests/test-striconv.c (main): Update.
6643
6644 2007-01-21  Bruno Haible  <bruno@clisp.org>
6645
6646         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6647
6648 2007-01-20  Jim Meyering  <jim@meyering.net>
6649
6650         * lib/userspec.c (parse_with_separator): If a user or group string
6651         starts with "+", skip the corresponding name-to-ID look-up, since
6652         such a look-up must fail: user and group names may not include "+".
6653
6654 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6655
6656         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6657         since we now assume the sys_time module.
6658         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6659         check for sys/time.h; no longer needed.
6660         * modules/poll (Depends-on): Depend on sys_time.
6661
6662 2007-01-18  Bruno Haible  <bruno@clisp.org>
6663
6664         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6665         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6666
6667         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6668         gettimeofday.
6669
6670         * tests/test-gettimeofday.c: Include <time.h>.
6671         (dummy): Remove variable.
6672
6673         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6674         gl_HEADER_SYS_TIME_H.
6675         (gl_HEADER_SYS_TIME_H): New macro.
6676
6677         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6678         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6679         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6680         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6681         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6682         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6683         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6684         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6685         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6686         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6687         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6688
6689         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6690         last change; it caused a compilation error when cross-compiling to
6691         Cygwin.
6692
6693 2007-01-18  Jim Meyering  <jim@meyering.net>
6694
6695         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6696         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6697         than the race-prone "test -d sys || mkdir sys".
6698         (configure.ac): Use AC_PROG_MKDIR_P.
6699         * modules/sys_select: Likewise.
6700         * modules/sys_socket: Likewise.
6701         * modules/sys_time: Likewise.
6702
6703 2007-01-18  Eric Blake  <ebb9@byu.net>
6704
6705         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6706         replace gettimeofday.
6707         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6708         name, to avoid infinite recursion.
6709
6710 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6713         module sys_time.
6714         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6715         assume timespec.h defines struct timeval.
6716         * lib/settime.c: Likewise.
6717         * lib/utimens.c: Likewise.
6718         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6719         since we now assume the gettimeofday module.
6720         * lib/tempname.c (__gen_tempname): Likewise.
6721         * lib/gettimeofday.h: Remove.
6722         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6723         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6724         Include <time.h>, for 'time()'.
6725         (localtime_buffer_addr): Also use this workaround if
6726         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6727         to simplify the uses.  All uses changed.
6728         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6729         that #undef is inside {}, and 'const' follows type name consistently.
6730         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6731         (gettimeofday): Do not use the maximum possible value for
6732         tv->tv_usec, since that might break usages other than ls.c.
6733         Instead, we'll leave ls.c alone.  This undoes today's patch
6734         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6735         we've never observed the problem but might as well keep the
6736         canary.
6737         * lib/nanosleep.c: Include timespec.h first, for interface check.
6738         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6739         now assume the sys_time module.
6740         * lib/tempname.c: Likewise.
6741         * lib/timespec.h: Likewise.
6742         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6743         needed.
6744         * lib/strftime.c: Likewise.
6745         * lib/timespec.h: Likewise.
6746         * lib/posixtm.c: Include posixtm.h first, for interface check.
6747         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6748         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6749         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6750         * lib/sys_time_.h: New file.
6751         * lib/timespec.h (struct timespec): Use long int, not long.
6752         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6753         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6754         Remove obsolescent call to AC_HEADER_TIME.
6755         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6756         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6757         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6758         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6759         Likewise.
6760         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6761         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6762         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6763         into the sys_time module.  Check for gettimeofday just once.
6764         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6765         for gettimeofday signature to just check the signature.  Merely
6766         compile it, since linking doesn't test signature.  Improve test for
6767         whether gettimeofday.o is actually needed.
6768         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6769         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6770         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6771         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6772         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6773         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6774         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6775         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6776         than worrying about sys/time.h.
6777         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6778         Don't bother worrying about TIME_WITH_SYS_TIME.
6779         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6780         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6781         * m4/sys_time_h.m4: New file.
6782         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6783         Don't include sys/time.h.  Return from main rather than exiting.
6784         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6785         all uses changed.
6786         * modules/gethrxtime (Depends-on): Add sys_time.
6787         * modules/gettime (Depends-on): Likewise.
6788         * modules/gettimeofday (Depends-on): Likewise.
6789         * modules/nanosleep (Depends-on): Likewise.
6790         * modules/settime (Depends-on): Likewise.
6791         * modules/tempname (Depends-on): Likewise.
6792         * modules/utimens (Depends-on): Likewise.
6793         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6794         (Include:) Change back to <sys/time.h>.
6795         (Maintainer:) Add self.
6796         * modules/sys_time: New file.
6797         * modules/tempname (Depends-on): Add gettimeofday.
6798         * tests/test-gettimeofday.c: Include <sys/time.h>
6799         rather than gettimeofday.h.
6800
6801 2007-01-17  Bruno Haible  <bruno@clisp.org>
6802
6803         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6804         the license default to GPL.
6805         (func_create_testdir): Don't complain if a module is LGPL and its
6806         tests module depends on GPLed modules.
6807
6808 2007-01-17  Bruno Haible  <bruno@clisp.org>
6809
6810         * lib/gettimeofday.c (gettimeofday): Add code for the case
6811         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6812         maximum possible value for tv->tv_usec, rather than the minimum one.
6813
6814 2005-10-08  Martin Lambers  <marlam@marlam.de>
6815 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6816 2007-01-16  Bruno Haible  <bruno@clisp.org>
6817
6818         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6819         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6820         gl_FUNC_GETTIMEOFDAY.
6821         (Include): Add gettimeofday.h.
6822         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6823         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6824         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6825         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6826         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6827         * lib/gettimeofday.h: New file.
6828         * lib/gettimeofday.c: Include <sys/timeb.h>.
6829         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6830         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6831         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6832         fall back on time().
6833
6834         * tests/test-gettimeofday.c: New file.
6835         * modules/gettimeofday-tests: New file.
6836
6837 2007-01-16  Eric Blake  <ebb9@byu.net>
6838
6839         * modules/fnmatch (Depends-on): Depend on wchar.
6840         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6841         * m4/fnmatch.m4: Likewise.
6842         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6843         * m4/mbchar.m4: Likewise.
6844         * modules/mbswidth (Depends-on): Depend on wchar.
6845         * lib/mbswidth.c: Assume <wchar.h>.
6846         * m4/mbswidth.m4: Likewise.
6847         * modules/quotearg (Depends-on): Depend on wchar.
6848         * lib/quotearg.c: Assume <wchar.h>.
6849         * m4/quotearg.m4: Likewise.
6850         * modules/regex (Depends-on): Depend on wchar.
6851         * lib/regex_internal.h: Assume <wchar.h>.
6852         * m4/regex.m4: Likewise.
6853         * modules/stdint (Depends-on): Depend on wchar.
6854         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6855         * m4/stdint.m4: Likewise.
6856         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6857         * modules/strftime (Depends-on): Depend on wchar.
6858         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6859         * modules/strtol (Depends-on): Depend on wchar.
6860         * lib/strtol.c: Assume <wchar.h>.
6861         * modules/wcwidth (Depends-on): Depend on wchar.
6862         * lib/wcwidth.h: Assume <wchar.h>.
6863         * m4/wcwidth.m4: Likewise.
6864
6865 2007-01-16  Bruno Haible  <bruno@clisp.org>
6866
6867         * modules/csharpexec-script: New, created from...
6868         * modules/csharpexec: ... this.
6869
6870 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6871
6872         * modules/javaexec-script: New, created from...
6873         * modules/javaexec: ... this.
6874
6875 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6876
6877         * modules/poll (Dependencies): Add sys_select.
6878
6879 2007-01-15  Jim Meyering  <jim@meyering.net>
6880
6881         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6882         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6883         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6884         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6885
6886 2007-01-15  Bruno Haible  <bruno@clisp.org>
6887
6888         * modules/striconveh: New file.
6889         * lib/striconveh.h: New file.
6890         * lib/striconveh.c: New file.
6891         * MODULES.html.sh (Internationalization functions): Add striconveh.
6892
6893         * modules/striconveh-tests: New file.
6894         * tests/test-striconveh.c: New file.
6895
6896 2007-01-15  Bruno Haible  <bruno@clisp.org>
6897
6898         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6899         not from GNU libiconv or GNU libc.
6900
6901 2007-01-15  Bruno Haible  <bruno@clisp.org>
6902
6903         * doc/gnulib-intro.texi (Copyright): Explain the different license
6904         terms for module descriptions, autoconf macros, tests, documentation.
6905
6906 2007-01-14  Bruno Haible  <bruno@clisp.org>
6907
6908         * modules/striconv-tests: New file.
6909         * tests/test-striconv.c: New file.
6910
6911 2007-01-14  Bruno Haible  <bruno@clisp.org>
6912
6913         * modules/iconv-tests: New file.
6914         * tests/test-iconv.c: New file.
6915
6916 2007-01-14  Bruno Haible  <bruno@clisp.org>
6917
6918         * gnulib-tool (func_get_license): For test modules, use the license of
6919         the main module.
6920
6921 2007-01-14  Bruno Haible  <bruno@clisp.org>
6922
6923         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6924         if iconv is found to exist.
6925
6926 2007-01-14  Bruno Haible  <bruno@clisp.org>
6927
6928         * modules/c-ctype-tests: New file.
6929         * tests/test-c-ctype.c: New file.
6930
6931 2007-01-14  Bruno Haible  <bruno@clisp.org>
6932
6933         * modules/binary-io-tests: New file.
6934         * tests/test-binary-io.sh: New file.
6935         * tests/test-binary-io.c: New file.
6936
6937 2007-01-14  Bruno Haible  <bruno@clisp.org>
6938
6939         * modules/array-oset-tests: New file.
6940         * tests/test-array_oset.c: New file.
6941
6942 2007-01-14  Bruno Haible  <bruno@clisp.org>
6943
6944         * modules/array-list-tests: New file.
6945         * tests/test-array_list.c: New file.
6946
6947 2007-01-14  Bruno Haible  <bruno@clisp.org>
6948
6949         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6950         and make.
6951         Reported by Simon Josefsson in
6952         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6953
6954 2007-01-14  Bruno Haible  <bruno@clisp.org>
6955
6956         * modules/allocsa-tests: New file.
6957         * tests/test-allocsa.c: New file.
6958
6959 2007-01-14  Bruno Haible  <bruno@clisp.org>
6960
6961         * modules/fchdir (Depends-on): Add absolute-header.
6962         * modules/unistd (Depends-on): Likewise.
6963
6964 2006-12-30  Bruno Haible  <bruno@clisp.org>
6965
6966         * modules/fchdir: New file.
6967         * modules/unistd (Files): Add lib/unistd_.h.
6968         (Makefile.am): Generate unistd.h from unistd_.h.
6969         * lib/fchdir.c: New file.
6970         * lib/dirent_.h: New file.
6971         * lib/unistd_.h: New file.
6972         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6973         * m4/fchdir.m4: New file.
6974         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6975         (gl_HEADER_UNISTD): Invoke it.
6976         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6977         function.
6978         * lib/backupfile.c (opendir, closedir): Undefine.
6979         * lib/chown.c (open, close): Undefine.
6980         * lib/clean-temp.c (open, close): Undefine.
6981         * lib/copy-file.c (open, close): Undefine.
6982         * lib/execute.c (open, close): Undefine.
6983         * lib/fsusage.c (open, close): Undefine.
6984         * lib/gc-gnulib.c (open, close): Undefine.
6985         * lib/getcwd.c (opendir, closedir): Undefine.
6986         * lib/glob.c (opendir, closedir): Undefine.
6987         * lib/javacomp.c (open, close): Undefine.
6988         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6989         * lib/openat-proc.c (open, close): Undefine.
6990         * lib/pagealign_alloc.c (open, close): Undefine.
6991         * lib/pipe.c (open, close): Undefine.
6992         * lib/progreloc.c (open, close): Undefine.
6993         * lib/savedir.c (opendir, closedir): Undefine.
6994         * lib/utime.c (open, close): Undefine.
6995         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6996
6997 2007-01-10  Bruno Haible  <bruno@clisp.org>
6998
6999         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7000
7001 2007-01-12  Eric Blake  <ebb9@byu.net>
7002
7003         Provide a robust <wchar.h>.  Further simplifications are now
7004         possible in other modules, but not included here.
7005         * modules/wchar: New module.
7006         * m4/wchar.m4: New file.
7007         * lib/wchar_.h: Likewise.
7008         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7009         of the new module.
7010         * MODULES.html.sh (Extended multibyte and wide character utilities):
7011         New section.
7012
7013 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7014
7015         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7016         to a reasonable default for memory allocation.
7017         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7018         file system that reports garbage st_size values for symlinks.
7019         Problem reported by Liyang Hu.
7020
7021 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7022
7023         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7024         Emacs .#* auto-save files).
7025
7026 2007-01-11  Bruno Haible  <bruno@clisp.org>
7027
7028         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7029         directory.
7030
7031 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7032
7033         Use @...@ consistently in lib/wctype_.h.
7034         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7035         on it being set to 1 or 0.
7036         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7037         go back to AC_SUBSTing it.
7038         * modules/wctype (Makefile.am): Undo previous change.
7039
7040 2007-01-10  Eric Blake  <ebb9@byu.net>
7041
7042         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7043         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7044         * modules/wctype (Makefile.am): Likewise.
7045         Reported by Chris McGuire.
7046
7047 2007-01-10  Jim Meyering  <jim@meyering.net>
7048
7049         fts.c: a small readability/maintainability improvement
7050         * lib/fts.c (fts_read): Make this code slightly more readable and
7051         maintainable by hoisting the "sp->fts_cur = p" assignments to
7052         immediately follow the statements that set P.  Derived from
7053         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7054
7055 2007-01-10  Eric Blake  <ebb9@byu.net>
7056
7057         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7058         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7059         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7060         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7061         Reported by Chris McGuire.
7062
7063 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7064
7065         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7066         in sed script.
7067
7068 2007-01-09  Bruno Haible  <bruno@clisp.org>
7069
7070         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7071         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7072         variables.
7073         (func_module): Use them.
7074
7075 2007-01-09  Bruno Haible  <bruno@clisp.org>
7076
7077         * modules/unistr/base: New file.
7078         * lib/unistr.h: New file.
7079
7080         * modules/unistr/u8-to-u16: New file.
7081         * lib/unistr/u8-to-u16.c: New file.
7082
7083         * modules/unistr/u8-to-u32: New file.
7084         * lib/unistr/u8-to-u32.c: New file.
7085
7086         * modules/unistr/u16-to-u8: New file.
7087         * lib/unistr/u16-to-u8.c: New file.
7088
7089         * modules/unistr/u16-to-u32: New file.
7090         * lib/unistr/u16-to-u32.c: New file.
7091
7092         * modules/unistr/u32-to-u8: New file.
7093         * lib/unistr/u32-to-u8.c: New file.
7094
7095         * modules/unistr/u32-to-u16: New file.
7096         * lib/unistr/u32-to-u16.c: New file.
7097
7098         * modules/unistr/u8-check: New file.
7099         * modules/unistr/u16-check: New file.
7100         * modules/unistr/u32-check: New file.
7101         * lib/unistr/u8-check.c: New file.
7102         * lib/unistr/u16-check.c: New file.
7103         * lib/unistr/u32-check.c: New file.
7104
7105         * modules/unistr/u8-chr: New file.
7106         * modules/unistr/u16-chr: New file.
7107         * modules/unistr/u32-chr: New file.
7108         * lib/unistr/u8-chr.c: New file.
7109         * lib/unistr/u16-chr.c: New file.
7110         * lib/unistr/u32-chr.c: New file.
7111
7112         * modules/unistr/u8-cmp: New file.
7113         * modules/unistr/u16-cmp: New file.
7114         * modules/unistr/u32-cmp: New file.
7115         * lib/unistr/u8-cmp.c: New file.
7116         * lib/unistr/u16-cmp.c: New file.
7117         * lib/unistr/u32-cmp.c: New file.
7118
7119         * modules/unistr/u8-cpy: New file.
7120         * modules/unistr/u16-cpy: New file.
7121         * modules/unistr/u32-cpy: New file.
7122         * lib/unistr/u8-cpy.c: New file.
7123         * lib/unistr/u16-cpy.c: New file.
7124         * lib/unistr/u32-cpy.c: New file.
7125         * lib/unistr/u-cpy.h: New file.
7126
7127         * modules/unistr/u8-cpy-alloc: New file.
7128         * modules/unistr/u16-cpy-alloc: New file.
7129         * modules/unistr/u32-cpy-alloc: New file.
7130         * lib/unistr/u8-cpy-alloc.c: New file.
7131         * lib/unistr/u16-cpy-alloc.c: New file.
7132         * lib/unistr/u32-cpy-alloc.c: New file.
7133         * lib/unistr/u-cpy-alloc.h: New file.
7134
7135         * modules/unistr/u8-endswith: New file.
7136         * modules/unistr/u16-endswith: New file.
7137         * modules/unistr/u32-endswith: New file.
7138         * lib/unistr/u8-endswith.c: New file.
7139         * lib/unistr/u16-endswith.c: New file.
7140         * lib/unistr/u32-endswith.c: New file.
7141         * lib/unistr/u-endswith.h: New file.
7142
7143         * modules/unistr/u8-mblen: New file.
7144         * modules/unistr/u16-mblen: New file.
7145         * modules/unistr/u32-mblen: New file.
7146         * lib/unistr/u8-mblen.c: New file.
7147         * lib/unistr/u16-mblen.c: New file.
7148         * lib/unistr/u32-mblen.c: New file.
7149
7150         * modules/unistr/u8-mbtouc: New file.
7151         * modules/unistr/u16-mbtouc: New file.
7152         * modules/unistr/u32-mbtouc: New file.
7153         * lib/unistr/u8-mbtouc.c: New file.
7154         * lib/unistr/u16-mbtouc.c: New file.
7155         * lib/unistr/u32-mbtouc.c: New file.
7156
7157         * modules/unistr/u8-mbtouc-safe: New file.
7158         * modules/unistr/u16-mbtouc-safe: New file.
7159         * modules/unistr/u32-mbtouc-safe: New file.
7160         * lib/unistr/u8-mbtouc-safe.c: New file.
7161         * lib/unistr/u16-mbtouc-safe.c: New file.
7162         * lib/unistr/u32-mbtouc-safe.c: New file.
7163
7164         * modules/unistr/u8-move: New file.
7165         * modules/unistr/u16-move: New file.
7166         * modules/unistr/u32-move: New file.
7167         * lib/unistr/u8-move.c: New file.
7168         * lib/unistr/u16-move.c: New file.
7169         * lib/unistr/u32-move.c: New file.
7170         * lib/unistr/u-move.h: New file.
7171
7172         * modules/unistr/u8-next: New file.
7173         * modules/unistr/u16-next: New file.
7174         * modules/unistr/u32-next: New file.
7175         * lib/unistr/u8-next.c: New file.
7176         * lib/unistr/u16-next.c: New file.
7177         * lib/unistr/u32-next.c: New file.
7178
7179         * modules/unistr/u8-prev: New file.
7180         * modules/unistr/u16-prev: New file.
7181         * modules/unistr/u32-prev: New file.
7182         * lib/unistr/u8-prev.c: New file.
7183         * lib/unistr/u16-prev.c: New file.
7184         * lib/unistr/u32-prev.c: New file.
7185
7186         * modules/unistr/u8-set: New file.
7187         * modules/unistr/u16-set: New file.
7188         * modules/unistr/u32-set: New file.
7189         * lib/unistr/u8-set.c: New file.
7190         * lib/unistr/u16-set.c: New file.
7191         * lib/unistr/u32-set.c: New file.
7192         * lib/unistr/u-set.h: New file.
7193
7194         * modules/unistr/u8-startswith: New file.
7195         * modules/unistr/u16-startswith: New file.
7196         * modules/unistr/u32-startswith: New file.
7197         * lib/unistr/u8-startswith.c: New file.
7198         * lib/unistr/u16-startswith.c: New file.
7199         * lib/unistr/u32-startswith.c: New file.
7200         * lib/unistr/u-startswith.h: New file.
7201
7202         * modules/unistr/u8-stpcpy: New file.
7203         * modules/unistr/u16-stpcpy: New file.
7204         * modules/unistr/u32-stpcpy: New file.
7205         * lib/unistr/u8-stpcpy.c: New file.
7206         * lib/unistr/u16-stpcpy.c: New file.
7207         * lib/unistr/u32-stpcpy.c: New file.
7208         * lib/unistr/u-stpcpy.h: New file.
7209
7210         * modules/unistr/u8-stpncpy: New file.
7211         * modules/unistr/u16-stpncpy: New file.
7212         * modules/unistr/u32-stpncpy: New file.
7213         * lib/unistr/u8-stpncpy.c: New file.
7214         * lib/unistr/u16-stpncpy.c: New file.
7215         * lib/unistr/u32-stpncpy.c: New file.
7216         * lib/unistr/u-stpncpy.h: New file.
7217
7218         * modules/unistr/u8-strcat: New file.
7219         * modules/unistr/u16-strcat: New file.
7220         * modules/unistr/u32-strcat: New file.
7221         * lib/unistr/u8-strcat.c: New file.
7222         * lib/unistr/u16-strcat.c: New file.
7223         * lib/unistr/u32-strcat.c: New file.
7224         * lib/unistr/u-strcat.h: New file.
7225
7226         * modules/unistr/u8-strchr: New file.
7227         * modules/unistr/u16-strchr: New file.
7228         * modules/unistr/u32-strchr: New file.
7229         * lib/unistr/u8-strchr.c: New file.
7230         * lib/unistr/u16-strchr.c: New file.
7231         * lib/unistr/u32-strchr.c: New file.
7232
7233         * modules/unistr/u8-strcmp: New file.
7234         * modules/unistr/u16-strcmp: New file.
7235         * modules/unistr/u32-strcmp: New file.
7236         * lib/unistr/u8-strcmp.c: New file.
7237         * lib/unistr/u16-strcmp.c: New file.
7238         * lib/unistr/u32-strcmp.c: New file.
7239
7240         * modules/unistr/u8-strcpy: New file.
7241         * modules/unistr/u16-strcpy: New file.
7242         * modules/unistr/u32-strcpy: New file.
7243         * lib/unistr/u8-strcpy.c: New file.
7244         * lib/unistr/u16-strcpy.c: New file.
7245         * lib/unistr/u32-strcpy.c: New file.
7246         * lib/unistr/u-strcpy.h: New file.
7247
7248         * modules/unistr/u8-strcspn: New file.
7249         * modules/unistr/u16-strcspn: New file.
7250         * modules/unistr/u32-strcspn: New file.
7251         * lib/unistr/u8-strcspn.c: New file.
7252         * lib/unistr/u16-strcspn.c: New file.
7253         * lib/unistr/u32-strcspn.c: New file.
7254         * lib/unistr/u-strcspn.h: New file.
7255
7256         * modules/unistr/u8-strdup: New file.
7257         * modules/unistr/u16-strdup: New file.
7258         * modules/unistr/u32-strdup: New file.
7259         * lib/unistr/u8-strdup.c: New file.
7260         * lib/unistr/u16-strdup.c: New file.
7261         * lib/unistr/u32-strdup.c: New file.
7262         * lib/unistr/u-strdup.h: New file.
7263
7264         * modules/unistr/u8-strlen: New file.
7265         * modules/unistr/u16-strlen: New file.
7266         * modules/unistr/u32-strlen: New file.
7267         * lib/unistr/u8-strlen.c: New file.
7268         * lib/unistr/u16-strlen.c: New file.
7269         * lib/unistr/u32-strlen.c: New file.
7270         * lib/unistr/u-strlen.h: New file.
7271
7272         * modules/unistr/u8-strmblen: New file.
7273         * modules/unistr/u16-strmblen: New file.
7274         * modules/unistr/u32-strmblen: New file.
7275         * lib/unistr/u8-strmblen.c: New file.
7276         * lib/unistr/u16-strmblen.c: New file.
7277         * lib/unistr/u32-strmblen.c: New file.
7278
7279         * modules/unistr/u8-strmbtouc: New file.
7280         * modules/unistr/u16-strmbtouc: New file.
7281         * modules/unistr/u32-strmbtouc: New file.
7282         * lib/unistr/u8-strmbtouc.c: New file.
7283         * lib/unistr/u16-strmbtouc.c: New file.
7284         * lib/unistr/u32-strmbtouc.c: New file.
7285
7286         * modules/unistr/u8-strncat: New file.
7287         * modules/unistr/u16-strncat: New file.
7288         * modules/unistr/u32-strncat: New file.
7289         * lib/unistr/u8-strncat.c: New file.
7290         * lib/unistr/u16-strncat.c: New file.
7291         * lib/unistr/u32-strncat.c: New file.
7292         * lib/unistr/u-strncat.h: New file.
7293
7294         * modules/unistr/u8-strncmp: New file.
7295         * modules/unistr/u16-strncmp: New file.
7296         * modules/unistr/u32-strncmp: New file.
7297         * lib/unistr/u8-strncmp.c: New file.
7298         * lib/unistr/u16-strncmp.c: New file.
7299         * lib/unistr/u32-strncmp.c: New file.
7300
7301         * modules/unistr/u8-strncpy: New file.
7302         * modules/unistr/u16-strncpy: New file.
7303         * modules/unistr/u32-strncpy: New file.
7304         * lib/unistr/u8-strncpy.c: New file.
7305         * lib/unistr/u16-strncpy.c: New file.
7306         * lib/unistr/u32-strncpy.c: New file.
7307         * lib/unistr/u-strncpy.h: New file.
7308
7309         * modules/unistr/u8-strnlen: New file.
7310         * modules/unistr/u16-strnlen: New file.
7311         * modules/unistr/u32-strnlen: New file.
7312         * lib/unistr/u8-strnlen.c: New file.
7313         * lib/unistr/u16-strnlen.c: New file.
7314         * lib/unistr/u32-strnlen.c: New file.
7315         * lib/unistr/u-strnlen.h: New file.
7316
7317         * modules/unistr/u8-strpbrk: New file.
7318         * modules/unistr/u16-strpbrk: New file.
7319         * modules/unistr/u32-strpbrk: New file.
7320         * lib/unistr/u8-strpbrk.c: New file.
7321         * lib/unistr/u16-strpbrk.c: New file.
7322         * lib/unistr/u32-strpbrk.c: New file.
7323         * lib/unistr/u-strpbrk.h: New file.
7324
7325         * modules/unistr/u8-strrchr: New file.
7326         * modules/unistr/u16-strrchr: New file.
7327         * modules/unistr/u32-strrchr: New file.
7328         * lib/unistr/u8-strrchr.c: New file.
7329         * lib/unistr/u16-strrchr.c: New file.
7330         * lib/unistr/u32-strrchr.c: New file.
7331
7332         * modules/unistr/u8-strspn: New file.
7333         * modules/unistr/u16-strspn: New file.
7334         * modules/unistr/u32-strspn: New file.
7335         * lib/unistr/u8-strspn.c: New file.
7336         * lib/unistr/u16-strspn.c: New file.
7337         * lib/unistr/u32-strspn.c: New file.
7338         * lib/unistr/u-strspn.h: New file.
7339
7340         * modules/unistr/u8-strstr: New file.
7341         * modules/unistr/u16-strstr: New file.
7342         * modules/unistr/u32-strstr: New file.
7343         * lib/unistr/u8-strstr.c: New file.
7344         * lib/unistr/u16-strstr.c: New file.
7345         * lib/unistr/u32-strstr.c: New file.
7346         * lib/unistr/u-strstr.h: New file.
7347
7348         * modules/unistr/u8-strtok: New file.
7349         * modules/unistr/u16-strtok: New file.
7350         * modules/unistr/u32-strtok: New file.
7351         * lib/unistr/u8-strtok.c: New file.
7352         * lib/unistr/u16-strtok.c: New file.
7353         * lib/unistr/u32-strtok.c: New file.
7354         * lib/unistr/u-strtok.h: New file.
7355
7356         * modules/unistr/u8-uctomb: New file.
7357         * modules/unistr/u16-uctomb: New file.
7358         * modules/unistr/u32-uctomb: New file.
7359         * lib/unistr/u8-uctomb.c: New file.
7360         * lib/unistr/u16-uctomb.c: New file.
7361         * lib/unistr/u32-uctomb.c: New file.
7362
7363         * MODULES.html.sh (Unicode string functions): Add the new modules.
7364
7365 2007-01-08  Bruno Haible  <bruno@clisp.org>
7366
7367         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7368         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7369         subdirectories.
7370
7371 2007-01-08  Karl Berry  <karl@gnu.org>
7372
7373         * doc/error.texi: mention that main() fns must set program_name
7374         when progname is used.
7375
7376 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7377
7378         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7379         WCTYPE_H is empty, for the benefit of builds from non-distclean
7380         directories.  Problem reported by Eric Blake in
7381         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7382
7383 2007-01-08  Bruno Haible  <bruno@clisp.org>
7384
7385         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7386         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7387         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7388         PROVIDE_CANONICALIZE_FILENAME_MODE.
7389         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7390
7391 2007-01-08  Bruno Haible  <bruno@clisp.org>
7392
7393         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7394         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7395         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7396         * lib/fts.c: Likewise.
7397         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7398
7399 2006-12-25  Bruno Haible  <bruno@clisp.org>
7400
7401         * modules/utf8-ucs4-safe: New file.
7402         * lib/utf8-ucs4-safe.h: New file.
7403         * lib/unistr/utf8-ucs4-safe.c: New file.
7404
7405         * modules/utf16-ucs4-safe: New file.
7406         * lib/utf16-ucs4-safe.h: New file.
7407         * lib/unistr/utf16-ucs4-safe.c: New file.
7408
7409         * MODULES.html.sh (Unicode string functions): Add the new modules.
7410
7411 2007-01-08  Bruno Haible  <bruno@clisp.org>
7412
7413         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7414         (Depends-on): Add unitypes.
7415         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7416         (u8_mbtouc_aux): Move out to separate file.
7417         (u8_mbtouc): Use ucs4_t, uint8_t types.
7418         * lib/unistr/utf8-ucs4.c: New file.
7419
7420         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7421         (Depends-on): Add unitypes.
7422         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7423         (u16_mbtouc_aux): Move out to separate file.
7424         (u16_mbtouc): Use ucs4_t, uint16_t types.
7425         * lib/unistr/utf16-ucs4.c: New file.
7426
7427         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7428         (Depends-on): Add unitypes.
7429         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7430         (u8_uctomb_aux): Move out to separate file.
7431         (u8_uctomb): Use ucs4_t, uint8_t types.
7432         * lib/unistr/ucs4-utf8.c: New file.
7433
7434         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7435         (Depends-on): Add unitypes.
7436         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7437         (u16_uctomb_aux): Move out to separate file.
7438         (u16_uctomb): Use ucs4_t, uint16_t types.
7439         * lib/unistr/ucs4-utf16.c: New file.
7440
7441 2006-12-25  Bruno Haible  <bruno@clisp.org>
7442
7443         * modules/unitypes: New file.
7444         * lib/unitypes.h: New file.
7445         * MODULES.html.sh (func_all_modules): New section "Unicode string
7446         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7447         this section. Add unitypes.
7448
7449 2007-01-08  Bruno Haible  <bruno@clisp.org>
7450
7451         Avoid variable names that conflict with those from libtool.
7452         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7453         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7454         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7455         library_names_spec to acl_library_names_spec, hardcode_* to
7456         acl_hardcode_*.
7457         Reported by Ralf Wildenhues.
7458
7459 2007-01-08  Bruno Haible  <bruno@clisp.org>
7460
7461         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7462         definition.
7463         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7464         definition.
7465         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7466         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7467         definition.
7468         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7469         definition.
7470         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7471         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7472         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7473         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7474         definition.
7475         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7476         definition.
7477         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7478         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7479         GC_USE_<algorithm>.
7480         * lib/gc-libgcrypt.c: Likewise.
7481         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7482         * modules/gc-arctwo (configure.ac): Likewise.
7483         * modules/gc-des (configure.ac): Likewise.
7484         * modules/gc-hmac-md5 (configure.ac): Likewise.
7485         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7486         * modules/gc-md2 (configure.ac): Likewise.
7487         * modules/gc-md4 (configure.ac): Likewise.
7488         * modules/gc-md5 (configure.ac): Likewise.
7489         * modules/gc-random (configure.ac): Likewise.
7490         * modules/gc-rijndael (configure.ac): Likewise.
7491         * modules/gc-sha1 (configure.ac): Likewise.
7492
7493 2007-01-08  Bruno Haible  <bruno@clisp.org>
7494
7495         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7496         macro definition.
7497         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7498         definition.
7499         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7500         definition.
7501         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7502         * modules/fcntl-safer (configure.ac): Likewise.
7503         * modules/fopen-safer (configure.ac): Likewise.
7504         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7505         GNULIB_FWRITEERROR macro definition.
7506
7507 2007-01-08  Bruno Haible  <bruno@clisp.org>
7508
7509         * m4/gnulib-common.m4: New file.
7510         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7511         (func_get_filelist): Add m4/gnulib-common.m4.
7512
7513 2007-01-08  Bruno Haible  <bruno@clisp.org>
7514
7515         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7516         command.
7517
7518 2007-01-08  Jim Meyering  <jim@meyering.net>
7519
7520         Use a more robust test for a "can't happen" condition.
7521         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7522         narrowed the st_size value.  Presuming the "can't happen" condition
7523         is true, that narrowing could conceivably convert an invalid st_size
7524         value into a valid one.  Instead, use a change based on Matthew
7525         Woehlke's original patch.
7526
7527         Slight readability improvement: use an assert-like macro
7528         in place of literal "abort ()" uses.
7529         * lib/fts.c (fts_assert): Define.
7530         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7531         Use this macro instead of a bare 'abort'.
7532
7533 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7534
7535         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7536         simply work around them.
7537         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7538         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7539         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7540         declaring.
7541         Don't bother to define as macros, since the standard doesn't require it.
7542         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7543         longer worry about IRIX 5.3.
7544         (HAVE_WCTYPE_CTMP_BUG): Remove.
7545
7546 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7547
7548         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7549         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7550         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7551         Problems reported by Georg Schwarz for IRIX 5.3.
7552
7553         * gnulib-tool (autoconf_minversion): Take the maximum version number
7554         found, not the minimum.  Problem reported by James Youngman.
7555
7556 2007-01-03  Karl Berry  <karl@gnu.org>
7557
7558         * doc/error.texi: new file, explaining interaction with progname.
7559         * doc/gnulib.texi: include it.  Update copyright.
7560
7561 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7562
7563         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7564         AC_CANONICAL_HOST, to improve autobuild outputs.
7565
7566 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7567             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7568
7569         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7570         sockets, server sockets, and other file descriptors.  Count errors
7571         to compute the return value.  Reorder the code a bit to be easier
7572         to follow.  Don't set event bits that were not requested (except
7573         POLLERR and POLLHUP).
7574
7575 2007-01-01  Bruno Haible  <bruno@clisp.org>
7576
7577         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7578
7579 2007-01-03  Jim Meyering  <jim@meyering.net>
7580
7581         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7582
7583 2007-01-02  Bruno Haible  <bruno@clisp.org>
7584
7585         * modules/settime (Include): Require timespec.h.
7586         * modules/nanosleep (Include): Likewise.
7587
7588 2007-01-01  Bruno Haible  <bruno@clisp.org>
7589
7590         * gnulib-tool (func_emit_copyright_notice): Bump year.
7591         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7592
7593 2007-01-01  Bruno Haible  <bruno@clisp.org>
7594
7595         Improve support for OpenBSD.
7596         * build-aux/config.rpath (libname_spec): Export.
7597         (library_names_spec): New variable. Export.
7598         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7599         library_names_spec from the config.rpath output. Locate shared library
7600         through the name pattern in library_names_spec.
7601
7602 2007-01-01  Eric Blake  <ebb9@byu.net>
7603
7604         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7605
7606 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7607
7608         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7609         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7610         assume the C locale, and avoid an "eval" that could cause trouble.
7611         Problem with SORT reported by Bob Proulx.
7612
7613         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7614         Define.  Trivial patch from Henning Nielsen Lund, originally
7615         sent to bug-grep@gnu.org today.
7616
7617 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7618
7619         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7620         struct stat.  Problem reported by Henning Nielsen Lund.
7621         * lib/acl.c: Include acl.h first, to check interface.  Don't
7622         bother to include sys/types.h and sys/stat.h again.
7623
7624 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7625
7626         Import the following change from libc; problem reported by
7627         Sven Verdoolaege.
7628
7629         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7630
7631         [BZ #1373]
7632         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7633
7634 2006-12-28  Jim Meyering  <jim@meyering.net>
7635
7636         * build-aux/announce-gen: Do not assume that the package
7637         builds any of tar.gz, tar.bz2, and .xdelta files.
7638         Suggestion from Simon Josefsson.
7639
7640 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7641
7642         * modules/announce-gen: New file.
7643
7644 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7645
7646         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7647         handles its gotchas now.
7648         * lib/mbswidth.c: Likewise.
7649         * lib/wcwidth.h: Likewise.
7650         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7651         and iswcntrl; the wctype module does this stuff now.
7652         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7653         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7654         * modules/mbchar (Depends-on): Add wctype.
7655         * modules/mbswidth (Depends-on): Likewise.
7656         * modules/wcwidth (Depends-on): Likewise.
7657
7658 2006-12-27  Eric Blake  <ebb9@byu.net>
7659
7660         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7661         module uses more than what <wctype.h> is required to provide.
7662
7663 2006-12-26  Eric Blake  <ebb9@byu.net>
7664
7665         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7666
7667 2006-12-26  Eric Blake  <ebb9@byu.net>
7668
7669         * modules/absolute-header: New module.
7670         * modules/fcntl (Depends-on): Depend on it.
7671         * modules/inttypes (Depends-on): Likewise.
7672         * modules/stdint (Depends-on): Likewise.
7673         * modules/sys_stat (Depends-on): Likewise.
7674         * modules/wctype (Depends-on): Likewise.
7675         * MODULES.html.sh (Support for building libraries and
7676         executables): Document it.
7677
7678 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7679
7680         * gnulib-tool (SED): Remove, undoing previous change.
7681         The problem was that it broke coreutils on Solaris, because
7682         "sed --posix" leaked into a makefile.
7683         (sed): New alias, if 'alias' and GNU sed.
7684
7685 2006-12-24  Jim Meyering  <jim@meyering.net>
7686
7687         Work around an fchownat bug in glibc-2.4:
7688         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7689         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7690         in spite of the -P option.
7691         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7692         New macros.
7693         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7694         * modules/openat (Files): Add lib/fchownat.c.
7695         * lib/openat.c (fchownat): Don't define here.  Move to...
7696         * lib/fchownat.c: ...this new file.
7697
7698 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7699
7700         Fix bug reported by Bruno Haible in
7701         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7702         where quotearg.c didn't compile on Mac OS X 10.2 because it
7703         lacks <wchar.h> and wint_t.
7704         * lib/wctype_.h (__wctype_wint_t): New type.
7705         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7706         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7707         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7708         Arg is now of type __wctype_wint_t, not wint_t.
7709         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7710         substitute HAVE_WINT_T.
7711         * modules/wctype (Files): Add m4/wint_t.m4.
7712         (wctype.h): Substitute HAVE_WINT_T.
7713
7714 2006-12-23  Bruno Haible  <bruno@clisp.org>
7715
7716         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7717
7718 2006-12-23  Bruno Haible  <bruno@clisp.org>
7719
7720         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7721         S_ISLNK.
7722         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7723         mingw.
7724
7725 2006-12-22  Bruno Haible  <bruno@clisp.org>
7726
7727         * lib/copy-file.c: Include acl.h.
7728         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7729         Close the file descriptors only after being done with copy_acl.
7730         * modules/copy-file (Depends-on): Add acl.
7731
7732 2006-12-22  Bruno Haible  <bruno@clisp.org>
7733
7734         * gnulib-tool (SED): New variable.
7735         Use $SED instead of sed everywhere.
7736
7737 2006-12-22  Bruno Haible  <bruno@clisp.org>
7738
7739         * modules/no-c++: New file.
7740         * m4/no-c++.m4: New file.
7741         * MODULES.html.sh (Support for building libraries and executables):
7742         Add no-c++.
7743
7744 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7745
7746         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7747         Include <limits.h>, and use its INT_MAX to rewrite the
7748         j loop so that it does not overflow 'int'.  Problem reported by
7749         Ralf Wildenhues in
7750         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7751         Play it safe by shifting left by 1 rather than multiplying by 2,
7752         as GCC is less likely to optimize this away when the value
7753         is signed (when it assumes overflow leads to undefined behavior).
7754         Also, don't assume time_t uses two's complement.
7755
7756 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7757
7758         * MODULES.html.sh: New module wctype.
7759         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7760         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7761         <wctype.h>, since the new wctype module should fix this.
7762         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7763         the wctype module should arrange for it.
7764         * lib/regex_internal.h: Likewise.
7765         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7766         since the wctype module should handle this now.
7767         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7768         * modules/fnmatch (Depends-on): Add wctype.
7769         * modules/quotearg (Depends-on): Likewise.
7770         * modules/regex (Depends-on): Likewise.
7771
7772 2006-12-19  Bruno Haible  <bruno@clisp.org>
7773
7774         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7775         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7776
7777 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7778
7779         * modules/savewd (Depends-on): Fix dependency on fcntl.
7780
7781 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7782
7783         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7784         conforms to C99, rather than relying on the user's environment
7785         setting of STDINT_H.
7786
7787 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7788         and Eric Blake  <ebb9@byu.net>
7789
7790         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7791         This is more consistent with the other defines here.
7792         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7793         Port to z/OS.  Problem reported by Paul Gilmartin.
7794         Change local vars to use gl_ prefix rather than ac_.
7795         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7796         with other defines.
7797         * modules/double-slash-root: New module.
7798         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7799         (Depends-on): Add double-slash-root.
7800         * MODULES.html.sh (File system functions): Mention new module.
7801
7802 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7803
7804         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7805         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7806         This is for the benefit of gzip, which doesn't do i18n.
7807
7808 2006-12-12  Jim Meyering  <jim@meyering.net>
7809
7810         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7811         Reported by Andreas Schwab <schwab@suse.de>.
7812
7813 2006-12-12  Bruno Haible  <bruno@clisp.org>
7814
7815         Merge these changes.
7816         2006-09-05  Bruno Haible  <bruno@clisp.org>
7817         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7818         iconv_alloc succeeded.
7819         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7820         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7821         test for " && dest " at the end - dest is always != NULL there. Call
7822         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7823         with 2xNULL arguments, also to flush the state storage. Handle the
7824         IRIX iconv behaviour. Realloc the final result, to throw away unused
7825         memory.
7826
7827 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7828
7829         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7830         and fchmodat unconditionally, since glibc 2.4 has them.
7831         Problem reported by Arkadiusz Miskiewicz.
7832
7833 2006-12-10  Bruno Haible  <bruno@clisp.org>
7834
7835         * gnulib-tool (func_import): Show the include files only for those
7836         modules that are copied and specified.
7837         Reported by Karl Berry.
7838
7839 2006-12-08  Jim Meyering  <jim@meyering.net>
7840
7841         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7842         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7843
7844         * build-aux/announce-gen: Add two new options, both optional:
7845         --bootstrap-tools=TOOL_LIST
7846               a comma-separated list of tools, e.g.,
7847               autoconf,automake,bison,gnulib
7848         --gnulib-snapshot-date=DATE
7849               if gnulib is in the bootstrap tool list,
7850               then report this as the snapshot date.
7851               If not specified, use the current date/time.
7852               If you specify a date here, be sure it's UTC.
7853
7854 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7855
7856         * tests/test-argp-2.sh: Fix test to match actual output.
7857         (func_compare): Fix sed script to be portable.
7858
7859 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7860
7861         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7862         workaround for this case.  It is not autoconfigured now; offhand
7863         it's hard to see how to autoconfigure it.
7864
7865 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7866
7867         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7868         a directory that is about to be chowned.  Such a directory's
7869         initial file permissions should permit the owner only and this
7870         should not be changed until after the chown, since the group and
7871         other bits would be incorrect if they granted permission before
7872         the chown.
7873
7874         Fix porting problem for iswctype reported by Georg Schwarz in:
7875         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7876         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7877         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7878         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7879         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7880
7881 2006-12-03  Jim Meyering  <jim@meyering.net>
7882
7883         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7884         p->fts_statp may not yet be defined.
7885         (fts_read): Instead, set it in the caller, once p->fts_statp is
7886         sure to be defined, and corresponds to a top-level directory.
7887         This bug made du -x fail.  Here's the coreutils test case:
7888         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7889         Reported by Mike Frysinger.
7890
7891 2006-12-01  Jim Meyering  <jim@meyering.net>
7892
7893         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7894         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7895         Reported by Simon Josefsson.
7896
7897 2006-11-30  Jim Meyering  <jim@meyering.net>
7898
7899         * m4/warning.m4: Use the all-permissive copyright notice
7900         recommended by RMS (rather than LGPL).
7901         * m4/vararrays.m4: Likewise.
7902         * m4/flexmember.m4: Likewise.
7903
7904 2006-11-29  Bruno Haible  <bruno@clisp.org>
7905
7906         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7907         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7908         using +=.
7909         Reported by Simon Josefsson <simon@josefsson.org>.
7910
7911 2006-11-28  James Youngman <jay@gnu.org>
7912
7913         * README: Advise users that they might find the bug-gnulib@gnu.org
7914         and autotools-announce@gnu.org mailing lists useful.
7915
7916 2006-11-28  Bruno Haible  <bruno@clisp.org>
7917
7918         * m4/ptrdiff_max.m4: Remove file.
7919
7920 2006-11-21  Bruno Haible  <bruno@clisp.org>
7921
7922         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7923         _AC_COMPUTE_INT.
7924         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7925         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7926         _AC_COMPUTE_INT.
7927         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7928         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7929         _AC_COMPUTE_INT.
7930         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7931
7932 2006-11-28  Jim Meyering  <jim@meyering.net>
7933
7934         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7935         warning from "gcc -Wshadow" about shadowing the builtin.
7936
7937 2006-11-27  Bruno Haible  <bruno@clisp.org>
7938
7939         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7940         _AC_COMPUTE_INT.
7941         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7942
7943 2006-11-27  Bruno Haible  <bruno@clisp.org>
7944             Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7947
7948 2006-11-26  Bruno Haible  <bruno@clisp.org>
7949
7950         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7951         noinst_LTLIBRARIES.
7952
7953 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7954             Bruno Haible  <bruno@clisp.org>
7955
7956         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7957         if compiling with "gcc -ansi".
7958
7959 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7960
7961         Fix some incompatibilities with gcc -ansi -pedantic.
7962         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7963         if compiling pedantically with GCC, unless it's C99 or later.
7964         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7965         it mishandles gcc -ansi -pedantic as well.
7966         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7967         if gcc -pedantic.
7968         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7969         initializers for struct if -pedantic, unless it's C99 or later.
7970
7971 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7972
7973         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7974         Don't close an fd more than once. Identical atimes indicate
7975         success, not failure.
7976
7977 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7978
7979         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7980
7981 2006-11-23  Jim Meyering  <jim@meyering.net>
7982
7983         * build-aux/announce-gen: New file.  From coreutils.
7984
7985 2006-11-22  Jim Meyering  <jim@meyering.net>
7986
7987         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7988         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7989         (fts_read): Use a temporary to narrow the overused st_size member
7990         before using it in a switch statement.  Reported by Matthew Woehlke.
7991
7992         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7993         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7994
7995 2006-11-20  Bruno Haible  <bruno@clisp.org>
7996
7997         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7998         changequote instead of pairs of brackets.
7999         Reported by Andreas Schwab <schwab@suse.de>.
8000
8001 2006-11-21  Jim Meyering  <jim@meyering.net>
8002
8003         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8004         so as to remain compatible with older compilers.
8005         Patch from Michael Deutschmann.
8006
8007 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8008
8009         * MODULES.html.sh (File system functions): Add openat.
8010
8011         * lib/openat.h (rpl_fstatat): New macro, if
8012         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8013         (fstatat): Define to rpl_fstatat under the same conditions,
8014         unless COMPILING_FSTATAT.
8015         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8016         seems to have the bug.
8017         * lib/fstatat.c: New file.
8018         * modules/openat (Files): Add it.
8019
8020 2006-11-20  Bruno Haible  <bruno@clisp.org>
8021
8022         * Makefile: New file.
8023
8024 2006-11-20  Jim Meyering  <jim@meyering.net>
8025
8026         The beginnings of syntax-related checks for gnulib.
8027         * lib/Makefile: New file.
8028         * lib/t-idcache: New script.  Ensure that the two halves of
8029         idcache.c stay in sync.
8030
8031         * lib/idcache.c: Adjust comments in user- and group- portions to
8032         be more accurate, and to be consistent with one another.
8033
8034 2006-11-20  Jim Meyering  <jim@meyering.net>
8035
8036         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8037         continue using the flexible array member (thus, this module performs
8038         half as many malloc calls), with the addition that...
8039         (getgroup, getuser): Consistently record a non-match via an empty
8040         "name" string, and map an empty string match to a NULL return value.
8041         * modules/idcache (Depends-on): Re-add flexmember.
8042
8043         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8044         (getuidbyname, getgroup, getgidbyname): Likewise.
8045
8046         Use cleaner syntax: NULL rather than 0.
8047         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8048
8049 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8050
8051         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8052         It mishandled the case where the group was missing.
8053         Problem reported by Greg Schafer.
8054         * modules/idcache: Likewise.
8055
8056 2006-11-18  Jim Meyering  <jim@meyering.net>
8057
8058         * check-module (%exempt_header): Add exception for some
8059         conditionally-included headers.
8060
8061         * modules/i-ring (Depends-on): Add verify.
8062         (License): Change to LGPL.
8063
8064 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8067         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8068         and inttostr.h.  Use snprintf rather than uinttostr, so that
8069         LGPLed code doesn't depend on GPLed.
8070
8071 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8072
8073         * modules/inline (License): Change from GPL to LGPL.
8074
8075 2006-11-17  Jim Meyering  <jim@meyering.net>
8076
8077         * modules/d-type (License): Switch to LGPL.
8078
8079 2006-11-15  Bruno Haible  <bruno@clisp.org>
8080
8081         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8082
8083 2006-11-15  Eric Blake  <ebb9@byu.net>
8084
8085         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8086         the module dependency.
8087
8088 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8089             Bruno Haible  <bruno@clisp.org>
8090
8091         * gnulib-tool (func_create_testdir): Add license consistency check.
8092
8093 2006-11-15  Eric Blake  <ebb9@byu.net>
8094
8095         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8096         random "(cached)" in configure output.
8097
8098 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8099
8100         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8101         test for conforming inttypes.h is both announced and cached.
8102
8103         * MODULES.html.sh (seen_modules, seen_files): New variables.
8104         (func_module): Rewrite to use a few less gnulib-tool and sed
8105         invocations.  Avoid a couple of quadratic algorithms for ...
8106         (missed_modules, missed_files): ... these, with ...
8107         (func_append, func_tmpdir): ... these new functions, from
8108         gnulib-tool.  Analogously, install traps for cleanup.
8109
8110         * tests/test-gc.c (main): Remove unused variables.
8111         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8112
8113 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         * modules/inttostr (License): Change to LGPL.
8116
8117 2006-11-14  Eric Blake  <ebb9@byu.net>
8118
8119         * modules/tempname (License): Change to LGPL.
8120
8121 2006-11-14  Eric Blake  <ebb9@byu.net>
8122
8123         * doc/functions.texi (Function Portability): *printf functions on
8124         Cygwin now understand all POSIX size specifiers.
8125
8126 2006-11-14  Bruno Haible  <bruno@clisp.org>
8127
8128         * modules/c-ctype (License): Change to LGPL.
8129
8130 2006-11-12  Bruno Haible  <bruno@clisp.org>
8131
8132         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8133         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8134         for GNOME libraries, for which the include files are installed in
8135         subdirectories of $prefix/include.
8136
8137 2006-11-12  Bruno Haible  <bruno@clisp.org>
8138
8139         * m4/lib-link.m4: Require at least autoconf-2.54.
8140         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8141         name to underscores for the --with option.
8142
8143 2006-11-13  Bruno Haible  <bruno@clisp.org>
8144
8145         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8146         the tests directory.
8147         Reported by Ralf Wildenhues.
8148
8149 2006-11-13  Bruno Haible  <bruno@clisp.org>
8150
8151         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8152         (func_emit_initmacro_end): Undo the override here.
8153         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8154         Works around the famous automake error in coreutils.
8155
8156 2006-11-13  Eric Blake  <ebb9@byu.net>
8157
8158         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8159         element, not its node.
8160
8161 2006-11-12  Bruno Haible  <bruno@clisp.org>
8162
8163         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8164         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8165
8166 2006-11-12  Bruno Haible  <bruno@clisp.org>
8167
8168         * gnulib-tool: New option --local-symlink.
8169         (func_usage): Document it.
8170         (lsymbolic): New variable.
8171         (func_import, func_create_testdir): If --symlink was not specified,
8172         test whether --local-symlink was specified and the file comes from
8173         the local_gnulib_dir.
8174
8175 2006-11-12  Bruno Haible  <bruno@clisp.org>
8176
8177         * gnulib-tool (func_ln): New function.
8178         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8179
8180 2006-11-12  Bruno Haible  <bruno@clisp.org>
8181
8182         Finish support for source files in subdirectories.
8183         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8184         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8185         AUTOMAKE_OPTIONS.
8186         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8187
8188 2006-11-12  Bruno Haible  <bruno@clisp.org>
8189
8190         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8191         EXTRA_lib_SOURCES augmentation.
8192         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8193
8194 2006-11-12  Jim Meyering  <jim@meyering.net>
8195
8196         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8197         file descriptors.  This also averts a failure on systems with
8198         native openat support when a traversed directory lacks "x" access.
8199         * lib/fts_.h: Include "i-ring.h"
8200         (struct FTS) [fts_fd_ring]: New member.
8201         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8202         (FCHDIR): Add parentheses.
8203         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8204         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8205         When descending, rather than simply closing the previous
8206         fts_cwd_fd value, push that file descriptor onto the ring.
8207         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8208         (fts_open): Initialize the new fd_ring member.
8209         (fts_close): Clear the ring.
8210         (fts_safe_changedir): When possible, use our new fd_ring to skip
8211         the diropen and fstat and dev/ino comparison that would normally
8212         accompany a virtual `chdir ("..")'.
8213
8214         * modules/fts (Depends-on): Add i-ring.
8215         * modules/i-ring: New module.
8216         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8217         * m4/i-ring.m4: New file.
8218
8219 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8220
8221         * gnulib-tool (func_create_testdir): Fix replacement of
8222         `build-aux' in configure.ac.  Run autotools in gltests
8223         subdirectory.
8224         (func_create_testdir, func_create_megatestdir, test): There is
8225         no need for '--force' in most autotool invocations in a new
8226         tree.  Actually fail the whole test if any of the tools, or the
8227         configure or make stages fail.
8228
8229         Sync from Automake.
8230         * build-aux/gnupload: Revert last change.  Add pointer to upload
8231         instructions of the GNU Maintenance Instructions.
8232         Suggestion by Karl Berry.
8233
8234 2006-11-10  Jim Meyering  <jim@meyering.net>
8235
8236         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8237
8238 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8239
8240         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8241         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8242         (bind_textdomain_codeset) [! ENABLE_NLS]:
8243         Evaluate all the arguments.  That way, callers get compatible behavior
8244         if the arguments have side effects.  Also, it avoids some GCC
8245         diagnostics in some cases; Joel E. Denny reported problems when Bison
8246         was configured with --enable-gcc-warnigs.
8247
8248 2006-11-10  Jim Meyering  <jim@meyering.net>
8249
8250         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8251         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8252         account.
8253
8254 2006-11-10  Jim Meyering  <jim@meyering.net>
8255
8256         * modules/inline: New file/module.
8257         * modules/xalloc (Files): Remove m4/inline.m4.
8258         (Depends-on): Add inline, instead.
8259         * modules/oset: Likewise.
8260         * modules/list: Likewise.
8261
8262 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8263
8264         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8265         Problem reported by Matthew Woehlke.
8266
8267 2006-11-09  Bruno Haible  <bruno@clisp.org>
8268
8269         * lib/tempname.c (gen_tempname): Remove variant that invokes
8270         __gen_tempname.
8271         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8272         __gen_tempname.
8273
8274 2006-11-08  Bruno Haible  <bruno@clisp.org>
8275
8276         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8277         to 'yes' instead of 'cross-compiling'.
8278
8279 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8280
8281         * lib/quotearg.h (quotearg_free): New decl.
8282         * lib/quotearg.c (quotearg_free): New function.
8283         (slot0, nslots, slotvec0, slotvec):
8284         Now file-scope so that quotearg_free can get at them.
8285
8286 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8287
8288         Sync from Automake.
8289         * build-aux/gnupload: Add missing 'gnu' to example URL.
8290         Report by Karl Berry.
8291
8292 2006-11-08  Bruno Haible  <bruno@clisp.org>
8293
8294         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8295         Suggested by Paul Eggert.
8296
8297 2006-11-08  Jim Meyering  <jim@meyering.net>
8298
8299         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8300         It's already included if !_LIBC.
8301         (fts_safe_changedir): Add a comment.
8302
8303 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8306         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8307         Matthew Woehlke.
8308
8309         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8310         definitions up, to avoid colliding with change below.
8311         (static_inline) [HAVE_INLINE]: New macro.
8312         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8313         Provide extern decls when !HAVE_INLINE.  Do not define unless
8314         static_inline is defined, either by us or by xmalloc.c.  Use
8315         static_inline rather than static inline.
8316         (XCALLOC): Optimize sizeof(T) = 1 case.
8317         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8318
8319 2006-11-07  Bruno Haible  <bruno@clisp.org>
8320
8321         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8322         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8323         AC_C_INLINE.
8324         * modules/xalloc (Files): Add m4/inline.m4.
8325
8326 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8327
8328         * README: Fix typo.
8329         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8330         (Miscellanous Notes): ...from this.
8331
8332 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8333
8334         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8335         Mention that offsetof should be used instead of sizeof.
8336         From Bruno Haible.
8337
8338 2006-11-07  Bruno Haible  <bruno@clisp.org>
8339
8340         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8341
8342 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8343
8344         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8345         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8346         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8347         (gl_tree_add_before, gl_tree_add_after):
8348         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8349         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8350         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8351         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8352         (gl_linked_add_after, gl_linked_add_at): Likewise.
8353         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8354         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8355         (gl_tree_add_before, gl_tree_add_after): Likewise.
8356         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8357         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8358         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8359
8360 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8361
8362         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8363
8364 2006-11-06  Bruno Haible  <bruno@clisp.org>
8365
8366         * m4/inline.m4: New file.
8367         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8368         * modules/list (Files): Add m4/inline.m4.
8369         * modules/oset (Files): Likewise.
8370
8371 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8372
8373         * lib/idcache.c: Include <stddef.h>, for offsetof.
8374         (struct userid.name): Change from char * to a flexible array member.
8375         All uses changed.
8376         * modules/idcache (Depends-on): Add flexmember.
8377
8378         * MODULES.html.sh (Core language properties): New module flexmember.
8379         * modules/flexmember, m4/flexmember.m4: New files.
8380
8381         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8382         inline functions that are identical with the old xnmalloc_inline,
8383         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8384         that we can avoid some unnecessary integer multiplications and
8385         divisions in the common case where the element size is known at
8386         compile time.
8387         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8388         needed.
8389         (xnboundedmalloc): Remove.
8390         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8391         arguments, for consistency with rest of this header.
8392         (xcharalloc): Rewrite using XNMALLOC.
8393         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8394         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8395         versions have been moved to lib/xalloc.h and renamed to be the
8396         non-*_inline versions.
8397         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8398         and xnrealloc functions, since those functions are now inline and
8399         now call us.
8400         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8401         renaming described above.
8402         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8403         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8404         captures the dependency in AC_C_INLINE.
8405
8406         New module canonicalize-lgpl, proposed by Charles Wilson in
8407         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8408         with a few small changes afterwards.
8409         * MODULES.html.sh (File system functions): New module
8410         canonicalize-lgpl.
8411         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8412         and canonicalize_file_name.
8413         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8414         * modules/canonicalize-lgpl: New files.
8415
8416 2006-11-05  Bruno Haible  <bruno@clisp.org>
8417
8418         * gnulib-tool (func_import, func_create_testdir): Create directories
8419         also for files in subdirectories of lib/.
8420
8421 2006-11-05  Bruno Haible  <bruno@clisp.org>
8422
8423         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8424         ANSI C compliant.
8425
8426 2006-11-03  Bruno Haible  <bruno@clisp.org>
8427
8428         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8429         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8430         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8431         (xnboundedmalloc): New inline function.
8432         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8433         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8434         xmalloc.
8435         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8436         xmalloc.
8437         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8438         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8439         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8440         xmalloc.
8441         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8442         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8443         xmalloc.
8444         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8445         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8446         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8447         xmalloc.
8448         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8449         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8450         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8451         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8452         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8453         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8454         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8455
8456 2006-11-03  Bruno Haible  <bruno@clisp.org>
8457
8458         * lib/c-ctype.h [C++]: Define functions without name mangling.
8459         * lib/fwriteerror.h [C++]: Likewise.
8460         * lib/gcd.h [C++]: Likewise.
8461         * lib/linebreak.h [C++]: Likewise.
8462
8463 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8464
8465         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8466         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8467         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8468         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8469         Check for functions and headers just once.
8470         Check for declaration of canonicalize_file_name.
8471         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8472
8473 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8474
8475         * gnulib-tool (func_import): Fix typo in actioncmd.
8476
8477 2006-11-02  Bruno Haible  <bruno@clisp.org>
8478
8479         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8480         newline sequence in the Makefile.am snippet as a space, like "make"
8481         does.
8482         Reported by Roger Persson <perrog@gmail.com>.
8483
8484 2006-11-01  Bruno Haible  <bruno@clisp.org>
8485
8486         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8487         already declared in <string.h>.
8488         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8489
8490 2006-11-01  Bruno Haible  <bruno@clisp.org>
8491
8492         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8493         * lib/strcase.h: Include <string.h>.
8494         (strcasecmp): Define to rpl_strcasecmp here.
8495
8496 2006-11-01  Bruno Haible  <bruno@clisp.org>
8497
8498         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8499
8500 2006-11-01  Eric Blake  <ebb9@byu.net>
8501
8502         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8503
8504         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8505
8506 2006-10-29  Bruno Haible  <bruno@clisp.org>
8507
8508         Make it compile in C++ mode.
8509         * lib/full-write.c (full_rw): Add a cast.
8510
8511 2006-11-01  Bruno Haible  <bruno@clisp.org>
8512
8513         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8514         be POSIX compliant.
8515         Reported by Roger Persson <perrog@gmail.com>.
8516
8517 2006-11-01  Eric Blake  <ebb9@byu.net>
8518
8519         * lib/getopt_.h: Fix comments.
8520
8521 2006-10-31  Eric Blake  <ebb9@byu.net>
8522
8523         * modules/tmpdir (Depends-on): Add sys_stat.
8524         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8525         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8526         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8527         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8528         tempname.
8529
8530 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         Avoid some C++ diagnostics reported by Bruno Haible.
8533         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8534         xmalloc.
8535         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8536         (struct slotvec): Move to top level.
8537         (quotearg_n_options): Rewrite to avoid xmalloc.
8538         * lib/xalloc.h (xcharalloc): New function.
8539         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8540         [defined __cplusplus]: Add function template that provides result
8541         type propagation.  This part of the change is from Bruno Haible.
8542
8543 2006-10-29  Bruno Haible  <bruno@clisp.org>
8544
8545         Make it compile in C++ mode.
8546         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8547         * lib/strnlen1.c (strnlen1): Cast memchr result.
8548         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8549         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8550         (create_temp_dir): Rename local variable 'template'.
8551         (compile_csharp_using_sscli): Add cast.
8552         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8553         * lib/findprog.c (find_in_path): Likewise.
8554         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8555         * lib/wait-process.c (register_slave_subprocess): Likewise.
8556
8557 2006-10-22  Bruno Haible  <bruno@clisp.org>
8558
8559         * modules/tsearch: New file.
8560         * lib/tsearch.h: New file.
8561         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8562         * m4/tsearch.m4: New file.
8563         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8564
8565 2006-10-29  Eric Blake  <ebb9@byu.net>
8566
8567         * lib/arcfour.c: Assume config.h.
8568         * lib/arctwo.c: Likewise.
8569         * lib/base64.c: Likewise.
8570         * lib/check-version.c: Likewise.
8571         * lib/crc.c: Likewise.
8572         * lib/des.c: Likewise.
8573         * lib/gc-gnulib.c: Likewise.
8574         * lib/gc-libgcrypt.c: Likewise.
8575         * lib/gc-pbkdf2-sha1.c: Likewise.
8576         * lib/getaddrinfo.c: Likewise.
8577         * lib/getdelim.c: Likewise.
8578         * lib/getline.c: Likewise.
8579         * lib/hmac-md5.c: Likewise.
8580         * lib/hmac-sha1.c: Likewise.
8581         * lib/iconvme.c: Likewise.
8582         * lib/md2.c: Likewise.
8583         * lib/md4.c: Likewise.
8584         * lib/memxor.c: Likewise.
8585         * lib/read-file.c: Likewise.
8586         * lib/readline.c: Likewise.
8587         * lib/rijndael-alg-fst.c: Likewise.
8588         * lib/rijndael-api-fst.c: Likewise.
8589         * lib/xgetdomainname.c: Likewise.
8590
8591 2006-10-28  Eric Blake  <ebb9@byu.net>
8592
8593         * lib/xstrndup.c: Assume config.h.
8594
8595 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8596
8597         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8598         stat-macros.h is now for our own macros, whereas stat_h is for
8599         macros in the <sys/stat.h> name space.
8600         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8601         (STAT_MACROS_H): Remove.
8602         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8603         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8604         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8605         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8606         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8607         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8608         Move these macros to ...
8609         * lib/stat_.h: here.  Don't include stat-macros.h.
8610         * lib/canonicalize.c: Don't include stat-macros.h.
8611         * lib/chown.c: Likewise.
8612         * lib/euidaccess.c: Likewise.
8613         * lib/file-type.c: Likewise.
8614         * lib/filemode.c: Likewise.
8615         * lib/glob.c: Likewise.
8616         * lib/isapipe.c: Likewise.
8617         * lib/lchown.c: Likewise.
8618         * lib/lstat.c: Likewise.
8619         * lib/mkdir-p.c: Likewise.
8620         * lib/rmdir.c: Likewise.
8621         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8622         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8623         unless mkdir isn't declared, to speed up 'configure'.
8624         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8625         would define all the S_* symbols.
8626         * modules/canonicalize (Depends-on):
8627         Depend on sys_stat, not stat-macros.
8628         * modules/chown: Likewise.
8629         * modules/euidaccess: Likewise.
8630         * modules/filemode: Likewise.
8631         * modules/file-type: Likewise.
8632         * modules/glob: Likewise.
8633         * modules/isapipe: Likewise.
8634         * modules/lchown: Likewise.
8635         * modules/lstat: Likewise.
8636         * modules/mkancesdirs: Likewise.
8637         * modules/rmdir: Likewise.
8638         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8639         * modules/modechange: Likewise.
8640         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8641         (configure.ac): Remove gl_STAT_MACROS.
8642         * modules/sys_stat (Depends-on): Remove stat-macros.
8643
8644 2006-10-27  Bruno Haible  <bruno@clisp.org>
8645
8646         * m4/signed.m4: Remove file.
8647         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8648         invocation.
8649         * modules/vasnprintf (Files): Remove m4/signed.m4.
8650
8651 2006-10-27  Bruno Haible  <bruno@clisp.org>
8652
8653         Update to GNU gettext 0.16.
8654         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8655         m4/inttypes-h.m4, m4/signed.m4.
8656         * m4/gettext.m4: Update to GNU gettext 0.16.
8657         * m4/intl.m4: New file, from GNU gettext.
8658         * m4/intldir.m4: New file, from GNU gettext.
8659         * config/srclist.txt: Update
8660
8661 2006-10-27  Eric Blake  <ebb9@byu.net>
8662
8663         * MODULES.html.sh: Document tempname.
8664         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8665         dependencies.
8666         (Files): Move lib/tempname.c...
8667         * modules/tempname: ...to this new module.
8668         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8669         (gl_PREREQ_TEMPNAME): Move...
8670         * m4/tempname.m4: ...to this new file.
8671         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8672         * modules/sys_stat (Depends-on): Add stat-macros.
8673         * lib/stat_.h (includes): Pick up stat macros.
8674         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8675         if stat macros are broken.
8676         * lib/tempname.c (includes): No need to include "stat-macros.h".
8677         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8678         (direxists, __path_search) [!_LIBC]: Don't compile these in
8679         gnulib; the tmpdir module covers that.
8680         * lib/tempname.h: New file.
8681
8682 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8683
8684         * COPYING: Explain how gnulib-tool converts licence headers.
8685         Almost all wording by Eric Blake.
8686
8687 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8688
8689         * lib/mbchar.h (is_basic_table): Make read-only.
8690         * lib/mbchar.c (is_basic_table): Likewise.
8691         Reported by John Darrington.
8692
8693 2006-10-25  Bruno Haible  <bruno@clisp.org>
8694
8695         * lib/progname.h (set_program_name): Undefine before defining.
8696
8697 2006-10-25  Bruno Haible  <bruno@clisp.org>
8698
8699         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8700         false for non-gcc C++ compilers.
8701         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8702
8703 2006-10-24  Bruno Haible  <bruno@clisp.org>
8704
8705         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8706         iconv implementations like Irix iconv.
8707
8708 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8709
8710         * modules/vararrays: New file.
8711         * m4/vararrays.m4: New file, taken from diffutils.
8712         * MODULES.html.sh: New module vararrays.
8713
8714 2006-10-24  Karl Berry  <karl@gnu.org>
8715
8716         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8717         Don't call GNU Unix.
8718
8719 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8720
8721         * users.txt: Add Libtool.
8722
8723         Sync from Libtool:
8724
8725         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8726
8727         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8728         to gnulib's policy of including config.h unconditionally.
8729
8730 2006-10-24  Bruno Haible  <bruno@clisp.org>
8731
8732         * modules/wcwidth (Files): Add m4/wint_t.m4.
8733         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8734         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8735
8736 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8737
8738         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8739         to pacify GCC with some -W flags enabled.  Problem reported by
8740         Bruno Haible.
8741
8742 2006-10-24  Jim Meyering  <jim@meyering.net>
8743
8744         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8745         Reported by Karl Berry.
8746
8747 2006-10-23  Bruno Haible  <bruno@clisp.org>
8748
8749         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8750
8751 2006-10-24  Bruno Haible  <bruno@clisp.org>
8752
8753         * lib/gl_list.h: Use C comment style, not C++ comment style.
8754
8755 2006-10-23  Eric Blake  <ebb9@byu.net>
8756
8757         * lib/getaddrinfo.c (includes): Add missing include.
8758
8759 2006-10-23  Bruno Haible  <bruno@clisp.org>
8760             Paul Eggert  <eggert@cs.ucla.edu>
8761
8762         Ability to rename obstack_free.
8763         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8764         obstack_free.
8765         (obstack_free): Invoke the __obstack_free macro.
8766         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8767
8768 2006-10-23  Bruno Haible  <bruno@clisp.org>
8769             Paul Eggert  <eggert@cs.ucla.edu>
8770
8771         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8772         __argc, __argv from the declaration. (They are defined as macros on
8773         mingw.)
8774
8775 2006-10-22  Bruno Haible  <bruno@clisp.org>
8776
8777         * doc/gnulib-intro.texi: New file.
8778         * doc/gnulib.texi: Include it.
8779
8780 2006-10-21  Bruno Haible  <bruno@clisp.org>
8781
8782         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8783         "Introduction", "Miscellanous Notes", "Particular Modules".
8784
8785 2006-10-21  Bruno Haible  <bruno@clisp.org>
8786
8787         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8788         Change mostlyclean-local rule to avoid sh syntax error from bash
8789         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8790
8791 2006-10-23  Jim Meyering  <jim@meyering.net>
8792
8793         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8794         in place of snprintf.
8795
8796         * modules/inttostr (Files): Add lib/uinttostr.c.
8797         * lib/uinttostr.c (inttostr): New file/function.
8798         * lib/inttostr.h (uinttostr): Declare.
8799         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8800         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8801         Add uinttostr.
8802         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8803
8804 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8805
8806         * lib/canonicalize.c (ELOOP): Define if not already defined.
8807         Problem reported by Bruno Haible in
8808         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8809
8810 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8811
8812         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8813         Problem reported by Perry Smith and Ville Laurikari.
8814
8815         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8816         uses.
8817
8818 2006-10-19  Bruno Haible  <bruno@clisp.org>
8819
8820         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8821         for mingw.
8822
8823 2006-10-19  Bruno Haible  <bruno@clisp.org>
8824
8825         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8826         Needed for mingw.
8827
8828 2006-10-19  Bruno Haible  <bruno@clisp.org>
8829
8830         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8831
8832 2006-10-19  Bruno Haible  <bruno@clisp.org>
8833
8834         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8835         it.
8836
8837 2006-10-19  Bruno Haible  <bruno@clisp.org>
8838
8839         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8840         invocation.
8841
8842 2006-10-19  Bruno Haible  <bruno@clisp.org>
8843
8844         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8845         mountlist by default.
8846
8847 2006-10-16  Bruno Haible  <bruno@clisp.org>
8848
8849         * lib/c-strstr.c: Include c-strstr.h.
8850
8851 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8852
8853         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8854         in a slash.
8855
8856 2006-10-18  Bruno Haible  <bruno@clisp.org>
8857
8858         * lib/lock.h [C++]: Wrap definitions in extern "C".
8859
8860 2006-10-18  Bruno Haible  <bruno@clisp.org>
8861
8862         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8863         gl_LIBOBJS list.
8864
8865 2006-10-18  Bruno Haible  <bruno@clisp.org>
8866
8867         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8868
8869 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8870
8871         * lib/xstrtol.h: Include gettext.h.
8872         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8873         Problem reported by Eric Blake.
8874         * modules/xstrtol (Depends-on): Add gettext-h.
8875
8876 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8877
8878         * lib/strftime.c (advance): New macro.
8879         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8880         incomplete type, so you can't add 0 to it.  Problem and patch
8881         reported by Eelco Dolstra for dietlibc.
8882
8883 2006-10-18  Jim Meyering  <jim@meyering.net>
8884
8885         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8886         type for a local, and rename it: s/up/user_proc/.
8887
8888 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8889
8890         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8891         READ_UTMP_USER_PROCESS.
8892         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8893
8894 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8895
8896         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8897         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8898
8899 2006-10-17  Eric Blake  <ebb9@byu.net>
8900
8901         * lib/sigprocmask.c (sigprocmask): Fix typo.
8902
8903         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8904
8905         * modules/clean-temp (Makefile.am): Don't add to make output...
8906         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8907         config.h.
8908
8909 2006-10-17  Bruno Haible  <bruno@clisp.org>
8910
8911         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8912         differently if DEFAULT_TEXT_DOMAIN is set.
8913
8914 2006-10-16  Bruno Haible  <bruno@clisp.org>
8915
8916         * lib/clean-temp.c: Include fwriteerror.h.
8917
8918 2006-10-16  Bruno Haible  <bruno@clisp.org>
8919
8920         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8921
8922 2006-10-16  Bruno Haible  <bruno@clisp.org>
8923
8924         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8925         * lib/sigprocmask.h: Include <sys/types.h>.
8926         (sigset_t): Use the system's definition if present.
8927
8928 2006-10-17  Eric Blake  <ebb9@byu.net>
8929
8930         * lib/xvasprintf.c (includes): Assume config.h.
8931         * lib/xasprintf.c (includes): Likewise.
8932
8933 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8934
8935         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8936         at least as wide as intmax_t.
8937
8938 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8939
8940         (Imported from Automake.)
8941         * build-aux/gnupload: Update to version 1.1 of directive file.
8942
8943 2006-10-16  Eric Blake  <ebb9@byu.net>
8944
8945         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8946         match Automake 1.10a.
8947
8948 2006-10-14  Bruno Haible  <bruno@clisp.org>
8949
8950         * modules/sigprocmask: New file.
8951         * lib/sigprocmask.h: New file.
8952         * lib/sigprocmask.c: New file.
8953         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8954         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8955         request sigprocmask.o.
8956         (gl_PREREQ_SIGPROCMASK): New macro.
8957         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8958         (Depends-on): Add sigprocmask.
8959         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8960         gt_SIGNALBLOCKING. Test for 'raise' only once.
8961         * lib/fatal-signal.c: Include sigprocmask.h.
8962         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8963         unblock_fatal_signals): Define always.
8964         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8965         sigprocmask.
8966
8967 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8968
8969         Sync from Automake.
8970         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8971         which incorrectly sets the mode of an existing destination
8972         directory.  In some cases the unpatched install-sh could do the
8973         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8974         system.  We hope this is rare in practice, but it's clearly worth
8975         fixing.  Problem reported by Alex Unleashed in
8976         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8977         Also, don't bother to check for -m bugs unless we're using -m;
8978         suggested by Stepan Kasal.
8979
8980 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8981
8982         Sync from Automake.
8983         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8984         `-c' flag, so they appear at the same position as in %FASTDEP%
8985         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8986         which ignores unknown options only after the first non-option.
8987         Bug report against M4 by Nelson H. F. Beebe.
8988
8989 2006-10-13  Jim Meyering  <jim@meyering.net>
8990
8991         Fix a bug in yesterday's change.
8992         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8993         p->fts_statp->st_dev would be used uninitialized.
8994         Ensures that we always call fts_stat on the very first entry.
8995         Miklos Szeredi reported that find -xdev stopped working.
8996
8997 2006-10-12  Bruno Haible  <bruno@clisp.org>
8998
8999         * gnulib-tool (func_get_automake_snippet): Append an automatically
9000         computed EXTRA_DIST augmentation.
9001         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9002         * modules/alloca-opt (Makefile.am): Likewise.
9003         * modules/allocsa (Makefile.am): Likewise.
9004         * modules/arcfour (Makefile.am): Likewise.
9005         * modules/arctwo (Makefile.am): Likewise.
9006         * modules/argmatch (Makefile.am): Likewise.
9007         * modules/argz (Makefile.am): Likewise.
9008         * modules/atexit (Makefile.am): Likewise.
9009         * modules/backupfile (Makefile.am): Likewise.
9010         * modules/byteswap (Makefile.am): Likewise.
9011         * modules/c-strtod (Makefile.am): Likewise.
9012         * modules/c-strtold (Makefile.am): Likewise.
9013         * modules/calloc (Makefile.am): Likewise.
9014         * modules/canon-host (Makefile.am): Likewise.
9015         * modules/canonicalize (Makefile.am): Likewise.
9016         * modules/chdir-long (Makefile.am): Likewise.
9017         * modules/chdir-safer (Makefile.am): Likewise.
9018         * modules/check-version (Makefile.am): Likewise.
9019         * modules/chown (Makefile.am): Likewise.
9020         * modules/cloexec (Makefile.am): Likewise.
9021         * modules/close-stream (Makefile.am): Likewise.
9022         * modules/closeout (Makefile.am): Likewise.
9023         * modules/crc (Makefile.am): Likewise.
9024         * modules/csharpexec (Makefile.am): Likewise.
9025         * modules/cycle-check (Makefile.am): Likewise.
9026         * modules/des (Makefile.am): Likewise.
9027         * modules/dev-ino (Makefile.am): Likewise.
9028         * modules/dirfd (Makefile.am): Likewise.
9029         * modules/dirname (Makefile.am): Likewise.
9030         * modules/dup2 (Makefile.am): Likewise.
9031         * modules/eealloc (Makefile.am): Likewise.
9032         * modules/error (Makefile.am): Likewise.
9033         * modules/euidaccess (Makefile.am): Likewise.
9034         * modules/exclude (Makefile.am): Likewise.
9035         * modules/exitfail (Makefile.am): Likewise.
9036         * modules/fcntl-safer (Makefile.am): Likewise.
9037         * modules/fcntl (Makefile.am): Likewise.
9038         * modules/file-type (Makefile.am): Likewise.
9039         * modules/fileblocks (Makefile.am): Likewise.
9040         * modules/filemode (Makefile.am): Likewise.
9041         * modules/filenamecat (Makefile.am): Likewise.
9042         * modules/fnmatch (Makefile.am): Likewise.
9043         * modules/fopen-safer (Makefile.am): Likewise.
9044         * modules/fpending (Makefile.am): Likewise.
9045         * modules/fprintftime (Makefile.am): Likewise.
9046         * modules/free (Makefile.am): Likewise.
9047         * modules/fsusage (Makefile.am): Likewise.
9048         * modules/ftruncate (Makefile.am): Likewise.
9049         * modules/fts (Makefile.am): Likewise.
9050         * modules/gc-arcfour (Makefile.am): Likewise.
9051         * modules/gc-des (Makefile.am): Likewise.
9052         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9053         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9054         * modules/gc-md4 (Makefile.am): Likewise.
9055         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9056         * modules/gc-sha1 (Makefile.am): Likewise.
9057         * modules/gc (Makefile.am): Likewise.
9058         * modules/getaddrinfo (Makefile.am): Likewise.
9059         * modules/getcwd (Makefile.am): Likewise.
9060         * modules/getdelim (Makefile.am): Likewise.
9061         * modules/getdomainname (Makefile.am): Likewise.
9062         * modules/getgroups (Makefile.am): Likewise.
9063         * modules/gethostname (Makefile.am): Likewise.
9064         * modules/gethrxtime (Makefile.am): Likewise.
9065         * modules/getline (Makefile.am): Likewise.
9066         * modules/getloadavg (Makefile.am): Likewise.
9067         * modules/getlogin_r (Makefile.am): Likewise.
9068         * modules/getndelim2 (Makefile.am): Likewise.
9069         * modules/getopt (Makefile.am): Likewise.
9070         * modules/getpagesize (Makefile.am): Likewise.
9071         * modules/getpass-gnu (Makefile.am): Likewise.
9072         * modules/getpass (Makefile.am): Likewise.
9073         * modules/getsubopt (Makefile.am): Likewise.
9074         * modules/gettime (Makefile.am): Likewise.
9075         * modules/gettimeofday (Makefile.am): Likewise.
9076         * modules/getugroups (Makefile.am): Likewise.
9077         * modules/getusershell (Makefile.am): Likewise.
9078         * modules/glob (Makefile.am): Likewise.
9079         * modules/group-member (Makefile.am): Likewise.
9080         * modules/hard-locale (Makefile.am): Likewise.
9081         * modules/hash (Makefile.am): Likewise.
9082         * modules/hmac-md5 (Makefile.am): Likewise.
9083         * modules/hmac-sha1 (Makefile.am): Likewise.
9084         * modules/human (Makefile.am): Likewise.
9085         * modules/idcache (Makefile.am): Likewise.
9086         * modules/imaxabs (Makefile.am): Likewise.
9087         * modules/imaxdiv (Makefile.am): Likewise.
9088         * modules/inet_ntop (Makefile.am): Likewise.
9089         * modules/inet_pton (Makefile.am): Likewise.
9090         * modules/intprops (Makefile.am): Likewise.
9091         * modules/inttostr (Makefile.am): Likewise.
9092         * modules/inttypes (Makefile.am): Likewise.
9093         * modules/isapipe (Makefile.am): Likewise.
9094         * modules/javaversion (Makefile.am): Likewise.
9095         * modules/lchmod (Makefile.am): Likewise.
9096         * modules/lchown (Makefile.am): Likewise.
9097         * modules/localcharset (Makefile.am): Likewise.
9098         * modules/long-options (Makefile.am): Likewise.
9099         * modules/lstat (Makefile.am): Likewise.
9100         * modules/malloc (Makefile.am): Likewise.
9101         * modules/mathl (Makefile.am): Likewise.
9102         * modules/mbchar (Makefile.am): Likewise.
9103         * modules/md2 (Makefile.am): Likewise.
9104         * modules/md4 (Makefile.am): Likewise.
9105         * modules/md5 (Makefile.am): Likewise.
9106         * modules/memcasecmp (Makefile.am): Likewise.
9107         * modules/memchr (Makefile.am): Likewise.
9108         * modules/memcmp (Makefile.am): Likewise.
9109         * modules/memcoll (Makefile.am): Likewise.
9110         * modules/memcpy (Makefile.am): Likewise.
9111         * modules/memmem (Makefile.am): Likewise.
9112         * modules/memmove (Makefile.am): Likewise.
9113         * modules/mempcpy (Makefile.am): Likewise.
9114         * modules/memrchr (Makefile.am): Likewise.
9115         * modules/memset (Makefile.am): Likewise.
9116         * modules/memxor (Makefile.am): Likewise.
9117         * modules/mkancesdirs (Makefile.am): Likewise.
9118         * modules/mkdir-p (Makefile.am): Likewise.
9119         * modules/mkdir (Makefile.am): Likewise.
9120         * modules/mkdtemp (Makefile.am): Likewise.
9121         * modules/mkstemp (Makefile.am): Likewise.
9122         * modules/mktime (Makefile.am): Likewise.
9123         * modules/modechange (Makefile.am): Likewise.
9124         * modules/mountlist (Makefile.am): Likewise.
9125         * modules/nanosleep (Makefile.am): Likewise.
9126         * modules/obstack (Makefile.am): Likewise.
9127         * modules/openat (Makefile.am): Likewise.
9128         * modules/pagealign_alloc (Makefile.am): Likewise.
9129         * modules/pathmax (Makefile.am): Likewise.
9130         * modules/physmem (Makefile.am): Likewise.
9131         * modules/poll (Makefile.am): Likewise.
9132         * modules/posixtm (Makefile.am): Likewise.
9133         * modules/posixver (Makefile.am): Likewise.
9134         * modules/putenv (Makefile.am): Likewise.
9135         * modules/quote (Makefile.am): Likewise.
9136         * modules/quotearg (Makefile.am): Likewise.
9137         * modules/raise (Makefile.am): Likewise.
9138         * modules/read-file (Makefile.am): Likewise.
9139         * modules/readline (Makefile.am): Likewise.
9140         * modules/readlink (Makefile.am): Likewise.
9141         * modules/readtokens (Makefile.am): Likewise.
9142         * modules/readutmp (Makefile.am): Likewise.
9143         * modules/realloc (Makefile.am): Likewise.
9144         * modules/regex (Makefile.am): Likewise.
9145         * modules/rename-dest-slash (Makefile.am): Likewise.
9146         * modules/rename (Makefile.am): Likewise.
9147         * modules/rijndael (Makefile.am): Likewise.
9148         * modules/rmdir (Makefile.am): Likewise.
9149         * modules/rpmatch (Makefile.am): Likewise.
9150         * modules/safe-read (Makefile.am): Likewise.
9151         * modules/safe-write (Makefile.am): Likewise.
9152         * modules/same-inode (Makefile.am): Likewise.
9153         * modules/same (Makefile.am): Likewise.
9154         * modules/save-cwd (Makefile.am): Likewise.
9155         * modules/savedir (Makefile.am): Likewise.
9156         * modules/setenv (Makefile.am): Likewise.
9157         * modules/settime (Makefile.am): Likewise.
9158         * modules/sha1 (Makefile.am): Likewise.
9159         * modules/sig2str (Makefile.am): Likewise.
9160         * modules/snprintf (Makefile.am): Likewise.
9161         * modules/stat-macros (Makefile.am): Likewise.
9162         * modules/stat-time (Makefile.am): Likewise.
9163         * modules/stdbool (Makefile.am): Likewise.
9164         * modules/stdint (Makefile.am): Likewise.
9165         * modules/stdlib-safer (Makefile.am): Likewise.
9166         * modules/stpcpy (Makefile.am): Likewise.
9167         * modules/stpncpy (Makefile.am): Likewise.
9168         * modules/strcase (Makefile.am): Likewise.
9169         * modules/strcasestr (Makefile.am): Likewise.
9170         * modules/strchrnul (Makefile.am): Likewise.
9171         * modules/strcspn (Makefile.am): Likewise.
9172         * modules/strdup (Makefile.am): Likewise.
9173         * modules/strerror (Makefile.am): Likewise.
9174         * modules/strftime (Makefile.am): Likewise.
9175         * modules/strndup (Makefile.am): Likewise.
9176         * modules/strnlen (Makefile.am): Likewise.
9177         * modules/strpbrk (Makefile.am): Likewise.
9178         * modules/strsep (Makefile.am): Likewise.
9179         * modules/strstr (Makefile.am): Likewise.
9180         * modules/strtod (Makefile.am): Likewise.
9181         * modules/strtoimax (Makefile.am): Likewise.
9182         * modules/strtok_r (Makefile.am): Likewise.
9183         * modules/strtol (Makefile.am): Likewise.
9184         * modules/strtoll (Makefile.am): Likewise.
9185         * modules/strtoul (Makefile.am): Likewise.
9186         * modules/strtoull (Makefile.am): Likewise.
9187         * modules/strtoumax (Makefile.am): Likewise.
9188         * modules/strverscmp (Makefile.am): Likewise.
9189         * modules/sys_socket (Makefile.am): Likewise.
9190         * modules/sys_stat (Makefile.am): Likewise.
9191         * modules/sysexits (Makefile.am): Likewise.
9192         * modules/time_r (Makefile.am): Likewise.
9193         * modules/timegm (Makefile.am): Likewise.
9194         * modules/timespec (Makefile.am): Likewise.
9195         * modules/tmpfile-safer (Makefile.am): Likewise.
9196         * modules/trim (Makefile.am): Likewise.
9197         * modules/unistd-safer (Makefile.am): Likewise.
9198         * modules/unlinkdir (Makefile.am): Likewise.
9199         * modules/unlocked-io (Makefile.am): Likewise.
9200         * modules/userspec (Makefile.am): Likewise.
9201         * modules/utime (Makefile.am): Likewise.
9202         * modules/utimecmp (Makefile.am): Likewise.
9203         * modules/utimens (Makefile.am): Likewise.
9204         * modules/vasnprintf (Makefile.am): Likewise.
9205         * modules/vasprintf (Makefile.am): Likewise.
9206         * modules/vsnprintf (Makefile.am): Likewise.
9207         * modules/xalloc (Makefile.am): Likewise.
9208         * modules/xgetcwd (Makefile.am): Likewise.
9209         * modules/xnanosleep (Makefile.am): Likewise.
9210         * modules/xreadlink (Makefile.am): Likewise.
9211         * modules/xstrtod (Makefile.am): Likewise.
9212         * modules/xstrtol (Makefile.am): Likewise.
9213         * modules/xstrtold (Makefile.am): Likewise.
9214         * modules/yesno (Makefile.am): Likewise.
9215         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9216
9217 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * modules/error (Makefile.am): Distribute files through
9220         EXTRA_DIST, not lib_SOURCES.
9221
9222 2006-10-12  Eric Blake  <ebb9@byu.net>
9223
9224         * modules/error (Makefile.am): Distribute files in /lib.
9225         * modules/obstack (Makefile.am): Likewise.
9226
9227 2006-10-12  Bruno Haible  <bruno@clisp.org>
9228
9229         * modules/acl (Makefile.am): Distribute all files in lib/ through
9230         EXTRA_DIST.
9231         * modules/arcfour (Makefile.am): Likewise.
9232         * modules/arctwo (Makefile.am): Likewise.
9233         * modules/argmatch (Makefile.am): Likewise.
9234         * modules/argz (Makefile.am): Likewise.
9235         * modules/atexit (Makefile.am): Likewise.
9236         * modules/backupfile (Makefile.am): Likewise.
9237         * modules/c-strtod (Makefile.am): Likewise.
9238         * modules/c-strtold (Makefile.am): Likewise.
9239         * modules/calloc (Makefile.am): Likewise.
9240         * modules/canon-host (Makefile.am): Likewise.
9241         * modules/canonicalize (Makefile.am): Likewise.
9242         * modules/chdir-long (Makefile.am): Likewise.
9243         * modules/chdir-safer (Makefile.am): Likewise.
9244         * modules/check-version (Makefile.am): Likewise.
9245         * modules/chown (Makefile.am): Likewise.
9246         * modules/cloexec (Makefile.am): Likewise.
9247         * modules/close-stream (Makefile.am): Likewise.
9248         * modules/closeout (Makefile.am): Likewise.
9249         * modules/crc (Makefile.am): Likewise.
9250         * modules/cycle-check (Makefile.am): Likewise.
9251         * modules/des (Makefile.am): Likewise.
9252         * modules/dirfd (Makefile.am): Likewise.
9253         * modules/dirname (Makefile.am): Likewise.
9254         * modules/dup2 (Makefile.am): Likewise.
9255         * modules/euidaccess (Makefile.am): Likewise.
9256         * modules/exclude (Makefile.am): Likewise.
9257         * modules/exitfail (Makefile.am): Likewise.
9258         * modules/fcntl-safer (Makefile.am): Likewise.
9259         * modules/file-type (Makefile.am): Likewise.
9260         * modules/fileblocks (Makefile.am): Likewise.
9261         * modules/filemode (Makefile.am): Likewise.
9262         * modules/filenamecat (Makefile.am): Likewise.
9263         * modules/fnmatch (Makefile.am): Likewise.
9264         * modules/fopen-safer (Makefile.am): Likewise.
9265         * modules/fpending (Makefile.am): Likewise.
9266         * modules/fprintftime (Makefile.am): Likewise.
9267         * modules/free (Makefile.am): Likewise.
9268         * modules/fsusage (Makefile.am): Likewise.
9269         * modules/ftruncate (Makefile.am): Likewise.
9270         * modules/fts (Makefile.am): Likewise.
9271         * modules/gc (Makefile.am): Likewise.
9272         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9273         * modules/getaddrinfo (Makefile.am): Likewise.
9274         * modules/getcwd (Makefile.am): Likewise.
9275         * modules/getdelim (Makefile.am): Likewise.
9276         * modules/getdomainname (Makefile.am): Likewise.
9277         * modules/getgroups (Makefile.am): Likewise.
9278         * modules/gethostname (Makefile.am): Likewise.
9279         * modules/gethrxtime (Makefile.am): Likewise.
9280         * modules/getline (Makefile.am): Likewise.
9281         * modules/getloadavg (Makefile.am): Likewise.
9282         * modules/getlogin_r (Makefile.am): Likewise.
9283         * modules/getopt (Makefile.am): Likewise.
9284         * modules/getpass (Makefile.am): Likewise.
9285         * modules/getpass-gnu (Makefile.am): Likewise.
9286         * modules/getsubopt (Makefile.am): Likewise.
9287         * modules/gettime (Makefile.am): Likewise.
9288         * modules/gettimeofday (Makefile.am): Likewise.
9289         * modules/getugroups (Makefile.am): Likewise.
9290         * modules/getusershell (Makefile.am): Likewise.
9291         * modules/glob (Makefile.am): Likewise.
9292         * modules/group-member (Makefile.am): Likewise.
9293         * modules/hard-locale (Makefile.am): Likewise.
9294         * modules/hash (Makefile.am): Likewise.
9295         * modules/hmac-md5 (Makefile.am): Likewise.
9296         * modules/hmac-sha1 (Makefile.am): Likewise.
9297         * modules/human (Makefile.am): Likewise.
9298         * modules/idcache (Makefile.am): Likewise.
9299         * modules/imaxabs (Makefile.am): Likewise.
9300         * modules/imaxdiv (Makefile.am): Likewise.
9301         * modules/inet_ntop (Makefile.am): Likewise.
9302         * modules/inet_pton (Makefile.am): Likewise.
9303         * modules/inttostr (Makefile.am): Likewise.
9304         * modules/isapipe (Makefile.am): Likewise.
9305         * modules/lchown (Makefile.am): Likewise.
9306         * modules/long-options (Makefile.am): Likewise.
9307         * modules/lstat (Makefile.am): Likewise.
9308         * modules/malloc (Makefile.am): Likewise.
9309         * modules/mathl (Makefile.am): Likewise.
9310         * modules/mbchar (Makefile.am): Likewise.
9311         * modules/md2 (Makefile.am): Likewise.
9312         * modules/md4 (Makefile.am): Likewise.
9313         * modules/md5 (Makefile.am): Likewise.
9314         * modules/memcasecmp (Makefile.am): Likewise.
9315         * modules/memchr (Makefile.am): Likewise.
9316         * modules/memcmp (Makefile.am): Likewise.
9317         * modules/memcoll (Makefile.am): Likewise.
9318         * modules/memcpy (Makefile.am): Likewise.
9319         * modules/memmem (Makefile.am): Likewise.
9320         * modules/memmove (Makefile.am): Likewise.
9321         * modules/mempcpy (Makefile.am): Likewise.
9322         * modules/memrchr (Makefile.am): Likewise.
9323         * modules/memset (Makefile.am): Likewise.
9324         * modules/memxor (Makefile.am): Likewise.
9325         * modules/mkancesdirs (Makefile.am): Likewise.
9326         * modules/mkdir (Makefile.am): Likewise.
9327         * modules/mkdir-p (Makefile.am): Likewise.
9328         * modules/mkdtemp (Makefile.am): Likewise.
9329         * modules/mkstemp (Makefile.am): Likewise.
9330         * modules/mktime (Makefile.am): Likewise.
9331         * modules/modechange (Makefile.am): Likewise.
9332         * modules/mountlist (Makefile.am): Likewise.
9333         * modules/nanosleep (Makefile.am): Likewise.
9334         * modules/openat (Makefile.am): Likewise.
9335         * modules/pagealign_alloc (Makefile.am): Likewise.
9336         * modules/physmem (Makefile.am): Likewise.
9337         * modules/poll (Makefile.am): Likewise.
9338         * modules/posixtm (Makefile.am): Likewise.
9339         * modules/posixver (Makefile.am): Likewise.
9340         * modules/putenv (Makefile.am): Likewise.
9341         * modules/quote (Makefile.am): Likewise.
9342         * modules/quotearg (Makefile.am): Likewise.
9343         * modules/raise (Makefile.am): Likewise.
9344         * modules/read-file (Makefile.am): Likewise.
9345         * modules/readline (Makefile.am): Likewise.
9346         * modules/readlink (Makefile.am): Likewise.
9347         * modules/readtokens (Makefile.am): Likewise.
9348         * modules/readutmp (Makefile.am): Likewise.
9349         * modules/realloc (Makefile.am): Likewise.
9350         * modules/regex (Makefile.am): Likewise.
9351         * modules/rename (Makefile.am): Likewise.
9352         * modules/rename-dest-slash (Makefile.am): Likewise.
9353         * modules/rijndael (Makefile.am): Likewise.
9354         * modules/rmdir (Makefile.am): Likewise.
9355         * modules/rpmatch (Makefile.am): Likewise.
9356         * modules/safe-read (Makefile.am): Likewise.
9357         * modules/safe-write (Makefile.am): Likewise.
9358         * modules/same (Makefile.am): Likewise.
9359         * modules/save-cwd (Makefile.am): Likewise.
9360         * modules/savedir (Makefile.am): Likewise.
9361         * modules/setenv (Makefile.am): Likewise.
9362         * modules/settime (Makefile.am): Likewise.
9363         * modules/sha1 (Makefile.am): Likewise.
9364         * modules/sig2str (Makefile.am): Likewise.
9365         * modules/snprintf (Makefile.am): Likewise.
9366         * modules/stdlib-safer (Makefile.am): Likewise.
9367         * modules/stpcpy (Makefile.am): Likewise.
9368         * modules/stpncpy (Makefile.am): Likewise.
9369         * modules/strcase (Makefile.am): Likewise.
9370         * modules/strcasestr (Makefile.am): Likewise.
9371         * modules/strchrnul (Makefile.am): Likewise.
9372         * modules/strcspn (Makefile.am): Likewise.
9373         * modules/strdup (Makefile.am): Likewise.
9374         * modules/strerror (Makefile.am): Likewise.
9375         * modules/strftime (Makefile.am): Likewise.
9376         * modules/strndup (Makefile.am): Likewise.
9377         * modules/strnlen (Makefile.am): Likewise.
9378         * modules/strpbrk (Makefile.am): Likewise.
9379         * modules/strsep (Makefile.am): Likewise.
9380         * modules/strstr (Makefile.am): Likewise.
9381         * modules/strtod (Makefile.am): Likewise.
9382         * modules/strtoimax (Makefile.am): Likewise.
9383         * modules/strtok_r (Makefile.am): Likewise.
9384         * modules/strtol (Makefile.am): Likewise.
9385         * modules/strtoll (Makefile.am): Likewise.
9386         * modules/strtoul (Makefile.am): Likewise.
9387         * modules/strtoull (Makefile.am): Likewise.
9388         * modules/strtoumax (Makefile.am): Likewise.
9389         * modules/strverscmp (Makefile.am): Likewise.
9390         * modules/time_r (Makefile.am): Likewise.
9391         * modules/timegm (Makefile.am): Likewise.
9392         * modules/tmpfile-safer (Makefile.am): Likewise.
9393         * modules/unistd-safer (Makefile.am): Likewise.
9394         * modules/unlinkdir (Makefile.am): Likewise.
9395         * modules/userspec (Makefile.am): Likewise.
9396         * modules/utime (Makefile.am): Likewise.
9397         * modules/utimecmp (Makefile.am): Likewise.
9398         * modules/utimens (Makefile.am): Likewise.
9399         * modules/vasnprintf (Makefile.am): Likewise.
9400         * modules/vasprintf (Makefile.am): Likewise.
9401         * modules/vsnprintf (Makefile.am): Likewise.
9402         * modules/xalloc (Makefile.am): Likewise.
9403         * modules/xgetcwd (Makefile.am): Likewise.
9404         * modules/xnanosleep (Makefile.am): Likewise.
9405         * modules/xreadlink (Makefile.am): Likewise.
9406         * modules/xstrtod (Makefile.am): Likewise.
9407         * modules/xstrtol (Makefile.am): Likewise.
9408         * modules/xstrtold (Makefile.am): Likewise.
9409         * modules/yesno (Makefile.am): Likewise.
9410
9411 2006-10-12  Jim Meyering  <jim@meyering.net>
9412
9413         * m4/getloadavg.m4: Revert the change below.
9414
9415         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9416         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9417         fail with a symlink, which is what coreutils' ./bootstrap now
9418         creates by default.
9419
9420 2006-10-12  Bruno Haible  <bruno@clisp.org>
9421
9422         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9423         mingw.
9424         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9425         MSVC and mingw explicitly.
9426
9427 2006-10-11  Simon Josefsson  <jas@extundo.com>
9428             Bruno Haible  <bruno@clisp.org>
9429
9430         Add support for multiple gnulib-tool invocations in the scope of a
9431         single configure.ac file.
9432         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9433         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9434         with the same contents as the _LIBADD variable.
9435         (func_emit_initmacro_start, func_emit_initmacro_end,
9436         func_emit_initmacro_done): New functions.
9437         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9438         gl_LIBOBJS and gl_LTLIBOBJS.
9439
9440 2006-10-11  Bruno Haible  <bruno@clisp.org>
9441
9442         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9443         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9444         autoreconf. Instead, invoke autopoint explicitly but move back the
9445         *.m4 files from gnulib.
9446
9447 2006-10-11  Bruno Haible  <bruno@clisp.org>
9448
9449         * gnulib-tool (func_usage): Make module names after --create-testdir
9450         optional.
9451         (func_create_testdir): If no module was specified, use nearly all
9452         modules.
9453
9454 2006-10-12  Jim Meyering  <jim@meyering.net>
9455
9456         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9457         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9458         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9459         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9460         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9461         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9462         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9463         (fts_set_stat_required): New function.
9464         (fts_open): Defer the calls to fts_stat, if possible or requested.
9465         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9466         into fts_stat itself.
9467         (fts_read): Perform any required (deferred) fts_stat call.
9468         (fts_build): Likewise, for the directory we're about to open and read.
9469         In the readdir loop, carefully decide whether each entry will require
9470         an eventual call to fts_stat, using dirent.d_type info if available.
9471         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9472         a command line argument into this function.  Update all callers.
9473         Map a return value of FTS_DOT to FTS_D for a command line argument.
9474         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9475         Thanks to Miklos Szeredi for his tenacity and for the initial
9476         bug report about "find" failing on a FUSE-based file system.
9477
9478         * lib/fts.c (fts_open): Use consistent indentation.
9479
9480 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9481
9482         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9483         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9484         reported by Jim Meyering.  All uses of cache variables renamed
9485         to match Autoconf's.
9486         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9487         the other one.
9488
9489         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9490         Fix misspelling in diagnostic.
9491
9492 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9493
9494         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9495         defined.  Problem reported by Matthew Woehlke.
9496
9497         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9498         Add support for Tandem NonStop R series.
9499         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9500         Use new macro.
9501
9502         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9503         (has_trailing_slash): Omit size arg; all callers changed.
9504         Omit 'inline', since it doesn't help performance and we'd
9505         need to configure it.
9506         Don't count //, ///, etc. as having a trailing slash.
9507         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9508         (rpl_rename_dest_slash): On failure, use rename's errno rather
9509         than (in some cases) an incorrect or junk errno.
9510         Simplify code by removing need to compute length; this does
9511         cause it to make two passes instead of one over the file name,
9512         but it's worth it.
9513
9514         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9515         change, since Autoconf's version may no longer be appropriate now
9516         that we are using CVS Autoconf's version.  Add support for Tandem.
9517
9518 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9519             Bruno Haible  <bruno@clisp.org>
9520
9521         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9522         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9523         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9524         gl_AC_TYPE_LONG_LONG.
9525
9526         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9527         instead of HAVE_LONG_LONG.
9528         * lib/printf-args.c (printf_fetchargs): Likewise.
9529         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9530         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9531         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9532         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9533         gl_AC_TYPE_LONG_LONG.
9534
9535 2006-10-11  Bruno Haible  <bruno@clisp.org>
9536
9537         * m4/longlong.m4: Add comments.
9538         * m4/ulonglong.m4: Likewise.
9539
9540 2006-10-10  Bruno Haible  <bruno@clisp.org>
9541
9542         Make it possible to #define stpcpy, strdup to aliases.
9543         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9544         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9545
9546 2006-10-10  Bruno Haible  <bruno@clisp.org>
9547
9548         Make it possible to #define gcd to an alias.
9549         * lib/gcd.c: Include config.h.
9550
9551 2006-10-10  Bruno Haible  <bruno@clisp.org>
9552
9553         Make it possible to #define c_isascii to an alias.
9554         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9555         defined. Undefine the macros before defining them, to avoid gcc
9556         warnings.
9557         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9558         define NO_C_CTYPE_MACROS early.
9559
9560 2006-10-10  Bruno Haible  <bruno@clisp.org>
9561
9562         Make it possible to #define set_program_name to an alias.
9563         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9564         ENABLE_RELOCATABLE early.
9565
9566 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9567
9568         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9569         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9570         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9571         More generally, don't assume that 64-bit signed int is available
9572         if unsigned int is, and vice versa.
9573         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9574         unsigned symbols, not on their signed counterparts.
9575         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9576         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9577         (UINT64_C, UINTMAX_C):
9578         Likewise.
9579         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9580         unsigned counterparts.
9581         (Have_long_long, Unsigned): New macros.
9582         (Int): Renamed from INT.
9583         (strtoimax): Use the new macros.
9584         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9585         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9586         * modules/inttypes (inttypes.h): Substitute
9587         HAVE_UNSIGNED_LONG_LONG_INT.
9588         * modules/stdint (stdint.h): Likewise.
9589         (Files): Add m4/ulonglong.m4.
9590
9591 2006-10-10  Bruno Haible  <bruno@clisp.org>
9592
9593         Fix a gcc -Wshadow warning.
9594         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9595         to 'bucket'.
9596         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9597         gl_linked_indexof_from_to): Likewise.
9598         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9599         Likewise.
9600         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9601         Likewise.
9602         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9603         Reported by Eric Blake.
9604
9605 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9606
9607         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9608         for NetBSD.  Problem reported by Bruno Haible.
9609
9610 2006-10-09  Jim Meyering  <jim@meyering.net>
9611
9612         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9613         Patch from Bruno Haible.
9614
9615 2006-10-09  Jim Meyering  <jim@meyering.net>
9616
9617         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9618         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9619         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9620
9621 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9622
9623         Don't include <config.h> twice; this doesn't work in some cases,
9624         e.g., when config.h has "#define intmax_t long long int" and
9625         we include <config.h>, <inttypes.h>, <config.h> in that order.
9626         Problem reported by Matthew Woehlke in:
9627         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9628         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9629         * lib/fts-cycle.c: Don't include config.h.
9630         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9631         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9632         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9633         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9634         inttypes.h.
9635         * lib/xstrtoumax.c: Likewise.
9636         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9637         __strtol and the like, so that this module is more like its siblings.
9638         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9639         Remove; no longer needed now that we assume gnulib inttypes.h.
9640
9641 2006-10-08  Bruno Haible  <bruno@clisp.org>
9642
9643         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9644         option.
9645
9646 2006-10-07  Jim Meyering  <jim@meyering.net>
9647
9648         * modules/inttypes (inttypes.h): Revert what seems to have been
9649         an inadvertent part of today's change: use "|", not "/" in the
9650         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9651
9652 2006-10-07  Bruno Haible  <bruno@clisp.org>
9653
9654         * modules/sublist: New file.
9655
9656 2006-10-07  Bruno Haible  <bruno@clisp.org>
9657
9658         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9659         * modules/argz (argz.h): Likewise.
9660         * modules/arpa_inet (arpa/inet.h): Likewise.
9661         * modules/byteswap (byteswap.h): Likewise.
9662         * modules/configmake (configmake.h): Likewise.
9663         * modules/fcntl (fcntl.h): Likewise.
9664         * modules/fnmatch (fnmatch.h): Likewise.
9665         * modules/getopt (getopt.h): Likewise.
9666         * modules/glob (glob.h): Likewise.
9667         * modules/inttypes (inttypes.h): Likewise.
9668         * modules/netinet_in (netinet/in.h): Likewise.
9669         * modules/poll (poll.h): Likewise.
9670         * modules/stdbool (stdbool.h): Likewise.
9671         * modules/stdint (stdint.h): Likewise.
9672         * modules/sys_select (sys/select.h): Likewise.
9673         * modules/sys_socket (sys/socket.h): Likewise.
9674         * modules/sys_stat (sys/stat.h): Likewise.
9675         * modules/sysexits (sysexits.h): Likewise.
9676         * modules/unistd (unistd.h): Likewise.
9677         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9678         Add a "DO NOT EDIT" comment to the generated file.
9679         (func_import): Likewise for gnulib-comp.m4.
9680
9681 2006-10-07  Bruno Haible  <bruno@clisp.org>
9682
9683         * lib/gl_sublist.h: New file.
9684         * lib/gl_sublist.c: New file.
9685
9686 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9687
9688         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9689         name (relative to the original working directory) and the file
9690         name component (relative to the temporary working directory).  All
9691         callers changed.
9692         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9693         * lib/mkdir-p.c (make_dir_parents): Likewise.
9694         * lib/mkdir-p.h (make_dir_parents): Likewise.
9695
9696 2006-10-06  Eric Blake  <ebb9@byu.net>
9697
9698         Define several macros for use by the clean-temp module.
9699         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9700         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9701         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9702
9703         * lib/clean-temp.h (close_stream_temp): New declaration.
9704         * lib/clean-temp.c (includes): Pull in headers according to what
9705         other modules are in use.
9706         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9707
9708 2006-10-06  Bruno Haible  <bruno@clisp.org>
9709
9710         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9711         instead of fopen, fwriteerror.
9712
9713 2006-10-06  Bruno Haible  <bruno@clisp.org>
9714
9715         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9716         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9717         int.
9718         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9719         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9720         Return an error indicator.
9721         Suggested by Eric Blake.
9722
9723 2006-10-06  Bruno Haible  <bruno@clisp.org>
9724
9725         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9726         Reported by Eric Blake.
9727
9728 2006-10-06  Bruno Haible  <bruno@clisp.org>
9729
9730         * modules/closeout (Description): Mention stderr too.
9731
9732 2006-10-06  Bruno Haible  <bruno@clisp.org>
9733         and Paul Eggert  <eggert@cs.ucla.edu>
9734
9735         * lib/closeout.c (close_stdout): Also close stderr.
9736         * lib/closeout.h: Update comment.
9737
9738 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9739
9740         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9741         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9742         * lib/dirchownmod.c: Include lchown.h.
9743         * lib/lchown.c: Don't include files that lchown.h now includes.
9744         Don't declare chown, since lchown.h now does that.
9745         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9746         (lchown): Define to rpl_chown if lchown is declared but
9747         does not exist.  Declare using a prototype if lchown is not
9748         declared.  Add a copyright notice.
9749         * lib/mkstemp.h: Include <unistd.h>.
9750         * lib/openat.c: Include lchown.h.
9751
9752         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9753         we now test for that separately.
9754         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9755         rather than O_NOFOLLOW, when testing whether it's possible to
9756         avoid a race condition reliably.
9757         * lib/savewd.c (savewd_chdir): Likewise.
9758
9759         Remove macros that are no longer needed now that stdint.h is
9760         reliable.
9761         * lib/fsusage.c (UINTMAX_MAX): Remove.
9762         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9763         * lib/utimecmp.c (SIZE_MAX): Remove.
9764
9765         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9766
9767         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9768         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9769         O_NOATIME works.
9770
9771 2006-10-05  Bruno Haible  <bruno@clisp.org>
9772
9773         * lib/gl_list.h (gl_sortedlist_search_from_to,
9774         gl_sortedlist_indexof_from_to): New declarations.
9775         (gl_list_implementation): New fields sortedlist_search_from_to,
9776         sortedlist_indexof_from_to.
9777         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9778         inline functions.
9779         * lib/gl_list.c (gl_sortedlist_search_from_to,
9780         gl_sortedlist_indexof_from_to): New functions.
9781         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9782         function.
9783         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9784         (gl_array_sortedlist_search_from_to): New function.
9785         (gl_array_list_implementation): Update.
9786         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9787         function.
9788         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9789         (gl_carray_sortedlist_search_from_to): New function.
9790         (gl_carray_list_implementation): Update.
9791         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9792         gl_linked_sortedlist_indexof_from_to): New functions.
9793         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9794         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9795         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9796         gl_tree_sortedlist_indexof_from_to): New functions.
9797         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9798         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9799         Update.
9800         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9801         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9802         Update.
9803
9804 2006-10-05  Bruno Haible  <bruno@clisp.org>
9805
9806         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9807         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9808         (struct gl_list_implementation): Add fields search_from_to,
9809         indexof_from_to. Remove fields search, indexof.
9810         (gl_list_search): Use the search_from_to method.
9811         (gl_list_search_from, gl_list_search_from_to): New functions.
9812         (gl_list_indexof): Use the indexof_from_to method.
9813         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9814         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9815         (gl_list_search_from, gl_list_search_from_to): New functions.
9816         (gl_list_indexof): Use the indexof_from_to method.
9817         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9818         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9819         gl_array_indexof. Add start_index, end_index arguments.
9820         (gl_array_search_from_to): Renamed from gl_array_search. Add
9821         start_index, end_index arguments.
9822         (gl_array_remove, gl_array_list_implementation): Update.
9823         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9824         gl_carray_indexof. Add start_index, end_index arguments.
9825         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9826         start_index, end_index arguments.
9827         (gl_carray_remove, gl_carray_list_implementation): Update.
9828         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9829         gl_linked_search. Add start_index, end_index arguments.
9830         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9831         start_index, end_index arguments.
9832         (gl_linked_remove): Update.
9833         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9834         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9835         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9836         field to 'size_t'.
9837         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9838         gl_tree_search. Add start_index, end_index arguments.
9839         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9840         start_index, end_index arguments.
9841         (gl_tree_remove): Update.
9842         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9843         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9844         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9845         function.
9846         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9847         gl_tree_search. Add start_index, end_index arguments.
9848         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9849         start_index, end_index arguments.
9850         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9851         Update.
9852         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9853
9854 2006-10-05  Bruno Haible  <bruno@clisp.org>
9855
9856         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9857
9858         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9859         fwriteerror_temp): New declarations.
9860         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9861         (descriptors): New variable.
9862         (cleanup): First, close the descriptors.
9863         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9864         fclose_temp, fwriteerror_temp): New functions.
9865
9866 2006-10-04  Jim Meyering  <jim@meyering.net>
9867
9868         * lib/fts.c (fts_open): Tiny comment change.
9869
9870 2006-10-04  Bruno Haible  <bruno@clisp.org>
9871
9872         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9873         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9874         gl_LOCK_BODY.
9875         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9876         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9877         gl_LOCK_EARLY_BODY.
9878         (gl_LOCK): Require gl_LOCK_BODY.
9879
9880 2006-10-04  Bruno Haible  <bruno@clisp.org>
9881
9882         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9883         (gl_oset_search_atleast): New declaration.
9884         (struct gl_oset_implementation): Add field 'search_atleast'.
9885         (gl_oset_search_atleast): New inline function.
9886         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9887         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9888         (gl_array_oset_implementation): Update.
9889         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9890         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9891         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9892
9893 2006-10-04  Bruno Haible  <bruno@clisp.org>
9894
9895         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9896
9897 2006-10-03  Bruno Haible  <bruno@clisp.org>
9898
9899         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9900         from gl_avltreehash_list_implementation.
9901
9902 2006-10-03  Bruno Haible  <bruno@clisp.org>
9903
9904         * lib/gl_oset.c (gl_oset_add): Fix return type.
9905
9906 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9907
9908         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9909
9910 2006-10-02  Eric Blake  <ebb9@byu.net>
9911
9912         * modules/strnlen (Depends-on): Add extensions.
9913
9914 2006-10-02  Eric Blake  <ebb9@byu.net>
9915
9916         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9917         definition in 2.60+.
9918
9919 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9920
9921         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9922         checks.
9923
9924 2006-10-02  Bruno Haible  <bruno@clisp.org>
9925
9926         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9927         to the AUTOMAKE_OPTIONS.
9928         Reported by Jim Meyering.
9929
9930 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9931
9932         Work around bug in Solaris 10 /proc file system:
9933         /proc/self/fd/NNN/.. isn't the parent directory of
9934         the directory whose file descriptor is NNN.  This needs to
9935         be worked around at run time, not compile time, since a
9936         program might be built on Solaris 8, where things work, and
9937         run on Solaris 10.
9938         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9939         to use the following interface instead:
9940         (OPENAT_BUFFER_SIZE): New macro.
9941         (openat_proc_name): New function.
9942         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9943         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9944         Likewise.
9945         * lib/openat-proc.c: New file.
9946         * modules/openat (Files): Add lib/openat-proc.c.
9947         (Depends-on): Add same-inode, stdbool.
9948         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9949
9950 2006-09-29  Bruno Haible  <bruno@clisp.org>
9951
9952         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9953         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9954         argument. Set stdout_closed before testing for ferror, not after.
9955         (fwriteerror, fwriteerror_no_ebadf): New functions.
9956
9957 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9958
9959         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9960
9961 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9962
9963         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9964         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9965
9966 2006-09-28  Jim Meyering  <jim@meyering.net>
9967
9968         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9969         Include <unistd.h>.
9970
9971 2006-09-28  Bruno Haible  <bruno@clisp.org>
9972
9973         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9974         * modules/linkedhash-list (Depends-on): Likewise.
9975         * modules/rbtreehash-list (Depends-on): Likewise.
9976
9977 2006-09-28  Bruno Haible  <bruno@clisp.org>
9978
9979         * lib/strndup.h: Simplify the redefinition of strndup.
9980         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9981         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9982
9983 2006-09-28  Bruno Haible  <bruno@clisp.org>
9984
9985         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9986         * lib/gl_linkedhash_list.c: Likewise.
9987         * lib/gl_rbtreehash_list.c: Likewise.
9988
9989 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9992         getaddrinfo.
9993
9994         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9995         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9996         it causes <stdio_ext.h> to cause a compile-time error.
9997         Problem reported by Nelson H. F. Beebe.
9998         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9999         of HAVE_DECL___PENDING.
10000
10001         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10002         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10003         declaration.
10004
10005 2006-09-27  Jim Meyering  <jim@meyering.net>
10006
10007         This file could end up with a definition for a function
10008         named __strndup, rather than rpl_strndup on a system with
10009         incomplete weak_alias support.
10010         * lib/strndup.c (strndup): Rename from __strndup.
10011         Remove #defines that used to map __strndup to strndup.
10012         Don't use K&R prototypes.
10013         Remove LIBC-related code, since this file is not sync'd with glibc.
10014         * lib/strndup.h: Revamp, accordingly.
10015         * m4/strndup.m4: Modernize.
10016
10017 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10018
10019         * modules/savewd (Depends-on): Add 'raise'.
10020         * lib/savewd.c: Include <signal.h>, for 'raise'.
10021
10022 2006-09-26  Jim Meyering  <jim@meyering.net>
10023
10024         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10025         when we detect Darwin 8.7.0's acl_get_file bug.
10026         Rearrange to perform the new (below) run-test while $LIBS
10027         contains any acl-related library.  Set USE_ACL at the end.
10028         (gl_ACL_GET_FILE): New function.
10029
10030 2006-09-26  Eric Blake  <ebb9@byu.net>
10031
10032         * lib/verror.c: Include <config.h> unconditionally.
10033
10034 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * modules/clock-time (Maintainer): Add self.
10037         * modules/getlogin_r (Depends-on): Add extensions.
10038
10039 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10040
10041         * modules/clock-time: New module.
10042         * modules/nanosleep (Depends-on): Add clock-time.
10043         * modules/gethrxtime (Depends-on): Likewise.
10044         * modules/gettime (Depends-on): Likewise.
10045         * modules/settime (Depends-on): Likewise.
10046
10047         * modules/fts-lgpl: Depend on openat.
10048         * modules/mkancesdirs: Depend on savewd.
10049         * modules/mkdir-p: Likewise.
10050
10051 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10052
10053         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10054
10055         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10056         `gl_have_arbitrary_file_name_length_limit' to
10057         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10058         actually works between configure runs.
10059
10060 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10061             Bruno Haible  <bruno@clisp.org>
10062
10063         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10064
10065 2006-09-25  Jim Meyering  <jim@meyering.net>
10066
10067         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10068         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10069
10070 2006-09-25  Eric Blake  <ebb9@byu.net>
10071
10072         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10073         exec's in 2006-09-18 patch when shuffling fds.
10074
10075 2006-09-25  Bruno Haible  <bruno@clisp.org>
10076
10077         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10078         Reported by Jim Meyering.
10079
10080 2006-09-24  Jim Meyering  <jim@meyering.net>
10081
10082         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10083         compare a pointer against a literal "0".  That caused failures with
10084         at least HP-UX's hpcc.
10085
10086 2006-09-22  Simon Josefsson  <jas@extundo.com>
10087
10088         * modules/gc-sha1:
10089         * modules/gc-md4:
10090         * modules/gc-hmac-sha1:
10091         * modules/gc-hmac-md5:
10092         * modules/gc-des:
10093         * modules/gc-arcfour: Distribute more files.
10094
10095 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10096
10097         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10098         (gl_linked_iterator_from_to): Initialize struct completely.
10099         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10100         (gl_tree_iterator_from_to): Likewise
10101         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10102         * lib/gl_array_list.c [lint] (gl_array_iterator)
10103         (gl_array_iterator_from_to): Likewise.
10104         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10105         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10106         (gl_carray_iterator_from_to): Likewise.
10107
10108         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10109         * lib/md4.c (md4_process_block): Remove unused variable.
10110         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10111         parentheses for clarity.
10112
10113 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10114
10115         * modules/bison-i18n (Depends-on): Add gettext.
10116
10117 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10118
10119         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10120         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10121         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10122         also add missing comma that caused broken test.
10123         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10124         stdlib.h, for `abort'.
10125         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10126         variables.
10127         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10128         include unistd.h if present, for `rmdir'.
10129         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10130         variables.
10131         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10132         in the process include standard headers for prototypes.
10133         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10134         gets declared on GNU/Linux.
10135         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10136         unistd.h, for `rmdir'.
10137         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10138
10139         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10140         always true.
10141         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10142
10143         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10144
10145 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10146
10147         * gnulib-tool (func_version): Create output all at once.  This
10148         may help avoid triggering unnecessary SIGPIPEs, and at any
10149         rate it doesn't hurt.
10150
10151 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10152             Bruno Haible  <bruno@clisp.org>
10153
10154         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10155         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10156         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10157
10158         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10159         (gl_FUNC_VASPRINTF): Invoke it.
10160
10161 2006-09-22  Bruno Haible  <bruno@clisp.org>
10162
10163         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10164         getloadavg.c as first argument.
10165
10166 2006-09-22  Bruno Haible  <bruno@clisp.org>
10167
10168         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10169         at the beginning of the gl_INIT macro.
10170         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10171         gl_GETLOADAVG.
10172
10173 2006-09-22  Bruno Haible  <bruno@clisp.org>
10174
10175         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10176         module.
10177         Suggested by Ralf Wildenhues.
10178
10179 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         Import this patch from libc:
10182
10183         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10184
10185         * lib/regex_internal.c (re_string_reconstruct): Handle
10186         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10187         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10188         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10189         re_string_context_at.
10190
10191         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10192         now requires it.
10193         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10194         gl_REGEX now does it for us.
10195         (gl_REGEX): Add test taken from
10196         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10197
10198         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10199         Check that large offsets work.  Modernize Autoconf usages.
10200         Prefer "yes" to mean a good thing rather than a bad.
10201         Don't put "#define mkstemp" in config.h, as this might interfere
10202         with standard system headers that "#define mkstemp mkstemp64".
10203
10204         * modules/mkstemp (Depends-on): Add extensions, so that
10205         mkstemp is visible on some platforms.
10206         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10207         (Include): Change to "mkstemp.h" from <stdlib.h>.
10208         (Files): Add mkstemp.h.
10209
10210         * lib/mkstemp.h: New file, since some standard headers
10211         #define mkstemp.
10212         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10213         Include "mkstemp.h".
10214         Make the _LIBC code resemble glibc original more,
10215         e.g., use K&R style.
10216         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10217         (mkstemp): Remove, since mkstemp.h does this for us.
10218         * lib/stdlib--.h: Include mkstemp.h.
10219
10220         Import this patch from libc:
10221
10222         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10223
10224         * lib/tempname.c (__gen_tempname): Change attempts_min
10225         into a macro.  Use preprocessor to decide how to initialize
10226         attempts [Coverity CID 67].
10227
10228 2006-09-20  Bruno Haible  <bruno@clisp.org>
10229
10230         * lib/mkdtemp.c: Import from libc.
10231         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10232                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10233                 attempts_min into a macro.  Use preprocessor to decide how to
10234                 initialize attempts [Coverity CID 67].
10235         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10236                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10237                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10238
10239 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10240
10241         * gnulib-tool (func_exit): New function, to allow to pass the
10242         exit status portably through the trap.  Use everywhere.
10243         (--help, --version): Signal a write error.
10244         (trap): catch SIGPIPE, for write errors.
10245         Exit at the end of the trap, with the correct exit status.
10246
10247 2006-09-19  Karl Berry  <karl@gnu.org>
10248
10249         * doc/gnulib.texi: note about the license texinfo files.
10250
10251 2006-09-19  Eric Blake  <ebb9@byu.net>
10252
10253         * gnulib-tool: Avoid space-tab.
10254
10255 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10256
10257         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10258         that prevented coreutils 6.1 from building.  Problem reported
10259         by Petter Reinholdtsen.
10260
10261 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10262
10263         * gnulib-tool (avoidlist): Fix typo that broke options like
10264         --avoid=lock that are used by coreutils bootstrap.
10265
10266 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10267
10268         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10269         more systematically.
10270
10271 2006-09-18  Jim Meyering  <jim@meyering.net>
10272
10273         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10274
10275 2006-09-18  Bruno Haible  <bruno@clisp.org>
10276
10277         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10278
10279 2006-09-18  Bruno Haible  <bruno@clisp.org>
10280
10281         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10282         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10283         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10284         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10285         * m4/gettext.m4: Require autoconf >= 2.52.
10286         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10287         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10288         of gl_cv_header_inttypes_h.
10289
10290 2006-09-18  Bruno Haible  <bruno@clisp.org>
10291
10292         * lib/javaversion.c: Include configmake.h.
10293
10294 2006-09-18  Bruno Haible  <bruno@clisp.org>
10295
10296         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10297         avoid that the while loops be executed in a subshell.
10298
10299 2006-09-18  Bruno Haible  <bruno@clisp.org>
10300
10301         * MODULES.html.sh (func_module): Break long lines.
10302         Suggested by Bruce Korb <bkorb@gnu.org>.
10303
10304 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10305
10306         Speed up by a factor of 1.12.
10307         * gnulib-tool (nl): New variable.
10308         (func_import): Rewrite include directive extraction to only read each
10309         directive once.
10310
10311 2006-09-17  Bruno Haible  <bruno@clisp.org>
10312
10313         * modules/javaversion (Makefile.am): Remove DEFS setting.
10314         (Depends-on): Add configmake, for PKGDATADIR definition.
10315
10316 2006-09-17  Bruno Haible  <bruno@clisp.org>
10317
10318         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10319
10320 2006-09-17  Bruno Haible  <bruno@clisp.org>
10321
10322         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10323         (func_modules_transitive_closure, func_modules_add_dummy,
10324         func_modules_to_filelist, func_import, func_create_testdir,
10325         func_create_megatestdir, ...): Use it wherever possible.
10326         Suggested by Ralf Wildenhues.
10327
10328 2006-09-16  Karl Berry  <karl@gnu.org>
10329
10330         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10331         to avoid sectioning errors.
10332         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10333         [ifinfo]: blank line after @center-ed titles.
10334         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10335         Spell FSF address consistently with others.
10336         (These changes approved by rms.)
10337
10338 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10339
10340         Speed up by a factor of 1.61.
10341         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10342         already checked module names again.
10343
10344 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10345
10346         Speed up by a factor of 1.13.
10347         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10348         for new_files, and the input to func_add_or_update.
10349
10350 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10351
10352         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10353         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10354
10355 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10356
10357         * modules/mkancesdirs (Depends-on): Add fcntl.
10358         * modules/savewd: New file.
10359         * MODULES.html.sh (File system functions): Add savewd.
10360
10361         * modules/configmake (Makefile.am): Add support for the
10362         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10363
10364 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10365
10366         * m4/savewd.m4: New file.
10367
10368 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10369
10370         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10371         (dirchownmod): New arg FD.  All callers changed.
10372         Use FD rather than opening the directory ourself, as opening is
10373         now the caller's responsibility.
10374         * lib/dirchownmod.h: Likewise.
10375         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10376         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10377         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10378         (test_dir): Remove.
10379         (mkancesdirs): Return length of prefix of FILE that has already
10380         been made, or -2 if there is a child doing the work.  Redo
10381         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10382         ".", and treat ".." specially since it might stray back into
10383         already-created areas.  Use a subprocess if necessary.  New arg
10384         WD; all users changed.  MAKE_DIR function should now return 1
10385         if it creates a directory that is not readable.  Return -2 if
10386         a child process is spun off.
10387         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10388         Adjust signature to match code.
10389         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10390         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10391         all users changed.
10392         * lib/savewd.c, lib/savewd.h: New files.
10393
10394 2006-09-15  Jim Meyering  <jim@meyering.net>
10395
10396         * modules/rename-dest-slash: New module.
10397         * MODULES.html.sh (posix_compat): Add it here.
10398
10399         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10400
10401 2006-09-15  Jim Meyering  <jim@meyering.net>
10402
10403         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10404         file.
10405
10406         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10407
10408 2006-09-15  Jim Meyering  <jim@meyering.net>
10409
10410         * lib/rename-dest-slash.c (has_trailing_slash): Use
10411         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10412         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10413         test before testing whether SRC is a directory.
10414         Suggestions from Bruno Haible.
10415
10416         Avoid a warning about an unused variable.
10417         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10418         into the #ifdef block where it's used.
10419
10420         * lib/rename-dest-slash.c: New file.
10421
10422 2006-09-14  Bruno Haible  <bruno@clisp.org>
10423
10424         * lib/allocsa.c: Include <config.h> unconditionally.
10425         * lib/asnprintf.c: Likewise.
10426         * lib/asprintf.c: Likewise.
10427         * lib/c-strcasecmp.c: Likewise.
10428         * lib/c-strcasestr.c: Likewise.
10429         * lib/c-strncasecmp.c: Likewise.
10430         * lib/c-strstr.c: Likewise.
10431         * lib/classpath.c: Likewise.
10432         * lib/clean-temp.c: Likewise.
10433         * lib/concatpath.c: Likewise.
10434         * lib/copy-file.c: Likewise.
10435         * lib/csharpcomp.c: Likewise.
10436         * lib/csharpexec.c: Likewise.
10437         * lib/execute.c: Likewise.
10438         * lib/fatal-signal.c: Likewise.
10439         * lib/findprog.c: Likewise.
10440         * lib/fwriteerror.c: Likewise.
10441         * lib/gl_array_list.c: Likewise.
10442         * lib/gl_array_oset.c: Likewise.
10443         * lib/gl_avltree_list.c: Likewise.
10444         * lib/gl_avltree_oset.c: Likewise.
10445         * lib/gl_avltreehash_list.c: Likewise.
10446         * lib/gl_carray_list.c: Likewise.
10447         * lib/gl_linked_list.c: Likewise.
10448         * lib/gl_linkedhash_list.c: Likewise.
10449         * lib/gl_list.c: Likewise.
10450         * lib/gl_oset.c: Likewise.
10451         * lib/gl_rbtree_list.c: Likewise.
10452         * lib/gl_rbtree_oset.c: Likewise.
10453         * lib/gl_rbtreehash_list.c: Likewise.
10454         * lib/imaxabs.c: Likewise.
10455         * lib/imaxdiv.c: Likewise.
10456         * lib/javacomp.c: Likewise.
10457         * lib/javaexec.c: Likewise.
10458         * lib/javaversion.c: Likewise.
10459         * lib/linebreak.c: Likewise.
10460         * lib/localcharset.c: Likewise.
10461         * lib/lock.c: Likewise.
10462         * lib/mbchar.c: Likewise.
10463         * lib/mbswidth.c: Likewise.
10464         * lib/mkdtemp.c: Likewise.
10465         * lib/pipe.c: Likewise.
10466         * lib/printf-args.c: Likewise.
10467         * lib/printf-parse.c: Likewise.
10468         * lib/progname.c: Likewise.
10469         * lib/progreloc.c: Likewise.
10470         * lib/readlink.c: Likewise.
10471         * lib/sh-quote.c: Likewise.
10472         * lib/stpcpy.c: Likewise.
10473         * lib/stpncpy.c: Likewise.
10474         * lib/strcasecmp.c: Likewise.
10475         * lib/strcasestr.c: Likewise.
10476         * lib/strcspn.c: Likewise.
10477         * lib/striconv.c: Likewise.
10478         * lib/strncasecmp.c: Likewise.
10479         * lib/strnlen1.c: Likewise.
10480         * lib/strstr.c: Likewise.
10481         * lib/strtok_r.c: Likewise.
10482         * lib/tls.c: Likewise.
10483         * lib/tmpdir.c: Likewise.
10484         * lib/unicodeio.c: Likewise.
10485         * lib/unsetenv.c: Likewise.
10486         * lib/vasnprintf.c: Likewise.
10487         * lib/vasprintf.c: Likewise.
10488         * lib/wait-process.c: Likewise.
10489         * lib/xallocsa.c: Likewise.
10490         * lib/xsetenv.c: Likewise.
10491         * lib/xstriconv.c: Likewise.
10492
10493 2006-09-13  Simon Josefsson  <jas@extundo.com>
10494
10495         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10496         that internally, suggested by Ralf Wildenhues
10497         <Ralf.Wildenhues@gmx.de>.
10498
10499 2006-09-13  Simon Josefsson  <jas@extundo.com>
10500
10501         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10502         @LIBOBJS@.
10503         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10504
10505 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10506
10507         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10508         longer worry about uses that don't define HAVE_CONFIG_H.
10509         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10510         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10511         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10512         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10513         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10514         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10515         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10516         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10517         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10518         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10519         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10520         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10521         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10522         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10523         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10524         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10525         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10526         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10527         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10528         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10529         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10530         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10531         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10532         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10533         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10534         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10535         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10536         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10537         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10538         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10539         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10540         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10541         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10542         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10543         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10544         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10545         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10546         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10547         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10548         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10549         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10550         Likewise.
10551
10552 2006-09-13  Eric Blake  <ebb9@byu.net>
10553
10554         * lib/getopt.c: Fix typo in last commit.
10555
10556 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10557
10558         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10559         dgettext.
10560
10561 2006-09-12  Jim Meyering  <jim@meyering.net>
10562
10563         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10564         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10565         Reported by Nelson H. F. Beebe.
10566
10567 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10568
10569         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10570         program_invocation_name and program_invocation_short_name are
10571         initialized.
10572         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10573         and program_invocation_short_name to argp.h, so they are visible
10574         to user programs.
10575         * lib/argp.h: Likewise
10576
10577 2006-09-10  Bruno Haible  <bruno@clisp.org>
10578
10579         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10580         m4/inttypes_h.m4, m4/uintmax_t.m4.
10581
10582 2006-09-10  Bruno Haible  <bruno@clisp.org>
10583
10584         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10585         gl_AC_TYPE_UINTMAX_T.
10586
10587 2006-09-10  Bruno Haible  <bruno@clisp.org>
10588
10589         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10590
10591 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10592
10593         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10594         convention.  Text proposed by Bruno Haible.
10595         (struct argp_option): Document the use of N_() wrappers.
10596
10597         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10598         '\v', and translate the two parts separately, instead of feeding
10599         the whole string to gettext.  This allows to exclude
10600         '\v' from the strings visible to the translator by writing doc
10601         strings as N_("..") "\v" N_("..").
10602
10603 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * config/srclist.txt: Undo latest change; the bug was fixed.
10606
10607 2006-09-09  Bruno Haible  <bruno@clisp.org>
10608
10609         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10610         assignments if building a library without libtool.
10611         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10612         in func_emit_lib_Makefile_am.
10613         (func_import): When building a static library libfoo.a, arrange to
10614         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10615         (func_create_testdir): Likewise.
10616         * modules/gc (configure.ac, Makefile.am): If building statically,
10617         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10618         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10619         * modules/striconv (configure.ac, Makefile.am): Likewise.
10620         Based on a suggestion by Ralf Wildenhues.
10621
10622 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10623
10624         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10625         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10626         Also:
10627
10628         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10629         Add year_2050_test to catch glibc bug 2821
10630         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10631
10632         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10633         Prefer #ifdef to #if.
10634
10635         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10636         Return from 'main' instead of calling 'exit'.
10637
10638 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10639
10640         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10641         returned the maximum time_t value rather than (time_t) -1.
10642         Problem originally reported by William Bardwell
10643         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10644
10645         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10646         Moved to here ...
10647         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10648         ... from here.
10649
10650 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10651
10652         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10653         2821 is fixed.
10654
10655 2006-09-08  Jim Meyering  <jim@meyering.net>
10656
10657         Don't make generated files read-only.  That would bother too many
10658         people.  However, do retain the ability to work when targets are
10659         read-only: remove the destination and temporary files before writing
10660         them (when generated via sed or echo), or by using the -f option for
10661         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10662         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10663         * modules/byteswap, modules/configmake, modules/fcntl:
10664         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10665         * modules/localcharset, modules/netinet_in, modules/poll:
10666         * modules/stdbool, modules/stdint, modules/sys_select:
10667         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10668
10669 2006-09-08  Jim Meyering  <jim@meyering.net>
10670
10671         Avoid new build failure on FreeBSD 6.0.
10672         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10673         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10674         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10675
10676 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10677
10678         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10679
10680 2006-09-07  Jim Meyering  <jim@meyering.net>
10681
10682         Fix global typo in last change: use chmod u-w, not chmod u-x.
10683         Spotted by Paul Eggert and Bruce Korb.
10684         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10685         * modules/byteswap, modules/configmake, modules/fcntl:
10686         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10687         * modules/localcharset, modules/netinet_in, modules/poll:
10688         * modules/stdbool, modules/stdint, modules/sys_select:
10689         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10690
10691 2006-09-06  Jim Meyering  <jim@meyering.net>
10692
10693         Make generated files be read-only.
10694         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10695         Ensure that each generated file is now read-only.
10696         * modules/argz: Likewise.
10697         * modules/arpa_inet: Likewise.
10698         * modules/byteswap: Likewise.
10699         * modules/configmake: Likewise.
10700         * modules/fcntl: Likewise.
10701         * modules/fnmatch: Likewise.
10702         * modules/getopt: Likewise.
10703         * modules/glob: Likewise.
10704         * modules/inttypes: Likewise.
10705         * modules/netinet_in: Likewise.
10706         * modules/poll: Likewise.
10707         * modules/stdbool: Likewise.
10708         * modules/stdint: Likewise.
10709         * modules/sys_select: Likewise.
10710         * modules/sys_socket: Likewise.
10711         * modules/sys_stat: Likewise.
10712         * modules/sysexits: Likewise.
10713         * modules/localcharset: Same as above, but continue using temporary
10714         file named "t-$@" (why different?) rather than the "$@-t" used
10715         everywhere else.
10716
10717         * modules/sysexits (Makefile.am): Replace literal occurrences
10718         of "sysexit.h" more readable, and more consistent, "$@".
10719
10720 2006-09-06  Bruno Haible  <bruno@clisp.org>
10721
10722         * modules/striconv: New file.
10723         * modules/xstriconv: New file.
10724         * MODULES.html.sh (Internationalization functions): Add striconv,
10725         xstriconv.
10726
10727 2006-09-06  Bruno Haible  <bruno@clisp.org>
10728
10729         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10730         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10731         not using libtool correctly.
10732
10733 2006-09-06  Bruno Haible  <bruno@clisp.org>
10734
10735         * lib/striconv.h: New file.
10736         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10737         iconvstring.c.
10738         * lib/xstriconv.h: New file.
10739         * lib/xstriconv.c: New file.
10740
10741 2006-09-06  Bruno Haible  <bruno@clisp.org>
10742
10743         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10744         lib_..._LDFLAGS.
10745
10746 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10747
10748         * lib/argz_.h: Sync from Libtool.
10749
10750         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10751                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10752
10753         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10754
10755 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10756
10757         * modules/trim: New file.
10758
10759 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10760
10761         * lib/trim.h: New file.
10762         * lib/trim.c: New file.
10763
10764 2006-09-05  Bruno Haible  <bruno@clisp.org>
10765
10766         * MODULES.html.sh (String handling): Add trim.
10767
10768 2006-09-04  Karl Berry  <karl@gnu.org>
10769
10770         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10771         until next release.
10772
10773 2006-09-03  Bruno Haible  <bruno@clisp.org>
10774
10775         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10776         correctly.
10777
10778 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10779
10780         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10781         not gl_GETLOADAVG.  Omit unneeded semicolons.
10782         Problems reported by Ralf Wildenhues in
10783         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10784         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10785         at the end, which is the usual gnulib style.
10786
10787         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10788         of doing all the work ourselves.
10789         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10790         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10791
10792 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10793
10794         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10795         Problem reported by Ralf Wildenhues in
10796         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10797
10798         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10799         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10800
10801 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10802
10803         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10804         yesterday's patch by changing test -n to test -z.
10805
10806 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10807
10808         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10809         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10810         the former is now obsolescent.
10811
10812         * modules/chdir-long (Depends-on): Add fcntl.
10813
10814 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10815
10816         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10817         obsolescent, and programs should use gnulib instead.
10818         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10819         but with prefixes changed.
10820
10821 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10822
10823         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10824         or stdbool.h, because they might not exist while configuring.
10825
10826         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10827         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10828         does that for us.
10829         (O_DIRECTORY): Remove.
10830
10831 2006-08-31  Eric Blake  <ebb9@byu.net>
10832
10833         * gnulib-tool: Don't let emacs change spaces to TAB.
10834
10835 2006-08-31  Bruno Haible  <bruno@clisp.org>
10836
10837         * gnulib-tool: When calling func_import more than once, do it in a
10838         subshell.
10839         Reported by Eric Blake <ebb9@byu.net>.
10840
10841 2006-08-31  Bruno Haible  <bruno@clisp.org>
10842
10843         * gnulib-tool (nl): Remove variable.
10844         (sed_transform_lib_file): Use more robust test for config-h module.
10845         (func_import): Fix typo in 2006-08-25 patch.
10846
10847 2006-08-31  Bruno Haible  <bruno@clisp.org>
10848
10849         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10850         specified, augment Makefile.am variables instead of assigning them.
10851
10852 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         Work around a bug in both the Linux and SunOS 64-bit kernels:
10855         nanosleep mishandles sleeps for longer than 2**31 seconds.
10856         Problem reported by Frank v Waveren in
10857         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10858         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10859         Check for nanosleep bug.
10860         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10861
10862 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         Work around a bug in both the Linux and SunOS 64-bit kernels:
10865         nanosleep mishandles sleeps for longer than 2**31 seconds.
10866         Problem reported by Frank v Waveren in
10867         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10868         * lib/nanosleep.c (BILLION): New constant.
10869         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10870         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10871         implementation.
10872
10873 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10874
10875         * modules/nanosleep (Depends-on): Add gettime.
10876
10877 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10878         and Simon Josefsson  <jas@extundo.com>
10879         and Oskar Liljeblad  <oskar@osk.mine.nu>
10880
10881         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10882         * gnulib-tool (func_import): New license type 'unmodifiable license
10883         text'.
10884         * modules/fdl: Use it.  Longer description.
10885         * module/gpl, module/lgpl: New files.
10886
10887 2006-08-30  Jim Meyering  <jim@meyering.net>
10888
10889         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10890         shadowing the parameter.
10891
10892 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10893
10894         Sync from Libtool:
10895
10896         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10897
10898         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10899         sharing with gnulib.  Report by Eric Blake.
10900
10901 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10902
10903         * modules/isapipe: New file.
10904         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10905
10906 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10907
10908         * modules/configmake (Makefile.am): Add a comment, and omit
10909         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10910         by Bruno Haible.
10911
10912 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10913
10914         * m4/isapipe.m4: New file.
10915
10916 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10917
10918         * lib/isapipe.c, lib/isapipe.h: New files.
10919
10920 2006-08-29  Jim Meyering  <jim@meyering.net>
10921
10922         * modules/configmake (Makefile.am): Make configmake.h depend on
10923         Makefile.  Otherwise, a stale configmake.h could hang around.
10924
10925 2006-08-29  Eric Blake  <ebb9@byu.net>
10926
10927         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10928         resolution of upstream bug 3044.
10929
10930 2006-08-29  Bruno Haible  <bruno@clisp.org>
10931
10932         * modules/localcharset (Depends-on): Add configmake.
10933         (Makefile.am): Remove setting of LIBDIR through DEFS.
10934
10935 2006-08-29  Bruno Haible  <bruno@clisp.org>
10936
10937         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10938         defined.
10939
10940 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * modules/fcntl: New file.
10943         * modules/chdir-safer (Depends-on): Add fcntl.
10944         * modules/fts: Likewise.
10945         * modules/mkdir-p: Likewise.
10946
10947         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10948         This undoes the most recent change, since we're now addressing the
10949         problem in a different way.
10950
10951         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10952         into output, since the output might be called Makefile.am even
10953         if $makefile_name is something different.
10954         (func_import): Use $makefile_am rather than
10955         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10956         empty.
10957
10958         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10959
10960 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10961
10962         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10963         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10964         recent change to stdint.m4, since we're now addressing the problem in a
10965         different way.
10966
10967 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10968
10969         * m4/fcntl_h.m4: New file.
10970
10971 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10972
10973         * lib/fcntl_.h: New file.
10974         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10975         the fcntl module.
10976         * lib/dirchownmod.c: Likewise.
10977         * lib/fts.c: Likewise.
10978
10979         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10980         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10981         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10982         just before including <inttypes.h>, to avoid circular inclusion.
10983
10984 2006-08-28  Jim Meyering  <jim@meyering.net>
10985
10986         * doc/visibility.texi: Actually read and correct the grammar of the
10987         sentence affected by yesterday's change.
10988
10989 2006-08-28  Eric Blake  <ebb9@byu.net>
10990
10991         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10992         needs wrapper.
10993
10994 2006-08-28  Eric Blake  <ebb9@byu.net>
10995
10996         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10997
10998 2006-08-28  Eric Blake  <ebb9@byu.net>
10999
11000         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11001
11002 2006-08-28  Bruno Haible  <bruno@clisp.org>
11003
11004         * modules/c-strstr: New file, from GNU gettext.
11005         * MODULES.html.sh (String handling): Add c-strstr.
11006
11007 2006-08-28  Bruno Haible  <bruno@clisp.org>
11008
11009         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11010         macros.
11011         Reported by Eric Blake.
11012
11013 2006-08-28  Bruno Haible  <bruno@clisp.org>
11014
11015         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11016         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11017         * lib/vasprintf.c: Include errno.h, limits.h.
11018         (EOVERFLOW): New fallback definition.
11019         (vasprintf): Test here whether the string length is > INT_MAX.
11020         * lib/vsnprintf.c: Include errno.h, limits.h.
11021         (EOVERFLOW): New fallback definition.
11022         (vsnprintf): Fix bug when generated string was too long for the buffer.
11023         Test here whether the string length is > INT_MAX.
11024
11025 2006-08-28  Bruno Haible  <bruno@clisp.org>
11026
11027         * lib/inttypes_.h (SCNX*): Remove definitions.
11028         Reported by Eric Blake.
11029
11030 2006-08-28  Bruno Haible  <bruno@clisp.org>
11031
11032         * lib/c-strstr.h: New file, from GNU gettext.
11033         * lib/c-strstr.c: New file, from GNU gettext.
11034
11035 2006-08-28  Bruno Haible  <bruno@clisp.org>
11036
11037         * gnulib-tool: Reorder some statements.
11038
11039 2006-08-28  Bruno Haible  <bruno@clisp.org>
11040
11041         * gnulib-tool: New option --makefile-name.
11042         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11043         $makefile_name.
11044         (func_import): Write $makefile_name to the cache file, and read it from
11045         there unless explicitly specified. Use $makefile_name as file name
11046         instead of Makefile.am. Adjust the recommendations accordingly.
11047
11048 2006-08-28  Bruno Haible  <bruno@clisp.org>
11049
11050         * gnulib-tool (func_verify_module): Check against misapplying patch.
11051
11052 2006-08-28  Bruno Haible  <bruno@clisp.org>
11053
11054         * gnulib-tool (func_relativize, func_relconcat): New functions.
11055         Give an error if --local-dir is given with --update.
11056         Remove trailing slashes from $local_gnulib_dir.
11057         (func_import): Store the relativized $local_gnulib_dir in
11058         gnulib-cache.m4, and read it from there if not specified explicitly.
11059
11060 2006-08-28  Bruno Haible  <bruno@clisp.org>
11061
11062         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11063         is the current directory. Respect also $local_gnulib_dir.
11064
11065 2006-08-28  Bruno Haible  <bruno@clisp.org>
11066             Simon Josefsson  <jas@extundo.com>
11067
11068         BeOS portability.
11069         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11070
11071 2006-08-27  Jim Meyering  <jim@meyering.net>
11072
11073         * doc/visibility.texi: Remove duplicate word: "pointer".
11074
11075 2006-08-26  Bruno Haible  <bruno@clisp.org>
11076
11077         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11078         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11079         (Makefile.am): Create inttypes.h from inttypes_.h.
11080         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11081
11082         * modules/imaxabs: New file.
11083
11084         * modules/imaxdiv: New file.
11085
11086 2006-08-26  Bruno Haible  <bruno@clisp.org>
11087
11088         * m4/inttypes.m4: New file.
11089         * m4/_inttypes_h.m4: Remove file.
11090         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11091         PRI_MACROS_BROKEN.
11092         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11093
11094         * m4/imaxabs.m4: New file.
11095
11096         * m4/imaxdiv.m4: New file.
11097
11098 2006-08-26  Bruno Haible  <bruno@clisp.org>
11099
11100         * lib/inttypes_.h: New file.
11101         * lib/inttypes.h: Remove file.
11102         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11103
11104         * lib/imaxabs.c: New file.
11105
11106         * lib/imaxdiv.c: New file.
11107
11108 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11109
11110         New config-h module, so that "make" output needn't be cluttered
11111         by -DHAVE_CONFIG_H.
11112         * MODULES.html.sh (Support for building libraries and executables):
11113         Add config-h.
11114         * modules/config-h: New file.
11115         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11116         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11117         the config-h module is used.
11118
11119         New configmake module, so that "make" output needn't be cluttered
11120         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11121         * MODULES.html.sh (Support for building libraries and executables):
11122         Add configmake.
11123         * modules/configmake: New file.
11124
11125 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11126
11127         * m4/config-h.m4: New file.
11128
11129 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11130
11131         * config/srclist.txt: Add elisp-comp.
11132
11133 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11134
11135         * MODULES.html.sh (Support for building libraries and executables):
11136         Add elisp-comp.
11137         * build-aux/elisp-comp: New file.
11138         * modules/elisp-comp: New file.
11139
11140 2006-08-24  Bruno Haible  <bruno@clisp.org>
11141
11142         * gnulib-tool (func_create_testdir): Use non-default values of
11143         sourcebase and m4base.
11144
11145 2006-08-24  Bruno Haible  <bruno@clisp.org>
11146
11147         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11148         HTML structure.
11149
11150 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11151
11152         * modules/openat (Depends-on): Add lchown.
11153
11154 2006-08-23  Bruno Haible  <bruno@clisp.org>
11155
11156         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11157         of gl_LOCK_EARLY instead of gl_LOCK.
11158
11159 2006-08-23  Bruno Haible  <bruno@clisp.org>
11160
11161         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11162         on OSF/1 to no.
11163         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11164
11165 2006-08-23  Bruno Haible  <bruno@clisp.org>
11166
11167         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11168         as unusable.
11169
11170         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11171         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11172         (gl_LOCK): New macro.
11173
11174 2006-08-22  Simon Josefsson  <jas@extundo.com>
11175
11176         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11177         to md5 module.
11178
11179 2006-08-22  Simon Josefsson  <jas@extundo.com>
11180
11181         * MODULES.html.sh: Add "Support for maintaining and release
11182         projects".
11183
11184         * build-aux/gnupload: New file, from coreutils.
11185
11186 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11187
11188         Avoid the need for AC_LIBSOURCES in m4 macros.
11189         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11190         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11191         * modules/check-version (EXTRA_DIST): Add check-version.h.
11192         * modules/crc (EXTRA_DIST): Add crc.h.
11193         * modules/des (EXTRA_DIST): Add des.h.
11194         * modules/gc (EXTRA_DIST): Add gc.h.
11195         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11196         * modules/getline (EXTRA_DIST): Add getline.h.
11197         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11198         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11199         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11200         * modules/md2 (EXTRA_DIST): Add md2.h.
11201         * modules/md4 (EXTRA_DIST): Add md4.h.
11202         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11203         * modules/read-file (EXTRA_DIST): Add read-file.h.
11204         * modules/readline (EXTRA_DIST): Add readline.h.
11205         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11206         rijndael-api-fst.h.
11207
11208 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11209
11210         * m4/rijndael.m4 (gl_ARCFOUR):
11211         * m4/arctwo.m4 (gl_ARCTWO):
11212         * m4/check-version.m4 (gl_CHECK_VERSION):
11213         * m4/crc.m4 (gl_CRC):
11214         * m4/des.m4 (gl_DES):
11215         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11216         * m4/gc.m4 (gl_GC):
11217         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11218         * m4/getline.m4 (gl_FUNC_GETLINE):
11219         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11220         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11221         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11222         * m4/md2.m4 (gl_MD2):
11223         * m4/md4.m4 (gl_MD4):
11224         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11225         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11226         * m4/readline.m4 (gl_FUNC_READLINE):
11227         * m4/rijndael.m4 (gl_RIJNDAEL):
11228         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11229         to get the necessary .h files and whatnot.
11230
11231 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11232
11233         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11234         gnulib rather than the other way around.
11235         * config/srclistvars.sh (COREUTILS): Remove.
11236
11237 2006-08-22  Jim Meyering  <jim@meyering.net>
11238
11239         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11240
11241         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11242
11243 2006-08-22  Eric Blake  <ebb9@byu.net>
11244
11245         * modules/regexprops-generic: New file.
11246         * MODULES.html.sh (Support for building documentation): List it.
11247
11248 2006-08-22  Eric Blake  <ebb9@byu.net>
11249
11250         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11251         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11252         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11253         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11254
11255 2006-08-22  Bruno Haible  <bruno@clisp.org>
11256
11257         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11258         and lib_LTLIBRARIES like the other lib_* variables.
11259
11260 2006-08-22  Bruno Haible  <bruno@clisp.org>
11261
11262         * build-aux/x-to-1.in: New file, from GNU gettext.
11263
11264 2006-08-22  Bruno Haible  <bruno@clisp.org>
11265
11266         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11267         <utmpx.h> exists.
11268
11269 2006-08-22  Bruno Haible  <bruno@clisp.org>
11270
11271         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11272         <utmpx.h> exists.
11273
11274 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11275
11276         BeOS portability.
11277         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11278         exist.
11279         Problem reported by Bruno Haible.
11280
11281 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11282
11283         Avoid the need for AC_LIBSOURCES in m4 macros.
11284         * modules/acl (EXTRA_DIST): Add acl.h.
11285         * modules/argmatch (Files): Add m4/argmatch.m4.
11286         (configure.ac): Add gl_ARGMATCH.
11287         (EXTRA_DIST): Renamed from lib_SOURCES, for
11288         consistency with the other modules.  Remove argmatch.c.
11289         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11290         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11291         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11292         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11293         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11294         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11295         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11296         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11297         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11298         * modules/closeout (EXTRA_DIST): Add closeout.h.
11299         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11300         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11301         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11302         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11303         dirname.h; remove basename.c and stripslash.c.
11304         * modules/exclude (EXTRA_DIST): Add exclude.h.
11305         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11306         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11307         * modules/file-type (EXTRA_DIST): Add file-type.h.
11308         * modules/filemode (EXTRA_DIST): Add filemode.h.
11309         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11310         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11311         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11312         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11313         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11314         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11315         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11316         * modules/getdate (EXTRA_DIST): Add getdate.c.
11317         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11318         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11319         * modules/getpass (EXTRA_DIST): Add getpass.h.
11320         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11321         * modules/group-member (EXTRA_DIST): Add group-member.h.
11322         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11323         * modules/hash (EXTRA_DIST): Add hash.h.
11324         * modules/human (EXTRA_DIST): Add human.h.
11325         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11326         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11327         * modules/lchown (EXTRA_DIST): Add lchown.h.
11328         * modules/long-options (EXTRA_DIST): Add long-options.h.
11329         * modules/lstat (EXTRA_DIST): Add lstat.h.
11330         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11331         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11332         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11333         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11334         * modules/memxor (EXTRA_DIST): Add memxor.h.
11335         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11336         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11337         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11338         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11339         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11340         * modules/physmem (EXTRA_DIST): Add physmem.h.
11341         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11342         * modules/posixver (EXTRA_DIST): Add posixver.h.
11343         * modules/quote (EXTRA_DIST): Add quote.h.
11344         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11345         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11346         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11347         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11348         regex_internal.h regexec.c.
11349         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11350         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11351         * modules/same (EXTRA_DIST): Add same.h.
11352         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11353         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11354         * modules/savedir (EXTRA_DIST): Add savedir.h.
11355         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11356         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11357         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11358         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11359         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11360         * modules/strdup (EXTRA_DIST): Add strdup.h.
11361         * modules/strftime (EXTRA_DIST): Add strftime.h.
11362         * modules/strndup (EXTRA_DIST): Add strndup.h.
11363         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11364         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11365         * modules/time_r (EXTRA_DIST): Add time_r.h.
11366         * modules/timespec (EXTRA_DIST): Add timespec.h.
11367         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11368         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11369         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11370         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11371         * modules/userspec (EXTRA_DIST): Add userspec.h.
11372         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11373         * modules/utimens (EXTRA_DIST): Add utimens.h.
11374         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11375         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11376         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11377         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11378         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11379         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11380         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11381         * modules/yesno (EXTRA_DIST): Add yesno.h.
11382
11383 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11384
11385         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11386
11387         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11388         * m4/dev-ino.m4, same-inode.m4: Remove.
11389
11390         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11391         * m4/acl.m4 (AC_FUNC_ACL):
11392         * m4/backupfile.m4 (gl_BACKUPFILE):
11393         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11394         * m4/canon-host.m4 (gl_CANON_HOST):
11395         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11396         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11397         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11398         * m4/cloexec.m4 (gl_CLOEXEC):
11399         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11400         * m4/closeout.m4 (gl_CLOSEOUT):
11401         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11402         * m4/dirname.m4 (gl_DIRNAME):
11403         * m4/exclude.m4 (gl_EXCLUDE):
11404         * m4/exitfail.m4 (gl_EXITFAIL):
11405         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11406         * m4/file-type.m4 (gl_FILE_TYPE):
11407         * m4/filemode.m4 (gl_FILEMODE):
11408         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11409         * m4/fpending.m4 (gl_FUNC_FPENDING):
11410         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11411         * m4/fts.m4 (gl_FUNC_FTS):
11412         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11413         * m4/getdate.m4 (gl_GETDATE):
11414         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11415         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11416         * m4/getpass.m4 (gl_FUNC_GETPASS):
11417         * m4/gettime.m4 (gl_GETTIME):
11418         * m4/getugroups.m4 (gl_GETUGROUPS):
11419         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11420         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11421         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11422         * m4/hash.m4 (gl_HASH):
11423         * m4/idcache.m4 (gl_IDCACHE):
11424         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11425         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11426         * m4/long-options.m4 (gl_LONG_OPTIONS):
11427         * m4/lstat.m4 (gl_FUNC_LSTAT):
11428         * m4/md5.m4 (gl_MD5):
11429         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11430         * m4/memcoll.m4 (gl_MEMCOLL):
11431         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11432         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11433         * m4/memxor.m4 (gl_MEMXOR):
11434         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11435         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11436         * m4/modechange.m4 (gl_MODECHANGE):
11437         * m4/mountlist.m4 (gl_MOUNTLIST):
11438         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11439         * m4/openat.m4 (gl_FUNC_OPENAT):
11440         * m4/pathmax.m4 (gl_PATHMAX):
11441         * m4/physmem.m4 (gl_PHYSMEM):
11442         * m4/posixtm.m4 (gl_POSIXTM):
11443         * m4/posixver.m4 (gl_POSIXVER):
11444         * m4/quote.m4 (gl_QUOTE):
11445         * m4/quotearg.m4 (gl_QUOTEARG):
11446         * m4/readtokens.m4 (gl_READTOKENS):
11447         * m4/readutmp.m4 (gl_READUTMP):
11448         * m4/regex.m4 (gl_REGEX):
11449         * m4/safe-read.m4 (gl_SAFE_READ):
11450         * m4/safe-write.m4 (gl_SAFE_WRITE):
11451         * m4/same.m4 (gl_SAME):
11452         * m4/save-cwd.m4 (gl_SAVE_CWD):
11453         * m4/savedir.m4 (gl_SAVEDIR):
11454         * m4/settime.m4 (gl_SETTIME):
11455         * m4/sha1.m4 (gl_SHA1):
11456         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11457         * m4/stat-macros.m4 (gl_STAT_MACROS):
11458         * m4/stat-time.m4 (gl_STAT_TIME):
11459         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11460         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11461         * m4/strdup.m4 (gl_FUNC_STRDUP):
11462         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11463         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11464         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11465         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11466         * m4/time_r.m4 (gl_TIME_R):
11467         * m4/timespec.m4 (gl_TIMESPEC):
11468         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11469         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11470         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11471         * m4/userspec.m4 (gl_USERSPEC):
11472         * m4/utimecmp.m4 (gl_UTIMECMP):
11473         * m4/utimens.m4 (gl_UTIMENS):
11474         * m4/xalloc.m4 (gl_XALLOC):
11475         * m4/xgetcwd.m4 (gl_XGETCWD):
11476         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11477         * m4/xreadlink.m4 (gl_XREADLINK):
11478         * m4/xstrtod.m4 (gl_XSTRTOD):
11479         * m4/yesno.m4 (gl_YESNO):
11480         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11481         to get the necessary .h files and whatnot.
11482
11483 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11484             Bruno Haible  <bruno@clisp.org>
11485
11486         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11487         /bin/sh understanding of '!' conditional negation.
11488
11489 2006-08-21  Jim Meyering  <jim@meyering.net>
11490
11491         * modules/openat (Depends-on): Really alphabetize.
11492
11493         * modules/acl (Depends-on): Add error and quote.
11494
11495         * check-module (find_included_lib_files): Add at-func.c to the
11496         ok-to-include-more-than-once white list.
11497
11498         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11499
11500 2006-08-21  Bruno Haible  <bruno@clisp.org>
11501
11502         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11503         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11504         Reported by Martin Lambers <marlam@marlam.de>.
11505
11506 2006-08-21  Bruno Haible  <bruno@clisp.org>
11507
11508         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11509         specify an installation location, don't emit a noinst_LIBRARIES or
11510         noinst_LTLIBRARIES assignment.
11511
11512 2006-08-21  Bruno Haible  <bruno@clisp.org>
11513
11514         BeOS portability.
11515         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11516         BeOS has mbrtowc() but no <wctype.h>.
11517
11518 2006-08-21  Bruno Haible  <bruno@clisp.org>
11519
11520         BeOS portability.
11521         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11522         exist.
11523
11524 2006-08-21  Bruno Haible  <bruno@clisp.org>
11525
11526         BeOS portability.
11527         * lib/mbchar.h: Include <wctype.h> only if it exists.
11528
11529 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         Remove files that are no longer needed by their respective modules.
11532         * m4/obstack.m4: Remove.
11533         * m4/strerror_r.m4: Remove.
11534         * m4/uint32_t.m4: Remove.
11535         * m4/uintptr_t.m4: Remove.
11536         * m4/ullong_max.m4: Remove.
11537         * m4/xstrtoimax.m4: Remove.
11538         * m4/xstrtoumax.m4: Remove.
11539
11540         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11541         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11542         dependencies now capture this.
11543
11544         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11545         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11546         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11547         * m4/human.m4 (gl_HUMAN): Likewise.
11548         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11549         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11550
11551         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11552
11553         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11554         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11555         stdint.
11556         * m4/human.m4 (gl_HUMAN): Likewise.
11557         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11558         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11559         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11560         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11561         * m4/xstrtol (gl_XSTRTOL): Likewise.
11562
11563         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11564         AC_TYPE_LONG_LONG_INT.
11565         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11566         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11567         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11568         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11569
11570         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11571         on stdbool.
11572
11573         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11574         (gl_PREREQ_XSTRTOUL): Remove.
11575
11576         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11577
11578         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11579         mode.
11580
11581 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11582
11583         Add and change modules to make it easier for coreutils to use
11584         gnulib-tool.
11585         * modules/backupfile (Files): Remove m4/d-ino.m4.
11586         (Depends-on): Add d-ino.
11587         * modules/cycle-check (Depends-on): Add stdint.
11588         (lib_SOURCES): Add cycle-check.h.
11589         * modules/d-ino: New module.
11590         * modules/d-type: New module.
11591         * modules/error (Files): Remove m4/strerror_r.m4.
11592         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11593         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11594         m4/inttypes_h.m4, m4/uintmax_t.m4.
11595         (Depends-on): Add stdint.
11596         (lib_SOURCES): Add fsusage.h.
11597         * modules/getcwd (Files): Remove d-ino.m4.
11598         (Depends-on): Add d-ino.
11599         * modules/getndelim2 (Depends-on): Add stdint.
11600         * modules/glob (Files): Remove m4/d-type.m4.
11601         (Depends-on): Add d-type.
11602         * modules/host-os: New module.
11603         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11604         m4/inttypes_h.m4, m4/uintmax_t.m4.
11605         * Depends-on: Add stdint.
11606         (lib_SOURCES): Add human.h.
11607         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11608         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11609         m4/uintmax_t.m4, m4/ulonglong.m4.
11610         (Depends-on): Add stdint.
11611         (EXTRA_DIST): Add inttostr.h.
11612         * modules/lchmod: New module.
11613         * modules/link-follow: New module.
11614         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11615         (Depends-on): Add lchmod.
11616         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11617         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11618         (Depends-on): Add stdint.
11619         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11620         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11621         (Depends-on): Add stdint.
11622         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11623         * modules/perl: New module.
11624         * modules/regex (Depends-on): Add stdint.
11625         * modules/rmdir-errno: New module.
11626         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11627         m4/intmax_t.m4.
11628         (Depends-on): Add stdint.
11629         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11630         m4/uintmax_t.m4.
11631         (Depends-on): Add stdint.
11632         * modules/unlink-busy: New module.
11633         * modules/utimecmp (Depends-on): Add stdint.
11634         * modules/uptime: New module.
11635         * modules/winsz-ioctl: New module.
11636         * modules/winsz-termios: New module.
11637         * modules/xnanosleep (Depends-on): Add nanosleep.
11638         * modules/ullong_max: Remove.
11639         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11640         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11641         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11642         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11643         (Depends-on): Add inttypes.
11644         (lib_SOURCES): Add xstrtol.h.
11645         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11646         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11647         * MODULES.html.sh: Move 'assert' into the assert section.
11648         Move 'dummy' into the linking section.
11649         Remove ullong_max.
11650         Add section for compatibility checks for POSIX:2001 functions,
11651         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11652         winsz-ioctl, and winsz-termios into it.
11653         Add lchmod.
11654         Add top-level Misc section and put host-os, perl, and uptime
11655         into it.
11656
11657 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11658
11659         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11660         now assume the stdint module.  Do not include inttypes.h.
11661         * lib/fsusage.h: Likewise.
11662         * lib/getndelim2.c: Likewise.
11663         * lib/human.h: Likewise.
11664         * lib/inttostr.h: Likewise.
11665         * lib/obstack.c: Likewise.
11666         * lib/regex_internal.h: Likewise.
11667         * lib/tempname.c: Likewise.
11668         * lib/utimecmp.c: Likewise.
11669         * lib/xstrtol.h: Likewise.
11670
11671         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11672
11673         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11674         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11675         * lib/xtime.h: Likewise.
11676
11677 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11678
11679         * modules/openat (Files): Add lib/fchmodat.c.
11680         Fixes problem reported by Jay Youngman.
11681
11682 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11683
11684         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11685         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11686
11687 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11688             Bruno Haible  <bruno@clisp.org>
11689
11690         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11691         and is a script that invokes bison. Tighten the code. Add comments.
11692
11693 2006-08-18  Jim Meyering  <jim@meyering.net>
11694
11695         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11696         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11697         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11698         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11699
11700 2006-08-18  Bruno Haible  <bruno@clisp.org>
11701
11702         * modules/bison-i18n: New file.
11703         * MODULES.html.sh (Internationalization functions): Add it.
11704
11705 2006-08-18  Bruno Haible  <bruno@clisp.org>
11706
11707         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11708         sys/statvfs.h. When getmntinfo was found, check its declaration and
11709         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11710
11711 2006-08-18  Bruno Haible  <bruno@clisp.org>
11712
11713         * m4/bison-i18n.m4: New file, from bison.
11714
11715 2006-08-18  Bruno Haible  <bruno@clisp.org>
11716
11717         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11718         (ME_DUMMY): Treat "kernfs" as a dummy.
11719         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11720
11721 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         Update from coreutils.
11724
11725         2006-08-15  Jim Meyering  <jim@meyering.net>
11726
11727         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11728
11729         2006-01-17  Jim Meyering  <jim@meyering.net>
11730
11731         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11732
11733         2006-01-11  Jim Meyering  <jim@meyering.net>
11734
11735         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11736         Check for the lchmod function.
11737
11738 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11739
11740         Update from coreutils.
11741
11742         * lib/__fpending.h: Add copyright notice.
11743         * lib/fprintftime.h: Likewise.
11744         * lib/savedir.c: Use (C) in copyright notice.
11745         * lib/savedir.h: Likewise.
11746
11747         2006-08-15  Jim Meyering  <jim@meyering.net>
11748
11749         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11750         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11751         in support of the EXPECTED_ERRNO macro.
11752         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11753         definitions.  Instead, define the appropriate symbols and include
11754         "at-func.c".
11755         * lib/mkdirat.c (mkdirat): Likewise.
11756         * lib/fchmodat.c (fchmodat): Likewise.
11757         (ENOSYS): Remove definition.
11758         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11759         it.  Don't include "unistd--.h" -- it wasn't ever used.
11760
11761         2006-01-17  Jim Meyering  <jim@meyering.net>
11762
11763         Rewrite fts.c not to change the current working directory,
11764         by using openat, fstatat, fdopendir, etc..
11765
11766         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11767         (HAVE_OPENAT_SUPPORT): Define.
11768         [_LIBC] (fchdir): Don't undef or define; no longer used.
11769         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11770         Now, this `function' always succeeds, and consumes its file descriptor
11771         parameter -- so callers must not close such FDs.  Update callers.
11772         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11773         (diropen): Add parameter, SP.  Adjust all callers.
11774         Implement using diropen_fd, rather than open.
11775         (fts_open): Initialize new member, fts_cwd_fd.
11776         Remove fts_rft-setting code.
11777         (fts_close): Close fts_cwd_fd, if necessary.
11778         (__opendir2): Define in terms of opendir or opendirat,
11779         depending on whether the FST_NOCHDIR flag is set.
11780         (fts_build): Since fts_safe_changedir consumes its FD, and since
11781         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11782         and close the dup'd file descriptor upon failure.
11783         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11784         (fts_safe_changedir): Tweak semantics to reflect that this function
11785         now calls cwd_advance_fd and hence consumes its FD argument.
11786         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11787         [struct FTS] (fts_rft): Remove now-unused member.
11788         [struct FTS] (fts_cycle.state): Improve comment.
11789
11790         * lib/openat.c (openat_needs_fchdir): New function.
11791         * lib/openat.h (openat_needs_fchdir): Declare it.
11792
11793 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11794
11795         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11796         Problem and fix reported by Pádraig Brady in
11797         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11798
11799 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11800
11801         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11802
11803 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11804
11805         * lib/memcoll.c (memcoll): Optimize for the common case where the
11806         arguments are bytewise equal.
11807
11808 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         * doc/regexprops-generic.texi: Add a copyright notice.
11811
11812 2006-08-15  Bruno Haible  <bruno@clisp.org>
11813
11814         * modules/tmpdir (License): Change to LGPL.
11815
11816 2006-08-15  Bruno Haible  <bruno@clisp.org>
11817
11818         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11819         module.
11820
11821 2006-08-14  Simon Josefsson  <jas@extundo.com>
11822
11823         * config/srclist.txt: Add gnupload.
11824
11825 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11826
11827         Change copyright notice from LGPL 2 to GPL 2, since that's the
11828         standard form used in the gnulib repository.
11829         * tests/test-lock.c: Likewise.
11830         * tests/test-stdint.c: Likewise.
11831         * tests/test-tls.c: Likewise.
11832
11833         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11834         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11835         Add copyright notice.
11836
11837         * check-module: Add copyright notice.  Output a copyright
11838         notice if "--version" is specified.
11839         * modules/COPYING: New file.
11840         * tests/test-getaddrinfo.c: Add copyright notice.
11841         * tests/test-verify.c: Likewise.
11842
11843 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11844
11845         Change copyright notice from LGPL 2 to GPL 2, since that's the
11846         standard form used in the gnulib repository.
11847         * lib/lock.c: LGPL -> GPL.
11848         * lib/lock.h: Likewise.
11849         * lib/strnlen1.c: Likewise.
11850         * lib/strnlen1.h: Likewise.
11851         * lib/tls.c: Likewise.
11852         * lib/tls.h: Likewise.
11853         * lib/tmpdir.c: Likewise.
11854
11855         * lib/TODO: Remove; this belongs only in coreutils.
11856
11857 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11858
11859         Add copyright notices to long-enough files that lack them, since
11860         otherwise the files aren't clearly free.  Use the same notice that
11861         getdate.texi already uses.
11862         * doc/alloca-opt.texi: Add copyright notice.
11863         * doc/alloca.texi: Likewise.
11864         * doc/ctime.texi: Likewise.
11865         * doc/functions.texi: Likewise.
11866         * doc/gcd.texi: Likewise.
11867         * doc/gnulib-tool.texi: Likewise.
11868         * doc/inet_ntoa.texi: Likewise.
11869         * doc/visibility.texi: Likewise.
11870
11871         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11872         * doc/quote.texi: Add copyright notice.
11873
11874         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11875         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11876         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11877         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11878         is now obsolete, and give a pointer to the Sun list.
11879         Add copyright notice.
11880
11881 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11882
11883         * config/srclistvars.sh: Add copyright notice.
11884
11885 2006-08-14  Eric Blake  <ebb9@byu.net>
11886
11887         Import the following change from libc:
11888
11889         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11890
11891         Upstream bug 2997.
11892         * lib/misc/error.c: Add space between program name and message if file
11893         name is missing.
11894
11895 2006-08-12  Karl Berry  <karl@gnu.org>
11896
11897         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11898         remove, these originate in gnulib now.
11899
11900 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11901
11902         * doc/Makefile (standards.info standards.html standards.dvi):
11903         Also depend on make-stds.texi.
11904
11905 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11906
11907         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11908         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11909
11910         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11911         in wchar_t.  Problem reported by Eric Blake.
11912
11913         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11914         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11915         Also, help the compiler to keep LEN in a register.
11916
11917 2006-08-11  Eric Blake  <ebb9@byu.net>
11918
11919         * users.txt: Sort.  Add tar.
11920
11921 2006-08-11  Bruno Haible  <bruno@clisp.org>
11922
11923         * users.txt: New file.
11924
11925 2006-08-11  Bruno Haible  <bruno@clisp.org>
11926
11927         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11928         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11929
11930 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * modules/snprintf (Depends-on): Remove minmax.
11933         (Maintainer): Add self and Bruno.
11934
11935 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11936
11937         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11938         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11939         (EOVERFLOW): Define if the system does not.
11940         Do not include "minmax.h"; it wasn't used.
11941         (snprintf): Don't assume size_t promotes to an unsigned type.
11942         Fix bug when generated string was too long for the buffer: the
11943         buffer's contents are supposed to be the initial prefix of the
11944         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11945         exceeds INT_MAX; do the check ourselves.
11946
11947         Import the following changes from libc:
11948
11949         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11950
11951         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11952         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11953         set wc to the byte which couldn't be converted.
11954         (re_string_reconstruct): Don't clear valid_raw_len before calling
11955         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11956         tip_context using re_string_context_at.
11957
11958         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11959
11960         * lib/posix/regex.h: g++ still cannot handled [restrict].
11961
11962         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11963
11964         * lib/posix/regex.h: Remove special handling for VMS.
11965
11966 2006-08-10  Jim Meyering  <jim@meyering.net>
11967
11968         * modules/same-inode: New module.
11969         * modules/dev-ino: New module.
11970         * modules/cycle-check: Depend on these modules, rather than simply
11971         including their .h files.
11972         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11973         required via m4/cycle-check.m4.
11974         * modules/same: Depend on new same-inode module, rather than
11975         including same-inode.h.
11976         * modules/chdir-safer: New file.
11977
11978         * modules/chown (Depends-on): Add stat-macros.
11979
11980 2006-08-10  Jim Meyering  <jim@meyering.net>
11981
11982         * m4/cycle-check.m4: New file.
11983         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11984         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11985
11986 2006-08-10  Eric Blake  <ebb9@byu.net>
11987
11988         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11989         in from original proposal.
11990
11991 2006-08-10  Eric Blake  <ebb9@byu.net>
11992         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11993
11994         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11995         namespace.
11996
11997 2006-08-10  Bruno Haible  <bruno@clisp.org>
11998
11999         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12000         as well.
12001
12002 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12003
12004         Sync from coreutils.
12005
12006         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12007
12008         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12009         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12010
12011 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12012
12013         * modules/restrict: Remove; no longer needed now that we assume
12014         Autoconf 2.59 or later.
12015         * MODULES.html.sh: Remove 'restrict'.
12016         * modules/argp (Depends-on): Remove 'restrict'.
12017         * modules/base64 (Depends-on): Likewise.
12018         * modules/gc (Depends-on): Likewise.
12019         * modules/getaddrinfo (Depends-on): Likewise.
12020         * modules/glob (Depends-on): Likewise.
12021         * modules/inet_ntop (Depends-on): Likewise.
12022         * modules/inet_pton (Depends-on): Likewise.
12023         * modules/memxor (Depends-on): Likewise.
12024         * modules/regex (Depends-on): Likewise.
12025         * modules/strtok_r (Depends-on): Likewise.
12026         * modules/time_r (Depends-on): Likewise.
12027
12028 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12029
12030         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12031         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12032         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12033         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12034         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12035         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12036         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12037         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12038
12039         Merge from coreutils.
12040         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12041         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12042         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12043         * m4/time_r.m4 (gl_TIME_R): Likewise.
12044
12045 2006-08-09  Karl Berry  <karl@gnu.org>
12046
12047         * config/srclist.txt: no more gettext-tools, per Bruno.
12048
12049 2006-08-08  Eric Blake  <ebb9@byu.net>
12050
12051         * modules/verror: New module.
12052         * MODULES.html.sh: Document it.
12053
12054 2006-08-08  Eric Blake  <ebb9@byu.net>
12055
12056         * lib/verror.h, lib/verror.c: New files.
12057
12058 2006-08-08  Eric Blake  <ebb9@byu.net>
12059
12060         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12061         verror_at_line output complies with GNU Coding Standards even when
12062         file is NULL.
12063
12064 2006-08-07  Bruno Haible  <bruno@clisp.org>
12065
12066         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12067         versions of AIX.
12068         Reported by Ralf Wildenhues.
12069
12070 2006-08-07  Bruno Haible  <bruno@clisp.org>
12071
12072         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12073         in an AC_DEFUN. Needed so that the autoconf snippets can use
12074         AC_REQUIRE.
12075
12076 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12077
12078         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12079         Initialize pkgdata_DATA.
12080         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12081         overriding it.
12082
12083 2006-08-06  Eric Blake  <ebb9@byu.net>
12084
12085         * lib/error.h: Fold in some upstream changes from glibc.
12086         * lib/error.c: Likewise.
12087
12088 2006-08-04  Bruno Haible  <bruno@clisp.org>
12089
12090         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12091         Make the mostlyclean-local rule depend on mostlyclean-generic.
12092         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12093
12094 2006-07-31  Bruno Haible  <bruno@clisp.org>
12095
12096         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12097         <stdlib.h>, <string.h>.
12098
12099 2006-07-30  Bruno Haible  <bruno@clisp.org>
12100
12101         * modules/readlink (License): Change to LGPL.
12102
12103 2006-07-30  Bruno Haible  <bruno@clisp.org>
12104
12105         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12106         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12107         set PKGDATADIR to point to it.
12108
12109 2006-07-30  Bruno Haible  <bruno@clisp.org>
12110
12111         * modules/csharpexec (configure.ac): Comment out macro invocation.
12112         * modules/javaexec (configure.ac): Likewise.
12113         * modules/javacomp-script (configure.ac): Likewise.
12114
12115         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12116
12117 2006-07-30  Bruno Haible  <bruno@clisp.org>
12118
12119         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12120         linked-list.
12121
12122 2006-07-30  Bruno Haible  <bruno@clisp.org>
12123
12124         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12125
12126 2006-07-30  Bruno Haible  <bruno@clisp.org>
12127
12128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12129         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12130         get removed.
12131
12132 2006-07-29  Bruno Haible  <bruno@clisp.org>
12133
12134         Make it possible for gnulib-tool to work with locally modified or
12135         augmented gnulib repositories.
12136         * gnulib-tool (func_usage): Document --local-dir option.
12137         (local_gnulib_dir): New variable.
12138         Handle --local-dir option.
12139         (func_lookup_file): New function.
12140         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12141         (func_get_description, func_get_filelist, func_get_description,
12142         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12143         func_get_automake_snippet, func_get_include_directive,
12144         func_get_license, func_get_maintainer): Use func_lookup_file.
12145         (func_import, func_create_testdir): Use func_lookup_file.
12146
12147 2006-07-29  Bruno Haible  <bruno@clisp.org>
12148
12149         * modules/setenv (Depends-on): Add unistd.
12150
12151 2006-07-29  Bruno Haible  <bruno@clisp.org>
12152
12153         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12154
12155 2006-07-29  Bruno Haible  <bruno@clisp.org>
12156
12157         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12158
12159 2006-07-29  Bruno Haible  <bruno@clisp.org>
12160
12161         * gnulib-tool (import, update): If there is no Makefile.am, look at
12162         aclocal.m4, instead of bailing out.
12163
12164 2006-07-29  Bruno Haible  <bruno@clisp.org>
12165
12166         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12167         Categorize the options by when they are useful.
12168
12169 2006-07-29  Bruno Haible  <bruno@clisp.org>
12170
12171         * gnulib-tool (func_usage): Document option --no-libtool.
12172         Handle option --no-libtool.
12173         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12174         for changed semantics of $libtool variable.
12175         (func_import): Likewise. If libtool is not used, show this through
12176         an option --no-libtool.
12177         (func_create_testdir): Update.
12178
12179 2006-07-29  Bruno Haible  <bruno@clisp.org>
12180
12181         * gnulib-tool (func_import): Extend error message about missing
12182         --doc-base.
12183
12184 2006-07-29  Bruno Haible  <bruno@clisp.org>
12185
12186         * gnulib-tool (func_import): Don't create the $docbase directory if
12187         there is no file to store there.
12188
12189 2006-07-29  Bruno Haible  <bruno@clisp.org>
12190
12191         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12192         relevant, look for configure.ac there, not in the current directory.
12193         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12194
12195 2006-07-29  Bruno Haible  <bruno@clisp.org>
12196
12197         * gnulib-tool (SORT): New variable.
12198         (func_usage): Undocument --assume-autoconf option.
12199         Remove --assume-autoconf option handling.
12200         (autoconf_minversion): Determine from the contents of configure.ac.
12201         (func_import): Remove autoconf_minversion handling.
12202         Suggested by Eric Blake.
12203
12204 2006-07-29  Bruno Haible  <bruno@clisp.org>
12205
12206         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12207
12208 2006-07-29  Bruno Haible  <bruno@clisp.org>
12209
12210         * config/srclist.txt (*setenv.[ch]): Remove rules.
12211
12212 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12213
12214         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12215
12216 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12217
12218         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12219         arpa/inet.h.
12220
12221 2006-07-28  Simon Josefsson  <jas@extundo.com>
12222
12223         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12224         * modules/inet_pton (Depends-on): Likewise.
12225
12226 2006-07-28  Simon Josefsson  <jas@extundo.com>
12227
12228         * m4/netinet_in_h.m4: New file.
12229
12230 2006-07-28  Simon Josefsson  <jas@extundo.com>
12231
12232         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12233         #include's.
12234
12235 2006-07-28  Simon Josefsson  <jas@extundo.com>
12236
12237         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12238         #include's.
12239
12240 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12243         setgid on directories only if they set these bits.
12244         * lib/modechange.h: Remove obsolete comment about masks.
12245
12246 2006-07-28  Eric Blake  <ebb9@byu.net>
12247
12248         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12249         macro expansion.
12250
12251 2006-07-28  Bruno Haible  <bruno@clisp.org>
12252
12253         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12254
12255 2006-07-28  Bruno Haible  <bruno@clisp.org>
12256
12257         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12258
12259 2006-07-28  Bruno Haible  <bruno@clisp.org>
12260
12261         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12262         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12263         Define fallbacks.
12264         Avoids link error on FreeBSD 4.x.
12265         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12266
12267         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12268         encoding.
12269         * lib/mbswidth.c (iswcntrl): Likewise.
12270
12271 2006-07-27  Bruno Haible  <bruno@clisp.org>
12272
12273         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12274         test.
12275
12276 2006-07-27  Bruno Haible  <bruno@clisp.org>
12277
12278         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12279         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12280         defined.
12281
12282 2006-07-26  Eric Blake  <ebb9@byu.net>
12283
12284         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12285
12286 2006-07-26  Eric Blake  <ebb9@byu.net>
12287
12288         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12289         like mingw that lack mkstemp.
12290         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12291         avoid compilation warning on mingw.
12292
12293 2006-07-26  Bruno Haible  <bruno@clisp.org>
12294
12295         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12296         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12297         INT_FAST*_MIN, INTPTR_MIN.
12298
12299 2006-07-25  Bruno Haible  <bruno@clisp.org>
12300
12301         * modules/version-etc (Depends-on): Add stdarg.
12302
12303 2006-07-25  Bruno Haible  <bruno@clisp.org>
12304
12305         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12306         complex commands.
12307
12308 2006-07-25  Bruno Haible  <bruno@clisp.org>
12309
12310         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12311         defined in <stdarg.h> or config.h.
12312
12313 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12314
12315         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12316         (gl_STDIO_SAFER): Remove.
12317
12318 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12319
12320         * MODULES.html.sh (File stream based Input/Output):
12321         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12322         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12323         * modules/fopen-safer, modules/tmpfile-safer: New files.
12324         * modules/stdio-safer: Remove.
12325
12326 2006-07-24  Bruno Haible  <bruno@clisp.org>
12327
12328         * modules/tmpdir: New file.
12329         * MODULES.html.sh (File system functions): Add it.
12330
12331 2006-07-24  Bruno Haible  <bruno@clisp.org>
12332
12333         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12334         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12335
12336 2006-07-24  Bruno Haible  <bruno@clisp.org>
12337
12338         * modules/clean-temp: New file.
12339
12340 2006-07-24  Bruno Haible  <bruno@clisp.org>
12341
12342         * m4/tmpdir.m4: New file, from GNU gettext.
12343
12344 2006-07-24  Bruno Haible  <bruno@clisp.org>
12345
12346         * lib/tmpdir.h: New file, from GNU gettext.
12347         * lib/tmpdir.c: New file, from GNU gettext.
12348
12349 2006-07-24  Bruno Haible  <bruno@clisp.org>
12350
12351         * lib/clean-temp.h: New file, from GNU gettext.
12352         * lib/clean-temp.c: New file, from GNU gettext.
12353
12354 2006-07-23  Eric Blake  <ebb9@byu.net>
12355
12356         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12357         (Depends-on): Add binary-io.
12358
12359 2006-07-23  Eric Blake  <ebb9@byu.net>
12360
12361         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12362
12363 2006-07-23  Eric Blake  <ebb9@byu.net>
12364
12365         * lib/tmpfile-safer.c: New file.
12366         * lib/stdio-safer.h (fopen_safer): Add prototype.
12367         * lib/stdio--.h (tmpfile): Make safer.
12368
12369 2006-07-23  Bruno Haible  <bruno@clisp.org>
12370
12371         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12372         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12373         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12374         gl_linked_remove_at): Use it.
12375
12376 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12377         and Simon Josefsson <jas@extundo.com>
12378
12379         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12380
12381         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12382
12383 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         * modules/close-stream: New file.
12386         * modules/closeout (Description): Make it clear that it exits
12387         with a diagnostic on error.
12388         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12389         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12390
12391 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12392
12393         * m4/close-stream.m4: New file.
12394
12395 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12396
12397         * lib/close-stream.c, lib/close-stream.h: New files.
12398
12399 2006-07-22  Bruno Haible  <bruno@clisp.org>
12400
12401         Merge from GNU gettext 0.15.
12402
12403         2006-05-01  Bruno Haible  <bruno@clisp.org>
12404
12405                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12406
12407         2006-07-22  Bruno Haible  <bruno@clisp.org>
12408
12409                 * modules/javaversion: New file.
12410                 * MODULES.html.sh (Java): Add javaversion.
12411
12412         2006-03-12  Bruno Haible  <bruno@clisp.org>
12413
12414                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12415
12416         2005-12-04  Bruno Haible  <bruno@clisp.org>
12417
12418                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12419                 (untested).
12420
12421         2006-06-21  Bruno Haible  <bruno@clisp.org>
12422
12423                 Avoid warnings from recent versions of mcs.
12424                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12425                 -o, -L, -r any more. Use options documented since mcs-1.0
12426                 instead. Similarly for -g.
12427
12428         2005-12-04  Bruno Haible  <bruno@clisp.org>
12429
12430                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12431                 .resources, not .resource.
12432
12433         2005-07-09  Bruno Haible  <bruno@clisp.org>
12434
12435                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12436                 add a .dll suffix.
12437                 Reported by Mark Junker <mjscod@gmx.de>.
12438
12439         2006-07-22  Bruno Haible  <bruno@clisp.org>
12440
12441                 * modules/gettext: Upgrade to gettext-0.15.
12442                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12443                 m4/visibility.m4.
12444                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12445
12446 2006-07-22  Bruno Haible  <bruno@clisp.org>
12447
12448         Merge from GNU gettext 0.15.
12449
12450         2006-03-25  Bruno Haible  <bruno@clisp.org>
12451
12452                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12453
12454         2006-07-21  Bruno Haible  <bruno@clisp.org>
12455
12456                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12457                 "1.1".
12458
12459         2006-05-09  Bruno Haible  <bruno@clisp.org>
12460
12461                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12462                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12463                 for the conftestver execution.
12464
12465         2006-05-01  Bruno Haible  <bruno@clisp.org>
12466
12467                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12468                 optional target-version argument. Verify that the compiler
12469                 groks source of the specified source-version, or add -source
12470                 option as necessary. Verify that the compiler produces
12471                 bytecode in the specified target-version, or add -target and
12472                 -source options as necessary. Make the result of the test
12473                 available as variable CONF_JAVAC. Also log error output in
12474                 config.log.
12475
12476         2006-03-11  Bruno Haible  <bruno@clisp.org>
12477
12478                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12479
12480         2006-05-09  Bruno Haible  <bruno@clisp.org>
12481
12482                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12483                 CLASSPATH_SEPARATOR to a semicolon.
12484
12485         2006-03-12  Bruno Haible  <bruno@clisp.org>
12486
12487                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12488                 available as variable CONF_JAVA, for subsequent autoconf
12489                 tests. Also log error output in config.log.
12490
12491         2006-07-19  Bruno Haible  <bruno@clisp.org>
12492
12493                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12494                 that getline works on glibc2 systems. Needed to avoid trouble
12495                 in relocatable.c.
12496                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12497
12498         2005-12-04  Bruno Haible  <bruno@clisp.org>
12499
12500                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12501                 launcher (untested).
12502
12503         2005-12-04  Bruno Haible  <bruno@clisp.org>
12504
12505                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12506
12507         2006-07-22  Bruno Haible  <bruno@clisp.org>
12508
12509                 * gettext.m4: Update from GNU gettext-0.15.
12510                 * nls.m4: Likewise.
12511                 * po.m4: Likewise.
12512                 * inttypes-pri.m4: Likewise.
12513                 * inttypes-h.m4: Renamed from inttypes.m4.
12514                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12515
12516 2006-07-22  Bruno Haible  <bruno@clisp.org>
12517
12518         Merge from GNU gettext 0.15.
12519
12520         2005-07-05  Bruno Haible  <bruno@clisp.org>
12521
12522                 * printf-args.c (printf_fetchargs): Work around broken
12523                 definition of wint_t on mingw.
12524
12525         2005-02-12  Bruno Haible  <bruno@clisp.org>
12526
12527                 * xallocsa.h: Add extern "C" for C++.
12528
12529         2006-05-17  Bruno Haible  <bruno@clisp.org>
12530
12531                 Cygwin portability.
12532                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12533
12534         2006-04-30  Bruno Haible  <bruno@clisp.org>
12535
12536                 * progreloc.c: Include <mach-o/dyld.h> if available.
12537                 (find_executable): Use _NSGetExecutablePath when possible.
12538
12539         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12540
12541                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12542                 function.
12543
12544         2005-12-29  Bruno Haible  <bruno@clisp.org>
12545
12546                 * progreloc.c (set_program_name_and_installdir): Fix
12547                 compilation error.
12548
12549         2005-12-04  Bruno Haible  <bruno@clisp.org>
12550
12551                 Cygwin portability.
12552                 * progreloc.c: Include <windows.h> also on Cygwin.
12553                 (find_executable): Add support for Cygwin.
12554                 (set_program_name_and_installdir): Handle also platforms with
12555                 nonempty EXEEXT.
12556
12557         2006-07-11  Bruno Haible  <bruno@clisp.org>
12558
12559                 * javacomp.c: Fix a comment.
12560                 Reported by Jim Meyering.
12561
12562         2006-04-30  Bruno Haible  <bruno@clisp.org>
12563
12564                 * javacomp.h (compile_java_class): Add source_version,
12565                 target_version arguments.
12566                 * javacomp.c: Rewritten to choose only a compiler that
12567                 respects the specified source_version and target_version.
12568
12569         2006-06-27  Bruno Haible  <bruno@clisp.org>
12570
12571                 Assume correct S_ISDIR macro.
12572                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12573
12574         2006-07-22  Bruno Haible  <bruno@clisp.org>
12575
12576                 * javaversion.h: New file, from GNU gettext.
12577                 * javaversion.c: New file, from GNU gettext.
12578                 * javaversion.java: New file, from GNU gettext.
12579                 * javaversion.class: New file, from GNU gettext.
12580
12581         2006-05-17  Bruno Haible  <bruno@clisp.org>
12582
12583                 Cygwin portability.
12584                 * javaexec.c (execute_java_class): Test for jview program
12585                 also on Cygwin.
12586
12587         2006-04-09  Bruno Haible  <bruno@clisp.org>
12588
12589                 * fatal-signal.c: Don't include string.h.
12590                 (at_fatal_signal): Use a copying loop instead of memcpy.
12591
12592         2005-12-04  Bruno Haible  <bruno@clisp.org>
12593
12594                 * csharpexec.c: Add support for 'clix' launcher (untested).
12595                 (execute_csharp_using_sscli): New function.
12596                 (execute_csharp_program): Call it.
12597
12598         2006-06-21  Bruno Haible  <bruno@clisp.org>
12599
12600                 Avoid warnings from recent versions of mcs.
12601                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12602                 -o, -L, -r any more. Use options documented since mcs-1.0
12603                 instead. Similarly for -g.
12604
12605         2005-07-09  Bruno Haible  <bruno@clisp.org>
12606
12607                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12608                 add a .dll suffix.
12609                 Reported by Mark Junker <mjscod@gmx.de>.
12610
12611         2006-06-17  Bruno Haible  <bruno@clisp.org>
12612
12613                 * config.charset: Update for NetBSD 3.0.
12614
12615         2006-05-17  Bruno Haible  <bruno@clisp.org>
12616
12617                 Cygwin portability.
12618                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12619
12620         2006-05-16  Bruno Haible  <bruno@clisp.org>
12621
12622                 * localcharset.c [CYGWIN]: Include <windows.h>.
12623                 (get_charset_aliases): For Cygwin, return the same CPxxx
12624                 aliases list as under WIN32.
12625                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12626                 the environment variables. Fall back to GetACP().
12627
12628         2006-04-05  Bruno Haible  <bruno@clisp.org>
12629
12630                 * config.charset: Update Juan Manuel Guerrero's address.
12631
12632         2005-02-12  Bruno Haible  <bruno@clisp.org>
12633
12634                 * allocsa.h: Add extern "C" for C++.
12635
12636         2005-02-10  Bruno Haible  <bruno@clisp.org>
12637
12638                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12639                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12640
12641         2006-07-22  Bruno Haible  <bruno@clisp.org>
12642
12643                 * gettext.h: Update to GNU gettext-0.15.
12644
12645 2006-07-22  Bruno Haible  <bruno@clisp.org>
12646
12647         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12648         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12649         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12650
12651 2006-07-21  Eric Blake  <ebb9@byu.net>
12652
12653         * modules/stdlib-safer: New file.
12654         * MODULES.html.sh (File stream based Input/Output): Add
12655         stdlib-safer.
12656
12657 2006-07-21  Eric Blake  <ebb9@byu.net>
12658
12659         * lib/stdlib-safer.h: New file from coreutils, required by
12660         stdlib--.h.
12661
12662 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12663
12664         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12665
12666 2006-07-20  Bruno Haible  <bruno@clisp.org>
12667
12668         * gnulib-tool: Recognize new option --assume-autoconf.
12669         (autoconf_minversion): New variable.
12670         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12671
12672 2006-07-20  Bruno Haible  <bruno@clisp.org>
12673
12674         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12675
12676 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12677
12678         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12679         Reindent and repaginate.
12680
12681 2006-07-19  Derek Price  <derek@ximbiot.com>
12682
12683         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12684         Correct grammar.
12685
12686 2006-07-17  Bruno Haible  <bruno@clisp.org>
12687
12688         * modules/list: New file.
12689         * modules/array-list: New file.
12690         * modules/carray-list, modules/carray-list-tests: New files.
12691         * modules/linked-list, modules/linked-list-tests: New files.
12692         * modules/avltree-list, modules/avltree-list-tests: New files.
12693         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12694         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12695         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12696         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12697         * modules/oset: New file.
12698         * modules/array-oset: New file.
12699         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12700         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12701         * tests/test-carray_list.c: New file.
12702         * tests/test-linked_list.c: New file.
12703         * tests/test-avltree_list.c: New file.
12704         * tests/test-rbtree_list.c: New file.
12705         * tests/test-linkedhash_list.c: New file.
12706         * tests/test-avltreehash_list.c: New file.
12707         * tests/test-rbtreehash_list.c: New file.
12708         * tests/test-avltree_oset.c: New file.
12709         * tests/test-rbtree_oset.c: New file.
12710         * MODULES.html.sh (Container data structures): New section.
12711
12712 2006-07-17  Bruno Haible  <bruno@clisp.org>
12713
12714         * m4/gl_list.m4: New file.
12715
12716 2006-07-17  Bruno Haible  <bruno@clisp.org>
12717
12718         * lib/gl_list.h: New file.
12719         * lib/gl_list.c: New file.
12720         * lib/gl_array_list.h: New file.
12721         * lib/gl_array_list.c: New file.
12722         * lib/gl_carray_list.h: New file.
12723         * lib/gl_carray_list.c: New file.
12724         * lib/gl_linked_list.h: New file.
12725         * lib/gl_linked_list.c: New file.
12726         * lib/gl_anylinked_list1.h: New file.
12727         * lib/gl_anylinked_list2.h: New file.
12728         * lib/gl_avltree_list.h: New file.
12729         * lib/gl_avltree_list.c: New file.
12730         * lib/gl_anyavltree_list1.h: New file.
12731         * lib/gl_anyavltree_list2.h: New file.
12732         * lib/gl_rbtree_list.h: New file.
12733         * lib/gl_rbtree_list.c: New file.
12734         * lib/gl_anyrbtree_list1.h: New file.
12735         * lib/gl_anyrbtree_list2.h: New file.
12736         * lib/gl_anytree_list1.h: New file.
12737         * lib/gl_anytree_list2.h: New file.
12738         * lib/gl_linkedhash_list.h: New file.
12739         * lib/gl_linkedhash_list.c: New file.
12740         * lib/gl_anyhash_list1.h: New file.
12741         * lib/gl_anyhash_list2.h: New file.
12742         * lib/gl_avltreehash_list.h: New file.
12743         * lib/gl_avltreehash_list.c: New file.
12744         * lib/gl_rbtreehash_list.h: New file.
12745         * lib/gl_rbtreehash_list.c: New file.
12746         * lib/gl_anytreehash_list1.h: New file.
12747         * lib/gl_anytreehash_list2.h: New file.
12748
12749         * lib/gl_oset.h: New file.
12750         * lib/gl_oset.c: New file.
12751         * lib/gl_array_oset.h: New file.
12752         * lib/gl_array_oset.c: New file.
12753         * lib/gl_avltree_oset.h: New file.
12754         * lib/gl_avltree_oset.c: New file.
12755         * lib/gl_rbtree_oset.h: New file.
12756         * lib/gl_rbtree_oset.c: New file.
12757         * lib/gl_anytree_oset.h: New file.
12758
12759 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12760
12761         * m4/mkancesdirs.m4: New file.
12762         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12763         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12764         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12765         it.
12766
12767 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12768
12769         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12770         * lib/mkancesdirs.h: New files.
12771         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12772         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12773         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12774         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12775         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12776         callers changed.  Revamp internals significantly, by not
12777         attempting to create directories that are temporarily more
12778         permissive than the final results.  Do not attempt to use
12779         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12780         This removes some race conditions, fixes some bugs, and simplifies
12781         things.  Use new dirchownmod function to do owner and mode changes.
12782         * lib/mkdir-p.h: Likewise.
12783         * lib/modechange.c (octal_to_mode): New function.
12784         (struct mode_change): New member mentioned.
12785         (make_node_op_equals): New arg mentioned.  All callers changed.
12786         (mode_compile): Keep track of which mode bits the user has explicitly
12787         mentioned.
12788         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12789         New arg PMODE_BITS, to keep track of which mode bits the user
12790         mentioned; it treats S_ISUID and S_ISGID speciall.
12791         All callers changed.
12792         * lib/modechange.h: Likewise.
12793
12794 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12795
12796         * MODULES.html.sh: Add mkancestors.
12797         * modules/mkancesdirs: New module.
12798         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12799         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12800         The chdir-safer and afs files are now orphans; I'll remove them
12801         unless someone speaks up.
12802         Add lib/dirchownmod.c, lib/dirchownmod.h.
12803         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12804         Add lchown, mkancesdirs.
12805         (Maintainer): Add self.
12806
12807 2006-07-15  Karl Berry  <karl@gnu.org>
12808
12809         * gnulib-tool: help message wording/arrangement.
12810
12811 2006-07-14  Simon Josefsson  <jas@extundo.com>
12812
12813         * doc/gnulib.texi (Libtool and Windows): New section.
12814
12815 2006-07-12  Simon Josefsson  <jas@extundo.com>
12816
12817         * modules/gendocs (License): Fix license, approved by Karl.
12818
12819 2006-07-12  Eric Blake  <ebb9@byu.net>
12820
12821         * MODULES.html.sh: Add gendocs.
12822
12823 2006-07-11  Eric Blake  <ebb9@byu.net>
12824
12825         * modules/fdl: New module, to install doc/fdl.texi.
12826         * MODULES.html.sh: Add new section for documentation modules.
12827         * gnulib-tool: Avoid space-tab.
12828         (--doc-base): New option, to manage files from doc.
12829
12830 2006-07-11  Eric Blake  <ebb9@byu.net>
12831
12832         * m4/absolute-header.m4: Fix comments to match recent change.
12833
12834 2006-07-11  Eric Blake  <ebb9@byu.net>
12835
12836         * gnulib-tool: List --doc-base before --tests-base.
12837
12838 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12839
12840         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12841
12842 2006-07-11  Bruno Haible  <bruno@clisp.org>
12843
12844         * README: Mention where to put documentation.
12845
12846 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12847
12848         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12849
12850 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12853         to stdint.m4.
12854
12855 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12858         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12859         "no/such/file/stdint.h" when there is no such file, so that
12860         the resulting C code can be parsed by dodgy compilers.
12861         Problems reported by Bob Proulx.
12862
12863 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12864
12865         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12866         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12867         macros into the GNU _D_EXACT_NAMLEN.
12868         * lib/savedir.c:  Likewise.
12869         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12870
12871 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12872         and Paul Eggert  <eggert@cs.ucla.edu>
12873
12874         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12875         * m4/savedir.m4:
12876         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12877         macros into the GNU _D_EXACT_NAMLEN.
12878
12879 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12880
12881         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12882         around the absolute name, to work around a problem with the HP-UX
12883         11.23 native C compiler, reported by Bob Proulx.
12884
12885 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12886
12887         * doc/maintain.texi, make-stds.texi: Sync from
12888         <http://savannah.gnu.org/projects/gnustandards>.
12889
12890 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12891
12892         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12893
12894 2006-07-09  Jim Meyering  <jim@meyering.net>
12895
12896         * m4/glob.m4: Remove a doubled word in a comment.
12897
12898 2006-07-09  Jim Meyering  <jim@meyering.net>
12899
12900         * lib/argp-pv.c: Remove a doubled word in a comment.
12901         * lib/check-version.c (check_version): Likewise.
12902         * lib/javacomp.c (compile_java_class): Likewise.
12903
12904 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12905
12906         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12907         for the benefit of people using Autoconf 2.60.  If you want to
12908         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12909         (or m4/onceonly.m4, if pre-2.57) manually.
12910
12911 2006-07-08  Jim Meyering  <jim@meyering.net>
12912
12913         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12914         comment.
12915         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12916         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12917         comment.
12918
12919 2006-07-08  Jim Meyering  <jim@meyering.net>
12920
12921         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12922
12923 2006-07-07  Simon Josefsson  <jas@extundo.com>
12924
12925         * tests/test-crc.c: Change expected crc value, the test vector
12926         were probably computed using the old broken crc.c?
12927
12928 2006-07-06  Simon Josefsson  <jas@extundo.com>
12929
12930         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12931         now the canonical place for the M4 file).
12932
12933         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12934         from the sys_socket dependency now.
12935
12936         * modules/inet_pton (Files): Ditto.
12937
12938         * modules/inet_ntop (Files): Ditto.
12939
12940 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12941
12942         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12943         not gl_PREREQ_GETUSERSHELL.
12944
12945 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12946
12947         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12948         with only one argument, for Autoconf 2.60.
12949         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12950         expand to nothing, so add a shell command to avoid syntax error.
12951         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12952
12953 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12954
12955         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12956
12957 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12958
12959         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12960         no longer needed.  Check for isblank decl.
12961         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12962         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12963         of existence.
12964
12965 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12966
12967         * lib/getloadavg.c: Use __VMS, not VMS.
12968         * lib/getopt.c: Likewise.
12969         * lib/getpagesize.h: Likewise.
12970         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12971         and probably does not work.
12972
12973 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * lib/.cppi-disable: Add wcwidth.
12976         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12977         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12978         (ISGRAPH): Remove.  All uses changed to isgraph.
12979         (FOLD) [!defined _LIBC]: Remove special case.
12980         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12981         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12982         HAVE_ISBLANK.
12983         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12984         case.
12985
12986 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12987
12988         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12989         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12990         brackets.  Other minor changes to suppress some compiler
12991         warnings.
12992
12993 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12994         and Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12997         of invoking obsolescent AC_HEADER_DIRENT macro.
12998         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12999         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13000         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13001         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13002         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13003         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13004         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13005         * m4/readdir.m4: Remove; no longer needed.
13006
13007 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13008         and Paul Eggert  <eggert@cs.ucla.edu>
13009
13010         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13011         Don't worry about this obsolete case any more.
13012         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13013         directories.
13014         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13015         worry about this obsolete case any more.
13016         * lib/fts.c: Likewise.
13017         * lib/getcwd.c: Likewise.
13018         * lib/glob.h: Likewise.
13019         * lib/savedir.c: Likewise.
13020
13021 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13022
13023         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13024         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13025         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13026         needed.
13027         All uses removed.
13028         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13029         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13030         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13031         needed.
13032         * m4/getdate.m4 (gl_GETDATE): Likewise.
13033         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13034         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13035         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13036         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13037         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13038         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13039         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13040         needed.
13041
13042 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13043
13044         * lib/memcasecmp.c: Include <limits.h>.
13045         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13046         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13047         Don't assume isdigit succeeds only on '0' through '9'.
13048
13049 2006-07-05  Eric Blake  <ebb9@byu.net>
13050
13051         * modules/getaddrinfo (Depends-on): Add snprintf.
13052
13053 2006-07-05  Eric Blake  <ebb9@byu.net>
13054
13055         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13056         to avoid 'header present but could not be compiled' on cygwin.
13057
13058 2006-07-05  Eric Blake  <ebb9@byu.net>
13059
13060         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13061         missing from netdb.h.
13062         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13063
13064 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13065
13066         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13067         no longer needed.
13068         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13069         * m4/getdate.m4 (gl_GETDATE): Likewise.
13070         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13071         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13072         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13073         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13074         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13075
13076 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13077
13078         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13079         All uses of is_space replaced by isspace.
13080         * lib/exit.h: Don't talk about STDC_HEADERS.
13081         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13082         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13083         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13084         replaced by isprint etc.
13085         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13086         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13087         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13088         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13089         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13090         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13091
13092 2006-07-05  Bruno Haible  <bruno@clisp.org>
13093
13094         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13095         the function exists, before testing against AIX.
13096         Reported by Martin Lambers <marlam@marlam.de>.
13097
13098 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13099
13100         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13101         From Mark D. Baushke.
13102
13103 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13104
13105         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13106         to the absolute name, not just one, to bypass Sun C 5.8's
13107         "warning: #include of /usr/include/... may be non-portable".
13108
13109 2006-07-04  Eric Blake  <ebb9@byu.net>
13110
13111         * modules/dirname-tests: New test module.
13112         * tests/test-dirname.c: New file, replacing dirname.c
13113         TEST_DIRNAME section that was recently deleted.
13114
13115 2006-07-04  Bruno Haible  <bruno@clisp.org>
13116
13117         Assume ANSI C header files and <ctype.h> functions.
13118         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13119         (mbsnwidth): Use isprint, iscntrl instead.
13120
13121 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         Merge from coreutils.
13124         * MODULES.html.sh: Add xstrtold.
13125         * modules/xstrtold: New file.
13126         * modules/cycle-check (Files): Add lib/same-inode.h.
13127         * modules/dirname (Files): Add m4/double-slash-root.m4.
13128         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13129         * modules/mkdir-p (Files): Add lib/same-inode.h.
13130         * modules/same (Files): Add lib/same-inode.h.
13131
13132 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13133
13134         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13135         This is to keep the terminology clean; POSIX talks about
13136         "absolute pathnames", not "full pathnames", but the GNU
13137         Coding Standards say to use "path" for something else;
13138         so use "absolute" to keep both sides happy.
13139         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13140         Set gl_absolute_header, not gl_full_header_path.
13141         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13142         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13143         All uses changed.
13144
13145         Merge from coreutils.
13146
13147         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13148
13149         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13150         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13151         want to require the building of c-strtod.o.
13152         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13153         needs -lm directly.
13154         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13155
13156         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13157
13158         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13159         --as-needed option if available.  Problem reported by Albert Chin in
13160         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13161         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13162         cc merely issues a bunch of annoying warnings for --as-needed
13163         (this problem was reported by Bob Proulx).  Also, try linking with
13164         -lm to detect a bug in binutils 2.16 (this problem was reported
13165         by Ralf Wildenhues).
13166
13167         2006-06-18  Jim Meyering  <jim@meyering.net>
13168
13169         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13170         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13171         macro.
13172         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13173         also check for glibc-2.4's abort-inducing bug.
13174
13175         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13176         Low-probability clean-up should be to use rmdir to get rid of
13177         the just-created directory, not unlink.
13178
13179         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13180         configure fail, and request a bug report to inform us about it.
13181         Add a comment that, barring reports to the contrary, in 2007 we'll
13182         assume ftruncate is universally available.
13183
13184         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13185
13186         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13187
13188         2006-03-12  Jim Meyering  <jim@meyering.net>
13189
13190         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13191         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13192         * m4/same.m4 (gl_SAME): Likewise.
13193         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13194
13195         2006-03-11  Eric Blake  <ebb9@byu.net>
13196
13197         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13198         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13199         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13200         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13201
13202 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13205         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13206         reported by Mark D. Baushke, one in
13207         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13208
13209         Merge from coreutils.
13210
13211         * lib/.cppi-disable: Add stdint_.h.
13212         * lib/.cvsignore: Add stdint.h.
13213
13214         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13215
13216         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13217         both double and long double versions.
13218         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13219         * lib/xstrtold.c: New file.
13220         * lib/xstrtod.h (xstrtold): New decl.
13221
13222         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13223
13224         * lib/filemode.c (setst): Remove.
13225         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13226         (arguably) clearer, and the generated code is a bit smaller on my
13227         Debian GNU/Linux stable x86 host.
13228
13229         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13232         Assume that filemode.h includes sys/types.h and sys/stat.h.
13233         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13234         (ftypelet): Reorder to put common cases first, for efficiency.
13235         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13236         to do 'M'.
13237         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13238         of 10, for compatibility with FreeBSD.  All callers changed.
13239         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13240         types that can't be deduced solely from st_mode.  First arg is now a
13241         const pointer.
13242         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13243         (strmode): Renamed from mode_string.
13244         (filemodestring): New decl.
13245         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13246         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13247         needed.
13248         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13249
13250         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13253         fsusage.h now does that.  Include fsusage.h first, to test interface.
13254         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13255         at most one method (the old code could have generated decls that
13256         didn't conform to C89, not that this was ever exercised).
13257         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13258
13259         2006-03-19  Jim Meyering  <jim@meyering.net>
13260
13261         Work even in a chroot where d_ino values for entries in "/"
13262         don't match the stat.st_ino values for the same names.
13263         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13264         number, iterate through all entries again, using lstat instead.
13265         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13266         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13267
13268         * lib/getcwd.c (__getcwd): Clarify a comment.
13269         Use memcpy in place of a call to strcpy.
13270
13271         2006-03-12  Jim Meyering  <jim@meyering.net>
13272
13273         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13274         matches that of the current directory (which we're about to chdir ".."
13275         out of), then save the dev-ino of the parent, instead.
13276
13277         * lib/same-inode.h (SAME_INODE): New file/macro.
13278         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13279         Include "same-inode.h", instead.
13280         * lib/same.c: Likewise.
13281         * lib/cycle-check.h: Include "same-inode.h".
13282         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13283         * lib/cycle-check.c (SAME_INODE): Remove definition.
13284         * lib/root-dev-ino.h: Include "same-inode.h".
13285
13286         2006-03-11  Eric Blake  <ebb9@byu.net>
13287
13288         * lib/same.c (same_name): s/base_name/last_component/
13289         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13290         * lib/filenamecat.c (file_name_concat): Likewise.
13291
13292         2006-03-11  Eric Blake  <ebb9@byu.net>,
13293                     Paul Eggert  <eggert@cs.ucla.edu>
13294
13295         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13296         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13297         drive prefix.
13298         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13299         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13300         (last_component): New method.
13301         * lib/dirname.c (dir_len): Determine when drive letters need a
13302         subsequent slash.  Preserve // when it is special.
13303         (dir_name): Don't append dot when drive letter is absolute.
13304         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13305         * lib/basename.c (base_name): New semantics - malloc the result.
13306         Preserve // when it is special.  Preserve relative files that look
13307         like drive letters.
13308         (base_len): Preserve // when it is special.
13309         (last_component): New method, similar to old base_name semantics.
13310         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13311         base_name.  Strip redundant slashes from ///.
13312
13313 2006-07-03  Jim Meyering  <jim@meyering.net>
13314
13315         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13316         macro is used before the first cycle_check call.
13317
13318 2006-07-03  Eric Blake  <ebb9@byu.net>
13319
13320         * modules/dirname (Depends-on): Add xstrndup.
13321
13322 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13323
13324         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13325         test cases, so that config.log is a bit easier to follow.
13326
13327 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13328
13329         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13330         both are 64 bits, since this seems to be the tradition, and this
13331         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13332         we ever run into a host that prefers long long to long in this
13333         case, we'll need another configure-time test.  Problem reported by
13334         Jim Meyering.
13335
13336 2006-07-02  Eric Blake  <ebb9@byu.net>
13337
13338         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13339
13340 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13341
13342         * modules/inttypes (Depends-on): No longer depends on stdint.
13343         * modules/stdint (Description): Say more about assumptions.
13344         Say that the fast types might differ.  Say macros are used.
13345         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13346         (Makefile.am): Revise list of substituted symbols to match
13347         new stdint.m4.
13348         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13349         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13350         * tests/test-stdint.c (verify_same_types)
13351         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13352         the code conforms to C99/C89.
13353         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13354         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13355
13356 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13357
13358         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13359         but fix a bug, by requiring at least 64 bits.
13360         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13361         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13362         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13363         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13364
13365         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13366         changes.  Make 2.59 a prerequisite.  Check and substitute for
13367         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13368         inttypes.h.  Do not use special include files; just use the
13369         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13370         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13371         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13372         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13373         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13374         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13375         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13376         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13377         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13378         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13379         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13380         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13381         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13382         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13383         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13384         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13385         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13386         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13387         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13388         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13389         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13390         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13391         not check for things that C99 does not require, e.g., int8_t.  If
13392         a test isn't needed unless <stdint.h> isn't working, and is
13393         unlikely to be needed for any other reason, then don't do it
13394         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13395         size_t, since we assume C89 freestanding at least.  Do not check
13396         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13397         the right thing even if the types are not defined.  Instead use:
13398         (gl_STDINT_TYPE_PROPERTIES): New macro.
13399         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13400         testing whether <sys/types.h> clashes, as Autoconf does this for
13401         us now.  All uses removed.
13402         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13403         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13404         (gl_CHECK_TYPE_SAME):
13405         Remove; no longer needed.
13406         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13407         exists, since we'll return 0 anyway in that case.
13408         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13409
13410 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13411
13412         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13413         possible collision with system files.
13414         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13415         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13416         WCHAR_MIN and WCHAR_MAX in this case.
13417         (<stddef.h>): Do not include; no longer needed.
13418         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13419         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13420         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13421         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13422         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13423         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13424         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13425         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13426         !defined(__c99))]: Include in this case too, since it's harmless
13427         now.
13428         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13429         dangerous to do so.
13430         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13431         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13432         (_STDINT_MIN, _STDINT_MAX): New macros.
13433         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13434         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13435         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13436         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13437         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13438         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13439         macros, not typedefs; this simplifies things quite a bit.
13440         Use long int for all types narrower than int64_t.
13441         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13442         Define in terms of long long int or int64_t or long int,
13443         not int64_t or int32_t.  This saves some compile-time testing.
13444         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13445         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13446         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13447         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13448         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13449         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13450         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13451         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13452         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13453         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13454         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13455         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13456         undef any previous version and define our own version, for
13457         simplicity and consistency with the new macros for types.
13458         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13459         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13460         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13461         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13462         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13463         @WINT_T_SUFFIX@ to keep things simple here.
13464         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13465         Simplify by assuming typical 8/16/32/64 host, since we're
13466         already doing that elsewhere anyway.
13467         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13468         and assume long long int is 64 bits if available.  This
13469         speeds up 'configure'.
13470
13471 2006-07-01  Eric Blake  <ebb9@byu.net>
13472
13473         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13474         Reported by Andreas Buening.
13475
13476 2006-07-01  Eric Blake  <ebb9@byu.net>
13477
13478         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13479
13480 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13481
13482         * lib/getaddrinfo.c: fixed typo
13483
13484 2006-06-29  Jim Meyering  <jim@meyering.net>
13485
13486         * modules/strftime (Maintainer): Add my name, since with the
13487         FPRINTFTIME changes strftime.c has forked from glibc.
13488
13489 2006-06-29  Eric Blake  <ebb9@byu.net>
13490
13491         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13492
13493 2006-06-29  Eric Blake  <ebb9@byu.net>
13494
13495         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13496
13497 2006-06-29  Eric Blake  <ebb9@byu.net>
13498
13499         * lib/stat_.h: New file.
13500
13501 2006-06-29  Eric Blake  <ebb9@byu.net>
13502
13503         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13504         unused static function.
13505
13506 2006-06-29  Eric Blake  <ebb9@byu.net>
13507
13508         * doc/functions.texi (Function Portability): Document missing lstat
13509         on mingw.
13510
13511 2006-06-29  Eric Blake  <ebb9@byu.net>
13512
13513         * MODULES.html.sh: Add sys_stat.
13514         * modules/sys_stat: New module.
13515         * modules/mkstemp (Depends-on): Add sys_stat.
13516
13517 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13518
13519         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13520
13521 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13522
13523         * m4/c-bs-a.m4: Removed.
13524
13525 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13526
13527         * lib/strftime.c: Assume strftime() exists.
13528
13529 2006-06-29  Derek Price  <derek@ximbiot.com>
13530
13531         * modules/c-bs-a: Removed - \a is C89.
13532         * MODULES.html.sh: Remove c-bs-a.
13533
13534 2006-06-29  Bruno Haible  <bruno@clisp.org>
13535
13536         * modules/wcwidth (License): Change to LGPL.
13537
13538 2006-06-28  Simon Josefsson  <jas@extundo.com>
13539
13540         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13541         on _WIN32.
13542
13543         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13544         getnameinfo.
13545
13546 2006-06-28  Simon Josefsson  <jas@extundo.com>
13547
13548         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13549
13550 2006-06-28  Simon Josefsson  <jas@extundo.com>
13551
13552         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13553         functions there.  It will succeed on Windows XP, but on Windows
13554         2000 and (presumably) earlier, it will fail, and use the internal
13555         re-implementation.
13556         (use_win32_p): New function.
13557         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13558         Support AI_NUMERICSERV to disable getservbyname.
13559         (getnameinfo): New function, only supports
13560         NI_NUMERICHOST|NI_NUMERICSERV for now.
13561
13562         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13563         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13564         getnameinfo.
13565
13566 2006-06-28  Eric Blake  <ebb9@byu.net>
13567
13568         * modules/wcwidth: New file.
13569         * modules/mbchar (Depends-on): Add wcwidth.
13570         * modules/mbswidth (Depends-on): Add wcwidth.
13571         * MODULES.html.sh: Add wcwidth.
13572
13573 2006-06-28  Eric Blake  <ebb9@byu.net>
13574
13575         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13576         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13577
13578 2006-06-28  Eric Blake  <ebb9@byu.net>
13579
13580         * lib/xvasprintf.h: Fix comments.
13581
13582 2006-06-28  Eric Blake  <ebb9@byu.net>
13583
13584         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13585         * lib/mbswidth.c (wcwidth): Move from here...
13586         * lib/wcwidth.h: ...to this new file.
13587
13588 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13589
13590         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13591
13592         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13593         it's obsolete.
13594         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13595
13596 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13597
13598         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13599         Autoconf 2.60 says this stuff was obsolete.
13600
13601 2006-06-28  Bruno Haible  <bruno@clisp.org>
13602
13603         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13604
13605 2006-06-28  Bruno Haible  <bruno@clisp.org>
13606
13607         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13608         gt_TYPE_WCHAR_T.
13609
13610 2006-06-28  Bruno Haible  <bruno@clisp.org>
13611
13612         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13613         declaration for wcwidth.
13614         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13615
13616 2006-06-28  Bruno Haible  <bruno@clisp.org>
13617
13618         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13619         (mkdir): Define using _mkdir.
13620
13621 2006-06-28  Bruno Haible  <bruno@clisp.org>
13622
13623         * lib/getaddrinfo.h: Fix POSIX URL.
13624         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13625         _WIN32.
13626         (use_win32_p): Make static.
13627         (getaddrinfo): Reject service name if it is empty or does not consist
13628         solely of decimal digits, or if its value is > 65535.
13629         (getnameinfo): Remove useless casts.
13630
13631 2006-06-27  Simon Josefsson  <jas@extundo.com>
13632
13633         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13634         Eggert and Martin Lambers.
13635
13636 2006-06-27  Simon Josefsson  <jas@extundo.com>
13637
13638         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13639         Eggert and Martin Lambers.
13640
13641 2006-06-27  Bruno Haible  <bruno@clisp.org>
13642
13643         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13644         result to 0, not to empty.
13645         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13646
13647 2006-06-27  Bruno Haible  <bruno@clisp.org>
13648
13649         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13650
13651 2006-06-26  Simon Josefsson  <jas@extundo.com>
13652
13653         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13654         present.
13655
13656 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13657
13658         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13659         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13660         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13661
13662 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13663
13664         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13665
13666 2006-06-26  Bruno Haible  <bruno@clisp.org>
13667
13668         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13669
13670 2006-06-26  Bruno Haible  <bruno@clisp.org>
13671
13672         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13673
13674 2006-06-26  Bruno Haible  <bruno@clisp.org>
13675
13676         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13677         SGI C compiler in pre-C99 mode.
13678         Suggested by Mark D. Baushke and Larry Jones.
13679
13680 2006-06-26  Bruno Haible  <bruno@clisp.org>
13681
13682         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13683         WCHAR_MAX.
13684         Reported by Mark D. Baushke and Larry Jones.
13685
13686 2006-06-26  Bruno Haible  <bruno@clisp.org>
13687
13688         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13689         in pre-C99 mode.
13690         Suggested by Mark D. Baushke and Larry Jones.
13691
13692 2006-06-23  Simon Josefsson  <jas@extundo.com>
13693             Bruno Haible  <bruno@clisp.org>
13694
13695         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13696         Emit mostlyclean-local rule.
13697         (func_emit_tests_Makefile_am): Likewise.
13698         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13699
13700 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13701
13702         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13703
13704 2006-06-23  Bruno Haible  <bruno@clisp.org>
13705
13706         * tests/test-stdint.c: Update to match ISO C 99 Technical
13707         Corrigendum 1.
13708
13709 2006-06-23  Bruno Haible  <bruno@clisp.org>
13710
13711         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13712
13713 2006-06-23  Bruno Haible  <bruno@clisp.org>
13714
13715         * lib/stdint_.h: Treat IRIX like OpenBSD.
13716
13717 2006-06-23  Bruno Haible  <bruno@clisp.org>
13718
13719         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13720         ISO C 99 Technical Corrigendum 1.
13721
13722 2006-06-22  Simon Josefsson  <jas@extundo.com>
13723
13724         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13725         MinGW.
13726
13727 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13730         needed.  Some compiler complained about some of them.  Problem reported
13731         by Larry Jones in
13732         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13733
13734 2006-06-21  Simon Josefsson  <jas@extundo.com>
13735
13736         * tests/test-getaddrinfo.c: New file.
13737
13738         * modules/getaddrinfo-tests: New file.
13739
13740         * MODULES.html.sh: Add inet_pton.
13741
13742         * modules/inet_pton: New file.
13743
13744 2006-06-21  Simon Josefsson  <jas@extundo.com>
13745
13746         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13747         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13748         of using the (limited) gnulib implementation on Windows XP.
13749
13750         * m4/inet_pton.m4: New file.
13751
13752 2006-06-21  Simon Josefsson  <jas@extundo.com>
13753
13754         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13755         variable.
13756
13757         * lib/socket_.h: Don't define WINVER.
13758
13759         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13760         slightly modified to work in gnulib.
13761
13762 2006-06-21  Simon Josefsson  <jas@extundo.com>
13763
13764         * doc/gnulib.texi (Windows sockets): Add.
13765
13766 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * lib/read-file.c (fread_file): Start with buffer allocation of
13769         0 bytes rather than 1 byte; this simplifies the code.
13770         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13771         code to free buffer and save/restore errno.
13772         (internal_read_file): Remove unused local.
13773
13774 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13775
13776         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13777         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13778         Problem reported by Denis Excoffier in
13779         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13780
13781 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13782
13783         * modules/sys_socket, modules/socklen: Include sys/types since
13784         FreeBSD 4.x's sys/socket.h needs it.
13785
13786 2006-06-19  Simon Josefsson  <jas@extundo.com>
13787
13788         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13789
13790 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13791
13792         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13793
13794 2006-06-19  Bruno Haible  <bruno@clisp.org>
13795
13796         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13797         and FULL_PATH_INTTYPES_H in angle brackets.
13798         Reported by Mark D. Baushke <mdb@gnu.org>.
13799
13800 2006-06-17  Eric Blake  <ebb9@byu.net>
13801
13802         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13803         errno.
13804
13805 2006-06-17  Bruno Haible  <bruno@clisp.org>
13806
13807         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13808         <sys/inttypes.h>.
13809
13810 2006-06-17  Bruno Haible  <bruno@clisp.org>
13811
13812         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13813         whether errno is declared. Assume <errno.h> declares errno.
13814
13815 2006-06-17  Bruno Haible  <bruno@clisp.org>
13816
13817         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13818
13819 2006-06-17  Bruno Haible  <bruno@clisp.org>
13820
13821         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13822         problem on Solaris 2.5.1.
13823
13824 2006-06-16  Eric Blake  <ebb9@byu.net>
13825
13826         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13827         * lib/unicodeio.c [!defined errno]: Likewise.
13828         * lib/strtol.c [!defined errno]: Likewise.
13829         * lib/strtod.c [!defined errno]: Likewise.
13830
13831 2006-06-15  Eric Blake  <ebb9@byu.net>
13832
13833         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13834
13835 2006-06-15  Eric Blake  <ebb9@byu.net>
13836
13837         * config/srclist.txt (ssize_t.m4): Lose sync.
13838
13839 2006-06-15  Bruno Haible  <bruno@clisp.org>
13840
13841         * modules/stdint (Files): Include m4/full-header-path.m4,
13842         m4/size_max.m4, m4/wchar_t.m4.
13843         (Makefile.am): Many more substitutions.
13844         * modules/stdint-tests: New file.
13845         * tests/test-stdint.c: New file.
13846
13847 2006-06-15  Bruno Haible  <bruno@clisp.org>
13848
13849         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13850         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13851         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13852         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13853         gl_CHECK_TYPE_SAME): New macros.
13854
13855 2006-06-15  Bruno Haible  <bruno@clisp.org>
13856
13857         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13858
13859 2006-06-15  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/stdint_.h: Rewritten to be fully auto-configured.
13862         Fixes bug on HP-UX/IA64.
13863
13864 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * lib/getdate.y (__attribute__): Don't define if already defined.
13867         Problem reported by Larry Jones.
13868         * lib/utimens.c (__attribute__): Likewise.
13869
13870 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13871
13872         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13873         reported by Andreas Schwab.
13874
13875 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13876             Bruno Haible  <bruno@clisp.org>
13877
13878         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13879         check for the declaration of strnlen and a run test that exposes the
13880         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13881         rpl_strndup.
13882
13883 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13884             Bruno Haible  <bruno@clisp.org>
13885
13886         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13887
13888 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13889
13890         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13891         compile test, for Tru64 4.0D.
13892
13893 2006-05-28  Karl Berry  <karl@gnu.org>
13894
13895         * config/srclist.txt (printf-args.c): lose sync.
13896
13897 2006-05-26  Martin Lambers  <marlam@marlam.de>
13898
13899         * lib/getpass.c: Updates the test for the native W32 API, and adds
13900         missing includes, thus fixing compilation warnings.
13901
13902 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13903
13904         * lib/exclude.c (exclude_fnmatch): New function.
13905         (excluded_file_name): Call exclude_fnmatch.
13906         * lib/exclude.h (excluded_file_name): New prototype
13907
13908 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13909
13910         * lib/tempname.c (small_open, large_open): New macros.
13911         (__open, __open64) [!_LIBC]: Remove.
13912         (__gen_tempname): Use small_open and large_open instead of __open
13913         and __open64.  This fixes a portability bug on HP-UX 11.11i
13914         reported by Simon Wing-Tang in
13915         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13916
13917 2006-05-24  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13920         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13921         Reported by Thorsten Maerz <torte@netztorte.de> via
13922         Aaron Stone <aaron@serendipity.cx>.
13923
13924 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13925
13926         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13927         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13928         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13929         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13930         not really conditional on the cache.
13931         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13932
13933 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13936         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13937         (my_usleep): Don't mishandle maximum value.
13938
13939 2006-05-19  Jim Meyering  <jim@meyering.net>
13940
13941         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13942
13943 2006-05-17  Bruno Haible  <bruno@clisp.org>
13944
13945         Cygwin portability.
13946         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13947
13948 2006-05-17  Bruno Haible  <bruno@clisp.org>
13949
13950         * lib/stdint_.h: Fix recognition of Cygwin.
13951
13952 2006-05-15  Bruno Haible  <bruno@clisp.org>
13953
13954         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13955         on libtool patch by Ralf Wildenhues.
13956
13957 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13958
13959         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13960         test for C99 conformance; (bool) 0.5 is an integer constant
13961         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13962         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13963
13964 2006-05-11  Simon Josefsson  <jas@extundo.com>
13965
13966         * m4/xvasprintf.m4: Fix obvious typo.
13967
13968 2006-05-11  Jim Meyering  <jim@meyering.net>
13969
13970         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13971         James Lemley.
13972
13973 2006-05-10  Simon Josefsson  <jas@extundo.com>
13974
13975         * lib/md4.c: Typo fix, update copyright years.
13976         (K1, K2): Don't use L because it turn computations into 64-bit on
13977         64-bit platforms.
13978
13979 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13982         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13983         unwanted sign propagation, e.g., on hosts with 64-bit int.
13984         There still are some problems with reeelly weird theoretical hosts
13985         (e.g., 33-bit int) but it's not worth worrying about now.
13986         * lib/sha1.c (rol): Likewise.
13987         (K1, K2, K3, K4): Remove unnecessary L suffix.
13988
13989 2006-05-10  Bruno Haible  <bruno@clisp.org>
13990
13991         * lib/des.c: Cast to avoid warnings.
13992
13993 2006-05-09  Bruno Haible  <bruno@clisp.org>
13994
13995         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13996         (Depends-on): Depend also on xsize, stdarg.
13997         (configure.ac): Add gl_XVASPRINTF.
13998
13999 2006-05-09  Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/xvasprintf.m4: New file.
14002
14003 2006-05-09  Bruno Haible  <bruno@clisp.org>
14004
14005         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14006         (EOVERFLOW): Define fallback value.
14007         (xstrcat): New function.
14008         (xvasprintf): Recognize the special case of a string concatenation.
14009
14010 2006-05-08  Eric Blake  <ebb9@byu.net>
14011
14012         * gnulib-tool (func_version): Base copyright year on CVS date.
14013         (func_emit_copyright_notice): New function.
14014         (func_emit_lib_Makefile_am): Use it.
14015         (func_emit_tests_Makefile_am): Likewise.
14016         (func_import): Likewise.
14017
14018 2006-05-08  Bruno Haible  <bruno@clisp.org>
14019
14020         * modules/stdarg: New file.
14021         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14022
14023 2006-05-08  Bruno Haible  <bruno@clisp.org>
14024
14025         * m4/stdarg.m4: New file, from GNU gettext.
14026
14027 2006-05-08  Bruno Haible  <bruno@clisp.org>
14028
14029         * config/srclist.txt (build-aux/config.rpath): different from latest
14030         release.
14031
14032 2006-05-08  Bruno Haible  <bruno@clisp.org>
14033
14034         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14035
14036 2006-05-05  Jim Meyering  <jim@meyering.net>
14037
14038         * m4/warning.m4: New file, derived from bison's file by the same name.
14039
14040 2006-05-03  Bruno Haible  <bruno@clisp.org>
14041
14042         * lib/stdint_.h: Shorter URL.
14043         * lib/inttypes.h: Likewise.
14044
14045 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14046
14047         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14048
14049 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14050
14051         * lib/verify.h: Document the internals better.  Most of this change
14052         was written by Bruno Haible.
14053
14054 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14055
14056         * doc/verify.texi: New file, partly based on a proposal by
14057         Bruno Haible.
14058
14059 2006-05-02  Bruno Haible  <bruno@clisp.org>
14060
14061         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14062         test from here...
14063         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14064
14065 2006-04-29  Bruno Haible  <bruno@clisp.org>
14066
14067         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14068         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14069
14070 2006-04-29  Bruno Haible  <bruno@clisp.org>
14071
14072         * gnulib-tool: Make --update option actually work.
14073
14074 2006-04-29  Bruno Haible  <bruno@clisp.org>
14075
14076         * doc/gcd.texi: New file.
14077         * doc/gnulib.texi: Include it.
14078
14079 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * lib/getdate.y (get_date): When adding relative date, start with the
14082         initial time, not with the result of the first mktime call.
14083
14084 2006-04-25  Bruno Haible  <bruno@clisp.org>
14085
14086         * gnulib-tool (func_import): Output the include directives in three
14087         blocks, sorted separately.
14088         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14089
14090 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14093         to define main with arguments, for C++.  Reported by Eric Blake.
14094         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14095         Prefer 'int main ()' to 'int main (void)', for C++.
14096         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14097         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14098         for 'main', for C99 and C++.
14099
14100 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14101
14102         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14103         Don't assume that exit status -1 is valid.
14104         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14105         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14106         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14107         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14108         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14109         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14110         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14111         functions can be used without declaring them, or that you can
14112         exit with status -1.
14113         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14114
14115 2006-04-24  Karl Berry  <karl@gnu.org>
14116
14117         * config/srclist.txt (longdouble.m4): sync lost.
14118
14119 2006-04-24  Eric Blake  <ebb9@byu.net>
14120
14121         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14122
14123 2006-04-24  Bruno Haible  <bruno@clisp.org>
14124
14125         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14126         poll() implementation in AIX.
14127         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14128
14129 2006-04-24  Bruno Haible  <bruno@clisp.org>
14130
14131         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14132         assigned exactly once.
14133
14134 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14135             Bruno Haible  <bruno@clisp.org>
14136
14137         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14138         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14139         for AM_CPPFLAGS.
14140
14141 2006-04-23  Bruno Haible  <bruno@clisp.org>
14142
14143         * modules/copy-file: Depend on unistd.
14144         * modules/execute: Likewise.
14145         * modules/fatal-signal: Likewise.
14146         * modules/findprog: Likewise.
14147         * modules/mkdtemp : Likewise.
14148         * modules/pipe: Likewise.
14149         * modules/wait-process: Likewise.
14150
14151 2006-04-23  Bruno Haible  <bruno@clisp.org>
14152
14153         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14154         condition was already detected.
14155         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14156
14157 2006-04-23  Bruno Haible  <bruno@clisp.org>
14158
14159         * lib/copy-file.c: Include <unistd.h> unconditionally.
14160         * lib/execute.c: Likewise.
14161         * lib/fatal-signal.c: Likewise.
14162         * lib/findprog.c: Likewise.
14163         * lib/mkdtemp.c: Likewise.
14164         * lib/pipe.h: Likewise.
14165         * lib/pipe.c: Likewise.
14166         * lib/wait-process.h: Likewise.
14167
14168 2006-04-23  Bruno Haible  <bruno@clisp.org>
14169
14170         * gnulib-tool (func_usage): Fix --import description. Document
14171         --update.
14172         (func_import): Create temporary file in a temporary directory, if
14173         --dry-run is specified. Silence errors from 'grep' when there are no
14174         m4 files in $m4dir.
14175         (func_create_testdir): Silence errors from 'grep' when there are no
14176         m4 files in $m4dir.
14177         Reported by Karl Berry <karl@freefriends.org>.
14178
14179 2006-04-20  Bruno Haible  <bruno@clisp.org>
14180
14181         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14182         one argument, so that the code will be portable to Autoconf 2.60.
14183         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14184         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14185         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14186
14187 2006-04-19  Derek Price  <derek@ximbiot.com>
14188             Eric Blake  <ebb9@byu.net>
14189
14190         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14191         rather than "/full/path.h".  Update comment to match.  Shorten &
14192         generalize m4_translit call via AS_TR_CPP.
14193
14194 2006-04-19  Derek Price  <derek@ximbiot.com>
14195             Eric Blake  <ebb9@byu.net>
14196
14197         * lib/inttypes.h: Correct grammar in comment.
14198
14199 2006-04-18  Derek Price  <derek@ximbiot.com>
14200             Paul Eggert  <eggert@cs.ucla.edu>
14201
14202         * modules/inttypes: New file.
14203         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14204
14205 2006-04-18  Derek Price  <derek@ximbiot.com>
14206             Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14209         New files.
14210
14211 2006-04-18  Derek Price  <derek@ximbiot.com>
14212             Paul Eggert  <eggert@cs.ucla.edu>
14213
14214         * lib/inttypes.h: New file.
14215         * lib/strtoimax.c: Assume <inttypes.h>.
14216
14217 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14218
14219         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14220         isn't mounted.  Problem reported by Kir Kolyshkin.
14221
14222 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14225         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14226         Derek R. Price.
14227         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14228         implementation.
14229
14230 2006-04-12  Eric Blake  <ebb9@byu.net>
14231
14232         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14233         is now done automatically by the corresponding Autoconf macro.
14234
14235 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14236
14237         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14238         time_r.h.
14239
14240 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14241
14242         Merge regex changes from libc, removing some of our
14243         POSIX-conformance changes that were rejected and redoing them in a
14244         less-intrusive way.
14245
14246         * lib/regcomp.c (re_compile_internal, init_dfa):
14247         Length arg is now size_t, not Idx.  All uses changed.
14248         (peek_token): Forward decl now says internal_function.
14249         (__re_error_msgid, __re_error_msgid_idx):
14250         Now static rather than extern with attribute_hidden.
14251         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14252         For some reason libc prefers K&R style defns for external functions.
14253         (regerror) [!defined _LIBC]: Likewise.
14254         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14255         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14256         (build_range_exp, build_collating_symbol):
14257         Use K&R-style defn.
14258         (re_compile_fastmap): Use '\0' to memset, not 0.
14259         (utf8_sb_map): Make the calculations more obvious.
14260         (init_dfa, parse_bracket_exp, build_charclass_op):
14261         Call calloc and cast result, as glibc does.
14262         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14263         (build_range_exp, build_collating_symbol):
14264         Now internal functions.
14265
14266         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14267
14268         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14269         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14270         Don't depend on VMS; depend on __VMS instead, for POSIX
14271         namespace cleanness.
14272         (regoff_t): Define to ssize_t, not long int.
14273
14274         Remove the REG_ macros named below.  Instead, make the old names
14275         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14276         __USE_GNU_REGEX.
14277         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14278         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14279         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14280         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14281         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14282         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14283         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14284         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14285         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14286         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14287         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14288         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14289         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14290         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14291         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14292         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14293         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14294         (REG_NREGS):
14295         Remove.  All uses replaced by the old RE_* names.
14296         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14297         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14298         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14299         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14300         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14301         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14302         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14303         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14304         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14305         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14306         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14307         Don't bother having these macros be independent of each others'
14308         values, since they no longer exist in the POSIX name space.
14309
14310         Rename the following member names back to their old names,
14311         unless !__USE_GNU_REGEX.  All uses changed back.
14312         (buffer): Renamed from re_buffer.
14313         (allocated): Renamed from re_allocated.
14314         (used): Renamed from re_used.
14315         (syntax): Renamed from re_syntax.
14316         (fastmap): Renamed from re_fastmap.
14317         (translate): Renamed from re_translate.
14318         (can_be_null): Renamed from re_can_be_null.
14319         (regs_allocated): Renamed from re_regs_allocated.
14320         (fastmap_accurate): Renamed from re_fastmap_accurate.
14321         (no_sub): Renamed from re_no_sub.
14322         (not_bol): Renamed from re_not_bol.
14323         (not_eol): Renamed from re_not_eol.
14324         (newline_anchor): Renamed from re_newline_anchor.
14325         (num_regs): Renamed from rm_num_regs.
14326         (start): Renamed from rm_start.
14327         (end): Renamed from rm_end.
14328
14329         (free_state): Move up a bit.
14330
14331         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14332         #define to be empty.
14333         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14334         when that is what is intended.
14335         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14336         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14337         (MAX): New macro.
14338         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14339         All uses changed back to re_malloc, etc.  It's now the caller's
14340         responsibility to check for overflow; all callers changed.
14341         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14342         (re_x2nrealloc): Remove.
14343         (free_state): Remove decl.
14344
14345         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14346         (re_set_registers, re_exec):
14347         Use K&R-style defn.
14348
14349         2006-01-31  Roland McGrath  <roland@redhat.com>
14350
14351         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14352         Reported by Mike Frysinger <vapier@gentoo.org>.
14353
14354         2006-01-15  Andreas Jaeger  <aj@suse.de>
14355
14356         [BZ #1950]
14357         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14358         build_wcs_upper_buffer change.
14359         (build_wcs_upper_buffer): Change return type.
14360
14361         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14362
14363         * lib/regex_internal.h: Include <stdint.h> if available.
14364
14365         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14366
14367         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14368
14369         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14370
14371         * lib/regcomp.c: Adjust for changed secondary hash function.
14372
14373         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14374
14375         * lib/regex.h: Pretty printing.
14376         Clean up namespace a bit.
14377
14378         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14379
14380         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14381         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14382
14383         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14384                     Ulrich Drepper  <drepper@redhat.com>
14385
14386         [BZ #1302]
14387         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14388         changed.
14389         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14390
14391         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14392
14393         [BZ #281]
14394         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14395         * lib/regcomp.c: Remove unnecessary uses of
14396         unsigned RE_TRANSLATE_TYPE.
14397         * lib/regex_internal.h: Likewise.
14398         * lib/regex_internal.c: Likewise.
14399         * lib/regexec.c: Likewise.
14400         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14401
14402         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14403
14404         * lib/regexec.c (find_recover_state): Remove unnecessary
14405         initialization.
14406         (transit_state_bkref): Make DFA a const pointer.
14407         (get_subexp): Likewise.
14408         (check_arrival): Likewise.
14409         (update_cur_sifted_state): Likewise.
14410         (re_search_internal): Likewise.
14411         (prune_impossible_nodes): Likewise.
14412         (acquire_init_state_context): Likewise.
14413         (proceed_next_node): Likewise.
14414         (set_regs): Likewise.
14415         (free_fail_stack_return): Likewise.
14416         (check_arrival_expand_ecl): Mark DFA parameter as const.
14417         (check_arrival_expand_ecl_sub): Likewise.
14418         (check_subexp_limits): Likewise.
14419         (sub_epsilon_src_nodes):  Likewise.
14420         (add_epsilon_src_nodes):  Likewise.
14421         (merge_state_array): Likewise.
14422         (update_regs): Likewise.
14423         (build_trtable): Likewise.
14424         (sift_states_backward): Mark MCTX parameter as const.
14425         (build_sifted_states): Likewise.
14426         (update_cur_sifted_state): Likewise.
14427         (sift_states_mkref): Likewise.
14428         (check_arrival_expand_ecl): Mark eclosure as const.
14429         (check_dst_limits_calc_pos_1): Likewise.
14430         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14431         pointer.
14432
14433         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14434
14435         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14436         (transit_state_sb): Likewise.
14437         (transit_state_mb): Likewise.
14438         (sift_states_iter_mb): Likewise.
14439         (check_arrival_add_next_nodes): Likewise.
14440         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14441         [_LIBC] (re_search_2_stub): Use mempcpy.
14442
14443         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14444         mbrtowc for very simple UTF-8 case.
14445
14446         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14447         a pointer-to-const.
14448         (re_acquire_state_context): Likewise.
14449         * lib/regex_internal.h: Adjust prototypes.
14450
14451         * lib/regex.c: Prevent using C++ compilers.
14452
14453         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14454         (re_acquire_state_context): Likewise.
14455
14456 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * modules/regex (Depends-on): Add ssize_t.
14459
14460 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14461
14462         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14463         translation table.
14464
14465 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14468
14469 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14470             Bruno Haible  <bruno@clisp.org>
14471
14472         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14473         <sys/types.h> and <inttypes.h>.
14474
14475 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14476
14477         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14478         `__error_t_defined', so argp.h will not typedef the former.
14479
14480 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14483         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14484         glibc names.  Even if glibc is changed to conform to POSIX, the
14485         traditional names will be available anyway, since regex depends on
14486         the extensions module.  Also, fix a longstanding typo in the
14487         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14488         reported by Emanuele Giaquinta.  Also, change sense of cached
14489         variable, so that the message makes sense.
14490
14491 2006-03-24  Simon Josefsson  <jas@extundo.com>
14492
14493         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14494         including some doc fixes.
14495         (base64_encode_alloc): Fix +1 bug on allocation failures.
14496
14497 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14498
14499         * lib/base64.c (base64_encode): Do not read past end of array with
14500         unsanitized input on systems with CHAR_BIT > 8.
14501
14502 2006-03-24  Eric Blake  <ebb9@byu.net>
14503
14504         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14505
14506 2006-03-22  Karl Berry  <karl@gnu.org>
14507
14508         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14509         * config/srclistvars.sh (COREUTILS): new var.
14510
14511 2006-03-17  Jim Meyering  <jim@meyering.net>
14512
14513         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14514         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14515
14516 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14519         no longer needs it.  Instead, check that regoff_t is as least
14520         as wide as ptrdiff_t.
14521
14522         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14523         so that our regex.h stays compatible with the installed regex.
14524         This is helpful for installers who configure --without-included-regex.
14525         Problem reported by Emanuele Giaquinta.
14526
14527 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14528
14529         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14530         Typedef to long int, not to off_, as POSIX will likely change
14531         in that direction.
14532
14533 2006-03-15  Eric Blake  <ebb9@byu.net>
14534
14535         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14536
14537 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14538
14539         * lib/argp-help.c (validate_uparams): Fix typo
14540         * lib/argp-parse.c (argp_default_options): Consistently begin help
14541         messages with a lowercase letter.
14542
14543 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14544
14545         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14546         overrun buffers and shouldn't be used (much as gets shouldn't be
14547         used).
14548         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14549
14550 2006-03-08  Simon Josefsson  <jas@extundo.com>
14551
14552         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14553         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14554
14555 2006-03-08  Simon Josefsson  <jas@extundo.com>
14556
14557         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14558         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14559
14560 2006-03-08  Simon Josefsson  <jas@extundo.com>
14561
14562         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14563         signal that configure disabled the device.
14564
14565 2006-03-08  Simon Josefsson  <jas@extundo.com>
14566
14567         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14568         languages.
14569
14570 2006-03-07  Simon Josefsson  <jas@extundo.com>
14571
14572         * modules/getopt (Depends-on): Add unistd.
14573
14574         * modules/unistd: New file.
14575
14576 2006-03-07  Simon Josefsson  <jas@extundo.com>
14577
14578         * modules/gc-random: New file.
14579
14580 2006-03-07  Simon Josefsson  <jas@extundo.com>
14581
14582         * m4/unistd_h.m4: New file.
14583
14584 2006-03-07  Simon Josefsson  <jas@extundo.com>
14585
14586         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14587         test to be side-effect free by storing the result in the cache
14588         variable gl_cv_lib_readline, and moving the assignment of
14589         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14590         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14591
14592 2006-03-07  Simon Josefsson  <jas@extundo.com>
14593
14594         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14595         error on missing devices (the functions will return an error).
14596
14597         * m4/gc.m4: Move random stuff to gc-random.m4
14598
14599 2006-03-07  Simon Josefsson  <jas@extundo.com>
14600
14601         * lib/unistd_.h: New file.
14602
14603 2006-03-07  Simon Josefsson  <jas@extundo.com>
14604
14605         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14606
14607 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14608
14609         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14610         Problem reported by Juan Manuel Guerrero.
14611
14612 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14615         the unistd module.
14616         * lib/getlogin_r.c: Likewise.
14617         * lib/getlogin_r.h: Likewise.
14618         * lib/glob.c: Likewise.
14619         * lib/pagealign_alloc.c: Likewise.
14620         * lib/unistd_.h: Remove; no longer needed.
14621
14622 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14623
14624         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14625         Add unistd.
14626         * modules/c-stack (Depends-on): Add unistd.
14627         * modules/getlogin_r: Likewise.
14628         * modules/glob: Likewise.
14629         * modules/pagealign_alloc: Likewise.
14630         * modules/unistd (Files): Remove lib/unistd_.h.
14631         (EXTRA_DIST): Remove.
14632         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14633         need unistd_.h.
14634         (MOSTLYCLEANFILES): Remove unistd.h-t.
14635
14636 2006-03-03  Simon Josefsson  <jas@extundo.com>
14637
14638         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14639
14640 2006-03-03  Simon Josefsson  <jas@extundo.com>
14641
14642         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14643         libidn and bison.
14644
14645 2006-03-03  Simon Josefsson  <jas@extundo.com>
14646
14647         * build-aux/maint.mk: Add indent target.
14648
14649 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14650
14651         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14652         our replacement poll.h in any case, to avoid a differing
14653         declaration from a system header.  Seen on AIX.
14654
14655 2006-03-01  Simon Josefsson  <jas@extundo.com>
14656
14657         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14658         <kasal@ucw.cz>.
14659
14660 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14661
14662         * modules/gettime (Depends-on): Add extensions module.
14663         * modules/nanosleep (Depends-on): Likewise.
14664         * modules/settime (Depends-on): Likewise.
14665
14666 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14669         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14670         pedantically.
14671         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14672         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14673
14674         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14675         not "==".  Reported by Ralf Wildenhues.
14676
14677 2006-03-01  Karl Berry  <karl@gnu.org>
14678
14679         * doc/Copyright/request-*: new files, synced from gnuorg.
14680
14681 2006-03-01  Karl Berry  <karl@gnu.org>
14682
14683         * config/srclist.txt (Copyright/*): new entries.
14684
14685 2006-02-28  Simon Josefsson  <jas@extundo.com>
14686
14687         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14688
14689 2006-02-27  Simon Josefsson  <jas@extundo.com>
14690
14691         * lib/base64.h: Indent #define's.  From Jim Meyering
14692         <jim@meyering.net>.
14693
14694 2006-02-27  Jim Meyering  <jim@meyering.net>
14695
14696         Revert the change of 2006-02-24, so these files can continue
14697         to be sync'd from gettext.
14698         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14699         of `config.h'.
14700
14701 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * modules/intprops: New file.
14704         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14705         Add intprops.
14706         * modules/getloadavg (Files): Remove lib/intprops.h.
14707         (Depends-on): Add intprops.
14708         * modules/human: Likewise.
14709         * modules/inttostr: Likewise.
14710         * modules/openat: Likewise.
14711         * modules/sig2str: Likewise.
14712         * modules/userspec: Likewise.
14713         * modules/utimecmp: Likewise.
14714         * modules/xnanosleep: Likewise.
14715         * modules/xstrtol: Likewise.
14716
14717 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14718
14719         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14720         * modules/lock-tests (TESTS): Use $(EXEEXT).
14721         * modules/tls-tests: Likewise.
14722         * modules/argp-tests: Likewise.
14723         (check_PROGRAMS): New var, replacing...
14724         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14725
14726 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14727
14728         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14729         `config.h'.
14730
14731 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14734
14735 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14736
14737         Sync from coreutils.
14738         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14739         gl_CHDIR_SAFER.
14740
14741 2006-02-22  Jim Meyering  <jim@meyering.net>
14742
14743         Sync from coreutils.
14744         * m4/chdir-safer.m4: New file.
14745
14746 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14747
14748         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14749         AT_FDCWD exceeds INT_MAX.
14750         * lib/openat.h (AT_FDCWD): Likewise.
14751
14752 2006-02-17  Eric Blake  <address@hidden>
14753
14754         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14755
14756 2006-02-16  Simon Josefsson  <jas@extundo.com>
14757
14758         * modules/getaddrinfo (Depends-on): Add sys_socket.
14759
14760 2006-02-15  Simon Josefsson  <jas@extundo.com>
14761
14762         * build-aux/maint.mk: Add dsyntax-check rule.
14763
14764 2006-02-15  Eric Blake  <ebb9@byu.net>
14765
14766         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14767         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14768         'present but cannot compile' warnings on cygwin.
14769         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14770         use ws2tcpip.h if sys/socket.h works.
14771         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14772         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14773
14774 2006-02-14  Simon Josefsson  <jas@extundo.com>
14775
14776         * modules/maintainer-makefile (Files): Rename.
14777
14778         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14779         and (the local) Makefile.cfg to maint-cfg.mk.
14780
14781         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14782         to the latter.
14783
14784         * modules/maintainer-makefile: New module.
14785
14786         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14787         severaly stripped to make it possible to build it up from scratch
14788         with reliable tests.
14789
14790         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14791         fixes to permit overriding the default actions when configure and
14792         makefile are not available.
14793
14794 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14795
14796         Sync from coreutils.
14797         * modules/lstat (Depends-on): Don't depend on xalloc.
14798         (License): Change from GPL to LGPL, since this is now simply a
14799         replacement for a libc function.
14800
14801 2006-02-14  Jim Meyering  <jim@meyering.net>
14802
14803         Sync from coreutils.
14804
14805         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14806         failure on deficient systems, and simplify gnulib lgpl dependencies.
14807         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14808         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14809
14810         * lib/xalloc-die.c: Remove unused definition of N_.
14811
14812 2006-02-14  Jim Meyering  <jim@meyering.net>
14813
14814         Sync from coreutils.
14815         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14816         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14817         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14818         double-quote uses of that variable, to accommodate the rare case in
14819         which getmntent is available in none of the libraries checked.  This
14820         happens at least on FreeBSD 5.0.
14821
14822 2006-02-13  Simon Josefsson  <jas@extundo.com>
14823
14824         * gnulib-tool (Usage): Fix --import, from
14825         karl@freefriends.org (Karl Berry).
14826
14827 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14828
14829         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14830
14831 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14832
14833         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14834         "autoupdate" on 2005-12-12.
14835
14836 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14837
14838         * modules/closeout (Depends-on): Remove atexit.
14839
14840 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14841
14842         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14843         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14844
14845 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14846
14847         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14848         __EXTENSIONS__ if this causes compilation to fail.  Problem
14849         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14850         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14851
14852 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14853
14854         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14855         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14856         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14857         All uses changed.
14858
14859 2006-01-26  Simon Josefsson  <jas@extundo.com>
14860
14861         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14862         prototype is visible on mingw32.
14863
14864         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14865         for mingw32.
14866
14867         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14868         mingw32).
14869
14870 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14871
14872         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14873         attempt to open for write; this always fails, at least on POSIX
14874         hosts.  This reinstates the 2006-01-09 change, which was
14875         inadvertently removed.
14876
14877 2006-01-26  Bruno Haible  <bruno@clisp.org>
14878
14879         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14880         Reported by Paul Eggert.
14881
14882 2006-01-26  Bruno Haible  <bruno@clisp.org>
14883             Paul Eggert  <eggert@cs.ucla.edu>
14884
14885         * lib/stdbool_.h (_Bool)
14886         [(! (defined __cplusplus || defined __BEOS__)
14887           && !defined __GNUC__
14888           && !(defined __HP_cc || defined __xlc__
14889                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14890                || defined __sgi))]:
14891         #define to signed char in these cases too; this simplifies
14892         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14893         etc., separately) and makes it more conservative.
14894
14895 2006-01-25  Simon Josefsson  <jas@extundo.com>
14896
14897         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14898         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14899         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14900
14901 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14902
14903         * lib/argp-namefrob.h: Bugfix. Remove stray #
14904
14905 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14906
14907         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14908         so that we test the test.
14909         Check for yet another HP-UX cc bug involving *bool |= bool.
14910
14911 2006-01-25  Karl Berry  <karl@gnu.org>
14912
14913         * config/srclist.txt (vasnprintf.c): sync lost.
14914
14915 2006-01-25  Jim Meyering  <jim@meyering.net>
14916
14917         Sync from the stable (b5) branch of coreutils:
14918
14919         * lib/fts.c (fts_children): Don't let close() clobber errno from
14920         failed fchdir().
14921
14922         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14923         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14924         a dangling symlink.  That can also happen at least for ELOOP.
14925         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14926         FYI, this bug predates the inclusion of fts.c in coreutils.
14927
14928         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14929         in their own block, so pre-c99 compilers don't object.
14930
14931         Avoid the double-free (first in fts_read, second in fts_close) that
14932         would occur when an `active' directory is made inaccessible (e.g.,
14933         via chmod a-x) during a traversal.
14934         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14935         before returning.  Reproduce this failure by
14936         mkdir -p a/b; cd a; chmod a-x . b
14937         Reported by Stavros Passas.
14938
14939 2006-01-25  Jim Meyering  <jim@meyering.net>
14940
14941         * lib/fileblocks.c: Remove more useless parentheses.
14942         * lib/readutmp.h: Likewise.
14943
14944 2006-01-25  Bruno Haible  <bruno@clisp.org>
14945
14946         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14947         warnings.
14948         Reported by Paul Eggert.
14949
14950 2006-01-25  Bruno Haible  <bruno@clisp.org>
14951
14952         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14953         rid of a trap command. For Solaris sh.
14954         Reported by Mark D. Baushke <mdb@gnu.org>.
14955
14956 2006-01-24  Simon Josefsson  <jas@extundo.com>
14957
14958         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14959         Bruno.
14960
14961 2006-01-24  Karl Berry  <karl@gnu.org>
14962
14963         * config/srclist.txt (argp-namefrob.h): sync lost.
14964
14965 2006-01-24  Jim Meyering  <jim@meyering.net>
14966
14967         * modules/openat (Files): Add lib/intprops.h.
14968         From Mark D. Baushke.
14969
14970 2006-01-24  Jim Meyering  <jim@meyering.net>
14971
14972         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14973         Reported by Mark D. Baushke.
14974
14975 2006-01-24  Jim Meyering  <jim@meyering.net>
14976
14977         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14978
14979 2006-01-24  Bruno Haible  <bruno@clisp.org>
14980
14981         * modules/strnlen (Maintainer): Change from glibc to all.
14982
14983 2006-01-24  Bruno Haible  <bruno@clisp.org>
14984
14985         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14986         Patch by Paul Eggert.
14987
14988 2006-01-24  Bruno Haible  <bruno@clisp.org>
14989
14990         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14991         already has it.
14992         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14993         2005-11-26.
14994
14995         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14996         'signed char' to avoid problems with the built-in _Bool type.
14997         Reported by Paul Eggert on 2005-11-26.
14998
14999 2006-01-24  Bruno Haible  <bruno@clisp.org>
15000
15001         * gnulib-tool (func_import): Avoid constructing complicated sed
15002         expressions inside backquote.
15003         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15004
15005 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15006
15007         These changes imported from libc.
15008         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15009         test and two separate function calls.
15010         * lib/strndup.c (__strndup): Add libc_hidden_def.
15011
15012 2006-01-23  Simon Josefsson  <jas@extundo.com>
15013
15014         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15015         Remove the test_*_SOURCES variable: automake infers it by default.
15016         * modules/tls-tests: Likewise.
15017
15018 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15019
15020         Work around porting bugs reported by Dieter in
15021         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15022         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15023         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15024         Include "getopt.h" first, to check interface.
15025         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15026         !HAVE_DECL_GETENV.
15027         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15028         (__strndup): Revert to K&R-style function dfns, the glibc style.
15029         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15030         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15031         Include strnlen.h first, to get prototype properly.
15032         (strnlen): Renamed from __strnlen.
15033         Remove weak alias.
15034
15035 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15036
15037         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15038
15039 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15040
15041         * config/srclist.txt: Adjust to reflect glibc reorganization.
15042         This affects only comments.
15043
15044 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15045
15046          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15047          Reported by Bruce Korb <bkorb@gnu.org>.
15048
15049 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15050
15051         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15052         to pacify gcc -Wswitch-default.
15053
15054 2006-01-22  Bruno Haible  <bruno@clisp.org>
15055
15056         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15057         temporary buffer for sprintf, take into account the precision also
15058         for 'd', 'i', 'u', 'o', 'x', 'X'.
15059
15060 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15061
15062         * modules/argp-tests: New module
15063         * tests/test-argp.c: New file
15064         * tests/test-argp-2.sh: New file
15065
15066 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15067
15068         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15069         (__argp_base_name): Removed
15070         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15071         typo.
15072         (__argp_base_name): Provide macro definition or extern declaration
15073         depending on the configuration
15074
15075 2006-01-20  Simon Josefsson  <jas@extundo.com>
15076
15077         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15078
15079 2006-01-20  Simon Josefsson  <jas@extundo.com>
15080
15081         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15082
15083 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15086         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15087         Suggested by Bruno Haible.
15088
15089 2006-01-20  Karl Berry  <karl@gnu.org>
15090
15091         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15092         until changes propagate, I guess.
15093
15094 2006-01-19  Simon Josefsson  <jas@extundo.com>
15095
15096         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15097
15098 2006-01-19  Simon Josefsson  <jas@extundo.com>
15099
15100         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15101
15102 2006-01-19  Simon Josefsson  <jas@extundo.com>
15103
15104         * gnulib-tool: Set check_PROGRAMS.
15105
15106         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15107         modules/des-tests, modules/gc-arcfour-tests,
15108         modules/gc-arctwo-tests, modules/gc-des-tests,
15109         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15110         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15111         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15112         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15113         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15114         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15115         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15116         test_*_SOURCES.
15117
15118 2006-01-18  Simon Josefsson  <jas@extundo.com>
15119
15120         * modules/socklen (Depends-on): Depend on sys_socket.
15121
15122 2006-01-18  Simon Josefsson  <jas@extundo.com>
15123
15124         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15125         modules/des-tests, modules/gc-arcfour-tests,
15126         modules/gc-arctwo-tests, modules/gc-des-tests,
15127         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15128         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15129         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15130         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15131         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15132         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15133         $(EXEEXT) to automake TESTS variable, for mingw32.
15134
15135 2006-01-17  Simon Josefsson  <jas@extundo.com>
15136
15137         * modules/socklen (Include): Need sys/socket.h.
15138
15139 2006-01-17  Bruno Haible  <bruno@clisp.org>
15140
15141         * modules/ssize_t (Include): Add <sys/types.h>.
15142
15143 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15144
15145         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15146         it's not portable and it doesn't work with cross-compiles.
15147         Problem reported by Bruno Haible.  Fix missing-$ typo in
15148         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15149         -zignore from being used with Sun's C compiler.
15150
15151 2006-01-12  Simon Josefsson  <jas@extundo.com>
15152
15153         * lib/base64.c: Fix warning, reported by Bruno Haible
15154         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15155
15156 2006-01-12  Bruno Haible  <bruno@clisp.org>
15157
15158         * modules/ldd: New file.
15159         * build-aux/ldd.sh.in: New file.
15160         * MODULES.html.sh (Support for building libraries and executables): Add
15161         ldd.
15162
15163 2006-01-12  Bruno Haible  <bruno@clisp.org>
15164
15165         * m4/ldd.m4: New file.
15166
15167 2006-01-12  Bruno Haible  <bruno@clisp.org>
15168
15169         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15170         endless loop while replacing $auxdir with build-aux.
15171
15172 2006-01-11  Simon Josefsson  <jas@extundo.com>
15173
15174         * lib/stdint_.h (SIZE_MAX): Add missing (.
15175
15176 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         Sync from coreutils.
15179         * lib/md5.c: Fix commentary typos.
15180         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15181         * lib/md5.h (__attribute__): Remove; unused.
15182         * lib/sha1.c: Fix commentary to match md5 better.
15183         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15184         so that we don't need to worry about alignment.  All uses changed.
15185         This merges the 2005-10-28 md5 change into sha1.
15186
15187 2006-01-11  Jim Meyering  <jim@meyering.net>
15188
15189         Sync from coreutils.
15190         * lib/md5.c (OP): Fix spacing.
15191
15192 2006-01-11  Bruno Haible  <bruno@clisp.org>
15193
15194         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15195         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15196         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15197
15198 2006-01-11  Bruno Haible  <bruno@clisp.org>
15199
15200         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15201         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15202         the "early" section as well.
15203
15204 2006-01-11  Bruno Haible  <bruno@clisp.org>
15205
15206         Avoid "ar: no archive members specified" error on MacOS X.
15207         * gnulib-tool (func_modules_add_dummy): New function.
15208         (func_import, func_create_testdir): Invoke it.
15209
15210 2006-01-11  Bruno Haible  <bruno@clisp.org>
15211
15212         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15213         with $auxdir in AC_CONFIG_FILES statements.
15214
15215 2006-01-11  Bruno Haible  <bruno@clisp.org>
15216
15217         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15218         Initialize also noinst_HEADERS to empty.
15219
15220 2006-01-11  Bruno Haible  <bruno@clisp.org>
15221
15222         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15223         variables.
15224         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15225         autoreconf.
15226
15227 2006-01-11  Bruno Haible  <bruno@clisp.org>
15228
15229         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15230         overridable by the user.
15231         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15232
15233 2006-01-10  Simon Josefsson  <jas@extundo.com>
15234
15235         * modules/sys_socket: New file.
15236
15237 2006-01-10  Simon Josefsson  <jas@extundo.com>
15238
15239         * m4/sys_socket_h.m4: New file.
15240
15241 2006-01-10  Simon Josefsson  <jas@extundo.com>
15242
15243         * lib/socket_.h: New file.
15244
15245 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15246
15247         * modules/readutmp (Maintainer): Add myself.
15248
15249 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15252         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15253         People who are still concerned with buggy memcmp implementations
15254         can invoke gl_FUNC_MEMCMP themselves.
15255
15256 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         * lib/regex_internal.h (BITSET_WORD_BITS):
15259         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15260         preprocessor mishandles large unsigned values as if they were signed.
15261         Problem reported by Claudio Fontana in
15262         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15263
15264 2006-01-10  Jim Meyering  <jim@meyering.net>
15265
15266         Avoid the double-free (first in fts_read, second in fts_close) that
15267         would occur when an `active' directory is made inaccessible (e.g.,
15268         via chmod a-x) during a traversal.
15269         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15270         before returning.  Reproduce this failure by
15271         mkdir -p a/b; cd a; chmod a-x . b
15272         Reported by Stavros Passas.
15273
15274         Sync from coreutils.
15275         * lib/sha1.c: Tweak grammar in a comment.
15276
15277 2006-01-10  Jim Meyering  <jim@meyering.net>
15278
15279         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15280         Patch by Joerg Sonnenberger.
15281
15282 2006-01-10  Bruno Haible  <bruno@clisp.org>
15283
15284         * modules/readutmp: Depend on module free.
15285         * modules/strtok_r: Depend on module restrict.
15286
15287 2006-01-10  Bruno Haible  <bruno@clisp.org>
15288
15289         * modules/gettext (configure.ac): Add an invocation of
15290         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15291
15292 2006-01-10  Bruno Haible  <bruno@clisp.org>
15293
15294         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15295         Reported by Werner Lemberg <wl@gnu.org>.
15296
15297 2006-01-10  Bruno Haible  <bruno@clisp.org>
15298
15299         * lib/localcharset.c: Update from GNU gettext.
15300
15301 2006-01-10  Bruno Haible  <bruno@clisp.org>
15302
15303         * lib/argp.h (__const): Remove macro. Use const instead.
15304         * lib/argp-fmtstream.h (__const): Likewise.
15305         * lib/glob_.h (__const): Remove macro.
15306         * lib/glob-libc.h: Use const instead of __const.
15307
15308 2006-01-10  Bruno Haible  <bruno@clisp.org>
15309
15310         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15311         variable.
15312         Needed to avoid an automake error regarding the 'gettext' module.
15313
15314 2006-01-09  Simon Josefsson  <jas@extundo.com>
15315
15316         * modules/inet_ntop (Depends-on): Add restrict.
15317
15318 2006-01-09  Simon Josefsson  <jas@extundo.com>
15319
15320         * modules/gc-rijndael-tests (License): Put under LGPL.
15321
15322         * modules/gc-des-tests (License): Likewise.
15323
15324         * modules/gc-arcfour-tests (License): Likewise.
15325
15326         * modules/gc-arctwo-tests (License): Likewise.
15327
15328         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15329
15330         * modules/gc-hmac-sha1-tests (Files): Likewise.
15331
15332         * modules/gc-hmac-md5-tests (License): Likewise.
15333
15334         * modules/gc-sha1-tests (License): Likewise.
15335
15336         * modules/gc-md5-tests (License): Likewise.
15337
15338         * modules/gc-md4-tests (License): Likewise.
15339
15340         * modules/gc-md2-tests (License): Likewise.
15341
15342         * modules/gc-tests (License): Likewise.
15343
15344         * modules/des-tests (License): Likewise.
15345
15346         * modules/md4-tests (License): Likewise.
15347
15348         * modules/md2-tests (License): Likewise.
15349
15350 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         Sync from coreutils:
15353
15354         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15355         * modules/lib-ignore: New file.
15356         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15357         chdir-safer.m4, lchmod.m4.
15358         * modules/openat: Add mkdirat.c, openat-priv.h.
15359
15360 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15361
15362         Sync from coreutils.
15363         * m4/lib-ignore.m4: New file.
15364         * m4/lchmod.m4: New file.
15365
15366 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15367
15368         Sync from coreutils.
15369         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15370         for write access: POSIX says that must fail.
15371         * lib/fts.c (diropen): Likewise.
15372         * lib/save-cwd.c (save_cwd): Likewise.
15373         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15374         well, for minor improvements on hosts that lack O_DIRECTORY.
15375         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15376         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15377         Fall back on chown if open failed with EACCES.
15378
15379         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15380         Report an error at compile-time if only a 1-second nominal clock
15381         resolution is found.
15382
15383         * lib/lchmod.h: New file.
15384         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15385         (make_dir_parents): Use lchown rather than chown, and
15386         lchmod rather than chmod.
15387
15388         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15389         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15390         "proc" reported by n0dalus.
15391
15392         * lib/mountlist.c: Include <limits.h>.
15393         (dev_from_mount_options)
15394         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15395         New function.  It no longer assumes "dev=" has the System V meaning
15396         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15397         (read_file_system_list)
15398         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15399         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15400         dev= in that case.
15401
15402         * lib/posixtm.h (PDS_PRE_2000): New macro.
15403         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15404         allow_century.  All usages changed.  Reject dates outside the range
15405         1969-1999 if PDS_PRE_2000 is used.
15406
15407 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15408
15409         Sync from coreutils.
15410         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15411         (Time of day items): Mention the possibility of leap seconds.
15412         Problem reported by Dr. David Alan Gilbert.
15413
15414 2006-01-09  Jim Meyering  <jim@meyering.net>
15415
15416         Sync from coreutils.
15417
15418         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15419
15420         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15421
15422         * lib/modechange.c (mode_compile): Reject an invalid mode string
15423         that starts with an octal digit.  From Andreas Gruenbacher.
15424
15425         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15426         and dup to open_safer and dup_safer, respectively.
15427         (openat_permissive): Fix typo in comment.
15428
15429         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15430         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15431         (_): Remove; no longer needed.
15432         (openat): Renamed from rpl_openat; no need for rpl_openat
15433         since openat.h renames openat for us.
15434         Replace most of the body with a call to openat_permissive,
15435         to avoid duplicate code.
15436         Port to (probably hypothetical) environments were mode_t is
15437         wider than int.
15438         (openat_permissive): Require mode arg, so that we can check
15439         types better.  Put it just after flags.  Change cwd failure
15440         indicator from pointer-to-bool to pointer-to-errno-value.
15441         All callers changed.
15442         Invoke openat_save_fail and/or openat_restore_fail if
15443         cwd_errno is null, so that openat can call us.
15444         (openat_permissive, fdopendir, fstatat, unlinkat):
15445         Simplify errno handling to avoid some duplicate code,
15446         as it's OK to set errno on success.
15447         * lib/openat.h: Revamp code so that function macros depend on
15448         __OPENAT_PREFIX only, not also on AT_FDCWD.
15449         (openat_ro): Remove.  Caller changed to use openat_permissive.
15450         (openat_permissive): Now a macro, if not a function.
15451         (openat_restore_fail, openat_save_fail): Now always functions,
15452         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15453
15454         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15455         and openat.c.
15456         * lib/mkdirat.c: Include openat-priv.h.
15457         Remove definitions of macros defined therein.
15458         * lib/openat.c: Likewise.
15459
15460         * lib/mkdirat.c (mkdirat): New file and function.
15461         * lib/openat.h (mkdirat): Declare.
15462
15463         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15464
15465         * lib/openat.h (openat_permissive): Declare.
15466         (openat_ro): Define.
15467
15468         * lib/openat.c (EXPECTED_ERRNO): New macro.
15469         (openat_permissive): New function -- used in remove.c rewrite.
15470         (all functions): Set errno just before returning, only if there
15471         was an actual failure.
15472         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15473
15474         Emulate openat-family functions using Linux's procfs, if possible.
15475         Idea and some code based on Ulrich Drepper's glibc changes.
15476
15477         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15478         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15479         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15480         before falling back on save_cwd and restore_cwd.
15481         (fdopendir, fstatat, unlinkat): Likewise.
15482
15483         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15484         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15485
15486         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15487         as second argument to va_arg.  Otherwise, some versions of gcc
15488         warn that `if this code is reached, the program will abort'.
15489
15490 2006-01-09  Jim Meyering  <jim@meyering.net>
15491
15492         Sync from coreutils.
15493         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15494         Require openat-priv.h.
15495
15496 2006-01-09  Bruno Haible  <bruno@clisp.org>
15497
15498         * modules/strnlen (Include): Use strnlen.h.
15499
15500 2006-01-09  Bruno Haible  <bruno@clisp.org>
15501
15502         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15503
15504 2006-01-09  Bruno Haible  <bruno@clisp.org>
15505
15506         * lib/sysexit_.h (EX_OK): New macro.
15507         Suggested by Martin Lambers <marlam@marlam.de>.
15508
15509 2006-01-09  Bruno Haible  <bruno@clisp.org>
15510
15511         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15512         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15513
15514 2006-01-09  Bruno Haible  <bruno@clisp.org>
15515
15516         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15517         numbers.
15518
15519 2006-01-09  Bruno Haible  <bruno@clisp.org>
15520
15521         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15522         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15523         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15524         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15525
15526 2006-01-09  Bruno Haible  <bruno@clisp.org>
15527
15528         * build-aux/javacomp.sh.in: New file, moved from lib/.
15529         * modules/javacomp-script (Files): Update.
15530         (configure.ac): Add AC_CONFIG_FILES invocation.
15531         (EXTRA_DIST): Remove variable.
15532
15533         * build-aux/javaexec.sh.in: New file, moved from lib/.
15534         * modules/javaexec (Files): Update.
15535         (configure.ac): Add AC_CONFIG_FILES invocation.
15536         (EXTRA_DIST): Remove javaexec.sh.in.
15537
15538         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15539         * modules/csharpcomp-script (Files): Update.
15540         (configure.ac): Add AC_CONFIG_FILES invocation.
15541         (EXTRA_DIST): Remove variable.
15542
15543         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15544         * modules/csharpexec (Files): Update.
15545         (configure.ac): Add AC_CONFIG_FILES invocation.
15546         (EXTRA_DIST): Remove csharpexec.sh.in.
15547
15548 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15549
15550         Sync from coreutils.
15551
15552         Add POSIX ACL support
15553         * lib/acl.h (copy_acl, set_acl): Add declarations.
15554         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15555         systems other than Linux.
15556         (chmod_or_fchmod): New function: use fchmod when possible,
15557         and chmod otherwise.
15558         (file_has_acl): Add a POSIX ACL implementation, with a
15559         Linux-specific subcase.
15560         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15561         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15562         acls are unsupported.
15563         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15564         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15565         are unsupported.
15566
15567 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15568
15569         Sync from coreutils.
15570         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15571
15572 2006-01-07  Bruno Haible  <bruno@clisp.org>
15573
15574         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15575         gl_EARLY.
15576
15577 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15580         Problem reported for Mingw by Mark Junker.
15581
15582 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15583
15584         * README: Gnulib normally doesn't generate a tarball.
15585
15586 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15587
15588         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15589         long int, not int, for nanosecond counts, so that people who are
15590         used to POSIX struct timespec won't be surprised.  Reported by Jim
15591         Meyering.
15592
15593 2005-12-28  Bruno Haible  <bruno@clisp.org>
15594
15595         * build-aux/config.rpath: Update from GNU gettext.
15596
15597 2005-12-16  Jim Meyering  <jim@meyering.net>
15598
15599         * modules/fprintftime: New module.
15600         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15601
15602 2005-12-16  Jim Meyering  <jim@meyering.net>
15603
15604         * m4/fprintftime.m4: New file.
15605
15606 2005-12-16  Jim Meyering  <jim@meyering.net>
15607
15608         * lib/fprintftime.c, lib/fprintftime.h: New files.
15609
15610 2005-12-15  Simon Josefsson  <jas@extundo.com>
15611
15612         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15613         new m4/socklen.m4.
15614
15615 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15616
15617         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15618         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15619
15620 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15621
15622         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15623         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15624         struct uparams is valid. Fall back to the default values if it is
15625         not.
15626
15627 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15628
15629         * modules/argp (Files): Add argp-pin.c
15630         (Depends-on): dirname
15631         (lib_SOURCES): Add argp-pin.c
15632
15633 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15634
15635         * m4/argp.m4:  Check if program_invocation_name and
15636         program_invocation_short_name are declared and define appropriate
15637         macros if they are not.
15638
15639 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15640
15641         * lib/argp-help.c (__argp_base_name): New function
15642         (__argp_short_program_name): Rewrite using __argp_base_name
15643         * lib/argp-namefrob.h: Define program_invocation_name and
15644         program_invocation_short_name if requested
15645         (__argp_base_name): Add prototype
15646         * lib/argp-parse.c (argp_def): Use gettext wrappers
15647         (argp_default_parser): Use __argp_base_name
15648         * lib/argp-pin.c: New file. Defines program_invocation_name and
15649         program_invocation_short_name on systems that lack them.
15650
15651 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15652
15653         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15654         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15655         porting problem reported by Georg Schwarz in
15656         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15657
15658 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15659
15660         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15661         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15662         porting problem reported by Georg Schwarz in
15663         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15664
15665 2005-12-05  Bruno Haible  <bruno@clisp.org>
15666
15667         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15668         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15669         Reported by Mark Junker <mjscod@gmx.de>.
15670
15671 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15674         Use implementation from Albert Chin, with some
15675         comments/corrections by Stepan Kasal and myself.
15676
15677 2005-12-02  Bruno Haible  <bruno@clisp.org>
15678
15679         * gnulib-tool (func_import): Accept GPLed build tool modules when
15680         --lgpl is given.
15681         * modules/csharpcomp-script: New file.
15682         * modules/csharpcomp: Depend on it.
15683         * modules/javacomp-script: New file.
15684         * modules/javacomp: Depend on it.
15685         Suggested by Simon Josefsson.
15686
15687 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15690         statement, to work around an HP-UX 10.20 compiler bug reported by
15691         Peter O'Gorman.
15692
15693 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         * modules/savedir (Depends-on): Add openat.
15696
15697 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15700         (uintmax_t) [defined uintmax_t]: Do not declare.
15701         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15702         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15703         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15704         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15705         sake of portability to weird hosts that C allows (though we don't
15706         know of any practical examples).
15707
15708         * lib/savedir.h (fdsavedir): New decl.
15709         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15710         contains most of the former guts of savedir.
15711         (savedir): Use savedirstream.
15712         Include "openat.h".
15713
15714 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15715
15716         * modules/obstack (Files): Add m4/ulonglong.m4.
15717         Problem reported by Davide Angelocola.
15718
15719 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15720
15721         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15722         coreutils no longer futzes with rounding modes.
15723
15724 2005-11-14  Jim Meyering  <jim@meyering.net>
15725
15726         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15727         replacement of mkstemp.
15728
15729 2005-11-10  Simon Josefsson  <jas@extundo.com>
15730
15731         * lib/readline.c: Remove EOL.
15732
15733 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15734
15735         * modules/gethrxtime (Depends-on): Add gettime.
15736
15737 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15740         or gettimeofday; no longer needed.
15741
15742 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15745         time business.
15746         (gethrxtime) [! (HAVE_NANOUPTIME
15747         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15748         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15749         our own approximation.
15750
15751 2005-11-08  Eric Blake  <ebb9@byu.net>
15752
15753         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15754
15755 2005-11-08  Eric Blake  <ebb9@byu.net>
15756
15757         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15758
15759 2005-11-04  Bruno Haible  <bruno@clisp.org>
15760
15761         * gnulib-tool: Implement --update mode.
15762
15763 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         Fix porting problem reported by Theodoros V. Kalamatianos.
15766         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15767         Don't assume that futimes failing means we must fail.
15768
15769 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15770
15771         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15772         variables to suggest the intended function of the PATH_MAX check.
15773
15774 2005-10-30  Kean Johnston  <jkj@sco.com>
15775
15776         Trivial changes to support SCO systems.
15777         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15778         as PATH_MAX.
15779         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15780         where __ptr is null when no I/O is pending.
15781
15782 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15785         leave errno alone.  Problem reported by Dmitry V. Levin.
15786
15787 2005-10-28  Simon Josefsson  <jas@extundo.com>
15788
15789         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15790         Test more.
15791
15792         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15793
15794         * modules/md2, modules/md2-tests: New files.
15795
15796 2005-10-28  Simon Josefsson  <jas@extundo.com>
15797
15798         * m4/inet_ntop.m4: More tests.
15799
15800         * m4/gc-md2.m4, md2.m4: New file.
15801
15802 2005-10-28  Simon Josefsson  <jas@extundo.com>
15803
15804         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15805         "restrict" keywords, as per POSIX.  Protect the function
15806         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15807         Don't use K&R prototypes.  Check the sprintf return values.
15808         Re-define EAFNOSUPPORT if not present.  Indent.
15809
15810         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15811         suggested by Bruno Haible <bruno@clisp.org>.
15812
15813         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15814
15815         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15816
15817         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15818         libgcrypt).
15819
15820         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15821
15822         * lib/md2.h, lib/md2.c: New files.
15823
15824 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15825
15826         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15827         errno alone.  Problem reported by Frederic Jolliton.
15828
15829 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15830
15831         * modules/verify (License): Change from GPL to LGPL.  This is a
15832         tiny module and there are apparently near-equivalents that are
15833         under the BSD license.
15834
15835 2005-10-24  Simon Josefsson  <jas@extundo.com>
15836
15837         * modules/sha1: Relicense to LGPL.
15838
15839 2005-10-24  Simon Josefsson  <jas@extundo.com>
15840
15841         * lib/md4.h: Shrink buffer size, now that we changed the type.
15842
15843 2005-10-23  Simon Josefsson  <jas@extundo.com>
15844
15845         * gnulib-tool (func_import): Fix --tests-base.
15846
15847 2005-10-22  Simon Josefsson  <jas@extundo.com>
15848
15849         * modules/arcfour (Depends-on): Need stdint.
15850
15851 2005-10-22  Simon Josefsson  <jas@extundo.com>
15852
15853         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15854         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15855
15856 2005-10-22  Simon Josefsson  <jas@extundo.com>
15857
15858         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15859         suggested by Bruno Haible <bruno@clisp.org>.
15860
15861 2005-10-22  Simon Josefsson  <jas@extundo.com>
15862
15863         * lib/crc.h: Include stddef.h, for size_t.
15864
15865 2005-10-22  Simon Josefsson  <jas@extundo.com>
15866
15867         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15868         arcfour_context struct (simplify test vector testing in GNU
15869         Shishi).
15870
15871 2005-10-21  Simon Josefsson  <jas@extundo.com>
15872
15873         * modules/des, modules/des-tests: New files.
15874
15875         * modules/gc-des, modules/gc-des-tests: New files.
15876
15877         * tests/test-des.c, tests/test-gc-des.c: New file.
15878
15879 2005-10-21  Simon Josefsson  <jas@extundo.com>
15880
15881         * modules/arctwo, modules/arctwo-tests: New files.
15882
15883         * tests/test-arctwo.c: New file.
15884
15885         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15886
15887         * tests/test-gc-arctwo.c: New file.
15888
15889 2005-10-21  Simon Josefsson  <jas@extundo.com>
15890
15891         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15892         Bruno Haible <bruno@clisp.org>.
15893
15894         * m4/gc-des.m4: New file.
15895
15896 2005-10-21  Simon Josefsson  <jas@extundo.com>
15897
15898         * m4/arctwo.m4: New file.
15899
15900         * m4/gc-arctwo.m4: New file.
15901
15902 2005-10-21  Simon Josefsson  <jas@extundo.com>
15903
15904         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15905         block.
15906
15907 2005-10-21  Simon Josefsson  <jas@extundo.com>
15908
15909         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15910         <bruno@clisp.org>.
15911
15912         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15913
15914         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15915         Bruno Haible <bruno@clisp.org>.
15916
15917         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15918         <bruno@clisp.org>.
15919
15920 2005-10-21  Simon Josefsson  <jas@extundo.com>
15921
15922         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15923
15924 2005-10-21  Simon Josefsson  <jas@extundo.com>
15925
15926         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15927
15928 2005-10-21  Simon Josefsson  <jas@extundo.com>
15929
15930         * lib/des.h, lib/des.c: New files.
15931
15932         * lib/gc-gnulib.c: Support DES.c
15933
15934 2005-10-21  Simon Josefsson  <jas@extundo.com>
15935
15936         * lib/arctwo.h, lib/arctwo.c: New files.
15937
15938         * lib/gc-gnulib.c: Support ARCTWO.
15939
15940 2005-10-21  Simon Josefsson  <jas@extundo.com>
15941
15942         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15943         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15944
15945 2005-10-21  Simon Josefsson  <jas@extundo.com>
15946
15947         * gnulib-tool (func_import, func_create_testdir): Define automake
15948         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15949         Makefile.am snippet),
15950         suggested by Bruno Haible <bruno@clisp.org>.
15951
15952         * modules/gc (Makefile.am): Use it.
15953
15954 2005-10-21  Bruno Haible  <bruno@clisp.org>
15955
15956         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15957         patch.
15958
15959 2005-10-19  Simon Josefsson  <jas@extundo.com>
15960
15961         * tests/test-gc-rijndael.c: New file.
15962
15963         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15964
15965 2005-10-19  Simon Josefsson  <jas@extundo.com>
15966
15967         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15968         interface too.
15969
15970 2005-10-19  Simon Josefsson  <jas@extundo.com>
15971
15972         * tests/test-gc-arcfour.c: New file.
15973
15974         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15975
15976 2005-10-19  Simon Josefsson  <jas@extundo.com>
15977
15978         * modules/gc-md4, modules/gc-md4-tests: New file.
15979
15980         * tests/test-gc-md4.c: New file.
15981
15982 2005-10-19  Simon Josefsson  <jas@extundo.com>
15983
15984         * m4/gc-md4.m4: New file.
15985
15986 2005-10-19  Simon Josefsson  <jas@extundo.com>
15987
15988         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15989         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15990         <kasal@ucw.cz>.
15991
15992 2005-10-19  Simon Josefsson  <jas@extundo.com>
15993
15994         * m4/gc-arcfour.m4: New file.
15995
15996         * m4/gc-rijndael.m4: New file.
15997
15998 2005-10-19  Simon Josefsson  <jas@extundo.com>
15999
16000         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16001
16002 2005-10-19  Simon Josefsson  <jas@extundo.com>
16003
16004         * lib/gc-gnulib.c: Support ARCFOUR.
16005
16006 2005-10-19  Simon Josefsson  <jas@extundo.com>
16007
16008         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16009         support.
16010
16011         * lib/gc.h: Add ECB enum type.
16012
16013         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16014
16015 2005-10-18  Simon Josefsson  <jas@extundo.com>
16016
16017         * tests/test-md5.c: New file.
16018
16019         * modules/md5-tests: New file.
16020
16021 2005-10-18  Simon Josefsson  <jas@extundo.com>
16022
16023         * tests/test-md4.c: New file.
16024
16025         * modules/md4, modules/md4-tests: New files.
16026
16027 2005-10-18  Simon Josefsson  <jas@extundo.com>
16028
16029         * m4/md4.m4: New file.
16030
16031 2005-10-18  Simon Josefsson  <jas@extundo.com>
16032
16033         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16034
16035 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16036
16037         * gnulib-tool (func_create_testdir): Omit the second check whether
16038         BUILT_SOURCES in nonempty.
16039
16040 2005-10-17  Simon Josefsson  <jas@extundo.com>
16041
16042         * tests/test-rijndael.c: New file.
16043
16044 2005-10-17  Simon Josefsson  <jas@extundo.com>
16045
16046         * modules/sha1: Depend on stdint instead of md5.
16047
16048         * modules/md5: Depend on stdint, remove uint32_t.
16049
16050 2005-10-17  Simon Josefsson  <jas@extundo.com>
16051
16052         * modules/gc-sha1-tests: New file.
16053
16054         * tests/test-gc-sha1.c: New file.
16055
16056 2005-10-17  Simon Josefsson  <jas@extundo.com>
16057
16058         * m4/md5.m4: Remove call to uint32_t.m4.
16059
16060 2005-10-17  Simon Josefsson  <jas@extundo.com>
16061
16062         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16063
16064         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16065         md5.h.
16066
16067         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16068
16069         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16070
16071 2005-10-17  Simon Josefsson  <jas@extundo.com>
16072
16073         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16074
16075 2005-10-17  Simon Josefsson  <jas@extundo.com>
16076
16077         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16078
16079 2005-10-17  Simon Josefsson  <jas@extundo.com>
16080
16081         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16082
16083         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16084
16085 2005-10-17  Bruno Haible  <bruno@clisp.org>
16086
16087         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16088         that it can also be used in a test.
16089
16090 2005-10-16  Bruno Haible  <bruno@clisp.org>
16091
16092         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16093         TESTS_ENVIRONMENT, so that individual tests can augment it.
16094
16095         * gnulib-tool (func_create_testdir): Use an intermediate target for
16096         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16097         macros, like $(ALLOCA_H), which cannot be passed through the command
16098         line.
16099
16100 2005-10-15  Simon Josefsson  <jas@extundo.com>
16101
16102         * modules/rijndael-tests: New file.
16103
16104         * modules/rijndael: New file.
16105
16106 2005-10-15  Simon Josefsson  <jas@extundo.com>
16107
16108         * m4/rijndael.m4: New file.
16109
16110 2005-10-15  Simon Josefsson  <jas@extundo.com>
16111
16112         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16113
16114         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16115
16116 2005-10-14  Simon Josefsson  <jas@extundo.com>
16117
16118         * tests/test-arcfour.c: New file.
16119
16120         * modules/arcfour, modules/arcfour-tests: New files.
16121
16122 2005-10-14  Simon Josefsson  <jas@extundo.com>
16123
16124         * m4/arcfour.m4: New file.
16125
16126 2005-10-14  Simon Josefsson  <jas@extundo.com>
16127
16128         * lib/arcfour.h, lib/arcfour.c: New files.
16129
16130 2005-10-14  Roland McGrath  <roland@redhat.com>
16131
16132         Import from libc.  [BZ #1331]
16133         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16134         macro argument.
16135         Reported by Matej Vela <vela@debian.org>.
16136
16137 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16140         include <wchar.h>; no longer needed.
16141
16142 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16145
16146 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16147         and  Ulrich Drepper  <drepper@redhat.com>
16148
16149         Import from libc.
16150         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16151         instead of inline stream orientation test and two separate
16152         function calls.  Pay no attention to USE_IN_LIBIO.
16153
16154 2005-10-13  Simon Josefsson  <jas@extundo.com>
16155
16156         * modules/gc-hmac-md5-tests: New file.
16157
16158         * tests/test-gc-hmac-sha1.c: New file.
16159
16160         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16161
16162         * modules/gc-hmac-md5-tests: New file.
16163
16164         * tests/test-gc-md5.c: New file.
16165
16166         * modules/gc-md5-tests: New file.
16167
16168 2005-10-13  Simon Josefsson  <jas@extundo.com>
16169
16170         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16171         Move memory allocation outside of loop.
16172
16173 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16174
16175         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16176         intermediate directory is in a read-only file system.  Problem
16177         reported by Eric Blake.
16178
16179 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16180
16181         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16182
16183 2005-10-12  Simon Josefsson  <jas@extundo.com>
16184
16185         * tests/test-hmac-sha1.c: New file.
16186
16187         * modules/hmac-sha1-tests: New file.
16188
16189         * modules/hmac-sha1: New file.
16190
16191 2005-10-12  Simon Josefsson  <jas@extundo.com>
16192
16193         * modules/gc-sha1: New file.
16194
16195 2005-10-12  Simon Josefsson  <jas@extundo.com>
16196
16197         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16198
16199         * tests/test-gc-pbkdf2-sha1.c: New file.
16200
16201 2005-10-12  Simon Josefsson  <jas@extundo.com>
16202
16203         * modules/gc-md5, modules/gc-hmac-md5: New files.
16204
16205         * modules/gc (Files): Remove md5, memxor and hmac files.
16206
16207 2005-10-12  Simon Josefsson  <jas@extundo.com>
16208
16209         * m4/gc-pbkdf2-sha1.m4: New file.
16210
16211         * m4/gc-hmac-sha1.m4: New file.
16212
16213         * m4/gc-sha1: New file.
16214
16215         * m4/hmac-sha1.m4: New file.
16216
16217 2005-10-12  Simon Josefsson  <jas@extundo.com>
16218
16219         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16220
16221         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16222
16223 2005-10-12  Simon Josefsson  <jas@extundo.com>
16224
16225         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16226         suggested by Bruno Haible <bruno@clisp.org>.
16227
16228 2005-10-12  Simon Josefsson  <jas@extundo.com>
16229
16230         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16231
16232 2005-10-12  Simon Josefsson  <jas@extundo.com>
16233
16234         * lib/gc-pbkdf2-sha1.c: New file.
16235
16236         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16237
16238 2005-10-12  Simon Josefsson  <jas@extundo.com>
16239
16240         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16241
16242         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16243
16244 2005-10-12  Simon Josefsson  <jas@extundo.com>
16245
16246         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16247         GC_USE_HMAC_MD5, respectively.
16248
16249         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16250         (gc_md5): Fix typo.
16251
16252         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16253
16254         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16255
16256         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16257
16258 2005-10-12  Bruno Haible  <bruno@clisp.org>
16259
16260         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16261         Reported by Stepan Kasal <kasal@ucw.cz>.
16262
16263 2005-10-11  Simon Josefsson  <jas@extundo.com>
16264
16265         * tests/test-crc.c: New file.
16266
16267         * modules/crc, modules/crc-tests: New files.
16268
16269 2005-10-11  Simon Josefsson  <jas@extundo.com>
16270
16271         * m4/crc.m4: New file.
16272
16273 2005-10-11  Simon Josefsson  <jas@extundo.com>
16274
16275         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16276
16277         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16278
16279         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16280
16281 2005-10-11  Simon Josefsson  <jas@extundo.com>
16282
16283         * lib/crc.h, lib/crc.c: New files.
16284
16285         * lib/gc.h (gc_hash_buffer): Add doc.
16286
16287 2005-10-11  Bruno Haible  <bruno@clisp.org>
16288
16289         * modules/c-strcasestr: New file.
16290         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16291
16292 2005-10-11  Bruno Haible  <bruno@clisp.org>
16293
16294         * modules/c-strcase: New file.
16295         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16296
16297 2005-10-11  Bruno Haible  <bruno@clisp.org>
16298
16299         * lib/strcasecmp.c: Include limits.h.
16300         (strcasecmp): Avoid integer overflow on exotic platforms.
16301         * lib/strncasecmp.c: Include limits.h.
16302         (strncasecmp): Avoid integer overflow on exotic platforms.
16303         Reported by Paul Eggert.
16304
16305 2005-10-11  Bruno Haible  <bruno@clisp.org>
16306
16307         * lib/c-strcasestr.h: New file, from GNU gettext.
16308         * lib/c-strcasestr.c: New file, from GNU gettext.
16309
16310 2005-10-11  Bruno Haible  <bruno@clisp.org>
16311
16312         * lib/c-strcase.h: New file, from GNU gettext.
16313         * lib/c-strcasecmp.c: New file, from GNU gettext.
16314         * lib/c-strncasecmp.c: New file, from GNU gettext.
16315
16316 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * modules/mempcpy (License): GPL -> LGPL.
16319         * modules/strchrnul (License): Likewise.
16320         * modules/sysexits (License): Likewise.
16321
16322 2005-10-08  Simon Josefsson  <jas@extundo.com>
16323
16324         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16325
16326 2005-10-07  Simon Josefsson  <jas@extundo.com>
16327
16328         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16329
16330 2005-10-06  Simon Josefsson  <jas@extundo.com>
16331
16332         * tests/test-hmac-md5.c: New file.
16333
16334         * modules/hmac-md5-tests: New file.
16335
16336         * modules/hmac-md5: New file.
16337
16338 2005-10-06  Simon Josefsson  <jas@extundo.com>
16339
16340         * m4/hmac-md5.m4: New file.
16341
16342         * m4/memxor.m4: Require gl_C_RESTRICT.
16343
16344 2005-10-06  Simon Josefsson  <jas@extundo.com>
16345
16346         * lib/memxor.c (memxor): Avoid casts and warnings.
16347
16348 2005-10-06  Simon Josefsson  <jas@extundo.com>
16349
16350         * lib/hmac-md5.c: New file.
16351
16352         * lib/hmac.h: New file.
16353
16354 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16357         promotes to int, not unsigned int, to catch the AIX 5.3
16358         compiler bug.
16359
16360 2005-10-05  Simon Josefsson  <jas@extundo.com>
16361
16362         * modules/memxor: New file.
16363
16364         * modules/iconv (Files): Move config.rpath to havelib, it is used
16365         there.
16366
16367         * modules/havelib (Files): Add config.rpath.
16368
16369 2005-10-05  Simon Josefsson  <jas@extundo.com>
16370
16371         * m4/memxor.m4: New file.
16372
16373 2005-10-05  Simon Josefsson  <jas@extundo.com>
16374
16375         * lib/memxor.c (memxor): Fix compiler error.
16376
16377         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16378         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16379
16380         * lib/memxor.h, lib/memxor.c: New files.
16381
16382         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16383         we assume all systems have it, suggested by Jim Meyering
16384         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16385         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16386         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16387         same reasons.
16388
16389 2005-10-05  Simon Josefsson  <jas@extundo.com>
16390
16391         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16392
16393 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16394
16395         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16396         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16397         needed, since the source code now assumes these .h files.
16398
16399 2005-10-05  Derek Price  <derek@ximbiot.com>
16400
16401         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16402
16403 2005-10-05  Bruno Haible  <bruno@clisp.org>
16404
16405         * modules/stdint (License): Change to LGPL.
16406
16407 2005-10-04  Simon Josefsson  <jas@extundo.com>
16408
16409         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16410         D. Baushke" <mdb@gnu.org>.
16411
16412 2005-10-04  Bruno Haible  <bruno@clisp.org>
16413
16414         * lib/verify.h (verify_true): Provide alternative definition for C++.
16415
16416 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16417
16418         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16419         (SSIZE_MAX): New macro, if not already defined.
16420         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16421         than 2 GiB.
16422
16423 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         Sync from coreutils.
16426         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16427         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16428         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16429         ULLONG_MAX doesn't work with 2.7.2.1.
16430
16431 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16432
16433         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16434         From Ben Pfaff.
16435
16436         * modules/exclude (Depends-on): Depend on verify.
16437         * modules/strtoimax (Depends-on): Likewise.
16438         * modules/utimecmp (Depends-on): Likewise.
16439
16440 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16441
16442         * lib/exclude.c: Include verify.h.
16443         (verify): Remove.  All callers changed to use verify.h's version.
16444         * lib/strtoimax.c: Likewise.
16445         * lib/utimecmp.c: Likewis.e
16446
16447         Sync from coreutils.
16448         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16449         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16450         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16451         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16452         bother returning ENOSYS if settimeofday or stime fails; just let
16453         them return whatever errno they want to return.
16454         * lib/utimens.c: Include unistd.h, for dup2.
16455         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16456         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16457
16458 2005-10-02  Jim Meyering  <jim@meyering.net>
16459
16460         Sync from coreutils.
16461         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16462         from glibc-2.2.5 that fails for read-only files.
16463
16464 2005-10-02  Jim Meyering  <jim@meyering.net>
16465
16466         Sync from coreutils.
16467         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16468         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16469         `#if HAVE_CONFIG_H'.
16470         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16471         Remove AT_FDCWD test.
16472         Do not consume the fd unless successful.
16473         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16474         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16475         block, so that we don't even try to compile it if settimeofday is
16476         available.  This works around a compilation failure on OSF1 V5.1,
16477         due to stime requiring a `long int*' while tv_sec is `int'.
16478
16479 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16480
16481         Sync from coreutils.
16482         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16483         against `yes', rather than just testing for nonempty.
16484
16485 2005-10-01  Simon Josefsson  <jas@extundo.com>
16486
16487         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16488         and Darwin.
16489
16490         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16491         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16492         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16493         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16494         Check if struct addrinfo is declared.
16495
16496 2005-10-01  Simon Josefsson  <jas@extundo.com>
16497
16498         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16499         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16500         AI_* and EAI_* definitions.  Protect function declarations.
16501
16502 2005-10-01  Jim Meyering  <jim@meyering.net>
16503
16504         Sync from coreutils.
16505
16506         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16507         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16508         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16509         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16510         in the inet and nsl libraries.  Required on Solaris 5.7.
16511
16512 2005-10-01  Jim Meyering  <jim@meyering.net>
16513
16514         Sync from coreutils.
16515         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16516         in the inet and nsl libraries.  Required on Solaris 5.7.
16517
16518 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16519
16520         * lib/getdelim.c (getdelim): Remove unused variables.
16521
16522 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16525         so that the code works even with ancient cpp.  Portability problem
16526         with GCC 2.7.2.1 reported by Thomas M.Ott.
16527
16528 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16529
16530         * modules/regex (Depends-on): Add strcase.
16531
16532         * modules/gethostname (Licence): Change from GPL to LGPL, since
16533         gethostname.c is a trivial implementation of a standard library
16534         function.
16535         * modules/poll (License): Change from GPL to LGPL, since it's
16536         derived from LGPL code.
16537
16538 2005-09-27  Jim Meyering  <jim@meyering.net>
16539
16540         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16541         HAVE_CONFIG_H.
16542
16543         * lib/intprops.h (signed_type_or_expr__): Define.
16544         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16545         for unsigned types.
16546
16547 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         * lib/verify.h (verify_expr): Remove, replacing with:
16550         (verify_true): New macro that returns true instead of void.
16551         (verify_type__): Remove.
16552         (verify): Use verify_true rather than verify_type__.
16553
16554 2005-09-26  Bruno Haible  <bruno@clisp.org>
16555
16556         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16557         is necessary.
16558         (lib_SOURCES): Remove mbchar.c.
16559         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16560         (Files): Add m4/mbrtowc.m4.
16561         * modules/mbiter: Likewise.
16562         * modules/mbuiter: Likewise.
16563
16564 2005-09-26  Bruno Haible  <bruno@clisp.org>
16565
16566         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16567         compile mbchar.c if they are not both present.
16568         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16569         * m4/mbiter.m4 (gl_MBITER): Likewise.
16570         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16571         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16572         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16573
16574 2005-09-25  Jim Meyering  <jim@meyering.net>
16575
16576         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16577         also uses socklen_t.
16578
16579 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16580
16581         * lib/utimens.c (ENOSYS): Define if not already defined.
16582         (futimens): Support having a null PATH if the file descriptor
16583         is nonnegative.
16584
16585         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16586         Remove.
16587         (__attribute): Define to empty unless GCC 3.1 or later.
16588         This works around a core dump on OpenBSD 3.4, which has GCC
16589         2.95.3, which dumps core when given __attribute__(()).  It also
16590         simplifies other tests, since we really don't want to bother with
16591         worrying about which ancient version of GCC supported what.
16592         Original problem reported by Yoann Vandoorselaere, with part of
16593         the fix suggested by Derek Price.
16594
16595 2005-09-24  Jim Meyering  <jim@meyering.net>
16596
16597         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16598         so we can once again use a positive bitfield width of 1 -- now we
16599         don't have to explain why we were using a bitfield width of 2.
16600
16601 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16602
16603         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16604         and similarly for the other external symbols.  Problem reported
16605         by James Gallager.
16606
16607         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16608         bug reported by Jim Meyering.
16609
16610         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16611         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16612         not needed, since socklen is a prerequisite module.
16613
16614 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16617         Problem reported by Eric Blake.
16618         (getaddrinfo): Initialize se so that it's not garbage.
16619         Redo internal storage allocation so that it doesn't make unportable
16620         assumptions about alignment.
16621         Fix a memory leak.
16622
16623         * lib/utimens.c (futimens): Use futimesat if available.
16624         Prefer it to futimes since it doesn't have the futimes bug.
16625
16626         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16627         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16628         Instead, declare a function that returns a pointer to an array,
16629         and use verify_type__ to declare the size of the array.
16630         Problem and germ of a solution reported by Bruno Haible.
16631         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16632         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16633
16634 2005-09-23  Jim Meyering  <jim@meyering.net>
16635
16636         Sync from coreutils.
16637         Correct build failure (socklen_t not defined) on at least
16638         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16639         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16640
16641 2005-09-23  Jim Meyering  <jim@meyering.net>
16642
16643         * modules/getaddrinfo (Depends-on): Add socklen.
16644
16645 2005-09-23  Bruno Haible  <bruno@clisp.org>
16646
16647         * tests/test-verify.c: New file.
16648
16649 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         Sync from coreutils.
16652
16653         * modules/argmatch (Depends-on): Add verify.
16654         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16655         unistd-safer.
16656         * modules/save-cwd (Depends-on): Likewise.
16657
16658         * modules/openat (Files): Add lib/openat-die.c.
16659         (Depends-on): Remove error, exitfail.
16660         Add dirname.
16661
16662         * modules/verify: New file.
16663         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16664         with "verify" module.
16665
16666 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16667
16668         Sync from coreutils.
16669
16670         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16671         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16672         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16673         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16674         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16675         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16676         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16677         Don't bother checking for string.h, stdlib.h, unistd.h.
16678         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16679         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16680         module's job.
16681         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16682         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16683
16684         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16685         (gl_GETDATE): Use it.
16686
16687         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16688
16689 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         Sync from coreutils.
16692
16693         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16694         stat-time.h.
16695         * lib/argmatch.h: Include verify.h
16696         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16697         (ARGMATCH_ASSERT): Remove; unused.
16698         * lib/canonicalize.c: Assume STDC_HEADERS.
16699         * lib/exclude.c: Include "strcase.h".
16700         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16701         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16702         and stdio-safer.h.
16703         (getusershell): Call fopen, not fopen_safer.
16704         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16705         Do not include unistd-safer.h.
16706         (save_cwd): Don't call fd_safer; no longer needed
16707         now that we include fcntl--.h.
16708
16709         * lib/getdate.y (relative_time): New type.
16710         (RELATIVE_TIME_0): New constant.
16711         (parser_control): Use relative_time instead of doing it ourselves.
16712         (%union): Add new relative_time rel member.
16713         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16714         Now typeless.
16715         (relunit, relunit_snumber): Now of type rel.
16716         (zone, rel, relunit, get_date): Adjust to above changes.
16717
16718         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16719         Do not include unistd-safer.h.
16720         (getloadavg): Don't call fd_safer; no longer needed
16721         now that we include fcntl--.h.
16722
16723         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16724         (make_dir_parents): Treat ENOSYS like EEXIST.
16725
16726         Improve quality of diagnostics on restore_cwd failure.
16727         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16728         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16729         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16730         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16731         each time through the loop.  Do not diagnose restore_cwd failure;
16732         that is the caller's job (and perhaps the caller does not care).
16733
16734         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16735         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16736         If the file already exists but is not a directory, don't bother
16737         to try to make its parents.
16738         Close potential file descriptor leak if we can't chdir("/") (!).
16739         Don't always return true if chdir($PWD) fails; return true only
16740         if the requested action was done successfully (except for the
16741         chdir($PWD)).
16742         Don't log final directory unless we actually made it.
16743         Refactor to avoid duplicate code to fix up permissions.
16744         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16745
16746         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16747         to make it a bit faster and (I hope) clearer.
16748         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16749         Fix bug in formats like %2N.
16750
16751         * lib/verify.h: New file.
16752
16753 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16754
16755         Sync from coreutils.
16756         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16757
16758 2005-09-22  Jim Meyering  <jim@meyering.net>
16759
16760         Sync from coreutils.
16761
16762         * m4/lstat.m4 (gl_FUNC_LSTAT):
16763         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16764         Remove obsolete comment.
16765         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16766         * m4/xstrtod.m4: Likewise.
16767
16768         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16769
16770 2005-09-22  Jim Meyering  <jim@meyering.net>
16771
16772         Sync from coreutils.
16773
16774         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16775
16776         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16777         the .tm_year member, since otherwise gcc-4.0 would now warn about
16778         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16779
16780         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16781         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16782
16783         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16784         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16785         when run in a time zone for which daylight savings time is in effect
16786         for the starting date.
16787
16788         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16789         stop us from restricting permissions of just-created absolute-named
16790         directories.
16791         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16792         to restore initial working directory.
16793         * lib/mkdir-p.c (make_dir_parents): New parameter:
16794         different_working_dir, to tell caller if/when we change the working
16795         directory and are unable to return to the initial one.
16796         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16797         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16798         `return false'.  This fixes a bug introduced on 2004-07-30.
16799
16800         * lib/openat.c (fdopendir): Be sure to close the supplied
16801         file descriptor before returning.  This makes our replacement
16802         implementation a little closer to Solaris's, where fdopendir
16803         ties the file descriptor to the returned DIR* pointer.
16804         * lib/openat.c (unlinkat): New function.
16805         * lib/openat.h (unlinkat): Add prototype.
16806         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16807         (openat_restore_fail): Rename from openat_restore_die.
16808         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16809
16810         Provide an alternative to exiting immediately upon save_cwd or
16811         restore_cwd failure.  Now, an application can arrange e.g.,
16812         to perform a longjump in that case.
16813         * lib/openat.c: Include dirname.h.
16814         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16815         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16816         and openat_restore_die rather than calling error directly.
16817         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16818
16819         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16820         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16821         define.
16822
16823         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16824         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16825                             int utc, int nanoseconds);
16826         Background:
16827         date should not have to allocate a megabyte of virtual memory to
16828         handle a format argument like +%1048575T.  When implemented with
16829         strftime, it must allocate such a buffer, use strftime to fill it
16830         in, print it, then free it.
16831         With fprintftime, it simply prints everything and exits.
16832         With no need for memory allocation, that's one fewer way to fail.
16833         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16834         optional field width, not before, so we accept %9:z, not %:9z.
16835         (my_strftime): Be sure to use L_('x') for literals.
16836
16837         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16838         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16839         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16840         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16841         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16842         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16843         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16844         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16845         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16846         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16847         * lib/xgethostname.c, lib/xreadlink.c:
16848         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16849
16850         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16851         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16852         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16853         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16854         and don't include <sys/file.h>).
16855
16856 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16857
16858         Sync from coreutils.
16859
16860         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16861         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16862         [!LDAV_DONE]: Avoid unused variable warning.
16863
16864 2005-09-21  Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/unicodeio.h (unicode_to_mb): New declaration.
16867
16868 2005-09-20  Derek Price  <derek@ximbiot.com>
16869
16870         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16871         getaddrinfo.h.
16872
16873 2005-09-20  Bruno Haible  <bruno@clisp.org>
16874
16875         * gnulib-tool: Remove trailing slashes from the values specified for
16876         --source-base, --m4-base, --tests-base, --aux-dir.
16877         Suggested by Simon Josefsson <jas@extundo.com>.
16878
16879 2005-09-20  Bruno Haible  <bruno@clisp.org>
16880
16881         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16882         func_modules_to_filelist, func_import, func_create_testdir): Make all
16883         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16884         change when gnulib-tool is invoked in a different locale.
16885
16886 2005-09-19  Simon Josefsson  <jas@extundo.com>
16887
16888         * m4/socklen.m4: Fix typo.
16889
16890 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16891
16892         Use a consistent style for including <config.h>.
16893         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16894         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16895         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16896         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16897         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16898         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16899         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16900         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16901         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16902         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16903         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16904         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16905         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16906         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16907         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16908         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16909         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16910         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16911         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16912         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16913         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16914         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16915         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16916         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16917         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16918         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16919         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16920         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16921         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16922         lib/xstrtoumax.c, lib/yesno.c:
16923         Standardize inclusion of config.h.
16924         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16925         lib/inttostr.h:  Removed inclusion of config.h from header files.
16926         * lib/inttostr.c:  Adjusted in-tree users.
16927         * lib/timespec.h: Remove superfluous warning to include config.h.
16928         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16929         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16930         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16931         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16932         config.h with HAVE_CONFIG_H.
16933
16934 2005-09-19  Jim Meyering  <jim@meyering.net>
16935
16936         * modules/pathmax (License): Change to LGPL.
16937
16938 2005-09-19  Derek Price  <derek@ximbiot.com>
16939
16940         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16941
16942 2005-09-19  Bruno Haible  <bruno@clisp.org>
16943
16944         * gnulib-tool (import): Provide default for --tests-base.
16945
16946 2005-09-19  Bruno Haible  <bruno@clisp.org>
16947
16948         * doc/quote.texi: New file, extracted from gnulib.texi.
16949         * doc/ctime.texi: New file, extracted from gnulib.texi.
16950         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16951         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16952         * doc/gnulib.texi: Include them.
16953
16954 2005-09-18  Bruno Haible  <bruno@clisp.org>
16955
16956         Portability fix.
16957         * gnulib-tool (func_readlink): New function.
16958         (func_ln_if_changed): Use it.
16959
16960 2005-09-18  Bruno Haible  <bruno@clisp.org>
16961
16962         * gnulib-tool: Support --with-tests also with --import.
16963         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16964         (func_import): Use variables $testsbase and $inctests. Emit a
16965         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16966         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16967         SUBDIRS += $testsdir.
16968         (func_create_testdir): Update.
16969
16970 2005-09-18  Bruno Haible  <bruno@clisp.org>
16971
16972         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16973         instead of $dry_run.
16974         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16975         (func_ln_if_changed): Don't handle dry-run here.
16976         (func_import): In dry-run mode, detect more precisely which actions
16977         would be performed, and don't use "...ing" verbs.
16978
16979 2005-09-18  Bruno Haible  <bruno@clisp.org>
16980
16981         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16982         (func_import): Use join on two temporary files instead of three nested
16983         loops, in order to determine which files are new or old.
16984
16985 2005-09-18  Bruno Haible  <bruno@clisp.org>
16986
16987         * gnulib-tool (func_import): Comment out code that spits out the
16988         new files with --dry-run.
16989
16990 2005-09-18  Bruno Haible  <bruno@clisp.org>
16991
16992         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16993
16994 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16995
16996         * lib/stat-time.h: New file.
16997         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16998         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16999         in a different way.
17000         (timespec_cmp): New function.
17001         * lib/utimecmp.c: Include stat-time.h.
17002         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17003         members exist, not on the obsolescent ST_MTIM_NSEC.
17004         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17005
17006 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17007
17008         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17009
17010 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         * MODULES.html.sh (File system functions): Add stat-time.
17013         * modules/stat-time: New file.
17014         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17015         is now done in a different way, by the stat-time module.
17016         * modules/utimecmp (Depends-on): Add stat-time.
17017
17018 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         * m4/st_mtim.m4: Remove.  Superseded by...
17021         * m4/stat-time.m4: New file.
17022         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17023         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17024
17025 2005-09-15  Derek Price  <derek@ximbiot.com>
17026
17027         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17028
17029 2005-09-15  Derek Price  <derek@ximbiot.com>
17030
17031         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17032         * lib/regex_internal.c: Ditto, using this...
17033         (__GNUC_PREREQ): ...new macro.
17034         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17035         using...
17036         (__GNUC_PREREQ): ...this new macro.
17037
17038         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17039
17040 2005-09-15  Derek Price  <derek@ximbiot.com>
17041             Paul Eggert  <eggert@cs.ucla.edu>
17042
17043         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17044         changes, consolidating in...
17045         * lib/regex_internal.h: ...this file.
17046
17047 2005-09-13  Jim Meyering  <jim@meyering.net>
17048
17049         * lib/canon-host.c: Filter through gnu indent and reword comments
17050         slightly.
17051         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17052
17053 2005-09-13  Derek Price  <derek@ximbiot.com>
17054
17055         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17056         failure.
17057         Reported by Jim Meyering  <jim@meyering.net>.
17058
17059 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17060
17061         * lib/base64.c: Typo.
17062         (base64_encode): Put b64str in initialized data section.
17063
17064 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17065
17066         Merge glibc and coreutils changes into gnulib, plus a few
17067         extra fixes.
17068         * lib/md5.c: Use #error rather than a string.
17069         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17070         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17071         (__attribute__): Define to empty for non recent-GCC.
17072         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17073         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17074         Renamed from their non-__ counterparts, with new macros replacing
17075         them if not _LIBC.  Add __THROW attribute.
17076         (rol): Remove.
17077         (struct md5_ctx): Align buffer if using GCC.
17078         * lib/sha1.h (struct sha1_ctx): Likewise.
17079         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17080         The old name was backwards.
17081         (NOTSWAP): Remove; not used.
17082         (rol): New macro, moved here from md5.h.
17083         (sha1_process_block): Remove a FIXME that doesn't make sense.
17084
17085 2005-09-12  Derek Price  <derek@ximbiot.com>
17086
17087         Return usable errors from canon-host.
17088         * lib/canon-host.h: New file.
17089         * lib/canon-host.c (canon_host): Wrap...
17090         (canon_host_r): ...this new function, which now relies exclusively on
17091         getaddrinfo.
17092         (ch_strerror): New function.
17093         (last_cherror): New global.
17094         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17095         interface.
17096         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17097         void *.
17098         (freeaddrinfo): Free ai->ai_canonname when set.
17099
17100 2005-09-12  Derek Price  <derek@ximbiot.com>
17101
17102         Make canon-host require getaddrinfo.
17103         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17104         AC_LIBSOURCE canon-host.h.  Call...
17105         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17106         gl_GETADDRINFO.
17107         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17108
17109 2005-09-12  Derek Price  <derek@ximbiot.com>
17110
17111         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17112         LGPL.
17113         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17114
17115 2005-09-12  Derek Price  <derek@ximbiot.com>
17116
17117         * lib/gai_strerror.c: Include config.h when available.  Include
17118         getaddrinfo.h before other headers to test interface.
17119         Reported by Larry Jones <lawrence.jones@ugs.com>.
17120
17121 2005-09-12  Derek Price  <derek@ximbiot.com>
17122             Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         * modules/glob (Files): Add glob-libc.h.
17125
17126 2005-09-12  Derek Price  <derek@ximbiot.com>
17127             Paul Eggert  <eggert@cs.ucla.edu>
17128
17129         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17130         glob_.h, glob-libc.h.
17131         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17132
17133 2005-09-12  Derek Price  <derek@ximbiot.com>
17134             Paul Eggert  <eggert@cs.ucla.edu>
17135
17136         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17137         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17138         protecting things that should be done only in gnulib contexts.
17139         * lib/glob_.h: New file, containing only the glob things needed for
17140         gnulib.
17141         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17142         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17143         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17144         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17145         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17146         and to respect the namespace rules better.
17147
17148 2005-09-08  Simon Josefsson  <jas@extundo.com>
17149
17150         * modules/socklen: New file.
17151
17152 2005-09-08  Simon Josefsson  <jas@extundo.com>
17153
17154         * m4/socklen.m4: New file.
17155
17156 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17157
17158         * modules/utimens (Files): Add m4/utimbuf.m4, since
17159         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17160         Reported by Sergey Poznyakoff.
17161
17162 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17165         definitions, since that's the preferred style in glibc.
17166         Fix a minor spacing issue, and update copyright notice to match
17167         glibc's.
17168
17169 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17172
17173 2005-09-06  Simon Josefsson  <jas@extundo.com>
17174
17175         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17176         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17177
17178 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17181         warning.
17182
17183 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17184
17185         * config/srclist.txt: Add glibc bug 1302.
17186
17187 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17188
17189         Change bitset word type from unsigned int to unsigned long int,
17190         as this has better performance on typical 64-bit hosts.
17191         Port bitset code to hosts with unusual word sizes.
17192         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17193         (build_collating_symbol):
17194         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17195         argument is a bitset.  This is merely a style issue, but it makes
17196         it clearer that an entire array is expected.
17197         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17198         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17199         Port to the case where bitset_word is not the same as unsigned int.
17200         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17201         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17202         Likewise.
17203         * lib/regexec.c (check_dst_limits_calc_pos_1,
17204         check_subexp_matching_top):
17205         (build_trtable, group_nodes_into_DFAstates):
17206         Likewise.
17207         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17208         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17209         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17210         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17211         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17212         * lib/regcomp.c (optimize_subexps, lower_subexp):
17213         Work even if bitset_word has holes in its bitwise representation.
17214         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17215         * lib/regexec.c (check_dst_limits_calc_pos_1,
17216         check_subexp_matching_top):
17217         Likewise.
17218         * lib/regex_internal.c (re_string_reconstruct):
17219         Don't assume UCHAR_MAX == 255.
17220         * lib/regex_internal.h (bitset_set_all): Likewise.
17221         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17222         All uses changed.
17223         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17224         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17225         All uses changed.
17226         (BITSET_WORD_MAX): New macro.
17227         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17228         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17229         (bitset_empty, bitset_copy):
17230         Prefer sizeof (bitset) to multiplying it out ourselves.
17231         (bitset_not_merge): Remove; unused.
17232         (bitset_contain): Return bool, not unsigned int with one bit on.
17233         All callers changed.
17234         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17235         alignment than re_node_set; do this by defining a new internal
17236         type struct dests_alloc and using it to allocate memory.
17237
17238 2005-09-05  Bruno Haible  <bruno@clisp.org>
17239
17240         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17241         links.
17242
17243 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17244
17245         * modules/size_max (Makefile.am): Add size_max.h
17246
17247 2005-09-04  Derek Price  <derek@ximbiot.com>
17248
17249         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17250
17251 2005-09-03  Simon Josefsson  <jas@extundo.com>
17252
17253         * gnulib-tool: Fix typo.
17254
17255 2005-09-03  Simon Josefsson  <jas@extundo.com>
17256
17257         * config/srclist.txt: Add glibc bug 1293.
17258
17259 2005-09-03  Derek Price  <derek@ximbiot.com>
17260
17261         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17262         From Larry Jones <lawrence.jones@ugs.com>.
17263
17264 2005-09-02  Simon Josefsson  <jas@extundo.com>
17265
17266         * modules/socklen: New file.
17267
17268 2005-09-02  Simon Josefsson  <jas@extundo.com>
17269
17270         * modules/havelib: New module.
17271
17272         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17273         Use havelib.
17274
17275 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17276
17277         Check for arithmetic overflow when calculating sizes, to prevent
17278         some buffer-overflow issues.  These patches are conservative, in the
17279         sense that when I couldn't determine whether an overflow was possible,
17280         I inserted a run-time check.
17281         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17282         macros.
17283         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17284         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17285         (re_xnrealloc, re_x2nrealloc): New inline functions.
17286         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17287         parse_bracket_exp):
17288         (build_equiv_class, build_charclass): Check for arithmetic overflow
17289         in size expression calculations.
17290         * lib/regex_internal.c (re_string_realloc_buffers):
17291         (build_wcs_upper_buffer, re_node_set_add_intersect):
17292         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17293         (re_dfa_add_node, register_state): Likewise.
17294         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17295         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17296         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17297         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17298
17299 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17300
17301         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17302         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17303
17304 2005-09-02  Bruno Haible  <bruno@clisp.org>
17305
17306         Support for lib vs. lib64 distinction on biarch platforms.
17307         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17308         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17309         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17310
17311 2005-09-02  Bruno Haible  <bruno@clisp.org>
17312
17313         * gnulib-tool (import): In the other first-use case, provide defaults
17314         as well.
17315
17316 2005-09-02  Bruno Haible  <bruno@clisp.org>
17317
17318         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17319         patches not yet found in the latest gettext release.
17320
17321 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17324         to avoid a collision with bits/local_lim.h in glibc.
17325         All uses changed.  Problem reported by Dmitry V. Levin in
17326         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17327
17328         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17329         bugs in int versus size_t comparisons.
17330         (re_string_context_at): Fix bug where the code assumed that
17331         Idx is signed.
17332
17333         Use bool where appropriate.
17334         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17335         All callers changed.
17336         (calc_eclosure_iter): Likewise, for ROOT arg.
17337         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17338         (build_charclass_op): Likewise, for NON_MATCH arg.
17339         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17340         (re_string_construct_common): Likewise, for ICASE arg.
17341         * lib/regexec.c (re_search_2_stub, re_search_stub):
17342         Likewise, for RET_LEN arg.
17343         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17344         (set_regs): Likewise, for FL_BACKTRACK arg.
17345         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17346         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17347         (calc_eclosure_iter, parse_bracket_exp):
17348         Use bool for internal variables that are booleans.
17349         * lib/regexec.c (re_search_internal, check_matching,
17350         proceed_next_node):
17351         (set_regs, build_sifted_states, sift_states_bkref):
17352         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17353         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17354         (find_collation_sequence_value):
17355         Likewise.
17356         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17357         (re_node_set_compare):
17358         Return bool, not int. All callers changed.
17359         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17360         (build_trtable, check_node_accept): Likewise.
17361         * lib/regex_internal.h: Include stdbool.h.
17362
17363         Fix bugs uncovered when converting to bool.
17364         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17365         failure instead of charging ahead blindly.
17366         * lib/regex_internal.c (register_state): Likewise.
17367         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17368         for freeing internal storage.
17369         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17370         bitset pieces used as boolean, to avoid undefined behavior
17371         on hosts that do int overflow checking.
17372
17373 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17374
17375         * config/srclist.txt: Add glibc bugs 1285-1287.
17376
17377 2005-09-01  Jim Meyering  <jim@meyering.net>
17378
17379         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17380         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17381         Require gl_STAT_MACROS, too.
17382
17383 2005-09-01  Bruno Haible  <bruno@clisp.org>
17384
17385         * gnulib-tool (import): In the first-use case, provide defaults.
17386
17387 2005-09-01  Bruno Haible  <bruno@clisp.org>
17388
17389         * gnulib-tool (func_import): Remove the .tmp files.
17390
17391 2005-09-01  Bruno Haible  <bruno@clisp.org>
17392
17393         * gnulib-tool (func_import): Fix handling of symbolic links.
17394
17395 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17396
17397         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17398         old glibc regex code mishandles strings longer than 2**31 bytes.
17399         This patch fixes this when the regex code is used in gnulib
17400         (i.e., outside glibc).
17401
17402         This patch should not affect the use of the regex code inside
17403         glibc.  No doubt this problem also needs to be handled for glibc
17404         as well, but the result will be an incompatible change to the
17405         glibc ABI, and the old ABI will have to be supported too.  That
17406         can be the the subject for another patch.
17407
17408         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17409         governing whether the rest of this patch is active.  By default,
17410         the macro is disabled and the patch has no effect.
17411         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17412         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17413         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17414         (re_match_2, re_set_registers): Use the new types.
17415         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17416         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17417         New macros.
17418         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17419         (re_string_context_at, bin_tree_t, re_dfastate_t):
17420         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17421         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17422         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17423         (re_string_char_size_at, re_string_wchar_at):
17424         (re_string_elem_size_at):
17425         Use the new types and macros to port to 64-bit hosts.
17426         Use unsigned types for internal values, so that the code
17427         mostly works even for arrays larger than SSIZE_MAX.
17428         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17429         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17430         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17431         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17432         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17433         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17434         (calc_inveclosure, parse_dup_op, build_range_exp):
17435         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17436         (fetch_number, create_token_tree, mark_opt_subexp):
17437         Likewise.
17438         * lib/regex_internal.c (re_string_construct_common,
17439         create_ci_newstate):
17440         (create_cd_newstate, re_string_allocate, re_string_construct):
17441         (re_string_realloc_buffers, build_wcs_upper_buffer):
17442         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17443         (re_string_reconstruct, re_string_peek_byte_case):
17444         (re_string_fetch_byte_case, re_string_context_at):
17445         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17446         (re_node_set_init_copy, re_node_set_add_intersect):
17447         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17448         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17449         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17450         (re_acquire_state, re_acquire_state_context, register_state):
17451         Likewise.
17452         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17453         search_cur_bkref_entry):
17454         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17455         (re_search_internal, re_search_2_stub, re_search_stub)
17456         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17457         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17458         (update_cur_sifted_state, check_dst_limits):
17459         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17460         (check_subexp_limits, sift_states_bkref, merge_state_array):
17461         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17462         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17463         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17464         (expand_bkref_cache, check_node_accept_bytes):
17465         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17466         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17467         (acquire_init_state_context, check_halt_node_context):
17468         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17469         (sift_states_backward, clean_state_log_if_needed):
17470         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17471         (find_recover_state, transit_state_sb, transit_state_mb):
17472         (transit_state_bkref, build_trtable, match_ctx_clean):
17473         Likewise.
17474         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17475         to work around an assumption that REG_MISSING is negative.
17476
17477         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17478         (seek_collating_symbol_entry) [defined _LIBC]:
17479         (lookup_collation_sequence_value) [defined _LIBC]:
17480         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17481         Use prototypes rather than old-style function definitions.
17482         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17483         (transit_state_sb) [0]:
17484         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17485
17486         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17487         rm_eo.
17488
17489         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17490         (optimize_subexps, lower_subexp):
17491         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17492         since the signed shift might overflow.  Use 1u<<31 instead.
17493         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17494         Likewise.
17495         * lib/regexec.c (check_dst_limits_calc_pos_1,
17496         check_subexp_matching_top): Likewise.
17497
17498         * lib/regcomp.c (optimize_subexps, lower_subexp):
17499         Use CHAR_BIT rather than 8, for clarity.
17500         * lib/regexec.c (check_dst_limits_calc_pos_1):
17501         (check_subexp_matching_top): Likewise.
17502         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17503         have to worry about portability issues when shifting it left.
17504         Remove no-longer-needed test for table_size > 0.
17505         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17506         in a word, as the resulting behavior is undefined.
17507         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17508         in one case, a <= should have been an <, and in another case the
17509         whole test was missing.
17510         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17511         the standard name CHAR_BIT.
17512         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17513         this is not true on one's complement and signed-magnitude hosts.
17514
17515         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17516         next_last_offset.
17517         (struct re_dfa_t): Remove unused member states_alloc.
17518         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17519
17520 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17521
17522         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17523         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17524         and large-file glibc and in 32-bit large-file Solaris.
17525
17526 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17527
17528         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17529         lengths fit in regoff_t; this isn't true if regoff_t is the same
17530         width as size_t.
17531         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17532         (= START + RANGE) instead of RANGE.  This avoids overflow
17533         problems when regoff_t is the same width as size_t.
17534         All callers changed.
17535         (re_search_2_stub): Check for overflow when adding the
17536         sizes of the two strings.
17537         (re_search_stub): Check for overflow when adding START
17538         to RANGE; if it occurs, substitute the extreme value.
17539
17540 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17541
17542         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17543
17544 2005-08-31  Jim Meyering  <jim@meyering.net>
17545
17546         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17547         a pointer-to-const.
17548         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17549         (register_state): Likewise.
17550         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17551         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17552         (group_nodes_into_DFAstates): Likewise.
17553
17554 2005-08-31  Jim Meyering  <jim@meyering.net>
17555
17556         * check-module: Add a FIXME comment.
17557
17558 2005-08-31  Eric Blake  <ebb9@byu.net>
17559
17560         * modules/unistd-safer (Files): Add unistd--.h.
17561         * modules/stdio-safer (Files): Add stdio--.h.
17562
17563 2005-08-31  Derek Price  <derek@ximbiot.com>
17564
17565         * lib/getdelim.c (getdelim): Return EOF on EOF.
17566         Reported by Larry Jones <lawrence.jones@ugs.com>.
17567
17568 2005-08-31  Bruno Haible  <bruno@clisp.org>
17569
17570         Avoid unnecessary diffs in the generated lib/Makefile.am.
17571         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17572         the generated files.
17573         (func_import): Don't set cmd.
17574
17575 2005-08-31  Bruno Haible  <bruno@clisp.org>
17576
17577         * lib/strstr.c: Include <stddef.h>, for NULL.
17578         * lib/strcasestr.c: Likewise.
17579         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17580
17581 2005-08-31  Bruno Haible  <bruno@clisp.org>
17582
17583         * gnulib-tool: New option --macro-prefix.
17584         (func_import): Use macro_prefix.
17585         (import): Handle option --macro-prefix.
17586
17587 2005-08-31  Bruno Haible  <bruno@clisp.org>
17588
17589         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17590         Also use new variables cached_lgpl, cached_libtool.
17591
17592 2005-08-31  Bruno Haible  <bruno@clisp.org>
17593
17594         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17595         always instantiating them.
17596
17597 2005-08-31  Bruno Haible  <bruno@clisp.org>
17598
17599         * gnulib-tool (func_import): Read the previous cached settings
17600         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17601         earlier added by gnulib but are now dropped. Warn when a gnulib file
17602         overwrites a non-gnulib file.
17603
17604 2005-08-31  Bruno Haible  <bruno@clisp.org>
17605
17606         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17607         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17608         projects that don't keep autogenerated files in CVS. Put into
17609         actioncmd only the specified modules, not the transitive closure.
17610
17611 2005-08-31  Bruno Haible  <bruno@clisp.org>
17612
17613         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17614         Create directories that shall be filled.
17615         (import): Don't look for gl_* macros in configure.ac. Recurse across
17616         all directories containing a gnulib-cache.m4 files, if meaningful.
17617
17618 2005-08-31  Bruno Haible  <bruno@clisp.org>
17619
17620         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17621         (import): Set seen_libtool when we see gl_LIBTOOL.
17622
17623 2005-08-31  Bruno Haible  <bruno@clisp.org>
17624
17625         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17626         declaration macro definitions from generated gnulib.m4.
17627
17628 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17629
17630         * lib/iconvme.h: Add prototype for iconv_alloc.
17631
17632 2005-08-29  Simon Josefsson  <jas@extundo.com>
17633
17634         * lib/iconvme.c: Fix errno.
17635
17636 2005-08-29  Bruno Haible  <bruno@clisp.org>
17637
17638         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17639         that it works when the directory contains spaces.
17640
17641 2005-08-29  Bruno Haible  <bruno@clisp.org>
17642
17643         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17644
17645 2005-08-29  Bruno Haible  <bruno@clisp.org>
17646
17647         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17648         Emit more advice.
17649
17650 2005-08-29  Bruno Haible  <bruno@clisp.org>
17651         and Stepan Kasal  <kasal@ucw.cz>
17652
17653         * check-module: If more parameters are given, check each of them
17654         separately; add more exceptions, as noted by Jim Meyering.
17655         (check_module): New procedure.
17656         (%exempt_header): Now contains all exceptions.
17657
17658 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17659
17660         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17661
17662 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17663
17664         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17665
17666 2005-08-28  Bruno Haible  <bruno@clisp.org>
17667
17668         * m4/gnulib-tool.m4: New file.
17669
17670 2005-08-27  Jim Meyering  <jim@meyering.net>
17671
17672         * modules/unistd-safer (Files): Add pipe-safer.c.
17673         * modules/fcntl-safer (Files): Add creat-safer.c.
17674
17675 2005-08-27  Jim Meyering  <jim@meyering.net>
17676
17677         * m4/stdlib-safer.m4: New file.  From coreutils.
17678         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17679         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17680         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17681         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17682         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17683
17684 2005-08-27  Jim Meyering  <jim@meyering.net>
17685
17686         * lib/fopen-safer.c: Merge minor changes from coreutils.
17687         * lib/dup-safer.c: Likewise.
17688         * lib/fd-safer.c: Likewise.
17689
17690         Merge from coreutils.
17691         * lib/stdio--.h: New file.
17692         * lib/stdlib--.h: New file.
17693         * lib/mkstemp-safer.c: New file.
17694
17695         GNU tar needs these.
17696         * lib/pipe-safer.c: New file.
17697         * lib/creat-safer.c: New file.
17698         * lib/fcntl--.h (creat): Define to creat_safer.
17699         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17700         * lib/unistd--.h (pipe): Define to pipe_safer.
17701         * lib/unistd-safer.h: Declare pipe_safer.
17702
17703 2005-08-26  Simon Josefsson  <jas@extundo.com>
17704
17705         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17706         Haible <bruno@clisp.org>.
17707
17708 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17709
17710         * lib/regex_internal.h: Remove all references to
17711         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17712         or better.
17713         (bitset_not, bitset_merge, bitset_not_merge):
17714         (bitset_mask, re_string_allocate, re_string_construct):
17715         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17716         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17717         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17718         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17719         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17720         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17721         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17722         (re_acquire_state_context):
17723         Remove unnecessary forward decls.
17724         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17725         Put __attribute at function definition,
17726         now that the function decl has been removed.
17727         * lib/regex_internal.c (re_string_peek_byte_case):
17728         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17729         Likewise.
17730
17731 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17732
17733         * m4/regex.m4: Add AC_PREREQ(2.50).
17734         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17735
17736 2005-08-25  Simon Josefsson  <jas@extundo.com>
17737
17738         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17739         __fsetlocking.
17740
17741 2005-08-25  Simon Josefsson  <jas@extundo.com>
17742
17743         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17744         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17745         GLIBC specific code.
17746
17747 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17748
17749         Make regex safe for g++.  This fixes one real bug (an "err"
17750         that should have been "*err").  g++ problem reported by
17751         Sam Steingold.
17752         * lib/regex_internal.h (re_calloc): New macro, consistent with
17753         re_malloc etc.  All callers of calloc changed to use re_calloc.
17754         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17755         not int.  All callers changed.
17756         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17757         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17758         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17759         (find_recover_state): Change "err" to "*err"; this fixes what
17760         appears to be a real bug.
17761         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17762         versus int.
17763
17764 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * modules/regex (Depends-on): Add malloc, since the code
17767         assumes that !malloc(0) means failure.
17768
17769 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17770
17771         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17772
17773         alloca modernization/simplification for regex.
17774         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17775         needs to be at the start of the file, and can be moved into
17776         regex_internal.h and simplified.
17777         * lib/regex_internal.h: Include <alloca.h>.
17778         (__libc_use_alloca) [!defined _LIBC]: New macro.
17779         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17780         now works outside glibc.
17781
17782 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17783
17784         * config/srclist.txt: Add glibc bugs 1241, 1245.
17785
17786 2005-08-25  Jim Meyering  <jim@meyering.net>
17787
17788         * lib/open-safer.c: Include <config.h>.
17789         Otherwise, we'd lose LARGEFILE support in any file using
17790         e.g. "fcntl--.h"
17791
17792 2005-08-25  Bruno Haible  <bruno@clisp.org>
17793
17794         * m4/minmax.m4: Require autoconf 2.52.
17795         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17796         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17797         alternatives of translit over the alphabet.
17798         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17799
17800 2005-08-24  Simon Josefsson  <jas@extundo.com>
17801
17802         * tests/test-getpass.c: New file.
17803
17804 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17805
17806         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17807         for GNU regex features.
17808
17809 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17810
17811         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17812         * lib/regex.h (regerror): Likewise.
17813
17814         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17815         requires this.  (The code never needed it.)
17816
17817         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17818         All uses of recently-renamed identifiers changed to use the new,
17819         POSIX-compliant names.  The code will build and run just fine
17820         without these changes, but it's better to eat our own dog food
17821         and use the standard-conforming names.
17822
17823         * lib/regex.h: Fix a multitude of POSIX name space violations.
17824         These changes have an effect only for programs that define
17825         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17826         do not change anything for programs compiled in the normal way.
17827         Also, there is no effect on the ABI.
17828
17829         (_REGEX_SOURCE): New macro.
17830         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17831         defined and _GNU_SOURCE is not; this fixes a name space violation.
17832
17833         Rename the following macros to obey POSIX requirements.
17834         The old names are still visible as macros if _REGEX_SOURCE is defined.
17835         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17836         RE_BACKSLASH_ESCAPE_IN_LISTS.
17837         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17838         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17839         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17840         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17841         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17842         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17843         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17844         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17845         (REG_INTERVALS): renamed from RE_INTERVALS.
17846         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17847         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17848         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17849         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17850         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17851         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17852         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17853         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17854         RE_UNMATCHED_RIGHT_PAREN_ORD.
17855         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17856         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17857         (REG_DEBUG): renamed from RE_DEBUG.
17858         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17859         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17860         unusual, since we can't clash with the POSIX REG_ICASE.
17861         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17862         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17863         (REG_NO_SUB): renamed from RE_NO_SUB.
17864         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17865         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17866         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17867         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17868         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17869         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17870         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17871         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17872         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17873         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17874         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17875         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17876         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17877         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17878         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17879         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17880         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17881         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17882         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17883         (REG_FIXED): Renamed from REGS_FIXED.
17884         (REG_NREGS): Renamed from RE_NREGS.
17885
17886         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17887         of other REG_* macros, since POSIX says the user is allowed to
17888         #undef these macros selectively.
17889
17890         (reg_errcode_t): Update comment stating what other tables need
17891         to be consistent.
17892
17893         Rename the following enum values to obey POSIX requirements.
17894         The old names are still visible as macros.
17895         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17896         is not defined, since GNU is supposed to be a superset of POSIX as
17897         much as possible, and since we want reg_errcode_t to be a signed
17898         type for implementation consistency.
17899         (_REG_NOERROR): Renamed from REG_NOERROR.
17900         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17901         (_REG_BADPAT): Renamed from REG_BADPAT.
17902         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17903         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17904         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17905         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17906         (_REG_EBRACK): Renamed from REG_EBRACK.
17907         (_REG_EPAREN): Renamed from REG_EPAREN.
17908         (_REG_EBRACE): Renamed from REG_EBRACE.
17909         (_REG_BADBR): Renamed from REG_BADBR.
17910         (_REG_ERANGE): Renamed from REG_ERANGE.
17911         (_REG_ESPACE): Renamed from REG_ESPACE.
17912         (_REG_BADRPT): Renamed from REG_BADRPT.
17913         (_REG_EEND): Renamed from REG_EEND.
17914         (_REG_ESIZE): Renamed from REG_ESIZE.
17915         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17916         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17917         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17918         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17919         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17920
17921         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17922         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17923         changed.  But support the old name if the new one is not defined
17924         and if _REGEX_SOURCE.
17925
17926         Change the following member names in struct re_pattern_buffer.
17927         The old names are still supported if !_REGEX_SOURCE.
17928         The new names are always supported, regardless of _REGEX_SOURCE.
17929         (re_buffer): Renamed from buffer.
17930         (re_allocated): Renamed from allocated.
17931         (re_used): Renamed from used.
17932         (re_syntax): Renamed from syntax.
17933         (re_fastmap): Renamed from fastmap.
17934         (re_translate): Renamed from translate.
17935         (re_can_be_null): Renamed from can_be_null.
17936         (re_regs_allocated): Renamed from regs_allocated.
17937         (re_fastmap_accurate): Renamed from fastmap_accurate.
17938         (re_no_sub): Renamed from no_sub.
17939         (re_not_bol): Renamed from not_bol.
17940         (re_not_eol): Renamed from not_eol.
17941         (re_newline_anchor): Renamed from newline_anchor.
17942
17943         Change the following member names in struct re_registers.
17944         The old names are still supported if !_REGEX_SOURCE.
17945         The new names are always supported, regardless of _REGEX_SOURCE.
17946         (rm_num_regs): Renamed from num_regs.
17947         (rm_start): Renamed from start.
17948         (rm_end): Renamed from end.
17949
17950         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17951         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17952         Prepend __ to parameter names.
17953
17954         Undo yesterday's changes.
17955
17956 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17959         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17960         lib/regex.c.
17961
17962 2005-08-24  Jim Meyering  <jim@meyering.net>
17963
17964         Sync from coreutils.
17965         * m4/fcntl-safer.m4: New file.
17966
17967         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17968         and object files for this module.
17969
17970 2005-08-24  Jim Meyering  <jim@meyering.net>
17971
17972         Sync from coreutils.
17973         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17974
17975 2005-08-24  Jim Meyering  <jim@meyering.net>
17976
17977         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17978         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17979
17980 2005-08-24  Jim Meyering  <jim@meyering.net>
17981
17982         * modules/fcntl-safer: New module.
17983         * modules/fts (Depends-on): Add fcntl-safer.
17984         * MODULES.html.sh (File descriptor based Input/Output):
17985         Add fcntl-safer.
17986
17987 2005-08-24  Bruno Haible  <bruno@clisp.org>
17988
17989         Support for unit test modules.
17990         * modules/README: Mention tests modules.
17991         * modules/TEMPLATE-TESTS: New file.
17992         * gnulib-tool: New options --extract-tests-module, --with-tests and
17993         --tests-base (unused for the moment).
17994         (testsbase, inctests): New variables.
17995         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17996         (func_verify_module): Exclude TEMPLATE-TESTS.
17997         (func_verify_nontests_module, func_verify_tests_module): New functions.
17998         (func_get_dependencies): Add implicit dependency for tests modules.
17999         (func_get_tests_module): New function.
18000         (func_modules_transitive_closure): When --with-tests was specified,
18001         include the unit tests as well, unless explicitly avoided.
18002         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18003         (func_emit_tests_Makefile_am): New function.
18004         (func_create_testdir): When --with-tests was specified, emit a
18005         tests/ directory.
18006         * MODULES.html.sh (Future developments): Update.
18007
18008 2005-08-24  Bruno Haible  <bruno@clisp.org>
18009
18010         * modules/tls-tests: New file.
18011         * tests/test-tls.c: New file, from GNU gettext.
18012
18013 2005-08-24  Bruno Haible  <bruno@clisp.org>
18014
18015         * modules/lock-tests: New file.
18016         * tests/test-lock.c: New file, from GNU gettext.
18017
18018 2005-08-24  Bruno Haible  <bruno@clisp.org>
18019
18020         * lib/lock.h: Add multiple inclusion guard.
18021         * lib/tls.h: Add multiple inclusion guard.
18022
18023 2005-08-24  Bruno Haible  <bruno@clisp.org>
18024
18025         * gnulib-tool: Add support for the --aux-dir option to
18026         --create-testdir, --create-megatestdir, --test, --megatest.
18027         (func_create_testdir, func_create_megatestdir): Optionally emit a
18028         AC_CONFIG_AUX_DIR directive.
18029         (create-testdir, create-megatestdir, test, megatest): Provide a
18030         default value for $auxdir.
18031
18032 2005-08-24  Bruno Haible  <bruno@clisp.org>
18033
18034         * gnulib-tool (import): Use compound statement instead of subshell
18035         where possible.
18036
18037 2005-08-24  Bruno Haible  <bruno@clisp.org>
18038
18039         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18040
18041 2005-08-24  Bruno Haible  <bruno@clisp.org>
18042
18043         * gnulib-tool (func_version): Update.
18044
18045 2005-08-24  Bruno Haible  <bruno@clisp.org>
18046
18047         * gnulib-tool (func_import, func_create_testdir,
18048         func_create_megatestdir): Quote all autoconf macro arguments.
18049
18050 2005-08-24  Bruno Haible  <bruno@clisp.org>
18051
18052         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18053         option --force, because --force causes the aclocal.m4 of each
18054         subdirectory to be newer than the corresponding config.h.in.
18055
18056 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18059         All contents moved to gl_REGEX.
18060         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18061         assume that it does.
18062
18063 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * lib/regex.h (REG_NOSYS)
18066         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18067         Define, since POSIX requires it as of 2001.
18068         (_REG_ENOSYS)
18069         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18070         New private symbol, used to keep the enum signed in all cases.
18071         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18072         Youngman in
18073         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18074
18075         * lib/regex_internal.c (re_string_skip_chars, register_state):
18076         (calc_state_hash):
18077         Remove forward decls; no longer needed now that we use prototypes.
18078         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18079         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18080         (clean_state_log_if_needed): Likewise.
18081
18082 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18083
18084         * config/srclist.txt: Add glibc bugs 1231-1233.
18085
18086 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18087
18088         Fix problems reported by Sam Steingold in
18089         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18090         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18091         assumed that reg_errcode_t is a signed type, which is not
18092         necessarily true if _XOPEN_SOURCE is not defined.
18093         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18094         since some compilers warn about it otherwise.
18095
18096 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18097
18098         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18099         (init_word_char, create_initial_state, duplicate_node_closure):
18100         (fetch_token, peek_token_bracket, build_range_exp):
18101         (build_collating_symbol): Remove forward decls; no longer needed
18102         now that we use prototypes.
18103
18104         * lib/regcomp.c:
18105         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18106         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18107         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18108         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18109         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18110         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18111         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18112         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18113         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18114         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18115         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18116         (build_charclass, build_charclass_op, fetch_number, create_tree):
18117         (create_token_tree, mark_opt_subexp, duplicate_tree):
18118         Use prototypes rather than old-style definitions.
18119
18120         * lib/regex_internal.c:
18121         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18122         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18123         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18124         (re_string_reconstruct, re_string_peek_byte_case):
18125         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18126         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18127         (re_node_set_init_copy, re_node_set_add_intersect):
18128         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18129         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18130         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18131         (re_acquire_state, re_acquire_state_context, register_state):
18132         (create_ci_newstate, create_cd_newstate, free_state):
18133         Likewise.
18134         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18135         re_search_2):
18136         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18137         (re_search_internal, prune_impossible_nodes):
18138         (acquire_init_state_context, check_matching, static):
18139         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18140         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18141         (update_regs, sift_states_backward, build_sifted_states):
18142         (clean_state_log_if_needed, merge_state_array):
18143         (update_cur_sifted_state, add_epsilon_src_nodes):
18144         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18145         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18146         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18147         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18148         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18149         (check_arrival, check_arrival_add_next_nodes):
18150         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18151         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18152         (check_node_accept_bytes, check_node_accept, extend_buffers):
18153         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18154         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18155         (sift_ctx_init):
18156         Likewise.
18157
18158         * lib/regex_internal.h:
18159         (re_string_allocate, re_string_construct, re_string_reconstruct):
18160         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18161         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18162         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18163         (re_string_context_at, re_string_peek_byte_case):
18164         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18165         is defined, since we now use prototypes always.
18166
18167         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18168         C89 or better.  All uses removed.
18169
18170 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18171
18172         * config/srclist.txt: Add glibc bugs 1220-1227.
18173
18174 2005-08-20  Jim Meyering  <jim@meyering.net>
18175
18176         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18177         of unused local, dfa.
18178
18179 2005-08-20  Bruno Haible  <bruno@clisp.org>
18180
18181         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18182
18183 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18184
18185         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18186         (re_node_set_insert_last, re_dfa_add_node):
18187         Rename local variables to avoid GCC shadowing warnings.
18188
18189 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18190
18191         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18192         [defined lint]: Suppress bogus uninitialized-variable warnings.
18193
18194         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18195         and let the caller return REG_ESPACE if out of space.  This
18196         removes an uninitialied-variable warning with GCC 4.0.1, and also
18197         avoids taking the address of a local variable.  All callers
18198         changed.
18199
18200 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18201
18202         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18203         $LIBCSRC/posix/regexec.c.
18204         Add glibc bug 1217 for regcomp.c.
18205
18206 2005-08-19  Jim Meyering  <jim@meyering.net>
18207
18208         * lib/regexec.c (proceed_next_node): Redo local variables to
18209         avoid GCC shadowing warnings.
18210
18211 2005-08-18  Bruno Haible  <bruno@clisp.org>
18212
18213         * lib/strstr.c (strstr): Fix return value in multibyte case.
18214         * lib/strcasestr.c (strcasestr): Likewise.
18215
18216 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18217
18218         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18219
18220 2005-08-17  Jim Meyering  <jim@meyering.net>
18221
18222         Make the %s format (seconds since the epoch) work for a negative
18223         number and when used with a zero-padded field width, e.g. %015s.
18224
18225         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18226         label so that it precedes the code to set `digits'.  Otherwise,
18227         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18228         print `00-22'.  Now, it prints `-0022', as it should.
18229
18230 2005-08-17  Bruno Haible  <bruno@clisp.org>
18231
18232         * modules/strstr (Files): Add m4/mbrtowc.m4.
18233         (Depends-on): Add mbuiter.
18234
18235 2005-08-17  Bruno Haible  <bruno@clisp.org>
18236
18237         * modules/strcasestr: New file.
18238         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18239         strcasestr.
18240
18241 2005-08-17  Bruno Haible  <bruno@clisp.org>
18242
18243         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18244
18245 2005-08-17  Bruno Haible  <bruno@clisp.org>
18246
18247         * modules/mbuiter: New file.
18248         * MODULES.html.sh (Extended multibyte and wide character utilities):
18249         Add mbuiter.
18250
18251 2005-08-17  Bruno Haible  <bruno@clisp.org>
18252
18253         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18254         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18255
18256 2005-08-17  Bruno Haible  <bruno@clisp.org>
18257
18258         * m4/strcasestr.m4: New file.
18259
18260 2005-08-17  Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18263         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18264
18265 2005-08-17  Bruno Haible  <bruno@clisp.org>
18266
18267         * lib/strcasestr.h: New file.
18268         * lib/strcasestr.c: New file.
18269
18270 2005-08-17  Bruno Haible  <bruno@clisp.org>
18271
18272         * lib/strcasecmp.c: Use mbuiter.h.
18273
18274 2005-08-17  Bruno Haible  <bruno@clisp.org>
18275
18276         * lib/mbuiter.h: New file.
18277
18278 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18279
18280         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18281         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18282         and gl_GETOPT are both invoked via different paths (as happens
18283         with GNU tar CVS because it uses both argp and getopt), the former
18284         wins.
18285
18286 2005-08-16  Bruno Haible  <bruno@clisp.org>
18287
18288         * modules/tls: New file.
18289         * MODULES.html.sh (Multithreading): Add tls.
18290
18291 2005-08-16  Bruno Haible  <bruno@clisp.org>
18292
18293         * modules/strnlen1: New file.
18294         * MODULES.html.sh (String handling): Add strnlen1.
18295
18296 2005-08-16  Bruno Haible  <bruno@clisp.org>
18297
18298         * modules/strcase (Files): Add m4/mbrtowc.m4.
18299         (Depends-on): Add strnlen1, mbchar.
18300
18301 2005-08-16  Bruno Haible  <bruno@clisp.org>
18302
18303         * modules/mbiter: New file.
18304         * MODULES.html.sh (Extended multibyte and wide character utilities):
18305         Add mbiter.
18306
18307 2005-08-16  Bruno Haible  <bruno@clisp.org>
18308
18309         * modules/mbfile: New file.
18310         * MODULES.html.sh (Extended multibyte and wide character utilities):
18311         Add mbfile.
18312
18313 2005-08-16  Bruno Haible  <bruno@clisp.org>
18314
18315         * modules/mbchar: New file.
18316         * MODULES.html.sh (Extended multibyte and wide character utilities):
18317         New section.
18318
18319 2005-08-16  Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/tls.m4: New file, from GNU gettext.
18322
18323 2005-08-16  Bruno Haible  <bruno@clisp.org>
18324
18325         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18326         always.
18327         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18328
18329 2005-08-16  Bruno Haible  <bruno@clisp.org>
18330
18331         * m4/mbiter.m4: New file.
18332
18333 2005-08-16  Bruno Haible  <bruno@clisp.org>
18334
18335         * m4/mbfile.m4: New file.
18336
18337 2005-08-16  Bruno Haible  <bruno@clisp.org>
18338
18339         * m4/mbchar.m4: New file.
18340
18341 2005-08-16  Bruno Haible  <bruno@clisp.org>
18342
18343         * lib/tls.h: New file, from GNU gettext.
18344         * lib/tls.c: New file, from GNU gettext.
18345
18346 2005-08-16  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/strnlen1.h: New file.
18349         * lib/strnlen1.c: New file.
18350
18351 2005-08-16  Bruno Haible  <bruno@clisp.org>
18352
18353         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18354         (mbi_init): Update.
18355         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18356         NUL byte, not after it.
18357
18358 2005-08-16  Bruno Haible  <bruno@clisp.org>
18359
18360         * lib/strcase.h (strcasecmp): Add note in comments.
18361         * lib/strncasecmp.c: Use code from strcasecmp.c.
18362         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18363         (strcasecmp): Work correctly in multibyte locales.
18364
18365 2005-08-16  Bruno Haible  <bruno@clisp.org>
18366
18367         * lib/mbiter.h: New file.
18368
18369 2005-08-16  Bruno Haible  <bruno@clisp.org>
18370
18371         * lib/mbfile.h: New file.
18372
18373 2005-08-16  Bruno Haible  <bruno@clisp.org>
18374
18375         * lib/mbchar.h: New file.
18376         * lib/mbchar.c: New file.
18377
18378 2005-08-16  Bruno Haible  <bruno@clisp.org>
18379
18380         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18381         the valid ones. Makes the comparison operations transitive:
18382         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18383         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18384
18385 2005-08-15  Simon Josefsson  <jas@extundo.com>
18386
18387         * modules/ssize_t (License): Change to 'unlimited'.
18388
18389         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18390
18391 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18394         Add comments for each pending glibc patch.
18395
18396 2005-08-15  Bruno Haible  <bruno@clisp.org>
18397
18398         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18399         __cplusplus is defined.
18400
18401 2005-08-14  Jim Meyering  <jim@meyering.net>
18402
18403         Sync from coreutils.
18404
18405         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18406         Use the hash-table-based cycle-detection code not just when
18407         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18408         Reported by James Youngman in
18409         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18410         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18411         FTS_TIGHT_CYCLE_CHECK.
18412         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18413         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18414         once again.
18415         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18416         * lib/fts.c (fd_safer): Remove decl.
18417         Include fcntl--.h rather than unistd-safer.h
18418         (fts_safe_changedir): Don't call fd_safer; no longer needed
18419         now that we include fcntl--.h.
18420
18421 2005-08-12  Simon Josefsson  <jas@extundo.com>
18422
18423         * modules/getndelim2: Use ssize_t module.
18424         * modules/getnline: Likewise.
18425         * modules/safe-read: Likewise.
18426         * modules/xreadlink: Likewise.
18427
18428         * modules/ssize_t: New file.
18429
18430 2005-08-12  Simon Josefsson  <jas@extundo.com>
18431
18432         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18433
18434 2005-08-12  Simon Josefsson  <jas@extundo.com>
18435
18436         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18437         ssize_t.
18438
18439 2005-08-12  Simon Josefsson  <jas@extundo.com>
18440
18441         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18442         readline, getdelim and check_version.
18443         (Support for systems lacking ISO C 99: Sizes of integer types):
18444         Add size_max.
18445
18446 2005-08-12  Bruno Haible  <bruno@clisp.org>
18447
18448         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18449
18450 2005-08-11  Simon Josefsson  <jas@extundo.com>
18451
18452         * modules/readline: New file.
18453
18454         * modules/strnlen (Files): Add strnlen.h.
18455
18456 2005-08-11  Simon Josefsson  <jas@extundo.com>
18457
18458         * m4/readline.m4: New file.
18459
18460 2005-08-11  Simon Josefsson  <jas@extundo.com>
18461
18462         * lib/readline.h, readline.c: New file.
18463
18464 2005-08-11  Simon Josefsson  <jas@extundo.com>
18465
18466         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18467         gl_AVOID.
18468
18469 2005-08-11  Bruno Haible  <bruno@clisp.org>
18470
18471         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18472
18473 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18474
18475         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18476
18477 2005-08-10  Simon Josefsson  <jas@extundo.com>
18478
18479         * tests/test-iconvme.c: New file.
18480
18481 2005-08-10  Simon Josefsson  <jas@extundo.com>
18482
18483         * m4/strnlen.m4: New file.
18484
18485         * m4/strndup.m4: Don't check for strnlen declaration, done in
18486         strnlen.m4.
18487
18488 2005-08-10  Simon Josefsson  <jas@extundo.com>
18489
18490         * lib/strndup.c: Use strnlen.h.
18491
18492         * lib/strnlen.h: New file.
18493
18494 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18495
18496         * README: Typos.
18497
18498 2005-08-02  Simon Josefsson  <jas@extundo.com>
18499
18500         * modules/readline: New file.
18501
18502 2005-08-02  Simon Josefsson  <jas@extundo.com>
18503
18504         * modules/getdelim: New file.
18505
18506         * modules/getline: Rewrite, don't use getndelim2.
18507
18508 2005-08-02  Simon Josefsson  <jas@extundo.com>
18509
18510         * m4/getline.m4: Separate out getdelim stuff into separate module.
18511
18512         * m4/getdelim.m4: New file.
18513
18514 2005-08-02  Simon Josefsson  <jas@extundo.com>
18515
18516         * lib/getline.h, getline.c: Rewrite.
18517
18518         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18519
18520 2005-07-31  Bruno Haible  <bruno@clisp.org>
18521
18522         * lib/lock.h (gl_lock_initializer): New macro.
18523         (gl_lock_define_initialized): Use it.
18524         (gl_rwlock_initializer): New macro.
18525         (gl_rwlock_define_initialized): Use it.
18526         (gl_recursive_lock_initializer): New macro.
18527         (gl_recursive_lock_define_initialized): Use it.
18528
18529 2005-07-30  Karl Berry  <karl@gnu.org>
18530
18531         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18532         Report from Ben Pfaff, regarding getopt.
18533
18534 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18535
18536         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18537         normal way.
18538         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18539         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18540         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18541         (gl_GETOPT): Use the new macros.  Most of the implementation
18542         is moved to the new macros.  This is for programs like Emacs
18543         that don't want all the functionality of gl_GETOPT.
18544
18545 2005-07-26  Bruno Haible  <bruno@clisp.org>
18546
18547         * m4/lock.m4: Update from GNU gettext.
18548
18549 2005-07-26  Bruno Haible  <bruno@clisp.org>
18550
18551         * lib/lock.h: Update from GNU gettext.
18552         * lib/lock.c: Update from GNU gettext.
18553
18554 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18555
18556         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18557         obsolescent AC_TRY_RUN.  Include the default includes files, for
18558         'exit'.
18559
18560 2005-07-24  Bruno Haible  <bruno@clisp.org>
18561
18562         * modules/visibility: New file.
18563         * MODULES.html.sh (Misc): Add visibility.
18564
18565 2005-07-24  Bruno Haible  <bruno@clisp.org>
18566
18567         * m4/visibility.m4: New file.
18568
18569 2005-07-24  Bruno Haible  <bruno@clisp.org>
18570
18571         * doc/visibility.texi: New file.
18572
18573 2005-07-22  Bruno Haible  <bruno@clisp.org>
18574
18575         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18576         $(ALLOCA_H), redundant through BUILT_SOURCES.
18577         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18578         redundant through BUILT_SOURCES.
18579         * modules/byteswap (Makefile.am): Remove explicit dependency on
18580         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18581         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18582         $(FNMATCH_H), redundant through BUILT_SOURCES.
18583         * modules/getopt (Makefile.am): Remove explicit dependency on
18584         $(GETOPT_H), redundant through BUILT_SOURCES.
18585         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18586         redundant through BUILT_SOURCES.
18587         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18588         redundant through BUILT_SOURCES.
18589         * modules/stdbool (Makefile.am): Remove explicit dependency on
18590         $(STDBOOL_H), redundant through BUILT_SOURCES.
18591         * modules/stdint (Makefile.am): Remove explicit dependency on
18592         $(STDINT_H), redundant through BUILT_SOURCES.
18593         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18594         Remove explicit dependency on $(SYSEXITS_H).
18595         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18596
18597 2005-07-18  Simon Josefsson  <jas@extundo.com>
18598
18599         * lib/check-version.c (check_version): Accept identical versions too.
18600
18601 2005-07-18  Bruno Haible  <bruno@clisp.org>
18602
18603         * modules/lock: New file.
18604         * MODULES.html.sh (Multithreading): New section.
18605
18606 2005-07-18  Bruno Haible  <bruno@clisp.org>
18607
18608         * m4/lock.m4: New file, from GNU gettext.
18609
18610 2005-07-18  Bruno Haible  <bruno@clisp.org>
18611
18612         * lib/lock.h: New file, from GNU gettext.
18613         * lib/lock.c: New file, from GNU gettext.
18614
18615 2005-07-18  Bruno Haible  <bruno@clisp.org>
18616
18617         * lib/lock.h (gl_once_t): New type.
18618         (gl_once_define, gl_once): New macros.
18619         * lib/lock.c (fresh_once): New variable.
18620         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18621         functions.
18622
18623 2005-07-16  Simon Josefsson  <jas@extundo.com>
18624
18625         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18626         workaround, suggested by Bruno.
18627
18628 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18629
18630         * modules/xalloc (Depends-on): Add xalloc-die.
18631         * modules/xvasprintf (Depends-on): Add xalloc-die.
18632
18633 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18634
18635         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18636         with a minor change.
18637
18638 2005-07-15  Bruno Haible  <bruno@clisp.org>
18639
18640         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18641         When using lib/poll.c, define poll as rpl_poll.
18642
18643 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18644
18645         * modules/argp (Depends-on): Remove unlocked-io.
18646
18647 2005-07-14  Derek Price  <derek@ximbiot.com>
18648
18649         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18650         for glob symlink bug.
18651
18652 2005-07-14  Bruno Haible  <bruno@clisp.org>
18653
18654         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18655         Instead, test for *_unlocked function declarations directly.
18656
18657 2005-07-11  Simon Josefsson  <jas@extundo.com>
18658
18659         * modules/size_max: New file.
18660
18661         * modules/xsize: Depend on size_max module for size_max.m4.
18662
18663 2005-07-11  Simon Josefsson  <jas@extundo.com>
18664
18665         * lib/size_max.h: New file.
18666
18667 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18670         copyright symbol and the year.
18671         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18672         (version_etc_va): Use parameterized copyright notice.
18673         Reword to conform to the current GNU coding standards.
18674
18675 2005-07-11  Karl Berry  <karl@gnu.org>
18676
18677         * doc/gnulib.texi (Quoting): new node.
18678         (Initial import): more info, from Patrice.
18679
18680 2005-07-11  Bruno Haible  <bruno@clisp.org>
18681
18682         * gnulib-tool (func_usage): Document option --avoid.
18683         (Command line options): Handle --avoid.
18684         (func_acceptable): New function.
18685         (func_modules_transitive_closure): Use it.
18686
18687 2005-07-11  Bruno Haible  <bruno@clisp.org>
18688
18689         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18690         Reported by Jim Meyering.
18691
18692 2005-07-10  Bruno Haible  <bruno@clisp.org>
18693
18694         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18695         Needed when size_t is smaller than 'unsigned int'.
18696         Reported by Paul Eggert.
18697
18698 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18699
18700         * modules/argp (Depends-on): Add unlocked-io
18701
18702 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18703
18704         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18705         block of defines.
18706
18707 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18708
18709         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18710         fix now.
18711
18712 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18713         and Paul Eggert  <eggert@cs.ucla.edu>
18714
18715         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18716         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18717
18718 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18719
18720         * modules/regex (Files): Add lib/regex_internal.c,
18721         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18722         (Depends-on): Add extensions.
18723         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18724
18725 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18726
18727         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18728         pathconf.
18729         * m4/same.m4 (gl_SAME): Likewise.
18730         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18731
18732         * m4/regex.m4: Adjust to new libc regex implementation.
18733         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18734         all the .c and .h parts of (the new) regex.
18735         Quote the m4 stuff better.
18736         Check for RE_ICASE bug of old gnulib.
18737         Check for REG_STARTEND of recent libc.
18738         Rename local variables from jm_* to gl_*.
18739         Quote operand of "test -f".
18740         Say "recent enough" version of libc, not "version 2".
18741         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18742         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18743         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18744         Remove check for btowc, isascii.
18745         Require AM_LANGINFO_CODESET.
18746
18747 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18748
18749         * lib/regex.c, regex.h: Sync from libc.
18750         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18751         * lib/regexec.c:
18752         New files, synced from libc, except that regex_internal.h
18753         currently has a small porting fix.
18754
18755 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18756
18757         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18758         regex_internal.c, regexec.c.
18759         Add regex_internal.h too, but as a comment, since the libc version
18760         is currently broken in gnulib mode.
18761
18762 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         Support programs like Emacs that use gnulib but not gettext.
18765         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18766         * modules/gettext-h: New file.
18767         * modules/gettext (Files): Remove lib/gettext.h.
18768         (Depends-on): Add gettext-h.
18769         (Makefile.am): Remove lib_SOURCES.
18770         * modules/argmatch, modules/c-stack, modules/closeout:
18771         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18772         * modules/execute, modules/file-type, modules/getaddrinfo:
18773         * modules/getopt, modules/human, modules/javacomp:
18774         * modules/javaexec, modules/mkdir-p, modules/obstack:
18775         * modules/openat, modules/pagealign_alloc, modules/pipe:
18776         * modules/quotearg, modules/regex, modules/rpmatch:
18777         * modules/unicodeio, modules/userspec, modules/version-etc:
18778         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18779         * modules/xsetenv:
18780         Depend on gettext-h, not gettext.
18781
18782 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18783
18784         * gnulib-tool (func_import): Add support for 'public domain' license.
18785         * modules/alloca, modules/atexit, modules/memmove:
18786         Now public domain, not GPL.
18787         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18788         * modules/realloc, modules/strerror, modules/strtod:
18789         Now LGPL, not GPL.
18790
18791 2005-07-05  Bruno Haible  <bruno@clisp.org>
18792
18793         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18794         autoconf CVS. Needed for mingw.
18795
18796 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         Remove the dependency of the strftime module on the tzset module.
18799         * modules/strftime (Depends-on): Remove dependency on tzset.
18800
18801 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         Remove the dependency of the strftime module on the tzset module.
18804         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18805         gl_FUNC_TZSET_CLOBBER.
18806
18807 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18808
18809         Remove the dependency of the strftime module on the tzset module.
18810         * lib/strftime.c (my_strftime)
18811         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18812         Copy the input structure, to work around some of the bug with
18813         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18814         Solaris releases, you should also use the tzset module, but we won't
18815         require it as a dependency any more since we don't want LGPLed code
18816         to depend on GPLed code.
18817
18818 2005-07-02  Jim Meyering  <jim@meyering.net>
18819
18820         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18821         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18822         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18823         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18824
18825 2005-07-02  Jim Meyering  <jim@meyering.net>
18826
18827         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18828
18829 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18830
18831         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18832         declares only 'struct timespec;' (!).
18833
18834 2005-07-01  Jim Meyering  <jim@meyering.net>
18835
18836         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18837         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18838         * lib/save-cwd.c, tempname.c:
18839         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18840         and don't include <sys/file.h>).
18841
18842 2005-06-29  Jim Meyering  <jim@meyering.net>
18843
18844         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18845         type name.  Use the variable name instead.
18846         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18847         Likewise.
18848
18849 2005-06-28  Simon Josefsson  <jas@extundo.com>
18850
18851         * modules/check-version (Files): Add check-version.m4.
18852
18853 2005-06-28  Simon Josefsson  <jas@extundo.com>
18854
18855         * m4/check-version.m4: New file, suggested by Jim Meyering
18856         <jim@meyering.net>.
18857
18858 2005-06-28  Simon Josefsson  <jas@extundo.com>
18859
18860         * lib/check-version.h, lib/check-version.c: New files.
18861
18862 2005-06-28  Simon Josefsson  <jas@extundo.com>
18863
18864         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18865         collision with global variable.  Better indentation.  Don't
18866         increment buffer pointer beyond buffer end.  Based on comments
18867         from Paul Eggert <eggert@cs.ucla.edu>.
18868
18869         * lib/base64.h: Indent.
18870
18871 2005-06-28  Simon Josefsson  <jas@extundo.com>
18872
18873         * doc/gnulib.texi (Library version handling): New section.
18874
18875 2005-06-28  Jim Meyering  <jim@meyering.net>
18876
18877         * check-module (find_included_lib_files): Hard-code another
18878         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18879         but modules/fts-lgpl (correctly) does not list those files.
18880
18881         * modules/canonicalize (Files): Add lib/pathmax.h.
18882
18883 2005-06-25  Simon Josefsson  <jas@extundo.com>
18884
18885         * modules/check-version: New file.
18886
18887 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18888
18889         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18890         initializer of struct addrinfo, as an indication that we don't
18891         care how many members the structure has.
18892
18893 2005-06-24  Derek Price  <derek@ximbiot.com>
18894         and Bruno Haible  <bruno@clisp.org>
18895
18896         Remove stat module & update lstat.
18897         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18898         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18899         * m4/stat.m4: Remove this file.
18900
18901 2005-06-24  Derek Price  <derek@ximbiot.com>
18902         and Bruno Haible  <bruno@clisp.org>
18903
18904         Remove stat module & update lstat.
18905         * lib/stat.c: Remove this file...
18906         (slash_aware_lstat): ...moving this content and its support...
18907         * lib/lstat.c (rpl_lstat): ...into here.
18908         * lib/lstat.h: New file.
18909
18910 2005-06-24  Derek Price  <derek@ximbiot.com>
18911         and Bruno Haible  <bruno@clisp.org>
18912
18913         Remove stat module & update lstat.
18914         * config/srclist.txt (libc sources): Remove stat.
18915
18916 2005-06-24  Derek Price  <derek@ximbiot.com>
18917         and Bruno Haible  <bruno@clisp.org>
18918
18919         Remove stat module & update lstat.
18920         * MODULES.html.sh (stat): Remove.
18921         * MODULES.html: Regenerated.
18922         * modules/lstat (Description): Correct function name.
18923         (Files): Add "lstat.h".
18924         (Depends-on): Remove stat, add xalloc, stat-macros.
18925         * modules/stat: Remove this file.
18926         (Include): Add "lstat.h", remove <sys/stat.h>.
18927
18928 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18931         (ranged_convert): Don't save conversion in a temporary struct.
18932         This causes a warning with GCC 4.0.0, and anyway in the typical
18933         case it's not worth the extra 100 bytes or so of code.
18934         (ranged_convert, __mktime_internal): When calling a function via a
18935         pointer P, use P () rather than (*P) (), as we now assume C89 or
18936         better.
18937
18938 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18941         "who -r" failed to give output.  Problem reported by Tim Waugh.
18942
18943         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18944         (xcalloc): Use it to avoid needless tests.
18945         Problem reported by Jim Meyering.
18946
18947 2005-06-20  Derek Price  <derek@ximbiot.com>
18948
18949         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18950         unnecessary for Autoconfs > 2.59c.
18951
18952 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18953
18954         * lib/argp.h (__option_is_short): Check upper limit of
18955         __key. Isprint() requires its argument to have the value
18956         of an unsigned char or EOF.
18957
18958 2005-06-16  Jim Meyering  <jim@meyering.net>
18959
18960         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18961         when either N or S is zero.
18962
18963 2005-06-16  Derek Price  <derek@ximbiot.com>
18964
18965         * m4/bison.m4: Declare YACC & YFLAGS precious.
18966
18967 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18970         multibyte string or pattern, fall back on unibyte matching.
18971         Problem reported by James Youngman.
18972
18973 2005-06-08  Bruno Haible  <bruno@clisp.org>
18974
18975         * modules/csharpcomp: New file.
18976         * MODULES.html.sh (C#): Add csharpcomp.
18977
18978 2005-06-08  Bruno Haible  <bruno@clisp.org>
18979
18980         * m4/csharpcomp.m4: New file, from GNU gettext.
18981
18982 2005-06-08  Bruno Haible  <bruno@clisp.org>
18983
18984         * lib/csharpcomp.h: New file, from GNU gettext.
18985         * lib/csharpcomp.c: New file, from GNU gettext.
18986         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18987
18988 2005-06-08  Bruno Haible  <bruno@clisp.org>
18989
18990         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18991         warning on mingw.
18992
18993 2005-06-07  Derek Price  <derek@ximbiot.com>
18994
18995         Sync from CVS.
18996         * lib/glob_.h: Indent nested #ifdef.
18997
18998 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         Sync from coreutils.
19001         Use "file name" when talking about file names, instead of "filename"
19002         or "path", as per the GNU coding standards.
19003         * lib/mkdir-p.c: Renamed from makepath.c.
19004         (make_dir_parents): Renamed from make_path.  All callers changed.
19005         * lib/mkdir-p.h: Likewise.  All includers changed.
19006         * lib/filenamecat.c: Renamed from path-concat.c.
19007         (file_name_concat): Renamed from path_concat.  All callers changed.
19008         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19009         * lib/filenamecat.h: Likewise.  All includers changed.
19010         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19011         in comments or local variable names.
19012         * lib/basename.c: Likewise.
19013         * lib/canonicalize.c, canonicalize.h: Likewise.
19014         * lib/dirname.c, dirname.h: Likewise.
19015         * lib/euidaccess.c: Likewise.
19016         * lib/exclude.c: Likewise
19017         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19018         * lib/fsusage.c, fsuage.h: Likewise.
19019         * lib/fts.c, fts_.h: Likewise.
19020         * lib/getcwd.c: Likewise.
19021         * lib/getloadavg.c: Likewise.
19022         * lib/mkstemp.c: Likewise.
19023         * lib/mountlist.c, mountlist.h: Likewise.
19024         * lib/openat.c, openat.h: Likewise.
19025         * lib/readlink-stub.c: Likewise.
19026         * lib/readutmp.c, readutmp.h: Likewise.
19027         * lib/rename.c: Likewise.
19028         * lib/rmdir.c: Likewise.
19029         * lib/same.c: Likewise.
19030         * lib/savedir.c: Likewise.
19031         * lib/stripslash.c: Likewise.
19032         * lib/tempname.c: Likewise.
19033         * lib/xreadlink.c: Likewise.
19034         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19035         All uses changed.
19036         * lib/exclude.h: Likewise.
19037
19038         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19039         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19040         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19041         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19042         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19043         files have been getting away with it for years (MORE/BSD 4.3
19044         is extinct now).
19045         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19046         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19047
19048         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19049         Define to 256, not 255, as per modern POSIX.
19050
19051 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         Sync from coreutils.
19054         Use "file name" when talking about file names, instead of "filename"
19055         or "path", as per the GNU coding standards.
19056         * MODULES.html.sh: mkdir-p renamed from makepath.
19057         filenamecat renamed from path-concat.
19058         * modules/filenamecat: Renamed from modules/path-concat.
19059         (Files): filenamecat.h and filenamecat.c renamed from
19060         path-concat.h and path-concat.c.
19061         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19062         (Include): filenamecat.h, not path-concat.h.
19063         * modules/mkdir-p: Renamed from modules/makepath.
19064         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19065         makepath.c.
19066         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19067         (Include): mkdir-p.h, not makepath.h.
19068
19069 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19070
19071         Sync from coreutils.
19072         * m4/mkdir-p.m4: Renamed from makepath.m4.
19073         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19074         Rename files from makepath.c to mkdir-p.c, and from
19075         makepath.h to mkdir-p.h.
19076         * m4/filenamecat.m4: Renamed from path-concat.m4.
19077         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19078         Rename files from path-concat.c to filenamecat.c,
19079         and from path-concat.h to filenamecat.h.
19080         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19081         "file name" in local variables or comments.
19082         * m4/rename.m4: Likewise.
19083
19084 2005-06-01  Bruno Haible  <bruno@clisp.org>
19085
19086         * modules/csharpexec: New file.
19087         * MODULES.html.sh (C#): New section.
19088
19089 2005-06-01  Bruno Haible  <bruno@clisp.org>
19090
19091         * m4/csharp.m4: New file, from GNU gettext.
19092         * m4/csharpexec.m4: New file, from GNU gettext.
19093
19094 2005-06-01  Bruno Haible  <bruno@clisp.org>
19095
19096         * lib/csharpexec.h: New file, from GNU gettext.
19097         * lib/csharpexec.c: New file, from GNU gettext.
19098         * lib/csharpexec.sh.in: New file, from GNU gettext.
19099
19100 2005-05-31  Derek Price  <derek@ximbiot.com>
19101             Paul Eggert  <eggert@cs.ucla.edu>
19102
19103         Sync from cvs.
19104         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19105
19106 2005-05-31  Derek Price  <derek@ximbiot.com>
19107             Paul Eggert  <eggert@cs.ucla.edu>
19108
19109         Sync from cvs.
19110         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19111
19112 2005-05-29  Derek Price  <derek@ximbiot.com>
19113
19114         * config/srclist.txt (glob_.h, glob.c): Add these files.
19115
19116 2005-05-29  Derek Price  <derek@ximbiot.com>
19117
19118         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19119         * modules/glob: New file.
19120         * modules/getlogin_r: Add link to POSIX spec in description.
19121
19122 2005-05-29  Derek Price  <derek@ximbiot.com>
19123             Paul Eggert  <eggert@cs.ucla.edu>
19124
19125         * m4/glob.m4: New file.
19126
19127 2005-05-29  Derek Price  <derek@ximbiot.com>
19128             Paul Eggert  <eggert@cs.ucla.edu>
19129
19130         * lib/glob_.h, lib/glob.c: New files.
19131
19132 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19133
19134         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19135         * modules/fts-lgpl (Depends-on): Remove gettext.
19136
19137 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19138
19139         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19140         and don't require gt_INTTYPES_PRI.
19141
19142 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19143
19144         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19145
19146         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19147         the configuration hassle isn't worth it.
19148         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19149         (LONGEST_MODIFIER, PRIuMAX): Remove.
19150
19151 2005-05-27  Bruno Haible  <bruno@clisp.org>
19152
19153         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19154
19155 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19156
19157         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19158         _POSIX_PTHREAD_SEMANTICS for Solaris.
19159
19160 2005-05-25  Derek Price  <derek@ximbiot.com>
19161
19162         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19163
19164 2005-05-25  Derek Price  <derek@ximbiot.com>
19165             Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19168         * lib/getlogin_r.c, getlogin_r.h: New files.
19169
19170 2005-05-25  Bruno Haible  <bruno@clisp.org>
19171             Derek Price  <derek@ximbiot.com>
19172
19173         * lib/getlogin_r.h: Simplify API documentation.
19174
19175 2005-05-23  Derek Price  <derek@ximbiot.com>
19176
19177         * modules/minmax (Files): Add m4/minmax.m4.
19178         (configure.ac): Add gl_MINMAX.
19179
19180 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19181
19182         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19183         so that unistd-safer.h (GPL'ed code) need not be included.
19184
19185 2005-05-22  Bruno Haible  <bruno@clisp.org>
19186
19187         * m4/minmax.m4: New file.
19188         Based on a patch by Derek Price <derek@ximbiot.com>.
19189
19190 2005-05-22  Bruno Haible  <bruno@clisp.org>
19191
19192         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19193         (INT64_MIN): Fix definition.
19194         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19195
19196         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19197         NEED_SIGNED_INT_TYPES.
19198
19199         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19200         HAVE_SYSTEM_INTTYPES.
19201
19202 2005-05-22  Bruno Haible  <bruno@clisp.org>
19203
19204         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19205         Also include <sys/param.h> if it defines MIN, MAX.
19206         Based on a patch by Derek Price <derek@ximbiot.com>.
19207
19208 2005-05-21  Jim Meyering  <jim@meyering.net>
19209
19210         * modules/fts (Files): Add m4/inttypes-pri.m4.
19211         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19212
19213 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19214
19215         New fts module.
19216         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19217         (setup_dir, free_dir): New functions.
19218         (enter_dir, leave_dir): Define trivial
19219         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19220         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19221         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19222         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19223         Move to fts-cycle.c.
19224         (fts_open): Use setup_dir.
19225         (fts_close): Use free_dir.
19226         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19227         This adds a label and some gotos, but the alternatives were messier.
19228         Check for memory allocation failure when entering a dir.
19229         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19230         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19231         (FTS): New member fts_cycle, that is a union that contains the
19232         old active_dir_ht and cycle_state.  All uses changed to mention
19233         fts_cycle.ht and fts_cycle.state.
19234         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19235         fts.c, with the following changes:
19236         (setup_dir, free_dir): New functions.
19237         (enter_dir): Now returns bool.  Return true if successful, false
19238         if memory exhausted.  All callers changed.
19239         Do not bother partly cleaning up on
19240         memory allocation failure; that is free_dir's job.
19241         However, free ad if hash_insert fails, to avoid memory leak.
19242         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19243         fts->fts_options to see which union member to use.
19244
19245 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19246
19247         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19248         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19249
19250 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19251
19252         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19253
19254 2005-05-20  Jim Meyering  <jim@meyering.net>
19255
19256         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19257         Now a macro, to pacify GCC.
19258
19259 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19260
19261         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19262         of -1.
19263
19264 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19265
19266         * lib/chown.c (rpl_chown): Return -1 on failure.
19267
19268 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19269
19270         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19271         Don't check for stddef.h.
19272         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19273         don't use its results.
19274         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19275         since we include them unconditionally.  Don't require
19276         AM_STDBOOL_H, since stdbool is a prerequisite.
19277         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19278         since we assume C89 or better.
19279         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19280         as we don't use their results.
19281         Don't check for fchdir, memmove, memset, strrchr, as we use
19282         them unconditionally.
19283         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19284         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19285
19286 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19287
19288         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19289         Include <stddef.h> unconditionally, since we assume C89 now.
19290         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19291         * lib/fts.c: Include fts_.h first, to check interface.
19292         Do not include intprops.h; no longer needed.
19293         Include cycle-check.h and hash.h, since fts_.h no longer does.
19294         Remove unnecessary casts of closedir to void.
19295         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19296         decide whether to decrement nlinks.
19297         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19298         (FTS): Use struct hash_table * instead of Hash_table, so that
19299         we no longer need to include hash.h here.
19300
19301 2005-05-18  Jim Meyering  <jim@meyering.net>
19302
19303         * modules/dirfd (License): Change to LGPL.  Most of the code
19304         is already in the public domain.
19305
19306 2005-05-18  Jim Meyering  <jim@meyering.net>
19307
19308         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19309         Reported by Yoann Vandoorselaere.
19310
19311 2005-05-17  Jim Meyering  <jim@meyering.net>
19312
19313         * m4/fts.m4: New file, from coreutils.
19314
19315 2005-05-17  Jim Meyering  <jim@meyering.net>
19316
19317         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19318
19319 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19320
19321         Sync from coreutils.
19322         * m4/unlinkdir.m4: New file.
19323
19324 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19325
19326         Sync from coreutils.
19327         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19328         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19329         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19330         White space changes only.
19331         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19332         special.
19333         * lib/yesno.c: Include getline.h, not ctype.h.
19334         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19335         Use getline to remove arbitrary restriction on response length.
19336
19337 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19338
19339         * config/srclist-update: Spell out "Street" in FSF postal
19340         mail address; this is the style the FSF seems to prefer.
19341
19342         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19343         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19344         this updates FSF postal mail address.
19345
19346         Sync from coreutils.
19347         * modules/unlinkdir: New file.
19348         * modules/yesno (Depends-on): Add getline.
19349         * MODULES.html.sh (File system functions): Add unlinkdir.
19350
19351 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19354         lib/strsep.h:
19355         Change the initial comment to refer to GPL, not LGPL.
19356         gnulib-tool will change it to LGPL as needed.
19357
19358         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19359         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19360         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19361         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19362         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19363         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19364         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19365         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19366         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19367         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19368         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19369         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19370         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19371         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19372         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19373         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19374         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19375         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19376         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19377         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19378         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19379         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19380         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19381         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19382         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19383         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19384         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19385         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19386         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19387         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19388         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19389         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19390         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19391         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19392         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19393         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19394         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19395         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19396         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19397         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19398         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19399         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19400         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19401         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19402         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19403         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19404         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19405         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19406         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19407         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19408         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19409         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19410         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19411         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19412         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19413         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19414         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19415         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19416         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19417         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19418         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19419         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19420         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19421         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19422         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19423         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19424         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19425         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19426         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19427         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19428         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19429         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19430         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19431         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19432         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19433         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19434         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19435         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19436         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19437         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19438         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19439         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19440         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19441         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19442         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19443         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19444         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19445         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19446         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19447         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19448         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19449         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19450         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19451         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19452         lib/yesno.c, lib/yesno.h:
19453         Update FSF postal mail address.
19454
19455 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19456
19457         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19458         tests/test-memmem.c, tests/test-stpncpy.c:
19459         Update FSF postal mail address.
19460
19461 2005-05-13  Bruno Haible  <bruno@clisp.org>
19462
19463         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19464         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19465         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19466         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19467         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19468         Add support for 64-bit integers in the MSVC compiler.
19469
19470 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19471
19472         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19473
19474 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19475
19476         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19477
19478 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19479
19480         * doc/getdate.texi (General date syntax): Don't say that date
19481         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19482         Problem reported by Nic Ferrier.
19483
19484 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19485
19486         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19487         specified in ai_socktype. Fix invalid ai_protocol
19488         check. ai_protocol is usually set to 0 or depending on
19489         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19490         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19491         ai_socktype / ai_protocol in the returned addrinfo structure.
19492
19493 2005-05-10  Simon Josefsson  <jas@extundo.com>
19494
19495         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19496         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19497
19498 2005-05-10  Karl Berry  <karl@gnu.org>
19499
19500         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19501         (from http://www.gnu.org/licenses).
19502         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19503         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19504         fdl.texi suffices.
19505
19506 2005-05-10  Karl Berry  <karl@gnu.org>
19507
19508         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19509         (COPYING.DOC): remove.
19510
19511         * config/srclist-update: new FSF address.
19512
19513 2005-05-10  Derek Price  <derek@ximbiot.com>
19514
19515         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19516         possible.
19517
19518 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19519             Bruno Haible  <bruno@clisp.org>
19520
19521         * modules/inet_ntop: New file.
19522         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19523         inet_ntop.
19524
19525 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19526             Bruno Haible  <bruno@clisp.org>
19527
19528         * m4/inet_ntop.m4: New file.
19529
19530 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19531             Bruno Haible  <bruno@clisp.org>
19532
19533         * lib/inet_ntop.h: New file.
19534         * lib/inet_ntop.c: New file, from glibc with modifications.
19535
19536 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19537
19538         * modules/time_r (License): Change to LGPL.
19539         * modules/extensions (License): Change to LGPL.  Actually,
19540         the license is more permissive than that, but currently gnulib-tool
19541         doesn't know how to handle more-permissive licenses.
19542
19543         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19544         Problem reported by Dave Love.
19545
19546 2005-05-08  Jim Meyering  <jim@meyering.net>
19547
19548         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19549         blank.
19550
19551 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * modules/argmatch (Depends-on): Add stdbool.
19554         * modules/backupfile (Depends-on): Likewise.
19555         * modules/chdir-long (Depends-on): Likewise.
19556         * modules/closeout (Depends-on): Likewise.
19557         * modules/cycle-check (Depends-on): Likewise.
19558         * modules/dirname (Depends-on): Likewise.
19559         * modules/fnmatch (Depends-on): Likewise.
19560         * modules/fsusage (Depends-on): Likewise.
19561         * modules/fwriteerror (Depends-on): Likewise.
19562         * modules/getcwd (Depends-on): Likewise.
19563         * modules/getloadavg (Depends-on): Likewise.
19564         * modules/hard-locale (Depends-on): Likewise.
19565         * modules/makepath (Depends-on): Likewise.
19566         * modules/mountlist (Depends-on): Likewise.
19567         * modules/nanosleep (Depends-on): Likewise.
19568         * modules/posixtm (Depends-on): Likewise.
19569         * modules/quotearg (Depends-on): Likewise.
19570         * modules/readtokens (Depends-on): Likewise.
19571         * modules/readtokens0 (Depends-on): Likewise.
19572         * modules/readutmp (Depends-on): Likewise.
19573         * modules/save-cwd (Depends-on): Likewise.
19574         * modules/strftime (Depends-on): Likewise.
19575         * modules/userspec (Depends-on): Likewise.
19576         * modules/utimecmp (Depends-on): Likewise.
19577         * modules/xgetcwd (Depends-on): Likewise.
19578         * modules/xnanosleep (Depends-on): Likewise.
19579         * modules/xstrtod (Depends-on): Likewise.
19580         * modules/yesno (Depends-on): Likewise.
19581
19582 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19585         needless checks.
19586
19587 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19588
19589         Merge from coreutils.  Among other things,
19590         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19591         * lib/fd-safer.c: New file.
19592         * lib/fcntl-safer.h, open-safer.c: Remove.
19593         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19594         * lib/dup-safer.c: Include unistd-safer.h first.
19595         Don't include errno.h.
19596         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19597         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19598         * lib/file-type.c: Rely on file-type.h change.
19599         * lib/getloadavg.c: Include unistd-safer.h.
19600         (getloadavg): Use safer open.
19601         * lib/getusershell.c: Include "stdio-safer.h".
19602         (getusershell): Use safer fopen.
19603         * lib/long-options.c (long_options): Use NULL rather than 0.
19604         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19605         'free'.
19606         * lib/modechange.c: Likewise.
19607         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19608         (MODE_DONE): New constant.
19609         (struct mode_change): Remove 'next' member.
19610         (make_node_op_equals): New function; like the old one of the
19611         same name, except it allocates an array.
19612         (mode_compile, mode_create_from_ref): Use it.
19613         (mode_compile): Allocate result as an array, not a linked list.
19614         Parse octal string ourself, so that we catch mistakes like "+0".
19615         (mode_adjust): Arg is an array, not a linked list.
19616         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19617         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19618         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19619         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19620         Remove.  This is now stat-macros.h's job.
19621         (talloc): Remove.  All callers replaced by xalloc, so that
19622         our invokers don't have to worry about reporting memory failures.
19623         (make_node_op_equals): Remove.
19624         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19625         New constants.
19626         (struct mode_change): Moved here from modechange.h.
19627         (mode_append_entry): Remove.
19628         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19629         apps to have incorrect behavior.  Use simpler algorithm for head
19630         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19631         Detect more invalid usages rather than having somewhat-random behavior.
19632         Don't insert an "a=" action, as that leads to incorrect behavior.
19633         (mode_compile, mode_create_from_ref): Return NULL on error instead
19634         of an enum, since now there's only one way to have an error.  All
19635         callers changed.
19636         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19637         at the correct time.  Simplify calculation of "+u" and its ilk.
19638         Don't mishandle "+X".
19639         (mode_free): Remove "register" and localize decls.
19640         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19641         (struct mode_change): Move to modechange.c; callers don't
19642         need to see this stuff.
19643         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19644         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19645         (mode_change, mode_adjust): Reflect the new signatures noted above.
19646         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19647         that might redefine system include files.
19648         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19649         (my_usleep): Use NULL rather than (void *) 0.
19650         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19651         Use siginterrupt to specify that system calls should be interrupted.
19652         (rpl_nanosleep): Move initialization of suspended closer to call of
19653         my_usleep.
19654         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19655         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19656         (desirable_utmp_entry): New function.
19657         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19658         using x2nrealloc, to simplify logic.
19659         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19660         size calculation.  Do not assume utmp file is a regular file.
19661         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19662         (READ_UTMP_CHECK_PIDS): New constant.
19663         * lib/save-cwd.c: Include unistd-safer.h.
19664         (save_cwd): Use fd_safer.
19665         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19666         [!_LIBC] Include "stat-macros.h" instead.
19667         * lib/unistd-safer.h (fd_safer): New decl.
19668
19669 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19670
19671         * modules/getloadavg (Depends-on): Add unistd-safer.
19672         * modules/getusershell (Depends-on): Add stdio-safer.
19673         * modules/lstat (Depends-on): Remove xalloc.
19674         * modules/mkstemp (Depends-on): Add stat-macros.
19675         * modules/modechange (Depends-on): Remove xstrtol.
19676         Add stat-macros, xalloc.
19677         * modules/save-cwd (Depends-on): Add unistd-safer.
19678         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19679         * modules/unistd-safer (Files): Add lib/fd-safer.c
19680         (Makefile.am): Remove lib_SOURCES.
19681
19682         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19683         Remove fcntl-safer; unistd-safer supersedes it.
19684
19685 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19686
19687         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19688         AC_HEADER_STAT.
19689         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19690         (gl_PREREQ_CHOWN): Remove.
19691         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19692         it.  Don't require AC_HEADER_STAT.
19693         (gl_PREREQ_LSTAT): Remove.
19694         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19695         Don't require AC_HEADER_STAT.
19696         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19697         (gl_PREREQ_RMDIR): Remove.
19698         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19699         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19700         the stat-macros module a prerequisite.
19701         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19702         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19703         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19704         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19705         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19706         variable names.
19707         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19708         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19709         variable prefixes.
19710         * m4/fcntl-safer.m4: Remove.
19711         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19712         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19713         Invoke gl_PREREQ_FD_SAFER.
19714         (gl_PREREQ_FD_SAFER): New macro.
19715         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19716         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19717         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19718         Remove duplicate call to AC_LIBOBJ(readutmp).
19719         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19720
19721         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19722         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19723
19724 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19725
19726         * MODULES.html.sh (Misc): Add byteswap.
19727
19728 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19729
19730         * modules/getcwd (Depends-on): Add extensions.
19731         * modules/openat (Depends-on): Likewise.
19732
19733 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19734
19735         * modules/byteswap: New file.
19736
19737 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19738
19739         * m4/byteswap.m4: New file.
19740
19741 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19742
19743         * lib/byteswap_.h: New file.
19744
19745 2005-04-25  Karl Berry  <karl@gnu.org>
19746
19747         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19748
19749 2005-04-25  Albert Chin  <china@thewrittenword.com>
19750
19751         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19752         Toolkit C bug.
19753
19754 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19755
19756         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19757         (func_ln_if_changed) Remove forcibly for no error message
19758         in case file does not exist.
19759
19760 2005-04-19  Simon Josefsson  <jas@extundo.com>
19761
19762         * gnulib-tool (Options): Make --symlink mean --symbolic.
19763
19764 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19765
19766         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19767
19768 2005-04-16  Simon Josefsson  <jas@extundo.com>
19769
19770         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19771
19772 2005-04-15  Simon Josefsson  <jas@extundo.com>
19773
19774         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19775
19776 2005-04-15  Simon Josefsson  <jas@extundo.com>
19777
19778         * gnulib-tool: Rename --symlink to --symbolic.
19779
19780 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19781
19782         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19783         symbolic links to files instead of copying/moving.  Add --aux-dir,
19784         specifying directory relative --dir where auxiliary build tools
19785         are placed.
19786
19787 2005-04-14  Bruno Haible  <bruno@clisp.org>
19788
19789         * modules/allocsa (License): Change to LGPL.
19790         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19791
19792 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19793
19794         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19795         that "UTC +1 second" continues to work.  Problem reported
19796         by Dmitry V. Levin.
19797         (relunit_snumber): New rule.
19798         (relunit): Use it.
19799
19800 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19801
19802         * lib/getdate.y (universal_time_zone_table): New constant.
19803         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19804         universal_time_zone_table.
19805         (lookup_zone): Prefer universal_time_zone_table to
19806         local_time_zone_table, so that "GMT" time stamps are allowed in
19807         London during the summer.  Problem reported by Ian Abbott.
19808
19809 2005-04-12  Jim Meyering  <jim@meyering.net>
19810
19811         * lib/human.c (humblock): Set *options even when returning due to
19812         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19813         warning from gcc-4.
19814
19815 2005-04-09  Jim Meyering  <jim@meyering.net>
19816
19817         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19818         -Wuninitialized: initialize tm0.tm_year.
19819
19820 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19823         count, since there's no maximum.  All uses changed.
19824         Add member dsts_seen.
19825         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19826         not being INT_MAX.
19827         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19828         Use pc_rels_seen to decide whther a date is absolute.
19829
19830         * lib/getdate.y (number): Don't overwrite year.
19831         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19832         check.
19833
19834 2005-04-02  Simon Josefsson  <jas@extundo.com>
19835
19836         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19837         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19838
19839 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19840
19841         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19842         where no absolute path name can be longer than PATH_MAX.
19843
19844 2005-03-27  Jim Meyering  <jim@meyering.net>
19845
19846         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19847
19848 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19849
19850         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19851         "one's complement" -> "ones' complement" in comment, as per Knuth.
19852         "value of type" -> "type or expression" in comment.
19853         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19854
19855 2005-03-26  Jim Meyering  <jim@meyering.net>
19856
19857         Comment nits.
19858         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19859         Correct typos: s/or/of/.
19860
19861 2005-03-26  Jim Meyering  <jim@meyering.net>
19862
19863         * modules/check-include-files: Move to ../ and rename to...
19864         * check-module: ...this.
19865
19866 2005-03-25  Jim Meyering  <jim@meyering.net>
19867
19868         * modules/xvasprintf (Files): Add xalloc.h.
19869
19870 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19871
19872         * modules/gettext (Files): config/config.rpath ->
19873         build-aux/config.rpath
19874         * modules/iconv (Files): Likewise.
19875         Problem reported by Oskar Liljeblad.
19876
19877 2005-03-23  Jim Meyering  <jim@meyering.net>
19878
19879         * modules/check-include-files: New script to check for
19880         missing dependencies, multiple includes, etc.
19881
19882         * modules/c-strtold (Depends-on): Add xalloc.
19883         * modules/c-strtod (Depends-on): Add xalloc.
19884         * modules/hash (Depends-on): Add xalloc.
19885         (Files): Remove lib/xalloc.h.
19886
19887         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19888         * modules/userspec (Files): Add lib/inttostr.h.
19889
19890 2005-03-23  Jim Meyering  <jim@meyering.net>
19891
19892         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19893
19894 2005-03-22  Jim Meyering  <jim@meyering.net>
19895
19896         * modules/stat-macros: New module.
19897         * modules/canonicalize, modules/euidaccess, modules/file-type,
19898         * modules/filemode, modules/lchown, modules/makepath,
19899         * modules/rmdir, modules/stat: Depend on new stat-macros module
19900         rather than listing lib/stat-macros.h manually.
19901         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19902
19903 2005-03-22  Jim Meyering  <jim@meyering.net>
19904
19905         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19906
19907 2005-03-22  Bruno Haible  <bruno@clisp.org>
19908
19909         * config/srclist.txt: Replace target directory 'config' with
19910         'build-aux'.
19911         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19912         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19913         ../build-aux/.
19914
19915 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19916
19917         * modules/chdir-long (Depends-on): Add mempcpy.
19918
19919         * modules/acl, modules/backupfile, modules/c-strtod,
19920         modules/c-strtold, modules/canon-host, modules/canonicalize,
19921         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19922         modules/exclude, modules/exitfail, modules/file-type,
19923         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19924         modules/getdate, modules/getline, modules/getpagesize,
19925         modules/getpass, modules/getugroups, modules/group-member,
19926         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19927         modules/inttostr, modules/long-options, modules/makepath,
19928         modules/md5, modules/memcasecmp, modules/memcoll,
19929         modules/modechange, modules/mountlist, modules/path-concat,
19930         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19931         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19932         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19933         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19934         modules/strftime, modules/strndup, modules/strverscmp,
19935         modules/timespec, modules/unlocked-io, modules/userspec,
19936         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19937         modules/yesno:
19938         Remove lib_SOURCES line from Makefile.am section, as this is now
19939         done automatically by the corresponding Autoconf macro.
19940
19941 2005-03-21  Jim Meyering  <jim@meyering.net>
19942
19943         Changes imported from coreutils.
19944
19945         * lib/cycle-check.c: Don't include xalloc.h.
19946
19947         * lib/path-concat.c: Don't include assert.h.
19948         (path_concat): Remove assertion that would have triggered
19949         for ABASE starting with more than one slash.
19950         Reported by Andreas Schwab.
19951
19952         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19953         properly when ABASE is an absolute file name.
19954         Correct the description of this function.
19955         Include <assert.h>.
19956         Add an assertion and a test driver.
19957         This fixes a bug introduced on 2004-07-02.
19958         Andreas Schwab reported the resulting failure of cp --parents:
19959         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19960
19961 2005-03-21  Jim Meyering  <jim@meyering.net>
19962
19963         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19964         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19965
19966 2005-03-21  Jim Meyering  <jim@meyering.net>
19967         and  Paul Eggert  <eggert@cs.ucla.edu>
19968
19969         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19970         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19971         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19972         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19973         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19974         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19975         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19976         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19977         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19978         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19979         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19980         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19981         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19982         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19983         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19984         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19985         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19986         for these modules.
19987
19988 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19989
19990         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19991         (which shouldn't happen), generate nothing instead of returning 0
19992         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19993
19994 2005-03-16  Bruno Haible  <bruno@clisp.org>
19995
19996         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19997         HAVE_LONGLONG_64BIT.
19998
19999 2005-03-16  Bruno Haible  <bruno@clisp.org>
20000
20001         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20002         HAVE_LONGLONG_64BIT.
20003
20004 2005-03-16  Bruno Haible  <bruno@clisp.org>
20005
20006         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20007         HAVE_LONGLONG_64BIT.
20008
20009 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20010
20011         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20012         reliably distinguish strftime failure from empty output on POSIX
20013         hosts.
20014
20015 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20016
20017         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20018         (iconv_string): Don't guess a size-zero buffer, as that might cause
20019         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20020         result would be 'too large', where 'too large' is (heuristically)
20021         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20022         overflow concerns.  This will prevent some unwanted malloc failures
20023         when the inputs are very large.
20024
20025 2005-03-15  Karl Berry  <karl@gnu.org>
20026
20027         * config/srclist.txt (config.rpath): from gettext.
20028         * config/config.rpath: update.
20029
20030 2005-03-15  Bruno Haible  <bruno@clisp.org>
20031
20032         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20033         to 'negate'.
20034
20035         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20036         variable.
20037
20038         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20039         results.
20040
20041 2005-03-14  Simon Josefsson  <jas@extundo.com>
20042
20043         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20044         <fx@gnu.org>.
20045
20046 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20047
20048         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20049         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20050         intprops.h.
20051         * lib/strtol.c: Likewise.
20052
20053 2005-03-14  Jim Meyering  <jim@meyering.net>
20054
20055         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20056         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20057         to be nonzero so that we (and caller) can detect the difference
20058         between a valid zero-length expansion and an error return, even
20059         when the underlying strftime fails before writing anything into
20060         that location.
20061
20062 2005-03-14  Bruno Haible  <bruno@clisp.org>
20063
20064         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20065         Update from GNU gettext 0.14.3.
20066
20067 2005-03-10  Jim Meyering  <jim@meyering.net>
20068
20069         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20070
20071 2005-03-10  Jim Meyering  <jim@meyering.net>
20072
20073         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20074         so that this module works on systems without fchdir.
20075
20076 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20077
20078         Factor int-properties macros into a single file, except for
20079         glibc-related files.
20080         * lib/intprops.h: New file.
20081         * lib/getloadavg.c: Include it instead of limits.h.
20082         (INT_STRLEN_BOUND): Remove.
20083         * lib/human.c: Include intprops.h.
20084         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20085         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20086         302/1000.
20087         * lib/inttostr.h: Include intprops.h instead of limits.h.
20088         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20089         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20090         for consistency with intprops.h.
20091         (time_t_is_integer, twos_complement_arithmetic): Use them.
20092         * lib/sig2str.h: Include <signal.h>, intprops.h.
20093         (INT_STRLEN_BOUND): Remove.
20094         * lib/strftime.c (TYPE_SIGNED): Remove.
20095         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20096         * lib/strtol.c: Adjust comments to match intprops.h.
20097         * lib/userspec.c: Include intprops.h.
20098         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20099         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20100         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20101         instead of rolling our own expressions.
20102         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20103
20104         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20105         instead of int.
20106         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20107         the right thing even if adding 1900 would overflow.  Similarly
20108         for tm_mon + 1 and tm_yday + 1.
20109         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20110         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20111         (DO_SIGNED_NUMBER): New macro.
20112         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20113
20114 2005-03-07  Bruno Haible  <bruno@clisp.org>
20115
20116         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20117
20118 2005-03-07  Bruno Haible  <bruno@clisp.org>
20119
20120         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20121
20122 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20123
20124         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20125         (func_import): Only replace files via --import when they have actually
20126         changed.
20127
20128 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20129
20130         * m4/mmap-anon.m4: New file.
20131         * m4/pagealign_alloc.m4: New file.
20132
20133 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20134             Bruno Haible  <bruno@clisp.org>
20135
20136         * modules/pagealign_alloc: New file.
20137         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20138
20139 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20140             Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/pagealign_alloc.h: New file.
20143         * lib/pagealign_alloc.c: New file.
20144
20145 2005-03-03  Bruno Haible  <bruno@clisp.org>
20146
20147         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20148         Use an all-permissive copyright notice, recommended by RMS.
20149
20150 2005-03-02  Bruno Haible  <bruno@clisp.org>
20151
20152         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20153         of AIX, the replacement has to be done only after <string.h> is
20154         included, therefore not in config.h. stpncpy.h does the replacement,
20155         and stpncpy.c uses it.
20156
20157 2005-03-02  Bruno Haible  <bruno@clisp.org>
20158
20159         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20160         stpncpy.c uses it.
20161
20162 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20163
20164         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20165         The workaround isn't strictly needed for POSIX conformance, and
20166         it's too much of a pain to configure and maintain.  We'll ask
20167         people to fix their kernels instead.
20168         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20169         (NANOSLEEP_BUG_WORKAROUND): Remove.
20170         (xnanosleep): Remove the workaround.
20171
20172 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20173
20174         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20175         Reported by Derek Price.
20176         (Include): Add "timespec.h".
20177
20178         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20179
20180 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20181
20182         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20183         to detect nanosleep bug.
20184
20185 2005-03-01  Bruno Haible  <bruno@clisp.org>
20186
20187         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20188
20189 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20190
20191         * modules/gethrxtime: New file.
20192         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20193         (Depends-on): Add gethrxtime.
20194         (configure.ac): Add gl_XNANOSLEEP.
20195         (Makefile.am): Remove lib_SOURCES line.
20196
20197 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20198
20199         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20200         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20201
20202 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20203
20204         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20205         * lib/timespec.h (gettime): Return void, since it always
20206         succeeds now.  All uses changed.
20207         * lib/gettime.c (gettime) Likewise.
20208         [HAVE_NANOTIME]: Prefer nanotime.
20209         Assume gettimeofday succeeds, as POSIX requires.
20210         Assime time () succeeds, since other code already does.
20211         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20212         (timespec_subtract): Remove.
20213         (NANOSLEEP_BUG_WORKAROUND): New constant.
20214         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20215         things considerably.  Use it only on GNU/Linux hosts, since the
20216         workaround shouldn't be needed elsewhere.
20217
20218 2005-02-24  Bruno Haible  <bruno@clisp.org>
20219
20220         * modules/gettext (Files): Add m4/glibc2.m4.
20221
20222 2005-02-24  Bruno Haible  <bruno@clisp.org>
20223
20224         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20225         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20226         * m4/progtest.m4:
20227         Update from GNU gettext 0.14.2.
20228         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20229
20230 2005-02-24  Bruno Haible  <bruno@clisp.org>
20231
20232         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20233         * lib/config.charset: Update from GNU gettext 0.14.2.
20234
20235 2005-02-24  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/gettext.h: Update from GNU gettext 0.14.2.
20238
20239 2005-02-23  Simon Josefsson  <jas@extundo.com>
20240
20241         * m4/iconvme.m4: New file.
20242
20243 2005-02-23  Jim Meyering  <jim@meyering.net>
20244
20245         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20246         change.
20247         Thanks to Bruno Haible for catching it.
20248
20249 2005-02-22  Simon Josefsson  <jas@extundo.com>
20250
20251         * modules/iconvme: New file.
20252
20253         * MODULES.html.sh: Add iconvme.
20254
20255 2005-02-22  Simon Josefsson  <jas@extundo.com>
20256
20257         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20258
20259 2005-02-22  Simon Josefsson  <jas@extundo.com>
20260
20261         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20262
20263 2005-02-22  Jim Meyering  <jim@meyering.net>
20264
20265         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20266         s/ifndef/ifdef/.
20267
20268 2005-02-20  Neil Conway  <neilc@samurai.com>
20269
20270         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20271         returned by OSX/Darwin if the specified buffer is not large
20272         enough for the hostname.
20273
20274 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20275
20276         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20277         pass it to _help, otherwise the latter coredumps trying to
20278         dereference state.root_argp.
20279
20280 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20281
20282         * modules/chdir-long (Depends-on): Add memrchr.
20283         * modules/memrchr (Files): Add lib/memrchr.h.
20284         (Include): "memrchr.h".
20285
20286 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20287
20288         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20289
20290 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20291
20292         * lib/memrchr.h: New file.
20293         * lib/chdir-long.c: Include it.
20294         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20295         Don't bother including stddef.h.
20296
20297 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20298
20299         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20300         inclusion.
20301         Include <sys/types.h>, for dev_t.
20302         (ME_DUMMY, ME_REMOTE): Move from here....
20303         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20304         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20305         Dmitry V. Levin.
20306         Include mountlist.h first, to test the interface.
20307
20308 2005-01-29  Bruno Haible  <bruno@clisp.org>
20309
20310         * lib/progname.c (program_name): Initialize.
20311         Needed when linking statically on MacOS X.
20312
20313 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20314
20315         Sync from coreutils.
20316         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20317         (Depends-on): Add c-strtod.
20318         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20319
20320 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20321
20322         Sync from coreutils.
20323         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20324
20325         Remove files that are specific to coreutils.
20326         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20327
20328 2005-01-28  Bruno Haible  <bruno@clisp.org>
20329
20330         * modules/javacomp: New file.
20331         * MODULES.html.sh (Java): Add javacomp.
20332
20333 2005-01-28  Bruno Haible  <bruno@clisp.org>
20334
20335         * m4/javacomp.m4: New file, from GNU gettext.
20336
20337 2005-01-28  Bruno Haible  <bruno@clisp.org>
20338
20339         * lib/javacomp.sh.in: New file, from GNU gettext.
20340         * lib/javacomp.h: New file, from GNU gettext.
20341         * lib/javacomp.c: New file, from GNU gettext.
20342
20343 2005-01-26  Simon Josefsson  <jas@extundo.com>
20344
20345         * lib/gai_strerror.c: Use GPL in header.
20346
20347 2005-01-26  Bruno Haible  <bruno@clisp.org>
20348
20349         * modules/javaexec: New file.
20350         * MODULES.html.sh (Java): Add javaexec.
20351
20352 2005-01-26  Bruno Haible  <bruno@clisp.org>
20353
20354         * m4/javaexec.m4: New file, from GNU gettext.
20355
20356 2005-01-26  Bruno Haible  <bruno@clisp.org>
20357
20358         * lib/javaexec.sh.in: New file, from GNU gettext.
20359         * lib/javaexec.h: New file, from GNU gettext.
20360         * lib/javaexec.c: New file, from GNU gettext.
20361
20362 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20363
20364         * modules/lchown (Depends-on): Remove lchown.h
20365
20366 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20367
20368         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20369         must be defined if the header file was not found, in order
20370         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20371
20372 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20373
20374         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20375         initializers for struct pentry_state.
20376         (__argp_error): Check return value of __asprintf
20377         (__argp_failure): Translate error message
20378
20379         * lib/argp-parse.c: Removed braces around the expansion of N_()
20380
20381 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20382
20383         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20384         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20385         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20386         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20387         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20388         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20389         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20390         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20391         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20392         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20393         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20394         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20395         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20396         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20397         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20398         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20399         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20400         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20401         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20402         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20403         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20404         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20405         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20406         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20407         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20408         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20409         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20410         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20411         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20412         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20413         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20414         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20415         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20416         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20417         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20418         Use an all-permissive copyright notice, recommended by RMS.
20419
20420 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         * modules/chdir-long (Depends-on): Remove mempcpy.
20423
20424 2005-01-21  Jim Meyering  <jim@meyering.net>
20425
20426         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20427         same value as for Solaris 9.
20428
20429         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20430         component length.  This included changing the parameter to be
20431         of type `char *' rather than `char const *'.
20432         * lib/chdir-long.h (chdir_long): Update prototype.
20433
20434         * lib/openat.c (fdopendir, fstatat): New functions.
20435         * lib/openat.h: Include headers required for use of DIR and struct
20436         stat.
20437         [AT_SYMLINK_NOFOLLOW]: Define.
20438         (fdopendir, fstatat): Add prototypes.
20439
20440 2005-01-21  Bruno Haible  <bruno@clisp.org>
20441
20442         * modules/classpath: New file.
20443         * MODULES.html.sh (Java): Add classpath.
20444
20445 2005-01-21  Bruno Haible  <bruno@clisp.org>
20446
20447         * lib/classpath.h: New file, from GNU gettext.
20448         * lib/classpath.c: New file, from GNU gettext.
20449
20450 2005-01-20  Simon Josefsson  <jas@extundo.com>
20451
20452         * modules/version-etc-fsf: New file.
20453
20454 2005-01-20  Simon Josefsson  <jas@extundo.com>
20455
20456         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20457         * lib/version-etc.c: Remove version_etc_copyright.
20458         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20459         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20460
20461 2005-01-20  Simon Josefsson  <jas@extundo.com>
20462
20463         * lib/base64.h (isbase64): Add.
20464
20465         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20466         using a unsigned prototype, don't inline.
20467         (base64_decode): Use it.
20468
20469 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20470
20471         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20472         it.
20473
20474 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20475
20476         * lib/save-cwd.c (save_cwd): Remove code to support the case
20477         where fchdir is missing or flaky.
20478
20479 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20480
20481         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20482
20483 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20484
20485         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20486         AC_LIBSOURCES now does this.
20487         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20488         with new ullong_max module.
20489
20490 2005-01-19  Bruno Haible  <bruno@clisp.org>
20491
20492         * modules/sh-quote: New file.
20493         * MODULES.html.sh (Executing programs): Add sh-quote.
20494
20495 2005-01-19  Bruno Haible  <bruno@clisp.org>
20496
20497         * lib/sh-quote.h: New file, from GNU gettext.
20498         * lib/sh-quote.c: New file, from GNU gettext.
20499
20500 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20501
20502         Merge from coreutils.
20503         * m4/ullong_max.m4: New file.
20504         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20505         (gl_MACROS): Assume localeconv exists.
20506
20507 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20508
20509         Merge changes from coreutils, as described below in several
20510         changelogs dated today.
20511
20512         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20513         (O_DIRECTORY): Remove; not needed here, since "." must be
20514         a directory.  All uses removed.
20515         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20516         universal on Suns, and we also need to test for IRIX.
20517         Revamp code to use 'if' rather than '#if'.
20518         Avoid unnecessary comparison of cwd->desc to 0.
20519
20520         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20521         for known valid error numbers rather than observed invalid ones.
20522
20523 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         * modules/ullong_max: New file.
20526
20527         * modules/chdir-long, modules/openat: New files.
20528         * modules/save-cwd (Depends-on): Depend on chdir-long.
20529         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20530
20531 2005-01-18  Jim Meyering  <jim@meyering.net>
20532
20533         Merge from coreutils.
20534         * m4/chdir-long.m4, m4/openat.m4: New files.
20535         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20536         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20537         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20538         is sane and DOES follow symlinks.  Besides, testing 20 different
20539         systems found no broken chown implementations.
20540         Prompted by a change in rsync's copy of this macro.
20541         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20542
20543         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20544
20545         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20546         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20547         NULL-means-set-to-current-time semantics.
20548         Remove temporary file immediately, rather than waiting
20549         for configure's at-exit trap code to do it.
20550
20551 2005-01-18  Jim Meyering  <jim@meyering.net>
20552
20553         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20554
20555         * lib/utimens.c (futimens): Account for the fact that futimes
20556         can also fail with errno == ENOSYS or errno == ENOENT.
20557         Patch from Dmitry V. Levin.
20558
20559         Change the name of the robust chdir function from chdir to chdir_long.
20560         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20561         (restore_cwd): Use chdir_long, not chdir.
20562         * lib/chdir-long.c: Renamed from chdir.c.
20563         * lib/chdir-long.h: Renamed from chdir.h.
20564         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20565         Hurd.
20566
20567 2005-01-18  Bruno Haible  <bruno@clisp.org>
20568
20569         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20570         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20571         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20572         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20573         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20574         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20575         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20576         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20577         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20578         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20579         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20580         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20581         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20582         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20583         Use an all-permissive copyright notice, recommended by RMS.
20584
20585 2005-01-18  Bob Proulx  <bob@proulx.com>
20586
20587         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20588         simplify offsetof() macro construct to avoid compile failure with
20589         native HP-UX 11.0 ANSI C compiler.
20590
20591 2005-01-17  Bruno Haible  <bruno@clisp.org>
20592
20593         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20594         redundant because stpncpy.m4 takes care of it.
20595
20596 2005-01-17  Bruno Haible  <bruno@clisp.org>
20597
20598         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20599
20600 2005-01-17  Bruno Haible  <bruno@clisp.org>
20601
20602         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20603         used.
20604
20605 2005-01-17  Bruno Haible  <bruno@clisp.org>
20606
20607         * lib/fwriteerror.h (fwriteerror): Change specification to include
20608         fclose.
20609         * lib/fwriteerror.c: Include <stdbool.h>.
20610         (fwriteerror): At the end, close the file stream. Record whether
20611         stdout was already closed.
20612
20613 2005-01-17  Bruno Haible  <bruno@clisp.org>
20614
20615         * lib/execute.c (environ): Declare if needed.
20616         * lib/pipe.c (environ): Likewise.
20617         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20618
20619 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20620
20621         * modules/argp: Depend on vsnprintf
20622
20623 2005-01-10  Jim Meyering  <jim@meyering.net>
20624
20625         * modules/closeout (Depends-on): Add atexit.
20626
20627 2005-01-06  Bruno Haible  <bruno@clisp.org>
20628
20629         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20630
20631 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20634         definitions to be after all include files, to avoid collisions.
20635         Problem reported by Bob Proulx.
20636
20637 2005-01-04  Jim Meyering  <jim@meyering.net>
20638
20639         Changes imported from coreutils.
20640         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20641         as the mkstemp template, use a temporary directory and an
20642         8.3-friendly template to avoid trouble on systems like DJGPP.
20643         Reported by Juan M. Guerrero via Stepan Kasal.
20644         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20645         close. Remove the temporary directory right away, rather than waiting
20646         for configure's at-exit trap code to do it.
20647         Suggestion from Stepan Kasal.
20648
20649 2005-01-01  Simon Josefsson  <jas@extundo.com>
20650
20651         * gnulib-tool: Print #include directives when --import'ing.
20652
20653 2004-12-28  Simon Josefsson  <jas@extundo.com>
20654
20655         * tests/test-base64.c: Include required header files.  Remove
20656         unused variables.
20657
20658 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20659
20660         * modules/error (Depends-on): Remove gettext.
20661
20662 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20663
20664         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20665         not needed.  This removes a dependency on the gettext module.
20666         [defined _LIBC]: Do not include <libintl.h>; not needed.
20667
20668 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20669
20670         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20671         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20672
20673 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20674
20675         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20676         HAVE_DECL_STRTOLD.
20677
20678 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20679
20680         * modules/getdate (Depends-on): Remove alloca-opt.
20681
20682 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20683
20684         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20685
20686 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20687
20688         * lib/argp-parse.c: Include <stddef.h>.
20689         (alignof, alignto): New macros.
20690         (parser_init): Don't assume that void * is aligned sufficiently
20691         for struct option.
20692
20693         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20694         need to extend the stack.
20695         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20696         large.
20697
20698 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20699
20700         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20701
20702 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20703
20704         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20705         (2004-10-24) change.  Apparently this was a false alarm.
20706
20707         * modules/getdate: Depend on alloca-opt, not alloca.
20708
20709 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20710
20711         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20712         Remove now-obsolete comment about AIX.
20713         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20714         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20715         (YYMAXDEPTH): New macro.
20716
20717 2004-12-18  Simon Josefsson  <jas@extundo.com>
20718
20719         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20720
20721 2004-12-18  Bruno Haible  <bruno@clisp.org>
20722
20723         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20724
20725 2004-12-18  Bruno Haible  <bruno@clisp.org>
20726
20727         * lib/fatal-signal.c (fatal_signals): Make non-const.
20728         (init_fatal_signals): New function.
20729         (uninstall_handlers, install_handlers): Ignore signals that were set to
20730         SIG_IGN.
20731         (at_fatal_signal): Call init_fatal_signals.
20732         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20733         SIG_IGN.
20734         Reported by Paul Eggert.
20735
20736 2004-12-18  Bruno Haible  <bruno@clisp.org>
20737
20738         * doc/alloca.texi: New file.
20739         * doc/alloca-opt.texi: New file.
20740
20741 2004-12-17  Jim Meyering  <jim@meyering.net>
20742
20743         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20744         Otherwise, install-sh could exit with improper exit status when
20745         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20746
20747 2004-12-16  Simon Josefsson  <jas@extundo.com>
20748
20749         * tests/test-base64.c: Add license.
20750
20751 2004-12-15  Stepan Kasal  <address@hidden>
20752
20753         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20754
20755 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         * modules/getcwd (Files): Add m4/d-ino.m4.
20758         Suggested by Mark D. Baushke.
20759
20760 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20761
20762         * lib/getdate.y (textint): New member "negative".
20763         (time_zone_hhmm): New function.
20764         Expect 14 shift-reduce conflicts, not 13.
20765         (o_colon_minutes): New rule.
20766         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20767         (yylex): Set the "negative" member of signed numbers.
20768
20769 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20770
20771         * doc/getdate.texi (Time of day items, Time zone items):
20772         Describe new formats +00:00, UTC+00:00.
20773
20774 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20775
20776         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20777         spurious "-l"s.  Problem reported by Stepan Kasal.
20778
20779 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20780
20781         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20782         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20783
20784 2004-12-04  Simon Josefsson  <jas@extundo.com>
20785
20786         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20787         Vandoorselaere <yoann@prelude-ids.org>.
20788
20789 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20790
20791         Changes imported from coreutils.
20792         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20793         exist.
20794         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20795
20796 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20797
20798         Changes imported from coreutils.
20799         * lib/hard-locale.c: Assume <locale.h> exists.
20800         Include "strdup.h".
20801         (GLIBC_VERSION): New macro.
20802         (hard_locale): Assume setlocale exists.
20803         Rewrite to avoid #ifdef.
20804         Use strdup rather than malloc + strcpy.
20805         * lib/human.c: Assume <locale.h> exists.
20806         (human_readable): Assume localeconv exists.
20807
20808 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20809
20810         * modules/hard-locale (Depends-on): Add strdup.
20811
20812 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20813
20814         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20815         convert T2, not T.  (Imported from libc.)
20816
20817 2004-11-30  Simon Josefsson  <jas@extundo.com>
20818
20819         * modules/restrict (License): Change to LGPL.
20820
20821 2004-11-30  Simon Josefsson  <jas@extundo.com>
20822
20823         * m4/restrict.m4: Add copyright and copying conditions.
20824
20825 2004-11-30  Simon Josefsson  <jas@extundo.com>
20826
20827         * m4/base64.m4: New file.
20828
20829 2004-11-30  Simon Josefsson  <jas@extundo.com>
20830
20831         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20832         base64.
20833
20834         * tests/test-base64.c: New file.
20835
20836         * modules/base64: New file.
20837
20838 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20839
20840         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20841         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20842
20843         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20844
20845 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20846
20847         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20848         (__getcwd.c): Don't restore errno; glibc doesn't.
20849         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20850         first, falling back to our code only if its results look suspicious.
20851         Ensure that the resulting buffer is only as large as necessary.
20852
20853         * lib/readutmp.c: Include readutmp.h first.
20854         Include <errno.h>, since readutmp.h no longer does that.
20855         * lib/readutmp.h: Don't include <errno.h>,
20856         <sys/param.h>, <time.h>; not needed to establish interface.
20857         (errno): Remove decl.
20858         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20859         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20860         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20861
20862 2004-11-28  Simon Josefsson  <jas@extundo.com>
20863
20864         * lib/base64.h, base64.c: New file.
20865
20866 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20867
20868         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20869
20870 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20871
20872         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20873         (Depends-on): Remove pathmax, same.  Add mempcpy.
20874         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20875         (Makefile.am): Append getcwd.h to lib_SOURCES.
20876         (Include): Add getcwd.h.
20877         (Maintainer): Change from Jim Meyering to "all, glibc",
20878         since getdate now uses intended-for-glibc code.
20879         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20880         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20881
20882 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20883
20884         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20885         HP's ANSI C compiler.
20886         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20887         Declaring int functions causes warnings on some modern systems and
20888         shouldn't be needed to compile on ancient ones.
20889         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20890         defined.
20891
20892         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20893         with the following changes.
20894         (__set_errno): Parenthesize properly.
20895         Include <stdbool.h>.
20896         (MIN, MAX, MATCHING_INO): New macros.
20897         (__getcwd): Define with prototype, not K&R form.
20898         Use heuristics to allocate default buffer on stack if possible.
20899         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20900         behavior, and to avoid the PATH_MAX limit when computing
20901         ../../../../...
20902         Use MATCHING_INO to compare inode number to file.
20903         Check for arithmetic overflow in size calculations.
20904         Fix bug in reallocation of dot array that caused getcwd to fail
20905         on directories nested deeper than 75.
20906         Be more careful about saving errno on error.
20907         Do not use realloc; use only free+malloc, as this is a bit
20908         more flexible and avoids a needless copy operation.
20909         Do not inspect st_dev and st_ino for symbolic links; POSIX
20910         doesn't specify the latter.
20911         Check for closedir errors.
20912         Avoid needless casts.
20913         Use "#ifdef weak_alias" around weak_alias, to be like other
20914         glibc code.
20915         The following changes to getcwd.c have effect only when used in
20916         gnulib; they have no effect inside glibc proper.
20917         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20918         as alloca isn't used.
20919         (alloca, __alloca): Likewise.
20920         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20921         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20922         unconditionally, as gnulib assumes C89 or better.
20923         Do not include <sys/param.h>.
20924         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20925         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20926         better.
20927         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20928         Include <dirent.h> in a way that is compatible with modern Autoconf.
20929         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20930         New macros, if not already defined.
20931         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20932         Use "_LIBC", not "defined _LIBC", for consistency.
20933         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20934         a mempcpy module.
20935         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20936         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20937         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20938         credit only to Jim Meyering and adjust the copyright dates.
20939         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20940         <stdlib.h>, <unistd.h>, "pathmax.h".
20941         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20942         (INITIAL_BUFFER_SIZE): Remove.
20943         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20944
20945 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20946
20947         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20948         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20949         Use the _ONCE methods, for efficiency.
20950         Check for fcntl.h.  In test program, include <errno.h>
20951         and <fcntl.h> if available.  Remove old K&R cruft from
20952         test program.  Check for common errors in GNU/Linux,
20953         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20954         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20955         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20956         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20957         name accordingly.
20958         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20959         accommodate new getcwd.c.
20960         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20961         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20962         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20963         that's all we need now.
20964
20965 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20966
20967         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20968         argp-parse.c depends on getopt internals, that means we should
20969         always use our getopt, to be on the safe side.
20970         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20971         order not to spoil the result of an eventual previous invocation
20972         of gl_GETOPT_SUBSTITUTE.
20973
20974 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20975
20976         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20977         redefinition warnings. To avoid them, include the defines
20978         in `#if !defined __need_getopt ... #endif'. The only place
20979         where __getopt_argv_const is used is in definitions
20980         of getopt_long and getopt_long_only below, which are as well
20981         protected by `#ifndef __need_getopt'.
20982         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20983         __need_getopt after including <stdio.h> and <unistd.h> These
20984         headers might have defined it.
20985
20986 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20987
20988         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20989
20990 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20991
20992         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20993         (futimens): New function, which uses futimes if available.
20994         (futimens, utimens): Support timespec==NULL, with same semantics
20995         as utime and utimens.
20996         * lib/utimens.h (futimens): New decl.
20997
20998 2004-11-23  Jim Meyering  <jim@meyering.net>
20999
21000         * lib/getopt_.h: Remove trailing blanks.
21001
21002 2004-11-23  Jim Meyering  <jim@meyering.net>
21003
21004         * lib/__fpending.c: Add comment.
21005
21006 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21007
21008         * modules/canonicalize (Depends-on): Add xreadlink.
21009         Problem reported by James Youngman.
21010
21011 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21012
21013         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21014         New macros.
21015         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21016         optopt): Use them instead of invoking ## directly; otherwise, the
21017         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21018
21019 2004-11-19  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/strtok_r.c: Move comments from here...
21022         * lib/strtok_r.h: ... to here.
21023
21024 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21025
21026         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21027         implementations that mishandle size_t overflow.
21028
21029 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21030
21031         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21032         might fail.  Problem reported by Yoann Vandoorselaere.
21033         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21034         implementations that mishandle size_t overflow.
21035
21036 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21037
21038         * modules/canon-host (Depends-on): Add strdup.
21039
21040 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21041
21042         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21043
21044 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21045
21046         * lib/canon-host.c: Include "strdup.h".
21047         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21048         Use strdup instead of malloc/strcpy to duplicate strings.
21049
21050         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21051         (human_space_before_unit): New constant.
21052         * lib/human.c (human_readable): Support it.
21053
21054         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21055         (xgetcwd): Set errno correctly when failing.
21056         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21057         the failure is actually due to a PATH_MAX problem.
21058
21059         Further getopt changes to make it more likely that glibc will
21060         buy the changes back.
21061         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21062         (getopt): Use it, so to preserve glibc semantic
21063         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21064         when compiling for libc.
21065         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21066         (getopt_long, getopt_long_only): Use it.
21067
21068         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21069         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21070         (getopt): Argv is now char * const *, as per standard.
21071         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21072         not char *__getopt_argv_const *.
21073         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21074         _getopt_long_only_r): Likewise.
21075         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21076         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21077         _getopt_long_r, _getopt_long_only_r): Likewise.
21078         * lib/getopt_.h (__getopt_argv_const): Remove.
21079         (getopt): Argv is now char * const *, as per standard.
21080
21081         * lib/getdate.y (tORDINAL): New token.
21082         (day, relunit): Allow it for relative times.
21083         (relative_time_table): Use tORDINAL for ordinals.
21084
21085 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21086
21087         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21088         Document that "second" isn't allowed as an ordinal number.
21089
21090 2004-11-16  Jim Meyering  <jim@meyering.net>
21091
21092         * modules/closeout (Depends-on): Add fpending.
21093
21094 2004-11-15  Jim Meyering  <jim@meyering.net>
21095
21096         * lib/closeout.c: Include "__fpending.h" once again.
21097         Include <stdbool.h>.
21098         (close_stdout): Don't fail just because stdout was closed initially,
21099         since some programs don't write to stdout in the normal course of
21100         operation (other than --version and --help), and we don't want this
21101         function to make e.g. `touch file >&-' fail.
21102         But do fail if it was closed and someone has tried to write to it.
21103         E.g., `printf foo >&-' must fail.
21104
21105 2004-11-13  Jim Meyering  <jim@meyering.net>
21106
21107         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21108
21109 2004-11-12  Simon Josefsson  <jas@extundo.com>
21110
21111         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21112         small doc fix is still pending.
21113
21114 2004-11-11  Simon Josefsson  <jas@extundo.com>
21115
21116         * modules/strtok_r: New file.
21117
21118         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21119         strtok_r.
21120
21121 2004-11-11  Simon Josefsson  <jas@extundo.com>
21122
21123         * m4/strtok_r.m4: New file.
21124
21125         * m4/getopt.m4: Replace opterr.
21126
21127 2004-11-11  Simon Josefsson  <jas@extundo.com>
21128
21129         * lib/strtok_r.h, strtok_r.c: New file.
21130
21131 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21132
21133         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21134         of replacing opterr, getopt, etc.  This should handle the
21135         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21136
21137 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21138
21139         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21140         we can stop lying to compilers about the constness of argv when we
21141         are compiled outside glibc.
21142         (getopt, getopt_long, getopt_long_only): Use it.
21143         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21144         _getopt_internal, getopt): Likewise.
21145         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21146         _getopt_long_only_r): Likewise.
21147         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21148         _getopt_long_r, _getopt_long_only_r): Likewise.
21149
21150         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21151         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21152         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21153         the other external symbols.
21154         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21155         declaration, since the above renaming now works around collisions.
21156
21157 2004-11-11  Jim Meyering  <jim@meyering.net>
21158
21159         * lib/linebreak.c: Remove trailing blanks.
21160         * lib/alloca_.h: Likewise.
21161         * lib/acosl.c: Likewise.
21162         * lib/euidaccess.c: Likewise.
21163         * lib/allocsa.h: Likewise.
21164
21165 2004-11-10  Simon Josefsson  <jas@extundo.com>
21166
21167         * m4/getaddrinfo.m4: New file.
21168
21169 2004-11-10  Simon Josefsson  <jas@extundo.com>
21170
21171         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21172
21173 2004-11-10  Simon Josefsson  <jas@extundo.com>
21174
21175         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21176         getaddrinfo.
21177
21178         * modules/getaddrinfo: New file.
21179
21180 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21183
21184 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21185
21186         * lib/mktime.c (SHR): New macro, which is a portable
21187         substitute for >> that should work even on Crays.
21188         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21189         Problem reported by Mark D. Baushke in
21190         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21191         * lib/getdate.y (SHR): Likewise.
21192         (tm_diff): Use it.
21193         * lib/strftime.c (SHR): Likewise.
21194         (tm_diff): Use it.
21195         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21196         quote_these_too, so that right shifts are well defined.  All uses
21197         changed.
21198
21199 2004-11-10  Jim Meyering  <jim@meyering.net>
21200
21201         Ensure that no close failure goes unreported.
21202         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21203         return early when it seems there's nothing to flush.
21204         Don't include __fpending.h.
21205
21206 2004-11-10  Jim Meyering  <jim@meyering.net>
21207
21208         * modules/closeout (Depends-on): Remove fpending.
21209
21210 2004-11-10  Jim Meyering  <jim@meyering.net>
21211
21212         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21213
21214 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21215
21216         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21217         gl_FUNC_STRFTIME.
21218         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21219         and AC_REQUIRE when possible, to avoid duplicate checks.
21220         Check for <wchar.h>.
21221
21222 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21223
21224         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21225
21226 2004-11-09  Bruno Haible  <bruno@clisp.org>
21227
21228         * m4/sockpfaf.m4: New file.
21229
21230 2004-11-05  Bruno Haible  <bruno@clisp.org>
21231
21232         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21233         Reported by Mark D. Baushke <mdb@cvshome.org>.
21234
21235 2004-11-04  Bruno Haible  <bruno@clisp.org>
21236
21237         2004-09-11  Bruno Haible  <bruno@clisp.org>
21238                 * allocsa.valgrind: New file.
21239         2004-02-06  Bruno Haible  <bruno@clisp.org>
21240                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21241                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21242                 Reported by Christopher Seip <chris.seip@hp.com>.
21243
21244 2004-11-04  Bruno Haible  <bruno@clisp.org>
21245
21246         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21247         (Makefile.am): Distribute it.
21248
21249 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21250
21251         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21252         with errno == ERANGE if the buffer is too small.
21253         Problem reported by Mark D. Baushke.
21254
21255 2004-11-03  Albert Chin  <china@thewrittenword.com>
21256             Paul Eggert  <eggert@cs.ucla.edu>
21257
21258         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21259         equivalent, substitute $ac_type for equivalent type rather than
21260         blindly using uint32_t *always* which won't work if uint32_t is not
21261         available.  Define _UINT32_T to work around typedef of uint32_t if
21262         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21263         2.5.1.
21264
21265 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21266
21267         * m4/jm-macros.m4: Sync from coreutils.
21268         (gl_MACROS): Check for mbrlen, for pathchk.
21269         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21270
21271 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21272
21273         * lib/xreadlink.c (MAXSIZE): New macro.
21274         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21275         size does not exceed MAXSIZE.  Avoid cast.
21276         As suggested by Mark D. Baushke in
21277         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21278         if readlink fails with buffer size just under MAXSIZE, try again
21279         with MAXSIZE.
21280
21281 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21282
21283         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21284
21285 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21286         and  Paul Eggert  <eggert@cs.ucla.edu>
21287
21288         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21289         (get_date): Overparenthesize to avoid GCC warning.
21290
21291 2004-11-02  Bruno Haible  <bruno@clisp.org>
21292
21293         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21294         returns void.
21295
21296 2004-11-02  Bruno Haible  <bruno@clisp.org>
21297
21298         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21299         function returns void.
21300
21301 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21302
21303         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21304         fflush_unlocked, flockfile, funlockfile, funlockfile,
21305         fputs_unlocked, putc_unlocked.
21306
21307 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21308
21309         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21310         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21311         already declared.
21312
21313 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21314
21315         * modules/getdate (Files): Add doc/getdate.texi.
21316         (Depends-on): Add setenv, xalloc.
21317
21318 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21319
21320         * lib/getdate.y: Add support for TZ="foo" within a date string.
21321         Fix some bugs near time_t boundaries.  Reject dates with
21322         out-of-range components, e.g., "Sept 31".
21323         Include <stdlib.h>, "setenv.h", "xalloc.h".
21324         (ISDIGIT_LOCALE): Remove; unused.
21325         Note that the TZ and time functions used here are not reentrant.
21326         (mktime_ok, get_tz): New functions.
21327         (TZBUFSIZE): New constant.
21328         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21329         This requires that we sometimes generate our own TZ="XXX..." setting.
21330
21331 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * doc/getdate.texi: New file, from coreutils with modifications for
21334         the new TZ parsing.
21335
21336 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21337
21338         * lib/mktime.c (not_equal_tm): Remove redundant check.
21339
21340 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21341
21342         * modules/regex (lib_SOURCES): Add regex.c.
21343         Reported by James Youngman in
21344         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21345
21346 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21347
21348         * lib/getdate.y: Use Bison 1.875 features, and some minor
21349         code cleanups.  This change does not affect semantics.
21350         Don't include <stdlib.h>; no longer needed.
21351         Don't include unlocked-io.h; only the "#if TEST" code uses
21352         stdio, and performance isn't crucial there.
21353         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21354         Bison 1.875 features as described below.
21355         All uses of "PC." replaced by "pc->".
21356         (YYSTYPE): Add a forward declaration.
21357         (yylex, yyerror): Use full prototypes in forward decls.
21358         Use "%pure-parser" rather than obsolescent "%pure_parser".
21359         Use %parse-param and %lex-param instead of obsolescent
21360         YYPARSE_PARAM and YYLEX_PARAM.
21361         (meridian_table, month_and_day_table, time_units_table,
21362         relative_time_table, time_zone_table, military_table,
21363         lookup_zone, lookup_word, get_date):
21364         Use NULL instead of 0 where appropriate.
21365         (to_hour): Avoid abort (), to avoid a dependency on
21366         stdlib.h.
21367         (yyerror, yylex): Now accepts parser_control * arg.
21368         (main) [TEST]: Use '\0' rather than 0 for char.
21369
21370 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21371
21372         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21373
21374 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21377         It's now the caller's responsibility to handle the case where
21378         !HAVE_GETPAGESIZE && !defined getpagesize.
21379
21380         * lib/mktime.c (leapyear): Arg is long int, not int.
21381
21382 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21383
21384         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21385
21386 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21387
21388         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21389         missing.  Problem reported by James Youngman.
21390
21391 2004-10-16  Simon Josefsson  <jas@extundo.com>
21392
21393         * gnulib-tool: Fix comments.  Fix parse problem.
21394         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21395
21396 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21397
21398         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21399         implementation of getopt_long.  Problem reported by Alexander Taler in:
21400         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21401
21402 2004-10-15  Bruno Haible  <bruno@clisp.org>
21403
21404         * gnulib-tool: Untabify. Initialize supplied_libname.
21405         (func_usage): More homogenous output.
21406         (func_modules_transitive_closure, func_modules_to_filelist,
21407         func_emit_lib_Makefile_am): New functions.
21408         (func_import): New function, extracted from big case statement. Use
21409         func_get_license, func_modules_transitive_closure,
21410         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21411         opt_lgpl. Don't use test -a, as it's not portable.
21412         (func_create_testdir): Use func_modules_transitive_closure,
21413         func_modules_to_filelist, func_emit_lib_Makefile_am.
21414
21415 2004-10-15  Bruno Haible  <bruno@clisp.org>
21416
21417         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21418
21419 2004-10-15  Bruno Haible  <bruno@clisp.org>
21420
21421         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21422         the portions belonging to each module.
21423         Suggested by Derek Robert Price <derek@ximbiot.com>.
21424
21425 2004-10-12  Simon Josefsson  <jas@extundo.com>
21426
21427         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21428         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21429         to real functions.
21430
21431 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21432
21433         * modules/vsnprintf: New file.
21434
21435 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21436
21437         * m4/vsnprintf.m4: New file.
21438
21439 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21440
21441         * lib/vsnprintf.h: New file.
21442         * lib/vsnprintf.c: New file.
21443
21444 2004-10-11  Bruno Haible  <bruno@clisp.org>
21445
21446         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21447         vsnprintf.
21448
21449 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21450
21451         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21452
21453 2004-10-07  Bruno Haible  <bruno@clisp.org>
21454
21455         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21456         fits into the provided buffer.
21457
21458 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21459
21460         * lib/diacrit.c, diacrit.h: Add GPL notice.
21461
21462         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21463         notice.
21464         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21465         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21466         This avoids a potential constant-folding bug.
21467
21468 2004-10-05  Bruno Haible  <bruno@clisp.org>
21469
21470         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21471         for the declaration of strsep.
21472
21473 2004-10-05  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21476
21477 2004-10-04  Simon Josefsson  <jas@extundo.com>
21478
21479         * modules/memmem: New file.
21480         * tests/test-memmem.c: New file.
21481         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21482
21483 2004-10-04  Simon Josefsson  <jas@extundo.com>
21484
21485         * m4/memmem.m4: New file.
21486
21487 2004-10-04  Simon Josefsson  <jas@extundo.com>
21488
21489         * lib/memmem.h: New file.
21490         * lib/memmem.c: New file, taken from glibc.
21491
21492 2004-10-04  Simon Josefsson  <jas@extundo.com>
21493
21494         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21495         '#ifdef USE_UNLOCKED_IO'.
21496
21497 2004-10-04  Simon Josefsson  <jas@extundo.com>
21498
21499         * config/srclist.txt: Add memmem from glibc.
21500
21501 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21502
21503         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21504
21505         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21506         modules/exclude, modules/getdate, modules/getline,
21507         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21508         modules/getusershell, modules/linebuffer, modules/md5,
21509         modules/mountlist, modules/posixtm, modules/readtokens,
21510         modules/readutmp, modules/regex, modules/sha1,
21511         modules/version-etc, modules/yesno:
21512         Remove dependency on unlocked-io.
21513
21514 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21515
21516         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21517
21518         * m4/unlocked-io.m4: Add copyright notice.
21519         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21520
21521 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21522
21523         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21524         * lib/xmalloc.c (xmemdup): Likewise.
21525         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21526         XFREE): Remove these long-obsolescent macros.
21527         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21528         * lib/xstrdup.c: Remove.
21529
21530         * lib/regex.c (re_comp): Cast gettext return value to char *,
21531         Problem reported by Martin Neitzel via Mark D. Baushke.
21532
21533 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21534
21535         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21536         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21537         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21538         regex.c, sha1.c, version-etc.c, yesno.c:
21539         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21540         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21541         the includer's responsibility.
21542
21543         Sync from coreutils.
21544
21545         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21546         points to the start of a string, as the C Standard says the
21547         resulting behavior is undefined.
21548
21549         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21550         simple -> simple_backups, numbered_existing ->
21551         numbered_existing_backups, numbered -> numbered_backups
21552         to avoid shadowing problems.  All uses changed.
21553         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21554         * lib/backupfile.c (check_extension, numbered_backup):
21555         Rename locals to avoid shadowing 'basename'.
21556         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21557         once.
21558
21559         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21560         * lib/.cvsignore: Add getopt.h.
21561
21562 2004-10-04  Bruno Haible  <bruno@clisp.org>
21563
21564         * modules/README: New file.
21565         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21566         not a module.
21567
21568 2004-10-02  Jim Meyering  <jim@meyering.net>
21569
21570         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21571
21572 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21573
21574         * modules/strsep: New file.
21575
21576 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21577
21578         * m4/strsep.m4: New file.
21579
21580 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21581
21582         * lib/strsep.h: New file.
21583         * lib/strsep.c: New file.
21584
21585 2004-10-01  Simon Josefsson  <jas@extundo.com>
21586
21587         * lib/snprintf.c (snprintf): Handle size==0.
21588
21589 2004-10-01  Simon Josefsson  <jas@extundo.com>
21590             Bruno Haible  <bruno@clisp.org>
21591
21592         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21593         (snprintf): Declare 'args'.
21594
21595 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21596
21597         * lib/snprintf.c: Remove comments as to why each header is needed.
21598
21599 2004-10-01  Bruno Haible  <bruno@clisp.org>
21600
21601         * MODULES.html.sh: Add strsep.
21602
21603 2004-09-30  Simon Josefsson  <jas@extundo.com>
21604
21605         * modules/snprintf: New file.
21606
21607 2004-09-30  Simon Josefsson  <jas@extundo.com>
21608
21609         * m4/snprintf.m4: New file.
21610
21611 2004-09-30  Simon Josefsson  <jas@extundo.com>
21612
21613         * lib/snprintf.h, lib/snprintf.c: New files.
21614
21615 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21616
21617         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21618         (hol_entry_help): Never translate an empty string.
21619         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21620         * lib/argp.h (OPTION_NO_TRANS): New option.
21621
21622 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21623
21624         * modules/argp (Maintainer): Replace Simon Josefsson
21625         by Sergey Poznyakoff.
21626
21627 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21628
21629         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21630         changes merged back into glibc.
21631
21632 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21633
21634         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21635
21636 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21637
21638         * lib/xvasprintf.c: Include xalloc.h.
21639         (xvasprintf): Use xalloc_die, not xmalloc_die.
21640
21641 2004-09-29  Bruno Haible  <bruno@clisp.org>
21642
21643         * modules/alloca-opt: New file, derived from modules/alloca.
21644         * modules/allocsa: Depend on alloca-opt instead of alloca.
21645         * modules/setenv: Likewise.
21646         * modules/vasnprintf: Likewise.
21647         * MODULES.html.sh: Add alloca-opt.
21648
21649 2004-09-28  Simon Josefsson  <jas@extundo.com>
21650
21651         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21652         LGPL, and to replace license template from GPL to LGPL.
21653
21654 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * modules/dummy: Change license to LGPL.
21657
21658 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21659
21660         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21661
21662 2004-09-24  Simon Josefsson  <jas@extundo.com>
21663
21664         * modules/minmax (License): Change from GPL to LGPL.
21665
21666 2004-09-23  Simon Josefsson  <jas@extundo.com>
21667
21668         * gnulib-tool (--import): Typo.
21669
21670 2004-09-23  Simon Josefsson  <jas@extundo.com>
21671
21672         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21673
21674 2004-09-22  Bruno Haible  <bruno@clisp.org>
21675
21676         * modules/*: Add 'License' field.
21677         * gnulib-tool: Accept --extract-license option.
21678         (func_get_license): New function.
21679
21680 2004-09-21  Bruno Haible  <bruno@clisp.org>
21681
21682         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21683         Reported by Simon Josefsson.
21684
21685 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21686
21687         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21688         gl_AC_TYPE_LONG_LONG.
21689
21690 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21693
21694 2004-09-18  Simon Josefsson  <jas@extundo.com>
21695         and  Paul Eggert  <eggert@cs.ucla.edu>
21696
21697         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21698         calls with autoreconf.  Define GL_LIB.
21699
21700 2004-09-14  Karl Berry  <karl@gnu.org>
21701
21702         * config/srclist.txt: unsync setenv.c, sigh.
21703
21704 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21705
21706         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21707         Problem reported by Bruno Haible in:
21708         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21709
21710 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21711
21712         * config/srclist.txt: Comment out argp-pvh.c.
21713
21714 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21715
21716         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21717         in case some system header has #define'd it.  Problem reported by
21718         Soeren D. Schulze in
21719         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21720
21721 2004-09-09  Karl Berry  <karl@gnu.org>
21722
21723         * regex.[ch]: delete from the root.  These were supposed to be
21724                 synced with emacs cvs, but this has not happened for about
21725                 a year, and anyway nothing else uses emacs regex.[ch].
21726                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21727                 lib/regex[.ch] is untouched.
21728
21729 2004-09-09  Bruno Haible  <bruno@clisp.org>
21730
21731         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21732
21733 2004-09-09  Bruno Haible  <bruno@clisp.org>
21734
21735         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21736         modifications.
21737         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21738
21739 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21740
21741         * modules/xvasprintf: New file.
21742         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21743
21744 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21745
21746         * lib/xvasprintf.h: New file.
21747         * lib/xvasprintf.c: New file.
21748         * lib/xasprintf.c: New file.
21749
21750 2004-09-08  Bruno Haible  <bruno@clisp.org>
21751
21752         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21753
21754 2004-09-08  Bruno Haible  <bruno@clisp.org>
21755
21756         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21757         length is > INT_MAX.
21758         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21759         more.
21760
21761 2004-09-08  Bruno Haible  <bruno@clisp.org>
21762
21763         * lib/stdint_.h: New file, taken from GNU clisp.
21764
21765 2004-09-08  Bruno Haible  <bruno@clisp.org>
21766             Oskar Liljeblad  <oskar@osk.mine.nu>
21767
21768         * modules/stdint: New file.
21769         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21770
21771 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21772
21773         Import from coreutils.
21774         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21775         strings on unbounded length.  alloca's performance benefits aren't
21776         that important here.
21777         (V_STRDUP): Remove.
21778         (parse_with_separator): New function, with most of the internals
21779         of the old parse_user_spec.  Allow user to omit both user and group,
21780         for compatibility with FreeBSD.
21781         Clone only the user name, not the entire spec.
21782         Do not set *uid, *gid unless entirely successful.
21783         Avoid memory leak in some failing cases.
21784         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21785         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21786         (parse_user_spec): Rewrite to use parse_with_separator.
21787
21788 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21789
21790         * modules/userspec: Don't depend on alloca.
21791
21792 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21793
21794         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21795
21796 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21797
21798         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21799         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21800         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21801
21802 2004-08-16  Simon Josefsson  <jas@extundo.com>
21803
21804         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21805         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21806         Add --dry-run for --import.
21807         Let user provided command line parameters override configure.ac
21808         settings.
21809
21810 2004-08-12  Simon Josefsson  <jas@extundo.com>
21811
21812         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21813         as discussed with Paul Eggert in threads rooted at
21814         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21815         and
21816         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21817         Before, the test was empty, and relied on ELIDE_CODE in source
21818         code.)
21819         (gl_PREREQ_GETOPT): New macro.
21820         (gl_GETOPT): Use them.
21821
21822 2004-08-12  Simon Josefsson  <jas@extundo.com>
21823
21824         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21825         * lib/getopt_.h: Renamed from getopt.h.
21826
21827 2004-08-12  Simon Josefsson  <jas@extundo.com>
21828
21829         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21830         Change default library name from libfoo to libgnu.
21831         Now, if you have a configure.ac that says:
21832                 gl_SOURCE_BASE(gl)
21833                 gl_M4_BASE(gl/m4)
21834                 gl_MODULES(error getopt etcetera)
21835                 gl_INIT
21836         you can import all you need by running:
21837                 ../gnulib/gnulib-tool --import
21838
21839         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21840         (Makefile.am): Rewrite, use logic from argz.
21841         (Include): Use <getopt.h> instead of "getopt.h".
21842
21843 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21844
21845         * modules/argp (Files): Add m4/unlocked-io.m4.
21846         (Depends-on): Add extensions.
21847
21848 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21849
21850         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21851         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21852         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21853         Check for program_invocation_name, program_invocation_short_name,
21854         flockfile, funlockfile, features.h, _getopt_long_only_r.
21855
21856 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21859         its complicated substitute.
21860         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21861         and program_invocation_name.
21862         (__argp_basename) [!_LIBC]: Remove; the only use was
21863         replaced by its body.
21864         (__argp_short_program_name): Change condition from
21865         !defined __argp_short_program_name to
21866         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21867         to match argp-namefrob.h.
21868         (__argp_failure): Don't assume strerror_r returns char *.
21869         * lib/argp-parse.c (N_): Define unconditionally.
21870         (argp_default_options): Fill out initializers with 0 to avoid
21871         gcc warnings.
21872
21873 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21874
21875         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21876         getopt1.c.
21877
21878 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21879
21880         Merge from coreutils.
21881
21882         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21883
21884         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21885         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21886
21887 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         Merge from coreutils.
21890
21891         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21892         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21893         for Reliant Unix 5.43.
21894
21895         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21896         (union fooround): Use uintmax_t, not long int.
21897         The rest is a merge from libc:
21898         [defined _LIBC]: Include <shlib-compat.h>.
21899         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21900
21901         * lib/settime.c (settime): Recode to avoid warning with
21902         Sun Forte C 6U2.
21903
21904         * lib/strverscmp.c: Convert to UTF-8.
21905
21906 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21907
21908         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21909         m4/uintmax_t.m4.
21910
21911 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21912
21913         * modules/xalloc-die: New file.
21914         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21915
21916         * modules/md5 (Files): Add m4/uint32_t.m4.
21917         * modules/sha1: Renamed from modules/sha.
21918         (Files):
21919         Rename lib/sha.h to lib/sha1.h.
21920         Rename lib/sha.c to lib/sha1.c.
21921         Rename m4/sha.m4 to m4/sha1.m4.
21922         (lib_SOURCES): Likewise.
21923         (configure.ac): Rename gl_SHA to gl_SHA1.
21924         (Include): sha.h -> sha1.h.
21925
21926 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21927
21928         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21929         * m4/sha1.m4: Renamed from sha.m4.
21930         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21931
21932 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21933
21934         * lib/obstack.h (obstack_empty_p):
21935         Don't assume that chunk->contents is suitably aligned.
21936         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21937         Likewise. Problem reported by Benno in
21938         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21939
21940         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21941         readable.  This could be improved further but it'd take some work.
21942
21943 2004-08-08  Simon Josefsson  <jas@extundo.com>
21944
21945         * modules/xgethostname (Depends-on): Remove exit and error (not
21946         used).
21947
21948         * modules/getpass-gnu: Add getpass.h.
21949         (Depends-on): Add stdbool.
21950         * modules/getpass: Add getpass.h.
21951
21952 2004-08-08  Simon Josefsson  <jas@extundo.com>
21953
21954         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21955         Check getpass declaration.
21956
21957 2004-08-08  Simon Josefsson  <jas@extundo.com>
21958
21959         * lib/xgethostname.c: Don't include error.h (not used).
21960
21961         * lib/getpass.h: Add.
21962         * lib/getpass.c: Include getpass.h first.
21963
21964 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21965
21966         * lib/xalloc-die.c: New file.
21967         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21968         All uses removed.
21969         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21970         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21971         xalloc-die.c.
21972         (_, N_, xalloc_die): Move to xalloc-die.c.
21973         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21974         so that we needn't mess with xalloc_msg_memory_exhausted.
21975
21976         * lib/sha1.h: Renamed from sha.h.
21977         (SHA1_H): Renamed from _SHA_H.
21978         (sha1_ctx): Renamed from sha_ctx.
21979         (sha1_init_ctx): Renamed from sha_init_ctx.
21980         (sha1_process_block): Renamed from sha_process_block.
21981         (sha1_process_bytes): Renamed from sha_process_bytes.
21982         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21983         (sha1_read_ctx): Renamed from sha_read_ctx.
21984         (sha1_stream): Renamed from sha_stream.
21985         (sha1_buffer): Renamed from sha_buffer.
21986         * lib/sha1.c: Likewise; renamed from sha.c.
21987         Do not include <sys/types.h>.
21988         Include <stddef.h> rather than <stdlib.h>.
21989
21990 2004-08-08  Bruno Haible  <bruno@clisp.org>
21991
21992         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21993         FILESYSTEM_PREFIX_LEN.
21994         * lib/progreloc.c: Likewise.
21995         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21996
21997 2004-08-06  Simon Josefsson  <jas@extundo.com>
21998
21999         * modules/progname (Depends-on): Don't depend on stdbool.
22000
22001 2004-08-06  Simon Josefsson  <jas@extundo.com>
22002
22003         * modules/getsubopt: New file.
22004         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22005         getsubopt.
22006
22007 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22008
22009         More merge from coreutils.
22010
22011         * m4/utimens.m4, m4/utimecmp.m4: New files.
22012         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22013         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22014         prereq.m4, sha.m4: Import changes from coreutils.
22015
22016 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22017
22018         More merge from coreutils.
22019         * modules/raise, modules/readtokens0, modules/utimens:
22020         * modules/utimecmp, module/xnanosleep: New files.
22021         * modules/strftime: Add lib/strftime.h.
22022         Change include from <time.h> to "strftime.h".
22023         * modules/yesno: Add lib/yesno.h.
22024         * modules/backupfile: Remove lib/addext.c.
22025         * modules/euidaccess: Add stat-macros.h.
22026         * modules/canonicalize, modules/euidaccess,
22027         modules/filemode, modules/lchown, modules/makepath,
22028         modules/rmdir, modules/stat: Likewise.
22029
22030 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         Merge from tar.
22033         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22034         SIZE_MAX is a valid preprocessor constant.
22035         (__argp_basename): Change from "#ifndef _LIBC"
22036         to "#ifndef __argp_short_program_name", so that
22037         we don't compile these functions for tar.
22038
22039         More merges from coreutils.
22040         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22041         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22042         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22043         * lib/addext.c: Remove; no longer needed.
22044         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22045         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22046         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22047         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22048         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22049         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22050         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22051         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22052         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22053         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22054         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22055         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22056         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22057         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22058         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22059         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22060         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22061         Import changes from coreutils.
22062
22063 2004-08-05  Simon Josefsson  <jas@extundo.com>
22064
22065         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22066
22067 2004-08-05  Simon Josefsson  <jas@extundo.com>
22068
22069         * m4/getsubopt.m4: New file.
22070
22071 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22072
22073         Merge from coreutils.
22074
22075         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22076         * m4/getcwd-path-max.m4: New files.
22077
22078         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22079         FILESYSTEM_PREFIX_LEN ->
22080         FILE_SYSTEM_PREFIX_LEN.
22081         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22082         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22083         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22084         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22085
22086         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22087         prerequisite modules now handle the DOS stuff.
22088         Don't check for unistd.h.
22089
22090 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22091
22092         Merge from coreutils.
22093
22094         * lib/.gdb-history: Remove; this doesn't belong here.
22095
22096         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22097         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22098         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22099         * lib/getcwd.c: New files.
22100
22101         * lib/dirname.h: Include <stdbool.h>.
22102         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22103         for consistency with POSIX terminology.  All uses changed.
22104         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22105         (strip_trailing_slashes): Use bool for booleans.
22106         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22107
22108         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22109         sometimes returns a positive errno value even when it succeeds.
22110         (print_errno_message) [!LIBC]: Fall back on strerror if
22111         __strerror_r fails.
22112
22113         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22114         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22115         (longest_relative_suffix): New function.
22116         (path_concat): Use it.  Assume first argument is not NULL.
22117         Port to DOS.  Omit redundant separators.
22118         Report an error instead of returning NULL.
22119         Use mempcpy instead of memcpy.
22120         (xpath_concat): Remove: not declared or used.
22121
22122         * lib/same.h: Include <stdbool.h>
22123         (same_name): Return bool, not int.
22124         * lib/same.c (same_name): Likewise.
22125         (errno): Don't declare; we assume C89 or better now.
22126
22127         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22128         if not already defined.
22129
22130         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22131         * lib/dup-safer.c (errno): Likewise.
22132
22133 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         Merge from coreutils.
22136         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22137         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22138         * modules/path-concat: Don't depend on strdup.
22139
22140 2004-08-03  Simon Josefsson  <jas@extundo.com>
22141
22142         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22143         * lib/progname.h: Don't include stdbool.h.
22144
22145 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22146
22147         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22148         * MODULES.html.sh (func_all_modules): Remove fatal.
22149
22150 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22151
22152         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22153
22154 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22155
22156         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22157         working.
22158
22159 2004-08-02  Simon Josefsson  <jas@extundo.com>
22160
22161         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22162         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22163         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22164
22165 2004-08-01  Simon Josefsson  <jas@extundo.com>
22166
22167         * lib/xgetdomainname.c: Include stdlib.h, for free().
22168
22169 2004-07-19  Bruno Haible  <bruno@clisp.org>
22170
22171         * MODULES.html.sh (func_all_modules): Add dummy.
22172
22173 2004-07-16  Simon Josefsson  <jas@extundo.com>
22174
22175         * modules/dummy: New file.
22176
22177 2004-07-16  Simon Josefsson  <jas@extundo.com>
22178
22179         * lib/dummy.c: New file.
22180
22181 2004-07-16  Bruno Haible  <bruno@clisp.org>
22182
22183         * lib/backupfile.h: Add extern "C" for C++.
22184         * lib/closeout.h: Likewise.
22185         * lib/copy-file.h: Likewise.
22186         * lib/findprog.h: Likewise.
22187         * lib/full-write.h: Likewise.
22188         * lib/pathname.h: Likewise.
22189         * lib/progname.h: Likewise.
22190         * lib/stpcpy.h: Likewise.
22191         * lib/stpncpy.h: Likewise.
22192         * lib/strcase.h: Likewise.
22193         * lib/strstr.h: Likewise.
22194         * lib/xalloc.h: Likewise.
22195
22196         * lib/mbswidth.h: Add extern "C" for C++.
22197         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22198
22199 2004-07-13  Robert Millan  <robertmh@gnu.org>
22200
22201         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22202
22203 2004-07-09  Simon Josefsson  <jas@extundo.com>
22204
22205         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22206         failed without this.)
22207
22208 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         * modules/chown (Files): Add lib/fchown-stub.c, since
22211         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22212
22213 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22214
22215         * lib/fchown-stub.c: New file.
22216
22217 2004-06-24  Jim Meyering  <jim@meyering.net>
22218
22219         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22220
22221 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         * modules/argz: Omit "#include".
22224
22225         * MODULES.html.sh (func_all_modules): Add calloc, to match
22226         2004-06-01 addition of calloc module.
22227
22228 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         * m4/argz.m4: New file, which is autoupdated from libtool.
22231
22232 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22233
22234         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22235         libtool.
22236
22237 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22238
22239         * config/srclist-update: Don't insist on "USA." before the
22240         close-comment, as libtool omits the period and puts the */ on a
22241         separate line.
22242         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22243         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22244
22245 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22246
22247         * modules/argz: New file.
22248         * MODULES.html.sh (func_all_modules): Add argz.
22249
22250 2004-06-12  Jim Meyering  <jim@meyering.net>
22251         and  Paul Eggert  <eggert@cs.ucla.edu>
22252
22253         * modules/hash (Files): Add lib/xalloc.h.
22254         * modules/pipe (Depends-on): Add wait-process.
22255         * modules/stat (Depends-on): Add xalloc.
22256         * modules/userspec (Files): Add lib/userspec.h.
22257         * modules/xstrto
22258
22259         Upgrade from gettext-0.13.
22260         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22261         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22262         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22263
22264 2004-06-10  Jim Meyering  <jim@meyering.net>
22265
22266         * lib/calloc.c: New file.
22267
22268 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22269
22270         * lib/getdate.y (yylex): Allow space between sign and number.
22271         Problem reported by Dan Jacobson.
22272
22273 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22274
22275         Merge from coreutils CVS.
22276
22277         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22278         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22279         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22280         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22281         xstrtol.m4: Fix copyright date and/or serial number.
22282
22283         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22284         See if we need an fchown replacement.
22285         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22286         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22287         and use the replacement function if we detect either defect.
22288
22289         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22290         gl_UTIMECMP.
22291
22292 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22293         and  Jim Meyering  <jim@meyering.net>
22294
22295         Merge from coreutils CVS.
22296
22297         * lib/stat-macros.h: New file, with contents from file-type.h
22298         and coreutils' system.h.
22299         * lib/file-type.c: Include "stat-macros.h".
22300         * lib/file-type.h (file_type): Move all macro definitions to new file,
22301         stat-macros.h.
22302
22303         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22304         Wrap old code with this conditional.
22305         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22306         function that does not dereference symlinks.
22307         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22308
22309         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22310         dependency problems.
22311         (xreadlink): Accept new arg SIZE, for efficiency.
22312         All decls and uses changed.
22313         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22314
22315         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22316         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22317
22318         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22319         sysexits.h.
22320
22321 2004-06-01  Jim Meyering  <jim@meyering.net>
22322
22323         * m4/calloc.m4: New file.
22324
22325 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22326
22327         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22328         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22329         Also, fix a typo in a diagnostic.
22330
22331 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22332
22333         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22334         or AC_FUNC_REALLOC.
22335
22336 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22337
22338         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22339         macros to be defined.
22340         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22341         the allocator returns NULL because the requested size is zero.
22342
22343 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22346         var.  Add comment explaining why libc still defines it.  This
22347         merges the following patch from glibc:
22348         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22349
22350 2004-05-20  Andreas Schwab  <schwab@suse.de>
22351
22352         * m4/free.m4: Replace free if it not known to work, not the other
22353         way round.
22354
22355 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22358         present in glibc since revision 1.1 of this file.
22359         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22360         obstack_alignment_mask, obstack_alloc, obstack_base,
22361         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22362         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22363         obstack_grow0, obstack_init, obstack_int_grow,
22364         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22365         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22366         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22367         nonexistent functions.
22368
22369 2004-05-18  Karl Berry  <karl@gnu.org>
22370
22371         * config/srclist.txt: break link for vasnprintf.c.
22372
22373 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22374
22375         Port obstack to the AS/400, where pointers are 16 bytes wide and
22376         you cannot cast an integer to a valid pointer.  This patch is
22377         currently waiting to be integrated into glibc; see
22378         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22379
22380         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22381         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22382         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22383         (struct obstack): temp member is now a union of a pointer and
22384         an integer, instead of an integer.  All integer uses changed.
22385         This does not affect the physical layout of struct obstack,
22386         except on hosts (like the AS/400) where the size or alignment of
22387         void * is greater than that of ptrdiff_t.
22388         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22389         __STDC__)]: Store temporary in pointer member of union, not
22390         integer member.
22391         * lib/obstack.c: Include <stddef.h>, for offsetof.
22392         (struct fooalign): Remove; it doesn't need a name.
22393         (union fooround): Change double to long double, and add void *.
22394         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22395         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22396         not a macro.  Hence the values are always int; so remove all
22397         casts-to-int in uses.
22398
22399 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22400
22401         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22402         we can get this patch merged into glibc.
22403
22404 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22405             Paul Eggert  <eggert@cs.ucla.edu>
22406
22407         * m4/argp: Depend on alloca.
22408
22409 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22410             Paul Eggert  <eggert@cs.ucla.edu>
22411
22412         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22413         freecoding.
22414
22415 2004-05-17  Bruno Haible  <bruno@clisp.org>
22416
22417         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22418         precision that consists of a '.' followed by an empty digit string.
22419         Patch by Tor Lillqvist <tml@iki.fi>.
22420
22421 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22424         for backward compatibility with older code.  We need our own
22425         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22426         it under some other name, and our alloca.h will define it.
22427
22428 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22429             Derek Price  <derek@ximbiot.com>
22430
22431         * lib/alloca.c: Include <alloca.h>, to get our interface.
22432         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22433         include <alloca.h> first.  Use C89 prototype for alloca; this
22434         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22435         Use #elif for simplicity, since we can assume C89 now.
22436         Don't try to source the system alloca.h since it will not be found
22437         and to prevent recursively including its replacement.
22438         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22439         * lib/regex.c: Likewise.
22440
22441 2004-05-16  Derek Price  <derek@ximbiot.com>
22442             Paul Eggert  <eggert@cs.ucla.edu>
22443
22444         getline cleanup.  This changes the getndelim2 API: both order of
22445         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22446         no delimiter).
22447
22448         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22449         interface does that.
22450         (getline): Always use getdelim, so that we don't have two
22451         copies of this code.
22452         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22453         if available.
22454         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22455         (GETNDELIM2_MAXIMUM): New macro.
22456         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22457         instead of the old practice of delim2==0.  All callers changed.
22458         Return -1 on overflow, instead of returning junk.
22459         Do not set *linesize unless allocation succeeds.
22460         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22461         that we include sys/types.h.
22462         * lib/getnline.h: Likewise.
22463         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22464         (getndelim2): Reorder arguments.
22465         * lib/getnline.c (getnline, getndelim):
22466         Don't discard the NMAX argument.
22467         (getnline): Invoke getndelim, to avoid code duplication.
22468         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22469         of (size_t) -1 by callers of the getnline family.
22470
22471 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22472
22473         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22474         Check for gettimeofday.
22475         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22476         Check for settimeofday, stime.
22477
22478 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22479
22480         * lib/nanosleep.c (suspended): Change its type from int to
22481         sig_atomic_t volatile.
22482         (first_call): Make it private to rpl_nanosleep, and have it
22483         be zero initially as that's a bit faster.
22484         (my_usleep): Round up fractional times instead of truncating them,
22485         as this is the usual meaning for 'sleep'.
22486
22487         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22488         doesn't work.
22489         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22490         (ENOSYS): Define if not defined.
22491         (settime): Fall back on stime if it exists and settimeofday fails.
22492         But don't bother with fallbacks if a method fails with errno == EPERM.
22493
22494 2004-05-11  Jim Meyering  <jim@meyering.net>
22495
22496         Prior to this change, the save_cwd caller required read access to the
22497         current directory on most systems (ones with the fchdir function).
22498
22499         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22500         fails, try write-only, and finally, resort to using xgetcwd.
22501
22502 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22503
22504         * lib/obstack.c, obstack.h: Import changes from libc.
22505
22506 2004-04-28  Bruno Haible  <bruno@clisp.org>
22507
22508         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22509         also implicitly appends .exe to executables.
22510         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22511         accepts Windows pathnames.
22512         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22513         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22514         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22515         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22516         Reported by Derek Robert Price <derek@ximbiot.com>.
22517
22518 2004-04-21  Karl Berry  <karl@gnu.org>
22519
22520         * config/srclist.txt (localcharset.c): break sync.
22521
22522 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22523
22524         * m4/host-os.m4: Add a copyright notice.
22525
22526 2004-04-20  Jim Meyering  <jim@meyering.net>
22527
22528         Change UTILS_ to gl_ in AC_DEFINE'd names.
22529         Change utils_- and jm_-prefixed variables, too.
22530         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22531         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22532         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22533
22534         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22535         Don't emit trailing blanks.
22536         Also rename jm_-prefixed variables to have gl_ prefix.
22537
22538         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22539         Also rename jm_-prefixed variables to have gl_ prefix.
22540
22541         * m4/jm-macros.m4: Reflect the renamings.
22542         * m4/prereq.m4: Likewise.
22543
22544 2004-04-20  Jim Meyering  <jim@meyering.net>
22545
22546         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22547         memory.
22548
22549 2004-04-20  Jim Meyering  <jim@meyering.net>
22550             Bruno Haible  <bruno@clisp.org>
22551
22552         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22553         memory when realloc fails.
22554
22555 2004-04-19  Jim Meyering  <jim@meyering.net>
22556
22557         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22558         now that readutmp.c may call `free (0)'.
22559
22560 2004-04-19  Bruno Haible  <bruno@clisp.org>
22561
22562         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22563         * m4/inttypes_h.m4: Likewise.
22564         * m4/stdint_h.m4: Likewise.
22565         * m4/intmax_t.m4: Likewise.
22566         * m4/uintmax_t.m4: Likewise.
22567
22568 2004-04-18  Jim Meyering  <jim@meyering.net>
22569
22570         * m4/prereq.m4: Don't forbid jm_ prefix.
22571
22572         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22573         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22574         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22575         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22576         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22577         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22578         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22579         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22580         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22581         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22582         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22583         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22584         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22585         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22586         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22587         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22588         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22589         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22590         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22591
22592 2004-04-18  Jim Meyering  <jim@meyering.net>
22593
22594         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22595         failure, don't leak memory and do call END_UTMP_ENT.
22596
22597 2004-04-16  Jim Meyering  <jim@meyering.net>
22598
22599         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22600         coreutils' stat program.
22601         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22602
22603 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22604
22605         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22606         C89.
22607         (CHAR_BIT): Remove, since we assume C89.
22608         Include <stdint.h> if available, as per current Autoconf CVS advice.
22609
22610 2004-03-31  Jim Meyering  <jim@meyering.net>
22611
22612         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22613         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22614         * m4/xalloc.m4: Likewise.
22615
22616 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22617
22618         Merge from coreutils.
22619
22620         * m4/inttostr.m4: New file.
22621         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22622         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22623         Require gl_CLOCK_TIME.
22624         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22625
22626 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22627
22628         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22629         not bool, to be more consistent with Unix conventions.
22630         Suggested by Bruno Haible.
22631
22632         Merge from coreutils.
22633
22634         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22635         * lib/umaxtostr.c: New files.
22636
22637         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22638         the usual <time.h> dance.
22639         (get_date): Change signature to support fractional time stamps.
22640         All callers changed.
22641         * lib/getdate.y: Include "getdate.h" first, as we can now
22642         assume C89 and don't need to worry about 'const'.
22643         Similarly, include "unlocked-io.h" near start, not in middle.
22644         Include <limits.h>.
22645         (textint.value): Use long int rather than int.
22646         (textint.digits): Use size_t rather than int.
22647         (BILLION, LOG10_BILLION): New constants.
22648         (parser_control): New member rel_ns.  Members day_ordinal,
22649         time_zone, month, day, hour, minutes, rel_year, rel_month,
22650         rel_day, rel_hour, rel_minutes, rel_seconds
22651         are now long int, not int.  Member seconds is now struct timespec,
22652         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22653         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22654         not int.
22655         (%union.intval): Now long int, not int.
22656         New member timespec.
22657         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22658         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22659         (spec): Now is a timespec or an item list.
22660         (timespec, items): New nonterminals.
22661         (time, rel, relunit, number, get_date):
22662         Add support for fractional seconds.
22663         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22664         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22665         (to_hour): First arg is now long int, not int.
22666         (to_year): Returns long int, not int.
22667         Don't treat year -70 like 70.
22668         (tm_diff): Returns long int, not int.
22669         (lookup_word): Use bool instead of int when appropriate.
22670         (yylex): Use size_t for count, not int.
22671         Detect overflow when parsing large integer constants.
22672         Add support for fractions.
22673         (get_date): Make pointers 'const' if possible.
22674         Use more-portable code to detect integer overflow.
22675         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22676         Don't use ctime; it's not reliable if the year has >4 digits.
22677
22678         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22679         This is for compatibility with BSD.
22680
22681         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22682         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22683         From coreutils' system.h.
22684
22685         * lib/userspec.c: Don't include "posixver.h".
22686         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22687         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22688         compatible extension.  Simplify code by removing a boolean int
22689         that was always nonzero if a string was nonnull.
22690
22691 2004-03-30  Jim Meyering  <jim@meyering.net>
22692
22693         Merge from coreutils.
22694
22695         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22696         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22697         on some systems one must include <grp.h> before it.
22698         Reported by Christian Krackowizer.
22699
22700 2004-03-30  Jim Meyering  <jim@meyering.net>
22701
22702         Merge from coreutils.
22703
22704         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22705
22706         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22707         an empty input stream.
22708
22709         * lib/readtokens.c: Include <stdbool.h>.
22710         (readtoken): Use `size_t' rather than int/long.
22711         All callers adjusted.
22712         Use `bool' rather than `int' where appropriate.
22713         Use memset rather than an explicit loop.
22714         Use x2nrealloc rather than xrealloc.
22715         Allow the use of `\0' as a delimiter.
22716         (readtokens): Likewise.
22717         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22718
22719 2004-03-30  Jim Meyering  <jim@meyering.net>
22720
22721         * m4/realloc.m4: Remove file, since now it does no more than
22722         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22723         the `configure.ac' section of module/realloc.
22724         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22725
22726 2004-03-30  Bruno Haible  <bruno@clisp.org>
22727
22728         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22729         nonnull.
22730
22731 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22732
22733         Merge changes to getloadavg.c from coreutils and Emacs.
22734
22735         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22736         Define to an expression, not to the empty string.
22737         Include cloexec.h and xalloc.h.
22738         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22739         Use set_cloexec_flag rather than rolling our own.
22740         * lib/cloexec.c, lib/cloexec.h: New files.
22741
22742 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22743
22744         * m4/cloexec.m4: New file.
22745
22746 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22747
22748         * lib/getopt.h: Sync with libc CVS.
22749
22750 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22751             Bruno Haible  <bruno@clisp.org>
22752
22753         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22754         mbswidth.
22755
22756 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22757             Bruno Haible  <bruno@clisp.org>
22758
22759         * lib/mbswidth.h: Include <wchar.h> only if
22760         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22761         <wchar.h>.
22762         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22763
22764 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22765
22766         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22767         Sync with libc CVS.
22768         * lib/getopt_int.h: New file, also synced from libc.
22769
22770 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22771
22772         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22773         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22774         Bring back getopt.c, getopt.h, getopt1.c.
22775
22776 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22777
22778         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22779         All uses changed.  Check for sa_sigaction member; this fixes
22780         a bug first reported by Jason Andrade in
22781         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22782
22783 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22784
22785         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22786         '#if' expressions.  Unlike the code it replaces, it does not
22787         depend on (defined _SC_PAGESIZE).  However, it does depend on
22788         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22789         first reported by Jason Andrade in
22790         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22791
22792 2004-02-25  Simon Josefsson  <jas@extundo.com>
22793
22794         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22795
22796 2004-02-25  Simon Josefsson  <jas@extundo.com>
22797
22798         * lib/strdup.h: New file.
22799         * lib/strdup.c: Include it.
22800         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22801         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22802
22803 2004-02-23  Karl Berry  <karl@gnu.org>
22804
22805         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22806         (from fencepost.gnu.org:/gd/gnuorg).
22807
22808 2004-02-23  Karl Berry  <karl@gnu.org>
22809
22810         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22811         * config/srclist.txt: add maintain/standards documents.
22812
22813 2004-02-18  Bruno Haible  <bruno@clisp.org>
22814
22815         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22816         Reported by Derek Robert Price <derek@ximbiot.com>.
22817
22818 2004-02-16  Karl Berry  <karl@gnu.org>
22819
22820         * config/mkinstalldirs, install-sh: update from automake.
22821
22822 2004-02-06  Karl Berry  <karl@gnu.org>
22823
22824         * m4/po.m4: update from gettext 0.14.1.
22825
22826 2004-02-06  Karl Berry  <karl@gnu.org>
22827
22828         * lib/config.charset: update from gettext 0.14.1.
22829
22830 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22831
22832         Add comments and code, prompted by suggestions from Bruno Haible
22833         for sh-quote.
22834         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22835         describing the enum quoting_style values.
22836         * lib/quotearg.c (quotearg_alloc): New function.
22837         (quotearg_buffer_restyled): Treat lone { and } as special.
22838         Treat = as special.  Work around bug with older shells
22839         that "see" a '\' that is really the 2nd byte of a multibyte char.
22840         Quote empty string with shell_quoting_style.
22841
22842 2004-02-03  Bruno Haible  <bruno@clisp.org>
22843
22844         * m4/pipe.m4: New file, from GNU gettext.
22845
22846 2004-02-03  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/pipe.h: New file, from GNU gettext.
22849         * lib/pipe.c: New file, from GNU gettext.
22850
22851 2004-01-27  Bruno Haible  <bruno@clisp.org>
22852
22853         * m4/execute.m4: New file, from GNU gettext.
22854
22855 2004-01-27  Bruno Haible  <bruno@clisp.org>
22856
22857         * lib/execute.h: New file, from GNU gettext.
22858         * lib/execute.c: New file, from GNU gettext.
22859         * lib/w32spawn.h: New file, from GNU gettext.
22860
22861 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22862
22863         Merge from diffutils.
22864
22865         * lib/file-type.c (file_type): Add typed memory objects.
22866         * lib/file-type.h (S_TYPEISTMO): New macro.
22867
22868         * lib/c-stack.h (c_stack_action): Remove argv argument.
22869         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22870         (die): Don't calculate message unless segv_action returns.
22871         (get_stack_location, min_address_from_argv, max_address_from_argv,
22872         volatile stack_base, volatile_stack_size): Remove.
22873         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22874         that every segmentation violation is a stack overflow.  (Ouch!)
22875         See Debian bug 136249 (still outstanding) for more info about why
22876         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22877
22878 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22879
22880         Exit-status fix from coreutils.
22881
22882         Use exit_failure consistently in place of EXIT_FAILURE,
22883         so that program exit statuses are consistent on failure.
22884
22885         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22886         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22887         * lib/argmatch.h: Comment fix to match the above.
22888         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22889         Now a macro referring to exit_failure, instead of a separate
22890         variable.  Include "exitfail.h" to get it.
22891         * lib/xstrtol.h: Include "exitfail.h".
22892         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22893
22894         * lib/long-options.c (parse_long_options): Use prototype
22895         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22896         for clarity.
22897
22898 2004-01-21  Jim Meyering  <jim@meyering.net>
22899
22900         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22901         so as not to conflict with a different-sized __mktime_internal
22902         function in GNU libc.
22903         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22904         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22905
22906 2004-01-20  Karl Berry  <karl@gnu.org>
22907
22908         * config/config.guess: update from config.
22909
22910         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22911
22912 2004-01-20  Bruno Haible  <bruno@clisp.org>
22913
22914         Safer stack allocation.
22915         * lib/setenv.c: Include allocsa.h.
22916         (alloca): Remove fallback definition.
22917         (freea): Remove macro.
22918         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22919         instead of freea.
22920
22921 2004-01-20  Bruno Haible  <bruno@clisp.org>
22922
22923         * m4/eealloc.m4: New file, from GNU gettext.
22924
22925 2004-01-20  Bruno Haible  <bruno@clisp.org>
22926
22927         * m4/allocsa.m4: New file, from GNU gettext.
22928
22929 2004-01-20  Bruno Haible  <bruno@clisp.org>
22930
22931         * lib/xallocsa.h: New file, from GNU gettext.
22932         * lib/xallocsa.c: New file, from GNU gettext.
22933
22934 2004-01-20  Bruno Haible  <bruno@clisp.org>
22935
22936         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22937
22938 2004-01-20  Bruno Haible  <bruno@clisp.org>
22939
22940         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22941         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22942         specially.
22943
22944 2004-01-20  Bruno Haible  <bruno@clisp.org>
22945
22946         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22947         patch.
22948
22949 2004-01-20  Bruno Haible  <bruno@clisp.org>
22950
22951         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22952
22953 2004-01-20  Bruno Haible  <bruno@clisp.org>
22954
22955         * lib/eealloc.h: New file.
22956
22957 2004-01-20  Bruno Haible  <bruno@clisp.org>
22958
22959         * lib/binary-io.h: Avoid warnings on Cygwin.
22960
22961 2004-01-20  Bruno Haible  <bruno@clisp.org>
22962
22963         * lib/allocsa.h: New file, from GNU gettext.
22964         * lib/allocsa.c: New file, from GNU gettext.
22965
22966 2004-01-18  Karl Berry  <karl@gnu.org>
22967
22968         * doc/gpl.texi, doc/lgpl.texi: new files.
22969
22970 2004-01-18  Karl Berry  <karl@gnu.org>
22971
22972         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22973         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22974
22975 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22976
22977         Merge from coreutils.
22978
22979         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22980         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22981         (gl_DEFAULT_POSIX2_VERSION): Move
22982         the documentation from 'configure' into 'config.hin',
22983         so that 'configure --help' isn't burdened by it and
22984         we don't have to worry about its formatting there.
22985         Reword the documentation so that it's more succinct
22986         and can be run together into a single paragraph.
22987         * m4/same.m4 (gl_SAME): Check for pathconf.
22988
22989 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22990
22991         Merge from coreutils.
22992
22993         * lib/posixver.c: Include posixver.h.
22994
22995         * lib/same.c: Include <stdbool.h>, <limits.h>.
22996         (_POSIX_NAME_MAX): Define if not defined.
22997         (MIN): New macro.
22998         (same_name): If file names are silently truncated, report
22999         that the file names are the same if they are the same after
23000         the silent truncation.
23001
23002         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23003         conversion function.
23004         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23005         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23006         longer needed.
23007
23008 2004-01-15  Jim Meyering  <jim@meyering.net>
23009
23010         Merge from coreutils.
23011
23012         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23013         if no library is required.
23014         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23015         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23016         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23017         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23018         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23019         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23020         value, $ac_cv_search_crypt, if it's "none required".
23021         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23022         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23023         not gl_FUNC_GETLOADAVG.
23024         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23025         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23026
23027 2004-01-15  Jim Meyering  <jim@meyering.net>
23028
23029         Merge from coreutils.
23030
23031         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23032         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23033         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23034
23035         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23036         optional configure-time default.
23037
23038         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23039
23040         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23041
23042 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23043
23044         Merge from coreutils.
23045
23046         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23047         value, $ac_cv_search_nanosleep, if it's "none required".
23048
23049 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23050
23051         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23052         with like-named macro in fnmatch.c.
23053         (EXT): Use an internal constant instead.
23054
23055         Merge fnmatch patches from glibc.
23056         * lib/fnmatch.c (mbsinit): Remove define.
23057         Add libc_hidden_ver (__fnmatch, fnmatch).
23058         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23059         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23060
23061 2004-01-14  Karl Berry  <karl@gnu.org>
23062
23063         * config/install-sh: update from automake.
23064
23065 2004-01-13  Karl Berry  <karl@gnu.org>
23066
23067         * config/install-sh: update from automake.
23068
23069 2004-01-09  Karl Berry  <karl@gnu.org>
23070
23071         * config/install-sh: update from automake.
23072
23073 2004-01-05  Karl Berry  <karl@gnu.org>
23074
23075         * config/config.{sub,guess}: update from config.
23076
23077 2003-12-31  Karl Berry  <karl@gnu.org>
23078
23079         * config/depcomp: update from automake.
23080
23081 2003-12-14  Karl Berry  <karl@gnu.org>
23082
23083         * lib/config.charset: update from gettext-runtime.
23084
23085 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23086
23087         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23088         Bug reported by Alfred M. Szmidt.
23089
23090 2003-12-03  Bruno Haible  <bruno@clisp.org>
23091
23092         * m4/gettext.m4: Upgrade from gettext-0.13.
23093         * m4/po.m4: Upgrade from gettext-0.13.
23094         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23095         * m4/intmax.m4: New file, from gettext-0.13.
23096         * m4/printf-posix.m4: New file, from gettext-0.13.
23097
23098 2003-11-29  Karl Berry  <karl@gnu.org>
23099
23100         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23101
23102 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23103             Bruno Haible  <bruno@clisp.org>
23104
23105         * lib/printf-parse.h: Don't include sys/types.h.
23106         (ARG_NONE): New macro.
23107         (char_directive): Change type of *arg_index fields to size_t.
23108         * lib/printf-parse.c: Don't include sys/types.h.
23109         (SSIZE_MAX): Remove macro.
23110         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23111         Remove unnecessary overflow check.
23112         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23113         fields.
23114
23115 2003-11-25  Bruno Haible  <bruno@clisp.org>
23116
23117         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23118
23119 2003-11-25  Bruno Haible  <bruno@clisp.org>
23120
23121         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23122         gt_TYPE_SSIZE_T.
23123
23124 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23125
23126         * modules/alloca: Remove dependency on xalloc.
23127
23128 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23129
23130         * lib/alloca.c: Remove dependency on xalloc module.
23131         (xalloc_die): Remove.
23132         (memory_full) [!defined emacs]: New macro.
23133         [!defined emacs]: Don't include xalloc.h.
23134         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23135         address arithmetic overflows.  Change datatypes a bit to avoid
23136         unnecessary casts.
23137
23138 2003-11-22  Jim Meyering  <jim@meyering.net>
23139
23140         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23141         s/size/size_t/.
23142
23143 2003-11-21  Karl Berry  <karl@gnu.org>
23144
23145         * config/config.{sub,guess}: update from config.
23146
23147 2003-11-18  Karl Berry  <karl@gnu.org>
23148
23149         * config/config.{sub,guess}: update from config.
23150
23151         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23152
23153 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23154
23155         * README: Mention that S+T cannot overflow if S is the size of
23156         an existing object and T is sufficiently small.
23157
23158 2003-11-17  Jim Meyering  <jim@meyering.net>
23159
23160         On systems without utime and without a utimes function capable of
23161         dealing with a NULL struct utimbuf* argument, this utime replacement
23162         could -- in unusual circumstances -- leak a file descriptor.
23163         * lib/utime.c: Include <unistd.h> and <errno.h>.
23164         (utime_null): Be sure to close `fd' and to preserve errno.
23165         Reported by Geoff Collyer via Arnold Robbins.
23166
23167 2003-11-17  Bruno Haible  <bruno@clisp.org>
23168
23169         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23170         (Depends-on): Add xsize.
23171
23172 2003-11-17  Bruno Haible  <bruno@clisp.org>
23173
23174         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23175
23176 2003-11-17  Bruno Haible  <bruno@clisp.org>
23177
23178         * lib/vasnprintf.c (alloca): Remove fallback definition.
23179         (freea): Remove definition.
23180         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23181         Reported by Paul Eggert.
23182
23183 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23184             Bruno Haible  <bruno@clisp.org>
23185
23186         Protect against address arithmetic overflow.
23187         * lib/printf-args.h: Include stddef.h.
23188         (arguments): Change type of field 'count' to size_t.
23189         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23190         'unsigned int' where appropriate.
23191         * lib/printf-parse.h: Include sys/types.h.
23192         (char_directive): Change type of *arg_index fields to ssize_t.
23193         (char_directives): Change type of fields 'count', max_*_length to
23194         size_t.
23195         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23196         (SSIZE_MAX): Define fallback value.
23197         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23198         instead of 'int' where appropriate. Check a_allocated, d_allocated
23199         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23200         * lib/vasnprintf.c: Include xsize.h.
23201         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23202         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23203         overflow. Avoid wraparound when converting a width or precision from
23204         decimal to binary.
23205
23206 2003-11-16  Bruno Haible  <bruno@clisp.org>
23207
23208         Update from GNU gettext.
23209         * lib/printf-parse.c: Generalize to it can be compiled for wide
23210         strings.
23211         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23212         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23213         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23214         SNPRINTF): New macros.
23215         Don't include <alloca.h> if the file is used inside libintl.
23216         (local_wcslen): New function, for Solaris 2.5.1.
23217         (VASNPRINTF): Use it instead of wcslen.
23218
23219 2003-11-16  Bruno Haible  <bruno@clisp.org>
23220
23221         * lib/xsize.h (xmax): New function.
23222         (xsum, xsum3, xsum4): Declare as "pure" functions.
23223
23224 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23225
23226         * modules/xalloc (Files): Undo latest change, since xalloc.h
23227         no longer needs SIZE_MAX or PTRDIFF_MAX.
23228
23229 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23230
23231         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23232         gl_PTRDIFF_MAX.
23233
23234 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23235
23236         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23237         "return", to pacify some unknown compiler.  Problem reported
23238         by Joerg Schilling.
23239
23240 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23241
23242         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23243         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23244         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23245         heuristic is just as accurate as far as we know, and it removes a
23246         dependency on size_max.m4 and ptrdiff_max.m4.
23247
23248 2003-11-11  Bruno Haible  <bruno@clisp.org>
23249
23250         * modules/xsize (Files): Add m4/size_max.m4.
23251         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23252
23253 2003-11-11  Bruno Haible  <bruno@clisp.org>
23254
23255         * m4/size_max.m4: New file.
23256         * m4/ptrdiff_max.m4: New file.
23257         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23258         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23259         (gl_XALLOC): Invoke it.
23260
23261 2003-11-11  Bruno Haible  <bruno@clisp.org>
23262
23263         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23264         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23265         defined.
23266
23267 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23268
23269         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23270         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23271         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23272         From Bruno Haible.
23273         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23274         not (size_t) -1, since it's defined here.
23275
23276 2003-11-09  Karl Berry  <karl@gnu.org>
23277
23278         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23279
23280 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23281
23282         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23283         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23284         Reject sizes of exactly SIZE_MAX bytes.
23285         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23286         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23287
23288 2003-11-05  Bruno Haible  <bruno@clisp.org>
23289
23290         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23291         SIZE_MAX defined in <limits.h> on Solaris.
23292
23293 2003-11-04  Jim Meyering  <jim@meyering.net>
23294
23295         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23296         variable names, rather than @VAR@.
23297         * modules/poll: Likewise.
23298
23299 2003-11-04  Bruno Haible  <bruno@clisp.org>
23300
23301         * modules/xsize: New file.
23302         * modules/linebreak: Depend on xsize.
23303         * MODULES.html.sh (func_all_modules): Add xsize.
23304
23305 2003-11-04  Bruno Haible  <bruno@clisp.org>
23306
23307         * m4/xsize.m4: New file.
23308
23309 2003-11-04  Bruno Haible  <bruno@clisp.org>
23310
23311         * lib/xsize.h: New file.
23312         * lib/linebreak.c: Include xsize.h.
23313         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23314         argument for overflow.
23315         Suggested by Paul Eggert.
23316
23317 2003-11-03  Karl Berry  <karl@gnu.org>
23318
23319         * config/config.{guess,sub}: update from config.
23320
23321 2003-11-03  Jim Meyering  <jim@meyering.net>
23322
23323         * modules/userspec (lib_SOURCES): Add userspec.h.
23324         (Include): Add "userspec.h".
23325         Improve description.
23326
23327 2003-11-03  Jim Meyering  <jim@meyering.net>
23328
23329         * lib/userspec.c: Include "userspec.h".
23330         * lib/userspec.h: New file.
23331
23332 2003-11-03  Bruno Haible  <bruno@clisp.org>
23333
23334         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23335
23336 2003-11-03  Bruno Haible  <bruno@clisp.org>
23337
23338         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23339         available, to avoid (extremely rare) race condition.
23340         Suggested by Paul Eggert.
23341
23342 2003-11-02  Karl Berry  <karl@gnu.org>
23343
23344         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23345
23346 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23347
23348         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23349         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23350         (read_filesystem_list): Set and use me_type_malloced.
23351         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23352         whatever the type happens to be), for brevity and consistency.
23353         Check for size calculation overflow on Alphas running OSF/1.
23354
23355 2003-10-31  Jim Meyering  <jim@meyering.net>
23356
23357         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23358
23359         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23360
23361 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23362             Bruno Haible  <bruno@clisp.org>
23363
23364         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23365         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23366
23367 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23368
23369         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23370         netbsd*-gnu*.  Suggested by Robert Millan.
23371
23372 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23373
23374         * modules/group-member: Depend on stdbool.
23375
23376 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23377
23378         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23379
23380 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23381
23382         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23383         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23384         after the 'gnu' in these cases.  This fixes some bugs in the
23385         previous change, and is based on suggestions by Robert Millan.
23386
23387 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23388
23389         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23390         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23391         no longer needed.
23392         * lib/quotearg.c (quotearg_n_options): Use it.
23393         * lib/group-member.c: Include <stdbool.h>.
23394         (free_group_info): Arg is now const *; don't free arg.
23395         (get_group_info): Now returns bool and accepts struct group_info *,
23396         rather than returning a malloc'ed struct group_info *.
23397         All uses changed.  Check for overflow in internal size calculation.
23398
23399         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23400         rather than xmalloc/xrealloc.
23401         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23402         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23403         conformance bug: the old code used a pointer after freeing the
23404         storage that it addressed.
23405         * lib/hash.c (hash_initialize): Simplify the code by using
23406         xalloc_oversized rather than doing it by hand.
23407         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23408         the buffer preserved.  Use free and xmalloc instead.
23409         * lib/quotearg.c (quotearg_n_options): Likewise.
23410         Use a simpler test for size overflow.  Don't use xalloc_oversized
23411         because unsigned int might be wider than size_t (!); this suggests
23412         that we should switch from unsigned int to size_t for slot numbers.
23413
23414 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23415
23416         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23417         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23418         NetBSD kernels.  Requested by Richard Stallman.
23419
23420 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23421
23422         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23423         to allocate the returned structure.  Do not allocate a subarray,
23424         as x2nrealloc will do that.
23425         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23426         instead of xnrealloc.
23427         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23428
23429 2003-10-27  Bruno Haible  <bruno@clisp.org>
23430
23431         * lib/stdbool_.h: Better support for BeOS.
23432
23433 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23434
23435         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23436         now uses inline.
23437
23438 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23439
23440         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23441         callers that want to do their own size-overflow checking.  Include
23442         <stdbool.h>, since xalloc_oversized returns bool.
23443         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23444         to use xalloc_oversized.
23445
23446         Add two functions x2realloc, x2nrealloc, for programs that grow
23447         arrays dynamically by doubling their sizes.
23448         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23449         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23450         New functions.
23451
23452         Port to C99 semantics for 'inline' of external functions.
23453         Bug reported by Bruno Haible.
23454         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23455         with the old contents of xnmalloc.
23456         (xnmalloc, xmalloc): Use it.
23457         (xnrealloc_inline): New static inline function,
23458         with the old contents of xnrealloc.
23459         (xnrealloc, xrealloc): Use it.
23460
23461         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23462         that.
23463
23464 2003-10-26  Karl Berry  <karl@gnu.org>
23465
23466         * config/srclist.txt (COPYING.DOC): no longer available from
23467         /gd/gnuorg; don't know where the ultimate source is.
23468
23469 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23470
23471         Fix several address-calculation bugs in the hash modules,
23472         plus some minor code cleanup.
23473
23474         * lib/hash.h: Include <stdbool.h>, for bool.
23475         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23476         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23477         hash_get_n_entries, hash_get_max_bucket_length,
23478         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23479         hash_rehash): Use size_t rather than unsigned.
23480         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23481         hash_get_n_buckets_used, hash_get_n_entries,
23482         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23483         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23484         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23485         Likewise.
23486         (SIZE_MAX): Define if not defined.
23487         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23488         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23489         hash_print):
23490         Use const * when possible.
23491         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23492         (check_tuning): Fix bug: if tuning parameters were very close to
23493         0 or 1, rounding errors could have caused subscript violations.
23494         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23495         (hash_initialize): Add 'fail:' label
23496         to free table and return NULL, and use it to simplify code.
23497         Use calloc rather than clearing the storage ourself.
23498         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23499         buffer size calculations.
23500         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23501         Include <stddef.h>, for size_t.
23502         * lib/hash-pjw.c (hash_pjw): Likewise.
23503         Switch to method described by Bruno Haible.
23504         Include <limits.h>, for CHAR_BIT.
23505         (SIZE_BITS): New macro.
23506
23507 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23508
23509         * m4/getline.m4 (AM_FUNC_GETLINE):
23510         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23511         hosts.  Problem reported by Derek Robert Price in
23512         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23513         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23514         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23515
23516 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23517
23518         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23519         ceiling the allocation at NMAX bytes rather than silently
23520         discarding input bytes before NMAX is reached.  This makes
23521         a difference only if NMAX exceeds SIZE_MAX / 2.
23522
23523         * lib/obstack.c: Merge from glibc.
23524         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23525         Add libc_hidden_def (_obstack_newchunk).
23526         (_obstack_free) [! defined _LIBC]: Remove.
23527         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23528         a clone of the function body.
23529         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23530         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23531
23532         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23533         glibc.
23534         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23535         arg to memcpy.
23536
23537         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23538         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23539         Don't use lvalue casts, as GCC plans to remove support for them
23540         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23541         was also present in the non-GCC version, indicating that this
23542         code had always been buggy and had never been widely used.
23543         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23544         Use the fast variant of each macro, rather than copying the
23545         definiens of the fast variant; that way, we'll be more likely to
23546         catch future bugs in the fast variants.
23547
23548 2003-10-20  Bruno Haible  <bruno@clisp.org>
23549
23550         * modules/wait-process: New file.
23551         * MODULES.html.sh (func_all_modules): Add wait-process.
23552
23553 2003-10-20  Bruno Haible  <bruno@clisp.org>
23554
23555         * m4/wait-process.m4: New file.
23556
23557 2003-10-20  Bruno Haible  <bruno@clisp.org>
23558
23559         * lib/wait-process.h: New file, from GNU gettext.
23560         * lib/wait-process.c: New file, from GNU gettext.
23561
23562 2003-10-19  Jim Meyering  <jim@meyering.net>
23563
23564         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23565         HPUX 10.20.
23566
23567 2003-10-18  Karl Berry  <karl@gnu.org>
23568
23569         * config/config.guess: update from config.
23570
23571 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23572
23573         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23574         (getgroups): First arg is int, not size_t.
23575         Don't let 'free' mangle errno.
23576
23577 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23578
23579         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23580
23581 2003-10-16  Karl Berry  <karl@gnu.org>
23582
23583         * config/config.{guess,sub}: update from config.
23584
23585 2003-10-16  Jim Meyering  <jim@meyering.net>
23586
23587         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23588         memcpy.
23589
23590 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23591
23592         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23593         (SIZE_MAX): Remove.
23594         (new_exclude, add_exclude_file): Initial size no longer needs to
23595         be a power of 2.
23596         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23597         our own address arithmetic overflow checking.
23598
23599         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23600         (fnmatch): Do not alloca more than 2000 wide characters;
23601         instead, use malloc for large buffers.
23602         Check for address arithmetic overflow, and return -1
23603         with errno set to ENOMEM in that case.
23604         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23605         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23606         instead, return -1.  Check for address arithmetic overflow.
23607
23608 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23609
23610         Handle invalid suffixes and overflow independently, so that
23611         callers can treat them independently as needed.  Fix some bugs in
23612         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23613         suffix for a human-readable blocksize.  The major caller-visible
23614         change is the addition of a new
23615         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23616         that both overflow and suffix chars were found.
23617
23618         * lib/human.c (humblock): Don't check separately for invalid suffix
23619         char; that is xstrtoumax's job (now that its bug is fixed).
23620         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23621         INTMAX_MAX]: New macros.
23622         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23623         TYPE_MAXIMUM): New macros.
23624         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23625         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23626         if overflow occurs, as it's what __strtol does and it's more useful
23627         in practice.
23628         (__xstrtol): If __strtol reports some error other than ERANGE,
23629         reflect it to the caller as LONGINT_INVALID.  If it reports
23630         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23631         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23632         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23633         value.
23634         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23635         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23636         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23637         [defined UINTMAX_MAX]: New macros.
23638
23639 2003-10-14  Bruno Haible  <bruno@clisp.org>
23640
23641         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23642
23643 2003-10-14  Bruno Haible  <bruno@clisp.org>
23644
23645         * m4/sig_atomic_t: New file, from GNU gettext.
23646         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23647
23648 2003-10-14  Bruno Haible  <bruno@clisp.org>
23649
23650         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23651         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23652         Also use volatile where needed.
23653
23654 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23655
23656         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23657         Change maintainer from Bruno Haible to 'all'.
23658
23659 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23660
23661         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23662
23663 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23664
23665         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23666         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23667         and define in terms of the other primitives.
23668         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23669         (SIZE_MAX): Define if not already defined.
23670         (array_size_overflow): New function.
23671         (xalloc_die): Abort instead of exiting if 'error' returns.
23672         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23673         (xmalloc, xrealloc): Use them.
23674         (xcalloc): Check for address arithmetic overflow.
23675         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23676         a bit faster than strcpy.
23677
23678 2003-10-10  Simon Josefsson  <jas@extundo.com>
23679
23680         * modules/argp (Depends-on): Add restrict and strcase.
23681
23682 2003-10-10  Simon Josefsson  <jas@extundo.com>
23683
23684         * m4/argp.m4: Add AC_C_INLINE.
23685
23686 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23687
23688         Merge getpass from libc, plus a few fixes.
23689
23690         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23691         Include <stdbool.h>.
23692         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23693         __fsetlocking to empty.
23694         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23695         do include <bits/libc-lock.h>.
23696         Do not include <fcntl.h>; not needed.
23697         [_LIBC]: Include <wchar.h>.
23698         (NOTCANCEL_MODE): New macro.
23699         (flockfile, funlockfile) [_LIBC]: New macros.
23700         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23701         [!_LIBC]: New macros.
23702         (call_fclose): New function.
23703         (getpass): Use it.  Save tty stream separately; this simplifies the
23704         code and makes it more reliable if stdin happens to equal stdout.
23705         Invoke __fsetlocking on tty.
23706         Handle thread cancellation if needed.
23707         Namespace cleanup (use __tcgetattr, __getline).
23708         Use bool for Booleans.
23709         [USE_IN_LIBIO]: Handle wide streams.
23710         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23711         stream might go where.
23712
23713         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23714         doesn't have to include <stdio.h> before us.
23715         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23716         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23717         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23718         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23719         if not declared, so that we can use getpass.c code from libc without
23720         rewriting it.
23721         (flockfile, ftrylockfile, funlockfile): New macros.
23722
23723 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23724
23725         * modules/getpass: Depend on stdbool.
23726
23727 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23728
23729         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23730
23731 2003-10-07  Karl Berry  <karl@gnu.org>
23732
23733         * config/config.{guess,sub}: update from config.
23734
23735 2003-10-06  Jim Meyering  <jim@meyering.net>
23736             Bruno Haible  <bruno@clisp.org>
23737
23738         This lets translators provide better translations for the
23739         "Written by ..." part of --version output.
23740         * lib/version-etc.h: Include stdarg.h.
23741         (version_etc_copyright): Declare as readonly.
23742         (version_etc): Make this function variadic with a NULL-terminated list
23743         of author name strings.
23744         (version_etc_va): New declaration.
23745         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23746         (version_etc_copyright): Declare as readonly.
23747         (version_etc_va): New function. Provide a different translatable string
23748         for each possible number of authors < 10. Abbreviate when there are 10
23749         authors or more.
23750         (version_etc): Make this function variadic. Call version_etc_va.
23751         Suggestion from Gary V. Vaughan.
23752
23753         * lib/long-options.h (parse_long_options): Change prototype: the
23754         authors string is moved to the end and becomes variadic.
23755         * lib/long-options.c: Include stdarg.h.
23756         (parse_long_options): Make this function variadic, too.
23757         Call version_etc_va, not version_etc.
23758
23759 2003-10-06  Bruno Haible  <bruno@clisp.org>
23760
23761         * modules/version-etc-2: Remove file.
23762         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23763
23764 2003-10-06  Bruno Haible  <bruno@clisp.org>
23765
23766         * modules/fatal-signal: New file.
23767         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23768
23769 2003-10-06  Bruno Haible  <bruno@clisp.org>
23770
23771         * m4/fatal-signal.m4: New file.
23772         * m4/signalblocking.m4: New file, from GNU gettext.
23773
23774 2003-10-06  Bruno Haible  <bruno@clisp.org>
23775
23776         * lib/version-etc-2.h: Remove file.
23777         * lib/version-etc-2.c: Remove file.
23778
23779 2003-10-06  Bruno Haible  <bruno@clisp.org>
23780
23781         * lib/fatal-signal.h: New file, from GNU gettext.
23782         * lib/fatal-signal.c: New file, from GNU gettext.
23783
23784 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23785
23786         * README: Rework advice for preventing empty .o files.
23787         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23788         not <sys/types.h>.
23789
23790 2003-10-04  Karl Berry  <karl@gnu.org>
23791
23792         * lib/argp*: update from libc.
23793
23794 2003-10-04  Karl Berry  <karl@gnu.org>
23795
23796         * config/config.{guess,sub}: update from config.
23797
23798 2003-10-02  Bruno Haible  <bruno@clisp.org>
23799
23800         * modules/lchown (Include): Add lchown.h.
23801         * modules/time_r (Include): Use "..." syntax.
23802         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23803
23804 2003-10-01  Simon Josefsson  <jas@extundo.com>
23805
23806         * MODULES.html.sh (func_all_modules): Move gethostname from section
23807         'based on' to section 'lacking' POSIX:2001.
23808
23809 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23810
23811         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23812         to output mode on the same stream.
23813
23814 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23815
23816         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23817         Fix arg typo in previous patch.
23818
23819 2003-09-28  Jim Meyering  <jim@meyering.net>
23820
23821         * lib/error.c: Correct cpp indentation.
23822
23823 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23824
23825         * modules/free: New file.
23826
23827 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23828
23829         * m4/free.m4: New file.
23830
23831 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23832
23833         * lib/minmax.h (MIN, MAX)
23834         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23835         Omit the special code that used __typeof__, since we worry that
23836         it could be more trouble than it's worth.  See:
23837         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23838         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23839
23840         * lib/free.c: New file.
23841
23842 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23843
23844         Trivial fixes to Makefile.am parts of module listings.
23845         * modules/strstr: Append strstr.h to lib_SOURCES.
23846         * modules/strcase: Likewise, for strcase.h.
23847
23848 2003-09-27  Karl Berry  <karl@gnu.org>
23849
23850         * config/mkinstalldirs: update from automake.
23851
23852 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23853
23854         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23855         (error_tail): Do not loop, reallocating temporary buffer, since
23856         the output cannot contain more wide characters than the input
23857         contains bytes, the size must be big enough already.  This avoids
23858         one potential size overflow calculation.  Check for size overflow
23859         when calculating temporary buffer size.  Free temporary buffer
23860         when done, if it was allocated with malloc; this plugs a memory
23861         leak.  Remove casts from void * to pointers, that are no longer
23862         needed now that we're assuming C89 or better.
23863
23864         Merge error changes from glibc.
23865
23866         * lib/error.c, error.h: Update copyright notice header to match glibc.
23867         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23868         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23869         Disable cancellation while printing error.
23870         * lib/error.h: Prepend __ to parameter names.
23871
23872 2003-09-26  Jim Meyering  <jim@meyering.net>
23873
23874         * lib/error.c (error_tail): Move some declarations
23875         into inner scope where the local variables are used.
23876
23877 2003-09-26  Bruno Haible  <bruno@clisp.org>
23878
23879         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23880         stpncpy().
23881         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23882
23883 2003-09-26  Bruno Haible  <bruno@clisp.org>
23884
23885         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23886         (stpncpy): Define as alias for gnu_stpncpy.
23887         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23888
23889 2003-09-25  Simon Josefsson  <jas@extundo.com>
23890
23891         * lib/xgetdomainname.h: New file.
23892         * lib/xgetdomainname.c: New file.
23893
23894 2003-09-25  Simon Josefsson  <jas@extundo.com>
23895             Bruno Haible  <bruno@clisp.org>
23896
23897         * modules/getdomainname: New file.
23898         * modules/xgetdomainname: New file.
23899         * MODULES.html.sh (func_all_modules): Add getdomainname,
23900         xgetdomainname.
23901
23902 2003-09-25  Simon Josefsson  <jas@extundo.com>
23903             Bruno Haible  <bruno@clisp.org>
23904
23905         * m4/getdomainname.m4: New file.
23906
23907 2003-09-25  Simon Josefsson  <jas@extundo.com>
23908             Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/getdomainname.h: New file.
23911         * lib/getdomainname.c: New file.
23912
23913 2003-09-25  Karl Berry  <karl@gnu.org>
23914
23915         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23916
23917 2003-09-25  Karl Berry  <karl@gnu.org>
23918
23919         * config/install-sh: update from automake.
23920
23921 2003-09-25  Bruno Haible  <bruno@clisp.org>
23922
23923         * modules/version-etc-2: New file, from modules/version-etc with
23924         modifications.
23925         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23926
23927 2003-09-25  Bruno Haible  <bruno@clisp.org>
23928
23929         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23930         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23931
23932 2003-09-24  Simon Josefsson  <jas@extundo.com>
23933
23934         * modules/xgethostname: Add xgethostname.h.
23935
23936 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23937
23938         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23939         the buffer associated with the argument.  Bug reported by
23940         Simon Josefsson.
23941
23942 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23943
23944         * README: Document assumptions that 'int' is at least 32 bits
23945         wide, that integer arithmetic is 2's complement without overflow,
23946         that there are no holes in integer values, that adding sizes of
23947         two nonoverlapping objects can't overflow, and that all-bits-zero
23948         yields scalar zero.  Fix spelling and capitalization typos.
23949
23950 2003-09-19  Karl Berry  <karl@gnu.org>
23951
23952         * lib/argp.h: update from libc.
23953
23954 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23955
23956         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23957         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23958         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23959
23960 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23961
23962         * gnulib-tool: Use "test -h", not "test -L", for portability
23963         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23964         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23965         (sed_extract_prog): Issue s commands one-by-one, rather than
23966         using \| in one s command.
23967
23968 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23969
23970         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23971         input error, instead of returning NULL the next time we are called
23972         (and therefore losing track of errno).
23973
23974 2003-09-16  Bruno Haible  <bruno@clisp.org>
23975
23976         * gnulib-tool (func_create_testdir): Warn about duplicated
23977         dependencies.
23978
23979 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23980
23981         * modules/argmatch, modules/fatal, modules/obstack,
23982         modules/xalloc, modules/xgethostname: Sort dependencies by
23983         importance, not alphabetically.
23984
23985 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23986
23987         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23988         fails, so that the caller gets the proper errno.
23989
23990         * lib/readutmp.c (read_utmp): Likewise.
23991         Check for fstat error.  Close stream and free storage
23992         when failing.
23993
23994 2003-09-14  Karl Berry  <karl@gnu.org>
23995
23996         * config/srclist.txt (strdup.c): disable for c89 changes.
23997
23998 2003-09-14  Jim Meyering  <jim@meyering.net>
23999
24000         * lib/getloadavg.c: Correct cpp indentation.
24001         * lib/strdup.c: Likewise.
24002         * lib/vasnprintf.c: Likewise.
24003
24004 2003-09-14  Bruno Haible  <bruno@clisp.org>
24005
24006         * modules/fwriteerror: New file.
24007         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24008
24009 2003-09-14  Bruno Haible  <bruno@clisp.org>
24010
24011         * lib/fwriteerror.h: New file.
24012         * lib/fwriteerror.c: New file.
24013
24014 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24015
24016         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24017         modules/xgethostname, modules/xalloc: Depend on exit.
24018
24019 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24020
24021         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24022
24023         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24024         and AC_MINIX, too, so that their extensions are available.
24025
24026         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24027         This macro has been superseded by gl_BACKUPFILE.
24028
24029         More patches to assume C89 or better.
24030
24031         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24032
24033         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24034         unconditionally.
24035         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24036         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24037         Include <string.h>, <stdlib.h> unconditionally.
24038         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24039         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24040         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24041         headers or for string.h.
24042         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24043         or strtoul.
24044
24045         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24046         headers.
24047         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24048         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24049         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24050         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24051         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24052         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24053         memcpy, memset.
24054         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24055         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24056         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24057         strtol.
24058         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24059         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24060         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24061         strtoul.
24062
24063 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24064
24065         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24066         * lib/obstack.c [!defined _LIBC]: Likewise.
24067         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24068         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24069         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24070
24071         More changes to assume C89 or better.
24072
24073         * lib/error.c (error_tail): Assume vprintf.
24074
24075         * lib/argmatch.c (getenv): Remove decl.
24076         * lib/progreloc.c (get_full_program_name): Define via prototype.
24077         * lib/setenv.c (clearenv): Likewise.
24078         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24079         needed.
24080         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24081         (malloc, memcpy): Remove decls.
24082         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24083         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24084         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24085         (memcpy): Remove macro.
24086         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24087         (__P): Remove.  All uses removed.
24088         (PTR): Remove.  All uses changed to void *.
24089         (CHAR_BIT, NULL): Remove.
24090         (spaces, zeros, memset_space, memset_zero)
24091         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24092         Remove.
24093         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24094         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24095         Define with prototype.
24096         Remove now-unnecessary prototype decl.
24097         (extra_args_spec): Assume ANSI C.  All uses changed.
24098         (extra_args_spec_iso): Remove.
24099         (my_strftime, emacs_strftimeu): Define via prototype.
24100         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24101         unconditionally.
24102         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24103         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24104         (strtoul, strtol): Remove decls.
24105         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24106         LONG_MAX): Remove.
24107         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24108         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24109         (LOCALE_PARAM_PROTO): New macro.
24110         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24111         (INTERNAL (strtol), strtol): Define with a prototype.
24112         (PARAMS): Remove.  All uses removed.
24113         * lib/tempname.c: Include <string.h> unconditionally.
24114         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24115         * lib/xgethostname.c (main): Define with a prototype.
24116         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24117         Include <stdlib.h> unconditionally.
24118         (calloc, malloc, realloc, free): Remove decls.
24119         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24120         Include <stdlib.h> unconditionally.  Sort include file names.
24121         (strtod): Remove.
24122         (xstrtod): Define with a prototype.
24123         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24124         (strtol, strtoul): Remove decls.
24125
24126 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24127
24128         More patches to assume C89 or better.
24129         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24130         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24131         string.h, memchr, STDC_HEADERS.
24132
24133 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24134
24135         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24136         Include <stdlib.h>, <string.h> unconditionally.
24137         Remove now-unnecessary cast to char *.
24138         * lib/strnlen.c: Include <string.h> unconditionally.
24139         * lib/yesno.c (yesno): Define with a prototype.
24140
24141 2003-09-11  Bruno Haible  <bruno@clisp.org>
24142
24143         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24144
24145 2003-09-10  Jim Meyering  <jim@meyering.net>
24146
24147         * lib/error.c: Correct indentation of cpp directives.
24148
24149 2003-09-10  Bruno Haible  <bruno@clisp.org>
24150
24151         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24152         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24153         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24154         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24155         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24156         <stdlib.h> and <string.h> checks.
24157         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24158         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24159
24160 2003-09-10  Bruno Haible  <bruno@clisp.org>
24161
24162         * lib/strcspn.c: Include <string.h> unconditionally.
24163         * lib/strpbrk.c: Include <string.h> unconditionally.
24164         * lib/strstr.c: Include <string.h> unconditionally.
24165         * lib/unicodeio.c: Include <string.h> unconditionally.
24166         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24167         * lib/unsetenv.c: Likewise.
24168         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24169         * lib/yesno.c: Include <stdlib.h> unconditionally.
24170         (rpmatch): Add prototype.
24171
24172 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24173
24174         More patches to assume C89 or better.
24175         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24176         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24177         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24178         or for string.h.
24179         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24180         stdlib.h.
24181         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24182         C headers.
24183         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24184         string.h.
24185         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24186         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24187         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24188         or for string.h.
24189         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24190         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24191         C headers.
24192         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24193         memcpy.
24194         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24195         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24196         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24197         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24198         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24199         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24200         string.h, free.
24201         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24202         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24203         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24204         C headers, or for string.h.
24205         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24206         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24207         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24208         headers, memory.h, stdlib.h, string.h, strings.h.
24209         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24210         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24211         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24212         strchr.
24213         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24214         headers, memory.h, string.h.
24215         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24216         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24217         free.
24218         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24219         headers.
24220         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24221         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24222         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24223         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24224         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24225
24226 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24227
24228         More K&R removal.
24229
24230         * lib/acosl.c (main): Use a prototype.
24231         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24232         tanl.c: Likewise.
24233
24234         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24235
24236         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24237         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24238         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24239         with a prototype.
24240         * lib/getopt.c (const): Remove macro.
24241         Include <string.h> unconditionally.
24242         (my_index): Remove; all uses changed to strchr.
24243         (strlen): Remove decl.
24244         (exchange): Remove forward decl; no longer needed.
24245         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24246         Define with prototype.
24247         * lib/getopt1.c (const): Remove macro.
24248         (getopt_long, getopt_long_only, main): Define with prototype.
24249
24250         * lib/getugroups.c: Include <string.h> unconditionally.
24251
24252         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24253         (getusershell, setusershell, endusershell, readname, main):
24254         Define with prototypes.
24255
24256         * lib/group-member.c: Include group-member.h first.
24257         Include <stdlib.h> unconditionally.
24258
24259         * lib/hard-locale.c: Include hard-locale.h first.
24260         Include <stdlib.h>, <string.h> unconditionally.
24261
24262         * lib/hash.c (free, malloc): Remove decls.
24263         Include <stdlib.h> unconditionally.
24264
24265         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24266         (getenv): Do not declare.
24267
24268         * lib/idcache.c: Include <string.h> unconditionally.
24269
24270         * lib/long-options.c: Include long-options.h first, to test interface.
24271         Include <stdlib.h> unconditionally.
24272
24273         * lib/makepath.c: Include makepath.h first, to test interface.
24274         Include <stdlib.h> and <string.h> unconditionally.
24275
24276         * lib/linebuffer.c: Include <stdlib.h>.
24277         (free): Remove decl.
24278
24279         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24280         stddef.h. rpl_malloc returns void *, not char *.
24281         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24282         prototype.
24283
24284         * lib/md5.h: Include <limits.h> unconditionally.
24285         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24286         (__P): Remove; all uses removed.
24287         * lib/md5.c: Include "md5.h" first.
24288         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24289         md5_buffer, md5_process_bytes, md5_process_block):
24290         Define with prototypes.
24291         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24292         * lib/sha.c: Include "sha.h" first.
24293         Include <stdlib.h>, <string.h> unconditionally.
24294
24295         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24296         * lib/memcmp.c (__ptr_t): Likewise.
24297         * lib/memrchr.c (__ptr_t): Likewise.
24298         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24299         Include <string.h> unconditionally.
24300         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24301         * lib/memchr.c: Include <stdlib.h> unconditionally.
24302         * lib/memchr.c (LONG_MAX): Remove.
24303         * lib/memrchr.c (LONG_MAX): Likewise.
24304         * lib/memchr.c (__memchr): Define via a prototype.
24305         * lib/memrchr.c (__memrchr): Likewise.
24306         * lib/memcmp.c (__P): Remove, and remove all uses.
24307         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24308         Remove forward decls; no longer needed.
24309         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24310         Use types required by C89 in prototype.
24311
24312         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24313         * lib/savedir.c: Likewise.
24314         * lib/mkdir.c (free): Remove decl.
24315         * lib/rmdir.c (rmdir): Define with a prototype.
24316         * lib/savedir.c: Include savedir.h first, to test interface.
24317
24318         * lib/mktime.c (STDC_HEADERS): Remove.
24319         Include <stdlib.h>, <string.h> unconditionally.
24320
24321         * lib/modechange.c: Include <stdlib.h> unconditionally.
24322         (malloc): Remove decl.
24323
24324         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24325         (free): Remove decl.
24326
24327         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24328         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24329         (This type really should be intptr_t, but that's a C99ism.)
24330         (_obstack_memcpy): Remove: all uses changed to memcpy.
24331         Include <string.h> unconditionally.
24332         (struct obstack): Assume __STDC__ for types of members
24333         chunkfun, freefun, extra_arg.
24334         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24335         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24336         obstack_begin, obstack_specify_allocation,
24337         obstack_specify_allocation_with_arg, obstack_chunkfun,
24338         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24339         Remove unprototyped decls and the macros that use them.
24340         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24341         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24342         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24343         (defined __STDC__ && __STDC__)]:
24344         Remove nonprototyped code.
24345         Include <stdlib.h> unconditionally.
24346         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24347         _obstack_allocated_p, _obstack_free, obstack_free,
24348         _obstack_memory_used, print_and_abort):
24349         Define using prototypes.
24350         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24351         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24352         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24353         obstack_next_free, obstack_object_size, obstack_room) [0]:
24354         Remove unused, unprototyped code.
24355
24356         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24357
24358         * lib/physmem.c (physmem_total, physmem_available, main): Define
24359         with prototypes.
24360
24361         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24362         (main): Define with a prototype.
24363
24364         * lib/posixver.c (getenv): Remove decl.
24365
24366         * lib/putenv.c (malloc): Returns void *, not char *.
24367         Include <string.h> unconditionally.
24368         (strchr, memcpy, NULL): Do not define.
24369
24370         * lib/readtokens.c: Include readtokens.h first, to test interface.
24371         Include <stdlib.h>, <string.h> unconditionally.
24372         (init_tokenbuffer): Define with a prototype.
24373
24374         * lib/regex.c (PARAMS): Remove.  All uses removed.
24375         All uses of _RE_ARGS removed, too.
24376         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24377         unconditionally.
24378         (bzero): Assume memset exists.
24379         (memcmp, memcpy, NULL): Remove.
24380         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24381         char, or assignments to local vars of type signed char.
24382         (init_syntax_once, PREFIX(extract_number_and_incr),
24383         PREFIX(print_partial_compiled_pattern),
24384         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24385         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24386         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24387         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24388         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24389         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24390         wcs_compile_range, byte_compile_range, truncate_wchar,
24391         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24392         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24393         count_mbs_length, wcs_re_match_2_internal,
24394         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24395         PREFIX(alt_match_null_string_p),
24396         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24397         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24398         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24399         now-unnecessary declaration, if any.
24400         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24401         regcomp, regexec):
24402         Remove now-unnecessary casts among pointer types.
24403         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24404
24405         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24406         (free): Remove decl.
24407
24408         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24409
24410         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24411         (free): Remove decl.
24412
24413         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24414         * lib/xgetcwd.c: Likewise.
24415
24416         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24417         (free): Remove decl.
24418
24419         * lib/strchrnul.c (strchrnul): Define with a prototype.
24420         Fix bug: c_in was not converted to char before searching.
24421
24422         The following changes are not K&R related:
24423
24424         * lib/group-member.h: Include <sys/types.h>, so that this file is
24425         self-contained.
24426         * lib/makepath.h: Likewise.
24427
24428         * lib/getusershell.c (readname, default_index, line_size, readname):
24429         Use size_t, not int, for sizes.
24430         (readname): If the size overflows, report an error instead of
24431         looping forever.
24432
24433 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24434
24435         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24436         libc.
24437
24438 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24439
24440         * README: New section: portability guidelines.
24441
24442 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24443
24444         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24445         C89 spec.
24446
24447 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24448
24449         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24450
24451 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24452
24453         Assume C89 or better; remove K&R cruft.
24454         A few of these changes were first proposed by Derek Robert Price
24455         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24456
24457         * lib/addext.c: Include <string.h> unconditionally.
24458         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24459         Don't declare getenv or malloc.
24460
24461         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24462         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24463         (NULL): Remove.
24464         (find_stack_direction, alloca): Use prototypes.
24465
24466         * lib/atexit.c (atexit): Define using a prototype.
24467
24468         * lib/basename.c, dirname.c, stripslash.c:
24469         Include <string.h> unconditionally.
24470
24471         * lib/bcopy.c: Include <stddef.h>.
24472         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24473
24474         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24475
24476         * lib/error.h (error, error_at_line, error_print_progname)
24477         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24478         * lib/error.c: Include error.h first, to check interface.
24479         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24480         (VA_START): Remove; all uses changeed to va_start.
24481         (exit, strerror): Remove decls.
24482         (error_print_progname): Prototype uncondionally.
24483         Don't include <errno.h>; no longer needed.
24484         (private_strerror): Remove.
24485         (error_tail): Always define.
24486         (error, error_at_line): Assume C89 or better; always use prototypes.
24487         * lib/fatal.c: Include "fatal.h" first, to test interface.
24488         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24489         (VA_START): Remove; all uses changed to va_start.
24490         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24491         this case.
24492         (exit): Remove decl.
24493         (fatal): Prototype unconditionally.  Assume va_start works.
24494         Abort at end, to pacify gcc.
24495
24496         * lib/euidaccess.c (main): Define with a prototype.
24497
24498         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24499
24500         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24501
24502         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24503         prototypes.
24504         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24505         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24506         (getenv): Remove decl.
24507         (fnmatch): Define using a prototype.
24508         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24509         (FCT): Define using a prototype.
24510
24511         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24512
24513         * lib/gethostname.c: Include <stddef.h>.
24514         (gethostname): Define with prototype.  Length is size_t, not int.
24515
24516 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24517
24518         Assume C89 or better; remove K&R cruft.
24519         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24520         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24521         string.h, getenv, malloc.
24522         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24523         headers.
24524         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24525         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24526         do not check for strerror.
24527         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24528         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24529         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24530         do not check for doprnt or vprintf.
24531         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24532         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24533
24534 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24535
24536         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24537         getversion.c should have been removed then, but was accidentally
24538         preserved.
24539
24540         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24541         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24542
24543 2003-09-08  Karl Berry  <karl@gnu.org>
24544
24545         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24546                 config, forget about prep.
24547
24548         * config/depcomp, missing: update from automake.
24549
24550 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24551
24552         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24553         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24554
24555 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24556
24557         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24558         copy_tm_result.  Bug reported by Simon Josefsson in
24559         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24560
24561 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24562
24563         * m4/time_r.m4: New file.
24564         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24565         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24566         is. Check for timegm declaration.
24567         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24568         Do not check for gmtime_r.
24569         Replace mktime if __mktime_internal does not exist and if mktime
24570         hasn't been replaced already.
24571
24572 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24573
24574         * lib/time_r.c, lib/time_r.h: New files.
24575
24576         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24577         __localtime_r.
24578         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24579         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24580
24581         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24582         __gmtime_r.
24583         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24584         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24585         Include <time_r.h>.
24586
24587         * lib/timegm.c: Switch to glibc implementation, with the following
24588         changes:
24589         [defined HAVE_CONFIG_H]: Include <config.h>.
24590         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24591         (__mktime_internal) [!defined _LIBC]: New decl.
24592         (__gmtime_r) [!defined _LIBC]: New macro and function.
24593         (timegm): Use a prototype, since gnulib assumes C89.
24594         Do not bother declaring tmp to be const, as it's not really usefu.
24595         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24596         (timegm): Declare only if HAVE_DECL_TIMEGM.
24597
24598 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24599
24600         * MODULES.html.sh (func_all_modules): Add time_r.
24601         * modules/time_r: New file.
24602         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24603         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24604
24605 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24606
24607         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24608         Bug reported by Lute Kamstra in
24609         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24610
24611         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24612         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24613         course with correspondingly smaller numbers for tomorrow and
24614         yesterday.  From Tadayoshi Funaba.  Originally installed into
24615         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24616         coreutils merge?).
24617
24618 2003-08-31  Simon Josefsson  <jas@extundo.com>
24619
24620         * modules/timegm: New file.
24621         * MODULES.html.sh (func_all_modules): Add timegm.
24622
24623 2003-08-31  Simon Josefsson  <jas@extundo.com>
24624
24625         * m4/timegm.m4: New file.
24626
24627 2003-08-31  Simon Josefsson  <jas@extundo.com>
24628
24629         * lib/timegm.h: New file.
24630         * lib/timegm.c: New file.  Based on
24631         wget-1.8.2/src/http.c:mktime_from_utc.
24632
24633 2003-08-31  Karl Berry  <karl@gnu.org>
24634
24635         * lib/argp.h: update from libc.
24636
24637 2003-08-28  Bruno Haible  <bruno@clisp.org>
24638
24639         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24640         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24641         followed by '#define fnmatch fnmatch_posix' gives an error.
24642
24643 2003-08-28  Bruno Haible  <bruno@clisp.org>
24644
24645         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24646         warning on QNX, which defines O_BINARY to 000000.
24647
24648 2003-08-27  Jim Meyering  <jim@meyering.net>
24649
24650         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24651         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24652         would fail after 32.  Reported by Danny Levinson.  Details here:
24653         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24654
24655 2003-08-24  Bruno Haible  <bruno@clisp.org>
24656
24657         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24658         MSVC7 <stdio.h> is included later.
24659
24660 2003-08-22  Simon Josefsson  <jas@extundo.com>
24661
24662         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24663
24664 2003-08-20  Karl Berry  <karl@gnu.org>
24665
24666         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24667
24668 2003-08-20  Bruno Haible  <bruno@clisp.org>
24669
24670         * modules/progname: New file.
24671         * MODULES.html.sh (func_all_modules): Add progname.
24672
24673 2003-08-20  Bruno Haible  <bruno@clisp.org>
24674
24675         * lib/progname.h: New file, from GNU gettext.
24676         * lib/progname.c: New file, from GNU gettext.
24677         * lib/progreloc.c: New file, from GNU gettext.
24678
24679 2003-08-19  Jim Meyering  <jim@meyering.net>
24680
24681         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24682         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24683
24684 2003-08-19  Bruno Haible  <bruno@clisp.org>
24685
24686         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24687         more.
24688
24689 2003-08-19  Bruno Haible  <bruno@clisp.org>
24690
24691         * lib/xstrdup.c: Assume <string.h> exists.
24692
24693 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24694
24695         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24696         in makefile rules.
24697
24698 2003-08-18  Jim Meyering  <jim@meyering.net>
24699
24700         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24701         * m4/lib-ld.m4: Likewise.
24702
24703 2003-08-18  Jim Meyering  <jim@meyering.net>
24704
24705         * lib/setenv.h: Indent nested cpp directive.
24706         * lib/vasnprintf.c: Remove trailing blanks.
24707
24708 2003-08-17  Simon Josefsson  <jas@extundo.com>
24709
24710         * modules/xstrndup: New file.
24711         * MODULES.html.sh (func_all_modules): Add xstrndup.
24712
24713 2003-08-17  Simon Josefsson  <jas@extundo.com>
24714
24715         * modules/argp: Fix autoconf macro name. Add more dependencies.
24716
24717 2003-08-17  Simon Josefsson  <jas@extundo.com>
24718
24719         * m4/xstrndup.m4: New file.
24720
24721 2003-08-17  Simon Josefsson  <jas@extundo.com>
24722
24723         * m4/argp.m4: New file.
24724
24725 2003-08-17  Simon Josefsson  <jas@extundo.com>
24726             Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/xstrndup.h: New file.
24729         * lib/xstrndup.c: New file.
24730
24731 2003-08-17  Bruno Haible  <bruno@clisp.org>
24732
24733         * modules/strndup (Files, Include): Add lib/strndup.h.
24734
24735 2003-08-17  Bruno Haible  <bruno@clisp.org>
24736
24737         * modules/euidaccess (Files): Add lib/euidaccess.h.
24738
24739 2003-08-17  Bruno Haible  <bruno@clisp.org>
24740
24741         * lib/strndup.h: New file.
24742
24743 2003-08-17  Bruno Haible  <bruno@clisp.org>
24744
24745         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24746         like AC_GNU_SOURCE.
24747         * modules/extensions (configure.ac): Comment out the invocation of
24748         gl_USE_SYSTEM_EXTENSIONS.
24749
24750 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24751
24752         Merges from coreutils, etc.
24753         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24754         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24755         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24756         fixing a typo.
24757         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24758         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24759
24760 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24761
24762         Document merge from coreutils.
24763         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24764         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24765         * modules/utime: Add m4/utimes-null.m4.
24766
24767 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24768
24769         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24770         space, undoing this 2003-08-12 change:
24771         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24772
24773 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24774
24775         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24776         strtoul.c from libc, undoing this 2003-08-12 change:
24777         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24778
24779 2003-08-16  Jim Meyering  <jim@meyering.net>
24780
24781         Merges from coreutils.
24782         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24783         prefix.  Adjust cache variables similarly.  Create 500 rather than
24784         just 300 files, to exercise bug on Darwin6.5, too.
24785         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24786         $missing_dir.
24787         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24788         AM_SYS_POSIX_TERMIOS.
24789         Reported by mkc@mathdogs.com.
24790         Also change use of $am_cv_sys_posix_termios
24791         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24792         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24793         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24794         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24795         in /proc/mounts until it finds one with matching device number.  This
24796         is unnecessary when the FILE argument *is* a mount point.  No stat call
24797         is necessary in that case.  So, disable the statvfs-testing code on
24798         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24799         as RedHat bug# 84846.
24800         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24801         to 1MB, so as not to render systems with no stack size limit (e.g.,
24802         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24803         Include <unistd.h>.  On some systems,
24804         it is required for the definition of _SC_PAGESIZE.
24805
24806 2003-08-16  Jim Meyering  <jim@meyering.net>
24807
24808         Merge from coreutils.
24809         * lib/xstrtoimax.c: #else #if -> #elif.
24810         * lib/xstrtoumax.c: Likewise.
24811
24812 2003-08-16  Jim Meyering  <jim@meyering.net>
24813
24814         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24815         * m4/utimes.m4: Removed.
24816         * m4/utimes-null.m4: Renamed from utimes.m4.
24817
24818         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24819         to 1MB, so as not to render systems with no stack size limit (e.g.,
24820         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24821         Include <unistd.h>.  On some systems,
24822         it is required for the definition of _SC_PAGESIZE.
24823
24824 2003-08-16  Jim Meyering  <jim@meyering.net>
24825         and Paul Eggert  <eggert@cs.ucla.edu>
24826
24827         Merges from coreutils, etc.
24828
24829         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24830         using the latest version from cvs.  This avoids problems with #line
24831         directives using a vendor (Sun) compiler.
24832         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24833         Don't set GETGROUPS_LIB here; now it's
24834         done via getgroups.m4's wrapper function.
24835         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24836         rather than just in sh-util/configure.in, so that the
24837         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24838         same.
24839         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24840         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24841         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24842         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24843         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24844         Remove code that is now done by the newly-required macros.
24845         Append $(EXEEXT) to DF_PROG.
24846         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24847         Do not invoke or require the following here,
24848         since prereq.m4 or some gnulib .m4 now does this for us:
24849         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24850         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24851         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24852         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24853         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24854         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24855         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24856         AC_FUNC_OBSTACK.
24857         Do not replace the following functions, as this is now the job
24858         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24859         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24860         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24861         atexit getpass, strdup, getpagesize.
24862         Replace 'raise'.
24863         Do not check for the following functions, as this is now the job
24864         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24865         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24866         setregid.
24867         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24868         Check for sys/sysctl.h.
24869         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24870         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24871         of checking for ssize_t ourselves.
24872
24873         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24874         Require every macro that gnulib/modules/* suggests for us.
24875         (jm_PREREQ_ADDEXT): New macro.
24876         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24877         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24878
24879         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24880         (gl_PHYSMEM): Use it.
24881         Also check for `table' function.
24882         Check for new headers and functions.
24883         Add check for sys/sysmp.h.
24884         With suggestions from Kaveh Ghazi.
24885         Ignore headers that are present but cannot be compiled.  This
24886         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24887         C 5.4.
24888
24889 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24890
24891         Document merge from coreutils.
24892         * modules/userspec: Depend on posixver.
24893         * modules/strftime: Depend on tzset.
24894
24895 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24896
24897         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24898         rather than tab, after '#' in shell-script copyright notices.
24899         Suggested by Bruno Haible.
24900
24901 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24902
24903         * config/srclist-update: Use three spaces, rather than tab, after '#'
24904         in shell-script copyright notices.  Suggested by Bruno Haible.
24905         Remove unnecessary parenthesization in regular expression.
24906
24907 2003-08-15  Jim Meyering  <jim@meyering.net>
24908
24909         Merge from coreutils.
24910         * lib/xgethostname.c: Include <stdlib.h>.
24911         (xghostname): Don't exit for anything other than memory-related
24912         failure; just return NULL.
24913         * lib/userspec.c: Include "posixver.h".
24914         (parse_user_spec): Accept `.' as a separator only
24915         in pre-POSIX-200112 mode.
24916         * lib/strtoimax.c: Use #elif rather than #else #if.
24917         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24918         Remove function, now that we can rely on a working tzset function.
24919         [!_LIBC]: Ensure that the required autoconf test has been run.
24920         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24921         Use underlying_strftime for %r.
24922         * lib/sha.c: Merge in some clean-up and optimization changes from
24923         glibc.
24924         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24925         Ensure that it is a multiple of 64.
24926         Rearrange loop exit tests so as to avoid performing an
24927         additional fread after encountering an error or EOF.
24928         * lib/realloc.c: Update copyright date.
24929
24930 2003-08-15  Jim Meyering  <jim@meyering.net>
24931         and Paul Eggert  <eggert@twinsun.com>
24932
24933         Merge from coreutils.
24934         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24935         member but strut utmpx does not.  Needed for AIX 4.3.3.
24936         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24937
24938 2003-08-15  Jim Meyering  <jim@meyering.net>
24939         and Paul Eggert  <eggert@cs.ucla.edu>
24940
24941         Merges from coreutils, etc.
24942         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24943         Require gl_FUNC_TZSET_CLOBBER.
24944         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24945         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24946         members.
24947
24948 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24949
24950         Help the merge from coreutils.
24951         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24952         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24953         * m4/tzset.m4: Use it too.
24954
24955 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24956
24957         * modules/tzset: New file.
24958
24959 2003-08-14  Jim Meyering  <jim@meyering.net>
24960
24961         Merges from coreutils.
24962         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24963         variable names, rather than @FNMATCH_H@.
24964         * modules/alloca: Likewise for $(ALLOCA_H).
24965
24966         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24967         the three copies of the literal target, `fnmatch.h'.
24968         * modules/alloca (alloca.h): Likewise.
24969
24970 2003-08-14  Jim Meyering  <jim@meyering.net>
24971
24972         Merge from coreutils.
24973         * m4/tzset.m4: New file.
24974         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24975         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24976         otherwise, AIX 5.1 systems would end up using the latter.
24977         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24978         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24979         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24980         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24981
24982 2003-08-14  Jim Meyering  <jim@meyering.net>
24983
24984         Merge from coreutils.
24985         * lib/obstack.h: Whitespace changes.
24986         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24987         and xcalloc return values.
24988         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24989         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24990         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24991         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24992         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24993         error from mntctl.
24994         Use mntctl's return value to drive the entry-processing loop, since
24995         we can't rely on the value of the vmt_length member in the last
24996         entry.  On some systems doing so could result in exhausting
24997         virtual memory.  Based in part on a patch from Mike Jetzer.
24998
24999 2003-08-14  Jim Meyering  <jim@meyering.net>
25000         and Paul Eggert  <eggert@twinsun.com>
25001
25002         Merges from coreutils, plus other fixes.
25003         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25004         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25005         for credits and details.  Thanks to Kaveh Ghazi for helping
25006         to keep these files in sync.
25007         (ARRAY_SIZE): Define it.
25008         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25009         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25010         (memcasecmp): Don't assume size_t fits in unsigned int.
25011         Remove casts and duplicate code.
25012         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25013         (memcpy): Remove definition.
25014         Merge in some clean-up and optimization changes from glibc.
25015         [BLOCKSIZE]: Move definition to top of file.
25016         Ensure that it is a multiple of 64.
25017         Rearrange loop exit tests so as to avoid performing an
25018         additional fread after encountering an error or EOF.
25019         * lib/md5.h (md5_uintptr): Define.
25020         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25021         return to the initial working directory.  Preserve errno
25022         for caller.
25023         * lib/idcache.c: Include "xalloc.h".
25024         (xmalloc, xrealloc): Remove decls.
25025         (getuser): Remove casts no longer required in C89.
25026         * lib/human.c: Include stdio.h, for sprintf.
25027         * lib/group-member.c: Include "xalloc.h".
25028         (xmalloc, xrealloc): Remove decls.
25029         (get_group_info): Remove casts no longer required in C89.
25030         * lib/getusershell.c (readname): Remove casts no longer required in
25031         C89.
25032         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25033         * lib/getline.c: Whitespace fix, from coreutils.
25034
25035 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25036
25037         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25038         Check for isascii.
25039
25040         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25041         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25042         Undo previous (whitespace-only) change.
25043
25044 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25045
25046         * lib/exclude.c: Include <ctype.h>
25047         (IN_CTYPE_DOMAIN): New macro.
25048         (is_space): New fn.
25049         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25050         and empty lines.
25051
25052         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25053         Undo previous (whitespace-only) change.
25054
25055 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25056
25057         * config/srclist-update: Change update back to the old behavior,
25058         leaving whitespace alone.  Use one 'sed' command rather than a
25059         pipeline.
25060         (fixlicense): Now a variable, not a function.
25061         (remove_trailing_blanks): Remove.
25062         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25063         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25064         Undo previous (whitespace-only) change.
25065
25066 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25067
25068         Merge from coreutils.
25069         * modules/euidaccess: Add lib_SOURCES, include for new
25070         file euidaccess.h
25071
25072 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25073
25074         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25075         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25076         Normalize leading white space and remove trailing white space.
25077
25078         Merge from coreutils
25079         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25080
25081         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25082         0.12.1.  These files are now being upgraded automatically by
25083         ../config/srclist-update.
25084
25085 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25086
25087         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25088         Normalize leading white space and remove trailing white space.
25089         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25090         notice, as per ../config/srclist-update.
25091
25092         Merge from coreutils.
25093         * lib/euidaccess.h: New file.
25094         * lib/euidaccess.c: Include it.
25095         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25096         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25097         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25098
25099 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25100
25101         * config/srclist-update: Add copyright notice.
25102         (remove_id_lines, remove_trailing_blanks): New constants.
25103         (fixfile): Use them to normalize spacing a bit in copied files.
25104         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25105         Normalize leading white space and remove trailing white space.
25106
25107         * config/texinfo.tex: Sync with texinfo.
25108
25109         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25110         strtoul.c from libc, to merge coreutils whitespace changes.
25111
25112         * config/srclist.txt: Get the following m4 files from gettext:
25113         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25114         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25115         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25116         wint_t.m4.
25117
25118 2003-08-12  Karl Berry  <karl@gnu.org>
25119
25120         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25121         been made.
25122
25123 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25124
25125         * modules/gnu-source, m4/gnu-source.m4:
25126         Remove; we're assuming Autoconf 2.54 or later now.
25127         Suggested by Bruno Haible.
25128         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25129
25130 2003-08-11  Bruno Haible  <bruno@clisp.org>
25131
25132         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25133
25134 2003-08-11  Bruno Haible  <bruno@clisp.org>
25135
25136         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25137         (vasnprintf): Use it instead of wcslen.
25138
25139 2003-08-11  Bruno Haible  <bruno@clisp.org>
25140
25141         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25142         value to ensure that _Bool promotes to int. Use #define for _Bool when
25143         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25144
25145 2003-08-10  Karl Berry  <karl@gnu.org>
25146
25147         * lib/regex.h: update from libc (whitespace fix).
25148
25149 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25150
25151         Merge some files from coreutils.  These changes were
25152         originally made by Jim Meyering.
25153         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25154         many older Unixes require this.
25155         * lib/alloca.c (alloca): Remove cast to argument of free;
25156         no longer needed in C89.
25157         * lib/alloca_.h, regex.h: Fix white space to match
25158         what GNU indent does.
25159
25160 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25161
25162         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25163         apparently Emacs's Unicode mode got confused before my 2003-08-05
25164         checkin.
25165
25166 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25167
25168         * m4/extensions.m4: New file.
25169         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25170         Require gl_USE_SYSTEM_EXTENSIONS.
25171         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25172         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25173
25174 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25175
25176         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25177         * modules/extensions, modules/gnu-source: New files.
25178         * modules/timespec, modules/unlocked-io: Depend on extensions.
25179
25180 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25181
25182         * modules/restrict: New file.
25183         * MODULES.html.sh (func_all_modules): Add restrict.
25184         * modules/regex: Depend on restrict.
25185
25186 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25187
25188         * m4/restrict.m4: New file.
25189         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25190
25191 2003-08-07  Bruno Haible  <bruno@clisp.org>
25192
25193         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25194         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25195
25196 2003-08-07  Bruno Haible  <bruno@clisp.org>
25197
25198         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25199         makes the module 'getndelim2' compatible with the module 'getline'.
25200
25201 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25202
25203         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25204         byte with "\201" to avoid glitches when editing that source file
25205         with multi-gnome-terminal.
25206
25207 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25208
25209         * lib/bumpalloc.h: Remove.
25210
25211 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25212
25213         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25214         * modules/bumpalloc: Remove.
25215
25216 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25217
25218         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25219         GNU coding style.
25220
25221         Merge from coreutils.
25222         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25223         1. From glibc.
25224         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25225         from Karl Berry, implemented by Jim Meyering.
25226         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25227         from Dmitry V. Levin.
25228         Remove anachronistic cast of xrealloc.
25229         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25230         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25231         type. Otherwise, it wouldn't compile with at least /bin/cc on
25232         ymp-cray-unicos9.0.2.X.
25233         Combine two mostly-identical uses of alloca into one.
25234         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25235
25236 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25237
25238         [From Emacs.]
25239
25240         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25241         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25242         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25243         obsolete NLIST_NAME_UNION.
25244         [__GNU__]: Undef BSD and FSCALE.
25245         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25246
25247 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25248
25249         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25250         an enum type, so that it's guaranteed to promote to int.  See:
25251         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25252
25253 2003-08-03  Karl Berry  <karl@gnu.org>
25254
25255         * config/depcomp: update from automake.
25256
25257 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25258
25259         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25260         (strerror): Don't assume that a printable int fits in 14 bytes.
25261
25262 2003-07-31  Bruno Haible  <bruno@clisp.org>
25263
25264         * modules/getpass-gnu: New file.
25265         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25266
25267 2003-07-31  Bruno Haible  <bruno@clisp.org>
25268
25269         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25270
25271 2003-07-24  Karl Berry  <karl@gnu.org>
25272
25273         * config/missing: update from automake.
25274
25275 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25276             Bruno Haible  <bruno@clisp.org>
25277
25278         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25279         * lib/getline.c (getline, getdelim): Likewise.
25280         Remove _GNU_SOURCE define; now it's defined in config.h through
25281         m4/getline.m4.
25282
25283 2003-07-23  Karl Berry  <karl@gnu.org>
25284
25285         * config/config.sub: update from prep.
25286
25287 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25288
25289         * modules/xalloc (Depends-on): Add exitfail.
25290         * modules/xmemcoll: Likewise.
25291
25292 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25293
25294         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25295         over-parenthesization in macros.
25296
25297         Sync with coreutils.
25298
25299         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25300         required by C99.
25301
25302         Use `exit_failure' for xalloc and xmemcoll instead of their own
25303         private exit-failure variables.
25304         * lib/xalloc.h (xalloc_exit_failure): Remove.
25305         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25306         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25307         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25308         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25309         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25310
25311 2003-07-20  Jim Meyering  <jim@meyering.net>
25312
25313         * modules/closeout (Depends-on): Add exitfail.
25314         Suggestion from Bruno Haible.
25315
25316 2003-07-19  Karl Berry  <karl@gnu.org>
25317
25318         * config/config.sub: update from prep.
25319
25320 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25321
25322         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25323         Remove.
25324         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25325         to test that it can stand by itself.  Include "exitfail.h".
25326         Clients should set exit_failure instead.
25327         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25328
25329 2003-07-18  Bruno Haible  <bruno@clisp.org>
25330
25331         * modules/getndelim2: New file.
25332         * modules/getline: Share files with module getndelim2.
25333         * modules/getnline: Depend on getndelim2 instead of sharing files with
25334         it. Add getnline.c to lib_SOURCES.
25335         * MODULES.html.sh (func_all_modules): Add getndelim2.
25336
25337 2003-07-18  Bruno Haible  <bruno@clisp.org>
25338
25339         * m4/getndelim2.m4: New file.
25340         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25341         invoke gl_PREREQ_GETNDELIM2.
25342         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25343         gl_PREREQ_GETNDELIM2.
25344         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25345         gl_GETNDELIM2.
25346
25347 2003-07-18  Bruno Haible  <bruno@clisp.org>
25348
25349         * lib/getndelim2.h: New file.
25350         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25351         getndelim2.h.
25352         (getndelim2): Make non-static. Change return type to ssize_t.
25353         * lib/getline.h: Change argument names.
25354         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25355         * lib/getnline.c: Include getndelim2.h.
25356
25357 2003-07-18  Andreas Schwab  <schwab@suse.de>
25358
25359         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25360
25361 2003-07-17  Karl Berry  <karl@gnu.org>
25362
25363         * config/config.sub: update from prep.
25364
25365 2003-07-17  Bruno Haible  <bruno@clisp.org>
25366
25367         * modules/getnline: New file.
25368         * modules/getline: Add lib/getndelim2.c to source file list.
25369         * MODULES.html.sh (func_all_modules): Add getnline.
25370
25371 2003-07-17  Bruno Haible  <bruno@clisp.org>
25372
25373         * m4/getnline.m4: New file.
25374
25375 2003-07-17  Bruno Haible  <bruno@clisp.org>
25376
25377         * m4/Makefile.am.in: Remove file.
25378         * m4/Makefile.am: Remove file.
25379         * m4/Makefile.in: Remove file.
25380
25381 2003-07-17  Bruno Haible  <bruno@clisp.org>
25382
25383         * lib/getnline.h: New file.
25384         * lib/getnline.c: New file.
25385         * lib/getndelim2.c: New file, extracted from getline.c.
25386         (getndelim2): Renamed from getdelim2, with added nmax argument.
25387         * lib/getline.c: Include getndelim2.c.
25388         (getdelim2): Moved out to getndelim2.c.
25389         (getline, getdelim): Update.
25390
25391 2003-07-17  Bruno Haible  <bruno@clisp.org>
25392
25393         * lib/Makefile.am: Remove file.
25394         * lib/Makefile.in: Remove file.
25395
25396 2003-07-17  Bruno Haible  <bruno@clisp.org>
25397
25398         * configure.in: Remove file.
25399         * Makefile.in: Remove file.
25400
25401 2003-07-17  Bruno Haible  <bruno@clisp.org>
25402
25403         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25404
25405 2003-07-16  Karl Berry  <karl@gnu.org>
25406
25407         * config/srclist-update: was running fixlicense twice, which caused
25408                 texinfo.tex to be nullified for some reason.  Simplify,
25409                 $gplsrc is no longer needed as far as I can see?
25410
25411 2003-07-16  Jim Meyering  <jim@meyering.net>
25412
25413         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25414
25415 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25416
25417         * config/srclist.txt: Get the following files from gettext-runtime/intl
25418         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25419         ref-del.sin.  From Bruno Haible.
25420         * config/srclist-update (fixfile): Change grep pattern again, since the
25421         previous fix didn't work (there was another trailing $).  Use
25422         '[$]' to escape the $s.
25423
25424 2003-07-15  Karl Berry  <karl@gnu.org>
25425
25426         * lib/vasnprintf.c: update from gettext.
25427
25428 2003-07-15  Karl Berry  <karl@gnu.org>
25429
25430         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25431         gets expanded when surrounded by '$'.
25432
25433 2003-07-15  Jim Meyering  <jim@meyering.net>
25434
25435         * modules/save-cwd: Don't depend on error.  From Derek Price.
25436
25437 2003-07-15  Jim Meyering  <jim@meyering.net>
25438
25439         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25440
25441 2003-07-14  Simon Josefsson  <jas@extundo.com>
25442
25443         * modules/mempcpy: New file.
25444         * MODULES.html.sh (func_all_modules): Add mempcpy.
25445
25446 2003-07-14  Simon Josefsson  <jas@extundo.com>
25447
25448         * m4/mempcpy.m4: New file.
25449
25450 2003-07-14  Simon Josefsson  <jas@extundo.com>
25451
25452         * lib/mempcpy.h: New file.
25453         * lib/mempcpy.c: New file.
25454
25455 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25456
25457         * modules/getdate, modules/posixtm: Depend on mktime.
25458
25459 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25460
25461         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25462         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25463         unicodeio.c, unicodeio.h, unlocked-io.h:
25464         Switch from LGPL to GPL.
25465
25466 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25467
25468         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25469         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25470         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25471         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25472         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25473         updated automatically by ../config/srclist-update.  This changes
25474         their license from LPGL to GPL.
25475
25476 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25477
25478         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25479         assumed to refer to the root of the most recent stable gettext version.
25480         * config/srclistvars.sh: Add defaults for eggert.
25481         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25482         Match "This program" as well as "The program".  This is needed
25483         for gettext.
25484
25485 2003-07-14  Jim Meyering  <jim@meyering.net>
25486
25487         Don't emit diagnostics.  Let callers do that.
25488         * lib/save-cwd.c: Don't include "error.h".
25489         (save_cwd): Don't call error.  Ensure that errno is valid
25490         when returning nonzero.
25491
25492         * lib/save-cwd.h (restore_cwd): Update prototype.
25493         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25494         Simplify.  Don't call error upon failure.  Let callers do that.
25495         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25496         when auditing is enabled.  But don't bother updating the #if.
25497
25498 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25499
25500         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25501         it breaks C++ compilation.
25502         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25503
25504 2003-07-10  Simon Josefsson  <jas@extundo.com>
25505
25506         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25507
25508 2003-07-10  Jim Meyering  <jim@meyering.net>
25509
25510         * m4/clock_time.m4: Remove trailing blank.
25511         * m4/intmax_t.m4: Likewise.
25512
25513 2003-07-10  Jim Meyering  <jim@meyering.net>
25514
25515         * lib/vasnprintf.c: Remove trailing blanks.
25516         Make cpp indentation consistent.
25517
25518 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25519
25520         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25521         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25522         Switch from LGPL to GPL.
25523
25524 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25525
25526         * config/srclist.txt: Sort sublists.  Add
25527         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25528         that differ from gnulib for one reason or another; we'd like this list
25529         to be smaller but for now let's document what we have.
25530
25531 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25532
25533         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25534         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25535         and sweeter "eval x=$x".
25536         * config/srclist.txt: Get lib/argp* from glibc.
25537
25538 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25539
25540         * lib/mktime.c: Fix some boundary cases and remove need for floating
25541         point.
25542
25543         Issue a compile-time diagnostic if time_t is floating point, or if
25544         two's complement arithmetic is not in effect, or if arithmetic
25545         right shift does not propagate the sign.  These assumptions were
25546         all in the original code but they weren't checked.
25547
25548         (TIME_T_MIDPOINT, verify): New macros.
25549         (__isleap): Remove; it has integer overflow problems.
25550         (leapyear): New function, without those problems.
25551         (ydhms_tm_diff): Remove; splitting into two parts.
25552         (ydhms_diff): New function, containing the arithmetic part of
25553         the old ydhms_tm_diff function.  Issue a compile-time
25554         diagnostic if we are not using C99 integer division.
25555         Avoid casts when possible.
25556         (guess_time_tm): New function, containing the checking part of
25557         the old ydhms_tm_diff function.  Return the new value, rather than
25558         the difference between it and the old.  Accept a new argument T
25559         so that *T specifies the old value.  Check for overflow in the result.
25560
25561         (__mktime_internal): Use a time_t offset, not a long int offset.
25562         This undoes the 2003-06-04 change, which is no longer needed now
25563         that we have better overflow checking.
25564         (localtime_offset): Likewise.
25565
25566         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25567         and long are 64-bit but int is only 32-bit.
25568         (ydhms_diff): Use long int to store year1 and yday1.
25569         Issue a compile-time diagnostic if long int is not wide enough.
25570
25571         (__mktime_internal): Use long int to store adjusted year and yday.
25572         Use plain C rather than preprocessor commands, if that doesn't
25573         affect efficiency.
25574         Check for overflow (and try to repair) after each probe
25575         rather than checking only at the very end.  This avoids some bugs
25576         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25577         does not equal GMT offset at maximum time).
25578         Use integer to check for overflow rather than floating point; this
25579         is more portable to non-IEEE hosts, and is a tad faster.
25580         When we detect that we are oscillating between two values,
25581         don't check whether tm_isdst has the requested value, since
25582         we already know the answer.  When tm_isdst has the wrong value,
25583         use a different heuristic to find the right one, based on the
25584         extreme values actually observed in practice in tz2003a,
25585         rather than the (overly optimistic) "previous 3 calendar quarters".
25586
25587         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25588         "T const" to accommodate glibc style.
25589         (check_result): Use less-confusing report format.  "long" -> "long int.
25590         (main): Likewise.
25591         Don't loop if the iteration overflows time_t.
25592         Allow a negative step in the iteration.
25593
25594 2003-07-06  Karl Berry  <karl@gnu.org>
25595
25596         * config/depcomp: update from automake.
25597         * config/config.sub: update from prep.
25598
25599 2003-07-03  Karl Berry  <karl@gnu.org>
25600
25601         * config/config.guess: update from prep.
25602
25603 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25604
25605         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25606         xreadlink.c now includes it unconditionally.
25607
25608 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25609
25610         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25611         having it depend on HAVE_SYS_TYPES_H.
25612
25613 2003-07-01  Bruno Haible  <bruno@clisp.org>
25614
25615         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25616         <sys/types.h> should be sufficient.
25617         Reported by Paul Eggert.
25618
25619 2003-06-26  Karl Berry  <karl@gnu.org>
25620
25621         * config/depcomp: update from automake.
25622
25623 2003-06-26  Bruno Haible  <bruno@clisp.org>
25624
25625         * modules/human: Depend on module stdbool.
25626
25627 2003-06-25  Bruno Haible  <bruno@clisp.org>
25628
25629         * modules/readlink: New file.
25630         * modules/xreadlink: Depend on it.
25631         * MODULES.html.sh (func_all_modules): Add readlink.
25632
25633 2003-06-25  Bruno Haible  <bruno@clisp.org>
25634
25635         * m4/readlink.m4: New file.
25636
25637 2003-06-25  Bruno Haible  <bruno@clisp.org>
25638
25639         * lib/readlink.c: New file.
25640
25641 2003-06-22  Karl Berry  <karl@gnu.org>
25642
25643         * config/srclist.txt: update mkinstalldirs from automake.
25644         * config/mkinstalldirs: update.
25645
25646 2003-06-22  Bruno Haible  <bruno@clisp.org>
25647
25648         Portability to mingw32.
25649         * m4/ssize_t.m4: New file, from GNU gettext.
25650         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25651         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25652
25653 2003-06-22  Bruno Haible  <bruno@clisp.org>
25654
25655         * modules/safe-read: Add m4/ssize_t.m4.
25656         * modules/xreadlink: Add m4/ssize_t.m4.
25657
25658 2003-06-20  Bruno Haible  <bruno@clisp.org>
25659
25660         Assume C89, so PARAMS isn't needed.
25661         * lib/unicodeio.h (PARAMS): Remove.
25662         * lib/unicodeio.c: Don't use PARAMS.
25663
25664 2003-06-18  Karl Berry  <karl@gnu.org>
25665
25666         * config/config.{guess,sub}: update from prep.
25667
25668 2003-06-18  Jim Meyering  <jim@meyering.net>
25669
25670         Merge changes from coreutils.
25671         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25672         Remove explicit declarations of xmalloc and realloc.
25673         Include xalloc.h.
25674         (read_utmp): Remove anachronistic cast of xmalloc.
25675
25676 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25677
25678         Assume C89, so PARAMS isn't needed.
25679         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25680         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25681         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25682         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25683         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25684         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25685         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25686         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25687         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25688         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25689         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25690         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25691         no longer needed. Anyway, config.h should always be included before any
25692         other file.
25693
25694 2003-06-11  Simon Josefsson  <jas@extundo.com>
25695
25696         * modules/sysexits: New file.
25697         * MODULES.html.sh (func_all_modules): Add sysexits.
25698
25699 2003-06-11  Simon Josefsson  <jas@extundo.com>
25700
25701         * lib/sysexit_.h: New file.
25702
25703 2003-06-11  Derek Price  <derek@ximbiot.com>
25704
25705         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25706         necessary.
25707
25708 2003-06-11  Bruno Haible  <bruno@clisp.org>
25709
25710         * m4/sysexits.m4: New file.
25711
25712 2003-06-10  Simon Josefsson  <jas@extundo.com>
25713
25714         * lib/argp.h: New file, from glibc.
25715         * lib/argp-ba.c: New file, from glibc.
25716         * lib/argp-eexst.c: New file, from glibc.
25717         * lib/argp-fmtstream.c: New file, from glibc.
25718         * lib/argp-fmtstream.h: New file, from glibc.
25719         * lib/argp-fs-xinl.c: New file, from glibc.
25720         * lib/argp-help.c: New file, from glibc.
25721         * lib/argp-namefrob.h: New file, from glibc.
25722         * lib/argp-parse.c: New file, from glibc.
25723         * lib/argp-pv.c: New file, from glibc.
25724         * lib/argp-pvh.c: New file, from glibc.
25725         * lib/argp-xinl.c: New file, from glibc.
25726
25727 2003-06-10  Simon Josefsson  <jas@extundo.com>
25728
25729         * modules/strchrnul: New file.
25730
25731 2003-06-10  Simon Josefsson  <jas@extundo.com>
25732
25733         * modules/argp: New file.
25734
25735 2003-06-10  Simon Josefsson  <jas@extundo.com>
25736
25737         * m4/strchrnul.m4: New file.
25738
25739 2003-06-10  Simon Josefsson  <jas@extundo.com>
25740
25741         * lib/strchrnul.h: New file.
25742         * lib/strchrnul.c: New file.
25743
25744 2003-06-10  Bruno Haible  <bruno@clisp.org>
25745
25746         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25747
25748 2003-06-07  Karl Berry  <karl@gnu.org>
25749
25750         * config/config.{guess,sub}: update from prep.
25751
25752 2003-06-07  Jim Meyering  <jim@meyering.net>
25753
25754         * modules/strtod: Use $(...) notation, not @...@ for
25755         AC_REPLACE'd variables.
25756         * modules/localcharset: Likewise.
25757
25758 2003-06-07  Jim Meyering  <jim@meyering.net>
25759
25760         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25761         in place of my name in the copyright comment.
25762         Remove definition and uses of __P.
25763
25764         From coreutils.
25765         * lib/stat.c: Don't declare xmalloc explicitly.
25766         Instead, include "xalloc.h".
25767         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25768         xrealloc, and xcalloc return values.
25769         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25770         Improve comment.
25771         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25772
25773 2003-06-07  Bruno Haible  <bruno@clisp.org>
25774
25775         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25776         avoid AC_CONFIG_LINKS.
25777         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25778         fnmatch.h, to avoid AC_CONFIG_LINKS.
25779         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25780
25781 2003-06-07  Bruno Haible  <bruno@clisp.org>
25782
25783         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25784         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25785         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25786         directory.
25787         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25788         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25789         directory.
25790
25791 2003-06-06  Jim Meyering  <jim@meyering.net>
25792
25793         Merge from coreutils.
25794         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25795         Consolidate declarations and initializations of *_base* locals.
25796
25797         Merge from coreutils.
25798         This avoids a core dump on systems without GNU putenv,
25799         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25800         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25801         (unsetenv): New static function, from GNU libc.
25802         (rpl_putenv): Use it.
25803
25804         * lib/modechange.c: Remove trailing blanks.
25805
25806         Merge from coreutils.
25807         * lib/fsusage.c: Remove declaration of statfs.
25808         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25809
25810         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25811
25812 2003-06-06  Jim Meyering  <jim@meyering.net>
25813
25814         * lib/stdbool_.h: Renamed from stdbool.h.in.
25815
25816 2003-06-06  Jim Meyering  <jim@meyering.net>
25817             Bruno Haible  <bruno@clisp.org>
25818
25819         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25820         Adjust Makefile.am snippet not to redirect directly to target.
25821         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25822
25823 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25824
25825         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25826         mismatch, look in future quarters as well as past.  This fixes a
25827         bug when processing fall-backwards gaps immediately after a long
25828         period of daylight-saving time.
25829
25830         * lib/mktime.c: Assume freestanding C89 or better.
25831         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25832         (__P): Remove; not used.
25833         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25834         (mktime, not_equal_tm, print_tm, check_result,
25835         main): Use prototypes.  Use const * where appropriate.
25836         (main): Fix typo in testing code that uncovered by above changes.
25837         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25838
25839 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25840
25841         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25842         locale.h, localeconv.  This merges changes from coreutils.
25843
25844         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25845         It can be removed after the next Autoconf is released.
25846         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25847         needed.
25848
25849 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25850
25851         * lib/mktime.c: Fix Debian bug 177940
25852         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25853         (localtime_offset): Now long int, not time_t, because we want it
25854         to be guaranteed to be signed.  All uses changed.
25855         (__mktime_internal): If overflow would occur when adding offset,
25856         don't add it.
25857
25858         Merge 'human' changes from coreutils.  Rewrite to support
25859         locale-specific notations like thousands separators.
25860         * lib/human.c: Simplify authorship notice.
25861         Include human.h immediately after config.h.
25862         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25863         <limits.h>: Do not include, since human.h does.
25864         (SIZE_MAX, UINTMAX_MAX): New macros.
25865         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25866         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25867         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25868         (power_letter): Renamed from suffixes.
25869         (generate_suffix_backwards): Remove.
25870         (adjust_value): Now takes int style (because of human.h changes)
25871         and long double value (for greater precision on some platforms).
25872         (group_number): New function.
25873         (human_readable): Use it.  Use integer options, not enum.
25874         Put the options before the sizes in the arg list.
25875         Support all the new options.
25876         The old human_readable function has been removed;
25877         use inttostr.h instead.
25878         (human_readable, default_block_size, humblock):
25879         Use uintmax_t, not int, for block sizes.
25880         (human_readable_inexact, block_size_types): Remove.
25881         (block_size_opts): New constant.
25882         (human_options): Renamed from human_block_size, with new signature
25883         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25884         * lib/human.h: Add copyright and authorship notice.
25885         Include <limits.h> and <stdbool.h> unconditionally.
25886         (PARAMS): Remove.  All uses removed.
25887         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25888         (enum human_inexact_style): Remove tag; now a nameless enum.
25889         (human_floor, human_ceiling, human_round_to_even): Now have
25890         values 2, 0, 1 rather than -1, 1, 0.
25891         (human_group_digits, human_suppress_point_zero, human_autoscale,
25892         human_base_1024, human_SI, human_B): New constants.
25893         (human_readable_inexact, human_block_size): Remove.
25894         (human_readable): Size args are now uintmax_t, not int.
25895         (human_options): New decl.
25896
25897         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25898         unnecessary now that we assume C89 or better.  This change
25899         imported from coreutils.
25900
25901         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25902         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25903         in the 2003-05-30 sync from glibc.
25904
25905         .h files should stand alone, but we shouldn't include <sys/types.h>
25906         if we can get away with just <stddef.h>.
25907
25908         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25909         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25910         rather than <sys/types.h>, as we merely need size_t.
25911         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25912         to get size_t.
25913         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25914         Include <stdio.h>, to get FILE.
25915         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25916         memcasecmp.h has included <stddef.h> and all we need is size_t.
25917         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25918         our interface, instead of including <sys/types.h>
25919
25920 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25921
25922         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25923         now, as glibc mktime is buggy on non-glibc systems.
25924
25925 2003-06-03  Karl Berry  <karl@gnu.org>
25926
25927         * config/config.sub: update from prep.
25928
25929 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25930
25931         [from coreutils]
25932         Fix some minor time-related bugs with POSIX time arguments.
25933         Some valid time stamps were being rejected (notably -1, and
25934         time stamps before 1900 on 64-bit hosts).  And some invalid
25935         time stamps were being accepted, e.g. September 31.
25936
25937         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25938         that we can return (time_t) -1 successfully.
25939         * lib/posixtm.c: Likewise.
25940         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25941         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25942         (t): Remove static var.
25943         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25944         of static var.  All uses changed.
25945         (year): Do not reject years before 1900; they can occur with
25946         64-bit time_t.
25947         (posix_time_parse): Do not check for out-of-range components;
25948         that is now the caller's responsibility, since our checks were
25949         only approximations.
25950         (posixtime): Use mktime to check for out-of-range components,
25951         since it knows them exactly.
25952         If mktime returns (time_t) -1, check whether an error actually occurred
25953         by invoking localtime on -1.
25954         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25955         posixtime failures better.
25956         Improve the test data (in comments only).
25957
25958 2003-06-02  Karl Berry  <karl@gnu.org>
25959
25960         * config/mkinstalldirs (version): new variable.
25961         (--version): new option.
25962         (usage): improve message.
25963
25964 2003-05-30  Karl Berry  <karl@gnu.org>
25965
25966         * lib/mktime.c: update from libc.
25967
25968 2003-05-30  Bruno Haible  <bruno@clisp.org>
25969
25970         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25971         * config/config.rpath: Upgrade to gettext-0.12.1.
25972
25973 2003-05-30  Bruno Haible  <bruno@clisp.org>
25974
25975         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25976         * m4/nls.m4: New file, from gettext-0.12.1.
25977         * m4/po.m4: New file, from gettext-0.12.1.
25978         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25979
25980 2003-05-30  Bruno Haible  <bruno@clisp.org>
25981
25982         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25983         * lib/localcharset.h: Likewise.
25984         * lib/localcharset.c: Likewise.
25985
25986 2003-05-29  Karl Berry  <karl@gnu.org>
25987
25988         * config/config.rpath: update from gettext.
25989
25990 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25991
25992         Assume the headers required for C89 freestanding compilers.
25993         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25994         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25995         * m4/human.m4 (gl_HUMAN): Likewise.
25996         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25997         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25998         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25999         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26000         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26001         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26002
26003 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26004
26005         Assume the headers required for C89 freestanding compilers.
26006         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26007         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26008         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26009         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26010         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26011         define, since <limits.h> is guaranteed to do that.
26012         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26013         * lib/exclude.c: Include <stdbool.h> unconditionally.
26014         * lib/tempname.c: Include <stddef.h> unconditionally.
26015         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26016         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26017         <stddef.h> does that.
26018         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26019         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26020         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26021         needed.
26022         * lib/xstrtol.c: Likewise.
26023         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26024         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26025
26026         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26027         warnings on some platforms.
26028
26029         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26030         arbitrarily.
26031
26032 2003-05-26  Jim Meyering  <jim@meyering.net>
26033
26034         Merge in a change from coreutils:
26035         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26036         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26037         that condition, rather than `-1' which is slightly misleading.
26038         Change the name of the cache variable to have the gl_ prefix.
26039         Prompted by a patch from Richard Dawe for DJGPP.
26040
26041 2003-05-24  Karl Berry  <karl@gnu.org>
26042
26043         * config/config.guess: update from prep.
26044
26045 2003-05-22  Karl Berry  <karl@gnu.org>
26046
26047         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26048
26049 2003-05-20  Karl Berry  <karl@gnu.org>
26050
26051         * config/config.guess: update from prep.
26052
26053 2003-05-18  Karl Berry  <karl@gnu.org>
26054
26055         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26056         might actually be set by the user.
26057
26058         * config/depcomp, install-sh, mdate-sh: update from automake.
26059
26060 2003-05-17  Bruno Haible  <bruno@clisp.org>
26061
26062         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26063         invalid expansion for AC_EGREP_CPP.
26064         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26065         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26066         Suggested by Akim Demaille <akim@epita.fr> in
26067         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26068
26069 2003-05-12  Jim Meyering  <jim@meyering.net>
26070
26071         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26072         the space-padded-by-default conversion specifiers, %e, %k, %l.
26073
26074 2003-05-12  Bruno Haible  <bruno@clisp.org>
26075
26076         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26077         the string is longer than 4 KB.
26078
26079 2003-05-11  Karl Berry  <karl@gnu.org>
26080
26081         * config/config.{guess,sub}: update from prep.
26082
26083 2003-05-09  Bruno Haible  <bruno@clisp.org>
26084
26085         * modules/error: Add m4/strerror_r.m4 to file list.
26086
26087 2003-05-03  Bruno Haible  <bruno@clisp.org>
26088
26089         Upgrade to Unicode-4.0.
26090         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26091         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26092         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26093         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26094         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26095         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26096         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26097         Change width of U+E0100..U+E01EF from 1 to 0.
26098
26099 2003-04-25  Jim Meyering  <jim@meyering.net>
26100
26101         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26102         of type size_t, not int.
26103
26104 2003-04-25  Bruno Haible  <bruno@clisp.org>
26105
26106         * lib/copy-file.c: Include <stddef.h>, for size_t.
26107
26108 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26109
26110         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26111         code which expansion is under static control.  Patch imported from
26112         Akim Demaille's patch to Bison; see
26113         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26114
26115 2003-04-14  Bruno Haible  <bruno@clisp.org>
26116
26117         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26118
26119 2003-04-11  Jim Meyering  <jim@meyering.net>
26120
26121         Merge changes from Coreutils.
26122
26123         2003-03-22  Jim Meyering  <jim@meyering.net>
26124
26125         * lib/strftime.c (widen): Cast alloca return value to proper type.
26126
26127         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26128
26129         From GNU libc.
26130         * lib/strftime.c (my_strftime): Handle very large width
26131         specifications for numeric values correctly.  Improve checks for
26132         overflow.
26133
26134         2003-01-19  Jim Meyering  <jim@meyering.net>
26135
26136         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26137         definitions.
26138         (nl_get_alt_digit) [! defined my_strftime]: Define.
26139         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26140         _nl_get_alt_digit and _nl_get_walt_digit.
26141
26142         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26143         libc. These changes have no effect outside of _LIBC.
26144
26145 2003-04-10  Bruno Haible  <bruno@clisp.org>
26146
26147         * modules/findprog: New file.
26148         * MODULES.html.sh (func_all_modules): Add it.
26149
26150 2003-04-10  Bruno Haible  <bruno@clisp.org>
26151
26152         * m4/findprog.m4: New file.
26153         * m4/eaccess.m4: New file.
26154
26155 2003-04-10  Bruno Haible  <bruno@clisp.org>
26156
26157         * lib/findprog.h: New file, from GNU gettext.
26158         * lib/findprog.c: New file, from GNU gettext.
26159
26160 2003-04-05  Jim Meyering  <jim@meyering.net>
26161
26162         Merge changes from Coreutils.
26163
26164         * lib/exclude.h (PARAMS): Remove definition and uses.
26165         * lib/exclude.c: Remove uses of `PARAMS'.
26166
26167         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26168         Add test-cases for DOS filenames. Declare program_name.
26169         (main): Set up program_name.  Patch by Rich Dawe.
26170
26171         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26172         error from mntctl.
26173         Use mntctl's return value to drive the entry-processing loop, since
26174         we can't rely on the value of the vmt_length member in the last
26175         entry.  On some systems doing so could result in exhausting
26176         virtual memory.  Based in part on a patch from Mike Jetzer.
26177
26178 2003-04-04  Bruno Haible  <bruno@clisp.org>
26179
26180         * modules/linebreak: New file.
26181         * MODULES.html.sh (func_all_modules): Add it.
26182
26183 2003-04-04  Bruno Haible  <bruno@clisp.org>
26184
26185         * m4/linebreak.m4: New file.
26186
26187 2003-04-04  Bruno Haible  <bruno@clisp.org>
26188
26189         * lib/linebreak.h: New file, from GNU gettext.
26190         * lib/linebreak.c: New file, from GNU gettext with slight
26191         modifications.
26192         * lib/lbrkprop.h: New file, from GNU gettext.
26193
26194 2003-04-03  Bruno Haible  <bruno@clisp.org>
26195
26196         * modules/utf8-ucs4: New file.
26197         * modules/utf16-ucs4: New file.
26198         * modules/ucs4-utf8: New file.
26199         * modules/ucs4-utf16: New file.
26200         * MODULES.html.sh (func_all_modules): Add them.
26201
26202 2003-04-03  Bruno Haible  <bruno@clisp.org>
26203
26204         * m4/utf-ucs4.m4: New file.
26205         * m4/ucs4-utf.m4: New file.
26206
26207 2003-04-03  Bruno Haible  <bruno@clisp.org>
26208
26209         * lib/utf8-ucs4.h: New file, from GNU gettext.
26210         * lib/utf16-ucs4.h: New file, from GNU gettext.
26211         * lib/ucs4-utf8.h: New file, from GNU gettext.
26212         * lib/ucs4-utf16.h: New file, from GNU gettext.
26213
26214 2003-04-02  Bruno Haible  <bruno@clisp.org>
26215
26216         * modules/binary-io: New file.
26217         * MODULES.html.sh (func_all_modules): Add it.
26218
26219 2003-04-02  Bruno Haible  <bruno@clisp.org>
26220
26221         * lib/binary-io.h: New file, from GNU gettext.
26222
26223 2003-04-01  Bruno Haible  <bruno@clisp.org>
26224
26225         * modules/pathname: New file.
26226         * MODULES.html.sh (func_all_modules): Add it.
26227
26228 2003-04-01  Bruno Haible  <bruno@clisp.org>
26229
26230         * lib/pathname.h: New file, from GNU gettext.
26231         * lib/concatpath.c: New file, from GNU gettext.
26232
26233 2003-03-30  Bruno Haible  <bruno@clisp.org>
26234
26235         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26236
26237 2003-03-30  Bruno Haible  <bruno@clisp.org>
26238
26239         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26240         function chown() doesn't exist.
26241
26242 2003-03-28  Bruno Haible  <bruno@clisp.org>
26243
26244         * modules/copy-file: New file.
26245         * MODULES.html.sh (func_all_modules): Add it.
26246
26247 2003-03-28  Bruno Haible  <bruno@clisp.org>
26248
26249         * m4/copy-file.m4: New file.
26250
26251 2003-03-28  Bruno Haible  <bruno@clisp.org>
26252
26253         * lib/copy-file.h: New file, from GNU gettext.
26254         * lib/copy-file.c: New file, from GNU gettext.
26255
26256 2003-03-18  Jim Meyering  <jim@meyering.net>
26257
26258         * lib/quote.c (quote_n): Fix typo in comment.
26259
26260 2003-03-18  Bruno Haible  <bruno@clisp.org>
26261
26262         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26263         checking.
26264         * m4/onceonly_2_57.m4: Likewise.
26265
26266 2003-03-17  Bruno Haible  <bruno@clisp.org>
26267
26268         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26269         (m4_quote): Remove macro.
26270         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26271
26272 2003-03-14  Jim Meyering  <jim@meyering.net>
26273
26274         Merge changes from Coreutils.
26275         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26276         to be const, in order to avoid warnings.
26277         (obstack_room): Likewise.
26278         (obstack_empty_p): Likewise.
26279
26280 2003-03-14  Bruno Haible  <bruno@clisp.org>
26281
26282         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26283         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26284
26285 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26286
26287         Merge changes from Bison.
26288         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26289         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26290         when compiling Bison 1.875's `bitset bset = obstack_alloc
26291         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26292         * lib/hash.c: Include <stdbool.h> unconditionally.
26293
26294 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26295
26296         * m4/onceonly.m4 (m4_quote): New macro.
26297         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26298         Quote AC_FOREACH variable-expansions properly.
26299
26300 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26301
26302         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26303
26304 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26305
26306         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26307         Reported by Bruce Becker; see:
26308         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26309
26310 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26311             Bruno Haible  <bruno@clisp.org>
26312
26313         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26314         Reported by John Hughes, see
26315         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26316
26317 2003-02-20  Bruno Haible  <bruno@clisp.org>
26318
26319         * MODULES.html.sh (func_all_modules): Add poll.
26320
26321 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26322
26323         * modules/poll: New file.
26324
26325 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26326
26327         * lib/poll_.h: New file.
26328         * lib/poll.c: New file.
26329
26330 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26331
26332         * m4/poll.m4: New file.
26333
26334 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26335
26336         * modules/mathl: New file.
26337
26338 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26339
26340         * lib/mathl.h: New file.
26341         * lib/acosl.c: New file.
26342         * lib/asinl.c: New file.
26343         * lib/atanl.c: New file.
26344         * lib/ceill.c: New file.
26345         * lib/cosl.c: New file.
26346         * lib/expl.c: New file.
26347         * lib/floorl.c: New file.
26348         * lib/frexpl.c: New file.
26349         * lib/ldexpl.c: New file.
26350         * lib/logl.c: New file.
26351         * lib/sincosl.c: New file.
26352         * lib/sinl.c: New file.
26353         * lib/sqrtl.c: New file.
26354         * lib/tanl.c: New file.
26355         * lib/trigl.c: New file.
26356         * lib/trigl.h: New file.
26357
26358 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26359
26360         * m4/mathl.m4: New file.
26361
26362 2003-02-18  Bruno Haible  <bruno@clisp.org>
26363
26364         * MODULES.html.sh (func_all_modules): Add mathl.
26365
26366 2003-02-17  Bruno Haible  <bruno@clisp.org>
26367
26368         * modules/mkdtemp: New module.
26369         * MODULES.html.sh (func_all_modules): Add it.
26370
26371 2003-02-17  Bruno Haible  <bruno@clisp.org>
26372
26373         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26374
26375 2003-02-17  Bruno Haible  <bruno@clisp.org>
26376
26377         * lib/mkdtemp.h: New file, from GNU gettext.
26378         * lib/mkdtemp.c: New file, from GNU gettext.
26379
26380 2003-02-02  Jim Meyering  <jim@meyering.net>
26381
26382         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26383         e.g. glibc-2.2.93.
26384
26385 2003-01-31  Bruno Haible  <bruno@clisp.org>
26386
26387         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26388         'rpl_rename'.
26389         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26390         'rpl_strnlen'.
26391         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26392         'rpl_strtod'.
26393         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26394         'rpl_utime'.
26395
26396 2003-01-31  Bruno Haible  <bruno@clisp.org>
26397
26398         * lib/rename.c: #undef rename before defining rpl_rename.
26399         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26400
26401 2003-01-30  Bruno Haible  <bruno@clisp.org>
26402
26403         * modules/vasnprintf, modules/vasprintf: New modules.
26404         * MODULES.html.sh (func_all_modules): Add them.
26405
26406 2003-01-30  Bruno Haible  <bruno@clisp.org>
26407
26408         * m4/signed.m4: New file, from GNU gettext.
26409         * m4/longdouble.m4: New file, from GNU gettext.
26410         * m4/wchar_t.m4: New file, from GNU gettext.
26411         * m4/wint_t.m4: New file, from GNU gettext.
26412         * m4/vasnprintf.m4: New file.
26413         * m4/vasprintf.m4: New file.
26414
26415 2003-01-30  Bruno Haible  <bruno@clisp.org>
26416
26417         * lib/printf-args.h: New file, from GNU gettext.
26418         * lib/printf-args.c: New file, from GNU gettext.
26419         * lib/printf-parse.h: New file, from GNU gettext.
26420         * lib/printf-parse.c: New file, from GNU gettext.
26421         * lib/vasnprintf.h: New file, from GNU gettext.
26422         * lib/vasnprintf.c: New file, from GNU gettext.
26423         * lib/asnprintf.c: New file, from GNU gettext.
26424         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26425         * lib/vasprintf.c: New file, from GNU gettext.
26426         * lib/asprintf.c: New file, from GNU gettext.
26427
26428 2003-01-29  Bruno Haible  <bruno@clisp.org>
26429
26430         * modules/stpncpy: New module.
26431         * MODULES.html.sh (func_all_modules): Add it.
26432
26433 2003-01-29  Bruno Haible  <bruno@clisp.org>
26434
26435         * m4/stpncpy.m4: New file.
26436
26437 2003-01-29  Bruno Haible  <bruno@clisp.org>
26438
26439         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26440         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26441
26442 2003-01-28  Bruno Haible  <bruno@clisp.org>
26443
26444         * modules/c-ctype: New module.
26445         * MODULES.html.sh (func_all_modules): Add it.
26446
26447 2003-01-28  Bruno Haible  <bruno@clisp.org>
26448
26449         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26450         Paul Eggert.
26451         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26452         Paul Eggert.
26453
26454 2003-01-27  Bruno Haible  <bruno@clisp.org>
26455
26456         * modules/xsetenv: New module.
26457         * MODULES.html.sh (func_all_modules): Add it.
26458
26459 2003-01-27  Bruno Haible  <bruno@clisp.org>
26460
26461         * lib/xsetenv.h: New file, from GNU gettext.
26462         * lib/xsetenv.c: New file, from GNU gettext.
26463
26464 2003-01-23  Jim Meyering  <jim@meyering.net>
26465
26466         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26467         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26468
26469 2003-01-23  Bruno Haible  <bruno@clisp.org>
26470
26471         * modules/minmax: New module.
26472         * MODULES.html.sh (func_all_modules): Add it.
26473
26474 2003-01-23  Bruno Haible  <bruno@clisp.org>
26475
26476         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26477         Eggert.
26478
26479 2003-01-22  Bruno Haible  <bruno@clisp.org>
26480
26481         * modules/exit: New module.
26482         * MODULES.html.sh (func_all_modules): Add it.
26483
26484 2003-01-22  Bruno Haible  <bruno@clisp.org>
26485
26486         * lib/exit.h: New file, from GNU gettext.
26487
26488 2003-01-19  Bruno Haible  <bruno@clisp.org>
26489
26490         * gnulib-tool: Recognize option --extract-maintainer.
26491         (func_get_maintainer): New function.
26492         * modules/*: Add Maintainer entry.
26493
26494 2003-01-16  Jim Meyering  <jim@meyering.net>
26495
26496         * m4/regex.m4: The `regex' struct is both input and output.
26497         Initialize it before each use.  Patch by Tim Waugh.
26498
26499 2003-01-16  Bruno Haible  <bruno@clisp.org>
26500
26501         * MODULES.html.sh: Add a table of contents. Add the module name as
26502         leftmost column. Add hyperlinks.
26503
26504 2003-01-15  Bruno Haible  <bruno@clisp.org>
26505
26506         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26507
26508 2003-01-15  Bruno Haible  <bruno@clisp.org>
26509
26510         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26511         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26512         suffix.
26513
26514 2003-01-15  Bruno Haible  <bruno@clisp.org>
26515
26516         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26517
26518 2003-01-15  Bruno Haible  <bruno@clisp.org>
26519
26520         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26521         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26522
26523 2003-01-14  Jim Meyering  <jim@meyering.net>
26524
26525         * lib/same.c (same_name): Tweak a comment.
26526
26527 2003-01-14  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26530         when a string comparison is sufficient.
26531
26532 2003-01-14  Bruno Haible  <bruno@clisp.org>
26533
26534         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26535         'unsigned int'.
26536
26537 2003-01-14  Bruno Haible  <bruno@clisp.org>
26538
26539         * lib/hash-pjw.c: Add comment about low quality of this function.
26540
26541 2003-01-13  Bruno Haible  <bruno@clisp.org>
26542
26543         * modules/stpcpy: Distribute lib/stpcpy.h.
26544         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26545
26546 2003-01-13  Bruno Haible  <bruno@clisp.org>
26547
26548         * modules/*: Add a description.
26549         * modules/strpbrk: Fix Makefile.am snippet.
26550         * modules/strtoimax: Fix dependencies.
26551         * modules/strtoumax: Likewise.
26552
26553 2003-01-13  Bruno Haible  <bruno@clisp.org>
26554
26555         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26556         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26557         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26558
26559 2003-01-13  Bruno Haible  <bruno@clisp.org>
26560
26561         * gnulib-tool (func_create_testdir): Store config/* files in the main
26562         directory.
26563         * config.rpath: Move to ...
26564         * config/config.rpath: ... here.
26565         * modules/gettext: Contains config/config.rpath, not config.rpath.
26566         * modules/iconv: Likewise.
26567
26568 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26569
26570         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26571         to avoid collisions with libcurses and libreadline.
26572
26573         * m4/getstr.m4: Remove.
26574         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26575
26576 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26577
26578         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26579         to avoid collisions with libcurses and libreadline.
26580
26581         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26582         * lib/getstr.h, getstr.c: Remove.
26583         * lib/getline.c: Include "getline.h", to check interface.
26584         Move body of old getstr.c here: this defines MIN_CHUNK and
26585         declares getdelim2, which is renamed from getstr.
26586         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26587
26588         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26589         All uses changed.
26590         * lib/linebuffer.h: Likewise.
26591         (readline): Remove backward-compatibility macro.
26592
26593 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26594
26595         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26596         to avoid collisions with libcurses and libreadline.
26597         * getstr: Remove.
26598         * MODULES.html.sh: Remove getstr.
26599         * modules/getline: Depend on unlocked-io, not getstr.
26600
26601 2003-01-12  Jim Meyering  <jim@meyering.net>
26602
26603         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26604
26605 2003-01-10  Bruno Haible  <bruno@clisp.org>
26606
26607         * modules/alloca: Change Makefile.am requirements. Simplify Include
26608         requirements. Add lib/alloca_.h to file list.
26609
26610 2003-01-10  Bruno Haible  <bruno@clisp.org>
26611
26612         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26613
26614 2003-01-10  Bruno Haible  <bruno@clisp.org>
26615
26616         * lib/alloca_.h: New file.
26617         * lib/getdate.y: Unconditionally include alloca.h.
26618         * lib/makepath.c: Likewise.
26619         * lib/setenv.c: Likewise.
26620         * lib/userspec.c: Likewise.
26621
26622 2003-01-09  Karl Berry  <karl@gnu.org>
26623
26624         * MODULES.html.sh: include `dirname $0` in PATH, to find
26625         gnulib-tool.
26626
26627 2003-01-09  Bruno Haible  <bruno@clisp.org>
26628
26629         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26630         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26631
26632 2003-01-09  Bruno Haible  <bruno@clisp.org>
26633
26634         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26635
26636 2003-01-09  Bruno Haible  <bruno@clisp.org>
26637
26638         * lib/stdbool.h.in: New file.
26639
26640 2003-01-09  Bruno Haible  <bruno@clisp.org>
26641
26642         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26643         * MODULES.html.sh: Likewise.
26644
26645 2003-01-08  Jim Meyering  <jim@meyering.net>
26646
26647         * lib/full-write.c: Undefine and define-away `const' after inclusion
26648         of errno.h, not before.  Suggestion from Bruno Haible.
26649
26650 2003-01-08  Bruno Haible  <bruno@clisp.org>
26651
26652         * modules/full-read: Depend on full-write.
26653
26654 2003-01-08  Bruno Haible  <bruno@clisp.org>
26655
26656         * lib/safe-read.c: Include specification header first, to ensure its
26657         selfcontainedness.
26658         * lib/full-write.c: Likewise.
26659
26660 2003-01-07  Jim Meyering  <jim@meyering.net>
26661
26662         * lib/full-write.c: Rework so that it may serve to define full_read,
26663         too.
26664         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26665
26666 2003-01-07  Bruno Haible  <bruno@clisp.org>
26667
26668         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26669         <inttypes.h>.
26670         * lib/xstrtol.h: Likewise.
26671         * lib/xstrtoimax.c: Likewise.
26672         * lib/xstrtoumax.c: Likewise.
26673         * lib/human.h: Likewise.
26674
26675         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26676         on systems that have <inttypes.h> but not <stdint.h>.
26677
26678 2003-01-07  Bruno Haible  <bruno@clisp.org>
26679
26680         * MODULES.html.sh: Add copyright notice.
26681         (missed_files): Omit CVS directory entries.
26682         (func_module): Make it work with sed-3.02.
26683         * MODULES.txt: Remove file.
26684
26685 2003-01-06  Jim Meyering  <jim@meyering.net>
26686
26687         * lib/version-etc.c: Update year in translatable copyright string.
26688
26689 2003-01-03  Karl Berry  <karl@gnu.org>
26690
26691         * config/config.{guess,sub}: update from prep.
26692
26693 2003-01-02  Karl Berry  <karl@gnu.org>
26694
26695         * doc/COPYING.DOC: belatedly updated to 1.2.
26696
26697 2003-01-01  Karl Berry  <karl@gnu.org>
26698
26699         * gnulib-tool (func_verify_module): report module name $module in
26700         error message, not $1.
26701         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26702         be created, only if it doesn't exist.
26703         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26704
26705 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26706
26707         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26708
26709 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26710
26711         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26712         memcmp if strcoll doesn't work.
26713
26714 2002-12-31  Bruno Haible  <bruno@clisp.org>
26715
26716         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26717         nonempty.
26718
26719 2002-12-31  Bruno Haible  <bruno@clisp.org>
26720
26721         * lib/memcoll.c (STRCOLL): New macro.
26722         (memcoll): Use it.
26723
26724 2002-12-31  Bruno Haible  <bruno@clisp.org>
26725
26726         * lib/localcharset.h: New file.
26727         * lib/localcharset.c: Include it.
26728         * lib/unicodeio.c: Likewise.
26729
26730 2002-12-31  Bruno Haible  <bruno@clisp.org>
26731
26732         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26733         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26734
26735 2002-12-31  Bruno Haible  <bruno@clisp.org>
26736
26737         * lib/getline.h: Include <stddef.h>, for size_t.
26738
26739         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26740         * lib/unicodeio.c: Don't include <stddef.h>.
26741
26742 2002-12-31  Bruno Haible  <bruno@clisp.org>
26743
26744         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26745         HAVE_TM_ZONE.
26746
26747 2002-12-24  Karl Berry  <karl@gnu.org>
26748
26749         * config/config.guess: update from prep.
26750
26751 2002-12-24  Bruno Haible  <bruno@clisp.org>
26752
26753         General infrasructure.
26754         * m4/README: Rewritten.
26755         * m4/onceonly.m4: New file.
26756         * m4/onceonly_2_57.m4: New file.
26757
26758         Module atexit.
26759         * m4/atexit.m4: New file.
26760
26761         Module strtod.
26762         * m4/strtod.m4: New file.
26763
26764         Module strtol.
26765         * m4/strtol.m4: New file.
26766
26767         Module strtoul.
26768         * m4/strtoul.m4: New file.
26769
26770         Module memchr.
26771         * m4/memchr.m4: New file.
26772
26773         Module memcmp.
26774         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26775         (jm_FUNC_MEMCMP): Invoke it.
26776
26777         Module memcpy.
26778         * m4/memcpy.m4: New file.
26779
26780         Module memmove.
26781         * m4/memmove.m4: New file.
26782
26783         Module memset.
26784         * m4/memset.m4: New file.
26785
26786         Module strcspn.
26787         * m4/strcspn.m4: New file.
26788
26789         Module strpbrk.
26790         * m4/strpbrk.m4: New file.
26791
26792         Module strstr.
26793         * m4/strstr.m4: New file.
26794
26795         Module strerror.
26796         * m4/strerror.m4: New file.
26797
26798         Module mktime.
26799         * m4/mktime.m4: Renamed from jm-mktime.m4.
26800         (gl_PREREQ_MKTIME): New macro.
26801         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26802
26803         Module malloc.
26804         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26805         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26806         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26807
26808         Module realloc.
26809         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26810         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26811         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26812
26813         Module strftime.
26814         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26815         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26816         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26817         gl_TM_GMTOFF.
26818         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26819
26820         Module xalloc.
26821         * m4/xalloc.m4: New file.
26822
26823         Module alloca.
26824         * m4/alloca.m4: New file.
26825
26826         Module putenv.
26827         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26828         (jm_FUNC_PUTENV): Invoke it.
26829
26830         Module setenv.
26831         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26832         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26833         when invoked twice.
26834         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26835         gt_FUNC_SETENV.
26836
26837         Module memrchr.
26838         * m4/memrchr.m4: New file.
26839
26840         Module stpcpy.
26841         * m4/stpcpy.m4: New file.
26842
26843         Module strcase.
26844         * m4/strcase.m4: New file.
26845
26846         Module strdup.
26847         * m4/strdup.m4: New file.
26848
26849         Module strnlen.
26850         * m4/strnlen.m4: New file.
26851
26852         Module strndup.
26853         * m4/strndup.m4: New file.
26854
26855         Module xstrtod.
26856         * m4/xstrtod.m4: New file.
26857
26858         Module xstrtol.
26859         * m4/xstrtol.m4: New file.
26860
26861         Module getdate.
26862         * m4/getdate.m4: New file.
26863
26864         Module unlocked-io.
26865         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26866         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26867         * m4/jm-glibc-io.m4n: Remove file.
26868
26869         Module long-options.
26870         * m4/long-options.m4: New file.
26871
26872         Module md5.
26873         * m4/md5.m4: New file.
26874
26875         Module sha.
26876         * m4/sha.m4: New file.
26877
26878         Module getstr.
26879         * m4/getstr.m4: New file.
26880
26881         Module getline.
26882         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26883         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26884         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26885         simply getline. Infoke gl_PREREQ_GETLINE.
26886
26887         Module obstack.
26888         * m4/obstack.m4: New file.
26889
26890         Module hash.
26891         * m4/hash.m4: New file.
26892
26893         Module readtokens.
26894         * m4/readtokens.m4: New file.
26895
26896         Module strverscmp.
26897         * m4/strverscmp.m4: New file.
26898
26899         Module stdbool.
26900         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26901         OSF/1.
26902
26903         Module strtoll.
26904         * m4/strtoll.m4: New file.
26905
26906         Module strtoull.
26907         * m4/strtoull.m4: New file.
26908
26909         Module strtoimax.
26910         * m4/strtoimax.m4: New file.
26911
26912         Module strtoumax.
26913         * m4/strtoumax.m4: New file.
26914
26915         Module xstrtoimax.
26916         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26917         jm_AC_PREREQ_XSTRTOIMAX.
26918         Moved the strtol prerequisites to strtol.m4.
26919         Moved the strtoll prerequisites to strtoll.m4.
26920         Moved the strtoimax prerequisites to strtoimax.m4.
26921
26922         Module xstrtoumax.
26923         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26924         jm_AC_PREREQ_XSTRTOUMAX.
26925         Moved the strtoul prerequisites to strtoul.m4.
26926         Moved the strtoull prerequisites to strtoull.m4.
26927         Moved the strtoumax prerequisites to strtoumax.m4.
26928
26929         Module chown.
26930         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26931         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26932
26933         Module dup2.
26934         * m4/dup2.m4: New file.
26935
26936         Module ftruncate.
26937         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26938         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26939
26940         Module getgroups.
26941         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26942         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26943
26944         Module gettimeofday.
26945         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26946         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26947         gl_PREREQ_GETTIMEOFDAY.
26948
26949         Module mkdir.
26950         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26951         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26952
26953         Module mkstemp.
26954         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26955         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26956         jm_AC_TYPE_UINTMAX_T.
26957         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26958
26959         Module stat.
26960         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26961         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26962
26963         Module lstat.
26964         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26965         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26966
26967         Module timespec.
26968         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26969         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26970         * m4/st_mtim.m4: Indentation.
26971
26972         Module nanosleep.
26973         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26974         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26975         gl_PREREQ_NANOSLEEP.
26976
26977         Module regex.
26978         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26979         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26980         (gl_REGEX): New macro.
26981
26982         Module rename.
26983         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26984         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26985
26986         Module rmdir.
26987         * m4/rmdir.m4: New file.
26988
26989         Module utime.
26990         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26991         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26992         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26993
26994         Module dirname.
26995         * m4/dirname.m4: New file.
26996
26997         Module getopt.
26998         * m4/getopt.m4: New file.
26999
27000         Module unistd-safer.
27001         * m4/unistd-safer.m4: New file.
27002
27003         Module fnmatch.
27004         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27005         declaration.
27006         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27007         (gl_FUNC_FNMATCH_POSIX): New macro.
27008         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27009         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27010         simply fnmatch.
27011
27012         Module exclude.
27013         * m4/exclude.m4: New file.
27014
27015         Module human.
27016         * m4/human.m4: New file.
27017
27018         Module acl.
27019         * m4/acl.m4: Nop.
27020
27021         Module backupfile.
27022         * m4/backupfile.m4: New file.
27023         * m4/d-ino.m4: Indentation.
27024
27025         Module fsusage.
27026         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27027         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27028         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27029
27030         Module dirfd.
27031         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27032         requirements.
27033
27034         Module euidaccess.
27035         * m4/euidaccess.m4: New file.
27036
27037         Module file-type.
27038         * m4/file-type.m4: New file.
27039
27040         Module fileblocks.
27041         * m4/fileblocks.m4: New file.
27042
27043         Module filemode.
27044         * m4/filemode.m4: New file.
27045
27046         Module isdir.
27047         * m4/isdir.m4: New file.
27048
27049         Module lchown.
27050         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27051         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27052
27053         Module makepath.
27054         * m4/makepath.m4: New file.
27055
27056         Module modechange.
27057         * m4/modechange.m4: New file.
27058
27059         Module mountlist.
27060         * m4/mountlist.m4: New file.
27061         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27062         Indentation.
27063
27064         Module path-concat.
27065         * m4/path-concat.m4: New file.
27066
27067         Module pathmax.
27068         * m4/pathmax.m4: New file.
27069
27070         Module same.
27071         * m4/same.m4: New file.
27072
27073         Module save-cwd.
27074         * m4/save-cwd.m4: New file.
27075
27076         Module savedir.
27077         * m4/savedir.m4: New file.
27078
27079         Module xgetcwd.
27080         * m4/xgetcwd.m4: New file.
27081         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27082
27083         Module xreadlink.
27084         * m4/xreadlink.m4: New file.
27085
27086         Module safe-read.
27087         * m4/safe-read.m4: New file.
27088
27089         Module safe-write.
27090         * m4/safe-write.m4: New file.
27091
27092         Module closeout.
27093         * m4/closeout.m4: New file.
27094
27095         Module stdio-safer.
27096         * m4/stdio-safer.m4: New file.
27097
27098         Module getpass.
27099         * m4/getpass.m4: New file.
27100
27101         Module getugroups.
27102         * m4/getugroups.m4: New file.
27103
27104         Module group-member.
27105         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27106         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27107
27108         Module idcache.
27109         * m4/idcache.m4: New file.
27110
27111         Module userspec.
27112         * m4/userspec.m4: New file.
27113
27114         Module gettime.
27115         * m4/clock_time.m4: New file.
27116         * m4/gettime.m4: New file.
27117
27118         Module settime.
27119         * m4/settime.m4: New file.
27120
27121         Module posixtm.
27122         * m4/posixtm.m4: New file.
27123
27124         Module gethostname.
27125         * m4/gethostname.m4: New file.
27126
27127         Module canon-host.
27128         * m4/canon-host.m4: New file.
27129
27130         Module gettext.
27131         * m4/codeset.m4: New file, from gettext-0.11.5.
27132         * m4/gettext.m4: New file, from gettext-0.11.5.
27133         * m4/glibc21.m4: New file, from gettext-0.11.5.
27134         * m4/iconv.m4: New file, from gettext-0.11.5.
27135         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27136         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27137         * m4/inttypes.m4: New file, from gettext-0.11.5.
27138         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27139         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27140         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27141         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27142         * m4/lib-link.m4: New file, from gettext-0.11.5.
27143         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27144         * m4/progtest.m4: New file, from gettext-0.11.5.
27145         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27146         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27147         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27148
27149         Module localcharset.
27150         * m4/localcharset.m4: New file.
27151
27152         Module hard-locale.
27153         * m4/hard-locale.m4: New file.
27154
27155         Module mbswidth.
27156         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27157         onceonly macros.
27158         * m4/mbrtowc.m4: Add comment.
27159
27160         Module memcasecmp.
27161         * m4/memcasecmp.m4: New file.
27162
27163         Module memcoll.
27164         * m4/memcoll.m4: New file.
27165
27166         Module unicodeio.
27167         * m4/unicodeio.m4: New file.
27168
27169         Module rpmatch.
27170         * m4/rpmatch.m4: New file.
27171
27172         Module yesno.
27173         * m4/yesno.m4: New file.
27174
27175         Module exitfail.
27176         * m4/exitfail.m4: New file.
27177
27178         Module c-stack.
27179         * m4/c-stack.m4 (gl_C_STACK): New macro.
27180         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27181
27182         Module error.
27183         * m4/error.m4 (gl_ERROR): New macro.
27184         (jm_PREREQ_ERROR): Use onceonly macros.
27185
27186         Module fatal.
27187         * m4/fatal.m4: New file.
27188
27189         Module getloadavg.
27190         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27191         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27192
27193         Module getpagesize.
27194         * m4/getpagesize.m4: New file.
27195
27196         Module getusershell.
27197         * m4/getusershell.m4: New file.
27198
27199         Module physmem.
27200         * m4/physmem.m4: New file.
27201
27202         Module posixver.
27203         * m4/posixver.m4: New file.
27204
27205         Module quotearg.
27206         * m4/quotearg.m4: New file.
27207
27208         Module quote.
27209         * m4/quote.m4: New file.
27210
27211         Module readutmp.
27212         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27213
27214         Module sig2str.
27215         * m4/sig2str.m4: New file.
27216
27217         Other.
27218         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27219         ulonglong.m4.
27220         * m4/intmax_t.m4: New file.
27221         * m4/d-type.m4: Indentation.
27222         * m4/jm-macros.m4: Update.
27223         * m4/prereq.m4 (jm_PREREQ): Update.
27224         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27225         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27226         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27227         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27228         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27229         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27230         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27231         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27232         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27233         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27234         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27235         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27236         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27237         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27238         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27239         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27240         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27241         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27242         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27243
27244 2002-12-24  Bruno Haible  <bruno@clisp.org>
27245
27246         * MODULES.txt: Update according to m4/ changes.
27247
27248         Module gettext.
27249         * config.rpath: New file, from gettext-0.11.5.
27250
27251         * modules/*: New module descriptions.
27252         * gnulib-tool: New file.
27253         * MODULES.html.sh: New file.
27254
27255 2002-12-21  Karl Berry  <karl@gnu.org>
27256
27257         * doc/fdl.texi: update to version 1.2.
27258
27259 2002-12-19  Karl Berry  <karl@gnu.org>
27260
27261         * config/config.guess: update from prep.
27262
27263 2002-12-18  Bruno Haible  <bruno@clisp.org>
27264
27265         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27266         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27267
27268 2002-12-17  Bruno Haible  <bruno@clisp.org>
27269
27270         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27271         stdlib.h, string.h.
27272
27273 2002-12-17  Bruno Haible  <bruno@clisp.org>
27274
27275         * lib/canon-host.c (strdup): Remove unused declaration.
27276
27277         * lib/fsusage.c: Include full_read.h.
27278         (get_fs_usage): Use full_read instead of safe_read.
27279
27280         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27281
27282 2002-12-12  Karl Berry  <karl@gnu.org>
27283
27284         * config/config.guess: update from prep.
27285
27286 2002-12-11  Bruno Haible  <bruno@clisp.org>
27287
27288         * m4/setenv.m4: New file, from gettext-0.11.5.
27289
27290 2002-12-11  Bruno Haible  <bruno@clisp.org>
27291
27292         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27293         not unsetenv().
27294         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27295         modifications:
27296
27297         2002-12-11  Bruno Haible  <bruno@clisp.org>
27298
27299                 * setenv.c (alloca): Fall back to malloc.
27300                 (freea): New macro.
27301                 (setenv): Use freea() to free memory allocated with alloca().
27302
27303         2002-11-13  Bruno Haible  <bruno@clisp.org>
27304
27305                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27306                 function declarations.
27307                 * unsetenv.c (unsetenv): Likewise.
27308
27309         2002-03-04  Bruno Haible  <bruno@clisp.org>
27310
27311                 Portability to AIX 4.3.3.
27312                 * unsetenv.c: New file, extracted from setenv.c.
27313                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27314
27315         2001-12-20  Bruno Haible  <bruno@clisp.org>
27316
27317                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27318                 use malloc instead. For SunOS 4.
27319
27320         2001-12-11  Bruno Haible  <bruno@clisp.org>
27321
27322                 * setenv.c: Declare alloca.
27323                 (compar_fn_t): New typedef.
27324                 (KNOWN_VALUE, STORE_VALUE): Use it.
27325
27326         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27327         setenv.h.
27328
27329 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27330
27331         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27332         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27333         Choose values that are less likely to collide with system fnmatch
27334         options.
27335         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27336         defined (e.g., a pure POSIX system).
27337         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27338         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27339
27340 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27341
27342         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27343         a pain in practice to deal with generated m4 files.  This change
27344         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27345
27346         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27347         and jm-glibc-io.m4, as they are no longer a special case.
27348         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27349         kludge and the auto-generation stuff.  Check only whether the
27350         functions are declared, not whether they exist, since older hosts
27351         that don't declare the functions can't use the optimization anyway.
27352
27353 2002-12-06  Jim Meyering  <jim@meyering.net>
27354
27355         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27356
27357         Merge in changes from libc's misc/error.c, in preparation
27358         for the merge of gnulib's changes back into libc.
27359
27360         * lib/error.c (_): Define only if not already defined.
27361         Move definition to follow all #include directives.
27362         Include unlocked-io.h only if !_LIBC.
27363         [_LIBC]: Include <libio/libioP.h>.
27364         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27365         (fflush): Tweak definition to use INTUSE.
27366         (putc): Define.
27367
27368 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27369
27370         * lib/alloca.c [defined emacs]: Include "lisp.h".
27371         (xalloc_die) [defined emacs]: New macro.
27372         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27373         [! defined emacs]: Include <xalloc.h>.
27374         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27375         (pointer): Typedef to POINTER_TYPE *.
27376         (malloc): Remove decl; we now always use xmalloc.
27377         (alloca): Use old-style definition, since Emacs needs this.
27378         Check for arithmetic overflow when computing combined size.
27379
27380 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27381
27382         Do not generate unlocked-io.h automatically, since it's easier to
27383         maintain it by hand.
27384
27385         * lib/unlocked-io.h: New file, from GNU diffutils,
27386         but with proper copyright notice and attribution.
27387         * lib/gen-uio: Remove.
27388         * lib/Makefile.am: Add copyright notice.
27389         (libfetish_a_SOURCES): Add unlocked-io.h.
27390         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27391         (DISTCLEANFILES, io_functions): Remove macros.
27392         (EXTRA_DIST): Remove gen_uio.
27393         (unlocked-io.h): Remove rule.
27394
27395 2002-12-04  Jim Meyering  <jim@meyering.net>
27396
27397         Reflect the fact that stat.c and lstat.c are no longer generated.
27398         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27399         (DISTCLEANFILES): Likewise.
27400         (EXTRA_DIST): Likewise.
27401         (all_local): Don't depend on stat.c or lstat.c.
27402         (stat.c, lstat.c): Remove rules.
27403         (EXTRA_DIST): Remove xstat.in.
27404
27405         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27406         * lib/stat.c: New file.  Contents mostly from xstat.in.
27407         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27408         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27409
27410         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27411         too.
27412         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27413
27414 2002-12-03  Jim Meyering  <jim@meyering.net>
27415
27416         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27417         but not semantics, to minimize the differences between these two files.
27418         (safe_read): Change comment to mention SAFE_READ_ERROR.
27419
27420         * lib/safe-read.c (IS_EINTR): Define.
27421         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27422
27423 2002-12-02  Jim Meyering  <jim@meyering.net>
27424
27425         * lib/safe-read.c (EINTR): Define.
27426         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27427         (INT_MAX): Provide fallback.
27428         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27429
27430         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27431
27432 2002-12-02  Bruno Haible  <bruno@clisp.org>
27433
27434         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27435         Define, taken from safe-read.c.
27436         (INT_MAX): Provide fallback.
27437         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27438         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27439
27440         * lib/safe-read.c (EINTR): Remove definition.
27441         (safe_read): Don't use EINTR if it is absent.
27442
27443 2002-12-01  Jim Meyering  <jim@meyering.net>
27444
27445         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27446         zero.
27447         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27448
27449 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27450
27451         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27452         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27453         with `if (! (value < limit)) abort ();', for readability.
27454
27455 2002-11-26  Karl Berry  <karl@gnu.org>
27456
27457         * lib/strdup.c: copy from libc again, with jim's ok.
27458         * lib/.cppi-disable: re-add strdup.c
27459
27460 2002-11-25  Karl Berry  <karl@gnu.org>
27461
27462         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27463         instead of "strtol.c".
27464
27465 2002-11-25  Karl Berry  <karl@gnu.org>
27466
27467         * config/install-sh: update from automake for variable quoting, $0 in
27468         error msgs, etc.
27469
27470         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27471         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27472         entry.
27473
27474 2002-11-25  Jim Meyering  <jim@meyering.net>
27475
27476         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27477
27478 2002-11-24  Karl Berry  <karl@gnu.org>
27479
27480         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27481         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27482
27483 2002-11-24  Jim Meyering  <jim@meyering.net>
27484
27485         Update from coreutils:
27486
27487         * lib/mktime.c: Merge in changes from libc.
27488
27489         Avoid a link-time failure on some Linux systems.
27490         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27491         (otherwise).
27492         (__mon_yday): Declare with the STATIC attribute.
27493         (__mktime_internal): Likewise.
27494         Based on a report from Greg Schafer.
27495
27496 2002-11-23  Jim Meyering  <jim@meyering.net>
27497
27498         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27499         Use `unsigned', not `int', as type of index.
27500
27501         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27502
27503         * lib/fsusage.c: Remove unneeded parentheses around operands of
27504         `defined'.
27505
27506 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27507
27508         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27509         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27510         so that we can be included first.
27511         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27512         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27513         No need to include stddef.h or sys/types.h any more.
27514         Surround local include files with "", not "<>".
27515         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27516         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27517         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27518         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27519         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27520         (ISPRINT): Remove; no longer needed now that we assume C89.
27521
27522         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27523         Preserve errno.
27524
27525         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27526         quotearg_char): Use SIZE_MAX rather than
27527         (size_t) -1 when we are talking about "infinity".
27528
27529         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27530
27531 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27532
27533         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27534         hint that one should use `if (! x) abort ();' rather than `assert
27535         (x);', and anyway it's one less thing to worry about configuring.
27536         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27537         hash_rehash, hash_insert): Use abort rather than assert.
27538
27539 2002-11-22  Bruno Haible  <bruno@clisp.org>
27540
27541         * lib/safe-read.h: Assume C89. Add comments.
27542         (safe_read): Change return type to size_t.
27543         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27544         byte counts > SSIZE_MAX correctly.
27545         * lib/safe-write.h: New file.
27546         * lib/safe-write.c: New file.
27547         * lib/full-read.h: New file.
27548         * lib/full-read.c: New file.
27549         * lib/full-write.h: Assume C89. Add comments.
27550         * lib/full-write.c: Include safe-write.h.
27551         (full_write): Rewritten to use safe_write.
27552         Suggested by Jim Meyering and Paul Eggert.
27553
27554 2002-11-21  Jim Meyering  <jim@meyering.net>
27555
27556         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27557
27558         Merge in changes from the coreutils.
27559
27560         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27561         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27562         <stdint.h>.
27563         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27564         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27565         int.  Work more efficiently if X is the same width as uintmax_t.
27566         Do not compare X to -1, to avoid bogus compiler warning.
27567         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27568         Don't assume that f_frsize and f_bsize are the same type.
27569
27570         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27571         warning on FreeBSD.
27572
27573         * lib/makepath.c (make_path): Restore umask *before* creating the final
27574         component.
27575         (make_path): Minor reformatting.
27576
27577         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27578         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27579         HAVE_MALLOC/HAVE_REALLOC.
27580
27581         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27582         dummy ones.  At least on GNU/Linux systems, `auto' means something
27583         else.
27584         From Michael Stone.
27585
27586 2002-11-21  Bruno Haible  <bruno@clisp.org>
27587
27588         Remove case insensitive option matching.
27589         * lib/argmatch.h (argcasematch): Remove declaration.
27590         (ARGCASEMATCH): Remove macro.
27591         (__xargmatch_internal): Remove case_sensitive argument.
27592         (XARGMATCH): Update.
27593         (XARGCASEMATCH): Remove macro.
27594         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27595         case_sensitive argument.
27596         (argcasematch): Remove function.
27597         (__xargmatch_internal): Remove case_sensitive argument.
27598         (main): Use XARGMATCH instead of XARGCASEMATCH.
27599
27600         * lib/xmalloc.c: Change compile-time error message. Add comment about
27601         required autoconf version.
27602
27603 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27604
27605         Merge argmatch cleanups from Bison.  Assume C89.
27606
27607         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27608         Include stdlib.h, for EXIT_FAILURE.
27609         Always include <string.h>, since we assume C89.
27610         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27611         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27612         Include <stddef.h> instead, since it's all we need for size_t.
27613         (PARAMS): Remove.  All uses removed.
27614         (ARRAY_CARDINALITY): Do not bother to #undef.
27615         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27616         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27617         Remove unnecessary parentheses.
27618         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27619         Insert necessary parentheses.
27620         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27621         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27622
27623 2002-11-19  Bruno Haible  <bruno@clisp.org>
27624
27625         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27626         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27627
27628         * lib/mbswidth.h (PARAMS): Remove macro.
27629         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27630         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27631
27632         * lib/gcd.h (PARAMS): Remove macro.
27633         (gcd): Use ANSI C function declarations.
27634         * lib/gcd.c (gcd): Likewise.
27635
27636 2002-11-15  Bruno Haible  <bruno@clisp.org>
27637
27638         * lib/strcspn.c: Include <stddef.h>.
27639         (strcspn): Use ANSI C function declaration. Change return type to
27640         size_t. Use NULL.
27641         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27642         (strpbrk): Use NULL.
27643         * lib/strpbrk.h (PARAMS): Remove macro.
27644         (strpbrk): Use ANSI C function declaration.
27645         * lib/strstr.c: Don't include <sys/types.h>.
27646         * lib/strstr.h (PARAMS): Remove macro.
27647         (strstr): Use ANSI C function declarations.
27648
27649 2002-11-14  Karl Berry  <karl@gnu.org>
27650
27651         * config/mkinstalldirs: `do' on separate line, instead of
27652         `for var; do'.
27653
27654 2002-11-06  Bruno Haible  <bruno@clisp.org>
27655
27656         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27657         * lib/gcd.c (gcd): Likewise.
27658
27659 2002-11-05  Bruno Haible  <bruno@clisp.org>
27660
27661         * lib/gcd.h: New file, from gettext-0.11.5.
27662         * lib/gcd.c: New file, from gettext-0.11.5.
27663
27664 2002-11-05  Bruno Haible  <bruno@clisp.org>
27665
27666         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27667         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27668         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27669         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27670
27671         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27672         <libintl.h>.
27673         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27674         <libintl.h>.
27675
27676         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27677         * lib/human.c: Include gettext.h instead of <libintl.h>.
27678         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27679         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27680         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27681         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27682         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27683         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27684         (textdomain): Remove definition.
27685         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27686
27687         * lib/long-options.c: Remove include of <libintl.h> and definition of
27688         _.
27689         * lib/same.c: Remove include of <libintl.h> and definition of _.
27690
27691 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27692
27693         * lib/config.charset: A few additions for Solaris.
27694
27695 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27696
27697         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27698         * lib/localcharset.c (locale_charset): Declare as extern "C".
27699
27700 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27701
27702         * lib/config.charset: msdos in uk_UA uses CP1125.
27703
27704 2002-11-04  Bruno Haible  <bruno@clisp.org>
27705
27706         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27707         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27708         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27709         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27710         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27711
27712 2002-11-04  Bruno Haible  <bruno@clisp.org>
27713
27714         * lib/localcharset.c (locale_charset): Don't return an empty string.
27715
27716 2002-11-04  Bruno Haible  <bruno@clisp.org>
27717
27718         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27719         aliases.
27720
27721 2002-11-04  Bruno Haible  <bruno@clisp.org>
27722
27723         * lib/config.charset: Update for newest glibc. Add canonical names
27724         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27725
27726 2002-11-04  Bruno Haible  <bruno@clisp.org>
27727
27728         * lib/config.charset: Add support for NetBSD.
27729
27730 2002-11-04  Bruno Haible  <bruno@clisp.org>
27731
27732         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27733
27734 2002-11-01  Bruno Haible  <bruno@clisp.org>
27735
27736         * configure.in: Add AC_CONFIG_AUX_DIR call.
27737         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27738         test/Makefile.
27739         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27740
27741 2002-09-28  Karl Berry  <karl@gnu.org>
27742
27743         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27744         installed automake until the next release, since changes have been
27745         made.
27746
27747 2002-09-25  Karl Berry  <karl@gnu.org>
27748
27749         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27750         * lib/getopt*: copy from libc/posix.
27751         * lib/gettext.h: copy from gettext.
27752         * lib/.cppi-disable: add strdup.c, gettext.h.
27753
27754 2002-09-25  Karl Berry  <karl@gnu.org>
27755
27756         * config/srclist.txt: enable gettext.h check.
27757         * config/config.{guess,sub}: update from prep.
27758         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27759                 from automake 1.6.3.
27760         See srclist*.
27761
27762 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27763
27764         * regex.c (PATFETCH): Remove the translating fetch.
27765         (PATFETCH_RAW): Rename to PATFETCH.
27766         (set_image_of_range): New fun.
27767         (SET_RANGE_TABLE_WORK_AREA): Use it.
27768         (regex_compile): Don't translate the pattern chars so eagerly.
27769         Only do it when inserting an `exactn' bytecode or when handling
27770         a char-range.
27771         (mutually_exclusive_p): Avoid empty statement.
27772
27773 2002-07-06  Jim Meyering  <meyering@lucent.com>
27774
27775         * m4/README: Don't mention Makefile.am.in.
27776         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27777
27778 2002-07-01  Jim Meyering  <meyering@lucent.com>
27779
27780         * lib/c-stack.c: Include sys/time.h.
27781         From Volker Borchert.
27782
27783 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27784
27785         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27786
27787 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27788
27789         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27790         New macro.  Use it uniformly instead of
27791         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27792         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27793         reported by Vin Shelton.
27794
27795 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27796
27797         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27798         Do not assume SA_SIGINFO behavior.
27799         Bug reported by Jim Meyering on NetBSD 1.5.2.
27800
27801 2002-06-22  Jim Meyering  <meyering@lucent.com>
27802
27803         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27804         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27805
27806         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27807         now that configure.ac uses AC_GNU_SOURCE.
27808         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27809         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27810
27811         Update to latest tools.  Suggestions from Paul Eggert.
27812         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27813         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27814         * m4/fnmatch.m4: Likewise.
27815         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27816         to AC_HEADER_STDBOOL
27817
27818 2002-06-22  Jim Meyering  <meyering@lucent.com>
27819
27820         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27821         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27822
27823 2002-06-22  Jim Meyering  <meyering@lucent.com>
27824
27825         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27826
27827         * lib/exitfail.c, exitfail.h: Likewise.
27828         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27829
27830         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27831         of fnmatch.h.
27832         (EXTRA_DIST): Add fnmatch_loop.c.
27833         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27834
27835         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27836         * lib/fnmatch.c: Update from diffutils-2.8.2.
27837         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27838         * lib/fnmatch.h: Remove file.
27839
27840 2002-06-21  Jim Meyering  <meyering@lucent.com>
27841
27842         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27843         * m4/mbrtowc.m4: Likewise.
27844
27845         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27846         * m4/mbswidth.m4: Reflect name change:
27847         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27848         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27849
27850         * m4/lib-link.m4: Update from gettext-0.11.2.
27851         * m4/gettext.m4: Likewise.
27852
27853         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27854         From Alfred M. Szmidt.
27855
27856 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27857
27858         * lib/file-type.h: Report an error if neither S_ISREG nor
27859         S_IFREG is defined, instead of using a test specific to glibc
27860         2.2.  This should be safe, since POSIX requires S_ISREG and
27861         Unix Version 7 had S_IFREG.  We don't need to check for
27862         <sys/types.h> since we don't use any symbols that it defines.
27863
27864 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27865
27866         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27867         $@-t, so that each temporary file name is unique and valid in the first
27868         8 characters, for operation under DOS.
27869
27870 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27871
27872         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27873
27874 2002-06-15  Jim Meyering  <meyering@lucent.com>
27875
27876         Work even with DJGPP 2.03, which lacks support for symlinks.
27877         From Richard Dawe.
27878         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27879         is defined.
27880         * lib/lchown.c (S_ISLNK): Likewise.
27881
27882 2002-06-15  Jim Meyering  <meyering@lucent.com>
27883
27884         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27885         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27886         have been included before this file.
27887
27888 2002-06-14  Jim Meyering  <meyering@lucent.com>
27889
27890         * lib/file-type.h: Use the version from diffutils-2.8.2.
27891         * lib/file-type.c: Likewise.
27892
27893 2002-06-07  Jim Meyering  <meyering@lucent.com>
27894
27895         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27896         They're needed at least for NetBSD 1.5.2.
27897         ($statxfs_includes): Include those same headers.
27898         ($statxfs_includes): Include sys/vfs.h if available.
27899         ($statxfs_includes): Likewise for sys/statvfs.h.
27900         Check for the following members in both structs statfs and statvfs:
27901         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27902
27903 2002-06-01  Jim Meyering  <meyering@lucent.com>
27904
27905         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27906         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27907
27908 2002-05-28  Jim Meyering  <meyering@lucent.com>
27909
27910         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27911         Reported by Volker Borchert.
27912
27913 2002-05-27  Jim Meyering  <meyering@lucent.com>
27914
27915         Fix a problem seen only on nonconforming systems whereby ls.c's
27916         use of localtime, and then of gettimeofday would cause trouble:
27917         the localtime call used to initialize rpl_gettimeofday's save
27918         mechanism would clobber ls's current local time information so
27919         that in any long listing the first file would always be listed
27920         with date 1970-01-01.  Analysis by Volker Borchert.
27921
27922         * lib/gettimeofday.c (localtime): Undefine.
27923         (rpl_localtime): New function.
27924
27925 2002-05-27  Jim Meyering  <meyering@lucent.com>
27926
27927         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27928         localtime.
27929
27930         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27931         use the replacement function; it wouldn't resolve at link time.
27932         Reported by Volker Borchert.
27933
27934 2002-05-22  Jim Meyering  <meyering@lucent.com>
27935
27936         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27937         file-type.h.
27938         * lib/file-type.h: New file.
27939         * lib/file-type.c (file_type): New file/function.  Extracted from
27940         diffutils.
27941
27942 2002-04-30  Jim Meyering  <meyering@lucent.com>
27943
27944         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27945
27946 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27947
27948         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27949
27950 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27951
27952         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27953         Do not check for alloca.h (no longer used) or stdbool.h (was never
27954         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27955
27956 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27957
27958         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27959
27960 2002-04-29  Jim Meyering  <meyering@lucent.com>
27961
27962         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27963         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27964         Use AC_FUNC_STRNLEN here instead.
27965
27966         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27967         With autoconf-2.53a, it's part of AC_PROG_CC.
27968
27969 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27970
27971         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27972         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27973
27974 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27975
27976         * lib/sig2str.h, lib/sig2str.c: New files.
27977         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27978
27979 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27980
27981         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27982         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27983         of 127, since 64 is the largest conceivable number for ancient
27984         nonstandard hosts.
27985         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27986
27987 2002-04-28  Jim Meyering  <meyering@lucent.com>
27988
27989         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27990
27991 2002-04-24  Jim Meyering  <meyering@lucent.com>
27992
27993         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27994         (jm_PREREQ): Use it.
27995
27996         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27997         mach/mach.h fcntl.h.
27998         Check for this function: setlocale.
27999
28000 2002-04-24  Jim Meyering  <meyering@lucent.com>
28001
28002         * lib/gettext.h: New file, from Gettext.
28003         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28004         (libfetish_a_SOURCES): Add gettext.h.
28005
28006 2002-04-16  Jim Meyering  <meyering@lucent.com>
28007
28008         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28009         ut_pid, ut_id, ut_exit.
28010
28011 2002-04-16  Jim Meyering  <meyering@lucent.com>
28012
28013         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28014         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28015         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28016
28017 2002-04-12  Jim Meyering  <meyering@lucent.com>
28018
28019         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28020         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28021         existence of the getmntinfo function.  Needed for Darwin 5.3.
28022
28023         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28024         This is necessary at least on Darwin 5.3.
28025
28026         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28027         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28028         strnlen.o in the library, and that makes some versions of ranlib
28029         object.
28030
28031 2002-04-12  Jim Meyering  <meyering@lucent.com>
28032
28033         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28034
28035 2002-04-09  Jim Meyering  <meyering@lucent.com>
28036
28037         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28038         to be more precise.  Rather than saying we're checking whether the
28039         function `works', say what we're testing.
28040         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28041         Reported by Bruno Haible.
28042
28043 2002-03-10  Jim Meyering  <meyering@lucent.com>
28044
28045         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28046         Suggestion from Santiago Vila.
28047
28048 2002-03-08  Jim Meyering  <meyering@lucent.com>
28049
28050         * lib/rename.c: Mention that this wrapper is needed also on
28051         mips-dec-ultrix4.4 systems.
28052
28053 2002-03-02  Jim Meyering  <meyering@lucent.com>
28054
28055         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28056         not HAVE_CLOCK_SETTIME.
28057
28058 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28059
28060         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28061         Check for clock_settime.
28062
28063 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28064
28065         * lib/nanosleep.h: Rename to....
28066         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28067
28068         * lib/gettime.c: New file.
28069         * lib/settime.c: New file.
28070         * lib/stime.c: Remove.
28071
28072         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28073         timespec.h.  Remove nanosleep.h.
28074
28075 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28076
28077         * m4/acl.m4: New file.
28078         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28079         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28080
28081 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28082
28083         * lib/acl.c, lib/acl.h: New files.
28084         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28085
28086 2002-02-24  Jim Meyering  <meyering@lucent.com>
28087
28088         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28089         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28090         cause trouble.  Reported by Nelson Beebe.
28091
28092 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28093
28094         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28095         compilers that don't know that xalloc_die never returns.
28096
28097 2002-02-20  Jim Meyering  <meyering@lucent.com>
28098
28099         * lib/getdate.c: Regenerate using bison-1.33.
28100
28101 2002-02-17  Jim Meyering  <meyering@lucent.com>
28102
28103         * config/config.guess (main): Don't use `head -1'; it's no longer
28104         portable. Use `sed 1q' instead.
28105
28106 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28107
28108         * m4/codeset.m4: Upgrade to gettext-0.11.
28109         * m4/gettext.m4: Upgrade to gettext-0.11.
28110         * m4/glibc21.m4: Upgrade to gettext-0.11.
28111         * m4/iconv.m4: Upgrade to gettext-0.11.
28112         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28113         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28114         * m4/lib-ld.m4: New file, from gettext-0.11.
28115         * m4/lib-link.m4: New file, from gettext-0.11.
28116         * m4/lib-prefix.m4: New file, from gettext-0.11.
28117         * m4/progtest.m4: Upgrade to gettext-0.11.
28118
28119 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28120
28121         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28122         (jm_PREREQ): Use it.
28123
28124 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28125
28126         * lib/posixver.c, lib/posixver.h: New files.
28127         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28128
28129 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28130             Bruno Haible  <bruno@clisp.org>
28131
28132         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28133         (fwrite_success_callback): New declaration.
28134         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28135         print_unicode_char. Call failure callback instead of error.
28136         (fwrite_success_callback): New function.
28137         (exit_failure_callback): New function.
28138         (fallback_failure_callback): New function.
28139         (print_unicode_char): Call unicode_to_mb.
28140
28141 2002-01-26  Jim Meyering  <meyering@lucent.com>
28142
28143         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28144         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28145
28146 2002-01-26  Jim Meyering  <meyering@lucent.com>
28147
28148         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28149
28150 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28151
28152         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28153
28154 2002-01-22  Jim Meyering  <meyering@lucent.com>
28155
28156         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28157         Otherwise, some versions of automake would omit the rule that makes
28158         Makefile from Makefile.in.
28159
28160 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28161
28162         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28163         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28164         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28165         (memcoll): Set errno to zero if there is no error.
28166
28167         * lib/quotearg.c (quotearg_buffer_restyled):
28168         Fix bug with quoting buffers containing NUL when backslashing escapes.
28169         This bug was exposed by the other changes in this patch.
28170         (quotearg_n_options): New arg ARGSIZE.
28171         All callers changed.
28172         (quoting_options_from_style): New function.
28173         (quotearg_n_style): Use it.
28174         (quotearg_n_style_mem): New function.
28175
28176         * lib/quotearg.h (quotearg_n_style_mem): New function.
28177
28178 2002-01-19  Jim Meyering  <meyering@lucent.com>
28179
28180         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28181         Remove useless quotes: DF_PROG="df".
28182         * m4/strnlen.m4: New file.
28183
28184 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28185
28186         * lib/backupfile.c (ISDIGIT): Comment fix.
28187         * lib/getdate.y (ISDIGIT): Likewise.
28188         * lib/posixtm.c (ISDIGIT, year): Likewise.
28189         * lib/strverscmp.c (ISDIGIT): Likewise.
28190         * lib/userspec.c (ISDIGIT): Likewise.
28191
28192 2002-01-16  Jim Meyering  <meyering@lucent.com>
28193
28194         * lib/getdate.y: Add three semicolons, each just before a closing
28195         brace. Bison (as of version 1.31) no longer papers over that mistake.
28196
28197 2002-01-05  Jim Meyering  <meyering@lucent.com>
28198
28199         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28200
28201 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28202
28203         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28204         not silently exit merely because the output buffer happens to
28205         have nothing pending.
28206
28207 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28208
28209         See the big note in ../ChangeLog.
28210         * lib/human.c (suffixes): Prefer K to k for 1024.
28211         (generate_suffix_backwards): New function.
28212         (human_readable_inexact): Use it.
28213         * lib/xstrtol.c (__xstrtol): If there is no number but there
28214         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28215         Accept 'K' as well as 'k'.
28216
28217 2001-12-15  Jim Meyering  <meyering@lucent.com>
28218
28219         * lib/regex.h (__restrict_arr): Update from libc.
28220
28221         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28222         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28223         (STREQ): Define.
28224
28225 2001-12-14  Jim Meyering  <meyering@lucent.com>
28226
28227         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28228         Suggestion from Bruno Haible.
28229
28230 2001-12-10  Jim Meyering  <meyering@lucent.com>
28231
28232         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28233         xrealloc, Instead, include "xalloc.h".
28234         (initbuffer): Don't cast xmalloc return value to char*.
28235         (readline): Reword comment.
28236         Don't cast xrealloc return value to char*
28237         Return NULL, not 0.
28238
28239 2001-12-09  Jim Meyering  <meyering@lucent.com>
28240
28241         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28242         about `signed and unsigned type in conditional expression'.
28243         * lib/posixtm.c (posix_time_parse): Likewise.
28244
28245         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28246
28247         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28248         to avoid a pedantic warning.
28249
28250         * lib/getstr.c: Don't include assert.h.
28251         (getstr): Remove warning-evoking assertions.
28252         Return -1 if offset parameter is out of bounds.
28253         Change the type of a local from int to size_t.
28254
28255         * lib/strftime.c (my_strftime_localtime_r): Include this function
28256         definition in the `#if ! HAVE_TM_GMTOFF' block.
28257
28258         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28259         Include xalloc.h instead.
28260
28261 2001-12-02  Jim Meyering  <meyering@lucent.com>
28262
28263         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28264         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28265         included.
28266
28267         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28268         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28269
28270 2001-11-30  Akim Demaille  <akim@epita.fr>
28271
28272         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28273         before being defined.
28274
28275 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28276
28277         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28278         First arg is int, not unsigned.
28279         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28280         (SIZE_MAX, UINT_MAX): New macros.
28281         (quotearg_n_options): Abort if N is negative.
28282         Avoid overflow check on hosts where size_t is 64 bits and int
28283         is 32 bits, as overflow is impossible there.
28284         Fix off-by-one typo that caused unnecessary reallocation.
28285
28286 2001-11-27  Jim Meyering  <meyering@lucent.com>
28287
28288         * lib/tempname.c: Merge with version from libc.
28289         * lib/regex.c: Likewise.
28290
28291         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28292         systems for which STDC_HEADERS is 0, it was not included, resulting in
28293         a warning about an integer-to-pointer conversion problem with getenv.
28294         Reported by Volker Borchert.
28295
28296 2001-11-26  Jim Meyering  <meyering@lucent.com>
28297
28298         * lib/gtod.h: Remove file.
28299         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28300         * lib/gettimeofday.c: Don't include gtod.h.
28301         (GTOD_init): Remove function.
28302         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28303         Suggestion from Volker Borchert.
28304
28305 2001-11-23  Jim Meyering  <meyering@lucent.com>
28306
28307         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28308         it.
28309         * lib/hash.c (struct hash_table): Define it here instead.
28310
28311 2001-11-22  Jim Meyering  <meyering@lucent.com>
28312
28313         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28314
28315 2001-11-20  Jim Meyering  <meyering@lucent.com>
28316
28317         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28318         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28319
28320 2001-11-19  Jim Meyering  <meyering@lucent.com>
28321
28322         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28323         directory.  Use "conftestXXXXXX" as the template.
28324         Suggestion from Paul Eggert.
28325
28326         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28327         immediately, so the test doesn't mistakenly hit the max-open-files
28328         limit.
28329
28330 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28331
28332         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28333         (TEMPORARIES): New macro.
28334         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28335         removes an artificial limitation (e.g. HP-UX 10.20, where
28336         TMP_MAX is 17576).
28337
28338 2001-11-18  Jim Meyering  <meyering@lucent.com>
28339
28340         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28341
28342 2001-11-18  Jim Meyering  <meyering@lucent.com>
28343
28344         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28345         on SunOS 4.
28346
28347         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28348         files will be created before anything else.
28349
28350 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28351
28352         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28353         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28354
28355 2001-11-17  Jim Meyering  <meyering@lucent.com>
28356
28357         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28358         Prompted by a report from Bob Proulx.
28359
28360         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28361         Instead, require UTILS_FUNC_MKSTEMP.
28362
28363 2001-11-17  Jim Meyering  <meyering@lucent.com>
28364
28365         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28366         Now, that's done as part of AC_FUNC_STRTOD.
28367
28368 2001-11-17  Jim Meyering  <meyering@lucent.com>
28369
28370         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28371         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28372         rather than group writable.  Patch by Juan F. Codagnone.
28373
28374         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28375         xrealloc, Instead, include "xalloc.h".
28376
28377         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28378         Remove explicit declarations of xmalloc, xrealloc,
28379         and xstrdup.  Instead, include "xalloc.h".
28380
28381         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28382         unlocked-io.h.
28383         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28384         Likewise.
28385         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28386
28387         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28388         Reported by Padraig Brady.
28389
28390         * lib/mkstemp.c: #undef mkstemp.
28391         Include config.h.
28392         (rpl_mkstemp): Rename from mkstemp.
28393         Protoize.
28394
28395 2001-11-16  Jim Meyering  <meyering@lucent.com>
28396
28397         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28398         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28399         determine the amount of total physical memory, use pstat_getstatic.
28400         HPUX-11 doesn't define _SC_PHYS_PAGES.
28401         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28402         If sysconf couldn't be used to determine the amount of available
28403         physical memory, use both pstat_getstatic and pstat_getdynamic.
28404         Based on a patch from Bob Proulx.
28405
28406 2001-11-10  Jim Meyering  <meyering@lucent.com>
28407
28408         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28409         (jm_PREREQ): Use it.
28410
28411 2001-11-09  Jim Meyering  <meyering@lucent.com>
28412
28413         * m4/jm-macros.m4: Require autoconf-2.52f.
28414         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28415         Use these AC_-prefixed names, not the AM_-prefixed ones.
28416
28417         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28418
28419 2001-11-05  Jim Meyering  <meyering@lucent.com>
28420
28421         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28422
28423 2001-11-04  Jim Meyering  <meyering@lucent.com>
28424
28425         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28426         $DEFS.
28427
28428 2001-11-03  Jim Meyering  <meyering@lucent.com>
28429
28430         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28431         of AC_DEFUN.
28432
28433         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28434         know the name of the variable in the macro definition.
28435
28436 2001-11-03  Jim Meyering  <meyering@lucent.com>
28437
28438         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28439         in argmatch_to_argument call.
28440
28441         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28442         argument.
28443
28444         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28445         e.g., a fault due to an attempt to free a NULL pointer.
28446
28447 2001-11-01  Jim Meyering  <meyering@lucent.com>
28448
28449         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28450         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28451
28452 2001-11-01  Jim Meyering  <meyering@lucent.com>
28453
28454         * lib/dirfd.c, lib/dirfd.h: New files.
28455         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28456
28457         * lib/hash.c (hash_print) [TESTING]: Clean up.
28458
28459 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28460
28461         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28462         to avoid a warning if -Wall.
28463
28464 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28465
28466         * README: New file
28467         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28468         (per RMS's instructions, this is now the canonical source)
28469         * lgpl/, gpl/: New directories.
28470
28471 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28472
28473         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28474
28475 2001-10-21  Jim Meyering  <meyering@lucent.com>
28476
28477         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28478         this code would end up calling gettext even in packages built
28479         with --disable-nls.
28480         * lib/getopt.c (_): Likewise.
28481         * lib/regex.c (_): Likewise.
28482
28483 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28484
28485         * m4/error.m4 (jm_PREREQ_ERROR):
28486         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28487         AC_FUNC_STRERROR_R does that.
28488         Check for strerror declaration.
28489
28490         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28491         are supposed to have them these days.
28492         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28493         Merge changes from latest Autoconf CVS.
28494         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28495         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28496         POSIX decided to standardize on the int flavor of strerror_r.
28497
28498 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28499
28500         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28501         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28502         Use strerror_r that is only a macro, even if it is not a function.
28503         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28504         (private_strerror): Use prototypes, not old-style function definition.
28505         (print_errno_message): New function.
28506         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28507         char*-flavored one.
28508         (error_tail, error, error_at_line): Use it.
28509
28510 2001-10-11  Jim Meyering  <meyering@lucent.com>
28511
28512         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28513         and quote_n (1, ... to avoid clobbering a buffer.
28514
28515 2001-10-05  Jim Meyering  <meyering@lucent.com>
28516
28517         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28518         hash-pjw.h.
28519         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28520         * lib/hash-pjw.h: New file.
28521
28522 2001-09-30  Jim Meyering  <meyering@lucent.com>
28523
28524         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28525         `struct fsstat' has the `f_fstypename' member.
28526         Use that to define FS_TYPE, which is now used to make
28527         the getfsstat link test tighter.
28528
28529 2001-09-30  Jim Meyering  <meyering@lucent.com>
28530
28531         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28532         Include <sys/ucred.h>, for Apple Darwin.
28533         Include sys/mount.h and sys/fs_types.h only if available.
28534         (FS_TYPE): Define.
28535         (read_filesystem_list): Use FS_TYPE.
28536
28537 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28538
28539         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28540         a boolean context.
28541
28542 2001-09-29  Jim Meyering  <meyering@lucent.com>
28543
28544         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28545         [one-argument getmntent function]): Include stdio.h before mntent.h.
28546         SunOS 4.1.x needs it for the declaration of `FILE'.
28547         Patch by Volker Borchert.
28548
28549         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28550         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28551         sys/fs_types.h, and make the link-test for getfsstat guard #include
28552         directives with appropriate #if HAVE_*_H tests so that we can
28553         detect getfsstat on Apple Darwin1.3.7 systems.
28554         Reported by Nelson Beebe.
28555         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28556
28557 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28558
28559         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28560         #defines strtoimax.  Also treat the other strto* functions
28561         like strtoimax.
28562
28563         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28564         Check for strtoul and strtoumax,
28565         as those declarations are made even in the signed case.
28566         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28567         Likewise, for strtol and strtoimax.
28568
28569 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28570
28571         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28572         #defines strtoimax.  Also treat the other strto* functions
28573         like strtoimax.
28574
28575         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28576         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28577         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28578
28579 2001-09-26  Jim Meyering  <meyering@lucent.com>
28580
28581         Most macros in unlocked-io.h had the wrong number of arguments.
28582         * lib/gen-uio: New script.
28583         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28584         * lib/unlocked-io.hin: Remove file.
28585         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28586         rather than trying to embed it here.
28587         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28588         Reported by Padraig Brady.
28589
28590 2001-09-25  Volker Borchert  <bt@teknon.de>
28591
28592         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28593         `result'.
28594
28595 2001-09-24  Jim Meyering  <meyering@lucent.com>
28596
28597         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28598
28599 2001-09-23  Jim Meyering  <meyering@lucent.com>
28600
28601         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28602         instead of the mere test for existence of mntent.h.  The latter
28603         would get a false-positive on AIX 3.4 systems.
28604         In the outer getmntent if-block, don't die if neither of the getmntent
28605         tests succeeds.  Instead, just fall through and continue with the
28606         remaining tests.
28607
28608 2001-09-23  Jim Meyering  <meyering@lucent.com>
28609
28610         * lib/mountlist.c: Remove useless parentheses in #if directives.
28611         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28612         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28613
28614 2001-09-22  Jim Meyering  <meyering@lucent.com>
28615
28616         * m4/gettext.m4: New file.  From gettext.
28617         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28618         * m4/progtest.m4: Likewise
28619         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28620         * m4/glibc21.m4: Likewise.
28621
28622         * m4/libintl.m4: Remove.  No longer used.
28623
28624 2001-09-22  Jim Meyering  <meyering@lucent.com>
28625
28626         * lib/localcharset.c: Update from latest gettext.
28627         * lib/config.charset: Likewise.
28628
28629 2001-09-20  Jim Meyering  <meyering@lucent.com>
28630
28631         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28632         strtoimax.
28633         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28634         strtoumax.
28635
28636 2001-09-20  Jim Meyering  <meyering@lucent.com>
28637
28638         * lib/xstrtol.c (strtoimax): Guard declaration with
28639         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28640         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28641         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28642         (strtoumax): Likewise, for completeness (it wasn't necessary).
28643
28644 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28645
28646         * lib/strtoimax.c (HAVE_LONG_LONG):
28647         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28648         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28649         to work around bug in IBM C compiler.
28650
28651 2001-09-17  Jim Meyering  <meyering@lucent.com>
28652
28653         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28654         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28655         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28656         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28657         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28658         whenever the right hand side need not be expanded by the shell.
28659
28660 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28661
28662         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28663         library.  It's not correct, as some older glibcs are buggy.
28664         fnmatch wasn't fixed until glibc 2.2.
28665
28666         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28667         special shell magic here.
28668
28669 2001-09-16  Jim Meyering  <meyering@lucent.com>
28670
28671         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28672         * m4/jm-macros.m4: Require it.
28673
28674 2001-09-16  Jim Meyering  <meyering@lucent.com>
28675
28676         * lib/mkdir.c: New file.
28677
28678 2001-09-15  Jim Meyering  <meyering@lucent.com>
28679
28680         * m4/jm-macros.m4: Check for help2man.
28681
28682 2001-09-11  Jim Meyering  <meyering@lucent.com>
28683
28684         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28685         The body, by Paul Eggert, was moved here from configure.in.
28686         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28687
28688 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28689
28690         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28691         (jm_PREREQ): Use it.
28692
28693 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28694
28695         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28696         Use ssize_t, not int, to store result of readlink.
28697         Check for ssize_t overflow as well as size_t overflow,
28698         as POSIX says the result of readlink is implementation-defined
28699         when ssize_t overflows.
28700         Remove unnecessary cast to char*.
28701         Use free+malloc instead of realloc, as the storage doesn't need
28702         to be preserved and it's clearer and can be more efficient that way.
28703         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28704         * lib/xreadlink.h (xreadlink): Update prototype.
28705
28706 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28707
28708         * lib/xgetcwd.c: Revert some of the previous change; intead,
28709         fix the HAVE_GETCWD_NULL code to behave more like the
28710         !HAVE_GETCWD_NULL code used to.
28711
28712         Include "xalloc.h".
28713         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28714         invoke xalloc_die.
28715
28716 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28717
28718         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28719         sys/param.h, as pathmax.h includes them.
28720
28721 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28722
28723         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28724         (jm_PREREQ_XGETCWD): New macro.
28725
28726         * m4/getcwd.m4: New file.
28727
28728 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28729
28730         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28731         like the HAVE_GETCWD_NULL code.
28732         Include pathmax.h if not HAVE_GETCWD.
28733         Do not include xalloc.h.
28734         (INITIAL_BUFFER_SIZE): New symbol.
28735         Do not use xmalloc / xrealloc, since the caller is responsible for
28736         handling errors.  Preserve errno around `free' during failure.
28737         Do not overrun buffer when using getwd.
28738
28739 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28740
28741         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28742         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28743         getcwd (NULL, 0).
28744
28745 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28746
28747         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28748         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28749         spotted by Jim Meyering.
28750
28751 2001-09-03  Jim Meyering  <meyering@lucent.com>
28752
28753         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28754         failure.
28755
28756 2001-09-02  Jim Meyering  <meyering@lucent.com>
28757
28758         * lib/error.c: Update from GNU libc.
28759
28760 2001-09-01  Jim Meyering  <meyering@lucent.com>
28761
28762         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28763         Used by df.
28764
28765 2001-09-01  Jim Meyering  <meyering@lucent.com>
28766
28767         * lib/xreadlink.c: New file.
28768         * lib/xreadlink.h: New file.
28769         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28770         xreadlink.h.
28771
28772         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28773         doesn't conflict with sparc Solaris 7's definition in
28774         /usr/include/sys/int_types.h.
28775
28776         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28777         files.
28778         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28779         and strncasecmp as r-values.  Unixware didn't have declarations.
28780
28781 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28782
28783         * lib/xstrtol.h: Add copyright notice.
28784         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28785         LONGINT_INVALID_SUFFIX_CHAR.
28786
28787 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28788
28789         * lib/xstrtol.c (strtoimax): New decl.
28790
28791 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28792
28793         * lib/xgetcwd.c: Don't include pathmax.h.
28794         Include stdlib.h and unistd.h if available.
28795         Include xalloc.h.
28796         (xmalloc, xstrdup, free): Remove decls.
28797         (xgetcwd): Don't assume sizes fit in unsigned.
28798         Check for overflow when computing sizes.
28799         Simplify reallocation code.
28800
28801 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28802
28803         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28804         a directory's st_size can have an arbitrary value, so the old
28805         usage could waste an arbitrary amount of memory.  All uses
28806         changed.
28807         * lib/savedir.h: Update prototype.
28808
28809 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28810
28811         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28812
28813         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28814         old strtoimax.c.
28815
28816         Also, make the following further changes to make this file's
28817         configuration more similar to that of strtol.c:
28818         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28819         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28820         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28821         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28822         changed to signed values.
28823
28824         And make the following changes as well:
28825         Fix copyright notice, as 1999 was missing.
28826         (verify): New macro.
28827         (strtoimax): Check sizes at compile-time, not run-time.
28828         Prefer strtol to strtoll if both work.
28829         (main): Remove; it was not that useful and was a pain to maintain.
28830
28831         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28832
28833 2001-08-31  Jim Meyering  <meyering@lucent.com>
28834
28835         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28836         Use an initial, malloc'd, buffer of length 128 rather than
28837         a statically allocated one of length 1024.
28838
28839 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28840
28841         Simplify code, partly by assuming autoconf 2.52 semantics.
28842
28843         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28844
28845         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28846         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28847         All uses removed.
28848         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28849         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28850         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28851         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28852         jm_AC_HEADER_INTTYPES_H.
28853         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28854
28855         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28856
28857         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28858         Quote first arg of AC_DEFUN.
28859         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28860         since they are needed to parse the include file even if we need
28861         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28862         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28863         but with opposite signedness.
28864
28865 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28866
28867         Merge 'exclude' changes from tar 1.13.22.
28868         This fixes one or two unlikely storage allocation overflow bugs,
28869         but doesn't change user-visible behavior otherwise.
28870
28871 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28872
28873         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28874         (jm_PREREQ_EXCLUDE): New macro.
28875
28876 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28877
28878         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28879         tm to be declared.
28880
28881 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28882
28883         * lib/hash.c: Remove '2001' from copyright notice.
28884
28885 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28886
28887         * lib/full-write.h: New file.
28888         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28889         * lib/full-write.c: Correct credits, as cccp.c no longer
28890         exists and anyway it was so heavily changed from the old cccp
28891         code as to be unrecognizable.  Include full-write.h.
28892         (full_write) Return size_t, with short writes meaning failure.
28893         All callers changed.  This fixes a bug with large buffers
28894         on 64-bit hosts.
28895         * lib/utime.c: Include full-write.h.
28896
28897 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28898
28899         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28900         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28901         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28902         Include if available.
28903         (<xalloc.h>): Include
28904         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28905         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28906         collide with FNM macros.
28907         (struct patopts): New struct.
28908         (struct exclude): Use it, as exclude patterns now come with options.
28909         (new_exclude): Support above changes.
28910         (new_exclude, add_exclude_file):
28911         Initial size must now be a power of two to simplify overflow checking.
28912         (free_exclude, fnmatch_no_wildcards): New function.
28913         (excluded_filename): No longer requires options arg, as the options
28914         are determined by add_exclude.  Now returns bool, not int.
28915         (excluded_filename, add_exclude):
28916         Add support for the fancy new exclusion options.
28917         (add_exclude, add_exclude_file): Now takes int options arg.
28918         Check for arithmetic overflow when computing sizes.
28919         (add_exclude_file): xrealloc might modify errno, so don't
28920         realloc until after errno might be used.
28921
28922         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28923         New macros.
28924         (free_exclude): New decl.
28925         (add_exclude, add_exclude_file): Now takes int options arg.
28926         (excluded_filename): No longer requires options arg, as the options
28927         are determined by add_exclude.  Now returns bool, not int.
28928
28929 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28930
28931         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28932
28933 2001-08-27  Jim Meyering  <meyering@lucent.com>
28934
28935         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28936
28937         * lib/version-etc.c (N_): Remove definition.
28938         Revert most of last change.
28939         Instead, simply don't mark the `Copyright...' string for translation.
28940         Based on advice from Paul Eggert.
28941
28942         * lib/strtoxmax.c: Tweak comment.
28943
28944 2001-08-26  Jim Meyering  <meyering@lucent.com>
28945
28946         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28947
28948         * m4/xstrtoimax.m4: New file.
28949         * m4/xstrtoumax.m4: Add comments explaining why we
28950         AC_REPLACE_FUNCS(strtol).
28951
28952 2001-08-26  Jim Meyering  <meyering@lucent.com>
28953
28954         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28955         of copyright with `%s' so translators don't get an untranslated
28956         message in 2002.
28957         (COPYRIGHT_YEAR): Define.
28958         (version_etc): Use fprintf rather than fputs.
28959         Suggestion from Ulrich Drepper.
28960
28961         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28962
28963         * lib/strtoll.c: New file, from GNU libc.
28964         * lib/xstrtoimax.c: New file.
28965
28966         * lib/xstrtol.h: Add xstrtoimax.
28967         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28968         * lib/strtoimax.c: New file.  Likewise, but first define
28969         STRTOUXMAX_SIGNED.
28970
28971         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28972         ...
28973         * lib/strtoxmax.c: ... then renamed to this.
28974
28975 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28976
28977         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28978         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28979         (jm_AC_TYPE_INTMAX_T): New macro.
28980         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28981
28982         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28983
28984         * m4/longlong.m4: Renamed from ulonglong.m4.
28985         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28986         * m4/uintmax_t.m4: Removed.
28987
28988 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28989
28990         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28991         Port to Solaris 8, where 'sed' requires a space after the 'r'
28992         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28993         Redirect output to $tmp just once.
28994
28995 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28996
28997         * lib/addext.c (<errno.h>): Include.
28998         (errno): Declare if not defined.
28999         (addext): Work correctly when pathconf returns -1 and leaves
29000         errno alone because there is no limit.  Also, work even if
29001         pathconf returns a value greater than SIZE_MAX.
29002
29003 2001-08-12  Jim Meyering  <meyering@lucent.com>
29004
29005         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29006         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29007         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29008         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29009         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29010         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29011         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29012         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29013         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29014         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29015         utime.m4, utimes.m4, xstrtoumax.m4:
29016         Quote the first argument in each use of AC_DEFUN.
29017
29018 2001-08-12  Jim Meyering  <meyering@lucent.com>
29019
29020         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29021         Simply `return getcwd (NULL, 0);'.
29022         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29023         Use 1300 as initial value for length, not PATH_MAX.
29024
29025         * lib/pathmax.h: Clean up cpp syntax.
29026
29027 2001-08-12  Jim Meyering  <meyering@lucent.com>
29028
29029         * lib/gettimeofday.c: New file.
29030         * lib/gtod.h: New file.
29031         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29032
29033 2001-08-05  Jim Meyering  <meyering@lucent.com>
29034
29035         * m4/jm-macros.m4: Require autoconf-2.52.
29036
29037 2001-08-04  Jim Meyering  <meyering@lucent.com>
29038
29039         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29040         stmt, to get in sync with glibc.
29041
29042 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29043
29044         The following changes are from gettext 0.10.39 as maintained by
29045         Bruno Haible.
29046
29047         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29048         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29049         with inverted sense.  All uses changed.
29050
29051         * lib/mbswidth.c: Don't include <limits.h>.
29052         Include <stdlib.h> and <string.h> unconditionally.
29053         (iswcntrl, mbsinit, ISCNTRL): New macros.
29054         (mbsnwidth): Use K&R style function declarations.
29055         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29056         can optimize it when MB_CUR_MAX == 1.
29057         The width of control characters is zero, not 1.
29058
29059 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29060
29061         The following changes are from gettext 0.10.39 as maintained by
29062         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29063
29064         * m4/codeset.m4: Upgrade to serial AM1.
29065         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29066         all uses changed.  Quote first arg of AC_DEFUN.
29067         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29068
29069         * m4/iconv.m4: Upgrade to serial AM2.
29070         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29071         Add --with-libconv-prefix.
29072         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29073         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29074         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29075         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29076         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29077
29078         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29079         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29080         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29081         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29082         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29083         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29084         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29085         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29086         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29087
29088         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29089         string.h any more.
29090
29091         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29092         not the default value.
29093
29094         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29095         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29096         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29097         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29098         Also check for iswcntrl, used for wcwidth fallback.
29099         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29100         to Autoconf 2.13.
29101
29102 2001-08-03  Jim Meyering  <meyering@lucent.com>
29103
29104         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29105         as it was in the original.  Reported by Paul Eggert.
29106
29107 2001-07-16  Jim Meyering  <meyering@lucent.com>
29108
29109         * m4/gettimeofday.m4: New file.
29110         Prompted by a report from Bernhard Baehr.
29111
29112 2001-07-15  Jim Meyering  <meyering@lucent.com>
29113
29114         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29115         stuff. Now it's in ../Makefile.cfg.
29116
29117 2001-07-15  Jim Meyering  <meyering@lucent.com>
29118
29119         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29120         (BUILT_SOURCES): Add unlocked-io.h.
29121         (io_functions): Define.
29122         (unlocked-io.h): New rule.
29123         (DISTCLEANFILES): Add unlocked-io.h.
29124         (all-local): Depend on unlocked-io.h, to ensure it is created.
29125
29126         * lib/unlocked-io.hin: New file
29127
29128         * lib/regex.c: Update from glibc.
29129
29130 2001-07-05  Jim Meyering  <meyering@lucent.com>
29131
29132         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29133         recommendation.
29134         (libfetish_a_SOURCES): Put all .h files here instead.
29135         Remove a thus-exposed (better checks in automake) duplicate and
29136         two unnecessary .h files.
29137
29138 2001-07-04  Jim Meyering  <meyering@lucent.com>
29139
29140         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29141         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29142         distcheck failure.
29143
29144 2001-07-02  Jim Meyering  <meyering@lucent.com>
29145
29146         The following changes were prompted by suggestions from Bruno Haible.
29147
29148         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29149         is now generated.
29150         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29151         definition of EXTRA_DIST.
29152         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29153         ensure that the generated file is created/updated whenever the list
29154         of $(unlocked_functions) is changed.
29155         (jm-glibc-io.m4): New rule.
29156         (unlocked-io.h): New rule -- currently unused.
29157
29158 2001-06-24  Jim Meyering  <meyering@lucent.com>
29159
29160         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29161         unmatched right bracket, rather than kludging it with an extra,
29162         falsely-matching quote in a comment.  Patch by Akim Demaille.
29163
29164 2001-06-11  Jim Meyering  <meyering@lucent.com>
29165
29166         * lib/regex.c: Update from GNU libc.
29167
29168 2001-05-27  Jim Meyering  <meyering@lucent.com>
29169
29170         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29171         Check for ut_type in struct utmp.
29172
29173 2001-05-27  Jim Meyering  <meyering@lucent.com>
29174
29175         * lib/readutmp.h (UT_TYPE): Define.
29176
29177 2001-05-24  Jim Meyering  <meyering@lucent.com>
29178
29179         * lib/argmatch.c: Include "quote.h".
29180         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29181         quote function.  Reported by Göran Uddeborg.
29182
29183 2001-05-22  Jim Meyering  <meyering@lucent.com>
29184
29185         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29186         now that we use the package-supplied version unconditionally.
29187         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29188
29189 2001-05-21  Jim Meyering  <meyering@lucent.com>
29190
29191         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29192         shell syntax errors.
29193
29194 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29195
29196         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29197
29198 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29199
29200         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29201         Don't bother to check library strftime, since
29202         we'll be using our own my_strftime function anyway.
29203         Define my_strftime instead of strftime.
29204
29205 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29206
29207         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29208         which is not yet declared.
29209
29210 2001-05-15  Jim Meyering  <meyering@lucent.com>
29211
29212         * m4/regex.m4: Use proper quoting so brackets appear in the test
29213         program.
29214         Reported by, and with help from, Bruno Haible.
29215
29216 2001-05-13  Jim Meyering  <meyering@lucent.com>
29217
29218         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29219         undefined.
29220
29221 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29222
29223         dirname code cleanup.  base_name now behaves more compatibly
29224         with POSIX basename when given file names that have trailing
29225         slashes, and similarly for dir_name.  Add new primitives
29226         base_len and dir_len.  Put the directory-name-related decls
29227         into dirname.h.
29228
29229         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29230         * lib/backupfile.c (base_name): Likewise.
29231         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29232         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29233         * lib/makepath.c (strip_trailing_slashes): Likewise.
29234         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29235         ISSLASH): Likewise.
29236         * lib/rename.c (strip_trailing_slashes): Likewise.
29237         * lib/same.c (base_name): Likewise.
29238         * lib/stripslash.c (ISSLASH): Likewise.
29239
29240         * lib/addext.c: Include <dirname.h> after size_t is defined.
29241         * lib/backupfile.c: Likewise.
29242
29243         * lib/addext.c (addext): Use base_len to trim redundant
29244         trailing slashes instead of doing it ourselves.
29245         But do not trim the last slash if it is not redundant.
29246
29247         * lib/backupfile.c (find_backup_file_name,
29248         max_backup_version): Use base_len instead of rolling it ourselves.
29249         Handle the case of "" and (on DOS) "C:" correctly.
29250
29251         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29252         needed. Include <string.h>, <dirname.h>.
29253         (base_name): Allow file names ending in slashes, other than names
29254         that are all slashes.  In this case, return the basename followed
29255         by the slashes.  This is more general, and can be used in places
29256         where the original base_name purposely had an assertion failure.
29257         (base_len): New function.
29258
29259         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29260         Do not include <assert.h>; no longer needed.
29261         Include xalloc.h.
29262         (memrchr): Remove decl.
29263         (dir_name_r): Remove.
29264         (dir_len): Renamed from dirlen.  All callers changed.
29265         Rewrite in terms of base_name, for simplicity and consistency.
29266         (dir_name): Never return NULL.  All callers changed.
29267         Do not include <stdlib.h> in test program; no longer needed.
29268         return 0; is fine for test program.
29269
29270         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29271         New macros.
29272         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29273
29274         * lib/path-concat.c (path_concat): Use base_len to compute
29275         base length, not strlen; this means we cannot rely on memcpy
29276         to null-terminate.
29277
29278         * lib/same.c (STREQ): Remove.
29279         (same_name): Handle the case where the basename ends in trailing '/'.
29280
29281         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29282         a slash was stripped.  Do not strip the last slash after a
29283         file system prefix.
29284
29285 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29286
29287         * lib/Makefile.am (libfetish_a_SOURCES):
29288         Add strftime.c, since we now compile it on all hosts.
29289
29290         * lib/strftime.c (my_strftime):
29291         Define to nstrftime if emacs, but only if my_strftime is not defined.
29292         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29293         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29294         Add one more extra argument: a nanoseconds value.
29295         All uses changed.
29296         (ns): New macro.
29297         (my_strftime function): Add %N format.
29298         (emacs_strftimeu): Renamed from emacs_strftime,
29299         with extra ut argument.
29300
29301 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29302
29303         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29304
29305 2001-04-21  Jim Meyering  <meyering@lucent.com>
29306
29307         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29308         doesn't interfere.
29309
29310 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29311
29312         * m4/ftruncate.m4: Check for chsize.
29313         Link with ftruncate.o unconditionally if ftruncate is missing.
29314         This was required when cross-compiling to i586-mingw32msvc.
29315
29316 2001-04-08  Jim Meyering  <meyering@lucent.com>
29317
29318         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29319         recomputed; that's necessary when the offset spans a DST transition.
29320         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29321
29322 2001-04-02  Jim Meyering  <meyering@lucent.com>
29323
29324         * lib/regex.h, regex.c: Update from GNU libc.
29325
29326 2001-03-24  Jim Meyering  <meyering@lucent.com>
29327
29328         * m4/jm-macros.m4: Require autoconf-2.49d.
29329
29330 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29331
29332         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29333
29334 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29335
29336         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29337
29338 2001-03-17  Jim Meyering  <meyering@lucent.com>
29339
29340         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29341         now that the version in autoconf is equivalent.
29342         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29343
29344         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29345         Suggestion from Akim Demaille.
29346
29347         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29348         (jm_PREREQ_TEMPNAME): New function.
29349
29350 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29351
29352         * lib/tempname.c (uint64_t): Define to uintmax_t if
29353         not defined, and if UINT64_MAX is not defined.
29354         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29355         Reported by John David Anglin.
29356
29357 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29358
29359         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29360         resolve alias if codeset is empty.
29361         * lib/config.charset (BeOS): Use wildcard syntax.
29362
29363 2001-03-13  Jim Meyering  <meyering@lucent.com>
29364
29365         * lib/path-concat.c (path_concat)
29366         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29367         concatenating e.g., `C:' and `foo'.
29368         From Bruno Haible.
29369
29370 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29371
29372         * lib/localcharset.c (locale_charset): Don't use
29373         setlocale(LC_CTYPE,NULL). Don't return NULL.
29374         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29375
29376 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29377
29378         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29379         support for DOS/DJGPP.
29380
29381 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29382
29383         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29384         lacks mkstemp.  Compile our own tempname.c if we compile our own
29385         mkstemp.c, as mkstemp relies on tempname.
29386
29387 2001-03-01  Jim Meyering  <meyering@lucent.com>
29388
29389         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29390         AH_VERBATIM really does output its argument verbatim.
29391
29392 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29393
29394         * lib/Makefile.am (libfetish_a_SOURCES):
29395         Add dup-safer.c, fopen-safer.c.
29396         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29397
29398         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29399         * lib/unistd-safer.h: New files.
29400
29401 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29402
29403         The mkstemp replacement is taken from glibc 2.2.2, with some
29404         portability fixes for use outside glibc, as follows:
29405
29406         * lib/tempname.c (struct_stat64): New macro.
29407         (direxists, __gen_tempname): Use it.
29408         This avoids a portability problem with Solaris 8.
29409
29410         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29411         (<stddef.h>, <stdint.h>, <string.h>):
29412         Include only if STDC_HEADERS || _LIBC.
29413         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29414         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29415         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29416         (__set_errno): Define this macro if <errno.h> doesn't.
29417         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29418         Define these macros if <stdio.h> doesn't.
29419         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29420         Define these macros if <sys/stat.h>
29421         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29422         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29423         __xstat64): Define if not _LIBC.
29424         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29425         (__gen_tempname): Invoke gettimeofday only if
29426         HAVE_GETTIMEOFDAY || _LIBC;
29427         otherwise, fall back on plain "time".
29428         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29429
29430         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29431
29432         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29433
29434 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29435
29436         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29437
29438 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29439
29440         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29441         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29442         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29443         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29444
29445 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29446
29447         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29448         Remove workaround macros for hosts that have mbrtowc but not
29449         mbstate_t, as we now insist on proper declarations for both
29450         before using mbrtowc.
29451
29452 2001-02-17  Jim Meyering  <meyering@lucent.com>
29453
29454         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29455         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29456         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29457         UnixWare 7.1.1.
29458
29459         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29460         rather than AC_CACHE_VAL.
29461
29462 2001-02-17  Jim Meyering  <meyering@lucent.com>
29463
29464         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29465         around included file name.
29466
29467         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29468
29469         * lib/strftime.c: Update from GNU libc (the only changes were to
29470         comments).
29471
29472 2001-02-17  Jim Meyering  <meyering@lucent.com>
29473
29474         * lib/regex.c: Update from libc.
29475
29476 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29477
29478         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29479         clash.
29480
29481 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29482
29483         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29484         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29485         Reported by Mark Hounschell via Paul Eggert.
29486
29487 2001-02-07  Jim Meyering  <meyering@lucent.com>
29488
29489         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29490
29491 2001-02-05  Jim Meyering  <meyering@lucent.com>
29492
29493         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29494         it includes the patch required for `large file' support with at least
29495         HP-UX's 10.20 /bin/cc.
29496
29497 2001-02-03  Jim Meyering  <meyering@lucent.com>
29498
29499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29500         AS_IF, now that it works once again (mysteriously).
29501         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29502
29503 2001-01-30  Jim Meyering  <meyering@lucent.com>
29504
29505         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29506         * m4/chown.m4: Rename conftestchown to conftest.chown.
29507         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29508         s/conftestdir2/conftest.d2/.
29509         * m4/utimes.m4: s/conftestdata/conftest.data/
29510         Inspired by Pavel Roskin's change in autoconf.
29511
29512 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29513
29514         * lib/config.charset: Update for FreeBSD 4.2.
29515
29516 2001-01-27  Jim Meyering  <meyering@lucent.com>
29517
29518         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29519         a use of AS_IF.
29520         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29521
29522 2001-01-26  Jim Meyering  <meyering@lucent.com>
29523
29524         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29525         quotearg.c includes it.
29526
29527 2001-01-26  Jim Meyering  <meyering@lucent.com>
29528
29529         * lib/quotearg.c: Include stddef.h.
29530         * lib/quote.c: Include stddef.h.
29531         Reported by Axel Kittenberger.
29532
29533         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29534         line in double quotes so that it evokes a better diagnostic.
29535         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29536         Reported by Axel Kittenberger.
29537
29538 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29539
29540         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29541         as if it was a `charset'.
29542
29543 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29544
29545         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29546         has const.
29547
29548 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29549
29550         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29551         to avoid a warning.  Add back 'const' to inptr.
29552
29553 2001-01-20  Jim Meyering  <meyering@lucent.com>
29554
29555         Be sure that headers are checked before used in code compiled
29556         for the type checks.
29557         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29558         In place of that, invoke jm_CHECK_ALL_TYPES.
29559         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29560         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29561         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29562         The check for ssize_t was mistakenly run before the test for unistd.h.
29563
29564         The configure-time check for stdbool.h was missing.
29565         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29566         (jm_PREREQ_HASH): New function.
29567
29568 2001-01-17  Jim Meyering  <meyering@lucent.com>
29569
29570         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29571         for autoconf-2.49c.
29572         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29573
29574 2001-01-16  Jim Meyering  <meyering@lucent.com>
29575
29576         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29577         From Bruno Haible.
29578
29579 2001-01-14  Jim Meyering  <meyering@lucent.com>
29580
29581         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29582         foo and bar.  Create conftestdir/ in the script, not in the C code.
29583         Remove directories in the script, not in the C code.
29584         Remove conftestdir{,2} before trying to create the directory.
29585         Make the entire configure script fail if the mkdir fails.
29586
29587 2001-01-14  Jim Meyering  <meyering@lucent.com>
29588
29589         * lib/rename.c: New file.  From Volker Borchert.
29590         Include stdlib.h, string.h or strings.h, and xalloc.h.
29591         Use strip_trailing_slashes rather than open-coding it.
29592
29593 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29594
29595         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29596
29597 2001-01-03  Jim Meyering  <meyering@lucent.com>
29598
29599         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29600         of local `inptr' to avoid warning with some system declarations of
29601         iconv.
29602
29603 2001-01-02  Volker Borchert  <bt@teknon.de>
29604
29605         * m4/rename.m4: New file.
29606         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29607
29608 2001-01-01  Jim Meyering  <meyering@lucent.com>
29609
29610         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29611         even on systems with utmpx.h.  It's necessary for the declaration of
29612         utmp's ut_user member.  Reported by Andreas Jaeger.
29613
29614         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29615         available. They are required for the declarations of getgrgid and
29616         getpwuid resp.
29617         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29618         Reported by Andreas Jaeger.
29619
29620 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29621
29622         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29623         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29624         so `make install' also works in VPATH builds.
29625
29626 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29627
29628         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29629         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29630         can be used in subdirectories.
29631
29632 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29633
29634         * lib/modechange.c: Do not assume that mode_t uses the
29635         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29636         the other-execute bit of FOO even if S_IXOTH != 1.
29637
29638         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29639         WOTH, XOTH, ALLM): New macros.
29640         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29641          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29642         Use them.
29643         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29644         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29645         (mode_compile):
29646         No need to use uintmax_t; unsigned long is long enough.
29647         Don't bother to get suffix since we don't use it.
29648
29649 2000-12-26  Jim Meyering  <meyering@lucent.com>
29650
29651         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29652         better with autoheader.
29653
29654 2000-12-24  Jim Meyering  <meyering@lucent.com>
29655
29656         * lib/hash.c (is_prime): Return explicit boolean values.
29657         (hash_get_first): Return NULL to appease Irix5.6's 89.
29658         Reported by Nelson Beebe.
29659
29660 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29661
29662         * lib/localcharset.c (locale_charset): Add support for Win32.
29663
29664 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29665
29666         * lib/physmem.h, lib/physmem.c: New files.
29667
29668         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29669         (noinst_HEADERS): Add physmem.h.
29670
29671         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29672         't' for compatibility with Solaris 8 sort.
29673
29674 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29675
29676         * lib/config.charset: Add support for BeOS.
29677
29678 2000-12-17  Jim Meyering  <meyering@lucent.com>
29679
29680         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29681         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29682
29683 2000-12-16  Jim Meyering  <meyering@lucent.com>
29684
29685         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29686         N and M) would have treated it like `chown N:N FILE'.
29687
29688         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29689
29690 2000-12-16  Jim Meyering  <meyering@lucent.com>
29691
29692         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29693         SHELLS_FILE to a file name that's useful on djgpp systems.
29694         Include stdlib.h.
29695         (ADDITIONAL_DEFAULT_SHELLS): Define.
29696         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29697         Based mostly on a patch from Prashant TR.
29698
29699 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29700
29701         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29702         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29703         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29704
29705 2000-12-08  Andreas Schwab  <schwab@suse.de>
29706
29707         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29708         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29709
29710 2000-12-07  Jim Meyering  <meyering@lucent.com>
29711
29712         * lib/stripslash.c (ISSLASH): Define.
29713         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29714         `/'.
29715         From Prashant TR.
29716
29717         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29718         (dir_name_r): Declare this function as static.
29719         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29720         manifest itself on a name containing a mix of slashes and
29721         backslashes.
29722         Make this function work with names starting with a DOS-style
29723         drive letter and colon prefix.
29724         (dir_name): Append `.' if necessary.
29725         Based mostly on patches from Prashant TR and Eli Zaretskii.
29726
29727         * lib/dirname.h (dir_name_r): Remove prototype.
29728
29729 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29730
29731         * m4/off_t-format.m4: Remove this file.
29732         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29733
29734 2000-12-06  Jim Meyering  <meyering@lucent.com>
29735
29736         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29737         replacement strtoull, we may well need the replacement strtoul, too.
29738         Check for declarations of strtoul and strtoull.
29739         Check for strtol.  Mainly as a cue to cause automake to include
29740         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29741         Check for limits.h -- strtol.c needs it.
29742
29743 2000-12-05  Jim Meyering  <meyering@lucent.com>
29744
29745         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29746
29747 2000-12-04  Jim Meyering  <meyering@lucent.com>
29748
29749         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29750         Also include memory.h, stdlib.h, unistd.h if appropriate.
29751         Reported by Andreas Jaeger (conflicting declaration of malloc).
29752
29753 2000-12-02  Jim Meyering  <meyering@lucent.com>
29754
29755         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29756         * m4/jm-macros.m4 (jm_MACROS): require it.
29757
29758 2000-12-02  Jim Meyering  <meyering@lucent.com>
29759
29760         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29761
29762 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29763
29764         * lib/memrchr.c: Include <config.h> before any system include file.
29765
29766 2000-11-30  Jim Meyering  <meyering@lucent.com>
29767
29768         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29769
29770 2000-11-30  Jim Meyering  <meyering@lucent.com>
29771
29772         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29773
29774 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29775
29776         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29777
29778 2000-11-26  Jim Meyering  <meyering@lucent.com>
29779
29780         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29781
29782 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29783
29784         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29785         size of (size_t) -1; it's not portable.
29786
29787 2000-11-17  Jim Meyering  <meyering@lucent.com>
29788
29789         * lib/strstr.c: Update from GNU libc.
29790
29791 2000-11-17  Akim Demaille  <akim@epita.fr>
29792
29793         * lib/obstack.h: Formatting changes.
29794         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29795         prevent type checking.
29796         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29797         cast the value to (void *): assigning a `foo *' to a `void *'
29798         variable is valid.
29799         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29800
29801 2000-11-16  Jim Meyering  <meyering@lucent.com>
29802
29803         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29804
29805 2000-11-11  Jim Meyering  <meyering@lucent.com>
29806
29807         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29808
29809 2000-11-10  Jim Meyering  <meyering@lucent.com>
29810
29811         * lib/obstack.h: Update from GNU libc.
29812         * lib/obstack.c: Likewise.
29813
29814 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29815
29816         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29817
29818 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29819
29820         * lib/getusershell.c (setusershell): Use rewind rather than
29821         fseek/fseeko, to avoid configuration hassles with fseeko.
29822         Don't bother opening SHELLS_FILE if shellstream is NULL;
29823         it's not necessary.
29824
29825 2000-11-05  Jim Meyering  <meyering@lucent.com>
29826
29827         * lib/makepath.h (make_dir): Declare.
29828         * lib/makepath.c (make_dir): Remove `static' attribute.
29829         Tweak a comment.
29830
29831 2000-11-04  Jim Meyering  <meyering@lucent.com>
29832
29833         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29834
29835 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29836
29837         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29838         last one in a bucket, advance to the next bucket.
29839
29840 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29841
29842         * lib/fnmatch.c: Do not comment out all the code if we are using
29843         the GNU C library, because in some cases we are replacing buggy
29844         code in the GNU C library itself.
29845
29846 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29847
29848         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29849         (regex_compile): Catch bogus \(\1\).
29850
29851 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29852
29853         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29854         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29855         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29856
29857 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29858
29859         * lib/error.h, getline.h, modechange.h:
29860         Remove "2000" from Copyright line, as the file hasn't been
29861         changed this year other than in the copyright notice.
29862
29863         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29864         was changed this year.
29865
29866 2000-10-29  Jim Meyering  <meyering@lucent.com>
29867
29868         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29869         renaming.
29870         * m4/ls-mntd-fs.m4: Likewise
29871
29872 2000-10-29  Jim Meyering  <meyering@lucent.com>
29873
29874         * lib/xstat.in: Fix grammar in comment.
29875
29876 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29877
29878         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29879         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29880         doesn't define __restrict_arr.
29881
29882 2000-10-28  Jim Meyering  <meyering@lucent.com>
29883
29884         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29885         (jm_PREREQ_MEMCHR): New function.
29886
29887 2000-10-28  Jim Meyering  <meyering@lucent.com>
29888
29889         * lib/memchr.c: Update from libc.
29890         Adjust for portability:
29891         [HAVE_STDLIB_H]: Include stdlib.h.
29892         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29893         Undef __memchr, too.
29894         [!weak_alias]: Define __memchr to memchr.
29895
29896         * lib/regex.c: Update from libc.
29897         * lib/regex.h: Likewise.
29898         * lib/getopt1.c: Likewise.
29899         * lib/memcmp.c: Likewise.
29900
29901         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29902         Avoid using fseek, when possible -- it's broken by design.
29903         Patch by Ulrich Drepper.
29904
29905 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29906
29907         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29908         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29909         Giving in to popular pressure to shut up the compiler with casts.
29910
29911 2000-10-26  Jim Meyering  <meyering@lucent.com>
29912
29913         * lib/strftime.c: Update from libc.
29914
29915 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29916
29917         * regex.c: More `unsigned char' -> `re_char' changes.
29918         Also change several `int' into `re_wchar_t'.
29919         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29920         (PUSH_FAILURE_POINTER): Don't cast any more.
29921         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29922         We want GCC to complain, since this piece of code makes
29923         re_match non-reentrant, which *should* be fixed.
29924         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29925         (EXTEND_BUFFER): Use RETALLOC.
29926         (SET_LIST_BIT): Don't cast.
29927         (re_wchar_t): New type.
29928         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29929         that those two functions will always properly return.
29930         (IMMEDIATE_QUIT_CHECK): Cast to void.
29931         (analyse_first): Use recursion rather than an explicit stack.
29932         (re_compile_fastmap): Can't fail anymore.
29933         (re_search_2): Don't check re_compile_fastmap for failure.
29934         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29935         Now also sets the new value (passed in a new argument).
29936         (re_match_2_internal): Use it.
29937         Also, use a new var `reg' of type size_t when looping through regs
29938         rather than reuse the inappropriate `mcnt'.
29939
29940 2000-10-25  Jim Meyering  <meyering@lucent.com>
29941
29942         * lib/obstack.c: Update from libc.
29943
29944 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29945
29946         * regex.c (regex_compile): Change the way of handling a range from
29947         a char less than 256 to a char not less than 256.
29948
29949 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29950
29951         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29952         NT-Emacs only.
29953         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29954         so that re_search functions only quit when callers expect them to.
29955
29956 2000-10-23  Jim Meyering  <meyering@lucent.com>
29957
29958         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29959         wrong.  That set_locale call must not have any side effects.
29960         From Paul Eggert.
29961
29962 2000-10-22  Jim Meyering  <meyering@lucent.com>
29963
29964         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29965         [CYCLIC]: Remove now-unused definition.
29966
29967         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29968         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29969         Suggestion from Ulrich Drepper.
29970
29971 2000-10-21  Jim Meyering  <meyering@lucent.com>
29972
29973         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29974         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29975         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29976
29977 2000-10-21  Jim Meyering  <meyering@lucent.com>
29978
29979         * lib/dirname.c (memrchr): Declare if necessary.
29980         (dir_name): Remove the restriction that there be no
29981         trailing slashes.  Now, this code skips past them, effectively
29982         ignoring them.
29983         [TEST_DIRNAME] (main): New unit tests.
29984
29985         * lib/memrchr.c: New file from GNU libc.
29986         Undef __memrchr, too.
29987         [!weak_alias]: Define __memrchr to memrchr.
29988         Guard weak_alias use with `#ifdef weak_alias'.
29989
29990 2000-10-21  Jim Meyering  <meyering@lucent.com>
29991
29992         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29993         (dir_name): Use dir_name_r.
29994         * lib/dirname.h (dir_name_r): Declare it.
29995
29996 2000-10-17  Jim Meyering  <meyering@lucent.com>
29997
29998         * lib/quote.h (PARAMS): Define and use.
29999         Reported by Akim Demaille.
30000
30001         * lib/getopt.c: Update from libc.
30002
30003 2000-10-16  Jim Meyering  <meyering@lucent.com>
30004
30005         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30006         setlocale.
30007         From Jan Fedak.
30008
30009 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30010
30011         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30012
30013 2000-09-25  Jim Meyering  <meyering@lucent.com>
30014
30015         * lib/md5.h (rol): Define (from GnuPG).
30016
30017         * lib/sha.c: Give credit (GnuPG) where due.
30018         (M): Use rol rather than open-coding it.
30019         Add a FIXME comment.
30020
30021 2000-09-21  Jim Meyering  <meyering@lucent.com>
30022
30023         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30024         Reported by Michael Stone.
30025
30026 2000-09-20  Jim Meyering  <meyering@lucent.com>
30027
30028         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30029         (noinst_HEADERS): Add sha.h.
30030         Based on code from Scott G. Miller and from GnuPG.
30031
30032 2000-09-18  Jim Meyering  <meyering@lucent.com>
30033
30034         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30035         LIBS. Otherwise, everyone ends up linking with -lelf for some
30036         configurations.
30037         Reported by Mike Stone.
30038
30039 2000-09-15  Jim Meyering  <meyering@lucent.com>
30040
30041         * lib/regex.c: Update from libc.
30042
30043 2000-09-10  Jim Meyering  <meyering@lucent.com>
30044
30045         * lib/getopt.c (_getopt_internal): Update from glibc.
30046
30047 2000-09-09  Jim Meyering  <meyering@lucent.com>
30048
30049         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30050         think it should be used as a general replacement for isascii.
30051         * lib/fnmatch.c: Likewise.
30052         * lib/mbswidth.c: Likewise
30053         * lib/regex.c: Likewise.
30054
30055         Don't use atoi.
30056         * lib/userspec.c: Include sys/param.h and limits.h.
30057         Include xstrtol.h.
30058         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30059         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30060         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30061         UID, GID.  Check range.
30062
30063 2000-09-06  Jim Meyering  <meyering@lucent.com>
30064
30065         * lib/getopt.c (_getopt_internal): Update from glibc.
30066
30067 2000-08-30  Jim Meyering  <meyering@lucent.com>
30068
30069         * lib/strftime.c: Merge in changes from GNU libc.
30070
30071 2000-08-26  Jim Meyering  <meyering@lucent.com>
30072
30073         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30074         * m4/fpending.m4: New file.
30075
30076 2000-08-26  Jim Meyering  <meyering@lucent.com>
30077
30078         * lib/closeout.c: Include "__fpending.h".
30079         (close_stdout_status): Return right away if there's nothing to flush.
30080
30081         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30082         * lib/__fpending.c: New file.
30083         * lib/__fpending.h: New file.
30084
30085 2000-08-20  Jim Meyering  <meyering@lucent.com>
30086
30087         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30088         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30089         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30090
30091 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30092
30093         Improve fileutils installation on systems where running
30094         programs (like install) can't be unlinked.
30095         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30096         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30097
30098 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30099
30100         Standardize on "memory exhausted" instead of "Memory exhausted"
30101         or "virtual memory exhausted".
30102         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30103         "virtual memory exhausted".
30104         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30105         our own message.
30106         * lib/userspec.c (parse_user_spec): Likewise.
30107         * lib/bumpalloc.h: comment fix
30108         * lib/same.c, userspec.c: Include xalloc.h.
30109
30110         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30111         not char *const and pointing to a constant array.
30112         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30113         (xrealloc): Comment fix.
30114
30115         * lib/userspec.c (parse_user_spec):
30116         Don't translate a message until just before returning,
30117         to avoid unnecessary translation.
30118
30119 2000-08-07  Jim Meyering  <meyering@lucent.com>
30120
30121         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30122         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30123         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30124         getgroups.c, gethostname.c, getopt.h, group-member.c,
30125         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30126         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30127         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30128         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30129         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30130         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30131         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30132         yesno.c: Back out Copyright date changes for each file with no change
30133         this year.  This eases coordination with other programs using the same
30134         source code modules.  From Paul Eggert.
30135
30136 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30137
30138         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30139         not char, for compatibility with glibc 2.1.3 strftime.c.
30140
30141 2000-08-03  Greg McGary  <greg@mcgary.org>
30142
30143         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30144         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30145         (EXTEND_BUFFER): Use them.
30146
30147 2000-08-01  Jim Meyering  <meyering@lucent.com>
30148
30149         * lib/dirname.c (ISSLASH): Define.
30150         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30151         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30152         both `\' and `/' may be use as path separators.
30153         Based on a patch from Prashant TR.
30154
30155 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30156
30157         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30158         slot vector a constant, since it might get modified.
30159
30160 2000-07-31  Jim Meyering  <meyering@lucent.com>
30161
30162         * lib/xmalloc.c: Use `virtual memory exhausted', not
30163         `Memory exhausted'.
30164         * lib/obstack.c (print_and_abort): Likewise.
30165
30166 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30167
30168         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30169         buffer, so that the caller can always quote one small
30170         component of a "memory exhausted" message in slot 0.
30171         From a suggestion by Jim Meyering.
30172
30173 2000-07-30  Jim Meyering  <meyering@lucent.com>
30174
30175         * lib/makepath.c (make_path): Quote the other instance, too.
30176
30177         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30178         (STATIC_BUF_SIZE): Define.
30179         (quotearg_n_options): Use only statically allocated storage when
30180         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30181         than STATIC_BUF_SIZE.
30182
30183 2000-07-29  Jim Meyering  <meyering@lucent.com>
30184
30185         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30186         * lib/dirname.c (dir_name): Likewise.
30187
30188         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30189         `/'.
30190
30191         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30192         (dir_name): Assert that there are no trailing slashes.
30193
30194 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30195
30196         * lib/mbswidth.h (mbswidth): Add a flags argument.
30197         (mbswidth): New declaration.
30198         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30199         * lib/mbswidth.c (mbswidth): Add a flags argument.
30200         (mbsnwidth): New function.
30201
30202 2000-07-24  Jim Meyering  <meyering@lucent.com>
30203
30204         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30205
30206 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30207
30208         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30209
30210 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30211
30212         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30213         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30214         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30215         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30216         invoke multibyte primitives.
30217
30218 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30219
30220         * lib/quotearg.c:
30221         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30222         so that mbstate_t is always defined.
30223
30224         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30225         be 1 in at least one GCC installation, and this configuration
30226         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30227         performance on hosts that have mbrtowc but have only unibyte
30228         locales, but I assume these hosts are rare.
30229
30230 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30231
30232         * lib/mbswidth.c (_XOPEN_SOURCE):
30233         Don't define; this causes problems on Solaris 7.
30234         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30235
30236 2000-07-23  Jim Meyering  <meyering@lucent.com>
30237
30238         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30239         too: getgrgid, getpwuid, getuid.
30240
30241 2000-07-23  Jim Meyering  <meyering@lucent.com>
30242
30243         * lib/basename.c (base_name): Add an assertion.
30244
30245 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30246
30247         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30248         shadow its mbsinit function.
30249
30250 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30251
30252         * lib/mbswidth.h: New file.
30253         * lib/mbswidth.c: New file.
30254         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30255         (noinst_HEADERS): Add mbswidth.h.
30256
30257 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30258
30259         * lib/config.charset: Add support for FreeBSD. Improve support for
30260         HP-UX and IRIX 6.
30261
30262 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30263
30264         * m4/mbswidth.m4: New file.
30265         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30266
30267 2000-07-15  Jim Meyering  <meyering@lucent.com>
30268
30269         * lib/makepath.c: Include quote.h.
30270         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30271         corresponding argument in a `quote (...)' call.
30272         Give better diagnostics.
30273
30274         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30275         (noinst_HEADERS): Add quote.h.
30276
30277         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30278         from tar's src/misc.c.
30279         * lib/quote.h: New file.  Prototypes for same.
30280
30281 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30282
30283         From a suggestion by Bruno Haible.
30284         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30285         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30286         to decide whether to define the BeOS workaround macro;
30287         this adjusts to the change to AC_MBSTATE_T.
30288
30289 2000-07-14  Jim Meyering  <meyering@lucent.com>
30290
30291         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30292         jm_AC_TYPE_UINTMAX_T.
30293
30294 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30295
30296         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30297
30298         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30299         quotearg_buffer_restyled): Add support for
30300         clocale_quoting_style.  Undo previous change to
30301         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30302         and "{RIGHT QUOTATION MARK}" msgids.
30303
30304 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30305
30306         From a suggestion by Bruno Haible.
30307         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30308         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30309         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30310         and mbstate_t, to a single-part test that simply defines mbstate_t.
30311         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30312         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30313
30314 2000-07-10  Jim Meyering  <meyering@lucent.com>
30315
30316         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30317
30318         * m4/gnu-source.m4: Output to confdefs.h directly.
30319         Suggestion from Akim Demaille.
30320
30321 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30322
30323         The old behavior of quoting `like this' doesn't look good with
30324         newer, ISO-style fonts.  See:
30325         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30326
30327         Instead, quote "like this" by default.  Let the translator
30328         tailor the locale-specific quoting behavior by providing
30329         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30330
30331         * lib/quotearg.c (N_): New macro.
30332         (gettext_default): New function.
30333         (quotearg_buffer_restyled): Use
30334         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30335         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30336
30337 2000-07-09  Jim Meyering  <meyering@lucent.com>
30338
30339         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30340         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30341
30342         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30343         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30344
30345 2000-07-09  Jim Meyering  <meyering@lucent.com>
30346
30347         * lib/Most files: Update copyright dates to include 2000.
30348
30349 2000-07-08  Jim Meyering  <meyering@lucent.com>
30350
30351         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30352         if not defined.
30353         (xgethostname): Remove now-unnecessary #ifdef.
30354         Move declaration of `err' into loop where it's used.
30355
30356 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30357         and Bruno Haible  <haible@clisp.cons.org>
30358
30359         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30360         only if the test for an object-type mbstate_t fails.  This
30361         prevents us from mistakenly reporting that mbstate_t is a
30362         system object type after we "#define mbstate_t int" to work
30363         around its lack.
30364
30365 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30366         and Bruno Haible  <haible@clisp.cons.org>
30367
30368         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30369
30370 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30371
30372         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30373         to strerror_r.
30374         Include <ctype.h> for use of isalpha.
30375
30376 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30377
30378         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30379         by allocating a larger buffer. Test the gethostname return value for
30380         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30381         returns an error and ENAMETOOLONG isn't defined.
30382
30383 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30384
30385         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30386         dimension.
30387
30388 2000-07-04  Jim Meyering  <meyering@lucent.com>
30389
30390         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30391         of the deprecated AC_CHECKING.
30392
30393 2000-07-04  Jim Meyering  <meyering@lucent.com>
30394
30395         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30396         Reported by Bruno Haible.
30397
30398 2000-07-04  Jim Meyering  <meyering@lucent.com>
30399
30400         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30401         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30402         lacks mbrtowc.
30403
30404 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30405
30406         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30407         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30408
30409 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30410         and Bruno Haible  <haible@clisp.cons.org>
30411
30412         * lib/quotearg.c (mbrtowc):
30413         Assign to *pwc, and return 1 only if result is nonzero.
30414         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30415
30416 2000-07-03  Jim Meyering  <meyering@lucent.com>
30417
30418         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30419
30420 2000-07-03  Jim Meyering  <meyering@lucent.com>
30421
30422         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30423         This is necessary to get a definition of e.g., UTMP_FILE on
30424         HP-UX 10.20.
30425         From Bob Proulx.
30426
30427 2000-07-02  Jim Meyering  <meyering@lucent.com>
30428
30429         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30430
30431         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30432         AC_LIBOBJ(function_name).
30433         * m4/chown.m4: Likewise.
30434         * m4/fnmatch.m4: Likewise.
30435         * m4/ftruncate.m4: Likewise.
30436         * m4/getgroups.m4: Likewise.
30437         * m4/getline.m4: Likewise.
30438         * m4/group-member.m4: Likewise.
30439         * m4/jm-macros.m4: Likewise.
30440         * m4/lstat.m4: Likewise.
30441         * m4/malloc.m4: Likewise.
30442         * m4/memcmp.m4: Likewise.
30443         * m4/nanosleep.m4: Likewise.
30444         * m4/putenv.m4: Likewise.
30445         * m4/realloc.m4: Likewise.
30446         * m4/regex.m4: Likewise.
30447         * m4/stat.m4: Likewise.
30448         * m4/strftime.m4: Likewise.
30449
30450 2000-07-02  Jim Meyering  <meyering@lucent.com>
30451
30452         * lib/quotearg.c (mbstate_t): Don't define here.
30453
30454 2000-07-02  Jim Meyering  <meyering@lucent.com>
30455
30456         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30457
30458 2000-07-01  Jim Meyering  <meyering@lucent.com>
30459
30460         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30461
30462 2000-07-01  Jim Meyering  <meyering@lucent.com>
30463
30464         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30465         problem.
30466
30467 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30468
30469         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30470         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30471
30472 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30473
30474         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30475         per change in ../m4/ls-mntd-fs.m4.
30476         (read_filesystem_list): Ignore symbolic links.
30477
30478 2000-06-29  Jim Meyering  <meyering@lucent.com>
30479
30480         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30481         for declaration of strcmp.
30482
30483         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30484
30485         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30486         Avoid warning by casting result to `char *' to remove `const'.
30487
30488 2000-06-28  Jim Meyering  <meyering@lucent.com>
30489
30490         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30491         included by quotearg.c, for which we perform this test.  From
30492         Bruno Haible.
30493
30494 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30495
30496         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30497         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30498         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30499
30500 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30501
30502         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30503
30504 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30505
30506         savedir now sets errno on failure and invokes xmalloc to get memory.
30507         Fix a couple of other minor bugs while we're at it.
30508
30509         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30510         (NAMLEN): Remove macro.
30511         (malloc, realloc): Remove decls.
30512         (stpcpy): Likewise.
30513         ("xalloc.h"): Include.
30514         (NAME_SIZE_DEFAULT): New macro.
30515         (savedir): Use xmalloc / xrealloc to allocate memory.
30516         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30517         Skip "" directory entries.
30518         Use strlen to calculate directory entry length, since the old method
30519         is rarely used these days and isn't worth supporting.
30520         Don't use a pointer after freeing it.
30521         Check for integer overflow when calculating allocation size.
30522         Use memcpy to copy entries, instead of stpcpy.
30523         Set errno properly when returning NULL.
30524         Check for readdir error.
30525
30526 2000-06-26  Jim Meyering  <meyering@lucent.com>
30527
30528         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30529
30530 2000-06-25  Jim Meyering  <meyering@lucent.com>
30531
30532         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30533         Linux header bug when _XOPEN_SOURCE is defined to 500.
30534
30535 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30536
30537         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30538         deficiency.
30539
30540 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30541
30542         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30543         Include xalloc.h.
30544         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30545
30546 2000-06-24  Jim Meyering  <meyering@lucent.com>
30547
30548         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30549         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30550         for which strerror does return char*, but which lacks a conveniently
30551         accessible declaration of the function.  If the compile-test says
30552         strerror_r doesn't work, then resort to a `run'-test that works on
30553         BeOS and segfaults on DEC Unix.
30554
30555 2000-06-24  Jim Meyering  <meyering@lucent.com>
30556
30557         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30558
30559 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30560
30561         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30562         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30563
30564 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30565
30566         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30567         (mbrtowc, mbstate_t): Define substitutes if
30568         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30569         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30570         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30571
30572 2000-06-23  Jim Meyering  <meyering@lucent.com>
30573
30574         * m4/afs.m4: Add missing AC_MSG_RESULT.
30575         Reported by Bruno Haible.
30576
30577         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30578         Suggestion from Bruno Haible.
30579
30580 2000-06-23  Jim Meyering  <meyering@lucent.com>
30581
30582         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30583
30584 2000-06-21  Jim Meyering  <meyering@lucent.com>
30585
30586         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30587
30588 2000-06-21  Jim Meyering  <meyering@lucent.com>
30589
30590         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30591         (noinst_HEADERS): Add getstr.h.
30592
30593         * lib/getline.c (getstr): Move into a separate file.
30594         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30595         the following changes: new parameter, delim2; both delim[12]
30596         parameters have type `int', not `char'.  The latter would lose
30597         with 8-bit delimiters.
30598         * lib/getstr.h: New file.
30599
30600 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30601
30602         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30603         than 1024, return a memory chunk of least possible size, instead
30604         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30605         Use free/xmalloc instead of xrealloc to avoid copying for very long
30606         paths.
30607
30608 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30609
30610         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30611         the empty string.
30612
30613 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30614
30615         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30616         address, not strdup.  Include <stdlib.h> and don't declare free().
30617
30618 2000-06-19  Jim Meyering  <meyering@lucent.com>
30619
30620         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30621
30622 2000-06-18  Jim Meyering  <meyering@lucent.com>
30623
30624         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30625
30626         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30627         `checking whether...' message to be consistent with that of the
30628         lstat test.
30629
30630 2000-06-18  Jim Meyering  <meyering@lucent.com>
30631
30632         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30633         Besides, these days every porting target provides a mkdir function.
30634
30635         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30636         needed. (this snippet comes from src/system.h).
30637
30638 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30639
30640         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30641
30642 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30643
30644         * lib/human.c (adjust_value): New function.
30645         (human_readable_inexact): Apply rounding style even when
30646         printing approximate values.
30647
30648 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30649
30650         * lib/human.c (human_readable_inexact): Allow an input block
30651         size that is not a multiple of the output block size, and vice versa.
30652         Reported by Piergiorgio Sartor.
30653
30654 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30655
30656         * lib/getdate.y (get_date): Apply relative times after time
30657         zone indicator, not before.  Reported by Todd A. Jacobs.
30658
30659 2000-06-13  Jim Meyering  <meyering@lucent.com>
30660
30661         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30662
30663         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30664
30665 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30666
30667         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30668
30669 2000-06-12  Jim Meyering  <meyering@lucent.com>
30670
30671         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30672         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30673         optional argument.
30674         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30675         the optional argument, `lib'.
30676
30677 2000-06-08  Jim Meyering  <meyering@lucent.com>
30678
30679         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30680
30681 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30682
30683         Rewrite largefile configuration so that we don't need to run
30684         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30685         AC_CANONICAL_HOST in configure.in -- jmm]
30686
30687         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30688         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30689         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30690         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30691         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30692         All uses changed.
30693         Instead of inspecting the output of getconf, try to compile the
30694         test program without and with the macro definition.
30695         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30696         for getconf.  Instead, check for the needed flags by compiling
30697         test programs.
30698
30699 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30700
30701         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30702
30703 2000-06-04  Jim Meyering  <meyering@lucent.com>
30704
30705         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30706         SunOS 4.1.4 for which gid_t is an unsigned type.
30707
30708 2000-06-03  Jim Meyering  <meyering@lucent.com>
30709
30710         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30711         now that autoconf requires that.
30712
30713         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30714         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30715         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30716
30717 2000-06-03  Jim Meyering  <meyering@lucent.com>
30718
30719         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30720
30721 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30722
30723         * m4/glibc21.m4: New file.
30724         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30725
30726 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30727
30728         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30729         newer, don't install charset.alias.
30730         * lib/config.charset: Change the Linux/glibc rules so they become empty
30731         on glibc-2.1 or newer.
30732
30733 2000-06-02  Jim Meyering  <meyering@lucent.com>
30734
30735         * lib/mountlist.c: Back out last change.  Instead, do this...
30736         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30737         me_dummy member using the same `ignore'-testing code.
30738         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30739         fs_type strings.
30740         From Mark D. Roth.
30741
30742 2000-05-29  Jim Meyering  <meyering@lucent.com>
30743
30744         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30745         mounts with the `ignore' attribute.  Based on a patch from
30746         Mark D. Roth.
30747
30748 2000-05-28  Jim Meyering  <meyering@lucent.com>
30749
30750         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30751         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30752         * m4/stat.m4: Likewise.
30753         * m4/lstat.m4: Likewise.
30754         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30755
30756         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30757         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30758
30759 2000-05-26  Jim Meyering  <meyering@lucent.com>
30760
30761         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30762
30763 2000-05-24  Jim Meyering  <meyering@lucent.com>
30764
30765         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30766         autoconf requires that.
30767         * m4/lib-check.m4: Likewise.
30768         * m4/jm-macros.m4: Likewise.
30769         * m4/strftime.m4: Likewise.
30770
30771         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30772         AC_CHECK_DECLS, now that autoconf requires that.
30773
30774 2000-05-22  Jim Meyering  <meyering@lucent.com>
30775
30776         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30777         * m4/lstat.m4: Likewise.
30778
30779 2000-05-22  Jim Meyering  <meyering@lucent.com>
30780
30781         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30782
30783 2000-05-20  Jim Meyering  <meyering@lucent.com>
30784
30785         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30786         (jm_PREREQ): Use it.
30787
30788 2000-05-18  Jim Meyering  <meyering@lucent.com>
30789
30790         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30791         back, too, since it may have been modified by allocate_entry.
30792         (hash_delete): Rewrite to use neither the assignment operator
30793         nor the comma operator in an if-expression.
30794
30795 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30796
30797         * lib/closeout.c:
30798         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30799         Remove; no longer needed.
30800         "quotearg.h": Add include.
30801         (file_name): Do not bother to explicitly initialize to NULL; it's less
30802         efficient on some hosts.
30803         (close_stdout_status): Remove test as to whether stdout was already
30804         closed; it breaks for the case "echo x | sort >&-".
30805         Quote file name colons.
30806         Do not assume that _("write error") lacks format strings.
30807
30808 2000-05-15  Jim Meyering  <meyering@lucent.com>
30809
30810         * lib/version-etc.c (version_etc_copyright): Update the copyright
30811         string used in all --version output.
30812
30813 2000-05-14  Jim Meyering  <meyering@lucent.com>
30814
30815         * lib/closeout.c (close_stdout_set_file_name): New function.
30816         (close_stdout_status): Use new file-scoped global.
30817         Return right away if fstat says the stdout file descriptor is invalid.
30818         * lib/closeout.h (close_stdout_set_file_name): Declare.
30819
30820 2000-05-10  Jim Meyering  <meyering@lucent.com>
30821
30822         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30823         (close_stdout_set_status): New function.
30824         * lib/closeout.h (close_stdout_set_status): Declare.
30825
30826 2000-05-09  Jim Meyering  <meyering@lucent.com>
30827
30828         * m4/gettext.m4: Rename this...
30829         * m4/libintl.m4: ...to this.
30830
30831 2000-05-08  Jim Meyering  <meyering@lucent.com>
30832
30833         * lib/long-options.c: Don't include closeout.h.
30834         (parse_long_options): Don't call close_stdout for --version.
30835
30836 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30837
30838         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30839         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30840         2.1.3 bug.  This avoids a clash when files like regex.c define
30841         _GNU_SOURCE.
30842
30843 2000-05-06  Jim Meyering  <meyering@lucent.com>
30844
30845         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30846         (AC_REPLACE_FUNCS): Add strnlen.
30847
30848         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30849         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30850
30851         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30852         AC_SEARCH_LIBS call for nanosleep.
30853         (LIB_NANOSLEEP): Set and AC_SUBST.
30854
30855 2000-05-06  Jim Meyering  <meyering@lucent.com>
30856
30857         * lib/strnlen.c: Undefine __strnlen and strnlen.
30858         [!weak_alias]: Define __strnlen to strnlen.
30859
30860         * lib/atexit.c: New file, from libiberty.
30861
30862 2000-05-06  Jim Meyering  <meyering@lucent.com>
30863
30864         * lib/closeout.c (close_stdout_status): Also check for errors on the
30865         stderr stream.
30866
30867 2000-05-05  Jim Meyering  <meyering@lucent.com>
30868
30869         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30870         AC_SEARCH_LIBS call for clock_gettime.
30871         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30872
30873         * m4/search-libs.m4: Update from autoconf.
30874
30875         su doesn't work on Solaris 2.6.
30876         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30877         <shadow.h>.  Reported by Dragos Harabor.
30878
30879 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30880
30881         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30882         memcpy instead of xmalloc, xrealloc, path_concat.
30883         (locale_charset): Treat empty environment variables as absent.
30884         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30885
30886 2000-05-04  Jim Meyering  <meyering@lucent.com>
30887
30888         * lib/getopt.c: Update from glibc.
30889         * lib/obstack.c: Likewise.
30890         * lib/obstack.h: Likewise.
30891         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30892         file
30893
30894         * lib/regex.h: Likewise.
30895         * lib/strndup.c: Likewise.
30896         * lib/strnlen.c: New file, from glibc.
30897
30898 2000-05-03  Jim Meyering  <meyering@lucent.com>
30899
30900         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30901
30902 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30903
30904         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30905         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30906         compile-time test, rather than inspecting host and OS, to
30907         decide whether to define _LARGEFILE_SOURCE.
30908
30909 2000-05-01  Jim Meyering  <meyering@lucent.com>
30910
30911         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30912
30913         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30914         Based on a patch from Bruno Haible.
30915
30916 2000-05-01  Jim Meyering  <meyering@lucent.com>
30917
30918         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30919
30920 2000-04-29  Jim Meyering  <meyering@lucent.com>
30921
30922         * lib/path-concat.c: Declare strdup only if it's not defined.
30923         * lib/canon-host.c: Likewise.
30924
30925 2000-04-28  Jim Meyering  <meyering@lucent.com>
30926
30927         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30928         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30929         is included first, then limits.h is included by locale.h by libintl.h.
30930         From John David Anglin.
30931
30932 2000-04-25  Jim Meyering  <meyering@lucent.com>
30933
30934         * lib/makepath.c (S_IRWXUGO): Define.
30935         (make_path): Always perform explicit chmod if MODE specifies any
30936         of the `special' permission bits.  Prompted by a bug report against
30937         install from Mate Wierdl and Joost van Baal.
30938
30939 2000-04-18  Jim Meyering  <meyering@lucent.com>
30940
30941         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30942         (jm_PREREQ): Use it.
30943
30944 2000-04-18  Jim Meyering  <meyering@lucent.com>
30945
30946         * lib/README: New file.
30947
30948         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30949         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30950
30951 2000-04-17  Jim Meyering  <meyering@lucent.com>
30952
30953         Get it right :-)
30954         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30955         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30956         Suggestion from Akim Demaille.
30957
30958 2000-04-17  Jim Meyering  <meyering@lucent.com>
30959
30960         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30961         the definition of it to rpl_strftime also defined-away the system's
30962         declaration.
30963
30964 2000-04-15  Jim Meyering  <meyering@lucent.com>
30965
30966         Use `C' to denote so-called `contiguous' files, the same way
30967         that tar does.
30968         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30969         (ftypelet): Use S_ISCTG.
30970         From Michael Deutschmann.
30971
30972 2000-04-14  Jim Meyering  <meyering@lucent.com>
30973
30974         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30975         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30976         clobbered.
30977
30978 2000-04-14  Jim Meyering  <meyering@lucent.com>
30979
30980         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30981
30982 2000-04-13  Jim Meyering  <meyering@lucent.com>
30983
30984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30985         AH_VERBATIM to insert required #ifndef into config.h.in.
30986         Suggestion from Akim Demaille.
30987
30988 2000-04-12  Jim Meyering  <meyering@lucent.com>
30989
30990         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30991         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30992         Christian Krackowizer.
30993
30994         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30995         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30996         (AC_SYS_LARGEFILE): Require.
30997         (AM_C_PROTOTYPES): Require.
30998
30999 2000-04-08  Jim Meyering  <meyering@lucent.com>
31000
31001         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31002         names don't conflict.  Reported by Eli Zaretskii.
31003
31004 2000-04-07  Jim Meyering  <meyering@lucent.com>
31005
31006         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31007         sys/types.h, to work around system header problems on AIX 3.2.5.
31008         From Bruno Haible.
31009
31010 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31011
31012         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31013         bug.  Deal with the different error behavior of Irix iconv.
31014
31015 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31016
31017         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31018         IRIX if the installer said otherwise.
31019
31020 2000-04-05  Jim Meyering  <meyering@lucent.com>
31021
31022         Portability tweaks required for ultrix4.3.
31023         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31024         (jm_CHECK_DECLS): Add getutent to the list of functions.
31025         (_jm_DECL_HEADERS): Add utmpx.h.
31026         From John David Anglin.
31027
31028         * m4/strftime.m4: Back out the 2000-04-02 change.
31029         Instead of that change, simply undefine putenv in the test program.
31030
31031 2000-04-05  Jim Meyering  <meyering@lucent.com>
31032
31033         Portability tweaks required for ultrix4.3.
31034         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31035         getutent.
31036         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31037         * lib/canon-host.c: Declare strdup.
31038         * lib/path-concat.c: Likewise.
31039         From John David Anglin.
31040
31041 2000-04-04  Jim Meyering  <meyering@lucent.com>
31042
31043         Be more DOS 8.3-friendly.
31044         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31045         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31046         * lib/Makefile.am: Reflect renaming.
31047         Reported by Eli Zaretskii.
31048
31049         Use a temporary file name that won't clash with `charset.alias'
31050         in the DOS 8.3 name space.
31051         * lib/Makefile.am (charset_tmp): Define.
31052         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31053         (uninstall-local): Likewise.
31054         Reported by Eli Zaretskii.
31055
31056 2000-04-03  Jim Meyering  <meyering@lucent.com>
31057
31058         * m4/gettext.m4: Fix typo in comment.
31059
31060         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31061         textutils/configure.in).  Suggestion from Paul Eggert.
31062         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31063
31064 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31065
31066         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31067         variable in the shell rather than using putenv, which isn't
31068         portable.  This avoids the configure-time inter-test dependency
31069         on the potentially-renamed putenv function.
31070
31071 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31072
31073         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31074         before checking struct stat.st_blksize, so that
31075         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31076
31077 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31078
31079         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31080         since strftime.c uses HAVE_STRFTIME to decide whether to use
31081         the underlying strftime.
31082
31083 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31084
31085         * lib/time/strftime.c (my_strftime): Make sure we call the system
31086         strftime, not ourselves, when invoking the underlying strftime.
31087
31088 2000-03-24  Jim Meyering  <meyering@lucent.com>
31089
31090         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31091         (charset_alias): Define.
31092         (install-exec-local): Factor out common code.
31093         (uninstall-local): Split lines longer than 80.
31094         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31095         (SUFFIXES): Define.
31096         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31097         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31098
31099 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31100
31101         * lib/config.charset: Output a line containing "Packages using this
31102         file".
31103         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31104         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31105         ref-del.sed): New rules.
31106
31107 2000-03-17  Jim Meyering  <meyering@lucent.com>
31108
31109         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31110         Otherwise, include <strings.h>
31111
31112 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31113
31114         * lib/unicodeio.c (utf8_wctomb): New function.
31115         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31116         format instead of in UCS-4 with platform dependent endianness.
31117
31118 2000-03-10  Jim Meyering  <meyering@lucent.com>
31119
31120         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31121         From Marco Franzen.
31122
31123 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31124
31125         * lib/savedir.c (savedir): Work even if directory size is
31126         negative; this can happen with some screwy NFS configurations.
31127
31128 2000-03-06  Jim Meyering  <meyering@lucent.com>
31129
31130         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31131         if it's NULL (because we ran out of memory).  From Bruno Haible.
31132
31133 2000-03-05  Jim Meyering  <meyering@lucent.com>
31134
31135         * lib/localcharset.c ("path-concat.h"): Include.
31136         (get_charset_aliases): Use path_concat instead of ANSI string
31137         concatenation.
31138
31139         * lib/unicodeio.h (PARAMS): Define.
31140         Use it to guard prototype.
31141
31142 2000-03-04  Jim Meyering  <meyering@lucent.com>
31143
31144         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31145         for lib/localcharset.c.
31146
31147 2000-03-04  Jim Meyering  <meyering@lucent.com>
31148
31149         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31150         installing into it.
31151         (uninstall-local): Uncomment this rule so `make distcheck' works
31152         once again.
31153
31154         * lib/unicodeio.c (<errno.h>): Include it.
31155         (errno): Declare if not defined.
31156
31157         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31158
31159         * lib/config.charset: New version, incorporating remarks from a linux
31160         i18n mailing list.  From Bruno Haible.
31161
31162 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31163
31164         * m4/codeset.m4: New file.
31165         * m4/iconv.m4: New file.
31166         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31167
31168 2000-03-03  Jim Meyering  <meyering@lucent.com>
31169
31170         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31171
31172 2000-03-02  Jim Meyering  <meyering@lucent.com>
31173
31174         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31175         the messages come out on separate lines.
31176
31177         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31178         rather than jm_CHECK_DECLARATIONS.
31179         * m4/decl.m4: Remove now-unused file.
31180
31181         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31182         geteuid.
31183
31184 2000-03-02  Jim Meyering  <meyering@lucent.com>
31185
31186         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31187
31188 2000-03-01  Jim Meyering  <meyering@lucent.com>
31189
31190         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31191         * lib/unicodeio.c: Likewise.
31192
31193 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31194
31195         * lib/config.charset: New file.
31196         * lib/localcharset.c: New file.
31197         * lib/unicodeio.h, lib/unicodeio.c: New files.
31198         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31199         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31200         (noinst_HEADERS): Add unicodeio.h.
31201         (all-local, install-exec-local, charset.alias): New targets.
31202
31203 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31204
31205         * lib/quotearg.c (ALERT_CHAR): New macro.
31206         (quotearg_buffer_restyled): Use it.
31207
31208 2000-02-27  Jim Meyering  <meyering@lucent.com>
31209
31210         * m4/check-decl.m4: Add getenv to the list.
31211
31212 2000-02-27  Jim Meyering  <meyering@lucent.com>
31213
31214         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31215         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31216
31217         * lib/backupfile.c: Guard inclusion of stdlib.h with
31218         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31219         Declare malloc if needed.
31220
31221         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31222         `#ifndef HAVE_DECL..'
31223         now that autoconf always defines the HAVE_DECL_ symbols.
31224         * lib/human.c: Likewise.
31225         * lib/same.c: Likewise.
31226         * lib/strtoumax.c: Likewise.
31227
31228         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31229         declaration check was not run.
31230         * lib/hash.c: Likewise.
31231         * lib/human.c: Likewise.
31232         * lib/same.c: Likewise.
31233         * lib/strtoumax.c: Likewise.
31234
31235         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31236         `.', then first look up the entire `.'-containing string as a login
31237         name.
31238
31239 2000-02-23  Jim Meyering  <meyering@lucent.com>
31240
31241         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31242         in place of my hack.
31243
31244 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31245
31246         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31247         (textint): New typedef.
31248         (parser_control): Member year changed from int to textint.
31249         All uses changed.
31250         (YYSTYPE): Removed; replaced by %union with int and textint members.
31251         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31252         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31253         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31254         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31255         (date, number, to_year): Use width of number in digits, not its value,
31256         to determine whether it's a 2-digit year, or a 2-digit time.
31257         (yylex): Store number of digits of numeric tokens.
31258         Reported by John Kendall.
31259
31260         (parser_control): Changed from struct parser_control to typedef (for
31261         consistency).  All uses changed.
31262
31263         (tID): Removed; not used.
31264         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31265
31266 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31267
31268         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31269         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31270
31271 2000-02-12  Jim Meyering  <meyering@lucent.com>
31272
31273         * lib/userspec.c (ISDIGIT): Define it.
31274         (isdigit): Remove definition.
31275         (is_number): Use ISDIGIT, not isdigit.
31276         <libintl.h>: Include.
31277         (_ and N_): Define.
31278         (parse_user_spec): Mark translatable strings.
31279
31280 2000-02-10  Jim Meyering  <meyering@lucent.com>
31281
31282         With these changes, nanosleep.[ch] are finally enough like the other
31283         lib/* replacement files to compile on a few more losing systems.
31284
31285         * lib/nanosleep.h: Don't include config.h.
31286         Remove prototype from declaration of nanosleep.
31287         (PARAMS): Remove now-unneeded definition.
31288         * lib/nanosleep.c: #undef nanosleep.
31289         (rpl_nanosleep): Rename from nanosleep.
31290
31291 2000-02-10  Jim Meyering  <meyering@lucent.com>
31292
31293         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31294         gnu_nanosleep to rpl_nanosleep.
31295
31296 2000-02-09  Jim Meyering  <meyering@lucent.com>
31297
31298         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31299         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31300
31301 2000-02-08  Akim Demaille  <akim@epita.fr>
31302
31303         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31304         `[' and `]' and remove uses of `changequote'.
31305         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31306         (AC_SYS_LARGEFILE): Likewise.
31307         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31308         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31309         of changequote.
31310         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31311         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31312         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31313         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31314
31315 2000-02-05  Jim Meyering  <meyering@lucent.com>
31316
31317         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31318         Remove explicit use of AC_HEADER_TIME.  It is required by
31319         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31320         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31321         in autoconf whereby the expansion of the latter ended up preceding
31322         the expansion of its prerequisite, AC_HEADER_TIME.
31323         Reported by Volker Borchert.
31324
31325 2000-02-03  Jim Meyering  <meyering@lucent.com>
31326
31327         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31328
31329 2000-02-03  Jim Meyering  <meyering@lucent.com>
31330
31331         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31332         rather than with `#if HAVE_UTMPNAME'.
31333
31334 2000-02-02  Jim Meyering  <meyering@lucent.com>
31335
31336         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31337         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31338         Reported by Eli Zaretskii.
31339
31340 2000-02-01  Jim Meyering  <meyering@lucent.com>
31341
31342         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31343
31344 2000-01-31  Jim Meyering  <meyering@lucent.com>
31345
31346         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31347         functions.  Add the time.h and sys/time.h headers along with the
31348         AC_REQUIRE'ment of AC_HEADER_TIME.
31349
31350 2000-01-31  Jim Meyering  <meyering@lucent.com>
31351
31352         * lib/nanosleep.h (nanosleep): Guard declaration with
31353         `#if ! HAVE_DECL_NANOSLEEP'.
31354         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31355         the declaration in that vendor's sys/timers.h.
31356         Reported by Christian Krackowizer.
31357
31358         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31359         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31360         (ISPRINT): Likewise.
31361         Reported by Tom Tromey.
31362
31363 2000-01-30  Jim Meyering  <meyering@lucent.com>
31364
31365         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31366
31367         * m4/prereq.m4 (utmp_includes): Define.
31368         Check for ut_user and ut_name members in both struct utmpx
31369         and struct utmp.
31370
31371 2000-01-30  Jim Meyering  <meyering@lucent.com>
31372
31373         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31374         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31375         header files where only utmpx.ut_user is declared.
31376
31377         * lib/readutmp.h (UT_USER): Define.
31378
31379 2000-01-29  Jim Meyering  <meyering@lucent.com>
31380
31381         * m4/lib-check.m4: New file containing library-related checks from
31382         fileutils and sh-utils (textutils had none).
31383
31384 2000-01-28  Jim Meyering  <meyering@lucent.com>
31385
31386         * m4/perl.m4: Change format of warning message to look more like that
31387         from the missing script.  Suggestion from François Pinard.
31388
31389 2000-01-25  Jim Meyering  <meyering@lucent.com>
31390
31391         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31392         well as time.h in the compile check.
31393         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31394         Fix typo in cross-compiling case: s/yes/no/.
31395
31396 2000-01-23  Jim Meyering  <meyering@lucent.com>
31397
31398         * m4/jm-macros.m4: Move df-related tests here from
31399         fileutils/configure.in
31400
31401         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31402         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31403
31404         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31405         s/space/ac_fsusage_space/.
31406         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31407
31408         * m4/ftruncate.m4: New file (derived from part of
31409         fileutils/configure.in).
31410         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31411         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31412
31413         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31414         AC_SUBST these here, rather than just in sh-util/configure.in, so
31415         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31416         all the same.
31417         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31418         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31419         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31420         (AC_SUBST(POW_LIBM)): Likewise.
31421         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31422
31423 2000-01-23  Jim Meyering  <meyering@lucent.com>
31424
31425         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31426         obstack.c.
31427
31428 2000-01-22  Jim Meyering  <meyering@lucent.com>
31429
31430         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31431
31432         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31433
31434         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31435         configure.in
31436         (AC_CHECK_HEADERS): Likewise for sh-utils.
31437         (AC_CHECK_HEADERS): Likewise for textutils.
31438         Merge the three lists of headers.
31439
31440         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31441         from fileutils' configure.in.
31442
31443         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31444         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31445         check-decl.m4.
31446
31447         * m4/check-decl.m4: Use #if rather than #ifdef.
31448         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31449         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31450         (_jm_DECL_HEADERS): Define new function.
31451         (jm_CHECK_DECLARATIONS): Require it.
31452
31453 2000-01-22  Jim Meyering  <meyering@lucent.com>
31454
31455         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31456         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31457         Required for some AIX systems.  Reported by Christian Krackowizer.
31458         [TESTING] (main): New function.
31459
31460         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31461         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31462         letters.
31463
31464         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31465         iswprint.
31466
31467         * lib/strverscmp.c (ISDIGIT): Define.
31468         (strverscmp): Use ISDIGIT, not isdigit.
31469
31470 2000-01-19  Jim Meyering  <meyering@lucent.com>
31471
31472         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31473         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31474         defines `struct timespec' in <sys/time.h>
31475
31476         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31477         Thanks to Akim for explaining.
31478
31479 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31480
31481         * lib/nanosleep.c (nanosleep):
31482         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31483         POSIX.1 doesn't require SA_INTERRUPT and some systems
31484         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31485         it's been part of POSIX.1 since day 1 (in 1988).
31486
31487 2000-01-17  Jim Meyering  <meyering@lucent.com>
31488
31489         * lib/interlock: Remove unused file.  Reported by François Pinard.
31490
31491 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31492
31493         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31494         alert, backslash, formfeed, and vertical tab unnecessarily in
31495         shell quoting style.
31496
31497 2000-01-16  Jim Meyering  <meyering@lucent.com>
31498
31499         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31500         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31501         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31502         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31503
31504 2000-01-16  Jim Meyering  <meyering@lucent.com>
31505
31506         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31507         because the latter didn't work.
31508
31509 2000-01-15  Jim Meyering  <meyering@lucent.com>
31510
31511         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31512         (AC_REPLACE_FUNCS): Add memcpy and memset.
31513         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31514         Add strpbrk.
31515         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31516
31517 2000-01-12  Jim Meyering  <meyering@lucent.com>
31518
31519         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31520         (jm_PREREQ): Use it.
31521         (jm_PREREQ_READUTMP): New macro.
31522         (jm_PREREQ): Use it.
31523
31524 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31525
31526         Quote multibyte characters correctly.
31527         * m4/c-bs-a.m4: New file.
31528         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31529         (jm_PREREQ): Use it.
31530
31531 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31532
31533         * m4/uintmax_t.m4: Port to autoconf 2.13.
31534
31535 2000-01-08  Jim Meyering  <meyering@ascend.com>
31536
31537         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31538         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31539
31540 2000-01-04  Jim Meyering  <meyering@ascend.com>
31541
31542         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31543         jm_STRUCT_DIRENT_D_TYPE.
31544         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31545         jm_STRUCT_DIRENT_D_INO.
31546         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31547         jm_STRUCT_UTIMBUF.
31548         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31549         renamings.
31550         * m4/utime.m4: Likewise.
31551
31552         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31553         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31554
31555 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31556
31557         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31558         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31559
31560 2000-01-02  Jim Meyering  <meyering@ascend.com>
31561
31562         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31563         remember if this is necessary.
31564
31565 1999-12-26  Jim Meyering  <meyering@ascend.com>
31566
31567         * m4/jm-macros.m4: Use it here.
31568         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31569
31570 1999-12-23  Jim Meyering  <meyering@ascend.com>
31571
31572         * m4/jm-macros.m4: Check for clock_gettime (moved from
31573         fileutils/configure.in)
31574         Check for gettimeofday.
31575
31576 1999-12-20  Jim Meyering  <meyering@ascend.com>
31577
31578         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31579         autoconf-2.14a-1999-12-20.
31580
31581 1999-12-19  Jim Meyering  <meyering@ascend.com>
31582
31583         * m4/lstat-slash.m4: New file.
31584         * m4/jm-macros.m4: Use the new macro:
31585         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31586
31587 1999-12-07  Jim Meyering  <meyering@ascend.com>
31588
31589         * m4/perl.m4: Require that File::Compare be available, too.
31590         Too many systems seem to lack it.
31591
31592         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31593         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31594
31595 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31596
31597         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31598         problem with the QNX 4.25 shell, which doesn't propagate exit
31599         status of failed commands inside shell assignments.
31600
31601 1999-11-17  Jim Meyering  <meyering@ascend.com>
31602
31603         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31604
31605 1999-11-07  Jim Meyering  <meyering@ascend.com>
31606
31607         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31608
31609 1999-11-06  Jim Meyering  <meyering@ascend.com>
31610
31611         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31612         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31613
31614 1999-11-05  Jim Meyering  <meyering@ascend.com>
31615
31616         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31617         configure.in of textutils, fileutils, and sh-utils into this one
31618         (shared between those packages) file.
31619         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31620         AC_STRUCT_ST_BLKSIZE.
31621
31622 1999-11-03  Jim Meyering  <meyering@ascend.com>
31623
31624         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31625         of AC_CHECK_TYPE checks includes unistd.h.
31626         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31627         Suggestion from Akim Demaille.
31628
31629 1999-10-30  Jim Meyering  <meyering@ascend.com>
31630
31631         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31632         m4-quoted string.
31633         * m4/ls-mntd-fs.m4: Likewise.
31634         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31635         * m4/jm-winsz1.m4: Likewise.
31636
31637         * m4/const.m4: Remove file, since the fix made it into the experimental
31638         version of autoconf.
31639         * m4/mktime.m4: Likewise.
31640
31641         * m4/check-type.m4: Remove file, now that the latest version of
31642         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31643
31644         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31645         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31646         AC_CHECK_TYPE.
31647
31648 1999-10-04  Jim Meyering  <meyering@ascend.com>
31649
31650         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31651
31652 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31653
31654         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31655         2.95.1 bug with HP-UX 10.20.
31656
31657 1999-09-17  Jim Meyering  <meyering@ascend.com>
31658
31659         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31660         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31661         due to missing strdup (against sh-utils-2.0).
31662
31663 1999-08-29  Jim Meyering  <meyering@ascend.com>
31664
31665         * m4/jm-macros.m4: Require jm_BISON.
31666         * m4/bison.m4: New file.
31667
31668 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31669
31670         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31671         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31672
31673 1999-08-05  Jim Meyering  <meyering@ascend.com>
31674
31675         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31676         to avoid conflicts with `conftest' on 8+3 filesystems.
31677         Suggestion from Eli Zaretskii.
31678
31679 1999-08-04  Jim Meyering  <meyering@ascend.com>
31680
31681         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31682         fileutils and sh-utils (textutils's getline test was inadequate).
31683         (AM_FUNC_GETLINE): Run this test.
31684         (AC_CHECK_FUNCS): Check for getdelim.
31685         Reported by Bob Proulx.
31686
31687 1999-08-02  Jim Meyering  <meyering@ascend.com>
31688
31689         * m4/jm-macros.m4: Add a comment.
31690
31691 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31692
31693         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31694         <inttypes.h> defines strtoumax as a macro (and not as a
31695         function).
31696
31697 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31698
31699         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31700         that we can shift, multiply and divide unsigned long long
31701         values; Ultrix cc can't do it.
31702
31703 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31704
31705         * m4/mktime.m4: New file, which is a preview of what should appear
31706         in the next public autoconf release.
31707
31708 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31709
31710         * m4/lfs.m4: Remove this file.
31711         * m4/largefile.m4: New file.  It contains the old contents of
31712         lfs.m4, except that all names with prefix AC_LFS have been
31713         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31714         compatible with future autoconf versions.  Also, some minor m4
31715         quoting problems have been fixed.
31716
31717 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31718
31719         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31720         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31721         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31722         and simplify the shell code.
31723
31724 1999-08-01  Jim Meyering  <meyering@ascend.com>
31725
31726         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31727         m4.
31728
31729 1999-07-20  Jim Meyering  <meyering@ascend.com>
31730
31731         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31732
31733 1999-07-15  Jim Meyering  <meyering@ascend.com>
31734
31735         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31736
31737 1999-05-22  Jim Meyering  <meyering@ascend.com>
31738
31739         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31740
31741 1999-05-20  Jim Meyering  <meyering@ascend.com>
31742
31743         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31744         Add a colon after each `then' in case $4 is empty.
31745
31746 1999-05-16  Jim Meyering  <meyering@ascend.com>
31747
31748         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31749
31750 1999-05-10  Jim Meyering  <meyering@ascend.com>
31751
31752         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31753
31754         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31755         AC_FUNC_MKTIME.
31756
31757 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31758
31759         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31760
31761 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31762
31763         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31764         not CPPFLAGS, so that linking works correctly in IRIX.
31765
31766 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31767
31768         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31769
31770 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31771
31772         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31773         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31774         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31775         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31776         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31777
31778         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31779
31780 1999-04-20  Jim Meyering  <meyering@ascend.com>
31781
31782         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31783         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31784         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31785
31786 1999-04-18  Jim Meyering  <meyering@ascend.com>
31787
31788         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31789         * m4/jm-macros.m4: Use it.
31790
31791 1999-04-06  Jim Meyering  <meyering@ascend.com>
31792
31793         * m4/strftime.m4: Remove test for %f.
31794
31795 1999-03-29  Jim Meyering  <meyering@ascend.com>
31796
31797         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31798         superset of the AC_TYPE_* checks in the textutils, fileutils,
31799         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31800         AC_TYPE_PID_T.
31801
31802 1999-03-28  Jim Meyering  <meyering@ascend.com>
31803
31804         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31805         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31806         replaced e.g., in the *.sh files of the sh-utils.
31807
31808 1999-03-20  Jim Meyering  <meyering@ascend.com>
31809
31810         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31811         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31812         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31813
31814 1999-03-19  Jim Meyering  <meyering@ascend.com>
31815
31816         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31817
31818 1999-03-12  Jim Meyering  <meyering@ascend.com>
31819
31820         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31821
31822 1999-03-07  Jim Meyering  <meyering@ascend.com>
31823
31824         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31825         declared.
31826
31827 1999-02-17  Jim Meyering  <meyering@ascend.com>
31828
31829         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31830         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31831
31832 1999-02-07  Jim Meyering  <meyering@ascend.com>
31833
31834         * m4/group-member.m4: New file -- extracted from sh-utils'
31835         configure.in.
31836
31837         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31838         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31839
31840 1999-02-06  Jim Meyering  <meyering@ascend.com>
31841
31842         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31843         * m4/fnmatch.m4: Likewise.
31844         * m4/getgroups.m4: Likewise.
31845         * m4/lstat.m4: Likewise.
31846         * m4/malloc.m4: Likewise.
31847         * m4/putenv.m4: Likewise.
31848         * m4/realloc.m4: Likewise.
31849         * m4/regex.m4: Likewise.
31850         * m4/stat.m4: Likewise.
31851         * m4/strftime.m4: Likewise.
31852         Suggestion from Alain Magloire.
31853
31854         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31855         * m4/fnmatch.m4: Likewise.
31856         * m4/getgroups.m4: Likewise.
31857         * m4/getline.m4: Likewise.
31858         * m4/lstat.m4: Likewise.
31859         * m4/malloc.m4: Likewise.
31860         * m4/memcmp.m4: Likewise.
31861         * m4/putenv.m4: Likewise.
31862         * m4/realloc.m4: Likewise.
31863         * m4/regex.m4: Likewise.
31864         * m4/stat.m4: Likewise.
31865         * m4/strftime.m4: Likewise.
31866         Suggestion from Alain Magloire.
31867
31868         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31869         an argument.
31870
31871         * m4/regex.m4: Add a run-time Test for proper operation of
31872         re_compile_pattern.
31873
31874 1999-01-31  Jim Meyering  <meyering@ascend.com>
31875
31876         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31877
31878 1999-01-30  Jim Meyering  <meyering@ascend.com>
31879
31880         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31881
31882         * m4/jm-mktime.m4: Make this a wrapper around the official
31883         AM_FUNC_MKTIME rather than my private copy, now that the official one
31884         is up to date.
31885         * m4/mktime.m4: Remove file.
31886
31887         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31888         * m4/uptime.m4: Likewise.
31889         * m4/uintmax_t.m4: Likewise.
31890
31891 1999-01-28  Jim Meyering  <meyering@ascend.com>
31892
31893         * m4/jm-macros.m4: Use jm_AFS.
31894         * m4/afs.m4: New file (from fileutils' configure.in).
31895
31896         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31897         * m4/chown.m4: Likewise.
31898         * m4/d-ino.m4: Likewise.
31899         * m4/d-type.m4: Likewise.
31900         * m4/fnmatch.m4: Likewise.
31901         * m4/getgroups.m4: Likewise.
31902         * m4/gettext.m4: Likewise.
31903         * m4/jm-mktime.m4: Likewise.
31904         * m4/jm-winsz2.m4: Likewise.
31905         * m4/lcmessage.m4: Likewise.
31906         * m4/ls-mntd-fs.m4: Likewise.
31907         * m4/malloc.m4: Likewise.
31908         * m4/memcmp.m4: Likewise.
31909         * m4/putenv.m4: Likewise.
31910         * m4/realloc.m4: Likewise.
31911         * m4/st_mtim.m4: Likewise.
31912         * m4/strftime.m4: Likewise.
31913
31914 1999-01-16  Jim Meyering  <meyering@ascend.com>
31915
31916         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31917         (ARGMATCH_DIE_DECL): Define.
31918
31919 1999-01-12  Jim Meyering  <meyering@ascend.com>
31920
31921         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31922         Reported by Lars Hecking.
31923
31924 1999-01-10  Jim Meyering  <meyering@ascend.com>
31925
31926         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31927         gross kludge.
31928         * m4/inttypes_h.m4: Likewise.
31929         * m4/lstat.m4: Likewise.
31930         * m4/malloc.m4: Likewise.
31931         * m4/readdir.m4: Likewise.
31932         * m4/realloc.m4: Likewise.
31933         * m4/st_dm_mode.m4: Likewise.
31934         * m4/stat.m4: Likewise.
31935         * m4/utimbuf.m4: Likewise.
31936         * m4/utimes.m4: Likewise.
31937
31938         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31939         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31940         comments in config.h.in are meaningful.
31941
31942         * m4/jm-macros.m4: Require autoconf-2.13 here.
31943
31944         * m4/regex.m4: By default, don't use the included regex.c on systems
31945         with glibc 2.  Suggestion from Uli Drepper.
31946
31947 1999-01-02  Jim Meyering  <meyering@ascend.com>
31948
31949         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31950
31951 1998-12-18  Jim Meyering  <meyering@ascend.com>
31952
31953         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31954         Based on a suggestion from Lars Hecking.
31955
31956 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31957
31958         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31959
31960 1998-11-16  Jim Meyering  <meyering@ascend.com>
31961
31962         * m4/lfs.m4: Double-quote the `uname...` expression.
31963
31964 1998-11-14  Jim Meyering  <meyering@ascend.com>
31965
31966         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31967         * m4/stat.m4: Likewise.
31968
31969 1998-11-03  Jim Meyering  <meyering@ascend.com>
31970
31971         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31972         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31973
31974 1998-10-18  Jim Meyering  <meyering@ascend.com>
31975
31976         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31977
31978 1998-10-17  Jim Meyering  <meyering@ascend.com>
31979
31980         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31981         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31982         calls for those previously hard-coded headers.  Instead, take a new
31983         parameter.
31984         (jm_CHECK_DECLARATIONS): Reflect interface change.
31985         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31986         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31987
31988         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31989
31990 1998-10-14  Jim Meyering  <meyering@ascend.com>
31991
31992         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31993         instead of "TZ=America/Vancouver".  From Paul Eggert.
31994
31995 1998-10-11  Jim Meyering  <meyering@ascend.com>
31996
31997         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31998         This adds a test for a recently added compatibility fix for mktime.c.
31999         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32000
32001 1998-09-27  Jim Meyering  <meyering@ascend.com>
32002
32003         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32004
32005         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32006         ../configure.in, including a change from Gordon Matzigkeit to allow
32007         cross-compiling for the Hurd.
32008
32009         * m4/glibc.m4: New file/macro to test for the GNU C Library
32010         versions 1 and 2.  From Gordon Matzigkeit.
32011         Indent.
32012
32013 1998-09-21  Jim Meyering  <meyering@ascend.com>
32014
32015         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32016
32017 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32018
32019         Port nanosecond-resolution times to UnixWare 2.1.2 and
32020         pedantic Solaris 2.6.
32021
32022         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32023         AC_STRUCT_ST_MTIM.
32024         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32025         Generate name of ns member, instead of just 1 or undef.
32026         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32027
32028 1998-08-15  Jim Meyering  <meyering@ascend.com>
32029
32030         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32031         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32032         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32033         instead of jm_TYPE_SSIZE_T.
32034
32035 1998-08-12  Jim Meyering  <meyering@ascend.com>
32036
32037         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32038
32039 1998-08-02  Jim Meyering  <meyering@ascend.com>
32040
32041         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32042         in acconfig.h manually.
32043
32044 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32045
32046         * m4/st_mtim.m4: New file.
32047
32048 1998-07-28  Jim Meyering  <meyering@ascend.com>
32049
32050         * m4/utimes.m4: Undef stat.
32051
32052 1998-07-25  Jim Meyering  <meyering@ascend.com>
32053
32054         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32055         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32056
32057 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32058
32059         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32060         uid and gid actually remain unchanged.
32061
32062 1998-07-07  Jim Meyering  <meyering@ascend.com>
32063
32064         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32065
32066 1998-07-04  Jim Meyering  <meyering@ascend.com>
32067
32068         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32069         to prove that this macro can be used in packages without regex.c.
32070
32071 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32072
32073         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32074         is to be used.
32075
32076 1998-07-03  Jim Meyering  <meyering@ascend.com>
32077
32078         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32079
32080         * m4/gettext.m4: New file -- from gettext-0.10.35.
32081         * m4/lcmessage.m4: Likewise.
32082         * m4/progtest.m4: Likewise.
32083
32084         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32085         * m4/jm-macros.m4: Require the new macro.
32086
32087 1998-06-29  Jim Meyering  <meyering@ascend.com>
32088
32089         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32090         for the definition of NGROUPS (used in a system header included
32091         by sys/mount.h).
32092
32093 1998-06-28  Jim Meyering  <meyering@ascend.com>
32094
32095         * m4/ls-mntd-fs.m4: New file.
32096         * m4/fstypename.m4: New file.
32097
32098         * m4/jm-macros.m4: Require the new macro.
32099         * m4/jm-glibc-io.m4: New file.
32100
32101 1998-05-19  Jim Meyering  <meyering@ascend.com>
32102
32103         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32104         * m4/lchown.m4: New file.
32105
32106         * m4/Makefile.am.in: New file.
32107         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32108
32109 1998-05-14  Jim Meyering  <meyering@ascend.com>
32110
32111         * m4/Makefile.am (EXTRA_DIST): Add them.
32112         * m4/jm-macros.m4: New file.
32113         * m4/utimbuf.m4: New file.
32114
32115 1998-05-12  Jim Meyering  <meyering@ascend.com>
32116
32117         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32118
32119 1998-05-11  Jim Meyering  <meyering@ascend.com>
32120
32121         * m4/isc-posix.m4: New file.
32122
32123 1998-05-10  Jim Meyering  <meyering@ascend.com>