f1b7a7bbafb6618c8db61e826627e61c290f9c8e
[gnulib.git] / ChangeLog
1 2007-07-07  Bruno Haible  <bruno@clisp.org>
2
3         * tests/uniwidth/test-u16-strwidth.c: New file.
4         * modules/uniwidth/u16-strwidth-tests: New file.
5
6         * lib/uniwidth/u16-strwidth.c: New file.
7         * modules/uniwidth/u16-strwidth: New file.
8
9         * tests/uniwidth/test-u8-strwidth.c: New file.
10         * modules/uniwidth/u8-strwidth-tests: New file.
11
12         * lib/uniwidth/u8-strwidth.c: New file.
13         * modules/uniwidth/u8-strwidth: New file.
14
15         * tests/uniwidth/test-u32-width.c: New file.
16         * modules/uniwidth/u32-width-tests: New file.
17
18         * lib/uniwidth/u32-width.c: New file.
19         * modules/uniwidth/u32-width: New file.
20
21         * tests/uniwidth/test-u16-width.c: New file.
22         * modules/uniwidth/u16-width-tests: New file.
23
24         * lib/uniwidth/u16-width.c: New file.
25         * modules/uniwidth/u16-width: New file.
26
27         * tests/uniwidth/test-u8-width.c: New file.
28         * modules/uniwidth/u8-width-tests: New file.
29
30         * lib/uniwidth/u8-width.c: New file.
31         * modules/uniwidth/u8-width: New file.
32
33         * tests/uniwidth/test-uc_width.c: New file.
34         * modules/uniwidth/width-tests: New file.
35
36         * lib/uniwidth/width.c: New file, from GNU libiconv.
37         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
38         * modules/uniwidth/width: New file.
39
40         * lib/uniwidth.h: New file, from GNU libiconv.
41         * modules/uniwidth/base: New file.
42
43 2007-07-07  Bruno Haible  <bruno@clisp.org>
44
45         * lib/uniname.h: New file, from GNU gettext.
46         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
47         * lib/uniname/uninames.h: New file, from GNU gettext.
48         * lib/uniname/uniname.c: New file, from GNU gettext.
49         * tests/uniname/test-uninames.sh: New file.
50         * tests/uniname/test-uninames.c: New file, from GNU gettext.
51         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
52         * modules/uniname/base: New file.
53         * modules/uniname/uniname: New file.
54         * modules/uniname/uniname-tests: New file.
55         * MODULES.html.sh (Unicode string functions): Add the new modules.
56
57 2007-07-06  Bruno Haible  <bruno@clisp.org>
58
59         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
60
61 2007-07-06  Bruno Haible  <bruno@clisp.org>
62
63         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
64         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
65         includes <cygwin/sys_time.h> which includes <sys/select.h> which
66         include <sys/time.h>.
67         Reported by Eric Blake.
68
69 2007-07-06  Eric Blake  <ebb9@byu.net>
70
71         Fix testing canonicalize on cygwin.
72         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
73         Revert patch from 2007-06-19.
74         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
75         canonicalize module is also in use.
76         * tests/test-canonicalize.c: New file.
77         * tests/test-canonicalize.sh: Likewise.
78         * modules/canonicalize-tests: Likewise.
79
80 2007-07-06  Jim Meyering  <jim@meyering.net>
81
82         * lib/getugroups.c (getugroups): Detect getgrent failure.
83         Adjust comment to reflect reality: this function may return -1.
84
85 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
86
87         * build-aux/bootstrap (TP_URL,get_translations): Update to use
88         the new TP address.
89         (usage): Fix typo
90         (gnulib_mk): New variable.
91
92 2007-07-05  Jim Meyering  <jim@meyering.net>
93
94         Don't let endgrent clobber errno, no matter how improbable.
95         * lib/getugroups.c (getugroups): Save and restore errno around
96         endgrent call.
97
98         Close the group DB even when failing with 2^31 or more members.
99         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
100
101 2007-07-04  Jim Meyering  <jim@meyering.net>
102
103         * lib/getugroups.h: New file.
104         * lib/getugroups.c: Include "getugroups.h".
105         Remove uses of "register" keyword.
106         Move local variable, "cp", down into scope where used.
107         Give "username" parameter the "const" attribute.
108         * modules/getugroups (Files): Add lib/getugroups.h
109
110 2007-07-04  Karl Berry  <karl@gnu.org>
111
112         * MODULES.html.sh (func_all_modules): Complete rename of
113         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
114
115 2007-07-02  Bruno Haible  <bruno@clisp.org>
116
117         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
118         mode, when inttypes.h comes from gnulib.
119         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
120
121 2007-07-02  Simon Josefsson  <simon@josefsson.org>
122
123         * NEWS: Mention lgpl module name change.
124
125         * modules/lgpl-2.1: Renamed from lgpl.
126
127         * NEWS: Mention gpl module name change.
128
129         * modules/gpl-3.0: New file, based on gpl-2.0.
130
131         * modules/gpl-2.0: Renamed from gpl.
132
133         * modules/gpl: Fix filename, doc/gpl.texi is now found at
134         doc/gpl-2.0.texi.
135
136 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
137
138         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
139         #define __STDC_LIMIT_MACROS temporarily while including
140         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
141         Problem reported by Joel E. Denny in
142         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
143
144 2007-07-01  Bruno Haible  <bruno@clisp.org>
145
146         * lib/unistdio.h: New file.
147         * lib/unistdio/u-asnprintf.h: New file.
148         * lib/unistdio/u-asprintf.h: New file.
149         * lib/unistdio/u-printf-args.c: New file.
150         * lib/unistdio/u-printf-args.h: New file.
151         * lib/unistdio/u-printf-parse.h: New file.
152         * lib/unistdio/u-snprintf.h: New file.
153         * lib/unistdio/u-sprintf.h: New file.
154         * lib/unistdio/u-vasprintf.h: New file.
155         * lib/unistdio/u-vsnprintf.h: New file.
156         * lib/unistdio/u-vsprintf.h: New file.
157         * lib/unistdio/ulc-asnprintf.c: New file.
158         * lib/unistdio/ulc-asprintf.c: New file.
159         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
160         * lib/unistdio/ulc-printf-parse.c: New file.
161         * lib/unistdio/ulc-snprintf.c: New file.
162         * lib/unistdio/ulc-sprintf.c: New file.
163         * lib/unistdio/ulc-vasnprintf.c: New file.
164         * lib/unistdio/ulc-vasprintf.c: New file.
165         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
166         * lib/unistdio/ulc-vsnprintf.c: New file.
167         * lib/unistdio/ulc-vsprintf.c: New file.
168         * lib/unistdio/u8-asnprintf.c: New file.
169         * lib/unistdio/u8-asprintf.c: New file.
170         * lib/unistdio/u8-printf-parse.c: New file.
171         * lib/unistdio/u8-snprintf.c: New file.
172         * lib/unistdio/u8-sprintf.c: New file.
173         * lib/unistdio/u8-vasnprintf.c: New file.
174         * lib/unistdio/u8-vasprintf.c: New file.
175         * lib/unistdio/u8-vsnprintf.c: New file.
176         * lib/unistdio/u8-vsprintf.c: New file.
177         * lib/unistdio/u8-u8-asnprintf.c: New file.
178         * lib/unistdio/u8-u8-asprintf.c: New file.
179         * lib/unistdio/u8-u8-snprintf.c: New file.
180         * lib/unistdio/u8-u8-sprintf.c: New file.
181         * lib/unistdio/u8-u8-vasnprintf.c: New file.
182         * lib/unistdio/u8-u8-vasprintf.c: New file.
183         * lib/unistdio/u8-u8-vsnprintf.c: New file.
184         * lib/unistdio/u8-u8-vsprintf.c: New file.
185         * lib/unistdio/u16-asnprintf.c: New file.
186         * lib/unistdio/u16-asprintf.c: New file.
187         * lib/unistdio/u16-printf-parse.c: New file.
188         * lib/unistdio/u16-snprintf.c: New file.
189         * lib/unistdio/u16-sprintf.c: New file.
190         * lib/unistdio/u16-vasnprintf.c: New file.
191         * lib/unistdio/u16-vasprintf.c: New file.
192         * lib/unistdio/u16-vsnprintf.c: New file.
193         * lib/unistdio/u16-vsprintf.c: New file.
194         * lib/unistdio/u16-u16-asnprintf.c: New file.
195         * lib/unistdio/u16-u16-asprintf.c: New file.
196         * lib/unistdio/u16-u16-snprintf.c: New file.
197         * lib/unistdio/u16-u16-sprintf.c: New file.
198         * lib/unistdio/u16-u16-vasnprintf.c: New file.
199         * lib/unistdio/u16-u16-vasprintf.c: New file.
200         * lib/unistdio/u16-u16-vsnprintf.c: New file.
201         * lib/unistdio/u16-u16-vsprintf.c: New file.
202         * lib/unistdio/u32-asnprintf.c: New file.
203         * lib/unistdio/u32-asprintf.c: New file.
204         * lib/unistdio/u32-printf-parse.c: New file.
205         * lib/unistdio/u32-snprintf.c: New file.
206         * lib/unistdio/u32-sprintf.c: New file.
207         * lib/unistdio/u32-vasnprintf.c: New file.
208         * lib/unistdio/u32-vasprintf.c: New file.
209         * lib/unistdio/u32-vsnprintf.c: New file.
210         * lib/unistdio/u32-vsprintf.c: New file.
211         * lib/unistdio/u32-u32-asnprintf.c: New file.
212         * lib/unistdio/u32-u32-asprintf.c: New file.
213         * lib/unistdio/u32-u32-snprintf.c: New file.
214         * lib/unistdio/u32-u32-sprintf.c: New file.
215         * lib/unistdio/u32-u32-vasnprintf.c: New file.
216         * lib/unistdio/u32-u32-vasprintf.c: New file.
217         * lib/unistdio/u32-u32-vsnprintf.c: New file.
218         * lib/unistdio/u32-u32-vsprintf.c: New file.
219         * tests/unistdio/test-ulc-asnprintf1.c: New file.
220         * tests/unistdio/test-ulc-asnprintf1.h: New file.
221         * tests/unistdio/test-ulc-printf1.h: New file.
222         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
223         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
224         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
225         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
226         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
227         * tests/unistdio/test-ulc-vasprintf1.c: New file.
228         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
229         * tests/unistdio/test-ulc-vsprintf1.c: New file.
230         * tests/unistdio/test-u8-asnprintf1.c: New file.
231         * tests/unistdio/test-u8-asnprintf1.h: New file.
232         * tests/unistdio/test-u8-printf1.h: New file.
233         * tests/unistdio/test-u8-vasnprintf1.c: New file.
234         * tests/unistdio/test-u8-vasnprintf2.c: New file.
235         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
236         * tests/unistdio/test-u8-vasnprintf3.c: New file.
237         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
238         * tests/unistdio/test-u8-vasprintf1.c: New file.
239         * tests/unistdio/test-u8-vsnprintf1.c: New file.
240         * tests/unistdio/test-u8-vsprintf1.c: New file.
241         * tests/unistdio/test-u16-asnprintf1.c: New file.
242         * tests/unistdio/test-u16-asnprintf1.h: New file.
243         * tests/unistdio/test-u16-printf1.h: New file.
244         * tests/unistdio/test-u16-vasnprintf1.c: New file.
245         * tests/unistdio/test-u16-vasnprintf2.c: New file.
246         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
247         * tests/unistdio/test-u16-vasnprintf3.c: New file.
248         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
249         * tests/unistdio/test-u16-vasprintf1.c: New file.
250         * tests/unistdio/test-u16-vsnprintf1.c: New file.
251         * tests/unistdio/test-u16-vsprintf1.c: New file.
252         * tests/unistdio/test-u32-asnprintf1.c: New file.
253         * tests/unistdio/test-u32-asnprintf1.h: New file.
254         * tests/unistdio/test-u32-printf1.h: New file.
255         * tests/unistdio/test-u32-vasnprintf1.c: New file.
256         * tests/unistdio/test-u32-vasnprintf2.c: New file.
257         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
258         * tests/unistdio/test-u32-vasnprintf3.c: New file.
259         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
260         * tests/unistdio/test-u32-vasprintf1.c: New file.
261         * tests/unistdio/test-u32-vsnprintf1.c: New file.
262         * tests/unistdio/test-u32-vsprintf1.c: New file.
263         * modules/unistdio/base: New file.
264         * modules/unistdio/u-printf-args: New file.
265         * modules/unistdio/ulc-asnprintf: New file.
266         * modules/unistdio/ulc-asprintf: New file.
267         * modules/unistdio/ulc-fprintf: New file.
268         * modules/unistdio/ulc-printf-parse: New file.
269         * modules/unistdio/ulc-snprintf: New file.
270         * modules/unistdio/ulc-sprintf: New file.
271         * modules/unistdio/ulc-vasnprintf: New file.
272         * modules/unistdio/ulc-vasprintf: New file.
273         * modules/unistdio/ulc-vfprintf: New file.
274         * modules/unistdio/ulc-vsnprintf: New file.
275         * modules/unistdio/ulc-vsprintf: New file.
276         * modules/unistdio/u8-asnprintf: New file.
277         * modules/unistdio/u8-asprintf: New file.
278         * modules/unistdio/u8-printf-parse: New file.
279         * modules/unistdio/u8-snprintf: New file.
280         * modules/unistdio/u8-sprintf: New file.
281         * modules/unistdio/u8-vasnprintf: New file.
282         * modules/unistdio/u8-vasprintf: New file.
283         * modules/unistdio/u8-vsnprintf: New file.
284         * modules/unistdio/u8-vsprintf: New file.
285         * modules/unistdio/u8-u8-asnprintf: New file.
286         * modules/unistdio/u8-u8-asprintf: New file.
287         * modules/unistdio/u8-u8-snprintf: New file.
288         * modules/unistdio/u8-u8-sprintf: New file.
289         * modules/unistdio/u8-u8-vasnprintf: New file.
290         * modules/unistdio/u8-u8-vasprintf: New file.
291         * modules/unistdio/u8-u8-vsnprintf: New file.
292         * modules/unistdio/u8-u8-vsprintf: New file.
293         * modules/unistdio/u16-asnprintf: New file.
294         * modules/unistdio/u16-asprintf: New file.
295         * modules/unistdio/u16-printf-parse: New file.
296         * modules/unistdio/u16-snprintf: New file.
297         * modules/unistdio/u16-sprintf: New file.
298         * modules/unistdio/u16-vasnprintf: New file.
299         * modules/unistdio/u16-vasprintf: New file.
300         * modules/unistdio/u16-vsnprintf: New file.
301         * modules/unistdio/u16-vsprintf: New file.
302         * modules/unistdio/u16-u16-asnprintf: New file.
303         * modules/unistdio/u16-u16-asprintf: New file.
304         * modules/unistdio/u16-u16-snprintf: New file.
305         * modules/unistdio/u16-u16-sprintf: New file.
306         * modules/unistdio/u16-u16-vasnprintf: New file.
307         * modules/unistdio/u16-u16-vasprintf: New file.
308         * modules/unistdio/u16-u16-vsnprintf: New file.
309         * modules/unistdio/u16-u16-vsprintf: New file.
310         * modules/unistdio/u32-asnprintf: New file.
311         * modules/unistdio/u32-asprintf: New file.
312         * modules/unistdio/u32-printf-parse: New file.
313         * modules/unistdio/u32-snprintf: New file.
314         * modules/unistdio/u32-sprintf: New file.
315         * modules/unistdio/u32-vasnprintf: New file.
316         * modules/unistdio/u32-vasprintf: New file.
317         * modules/unistdio/u32-vsnprintf: New file.
318         * modules/unistdio/u32-vsprintf: New file.
319         * modules/unistdio/u32-u32-asnprintf: New file.
320         * modules/unistdio/u32-u32-asprintf: New file.
321         * modules/unistdio/u32-u32-snprintf: New file.
322         * modules/unistdio/u32-u32-sprintf: New file.
323         * modules/unistdio/u32-u32-vasnprintf: New file.
324         * modules/unistdio/u32-u32-vasprintf: New file.
325         * modules/unistdio/u32-u32-vsnprintf: New file.
326         * modules/unistdio/u32-u32-vsprintf: New file.
327         * modules/unistdio/ulc-asnprintf-tests: New file.
328         * modules/unistdio/ulc-vasnprintf-tests: New file.
329         * modules/unistdio/ulc-vasprintf-tests: New file.
330         * modules/unistdio/ulc-vsnprintf-tests: New file.
331         * modules/unistdio/ulc-vsprintf-tests: New file.
332         * modules/unistdio/u8-asnprintf-tests: New file.
333         * modules/unistdio/u8-vasnprintf-tests: New file.
334         * modules/unistdio/u8-vasprintf-tests: New file.
335         * modules/unistdio/u8-vsnprintf-tests: New file.
336         * modules/unistdio/u8-vsprintf-tests: New file.
337         * modules/unistdio/u16-asnprintf-tests: New file.
338         * modules/unistdio/u16-vasnprintf-tests: New file.
339         * modules/unistdio/u16-vasprintf-tests: New file.
340         * modules/unistdio/u16-vsnprintf-tests: New file.
341         * modules/unistdio/u16-vsprintf-tests: New file.
342         * modules/unistdio/u32-asnprintf-tests: New file.
343         * modules/unistdio/u32-vasnprintf-tests: New file.
344         * modules/unistdio/u32-vasprintf-tests: New file.
345         * modules/unistdio/u32-vsnprintf-tests: New file.
346         * modules/unistdio/u32-vsprintf-tests: New file.
347         * MODULES.html.sh (Unicode string functions): Add the new modules.
348
349 2007-07-01  Bruno Haible  <bruno@clisp.org>
350
351         * lib/sprintf.c (sprintf): Limit the available length estimation,
352         to avoid address wraparound.
353         * lib/vsprintf.c (vsprintf): Likewise.
354         * modules/sprintf-posix (Dependencies): Add stdint.
355         * modules/vsprintf-posix (Dependencies): Likewise.
356
357 2007-07-01  Bruno Haible <bruno@clisp.org>
358
359         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
360         Windows PATH as well. Conservative double-quoting. Comments.
361
362 2007-07-01  Bruno Haible <bruno@clisp.org>
363             Eric Blake  <ebb9@byu.net>
364             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
365
366         * gnulib-tool (self_abspathname): Fix algorithm to cope with
367         empty components in $PATH, denoting '.'.
368
369 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
370
371         * gnulib-tool: Fix indentation.
372         (func_create_megatestdir): Likewise.
373         Report by Bruno Haible.
374
375 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
376
377         Sync from Automake.
378         * build-aux/gnupload: Fix shell portability issues with for loops.
379         Report by Karl Berry.
380
381 2007-06-29  Simon Josefsson  <simon@josefsson.org>
382
383         * build-aux/maint.mk (POURL): Use translationproject.org.
384
385 2007-06-27  Simon Josefsson  <simon@josefsson.org>
386             Bruno Haible  <bruno@clisp.org>
387
388         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
389         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
390         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
391         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
392         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
393
394 2007-06-27  Bruno Haible  <bruno@clisp.org>
395
396         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
397         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
398
399 2007-06-26  Karl Berry  <karl@gnu.org>
400
401         * MODULES.html.sh: remove xreadlink-with-size.
402
403 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
404
405         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
406         method that I hope also handles the double-include problem noted
407         by Bruno Haible in
408         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
409
410 2007-06-23  Bruno Haible  <bruno@clisp.org>
411
412         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
413         Don't let the 'mostlyclean' target fail if the last subdirectory could
414         not be removed.
415         Reported by Karl Berry.
416
417 2007-06-23  Bruno Haible  <bruno@clisp.org>
418
419         * gnulib-tool (echo): Add a speedier workaround for ksh.
420         * tests/test-echo.sh: Likewise.
421
422 2007-06-23  Bruno Haible  <bruno@clisp.org>
423
424         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
425         * tests/test-echo.sh: Likewise.
426
427 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
428
429         * gnulib-tool (IFS): Initialize early, so we don't set it to
430         empty later.
431         (self_abspathname): Rewrite algorithm to set it, reindent.
432         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
433         (func_create_megatestdir): Merge some sed scripts.
434
435 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
436
437         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
438         exposed by Sun Studio 11 cc on Solaris 8.
439
440 2007-06-22  Bruno Haible  <bruno@clisp.org>
441
442         * gnulib-tool (echo): Ensure the echo primitive does not interpret
443         backslashes.
444         * tests/test-echo.sh: New file.
445
446 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447
448         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
449         simplify `sed_replace_build_aux' scripts, they are portable but
450         echoing them with `echo' is not.
451         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
452
453 2007-06-21  Karl Berry  <karl@gnu.org>
454
455         * config/srclist.txt: guess we can't handle the licenses via
456         srclist at the moment.
457
458 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
459
460         * MODULES.html.sh: Add include_next.
461         * modules/include_next: New file.
462
463 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
464
465         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
466         INCLUDE_NEXT.
467         (gl_CHECK_NEXT_HEADERS): New macro.
468         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
469         the obsolescent gl_ABSOLUTE_HEADER.
470         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
471         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
472         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
473         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
474         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
475         * m4/math_h.m4 (gl_MATH_H): Likewise.
476         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
477         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
478         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
479         * m4/stdint.m4 (gl_STDINT_H): Likewise.
480         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
481         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
482         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
483         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
484         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
485         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
486         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
487         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
488         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
489         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
490         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
491         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
492         * m4/inttypes.m4 (gl_INTTYPES_H): Define
493         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
494         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
495         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
496         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
497         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
498         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
499         * lib/float_.h: Likewise.
500         * lib/inttypes_.h: Likewise.
501         * lib/math_.h: Likewise.
502         * lib/search_.h: Likewise.
503         * lib/signal_.h: Likewise.
504         * lib/stdint_.h: Likewise.
505         * lib/stdio_.h: Likewise.
506         * lib/stdlib_.h: Likewise.
507         * lib/string_.h: Likewise.
508         * lib/sys_stat_.h: Likewise.
509         * lib/sys_time_.h: Likewise.
510         * lib/time_.h: Likewise.
511         * lib/unistd_.h: Likewise.
512         * lib/wchar_.h: Likewise.
513         * lib/wctype_.h: Likewise.
514         * lib/dirent_.h: Likewise.
515         * lib/iconv_.h: Likewise.
516         * lib/locale_.h: Likewise.
517         * lib/netinet_in_.h: Likewise.
518         * lib/sys_select_.h: Likewise.
519         * lib/sys_socket_.h: Likewise.
520         * lib/sysexits_.h: Likewise.
521         * modules/fcntl (Depends-on): Depend on include_next, not
522         absolute_header.
523         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
524         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
525         * modules/fchdir: Likewise.
526         * modules/float: Likewise.
527         * modules/iconv_open: Likewise.
528         * modules/inttypes: Likewise.
529         * modules/locale: Likewise.
530         * modules/math: Likewise.
531         * modules/netinet_in: Likewise.
532         * modules/search: Likewise.
533         * modules/signal: Likewise.
534         * modules/stdint: Likewise.
535         * modules/stdio: Likewise.
536         * modules/stdlib: Likewise.
537         * modules/string: Likewise.
538         * modules/sys_select: Likewise.
539         * modules/sys_socket: Likewise.
540         * modules/sys_stat: Likewise.
541         * modules/sys_time: Likewise.
542         * modules/sysexits: Likewise.
543         * modules/time: Likewise.
544         * modules/unistd: Likewise.
545         * modules/wchar: Likewise.
546         * modules/wctype: Likewise.
547         * modules/sys_stat: Change maintainer to "all".
548         * modules/unistd: Likewise.
549
550 2007-06-20  Karl Berry  <karl@gnu.org>
551
552         * config/srclist.txt: track www changes in license files.
553
554 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
555
556         * build-aux/bootstrap: Remove stray dot.
557         Make sure build_aux settings are honored when linking
558         gnulib_extra_files.
559
560 2007-06-19  Eric Blake  <ebb9@byu.net>
561
562         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
563         Allow compilation on cygwin.
564
565 2007-06-19  Jim Meyering  <jim@meyering.net>
566
567         xreadlink-with-size: Remove module.  No longer used.
568         Ex-callers now use xreadlink or mreadlink-with-size.
569         * modules/xreadlink-with-size: Remove module.
570         * lib/xreadlink-with-size.c: Remove file.
571         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
572         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
573         just before the function definition *is* accurate.
574
575         Eliminate one way canonicalize_filename_mode could exit.
576         * lib/canonicalize.c (canonicalize_filename_mode):
577         Use mreadlink_with_size, not xreadlink_with_size.
578
579 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
580
581         Detect porting problems to FreeBSD/arm, which has time_t wider than
582         long int.  Original problem reported for GNU diff by Xin Li in
583         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
584         * modules/getdate (Depends-on): Add intprops, verify.
585         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
586         is an integer type no wider than long int.
587
588 2007-06-18  Jim Meyering  <jim@meyering.net>
589
590         New module: mreadlink-with-size.
591         * MODULES.html.sh: Add mreadlink-with-size.
592         * modules/mreadlink-with-size: New module
593         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
594         not xreadlink-with-size.
595         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
596
597 2007-06-16  Bruno Haible  <bruno@clisp.org>
598
599         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
600         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
601         Reported by Gary V. Vaughan <gary@gnu.org>.
602
603 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
604
605         Revamp lchown so that it lives in unistd.h where it belongs.
606         * lib/lchown.h: Remove.
607         * lib/dirchownmod.c: Don't include lib/lchown.h.
608         * lib/fchownat.c: Likewise.
609         * lib/openat.c: Likewise.
610         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
611         does not follow symlinks.
612         (EOPNOTSUPP): Define if not defined.
613         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
614         is defined to 0.
615         (lchown): New decl.
616         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
617         Do not check for lchown decl.
618         Set REPLACE_LCHOWN.
619         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
620         REPLACE_LCHOWN.
621         * modules/chown: Make it clear it follows symlinks.
622         * modules/lchown: Make it clear it doesn't follow symlinks.
623         (Files): Remove lib/lchown.h
624         (Depends-on): Add unistd.
625         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
626         (Include): Include <unistd.h>, not "lchown.h".
627         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
628         REPLACE_LCHOWN.
629
630 2007-06-15  Jim Meyering  <jim@meyering.net>
631
632         Change license (GPL to LGPL) of fsusage and dependents.
633         * modules/fsusage (License): Change to LGPL.
634         * modules/full-read (License): Likewise.
635         * modules/full-write (License): Likewise.
636         * modules/safe-read (License): Likewise.
637         * modules/safe-write (License): Likewise.
638
639 2007-06-14  Ben Pfaff  <blp@gnu.org>
640
641         Missing part of allocsa -> malloca transition.
642         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
643         gl_MALLOCA.
644
645 2007-06-12  Bruno Haible  <bruno@clisp.org>
646
647         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
648         to ia64, x86_64, i386.
649         Reported by Eric Blake.
650
651 2007-06-12  Bruno Haible  <bruno@clisp.org>
652
653         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
654         cross-compiling to x86_64.
655
656 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
657
658         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
659         glitch reported by Ralf Wildenhues in
660         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
661
662         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
663         Vin Shelton.
664
665 2007-06-11  Bruno Haible  <bruno@clisp.org>
666
667         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
668         replacement string.
669         Reported by Eric Blake.
670
671 2007-06-10  Bruno Haible  <bruno@clisp.org>
672
673         Prepare vasnprintf code for use with Unicode strings.
674         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
675         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
676         TYPE_U32_STRING.
677         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
678         a_u32_string variants.
679         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
680         * lib/printf-args.c: Don't include config.h and the specification
681         header if PRINTF_FETCHARGS is already defined.
682         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
683         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
684         TYPE_U16_STRING, TYPE_U32_STRING.
685         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
686         u16_directive, u16_directives, u32_directive, u32_directives): New
687         types.
688         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
689         New declarations.
690         * lib/printf-parse.c: Don't include config.h and the specification
691         header if PRINTF_PARSE is already defined. Eliminate the set of
692         parameters for WIDE_CHAR_VERSION; the user of this file must provide
693         them now. Include c-ctype.h.
694         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
695         directive and CHAR_T_ONLY_ASCII.
696         * lib/vasnprintf.c: Don't include config.h and the specification header
697         if VASNPRINTF is already defined.
698         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
699         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
700         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
701         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
702         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
703         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
704         code accordingly.
705         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
706         pad_ourselves also in this case, with the 'c' and 's' directives, and
707         with a different notion of "width".
708         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
709
710 2007-06-10  Bruno Haible  <bruno@clisp.org>
711
712         * modules/unistr/u32-mbsnlen: New file.
713         * lib/unistr/u32-mbsnlen.c: New file.
714
715         * modules/unistr/u16-mbsnlen: New file.
716         * lib/unistr/u16-mbsnlen.c: New file.
717
718         * modules/unistr/u8-mbsnlen: New file.
719         * lib/unistr/u8-mbsnlen.c: New file.
720
721         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
722         declarations.
723
724 2007-06-10  Bruno Haible  <bruno@clisp.org>
725
726         * lib/string_.h (mbsnlen): New declaration.
727         * lib/mbsnlen.c: New file.
728         * m4/mbsnlen.m4: New file.
729         * modules/mbsnlen: New file.
730         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
731         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
732         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
733
734 2007-06-10  Bruno Haible  <bruno@clisp.org>
735
736         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
737
738 2007-06-10  Bruno Haible  <bruno@clisp.org>
739
740         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
741         * lib/mbuiter.h: Likewise.
742
743 2007-06-10  Bruno Haible  <bruno@clisp.org>
744
745         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
746         declaration.
747
748 2007-06-10  Karl Berry  <karl@gnu.org>
749
750         * config/srclist.txt: remove gettext entries, Bruno prefers
751         to update individually.
752
753 2007-06-10  Bruno Haible  <bruno@clisp.org>
754
755         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
756         'maxlen'. Ensure only length + width bytes are allocated, not
757         length + 1 + width.
758
759 2007-06-09  Bruno Haible  <bruno@clisp.org>
760
761         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
762         (CHAR_T): Remove macro.
763         (VASNPRINTF): Update.
764
765 2007-06-09  Bruno Haible  <bruno@clisp.org>
766
767         * MODULES.html.sh (Unicode string functions): Add the new modules.
768
769         * modules/uniconv/u32-conv-to-enc: New file.
770         * lib/uniconv/u32-conv-to-enc.c: New file.
771         * modules/uniconv/u32-conv-to-enc-tests: New file.
772         * tests/uniconv/test-u32-conv-to-enc.c: New file.
773
774         * modules/uniconv/u16-conv-to-enc: New file.
775         * lib/uniconv/u16-conv-to-enc.c: New file.
776         * lib/uniconv/u-conv-to-enc.h: New file.
777         * modules/uniconv/u16-conv-to-enc-tests: New file.
778         * tests/uniconv/test-u16-conv-to-enc.c: New file.
779
780         * modules/uniconv/u8-conv-to-enc: New file.
781         * lib/uniconv/u8-conv-to-enc.c: New file.
782         * modules/uniconv/u8-conv-to-enc-tests: New file.
783         * tests/uniconv/test-u8-conv-to-enc.c: New file.
784
785         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
786         u32_conv_to_encoding): New declarations.
787
788 2007-06-09  Bruno Haible  <bruno@clisp.org>
789
790         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
791
792 2007-06-09  Bruno Haible  <bruno@clisp.org>
793
794         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
795         * modules/malloca: Renamed from modules/allocsa, updated.
796         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
797         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
798         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
799         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
800         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
801         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
802         * modules/xmalloca: Renamed from modules/xallocsa, updated.
803         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
804         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
805         * modules/c-strcasestr (Depends-on): Update.
806         * lib/c-strcasestr.c: Update.
807         * modules/c-strstr (Depends-on): Update.
808         * lib/c-strstr.c: Update.
809         * modules/canonicalize-lgpl (Depends-on): Update.
810         * lib/canonicalize-lgpl.c: Update.
811         * modules/clean-temp (Depends-on): Update.
812         * lib/clean-temp.c: Update.
813         * modules/csharpcomp (Depends-on): Update.
814         * lib/csharpcomp.c: Update.
815         * modules/csharpexec (Depends-on): Update.
816         * lib/csharpexec.c: Update.
817         * modules/javacomp (Depends-on): Update.
818         * lib/javacomp.c: Update.
819         * modules/javaexec (Depends-on): Update.
820         * lib/javaexec.c: Update.
821         * modules/mbscasestr (Depends-on): Update.
822         * lib/mbscasestr.c: Update.
823         * modules/mbsstr (Depends-on): Update.
824         * lib/mbsstr.c: Update.
825         * modules/setenv (Depends-on): Update.
826         * lib/setenv.c: Update.
827         * modules/strcasestr (Depends-on): Update.
828         * lib/strcasestr.c: Update.
829         * modules/striconveha (Depends-on): Update.
830         * lib/striconveha.c: Update.
831         * modules/relocatable-prog-wrapper (Files): Update.
832         * lib/relocwrapper.c: Update.
833         * build-aux/install-reloc: Update.
834         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
835
836 2007-06-08  Bruno Haible  <bruno@clisp.org>
837
838         Port to uClibc.
839         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
840         * lib/fpurge.c (fpurge): Likewise.
841         * lib/freading.c (freading): Likewise.
842         * lib/fseeko.c (rpl_fseeko): Likewise.
843         * lib/fseterr.c (fseterr): Likewise.
844         * lib/fwriting.c (fwriting): Likewise.
845         * tests/test-fflush.c (main): Avoid a failure on uClibc.
846
847 2007-06-08  Bruno Haible  <bruno@clisp.org>
848
849         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
850         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
851         * modules/gettext (Files): Add m4/intlmacosx.m4.
852
853 2007-06-07  Bruno Haible  <bruno@clisp.org>
854
855         * modules/localename-tests: New file.
856         * tests/test-localename.c: New file.
857
858         New module 'localename'.
859         * lib/localename.h: New file.
860         * lib/localename.c: New file, from GNU gettext.
861         * m4/localename.m4: New file.
862         * modules/localename: New file.
863
864 2007-06-07  Bruno Haible  <bruno@clisp.org>
865
866         Work around the lack of <wchar.h> on some builds of uClibc.
867         * doc/headers/wchar.texi: Update.
868         * lib/wchar_.h: Include <wchar.h> only if it exists.
869         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
870         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
871         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
872         doesn't exist.
873         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
874         * modules/mbfile (Depends-on): Add wchar.
875         * modules/mbiter (Depends-on): Likewise.
876         * modules/mbuiter (Depends-on): Likewise.
877         Reported by Simon Josefsson.
878
879 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
880
881         Work around problem reported by Steven M. Schweda in
882         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
883         Tru64 5.1B with the Compaq compiler environment installed declares
884         an 'isblank' function but does not define it in the C library.
885         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
886         * lib/regex_internal.h (isblank): Likewise.
887         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
888         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
889
890 2007-06-05  Bruno Haible  <bruno@clisp.org>
891
892         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
893         ia64.
894         * modules/printf-safe: New file.
895         * modules/fprintf-posix (Depends-on): Add printf-safe.
896         * modules/printf-posix (Depends-on): Likewise.
897         * modules/snprintf-posix (Depends-on): Likewise.
898         * modules/sprintf-posix (Depends-on): Likewise.
899         * modules/vasnprintf-posix (Depends-on): Likewise.
900         * modules/vasprintf-posix (Depends-on): Likewise.
901         * modules/vfprintf-posix (Depends-on): Likewise.
902         * modules/vprintf-posix (Depends-on): Likewise.
903         * modules/vsnprintf-posix (Depends-on): Likewise.
904         * modules/vsprintf-posix (Depends-on): Likewise.
905         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
906         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
907         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
908         "no" on i386, x86_64, ia64.
909         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
910         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
911         on i386, x86_64, ia64.
912         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
913         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
914         on i386, x86_64, ia64.
915         * tests/test-vasnprintf-posix.c: Include float.h.
916         (LDBL80_WORDS): New macro.
917         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
918         on i386, x86_64, ia64.
919         * tests/test-vasprintf-posix.c: Include float.h.
920         (LDBL80_WORDS): New macro.
921         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
922         on i386, x86_64, ia64.
923         * tests/test-snprintf-posix.c: Include float.h.
924         * tests/test-sprintf-posix.c: Likewise.
925         * tests/test-vsnprintf-posix.c: Likewise.
926         * tests/test-vsprintf-posix.c: Likewise.
927
928 2007-06-05  Bruno Haible  <bruno@clisp.org>
929
930         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
931         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
932         non-IEEE numbers on i386, x86_64, ia64.
933         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
934         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
935         * tests/test-isnanl.h: Include float.h.
936         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
937
938 2007-06-05  Bruno Haible  <bruno@clisp.org>
939
940         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
941         also the %a / %A. Handle the %a / %A code before this extra handling.
942
943 2007-06-05  Bruno Haible  <bruno@clisp.org>
944
945         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
946         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
947
948 2007-06-05  Bruno Haible  <bruno@clisp.org>
949
950         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
951         typo in variable name.
952
953 2007-06-05  Eric Blake  <ebb9@byu.net>
954
955         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
956         Reported by Simon Josefsson.
957
958 2007-06-04  Bruno Haible  <bruno@clisp.org>
959
960         Avoid test failures on some PowerPC platforms.
961         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
962         Define differently for PowerPC.
963         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
964         Reported by Gary V. Vaughan <gary@gnu.org>.
965
966 2007-06-02  Bruno Haible  <bruno@clisp.org>
967
968         Fix test-stdint failure on FreeBSD/ia64.
969         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
970         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
971         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
972         * doc/headers/stdint.texi: Update.
973
974 2007-06-01  Bruno Haible  <bruno@clisp.org>
975
976         * tests/test-binary-io.c (main): Pass a third argument to open().
977         Reported by Gary V. Vaughan <gary@gnu.org>.
978
979 2007-06-01  Bruno Haible  <bruno@clisp.org>
980
981         * doc/functions/frexpl.texi: Update for mingw.
982
983 2007-06-01  Bruno Haible  <bruno@clisp.org>
984
985         * tests/test-lseek.c (main): Disable test of errno for invalid third
986         argument.
987         * doc/functions/lseek.texi: Update.
988         Reported by Gary V. Vaughan <gary@gnu.org>.
989
990 2007-05-28  Bruno Haible  <bruno@clisp.org>
991
992         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
993
994 2007-05-31  Eric Blake  <ebb9@byu.net>
995
996         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
997         cross compiling.
998
999 2007-05-30  Eric Blake  <ebb9@byu.net>
1000         and Bruno Haible  <bruno@clisp.org>
1001
1002         Work around mingw test failures exposed by m4-1.4.9b.
1003         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1004         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1005         moment.
1006
1007 2007-05-30  Bruno Haible  <bruno@clisp.org>
1008
1009         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1010         assuming that they are closed. Needed on HP-UX 11.
1011
1012 2007-05-29  Bruno Haible  <bruno@clisp.org>
1013
1014         Fix a problem with #include_next.
1015         * lib/dirent_.h: Split the double-inclusion guard.
1016         * lib/fcntl_.h: Likewise.
1017         * lib/float_.h: Likewise.
1018         * lib/iconv_.h: Likewise.
1019         * lib/inttypes_.h: Likewise.
1020         * lib/locale_.h: Likewise.
1021         * lib/math_.h: Likewise.
1022         * lib/netinet_in_.h: Likewise.
1023         * lib/search_.h: Likewise.
1024         * lib/signal_.h: Likewise.
1025         * lib/stdint_.h: Likewise.
1026         * lib/stdio_.h: Likewise.
1027         * lib/stdlib_.h: Likewise.
1028         * lib/string_.h: Likewise.
1029         * lib/sys_select_.h: Likewise.
1030         * lib/sys_socket_.h: Likewise.
1031         * lib/sys_stat_.h: Likewise.
1032         * lib/sys_time_.h: Likewise.
1033         * lib/sysexits_.h: Likewise.
1034         * lib/time_.h: Likewise.
1035         * lib/unistd_.h: Likewise.
1036         * lib/wchar_.h: Likewise.
1037         * lib/wctype_.h: Likewise.
1038
1039 2007-05-29  Bruno Haible  <bruno@clisp.org>
1040
1041         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1042         for the moment.
1043
1044 2007-05-29  Bruno Haible  <bruno@clisp.org>
1045
1046         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1047         invocation.
1048         Reported by Eric Blake.
1049
1050 2007-05-29  Bruno Haible  <bruno@clisp.org>
1051
1052         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1053         compiling case.
1054
1055 2007-05-29  Eric Blake  <ebb9@byu.net>
1056             Bruno Haible  <bruno@clisp.org>
1057
1058         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1059         cross compiles.
1060
1061 2007-05-28  Eric Blake  <ebb9@byu.net>
1062
1063         * modules/closein-tests (test_closein_LDADD): Support test on
1064         cygwin with libtool.
1065
1066 2007-05-28  Bruno Haible  <bruno@clisp.org>
1067
1068         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1069         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1070         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1071         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1072         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1073         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1074         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1075         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1076         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1077
1078 2007-05-28  Eric Blake  <ebb9@byu.net>
1079
1080         Unconditionally include <config.h> in unit tests.
1081         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1082         * tests/test-allocsa.c, tests/test-arcfour.c,
1083         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1084         tests/test-array_list.c, tests/test-array_oset.c,
1085         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1086         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1087         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1088         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1089         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1090         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1091         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1092         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1093         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1094         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1095         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1096         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1097         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1098         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1099         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1100         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1101         test-md5.c, test-memmem.c, test-printf-posix.c,
1102         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1103         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1104         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1105         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1106         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1107         test-vasnprintf-posix2.c, test-vasnprintf.c,
1108         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1109         test-vfprintf-posix.c, test-vprintf-posix.c,
1110         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1111         test-xvasprintf.c: Likewise.
1112
1113 2007-05-28  Bruno Haible  <bruno@clisp.org>
1114
1115         * gnulib-tool (func_import): Remember the --with-tests command-line
1116         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1117         Reported by Eric Blake.
1118
1119 2007-05-28  Bruno Haible  <bruno@clisp.org>
1120
1121         * modules/ftell-tests: New file.
1122         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1123         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1124
1125         * lib/ftell.c: New file.
1126         * modules/ftell: New file.
1127         * m4/ftell.m4: New file.
1128         * doc/functions/ftell.texi: Update.
1129         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1130         REPLACE_FTELL.
1131         * lib/stdio_.h (rpl_ftell): New declaration.
1132         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1133         REPLACE_FTELL.
1134
1135 2007-05-28  Eric Blake  <ebb9@byu.net>
1136
1137         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1138
1139 2007-05-28  Bruno Haible  <bruno@clisp.org>
1140
1141         * modules/fseek-tests: New file.
1142         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1143         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1144
1145         * lib/fseek.c: New file.
1146         * modules/fseek: New file.
1147         * m4/fseek.m4: New file.
1148         * doc/functions/fseek.texi: Update.
1149         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1150         REPLACE_FSEEK.
1151         * lib/stdio_.h (rpl_fseek): New declaration.
1152         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1153         REPLACE_FSEEK.
1154
1155 2007-05-28  Bruno Haible  <bruno@clisp.org>
1156
1157         * lib/stdio_.h (fflush): More comments.
1158
1159 2007-05-28  Bruno Haible  <bruno@clisp.org>
1160
1161         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1162         runtime test.
1163
1164 2007-05-28  Eric Blake  <ebb9@byu.net>
1165
1166         Improve lseek module.
1167         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1168         * lib/unistd_.h (lseek): Scale back link warning message.
1169         * tests/test-lseek.c: Beef up test.
1170         * tests/test-lseek.sh: Exercise more facets of lseek.
1171         Reported by Bruno Haible.
1172
1173 2007-05-28  Bruno Haible  <bruno@clisp.org>
1174
1175         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1176         to define.
1177
1178 2007-05-27  Bruno Haible  <bruno@clisp.org>
1179
1180         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1181
1182 2007-05-27  Bruno Haible  <bruno@clisp.org>
1183
1184         * modules/openmp: New file.
1185         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1186         Noah Misch.
1187
1188 2007-05-26  Bruno Haible  <bruno@clisp.org>
1189
1190         * modules/chdir-long (Depends-on): Add fchdir.
1191         * modules/chdir-safer (Depends-on): Likewise.
1192         * modules/fts (Depends-on): Likewise.
1193         * modules/fts-lgpl (Depends-on): Likewise.
1194         * modules/openat (Depends-on): Likewise.
1195         * modules/savewd (Depends-on): Likewise.
1196
1197 2007-05-24  Eric Blake  <ebb9@byu.net>
1198
1199         Fix lseek on mingw.
1200         * modules/lseek: New module.
1201         * m4/lseek.m4: New file.
1202         * lib/lseek.c: New file.
1203         * modules/lseek-tests: New file.
1204         * tests/test-lseek.c: New file.
1205         * tests/test-lseek.sh: New file.
1206         * MODULES.html.sh: Document lseek module.
1207         * modules/fflush (Depends-on): Add lseek, fseeko.
1208         * modules/fseeko (Depends-on): Likewise.
1209         * modules/ftello (Depends-on): Likewise.
1210         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1211         broken.
1212         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1213         broken.
1214         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1215         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1216         * lib/ftello.c (rpl_ftello): Likewise.
1217         * tests/test-fseeko.c (main): Test this.
1218         * tests/test-fseeko.sh: Likewise.
1219         * tests/test-ftello.c (main): Likewise.
1220         * tests/test-ftello.sh: Likewise.
1221         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1222         implies replacing fseek.
1223         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1224         HAVE_FTELLO.
1225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1226         * modules/unistd (Makefile.am): Likewise.
1227         * lib/unistd_.h (lseek): Declare a replacement.
1228         * doc/functions/lseek.texi (lseek): Document this fix.
1229         * doc/functions/fseek.texi (fseek): Likewise.
1230         * doc/functions/ftell.texi (ftell): Likewise.
1231
1232 2007-05-24  Bruno Haible  <bruno@clisp.org>
1233
1234         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1235         in the printed representation of a NaN.
1236         * tests/test-vasprintf-posix.c (test_function): Likewise.
1237         * tests/test-snprintf-posix.h (test_function): Likewise.
1238         * tests/test-sprintf-posix.h (test_function): Likewise.
1239         Reported by Eric Blake.
1240
1241 2007-05-23  Eric Blake  <ebb9@byu.net>
1242
1243         Fix fseeko/ftello on cygwin 1.5.24.
1244         * doc/functions/fseeko.texi (fseeko): Document the fix.
1245         * doc/functions/ftello.texi (ftello): Document the fix.
1246         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1247         * doc/functions/stdout.text (stdout): New file.
1248         * doc/functions/stderr.text (stderr): New file.
1249         * doc/gnulib.texi (Function Substitutes): Use new files.
1250         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1251         prior to 1.7.0.
1252         * tests/test-ftello.c (main): Likewise for ftello.
1253         * tests/test-fseeko.sh: New file.
1254         * tests/test-ftello.sh: New file.
1255         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1256         with seekable stdin.
1257         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1258         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1259         (gl_REPLACE_FSEEKO): New macro.
1260         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1261         * modules/fseeko (Files): Distribute fseeko.c.
1262         * modules/ftello (Files): Distribute ftello.c.
1263         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1264         mode.
1265         * lib/ftello.c (rpl_ftello): New file.
1266         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1267         fseeko, ftello.
1268         (gl_STDIN_LARGE_OFFSET): New macro.
1269         * modules/stdio (Makefile.am): Perform the replacement.
1270         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1271
1272 2007-05-23  Bruno Haible  <bruno@clisp.org>
1273
1274         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1275         GNULIB_POSIXCHECK is defined.
1276
1277 2007-05-21  Bruno Haible  <bruno@clisp.org>
1278
1279         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1280         Check also the output for NaN arguments. When cross-compiling, guess
1281         no on IRIX.
1282         * lib/vasnprintf.c: Update comments.
1283         * tests/test-vasnprintf-posix.c (strisnan): New function.
1284         (test_function): Use it.
1285         * tests/test-vasprintf-posix.c (strisnan): New function.
1286         (test_function): Use it.
1287         * tests/test-snprintf-posix.h (strisnan): New function.
1288         (test_function): Use it.
1289         * tests/test-sprintf-posix.h (strisnan): New function.
1290         (test_function): Use it.
1291         Reported by Eric Blake.
1292
1293 2007-05-20  Bruno Haible  <bruno@clisp.org>
1294
1295         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1296         numbers that fails on BeOS.
1297         * doc/functions/frexpl.texi: Update.
1298
1299 2007-05-20  Jim Meyering  <jim@meyering.net>
1300
1301         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1302         forced upon us by glibc-2.6.
1303
1304 2007-05-20  Bruno Haible  <bruno@clisp.org>
1305
1306         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1307         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1308         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1309         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1310         NEED_PRINTF_INFINITE.
1311         (is_infinitel): New function.
1312         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1313         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1314         gl_PREREQ_VASNPRINTF_INFINITE.
1315         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1316         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1317         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1318         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1319         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1320         gl_PREREQ_VASNPRINTF_INFINITE.
1321         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1322         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1323         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1324         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1325         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1326         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1327         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1328         * doc/functions/fprintf.texi: Update.
1329         * doc/functions/printf.texi: Update.
1330         * doc/functions/snprintf.texi: Update.
1331         * doc/functions/sprintf.texi: Update.
1332         * doc/functions/vfprintf.texi: Update.
1333         * doc/functions/vprintf.texi: Update.
1334         * doc/functions/vsnprintf.texi: Update.
1335         * doc/functions/vsprintf.texi: Update.
1336
1337 2007-05-20  Bruno Haible  <bruno@clisp.org>
1338
1339         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1340         was not found in libc.
1341         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1342
1343 2007-05-20  Bruno Haible  <bruno@clisp.org>
1344
1345         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1346         printed as "-nan" instead of "nan".
1347         * tests/test-vasprintf-posix.c (test_function): Likewise.
1348         * tests/test-snprintf-posix.h (test_function): Likewise.
1349         * tests/test-sprintf-posix.h (test_function): Likewise.
1350         Needed for HP-UX 11.
1351
1352 2007-05-20  Jim Meyering  <jim@meyering.net>
1353
1354         Fix buggy test for the fchownat-deref bug.
1355         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1356         symlink required for the run-test.  Without it, this test would
1357         always declare that fchownat doesn't work, and client code would
1358         unnecessarily use the replacement function with fixed libc.
1359         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1360         Reported by Greg Schafer.
1361
1362 2007-05-19  Bruno Haible  <bruno@clisp.org>
1363
1364         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1365         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1366         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1367         Needed for IRIX 6.5 and Solaris 2.5.1.
1368
1369 2007-05-19  Bruno Haible  <bruno@clisp.org>
1370
1371         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1372         (test_function): Skip tests involving -0.0 on platforms where
1373         -0.0 = 0.0.
1374         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1375         (test_function): Skip tests involving -0.0 on platforms where
1376         -0.0 = 0.0.
1377         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1378         (test_function): Skip tests involving -0.0 on platforms where
1379         -0.0 = 0.0.
1380         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1381         (test_function): Skip tests involving -0.0 on platforms where
1382         -0.0 = 0.0.
1383         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1384         tests.
1385         * tests/test-printf-posix.h (test_function): Likewise.
1386         * tests/test-printf-posix.output: Remove all -0.0 related results.
1387         Needed for IRIX 6.5.
1388
1389 2007-05-19  Bruno Haible  <bruno@clisp.org>
1390
1391         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1392         printed as "nan0x7fffffff" instead of "nan".
1393         * tests/test-vasprintf-posix.c (test_function): Likewise.
1394         * tests/test-snprintf-posix.h (test_function): Likewise.
1395         * tests/test-sprintf-posix.h (test_function): Likewise.
1396         * tests/test-fprintf-posix.h (NaN): Remove macro.
1397         (test_function): Remove all NaN related tests.
1398         * tests/test-printf-posix.h (NaN): Remove macro.
1399         (test_function): Remove all NaN related tests.
1400         * tests/test-printf-posix.output: Remove all NaN related results.
1401         Needed for IRIX 6.5.
1402
1403 2007-05-19  Bruno Haible  <bruno@clisp.org>
1404
1405         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1406         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1407
1408 2007-05-19  Bruno Haible  <bruno@clisp.org>
1409
1410         * lib/float_.h: New file.
1411         * m4/float_h.m4: New file.
1412         * modules/float: New file.
1413         * modules/isnanl (Dependencies): Add float.
1414         * modules/isnanl-nolibm (Dependencies): Likewise.
1415         * modules/mathl (Dependencies): Likewise.
1416         * modules/printf-frexpl (Dependencies): Likewise.
1417         * modules/signbit (Dependencies): Likewise.
1418         * modules/vasnprintf (Dependencies): Likewise.
1419         * doc/headers/float.texi: Update.
1420
1421 2007-05-19  Jim Meyering  <jim@meyering.net>
1422
1423         * lib/utimens.c (gl_futimens): Rename from futimens,
1424         now that glibc-2.6 declares futimens.
1425         * lib/utimens.h: Likewise.
1426
1427 2007-05-19  Bruno Haible  <bruno@clisp.org>
1428
1429         Avoid test failures on mingw.
1430         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1431         * tests/test-printf-posix.sh: Likewise.
1432         * tests/test-vfprintf-posix.sh: Likewise.
1433         * tests/test-vprintf-posix.sh: Likewise.
1434
1435 2007-05-19  Bruno Haible  <bruno@clisp.org>
1436
1437         Fix *printf result for NaN, Inf, -0.0 on mingw.
1438         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1439         * lib/vasnprintf.c: Include math.h and isnan.h.
1440         (is_infinite_or_zero): New function.
1441         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1442         values in the %f, %F, %e, %E, %g, %G directives.
1443         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1444         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1445         gl_PRINTF_INFINITE and test its result. Invoke
1446         gl_PREREQ_VASNPRINTF_INFINITE.
1447         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1448         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1449         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1450         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1451         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1452         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1453         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1454         * doc/functions/fprintf.texi: Update.
1455         * doc/functions/printf.texi: Update.
1456         * doc/functions/snprintf.texi: Update.
1457         * doc/functions/sprintf.texi: Update.
1458         * doc/functions/vfprintf.texi: Update.
1459         * doc/functions/vprintf.texi: Update.
1460         * doc/functions/vsnprintf.texi: Update.
1461         * doc/functions/vsprintf.texi: Update.
1462
1463 2007-05-19  Bruno Haible  <bruno@clisp.org>
1464
1465         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1466         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1467         Instead of multiplying with 10^k, set extra_zeroes to k.
1468         (scale10_round_long_double): Remove function.
1469
1470 2007-05-18  Bruno Haible  <bruno@clisp.org>
1471
1472         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1473         introduced on 2007-05-06.
1474
1475 2007-05-18  Bruno Haible  <bruno@clisp.org>
1476
1477         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1478         %g directives.
1479         * tests/test-vasprintf-posix.c (test_function): Likewise.
1480         * tests/test-snprintf-posix.h (test_function): Likewise.
1481         * tests/test-sprintf-posix.h (test_function): Likewise.
1482
1483 2007-05-18  Bruno Haible  <bruno@clisp.org>
1484
1485         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1486         (strmatch): New function.
1487         (test_function): Test the %f directive on numbers of various exponents.
1488         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1489         (strmatch): New function.
1490         (test_function): Test the %f directive on numbers of various exponents.
1491         * tests/test-snprintf-posix.h (strmatch): New function.
1492         (test_function): Test the %f directive on numbers of various exponents.
1493         * tests/test-sprintf-posix.h (strmatch): New function.
1494         (test_function): Test the %f directive on numbers of various exponents.
1495         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1496         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1497         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1498         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1499
1500 2007-05-18  Bruno Haible  <bruno@clisp.org>
1501
1502         Add support for 'long double' number output.
1503         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1504         * lib/vasnprintf.c: Include math.h and float+.h.
1505         (mp_limb_t): New type.
1506         (GMP_LIMB_BITS): New macro.
1507         (mp_twolimb_t): New type.
1508         (GMP_TWOLIMB_BITS): New macro.
1509         (mpn_t): New type.
1510         (multiply, divide, convert_to_decimal, decode_long_double,
1511         scale10_round_long_double, scale10_round_decimal_long_double,
1512         floorlog10l): New functions.
1513         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1514         for the %f, %F, %e, %E, %g, %G directives.
1515         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1516         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1517         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1518         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1519         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1520         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1521         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1522         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1523         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1524         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1525         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1526         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1527         * modules/snprintf-posix (Depends-on): Likewise.
1528         * modules/sprintf-posix (Depends-on): Likewise.
1529         * modules/vasnprintf-posix (Depends-on): Likewise.
1530         * modules/vasprintf-posix (Depends-on): Likewise.
1531         * modules/vfprintf-posix (Depends-on): Likewise.
1532         * modules/vsnprintf-posix (Depends-on): Likewise.
1533         * modules/vsprintf-posix (Depends-on): Likewise.
1534         * modules/vasnprintf (Files): Add lib/float+.h.
1535         * doc/functions/fprintf.texi: Update.
1536         * doc/functions/printf.texi: Update.
1537         * doc/functions/snprintf.texi: Update.
1538         * doc/functions/sprintf.texi: Update.
1539         * doc/functions/vfprintf.texi: Update.
1540         * doc/functions/vprintf.texi: Update.
1541         * doc/functions/vsnprintf.texi: Update.
1542         * doc/functions/vsprintf.texi: Update.
1543
1544 2007-05-18  Bruno Haible  <bruno@clisp.org>
1545
1546         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1547
1548 2007-05-18  Bruno Haible  <bruno@clisp.org>
1549
1550         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1551         for printing 64-bit integers. Needed for mingw.
1552
1553 2007-05-18  Bruno Haible  <bruno@clisp.org>
1554
1555         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1556         gl_FUNC_FREXPL_WORKS.
1557         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1558
1559 2007-05-18  Bruno Haible  <bruno@clisp.org>
1560
1561         * modules/frexpl-nolibm-tests: New file.
1562
1563         * modules/frexpl-nolibm: New file.
1564         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1565
1566 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1567
1568         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1569         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1570         GCC 4.2, which otherwise issues a lot of warnings.
1571         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1572         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1573         Likewise.
1574         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1575         * modules/iconv_open (iconv.h): Likewise.
1576         * modules/locale (locale.h): Likewise.
1577         * modules/netinet_in (netinet/in.h): Likewise.
1578         * modules/sys_select (sys_select.h): Likewise.
1579         * modules/sys_socket (sys/socket.h): Likewise.
1580         * modules/sys_stat (sys/stat.h): Likewise.
1581         * modules/sysexits (sysexits.h): Likewise.
1582         * modules/unistd (unistd.h): Likewise.
1583
1584 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1585
1586         * modules/closein-tests (Makefile.am): Distribute
1587         `test-closein.sh'.
1588
1589 2007-05-17  Bruno Haible  <bruno@clisp.org>
1590
1591         * tests/test-printf-posix.output: Renamed from
1592         tests/test-fprintf-posix.out.
1593         * modules/fprintf-posix-tests: Update.
1594         * modules/printf-posix-tests: Update.
1595         * modules/vfprintf-posix-tests: Update.
1596         * modules/vprintf-posix-tests: Update.
1597         * tests/test-fprintf-posix.sh: Update.
1598         * tests/test-printf-posix.sh: Update.
1599         * tests/test-vfprintf-posix.sh: Update.
1600         * tests/test-vprintf-posix.sh: Update.
1601         Reported by Ralf Wildenhues.
1602
1603 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1604
1605         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1606         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1607         GCC 4.2, which otherwise issues a lot of warnings.
1608         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1609         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1610         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1611         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1612         it should no longer be needed.
1613         * lib/string_.h: Likewise.
1614         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1615         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1616         * modules/inttypes (inttypes.h): Likewise.
1617         * modules/math (math.h): Likewise.
1618         * modules/search (search.h): Likewise.
1619         * modules/signal (signal.h): Likewise.
1620         * modules/stdint (stdint.h): Likewise.
1621         * modules/stdio (stdio.h): Likewise.
1622         * modules/stdlib (stdlib.h): Likewise.
1623         * modules/string (string.h): Likewise.
1624         * modules/sys_time (sys/time.h): Likewise.
1625         * modules/time (time.h): Likewise.
1626         * modules/wchar (wchar.h): Likewise.
1627         * modules/wctype (wtype.h): Likewise.
1628
1629 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1630
1631         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1632
1633 2007-05-13  Bruno Haible  <bruno@clisp.org>
1634
1635         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1636         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1637         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1638         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1639         (gl_PREREQ_STRTOK_R): Don't require it here.
1640
1641 2007-05-13  Bruno Haible  <bruno@clisp.org>
1642
1643         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1644         when used in C++ mode.
1645
1646 2007-05-12  Bruno Haible  <bruno@clisp.org>
1647
1648         * lib/linebuffer.h: Tweak doc.
1649         * lib/linebuffer.c: Likewise.
1650
1651 2007-05-12  James Youngman  <jay@gnu.org>
1652
1653         * lib/linebuffer.c (readlinebuffer_delim): New function,
1654         like readlinebuffer, but use a caller-specified delimiter.
1655         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1656         as the delimiter.
1657         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1658
1659 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1660
1661         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1662         * modules/openat (Files): Remove openat-die.c.
1663         (Depends-on): Add openat-die.
1664         * modules/openat-die: New module.
1665
1666 2007-05-06  Bruno Haible  <bruno@clisp.org>
1667
1668         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1669         Update with info about Cygwin.
1670         * doc/functions/fprintf.texi: Update.
1671         * doc/functions/printf.texi: Update.
1672         * doc/functions/snprintf.texi: Update.
1673         * doc/functions/sprintf.texi: Update.
1674         * doc/functions/vfprintf.texi: Update.
1675         * doc/functions/vprintf.texi: Update.
1676         * doc/functions/vsnprintf.texi: Update.
1677         * doc/functions/vsprintf.texi: Update.
1678         Reported by Eric Blake.
1679
1680 2007-05-06  Bruno Haible  <bruno@clisp.org>
1681
1682         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1683         padding ourselves for the floating-point directives.
1684         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1685         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1686         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1687         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1688         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1689         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1690         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1691         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1692         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1693         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1694         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1695         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1696         * tests/test-snprintf-posix.h (test_function): Also check the width
1697         and some flags in the %f directive.
1698         * tests/test-sprintf-posix.h (test_function): Likewise.
1699         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1700         * tests/test-vasprintf-posix.c (test_function): Likewise.
1701         * doc/functions/fprintf.texi: Update.
1702         * doc/functions/printf.texi: Update.
1703         * doc/functions/snprintf.texi: Update.
1704         * doc/functions/sprintf.texi: Update.
1705         * doc/functions/vfprintf.texi: Update.
1706         * doc/functions/vprintf.texi: Update.
1707         * doc/functions/vsnprintf.texi: Update.
1708         * doc/functions/vsprintf.texi: Update.
1709
1710 2007-05-06  Bruno Haible  <bruno@clisp.org>
1711
1712         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1713         pass the ' flag character to sprintf or snprintf.
1714         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1715         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1716         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1717         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1718         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1719         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1720         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1721         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1722         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1723         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1724         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1725         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1726         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1727         flag.
1728         * tests/test-sprintf-posix.h (test_function): Likewise.
1729         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1730         * tests/test-vasprintf-posix.c (test_function): Likewise.
1731         * doc/functions/fprintf.texi: Update.
1732         * doc/functions/printf.texi: Update.
1733         * doc/functions/snprintf.texi: Update.
1734         * doc/functions/sprintf.texi: Update.
1735         * doc/functions/vfprintf.texi: Update.
1736         * doc/functions/vprintf.texi: Update.
1737         * doc/functions/vsnprintf.texi: Update.
1738         * doc/functions/vsprintf.texi: Update.
1739
1740 2007-05-01  Bruno Haible  <bruno@clisp.org>
1741
1742         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1743
1744 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1745
1746         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1747         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1748
1749 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1750
1751         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1752         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1753         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1754
1755 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1756
1757         * lib/argp-help.c (struct hol_entry): New member `ord'.
1758         (HOL_ENTRY_PTRCMP): Use ord for comparison
1759         (hol_sort): Initialize ord.
1760
1761 2007-05-01  Bruno Haible  <bruno@clisp.org>
1762
1763         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1764         Reported by Eric Blake.
1765         * doc/gnulib.texi (Function Substitutes): Update.
1766
1767 2007-05-01  Bruno Haible  <bruno@clisp.org>
1768
1769         * doc/functions.texi: Remove file, now redundant through
1770         doc/functions/*.texi.
1771
1772 2007-05-01  Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/argp (Depends-on): Add sleep.
1775
1776 2007-05-01  Bruno Haible  <bruno@clisp.org>
1777
1778         * modules/sleep-tests: New file.
1779         * tests/test-sleep.c: New file.
1780
1781         * modules/sleep: New file.
1782         * lib/sleep.c: New file.
1783         * m4/sleep.m4: New file.
1784         * lib/unistd_.h (sleep): New declaration.
1785         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1786         HAVE_SLEEP.
1787         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1788         * doc/functions/sleep.texi: Document the sleep module.
1789
1790 2007-05-01  Bruno Haible  <bruno@clisp.org>
1791
1792         * lib/sigprocmask.h: Remove file.
1793         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1794         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1795         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1796         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1797         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1798         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1799         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1800         HAVE_SIGSET_T as a shell variable.
1801         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1802         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1803         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1804         (Depends-on): Add signal. Remove verify.
1805         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1806         (Include): Mention <signal.h> instead of sigprocmask.h.
1807         * NEWS: Mention the change.
1808         * lib/fatal-signal.c: Don't include sigprocmask.h.
1809
1810 2007-05-01  Bruno Haible  <bruno@clisp.org>
1811
1812         * modules/signal: New file.
1813         * lib/signal_.h: New file.
1814         * m4/signal_h.m4: New file.
1815
1816 2007-05-01  Bruno Haible  <bruno@clisp.org>
1817
1818         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1819         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1820         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1821         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1822
1823 2007-05-01  Bruno Haible  <bruno@clisp.org>
1824
1825         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1826         configure time.
1827         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1828         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1829         * modules/sys_stat (Makefile.am): Substitute their values into
1830         sys/stat.h.
1831
1832 2007-05-01  Bruno Haible  <bruno@clisp.org>
1833
1834         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1835         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1836         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1837
1838 2007-05-01  Bruno Haible  <bruno@clisp.org>
1839
1840         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1841         'assert' module here.
1842
1843 2007-05-01  Bruno Haible  <bruno@clisp.org>
1844
1845         * doc/functions/*.texi: New files.
1846         * doc/functions/google-ranking.txt: New file.
1847         * doc/gnulib.texi (Function Substitutes): New chapter.
1848         (ctime, inet_ntoa): Remove sections.
1849         * doc/ctime.texi: Remove file.
1850         * doc/inet_ntoa.texi: Remove file.
1851         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1852         dependencies.
1853         (%.info): New rule, specifying a --reference-limit.
1854
1855 2007-05-01  Bruno Haible  <bruno@clisp.org>
1856
1857         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1858
1859 2007-05-01  Bruno Haible  <bruno@clisp.org>
1860
1861         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1862         the portability of 'mkdir' to mingw systems.
1863
1864 2007-05-01  Bruno Haible  <bruno@clisp.org>
1865
1866         * doc/headers/google-ranking.txt: New file.
1867
1868 2007-04-30  Eric Blake  <ebb9@byu.net>
1869
1870         Prefer fseeko to fseek.
1871         * modules/getpass (Depends-on): Add fseeko.
1872         * lib/getpass.c (getpass): Use fseeko, not fseek.
1873
1874 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1875
1876         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1877         assumes the sorting is stable, while most qsort implementations
1878         are not.  Use argument addresses to ensure they never compare as
1879         equal.
1880
1881         * tests/test-argp-2.sh (usage-indent test): Fix output
1882         (func_compare): Restore diff options
1883         * tests/test-argp.c: Restore #include "progname.h"
1884
1885 2007-04-29  Bruno Haible  <bruno@clisp.org>
1886
1887         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1888         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1889         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1890         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1891         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1892         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1893         (TESTS, check_PROGRAMS): Add test-snprintf.
1894         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1895         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1896         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1897         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1898         assertions that fail on HP-UX, OSF/1, or IRIX.
1899         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1900
1901 2007-04-29  Bruno Haible  <bruno@clisp.org>
1902
1903         * MODULES.html.sh (posix_functions): Remove 'contents'.
1904
1905 2007-04-29  Karl Berry  <karl@gnu.org>
1906
1907         * config/srclist.txt (gendocs_template_min): new entry.
1908
1909 2007-04-29  Bruno Haible  <bruno@clisp.org>
1910
1911         Work around fpurge bug on BSD systems.
1912         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1913         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1914         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1915         fpurge to rpl_fpurge if the system already has this function.
1916         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1917         the case where the system already has this function. Correct invariants
1918         on BSD systems.
1919         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1920         BSD systems.
1921
1922 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1923
1924         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1925         proposed by Sven Verdoolaege.
1926
1927         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1928         options.
1929         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1930         (usage and help tests): Update
1931
1932 2007-04-29  Bruno Haible  <bruno@clisp.org>
1933
1934         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1935         Print more information in case of failure. Disable a test on BeOS.
1936
1937 2007-04-29  Bruno Haible  <bruno@clisp.org>
1938
1939         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1940         This helps debugging on systems on which no gdb is available.
1941
1942 2007-04-29  Bruno Haible  <bruno@clisp.org>
1943
1944         * lib/freading.h: Improve comments.
1945         * lib/fwriting.h: Likewise.
1946         * tests/test-freading.c (main): Don't check freading immediately after
1947         repositioning. Needed for glibc.
1948
1949 2007-04-29  Bruno Haible  <bruno@clisp.org>
1950
1951         * lib/freading.c (freading): Trivial simplification.
1952
1953 2007-04-28  Bruno Haible  <bruno@clisp.org>
1954
1955         * tests/test-fwriting.c (main): Also test the interaction between
1956         fflush and fwriting.
1957         * modules/fwriting-tests (Depends-on): Add fflush.
1958
1959         * tests/test-freading.c (main): Also test the interaction between
1960         fflush and freading.
1961         * modules/freading-tests (Depends-on): Add fflush.
1962
1963 2007-04-28  Bruno Haible  <bruno@clisp.org>
1964
1965         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1966         fseeko and ftello.
1967         Suggested by Eric Blake.
1968
1969 2007-04-28  Jim Meyering  <jim@meyering.net>
1970
1971         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1972         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1973         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1974
1975 2007-04-27  Eric Blake  <ebb9@byu.net>
1976
1977         * doc/headers/assert.texi (assert.h): Document assert module use.
1978
1979 2007-04-27  Bruno Haible  <bruno@clisp.org>
1980
1981         * doc/headers/*.texi: New files.
1982         * doc/gnulib.texi (Header File Substitutes): New chapter.
1983         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1984         dependencies.
1985         (standards.info ,standards.html, standards.dvi): Update dependencies.
1986         (mostlyclean, clean): New targets.
1987
1988 2007-04-27  Bruno Haible  <bruno@clisp.org>
1989
1990         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1991         * modules/sysexits (Files, Makefile.am): Update.
1992
1993         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1994         * modules/sys_socket (Files, Makefile.am): Update.
1995
1996         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1997         * modules/sys_stat (Files, Makefile.am): Update.
1998
1999 2007-04-27  Eric Blake  <ebb9@byu.net>
2000
2001         * lib/freading.h: Improve comments.
2002         * lib/fwriting.h: Likewise.
2003         * lib/fflush.c: Likewise.
2004
2005         Fix closein for mingw.
2006         * modules/closein-tests: Add tests for closein.
2007         * tests/test-closein.c: New file.
2008         * tests/test-closein.sh: Likewise.
2009         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2010         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2011
2012 2007-04-27  Bruno Haible  <bruno@clisp.org>
2013
2014         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2015         version is < 6.
2016         * lib/math_.h [__DECC]: Likewise.
2017         * lib/stdio_.h [__DECC]: Likewise.
2018         * lib/stdlib_.h [__DECC]: Likewise.
2019         * lib/string_.h [__DECC]: Likewise.
2020         * lib/time_.h [__DECC]: Likewise.
2021         * lib/wchar_.h [__DECC]: Likewise.
2022         * lib/wctype_.h [__DECC]: Likewise.
2023
2024 2007-04-27  Bruno Haible  <bruno@clisp.org>
2025
2026         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2027
2028 2007-04-27  Bruno Haible  <bruno@clisp.org>
2029
2030         * lib/fflush.c: Add comments.
2031         * modules/fpurge-tests (Depends-on): Add fflush.
2032         * modules/freadable-tests (Depends-on): Likewise.
2033         * modules/fwritable-tests (Depends-on): Likewise.
2034
2035 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2036
2037         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2038         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2039         Report by Bruno Haible <bruno@clisp.org>.
2040
2041 2007-04-26  Eric Blake  <ebb9@byu.net>
2042
2043         Fix fflush on mingw.
2044         * modules/fflush (Depends-on): Add freading.
2045         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2046         but unread data.
2047
2048 2007-04-26  Eric Blake  <ebb9@byu.net>
2049         and Bruno Haible  <bruno@clisp.org>
2050
2051         Implement freading and fwriting.
2052         * lib/freading.c: New file.
2053         * lib/freading.h: Likewise.
2054         * m4/freading.m4: Likewise.
2055         * modules/freading: Likewise.
2056         * modules/freading-tests: Likewise.
2057         * tests/test-freading.c: Likewise.
2058         * lib/fwriting.c: New file.
2059         * lib/fwriting.h: Likewise.
2060         * m4/fwriting.m4: Likewise.
2061         * modules/fwriting: Likewise.
2062         * modules/fwriting-tests: Likewise.
2063         * tests/test-fwriting.c: Likewise.
2064         * MODULES.html.sh (File stream based Input/Output): Mention them.
2065
2066 2007-04-26  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2069         'long' when we assume it.
2070         Suggested by Eric Blake.
2071
2072 2007-04-26  Bruno Haible  <bruno@clisp.org>
2073
2074         Ensure fseeko, ftello are declared on glibc systems.
2075         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2076         * modules/fseeko (configure.ac-early): Likewise.
2077         * modules/ftello (configure.ac-early): Likewise.
2078         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2079         AC_FUNC_FSEEKO for this.
2080         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2081         (gl_CHECK_FSEEKO): Remove macro.
2082
2083 2007-04-26  Bruno Haible  <bruno@clisp.org>
2084
2085         * tests/test-fflush.c (main): Also check the ftell result after
2086         fflush and fseek/fseeko.
2087         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2088         file descriptor position cache in the stream.
2089         * lib/fseeko.c (rpl_fseeko): Likewise.
2090
2091 2007-04-26  Bruno Haible  <bruno@clisp.org>
2092
2093         * modules/fflush-tests (Depends-on): Add fseeko.
2094
2095 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2096             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2097
2098         * lib/argz_.h: ensure error_t definition is obtained in same
2099         mechanism system argz.h would have.
2100         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2101         argz facilities are known bad.  Err on the side of caution if
2102         cross-compiling.
2103
2104 2007-04-25  Eric Blake  <ebb9@byu.net>
2105
2106         * lib/fpurge.c (includes): Use stdlib.h for free.
2107         * tests/test-fflush.c (main): Also test fflush-fseeko.
2108
2109 2007-04-25  Bruno Haible  <bruno@clisp.org>
2110
2111         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2112         * lib/fseeko.c: New file.
2113         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2114         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2115         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2116         gl_FUNC_FSEEKO.
2117         (gl_FUNC_FSEEKO): Invoke it.
2118         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2119         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2120         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2121
2122 2007-04-25  Bruno Haible  <bruno@clisp.org>
2123
2124         * modules/fflush (Depends-on): Add ftello.
2125
2126 2007-04-25  Bruno Haible  <bruno@clisp.org>
2127
2128         * modules/ftello-tests: New file.
2129         * tests/test-ftello.c: New file.
2130
2131         * modules/ftello: New file.
2132         * m4/ftello.m4: New file.
2133         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2134         HAVE_FTELLO.
2135         * lib/stdio_.h (ftello): New declaration.
2136         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2137         HAVE_FTELLO.
2138
2139 2007-04-25  Bruno Haible  <bruno@clisp.org>
2140
2141         * modules/fseeko-tests: New file.
2142         * tests/test-fseeko.c: New file.
2143
2144         * modules/fseeko: New file.
2145         * m4/fseeko.m4: New file.
2146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2147         HAVE_FSEEKO.
2148         * lib/stdio_.h (fseeko): New declaration.
2149         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2150         HAVE_FSEEKO.
2151
2152 2007-04-25  Bruno Haible  <bruno@clisp.org>
2153
2154         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2155
2156 2007-04-25  Bruno Haible  <bruno@clisp.org>
2157
2158         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2159         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2160         * tests/test-unistd.c: Likewise.
2161         * tests/test-fcntl.c: Likewise.
2162
2163 2007-04-23  Eric Blake  <ebb9@byu.net>
2164
2165         * lib/fflush.c: Fix missing include.
2166         Reported by Bruno Haible.
2167
2168 2007-04-23  Bruno Haible  <bruno@clisp.org>
2169
2170         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2171         Reported by Eric Blake.
2172
2173 2007-04-23  Bruno Haible  <bruno@clisp.org>
2174
2175         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2176
2177 2007-04-23  Bruno Haible  <bruno@clisp.org>
2178
2179         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2180
2181 2007-04-23  Bruno Haible  <bruno@clisp.org>
2182
2183         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2184         Needed on HP-UX 11.
2185
2186 2007-04-16  Eric Blake  <ebb9@byu.net>
2187
2188         Make fflush rely on fpurge.
2189         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2190         open coding all variants.
2191         * modules/fflush (Depends-on): Add fpurge and unistd.
2192         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2193         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2194
2195         Fix --with-tests compilation on cygwin.
2196         * modules/argmatch-tests (Makefile.am): List gnulib library first
2197         in LDADD.
2198         * modules/argp-tests (Makefile.am): Likewise.
2199         * modules/array-list-tests (Makefile.am): Likewise.
2200         * modules/array-oset-tests (Makefile.am): Likewise.
2201         * modules/avltree-list-tests (Makefile.am): Likewise.
2202         * modules/avltree-oset-tests (Makefile.am): Likewise.
2203         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2204         * modules/carray-list-tests (Makefile.am): Likewise.
2205         * modules/dirname-tests (Makefile.am): Likewise.
2206         * modules/frexp-tests (Makefile.am): Likewise.
2207         * modules/isnanl-tests (Makefile.am): Likewise.
2208         * modules/linked-list-tests (Makefile.am): Likewise.
2209         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2210         * modules/lock-tests (Makefile.am): Likewise.
2211         * modules/rbtree-list-tests (Makefile.am): Likewise.
2212         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2213         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2214         * modules/tls-tests (Makefile.am): Likewise.
2215         * modules/tsearch-tests (Makefile.am): Likewise.
2216         * modules/xvasprintf-tests (Makefile.am): Likewise.
2217
2218         Fix fpurge for cygwin.
2219         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2220         value.
2221         * modules/fpurge-tests (Depends-on): Clean up trash.
2222
2223 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2224
2225         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2226
2227         * m4/autobuild.m4: Re-indent.
2228
2229 2007-04-13  Bruno Haible  <bruno@clisp.org>
2230
2231         * modules/fpurge-tests: New file.
2232         * tests/test-fpurge.c: New file.
2233
2234         * modules/fpurge: New file.
2235         * lib/fpurge.h: New file.
2236         * lib/fpurge.c: New file.
2237         * m4/fpurge.m4: New file.
2238
2239 2007-04-13  Bruno Haible  <bruno@clisp.org>
2240
2241         * modules/fbufmode-tests: New file.
2242         * tests/test-fbufmode.c: New file.
2243
2244         * modules/fbufmode: New file.
2245         * lib/fbufmode.h: New file.
2246         * lib/fbufmode.c: New file.
2247         * m4/fbufmode.m4: New file.
2248
2249 2007-04-13  Bruno Haible  <bruno@clisp.org>
2250
2251         * modules/fwritable-tests: New file.
2252         * tests/test-fwritable.c: New file.
2253
2254         * modules/fwritable: New file.
2255         * lib/fwritable.h: New file.
2256         * lib/fwritable.c: New file.
2257         * m4/fwritable.m4: New file.
2258
2259 2007-04-13  Bruno Haible  <bruno@clisp.org>
2260
2261         * modules/freadable-tests: New file.
2262         * tests/test-freadable.c: New file.
2263
2264         * modules/freadable: New file.
2265         * lib/freadable.h: New file.
2266         * lib/freadable.c: New file.
2267         * m4/freadable.m4: New file.
2268
2269 2007-04-13  Bruno Haible  <bruno@clisp.org>
2270
2271         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2272         MOSTLYCLEANFILES.
2273
2274 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2275
2276         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2277         gzip bootstrap.conf to avoid dragging in i18n machinery.
2278         (gnulib_tool_option): Use it.
2279
2280 2007-04-13  Bruno Haible  <bruno@clisp.org>
2281
2282         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2283         %F directives.
2284         * tests/test-vasprintf-posix.c (test_function): Likewise.
2285         * tests/test-snprintf-posix.h (test_function): Likewise.
2286         * tests/test-sprintf-posix.h (test_function): Likewise.
2287         * tests/test-fprintf-posix.h (test_function): Likewise.
2288         * tests/test-printf-posix.h (test_function): Likewise.
2289         * tests/test-fprintf-posix.out: Likewise.
2290
2291 2007-04-13  Bruno Haible  <bruno@clisp.org>
2292
2293         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2294         * modules/tls-tests (configure.ac): Likewise.
2295         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2296
2297 2007-04-13  Bruno Haible  <bruno@clisp.org>
2298
2299         * lib/tls.c (glthread_tls_get): Fix return type.
2300         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2301
2302 2007-04-12  Eric Blake  <ebb9@byu.net>
2303
2304         * modules/gettime (Depends-on): Remove gettime.
2305         Reported by Dmitry V. Levin.
2306
2307 2007-04-12  Bruno Haible  <bruno@clisp.org>
2308
2309         * modules/fflush (Include): Mention <stdio.h>.
2310         * modules/strtoimax (Include): Mention <inttypes.h>.
2311         * modules/strtoumax (Include): Likewise.
2312
2313 2007-04-12  Eric Blake  <ebb9@byu.net>
2314
2315         * .cvsignore: New file.
2316         * .gitignore: Likewise.
2317
2318 2007-04-12  Bruno Haible  <bruno@clisp.org>
2319
2320         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2321         not before, since $(LDADD) often contains libgnu.a.
2322         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2323         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2324         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2325         Needed on Cygwin.
2326
2327 2007-04-12  Eric Blake  <ebb9@byu.net>
2328
2329         Work around glibc's failure to flush stdin on fclose.
2330         * lib/closein.c (close_stdin): Flush stdin before closing.
2331
2332         Work around glibc's failure to reset seekable stdin on exit.
2333         * modules/closein: New module.
2334         * lib/closein.c: New file.
2335         * lib/closein.h: Likewise.
2336         * m4/closein.m4: Likewise.
2337         * MODULES.html.sh (File stream based Input/Output): Document it.
2338
2339 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2340
2341         * gnulib-tool: Rename generated 'autobuild' script to
2342         'do-autobuild' in --create-megatestdir output.
2343
2344         * doc/gnulib.texi (Build robot for gnulib): Fix.
2345
2346 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2347
2348         * modules/sysexits (Depends-on): Add absolute-header.
2349
2350 2007-04-12  Eric Blake  <ebb9@byu.net>
2351
2352         No need to preserve errno on success.
2353         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2354         Reported by Bruno Haible.
2355
2356 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2357
2358         * MODULES.html.sh (Support for maintaining and releasing
2359         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2360
2361 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2362
2363         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2364
2365 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2366
2367         * modules/autobuild: New module.
2368
2369         * m4/autobuild.m4: New file.
2370
2371 2007-04-11  Bruno Haible  <bruno@clisp.org>
2372
2373         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2374         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2375         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2376         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2377         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2378         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2379         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2380         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2381         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2382         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2383         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2384         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2385         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2386         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2387         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2388         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2389         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2390         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2391         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2392         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2393         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2394         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2395         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2396         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2397         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2398         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2399         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2400         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2401         Reported by Eric Blake.
2402
2403 2007-04-11  Bruno Haible  <bruno@clisp.org>
2404
2405         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2406
2407 2007-04-10  Bruno Haible  <bruno@clisp.org>
2408
2409         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2410         for NaN and Infinity. Needed on FreeBSD 6.1.
2411         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2412         regarding results for "%010a" of Infinity and NaN.
2413         * tests/test-vasprintf-posix.c (test_function): Likewise.
2414         * tests/test-snprintf-posix.h (test_function): Likewise.
2415         * tests/test-sprintf-posix.h (test_function): Likewise.
2416         * tests/test-fprintf-posix.h (test_function): Likewise.
2417         * tests/test-printf-posix.h (test_function): Likewise.
2418         * tests/test-fprintf-posix.out: Likewise.
2419
2420 2007-04-10  Bruno Haible  <bruno@clisp.org>
2421
2422         * modules/locale-tests: New file.
2423         * tests/test-locale.c: New file.
2424
2425         * modules/locale: New file.
2426         * lib/locale_.h: New file.
2427         * m4/locale_h.m4: New file.
2428
2429 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2430             Bruno Haible  <bruno@clisp.org>
2431
2432         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2433         be determined, test for availability of the copysignf, copysign,
2434         copysignl functions.
2435         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2436         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2437         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2438
2439 2007-04-09  Eric Blake  <ebb9@byu.net>
2440
2441         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2442         * modules/stdio (Makefile.am): Support fflush.
2443         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2444         * modules/fflush: New file.
2445         * lib/fflush.c: Likewise.
2446         * m4/fflush.m4: Likewise.
2447         * modules/fflush-tests: New test.
2448         * tests/test-fflush.c: Likewise.
2449         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2450
2451 2007-04-06  Bruno Haible  <bruno@clisp.org>
2452
2453         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2454         (VASNPRINTF): Use signbit for faster determination whether to print a
2455         minus sign.
2456         * modules/vasnprintf (Files): Remove lib/float+.h.
2457         * modules/fprintf-posix (Depends-on): Add signbit.
2458         * modules/snprintf-posix (Depends-on): Likewise.
2459         * modules/sprintf-posix (Depends-on): Likewise.
2460         * modules/vasnprintf-posix (Depends-on): Likewise.
2461         * modules/vasprintf-posix (Depends-on): Likewise.
2462         * modules/vfprintf-posix (Depends-on): Likewise.
2463         * modules/vsnprintf-posix (Depends-on): Likewise.
2464         * modules/vsprintf-posix (Depends-on): Likewise.
2465
2466 2007-04-06  Bruno Haible  <bruno@clisp.org>
2467
2468         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2469         * tests/test-frexpl.c (main): Likewise.
2470         * tests/test-ldexpl.c (main): Likewise.
2471         * modules/frexp-tests (Depends-on): Add signbit.
2472         * modules/frexpl-tests (Depdends-on): Likewise.
2473         * modules/ldexpl-tests (Depdends-on): Likewise.
2474
2475 2007-04-06  Bruno Haible  <bruno@clisp.org>
2476
2477         * modules/signbit-tests: New file.
2478         * tests/test-signbit.c: New file.
2479
2480         * modules/signbit: New file.
2481         * lib/signbitf.c: New file.
2482         * lib/signbitd.c: New file.
2483         * lib/signbitl.c: New file.
2484         * m4/signbit.m4: New file.
2485         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2486         (signbit): New macro.
2487         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2488         REPLACE_SIGNBIT.
2489         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2490         REPLACE_FREXPL into math.h.
2491
2492 2007-04-06  Bruno Haible  <bruno@clisp.org>
2493
2494         * modules/isnanf-nolibm-tests: New file.
2495         * tests/test-isnanf.c: New file.
2496
2497         * modules/isnanf-nolibm: New file.
2498         * lib/isnanf.h: New file.
2499         * lib/isnanf.c: New file.
2500         * lib/isnan.c: Consider the USE_FLOAT macro.
2501         * m4/isnanf.m4: New file.
2502
2503 2007-04-06  Bruno Haible  <bruno@clisp.org>
2504
2505         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2506         (Link): New section.
2507
2508         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2509
2510 2007-04-06  Bruno Haible  <bruno@clisp.org>
2511
2512         Assume the 'long double' type.
2513         * m4/longdouble.m4: Remove file.
2514         * config/srclist.txt: Don't mention longdouble.m4.
2515         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2516         * lib/float+.h: Likewise.
2517         * lib/frexp.c: Likewise.
2518         * lib/printf-args.h: Likewise.
2519         * lib/printf-args.c: Likewise.
2520         * lib/printf-frexp.c: Likewise.
2521         * lib/printf-parse.c: Likewise.
2522         * lib/vasnprintf.c: Likewise.
2523         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2524         * m4/intl.m4: Likewise.
2525         * m4/isnanl.m4: Likewise.
2526         * m4/printf.m4: Likewise.
2527         * m4/printf-frexpl.m4: Likewise.
2528         * m4/vasnprintf.m4: Likewise.
2529         * modules/allocsa (Files): Remove m4/longdouble.m4.
2530         * modules/gettext (Files): Likewise.
2531         * modules/relocatable-prog-wrapper (Files): Likewise.
2532         * modules/vasnprintf (Files): Likewise.
2533         * modules/isnanl (Files): Likewise.
2534         (Include): Simplify.
2535         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2536         (Include): Simplify.
2537         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2538         (Include): Simplify.
2539         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2540         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2541         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2542         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2543         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2544         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2545         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2546         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2547         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2548         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2549         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2550         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2551         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2552         * tests/test-isnanl.c: Likewise.
2553         * tests/test-snprintf-posix.h: Likewise.
2554         * tests/test-sprintf-posix.h: Likewise.
2555         * tests/test-vasnprintf-posix.c: Likewise.
2556         * tests/test-vasnprintf-posix2.c: Likewise.
2557         * tests/test-vasprintf-posix.c: Likewise.
2558
2559 2007-04-06  Bruno Haible  <bruno@clisp.org>
2560
2561         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2562         * lib/math_.h [__DECC]: Include the overridden include file through
2563         #include_next, outside the double-inclusion guard.
2564         * lib/stdio_.h [__DECC]: Likewise.
2565         * lib/stdlib_.h [__DECC]: Likewise.
2566         * lib/string_.h [__DECC]: Likewise.
2567         * lib/time_.h [__DECC]: Likewise.
2568         * lib/wchar_.h [__DECC]: Likewise.
2569         * lib/wctype_.h [__DECC]: Likewise.
2570         * lib/inttypes_.h [__DECC]: Likewise.
2571         Reported by Albert Chin <china@thewrittenword.com> in
2572         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2573
2574 2007-04-04  Eric Blake  <ebb9@byu.net>
2575
2576         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2577         1.5.x.
2578
2579 2007-04-04  Bruno Haible  <bruno@clisp.org>
2580
2581         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2582         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2583
2584 2007-04-04  Bruno Haible  <bruno@clisp.org>
2585
2586         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2587         results for "%010a" of Infinity and NaN.
2588         * tests/test-vasprintf-posix.c (test_function): Likewise.
2589         * tests/test-snprintf-posix.h (test_function): Likewise.
2590         * tests/test-sprintf-posix.h (test_function): Likewise.
2591         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2592         * tests/test-printf-posix.h (test_function): Likewise.
2593         * tests/test-fprintf-posix.out: Update.
2594         Needed for FreeBSD 6.1.
2595
2596 2007-04-04  Bruno Haible  <bruno@clisp.org>
2597
2598         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2599         directly used by the gnulib modules nor by gnulib-tool.
2600
2601 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2602
2603         * DEPENDENCIES: Give overall description of version dependency
2604         desirability.  Use more-typical names for apps.
2605         Add shell, coreutils, diffutils, grep, tar, gzip.
2606
2607 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2608
2609         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2610
2611 2007-04-04  Karl Berry  <karl@gnu.org>
2612
2613         * MODULES.html.sh (func_module): missing '.
2614
2615 2007-04-03  Bruno Haible  <bruno@clisp.org>
2616
2617         * modules/argmatch-tests (Makefile.am): New variable
2618         test_argmatch_LDADD.
2619         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2620         * modules/array-list-tests (Makefile.am): New variable
2621         test_array_list_LDADD.
2622         * modules/array-oset-tests (Makefile.am): New variable
2623         test_array_oset_LDADD.
2624         * modules/avltree-list-tests (Makefile.am): New variable
2625         test_avltree_list_LDADD.
2626         * modules/avltree-oset-tests (Makefile.am): New variable
2627         test_avltree_oset_LDADD.
2628         * modules/avltreehash-list-tests (Makefile.am): New variable
2629         test_avltreehash_list_LDADD.
2630         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2631         test_canonicalize_lgpl_LDADD.
2632         * modules/carray-list-tests (Makefile.am): New variable
2633         test_carray_list_LDADD.
2634         * modules/dirname-tests (Makefile.am): New variable
2635         test_dirname_LDADD.
2636         * modules/linked-list-tests (Makefile.am): New variable
2637         test_linked_list_LDADD.
2638         * modules/linkedhash-list-tests (Makefile.am): New variable
2639         test_linkedhash_list_LDADD.
2640         * modules/rbtree-list-tests (Makefile.am): New variable
2641         test_rbtree_list_LDADD.
2642         * modules/rbtree-oset-tests (Makefile.am): New variable
2643         test_rbtree_oset_LDADD.
2644         * modules/rbtreehash-list-tests (Makefile.am): New variable
2645         test_rbtreehash_list_LDADD.
2646         * modules/xvasprintf-tests (Makefile.am): New variable
2647         test_xvasprintf_LDADD.
2648         Reported by Eric Blake.
2649
2650 2007-04-03  Eric Blake  <ebb9@byu.net>
2651
2652         * DEPENDENCIES: Weaken m4 requirements.
2653
2654 2007-04-03  Bruno Haible  <bruno@clisp.org>
2655
2656         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2657         * modules/isnanl-tests (configure.ac): Likewise.
2658
2659 2007-04-03  Ben Pfaff  <blp@gnu.org>
2660
2661         * modules/iconv_open: Add $(srcdir)/ to source directory
2662         references in Makefile fragments that call gperf, to fix VPATH
2663         builds.
2664
2665 2007-04-03  Bruno Haible  <bruno@clisp.org>
2666
2667         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2668         * lib/ldexpl.c: Undo last change.
2669
2670 2007-04-03  Bruno Haible  <bruno@clisp.org>
2671
2672         * modules/printf-frexpl (Depends-on): Undo last change.
2673         (Files): Add m4/ldexpl.m4.
2674
2675 2007-04-03  Bruno Haible  <bruno@clisp.org>
2676
2677         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2678         * modules/isnanl (Link): New section.
2679
2680         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2681         * modules/frexp (Link): New section.
2682
2683         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2684         * modules/frexpl (Link): New section.
2685
2686         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2687         * modules/ldexpl (Link): New section.
2688
2689 2007-04-03  Bruno Haible  <bruno@clisp.org>
2690
2691         * modules/TEMPLATE-EXTENDED: New file.
2692         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2693
2694 2007-04-03  Bruno Haible  <bruno@clisp.org>
2695
2696         * DEPENDENCIES: New file.
2697         Suggested by Simon Josefsson.
2698
2699 2007-04-03  Bruno Haible  <bruno@clisp.org>
2700
2701         * doc/gnulib.texi: Escape @.
2702
2703 2007-04-03  James Youngman  <jay@gnu.org>
2704         and Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2707         birthtime on all systems that have birthtime, not just those which
2708         use st_birthtimensec rather than st_birthtim.  Putting zero in
2709         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2710         that the birth time is not available for files on an NFS mount.
2711
2712 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2713
2714         * modules/memxor: Move back from crypto/, suggested by Bruno.
2715         * modules/crypto/hmac-sha1: Fix memxor dependency.
2716
2717         * modules/crypto/gc: Moved from ../.
2718
2719 2007-04-02  Eric Blake  <ebb9@byu.net>
2720
2721         * lib/ldexpl.c (includes): Avoid libm.
2722
2723         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2724
2725 2007-04-02  Bruno Haible  <bruno@clisp.org>
2726
2727         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2728         on IRIX.
2729
2730 2007-04-02  Bruno Haible  <bruno@clisp.org>
2731
2732         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2733         x86 or x86_64 platforms running MacOS X.
2734         Reported by Ryan Schmidt <@ryandesign.com>.
2735
2736 2007-04-02  Bruno Haible  <bruno@clisp.org>
2737
2738         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2739         i386.
2740
2741 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2742
2743         * modules/crypto/arcfour: Moved from ../.
2744         * modules/crypto/arcfour-tests: Moved from ../.
2745         * modules/crypto/arctwo: Moved from ../.
2746         * modules/crypto/arctwo-tests: Moved from ../.
2747         * modules/crypto/des: Moved from ../.
2748         * modules/crypto/des-tests: Moved from ../.
2749         * modules/crypto/gc-arcfour: Moved from ../.
2750         * modules/crypto/gc-arcfour-tests: Moved from ../.
2751         * modules/crypto/gc-arctwo: Moved from ../.
2752         * modules/crypto/gc-arctwo-tests: Moved from ../.
2753         * modules/crypto/gc-des: Moved from ../.
2754         * modules/crypto/gc-des-tests: Moved from ../.
2755         * modules/crypto/gc-hmac-md5: Moved from ../.
2756         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2757         * modules/crypto/gc-hmac-sha1: Moved from ../.
2758         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2759         * modules/crypto/gc-md2: Moved from ../.
2760         * modules/crypto/gc-md2-tests: Moved from ../.
2761         * modules/crypto/gc-md4: Moved from ../.
2762         * modules/crypto/gc-md4-tests: Moved from ../.
2763         * modules/crypto/gc-md5: Moved from ../.
2764         * modules/crypto/gc-md5-tests: Moved from ../.
2765         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2766         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2767         * modules/crypto/gc-random: Moved from ../.
2768         * modules/crypto/gc-rijndael: Moved from ../.
2769         * modules/crypto/gc-rijndael-tests: Moved from ../.
2770         * modules/crypto/gc-sha1: Moved from ../.
2771         * modules/crypto/gc-sha1-tests: Moved from ../.
2772         * modules/crypto/gc-tests: Moved from ../.
2773         * modules/crypto/hmac-md5: Moved from ../.
2774         * modules/crypto/hmac-md5-tests: Moved from ../.
2775         * modules/crypto/hmac-sha1: Moved from ../.
2776         * modules/crypto/hmac-sha1-tests: Moved from ../.
2777         * modules/crypto/md2: Moved from ../.
2778         * modules/crypto/md2-tests: Moved from ../.
2779         * modules/crypto/md4: Moved from ../.
2780         * modules/crypto/md4-tests: Moved from ../.
2781         * modules/crypto/md5: Moved from ../.
2782         * modules/crypto/md5-tests: Moved from ../.
2783         * modules/crypto/memxor: Moved from ../.
2784         * modules/crypto/rijndael: Moved from ../.
2785         * modules/crypto/rijndael-tests: Moved from ../.
2786         * modules/crypto/sha1: Moved from ../.
2787
2788 2007-03-30  James Youngman  <jay@gnu.org>
2789
2790         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2791         rename() to change the ctime of a file (because ctime is unaffected
2792         by rename on jfs2 on AIX 5.1).
2793         (main): Start by doing cleanup, in case a previous run failed leaving
2794         test files behind.
2795
2796 2007-03-31  Bruno Haible  <bruno@clisp.org>
2797
2798         Support old proprietary implementations of iconv.
2799         * modules/iconv_open: New file.
2800         * lib/iconv_.h: New file.
2801         * m4/iconv_h.m4: New file.
2802         * lib/iconv_open.c: New file.
2803         * lib/iconv_open-aix.gperf: New file.
2804         * lib/iconv_open-hpux.gperf: New file.
2805         * lib/iconv_open-irix.gperf: New file.
2806         * lib/iconv_open-osf.gperf: New file.
2807         * m4/iconv_open.m4: New file.
2808         * modules/linebreak (Depends-on): Add iconv_open.
2809         * modules/striconv (Depends-on): Likewise.
2810         * modules/striconveh (Depends-on): Likewise.
2811         * modules/unicodeio (Depends-on): Likewise.
2812         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2813         (iconv_t)(-1).
2814         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2815         conversion if cd is (iconv_t)(-1).
2816         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2817         is not possible.
2818
2819 2007-03-31  Bruno Haible  <bruno@clisp.org>
2820
2821         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2822         work on Solaris either. Protect also second use of "autodetect_jp".
2823
2824 2007-03-31  Bruno Haible  <bruno@clisp.org>
2825
2826         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2827         the function is not present.
2828
2829 2007-03-31  Bruno Haible  <bruno@clisp.org>
2830
2831         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2832         the function is not present.
2833
2834 2007-03-31  Bruno Haible  <bruno@clisp.org>
2835
2836         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2837         a bug in HP-UX iconv_open().
2838
2839 2007-03-31  Bruno Haible  <bruno@clisp.org>
2840
2841         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2842         (Mathematics <math.h>): New section, add fpieee.
2843         (Input/output <stdio.h>): Add fseterr.
2844         (Mathematics <math.h>): New section, add printf-frexp.
2845         (Container data structures): Add sublist.
2846         (Core language properties): Add fpucw, inline.
2847         (Functions for greatest-width integer types <inttypes.h>): Add
2848         imaxabs, imaxdiv, inttypes.
2849         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2850         isnanl-nolibm, ldexp.
2851         (Mathematics <math.h>): New section, add printf-frexpl.
2852         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2853         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2854         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2855         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2856         (Unicode string functions): Add unistr/u*-mbtoucr.
2857         (Java): Add javacomp-script, javaexec-script.
2858         (C#): Add csharpcomp-script, csharpexec-script.
2859         (Support for building libraries and executables): Add havelib,
2860         relocatable-*.
2861         (Support for maintaining and releasing projects): Renamed from
2862         'Support for maintaining and release projects'. Add announce-gen.
2863
2864 2007-03-31  Bruno Haible  <bruno@clisp.org>
2865
2866         * README: Talk primarily about git.
2867         (git and CVS): Renamed from CVS.
2868         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2869         gnulib is available through git.
2870         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2871
2872 2007-03-30  Bruno Haible  <bruno@clisp.org>
2873
2874         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2875         * lib/poll_.h: Likewise.
2876         * lib/stat_.h: Likewise.
2877         * lib/sys_time_.h: Likewise.
2878         * lib/sysexit_.h: Likewise.
2879         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2880         * lib/stdbool_.h: Likewise.
2881         * lib/byteswap_.h: Add double-inclusion guard.
2882
2883 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2884
2885         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2886
2887 2007-03-30  Karl Berry  <karl@gnu.org>
2888
2889         * config/srclist-update: double space after USA in the license
2890         substitution, since that's how it's usually (?) written.
2891
2892 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2895         reported by Bruno Haible.
2896
2897 2007-03-29  Bruno Haible  <bruno@clisp.org>
2898
2899         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2900         a bug in AIX iconv().
2901
2902 2007-03-29  Bruno Haible  <bruno@clisp.org>
2903
2904         * modules/ldexpl-tests: New file.
2905         * tests/test-ldexpl.c: New file.
2906
2907 2007-03-29  Bruno Haible  <bruno@clisp.org>
2908
2909         * lib/ldexpl.c: Include fpucw.h.
2910         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2911         multiplication.
2912         * modules/ldexpl (Depends-on): Add fpucw.
2913
2914 2007-03-29  Bruno Haible  <bruno@clisp.org>
2915
2916         * modules/ldexpl: New file.
2917         * m4/ldexpl.m4: New file.
2918         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2919         set.
2920         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2921         REPLACE_LDEXPL.
2922         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2923         REPLACE_LDEXPL.
2924         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2925         gl_FUNC_LDEXPL_WORKS.
2926         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2927         * modules/mathl (Files): Remove lib/ldexpl.c.
2928         (Depends-on): Add ldexpl.
2929
2930 2007-03-29  Bruno Haible  <bruno@clisp.org>
2931
2932         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2933
2934 2007-03-29  Bruno Haible  <bruno@clisp.org>
2935
2936         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2937         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2938         and possibly also HP-UX.
2939         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2940         work on AIX, IRIX, HP-UX, OSF/1.
2941         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2942         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2943         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2944         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2945         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2946         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2947
2948 2007-03-29  Bruno Haible  <bruno@clisp.org>
2949
2950         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2951
2952 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2953
2954         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2955         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2956
2957 2007-03-29  Eric Blake  <ebb9@byu.net>
2958
2959         * lib/acl-internal.h: Remove redundant include.
2960         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2961         Cygwin when a file is locked.
2962
2963 2007-03-29  Bruno Haible  <bruno@clisp.org>
2964
2965         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2966         file.
2967         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2968
2969 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2970
2971         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2972         try to remove a parent directory if the child couldn't be removed
2973         (except for the first rmdir, which could fail because the child
2974         doesn't exist).  Problem reported by Jeff Blaine in
2975         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2976
2977 2007-03-28  Bruno Haible  <bruno@clisp.org>
2978
2979         * lib/striconveh.c (utf8conv_carefully): New function.
2980         (mem_cd_iconveh_internal): Invoke it.
2981
2982 2007-03-28  Bruno Haible  <bruno@clisp.org>
2983
2984         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2985         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2986         input.
2987         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2988         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2989         unistr/u8-uctomb.
2990
2991 2007-03-28  Bruno Haible  <bruno@clisp.org>
2992
2993         * modules/unistr/u8-mbtoucr: New file.
2994         * lib/unistr/u8-mbtoucr.c: New file.
2995         * modules/unistr/u16-mbtoucr: New file.
2996         * lib/unistr/u16-mbtoucr.c: New file.
2997         * modules/unistr/u16-mbtoucr: New file.
2998         * lib/unistr/u16-mbtoucr.c: New file.
2999         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3000
3001 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3002             Bruno Haible  <bruno@clisp.org>
3003
3004         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3005         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3006         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3007
3008         * m4/stdio_h.m4: Add stubs for vasprintf too.
3009
3010         * modules/stdio: Support vasprintf in sed command.
3011
3012         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3013         vasprintf.h.  Add stdio module indicator.
3014
3015         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3016         vasprintf.h.
3017
3018         * lib/vasprintf.h: File removed.
3019
3020         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3021         * lib/vasprintf.c: Ditto.
3022         * lib/xvasprintf.c: Ditto.
3023         * tests/test-vasprintf-posix.c: Ditto.
3024         * tests/test-vasprintf.c: Ditto.
3025
3026 2007-03-27  Bruno Haible  <bruno@clisp.org>
3027
3028         Make vasnprintf multithread-safe.
3029         * lib/vasnprintf.c (decimal_point_char): New function.
3030         (VASNPRINTF): Use it.
3031         Suggested by Simon Josefsson.
3032
3033 2007-03-27  Eric Blake  <ebb9@byu.net>
3034
3035         Support sub-second birthtime on cygwin.
3036         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3037         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3038         (get_stat_birthtime): Also work with st_birthtim.
3039
3040 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3041
3042         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3043         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3044         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3045         (get_stat_birthtime_ns): Simplify compile-time tests.
3046         (get_stat_birthtime): Change the API to look like
3047         get_stat_mtime etc., except return a negative tv_nsec on error.
3048         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3049         Don't check for "spare" fields.
3050         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3051         or for struct stat.st_birthtime, as these tests aren't used.
3052         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3053
3054 2007-03-27  Bruno Haible  <bruno@clisp.org>
3055
3056         * lib/stat-time.h: Include <sys/stat.h>.
3057
3058 2007-03-27  James Youngman  <jay@gnu.org>
3059
3060         * lib/stat-time.h (get_stat_birthtime): New function for
3061           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3062         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3063           and its variants.
3064         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3065         * modules/stat-time-test: New file.
3066         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3067
3068 2007-03-26  Bruno Haible  <bruno@clisp.org>
3069
3070         Better support of signalling NaNs.
3071         * lib/atanl.c: Include isnanl.h.
3072         (atanl): Perform test for NaN at the beginning of the function and
3073         through a call to isnanl.
3074         * lib/cosl.c: Include isnanl.h.
3075         (cosl): Perform test for NaN at the beginning of the function and
3076         through a call to isnanl.
3077         * lib/ldexpl.c: Include isnanl.h.
3078         (ldexpl): Perform test for NaN through a call to isnanl.
3079         * lib/logl.c: Include isnanl.h.
3080         (logl): Perform test for NaN at the beginning of the function and
3081         through a call to isnanl.
3082         * lib/sinl.c: Include isnanl.h.
3083         (sinl): Perform test for NaN at the beginning of the function and
3084         through a call to isnanl.
3085         * lib/sqrtl.c: Include isnanl.h.
3086         (sqrtl): Perform test for NaN at the beginning of the function and
3087         through a call to isnanl.
3088         * lib/tanl.c: Include isnanl.h.
3089         (tanl): Perform test for NaN at the beginning of the function and
3090         through a call to isnanl.
3091         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3092         * modules/mathl (Depends-on): Add isnanl.
3093
3094 2007-03-26  Eric Blake  <ebb9@byu.net>
3095
3096         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3097         regression in logic sense of previous patch.
3098
3099 2007-03-26  Bruno Haible  <bruno@clisp.org>
3100
3101         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3102         unportable shell command "if ! ...".
3103         Reported by Ralf Wildenhues.
3104
3105 2007-03-25  Bruno Haible  <bruno@clisp.org>
3106
3107         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3108         <sysexits.h> file, and only add EX_CONFIG.
3109         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3110         absolute file name and whether it is sufficient. Substitute also
3111         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3112         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3113         ABSOLUTE_SYSEXITS_H into sysexits.h.
3114
3115 2007-03-25  Bruno Haible  <bruno@clisp.org>
3116
3117         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3118         hints is NULL.
3119
3120 2007-03-25  Bruno Haible  <bruno@clisp.org>
3121
3122         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3123         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3124
3125 2007-03-25  Bruno Haible  <bruno@clisp.org>
3126
3127         * lib/vasnprintf.c: Include langinfo.h.
3128         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3129         multithread-safe.
3130         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3131         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3132         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3133         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3134         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3135         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3136         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3137         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3138         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3139         Reported by Simon Josefsson.
3140
3141 2007-03-25  Bruno Haible  <bruno@clisp.org>
3142
3143         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3144         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3145         * modules/vasnprintf (Depends-on): Add stdint.
3146
3147 2007-03-25  Bruno Haible  <bruno@clisp.org>
3148
3149         * modules/fpieee: New file.
3150         * m4/fpieee.m4: New file.
3151         * modules/isnan-nolibm (Depends-on): Add fpieee.
3152         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3153         * modules/isnanl (Depends-on): Add fpieee.
3154
3155 2007-03-25  Bruno Haible  <bruno@clisp.org>
3156
3157         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3158
3159 2007-03-25  Bruno Haible  <bruno@clisp.org>
3160
3161         Avoid test failures on IRIX 6.5.
3162         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3163         (main): Use it.
3164         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3165         macros.
3166         (main): Use them.
3167
3168 2007-03-25  Bruno Haible  <bruno@clisp.org>
3169
3170         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3171         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3172         exists but doesn't work.
3173         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3174         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3175         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3176         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3177
3178 2007-03-25  Bruno Haible  <bruno@clisp.org>
3179
3180         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3181         returns inf. Needed on IRIX 6.5.
3182
3183 2007-03-25  Bruno Haible  <bruno@clisp.org>
3184
3185         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3186         (main): Use isnanl instead of x != x idiom.
3187         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3188
3189         * tests/test-frexp.c: Include isnan.h.
3190         (main): Use isnan instead of x != x idiom.
3191         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3192
3193 2007-03-25  Bruno Haible  <bruno@clisp.org>
3194
3195         * tests/test-frexp.c (NaN): New function/macro.
3196         (main): Use it instead of 0.0 / 0.0.
3197         * tests/test-isnan.c (NaN): New function/macro.
3198         (main): Use it instead of 0.0 / 0.0.
3199         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3200         (test_function): Use it instead of 0.0 / 0.0.
3201         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3202         (test_function): Use it instead of 0.0 / 0.0.
3203         * tests/test-snprintf-posix.h (NaN): New function/macro.
3204         (test_function): Use it instead of 0.0 / 0.0.
3205         * tests/test-sprintf-posix.h (NaN): New function/macro.
3206         (test_function): Use it instead of 0.0 / 0.0.
3207         * tests/test-fprintf-posix.h (NaN): New function/macro.
3208         (test_function): Use it instead of 0.0 / 0.0.
3209         * tests/test-printf-posix.h (NaN): New function/macro.
3210         (test_function): Use it instead of 0.0 / 0.0.
3211
3212         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3213
3214 2007-03-25  Bruno Haible  <bruno@clisp.org>
3215
3216         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3217
3218 2007-03-25  Bruno Haible  <bruno@clisp.org>
3219
3220         * lib/regexec.c (merge_state_with_log): Make static.
3221
3222 2007-03-25  Bruno Haible  <bruno@clisp.org>
3223
3224         * lib/trigl.c (kernel_rem_pio2): Make static.
3225
3226 2007-03-25  Bruno Haible  <bruno@clisp.org>
3227
3228         * lib/sincosl.c (sincosl_table): Make static.
3229
3230 2007-03-25  Bruno Haible  <bruno@clisp.org>
3231
3232         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3233         if the compiler does not support C99.
3234
3235 2007-03-25  Bruno Haible  <bruno@clisp.org>
3236
3237         * modules/time (Makefile.am): Ensure all rule action lines start with a
3238         tab.
3239
3240 2007-03-24  Bruno Haible  <bruno@clisp.org>
3241
3242         * modules/tsearch-tests: New file.
3243         * tests/test-tsearch.sh: New file.
3244         * tests/test-tsearch.c: New file, mostly copied from glibc.
3245
3246         * modules/search-tests: New file.
3247         * tests/test-search.c: New file.
3248
3249         * modules/search: New file.
3250         * lib/search_.h: New file, incorporating lib/tsearch.h.
3251         * m4/search_h.m4: New file.
3252         * lib/tsearch.h: Remove file.
3253         * lib/tsearch.c: Include search.h instead of tsearch.h.
3254         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3255         HAVE_TSEARCH.
3256         * modules/tsearch (Files): Remove lib/tsearch.h.
3257         (Depends-on): Add search.
3258         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3259         (Include): Change tsearch.h into search.h.
3260
3261 2007-03-24  Bruno Haible  <bruno@clisp.org>
3262
3263         * modules/fpucw: New file.
3264         * lib/fpucw.h: New file.
3265         * lib/frexp.c: Include fpucw.h.
3266         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3267         (FUNC): Use them.
3268         * lib/printf-frexp.c: Include fpucw.h.
3269         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3270         (FUNC): Use them.
3271         * lib/vasnprintf.c: Include fpucw.h.
3272         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3273         'long double' calculations.
3274         * tests/test-frexpl.c: Include fpucw.h.
3275         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3276         * tests/test-printf-frexpl.c: Include fpucw.h.
3277         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3278         * modules/frexpl (Depends-on): Add fpucw.
3279         * modules/printf-frexpl (Depends-on): Likewise.
3280         * modules/fprintf-posix (Depends-on): Likewise.
3281         * modules/snprintf-posix (Depends-on): Likewise.
3282         * modules/sprintf-posix (Depends-on): Likewise.
3283         * modules/vasnprintf-posix (Depends-on): Likewise.
3284         * modules/vasprintf-posix (Depends-on): Likewise.
3285         * modules/vfprintf-posix (Depends-on): Likewise.
3286         * modules/vsnprintf-posix (Depends-on): Likewise.
3287         * modules/vsprintf-posix (Depends-on): Likewise.
3288         * modules/frexpl-tests (Depends-on): Likewise.
3289         * modules/printf-frexpl-tests (Depends-on): Likewise.
3290
3291 2007-03-24  Bruno Haible  <bruno@clisp.org>
3292
3293         * lib/float+.h: New file.
3294         * lib/isnan.c: Include float+.h.
3295         (SIZE): New macro.
3296         (FUNC): Compare only SIZE bytes of the value.
3297         * lib/vasnprintf.c: Include float+.h.
3298         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3299         SIZEOF_LDBL or SIZEOF_DBL bytes.
3300         * modules/isnan-nolibm (Files): Add lib/float+.h.
3301         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3302         * modules/isnanl (Files): Add lib/float+.h.
3303         * modules/vasnprintf (Files): Add lib/float+.h.
3304
3305 2007-03-24  Bruno Haible  <bruno@clisp.org>
3306
3307         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3308         include isnanl-nolibm.h.
3309
3310 2007-03-24  Bruno Haible  <bruno@clisp.org>
3311
3312         * tests/test-read-file.c (main): Don't produce spurious output for
3313         expected situations. Make the test fail if it encountered unexpected
3314         results.
3315
3316 2007-03-24  Bruno Haible  <bruno@clisp.org>
3317
3318         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3319         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3320
3321 2007-03-24  Bruno Haible  <bruno@clisp.org>
3322
3323         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3324
3325 2007-03-24  Bruno Haible  <bruno@clisp.org>
3326
3327         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3328         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3329
3330         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3331         * modules/utf8-ucs4: Turn into a symbolic link to module
3332         unistr/u8-mbtouc.
3333
3334         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3335         utf8-ucs4-unsafe.
3336         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3337         unistr/u8-mbtouc-unsafe.
3338
3339         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3340         * modules/utf16-ucs4: Turn into a symbolic link to module
3341         unistr/u16-mbtouc.
3342
3343         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3344         utf16-ucs4-unsafe.
3345         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3346         unistr/u16-mbtouc-unsafe.
3347
3348         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3349         * modules/ucs4-utf8: Turn into a symbolic link to module
3350         unistr/u8-ubtomb.
3351
3352         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3353         * modules/ucs4-utf16: Turn into a symbolic link to module
3354         unistr/u16-ubtomb.
3355
3356 2007-03-24  Bruno Haible  <bruno@clisp.org>
3357
3358         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3359         Enable the function only if HAVE_INLINE.
3360         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3361         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3362         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3363         Enable the function only if HAVE_INLINE.
3364         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3365         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3366         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3367         Enable the function only if HAVE_INLINE.
3368         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3369         Enable the function only if HAVE_INLINE.
3370         * modules/utf8-ucs4: Update.
3371         * modules/utf8-ucs4-unsafe: Update.
3372         * modules/utf16-ucs4: Update.
3373         * modules/utf16-ucs4-unsafe: Update.
3374         * modules/ucs4-utf8: Update.
3375         * modules/ucs4-utf16: Update.
3376
3377 2007-03-24  Bruno Haible  <bruno@clisp.org>
3378
3379         * lib/utf8-ucs4.h: Remove file.
3380         * lib/utf8-ucs4-unsafe.h: Remove file.
3381         * lib/utf16-ucs4.h: Remove file.
3382         * lib/utf16-ucs4-unsafe.h: Remove file.
3383         * lib/ucs4-utf8.h: Remove file.
3384         * lib/ucs4-utf16.h: Remove file.
3385         * lib/unistr.h: Include their previous contents.
3386         * m4/utf-ucs4.m4: Remove file.
3387         * m4/ucs4-utf.m4: Remove file.
3388         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3389         (Depends-on): Add unistr/base.
3390         (configure.ac): Remove gl_UTF_UCS4.
3391         (Makefile.am): Update.
3392         (Include): Change to unistr.h.
3393         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3394         (Depends-on): Add unistr/base.
3395         (configure.ac): Remove gl_UTF_UCS4.
3396         (Makefile.am): Update.
3397         (Include): Change to unistr.h.
3398         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3399         (Depends-on): Add unistr/base.
3400         (configure.ac): Remove gl_UTF_UCS4.
3401         (Makefile.am): Update.
3402         (Include): Change to unistr.h.
3403         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3404         (Depends-on): Add unistr/base.
3405         (configure.ac): Remove gl_UTF_UCS4.
3406         (Makefile.am): Update.
3407         (Include): Change to unistr.h.
3408         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3409         (Depends-on): Add unistr/base.
3410         (configure.ac): Remove gl_UCS4_UTF.
3411         (Makefile.am): Update.
3412         (Include): Change to unistr.h.
3413         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3414         (Depends-on): Add unistr/base.
3415         (configure.ac): Remove gl_UCS4_UTF.
3416         (Makefile.am): Update.
3417         (Include): Change to unistr.h.
3418         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3419         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3420         utf8-ucs4-unsafe.h.
3421         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3422         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3423         utf16-ucs4-unsafe.h.
3424         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3425         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3426         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3427         * lib/unistr/u8-strchr.c: Likewise.
3428         * lib/unistr/u8-strrchr.c: Likewise.
3429         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3430         * lib/unistr/u16-strchr.c: Likewise.
3431         * lib/unistr/u16-strrchr.c: Likewise.
3432         * lib/striconveh.c: Update.
3433         * lib/linebreak.c: Update.
3434
3435 2007-03-24  Bruno Haible  <bruno@clisp.org>
3436
3437         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3438         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3439
3440 2007-03-22  Bruno Haible  <bruno@clisp.org>
3441
3442         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3443
3444 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3445
3446         * MODULES.html.sh (File system functions): New module write-any-file.
3447         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3448         * m4/write-any-file.m4: New files.
3449
3450 2007-03-23  Eric Blake  <ebb9@byu.net>
3451
3452         * gnulib-tool: Rearrange space-tab sequences, since some editors
3453         like to eat them.
3454
3455 2007-03-23  Eric Blake  <ebb9@byu.net>
3456
3457         * lib/version-etc.c (version_etc_va): Update license wording to
3458         be more concise.  Recommended by Richard Stallman.
3459
3460 2007-03-22  Bruno Haible  <bruno@clisp.org>
3461
3462         * lib/poll.c (MSG_PEEK): New fallback definition.
3463
3464 2007-03-22  Bruno Haible  <bruno@clisp.org>
3465
3466         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3467         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3468         (main): Update.
3469         Fixes a compilation error on BeOS.
3470
3471 2007-03-22  Bruno Haible  <bruno@clisp.org>
3472
3473         * modules/frexpl-tests: New file.
3474         * tests/test-frexpl.c: New file.
3475
3476         * modules/frexpl: New file.
3477         * m4/frexpl.m4: New file.
3478         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3479         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3480         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3481         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3482         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3483         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3484
3485 2007-03-22  Bruno Haible  <bruno@clisp.org>
3486
3487         * lib/frexpl.c: Share code with lib/frexp.c.
3488         * modules/mathl (Files): Add lib/frexp.c.
3489         (Depends-on): Add isnanl-nolibm.
3490
3491 2007-03-22  Bruno Haible  <bruno@clisp.org>
3492
3493         * modules/printf-frexp (Files): Add m4/frexp.m4.
3494         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3495         only if the found frexp function actually works.
3496
3497 2007-03-22  Bruno Haible  <bruno@clisp.org>
3498
3499         * lib/frexp.c: Remove older implementation that uses divisions.
3500
3501 2007-03-21  Bruno Haible  <bruno@clisp.org>
3502
3503         * modules/frexp-tests: New file.
3504         * tests/test-frexp.c: New file.
3505
3506         * modules/frexp: New file.
3507         * lib/frexp.c: New file.
3508         * m4/frexp.m4: New file.
3509         * lib/math_.h (frexp): New declaration.
3510         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3511         REPLACE_FREXP.
3512         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3513
3514 2007-03-21  Bruno Haible  <bruno@clisp.org>
3515
3516         * modules/isnanl-tests: New file.
3517         * tests/test-isnanl.c: New file.
3518
3519         * modules/isnanl: New file.
3520         * lib/isnanl.h: New file.
3521         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3522         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3523         gl_FUNC_ISNANL_WORKS.
3524         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3525         New macros.
3526
3527 2007-03-21  Bruno Haible  <bruno@clisp.org>
3528
3529         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3530         lib/isnanl.h.
3531         (Include): Update.
3532         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3533         * lib/vasnprintf.c: Update.
3534         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3535         tests/test-isnanl.h, remove tests/test-isnanl.c.
3536         (Makefile.am): Update.
3537         * tests/test-isnanl-nolibm.c: New file.
3538         * tests/test-isnanl.h: New file.
3539         * tests/test-isnanl.c: Remove file.
3540
3541 2007-03-21  Jim Meyering  <jim@meyering.net>
3542
3543         When trying to open ".", treat ESTALE like EACCES.
3544         * lib/savewd.c (savewd_save): Resort to forking not just upon
3545         failure with EACCES, but also when errno is ESTALE.
3546
3547 2007-03-20  Bruno Haible  <bruno@clisp.org>
3548
3549         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3550         Needed on AIX 5.1. Reported by Matthew Woehlke.
3551
3552 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3553
3554         Suggestions by Bruno Haible:
3555         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3556         our own.
3557         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3558         * modules/acl (Depends-on): Add gettext.
3559
3560 2007-03-19  Bruno Haible  <bruno@clisp.org>
3561
3562         * modules/iconvme: Remove file.
3563         * lib/iconvme.h: Remove file.
3564         * lib/iconvme.c: Remove file.
3565         * m4/iconvme.m4: Remove file.
3566
3567 2007-03-19  Bruno Haible  <bruno@clisp.org>
3568
3569         * doc/relocatable-maint.texi: Break long shell script line.
3570         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3571
3572 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3573
3574         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3575         handle file_has_acl.
3576         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3577         * lib/acl.c: Move header inclusions and related macro defns into
3578         lib/acl-internal.h.
3579         (S_ISLNK): Remove defn, since that's now done for us.
3580         (file_has_acl): Move to lib/file-has-acl.c.
3581         Call acl_trivial if available.  This is the crucial part of the fix.
3582         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3583         shared within the library.  Rewrite a bit, partly to make it compatible
3584         with the GNU coding style.
3585         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3586         Remove unnecessary double-quotes.
3587         Don't test for acl_to_text; the build will catch that.
3588         Replace acl_entries if it doesn't exist and it is needed.
3589         Check for -lsec and acl_trivial (as used on Solaris 10).
3590         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3591         lib/file-has-acl.c.
3592         (Depends-on): Add sys_stat, for S_ISLNK.
3593
3594 2007-03-19  Ben Pfaff  <blp@gnu.org>
3595
3596         * doc/gnulib.texi: Fix typos.
3597         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3598
3599 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3600
3601         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3602         If size is zero here, buf must be zero.
3603
3604 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3605
3606         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3607         <bruno@clisp.org>.
3608
3609 2007-03-18  Bruno Haible  <bruno@clisp.org>
3610
3611         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3612         Suggested by Eric Blake.
3613
3614 2007-03-18  Ben Pfaff  <blp@gnu.org>
3615
3616         * doc/relocatable.texi: Recommend using as prefix a directory
3617         that does not exist and will never be created.  Based on
3618         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3619         and others.
3620
3621 2007-03-17  Bruno Haible  <bruno@clisp.org>
3622
3623         * lib/fchownat.c: Include lchown.h.
3624
3625 2007-03-17  Bruno Haible  <bruno@clisp.org>
3626
3627         Fix endless loop when the given allocated size was > INT_MAX.
3628         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3629         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3630         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3631         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3632         * lib/sprintf.c (sprintf): Likewise.
3633
3634 2007-03-17  Bruno Haible  <bruno@clisp.org>
3635
3636         * tests/test-argp-2.sh (func_compare): Output a context diff.
3637
3638 2007-03-17  Bruno Haible  <bruno@clisp.org>
3639
3640         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3641         locale's decimal-point character.
3642
3643 2007-03-17  Bruno Haible  <bruno@clisp.org>
3644
3645         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3646         before comparing it. Needed because on some platforms (e.g. x86) a
3647         'long double' occupies less bytes than sizeof (long double).
3648
3649 2007-03-17  Bruno Haible  <bruno@clisp.org>
3650
3651         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3652         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3653         * tests/test-getaddrinfo.c (simple): Likewise.
3654         * tests/test-read-file.c (main): Likewise.
3655
3656 2007-03-17  Bruno Haible  <bruno@clisp.org>
3657
3658         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3659
3660 2007-03-17  Bruno Haible  <bruno@clisp.org>
3661
3662         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3663         unused variable.
3664
3665 2007-03-17  Bruno Haible  <bruno@clisp.org>
3666
3667         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3668         * tests/test-c-strncasecmp.c: Likewise.
3669
3670 2007-03-17  Bruno Haible  <bruno@clisp.org>
3671
3672         * modules/stdlib (Depends-on): Add unistd.
3673         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3674         Needed for MacOS X 10.3.
3675
3676 2007-03-17  Bruno Haible  <bruno@clisp.org>
3677
3678         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3679
3680 2007-03-17  Bruno Haible  <bruno@clisp.org>
3681
3682         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3683
3684 2007-03-17  Bruno Haible  <bruno@clisp.org>
3685
3686         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3687         to reflect files copied from gnulib (with or without modifications).
3688         Suggested by Jim Meyering.
3689
3690 2007-03-17  Eric Blake  <ebb9@byu.net>
3691
3692         * NEWS: Document stdlib change from 2007-02-18.
3693
3694 2007-03-17  Jim Meyering  <jim@meyering.net>
3695
3696         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3697         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3698         someone uses a name containing shell meta-characters.
3699         Reported by Alfred M. Szmidt.
3700
3701         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3702
3703 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3704
3705         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3706         and copy gettext configuration files only if configure.ac contains
3707         a use of AM_GNU_GETTEXT_VERSION.
3708
3709 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3710
3711         * build-aux/bootstrap (gnulib_name): New variable.
3712         (gnulib_tool_options): Use it.
3713
3714 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3715
3716         * tests/test-des.c: Use new namespace.
3717
3718 2007-03-15  Bruno Haible  <bruno@clisp.org>
3719
3720         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3721         Reported by James Youngman <jay@gnu.org>.
3722
3723 2007-03-15  Bruno Haible  <bruno@clisp.org>
3724
3725         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3726         declared prototype. Needed with cc on OSF/1 5.1.
3727
3728 2007-03-15  Bruno Haible  <bruno@clisp.org>
3729
3730         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3731         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3732         (struct gl_list_implementation): Add dispose_fn argument to the
3733         'create_empty', 'create' methods.
3734         (struct gl_list_impl_base): Add field 'dispose_fn'.
3735         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3736         argument.
3737         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3738         dispose_fn argument.
3739         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3740         dispose_fn on the dropped values.
3741         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3742         dispose_fn argument.
3743         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3744         dropped values.
3745         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3746         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3747         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3748         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3749         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3750         argument.
3751         (gl_tree_list_free): Call dispose_fn on the dropped values.
3752         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3753         the dropped values.
3754         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3755         Add dispose_fn argument.
3756         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3757         Call dispose_fn on the dropped values.
3758         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3759         Add dispose_fn argument.
3760         (gl_sublist_create): Initialize the 'dispose_fn' field.
3761         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3762         * tests/test-array_list.c (main): Update.
3763         * tests/test-carray_list.c (main): Update.
3764         * tests/test-avltree_list.c (main): Update.
3765         * tests/test-rbtree_list.c (main): Update.
3766         * tests/test-avltreehash_list.c (main): Update.
3767         * tests/test-rbtreehash_list.c (main): Update.
3768         * tests/test-linked_list.c (main): Update.
3769         * tests/test-linkedhash_list.c (main): Update.
3770         * tests/test-array_oset.c (main): Update.
3771
3772 2007-03-15  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3775         (gl_oset_create_empty): Add dispose_fn argument.
3776         (struct gl_oset_implementation): Add dispose_fn argument to
3777         'create_empty' method.
3778         (struct gl_oset_impl_base): Add dispose_fn field.
3779         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3780         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3781         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3782         values.
3783         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3784         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3785         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3786         dropped value.
3787         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3788         dropped value.
3789         * tests/test-array_oset.c (main): Update.
3790         * tests/test-avltree_oset.c (main): Update.
3791         * tests/test-rbtree_oset.c (main): Update.
3792         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3793
3794 2007-03-13  Bruno Haible  <bruno@clisp.org>
3795
3796         * tests/test-stdbool.c (i): Update after last patch.
3797
3798 2007-03-12  Bruno Haible  <bruno@clisp.org>
3799
3800         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3801         the iswprint macro. Needed on Solaris 2.5.1.
3802
3803 2007-03-12  Bruno Haible  <bruno@clisp.org>
3804
3805         * tests/test-printf-frexp.c (main): Declare x as volatile.
3806
3807 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3808
3809         * doc/gnulib.texi (Build robot for gnulib): New section.
3810
3811 2007-03-12  Jim Meyering  <jim@meyering.net>
3812
3813         * build-aux/bootstrap: New file.
3814         * build-aux/bootstrap.conf: New file, from coreutils.
3815
3816 2007-03-11  Bruno Haible  <bruno@clisp.org>
3817
3818         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3819
3820 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3821
3822         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3823         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3824         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3825
3826 2007-03-11  Bruno Haible  <bruno@clisp.org>
3827
3828         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3829         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3830
3831 2007-03-11  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3834         formula. Needed for SunPRO C 5.0.
3835
3836 2007-03-11  Bruno Haible  <bruno@clisp.org>
3837
3838         * modules/long-options (Depends-on): Add getopt.
3839
3840 2007-03-11  Bruno Haible  <bruno@clisp.org>
3841
3842         * modules/modechange (Depends-on): Add stdbool.
3843
3844 2007-03-11  Bruno Haible  <bruno@clisp.org>
3845
3846         * modules/i-ring (Depends-on): Add stdbool.
3847
3848 2007-03-11  Bruno Haible  <bruno@clisp.org>
3849
3850         * modules/gc-des (Depends-on): Add stdbool.
3851
3852 2007-03-11  Bruno Haible  <bruno@clisp.org>
3853
3854         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3855
3856 2007-03-11  Bruno Haible  <bruno@clisp.org>
3857
3858         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3859
3860 2007-03-11  Bruno Haible  <bruno@clisp.org>
3861
3862         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3863
3864 2007-03-11  Bruno Haible  <bruno@clisp.org>
3865
3866         * lib/vasnprintf.c (sprintf): Undefine.
3867
3868 2007-03-11  Bruno Haible  <bruno@clisp.org>
3869
3870         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3871         initializers in SunPRO C and Compaq C compilers.
3872
3873 2007-03-11  Bruno Haible  <bruno@clisp.org>
3874
3875         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3876         decrementing code ANSI C compliant.
3877
3878 2007-03-11  Bruno Haible  <bruno@clisp.org>
3879
3880         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3881         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3882
3883 2007-03-11  Bruno Haible  <bruno@clisp.org>
3884
3885         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3886         <stdbool.h> substitute doesn't pass.
3887
3888 2007-03-11  Bruno Haible  <bruno@clisp.org>
3889
3890         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3891
3892 2007-03-11  Bruno Haible  <bruno@clisp.org>
3893
3894         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3895         script, for submission to autobuild.josefsson.org.
3896
3897 2007-03-10  Bruno Haible  <bruno@clisp.org>
3898
3899         * modules/canonicalize-lgpl-tests: New file.
3900         * tests/test-canonicalize-lgpl.sh: New file.
3901         * tests/test-canonicalize-lgpl.c: New file.
3902
3903         * modules/c-strcase-tests: New file.
3904         * tests/test-c-strcase.sh: New file.
3905         * tests/test-c-strcasecmp.c: New file.
3906         * tests/test-c-strncasecmp.c: New file.
3907
3908         * modules/atexit-tests: New file.
3909         * tests/test-atexit.sh: New file.
3910         * tests/test-atexit.c: New file.
3911
3912 2007-03-10  Bruno Haible  <bruno@clisp.org>
3913
3914         * tests/test-binary-io.sh: Use temporary filenames that are not so
3915         likely to clash with those of other tests (in a parallel make).
3916         * tests/test-binary-io.c: Likewise.
3917
3918 2007-03-10  Bruno Haible  <bruno@clisp.org>
3919
3920         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3921         fallback; use #error instead.
3922         Suggested by Simon Josefsson.
3923
3924 2007-03-10  Bruno Haible  <bruno@clisp.org>
3925
3926         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3927         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3928         first and the last.
3929
3930 2007-03-10  Bruno Haible  <bruno@clisp.org>
3931
3932         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3933
3934 2007-03-10  Bruno Haible  <bruno@clisp.org>
3935
3936         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3937         "make distcheck".
3938         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3939         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3940         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3941
3942 2007-03-10  Bruno Haible  <bruno@clisp.org>
3943
3944         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3945         variable.
3946         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3947         variable.
3948
3949 2007-03-09  Eric Blake  <ebb9@byu.net>
3950         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3951
3952         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3953         types are not being provided by gnulib.
3954         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3955         types are supported.
3956
3957 2007-03-10  Bruno Haible  <bruno@clisp.org>
3958
3959         * lib/stdio_.h (__attribute__): New macro.
3960         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3961         vsprintf): Specify __attribute__ __format__ for GCC.
3962         Suggested by Eric Blake.
3963
3964 2007-03-09  Bruno Haible  <bruno@clisp.org>
3965
3966         * modules/printf-posix-tests: New file.
3967         * tests/test-printf-posix.sh: New file.
3968         * tests/test-printf-posix.c: New file.
3969
3970         * modules/printf-posix: New file.
3971         * lib/printf.c: New file.
3972         * m4/printf-posix-rpl.m4: New file.
3973         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3974         REPLACE_PRINTF.
3975         * lib/stdio_.h (printf): New declaration.
3976         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3977         ____strfmon____): New macros.
3978         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3979         REPLACE_PRINTF.
3980
3981 2007-03-09  Bruno Haible  <bruno@clisp.org>
3982
3983         * tests/test-vasnprintf-posix2.sh: New file.
3984         * tests/test-vasnprintf-posix2.c: New file.
3985         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3986         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3987         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3988
3989         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3990         a locale dependent decimal point, rather than always '.'.
3991
3992 2007-03-09  Eric Blake  <ebb9@byu.net>
3993
3994         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3995         spite of platforms like Tandem/NSK that define it to -1.
3996
3997 2007-03-08  Bruno Haible  <bruno@clisp.org>
3998
3999         * modules/vprintf-posix-tests: New file.
4000         * tests/test-vprintf-posix.sh: New file.
4001         * tests/test-vprintf-posix.c: New file.
4002         * tests/test-printf-posix.h: New file.
4003
4004         * modules/vprintf-posix: New file.
4005         * lib/vprintf.c: New file.
4006         * m4/vprintf-posix.m4: New file.
4007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4008         REPLACE_VPRINTF.
4009         * lib/stdio_.h (vprintf): New declaration.
4010         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4011         REPLACE_VPRINTF.
4012
4013 2007-03-08  Bruno Haible  <bruno@clisp.org>
4014
4015         * modules/fprintf-posix-tests: New file.
4016         * tests/test-fprintf-posix.sh: New file.
4017         * tests/test-fprintf-posix.c: New file.
4018
4019         * modules/fprintf-posix: New file.
4020         * lib/fprintf.c: New file.
4021         * m4/fprintf-posix.m4: New file.
4022         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4023         REPLACE_FPRINTF.
4024         * lib/stdio_.h (fprintf): New declaration.
4025         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4026         REPLACE_FPRINTF.
4027
4028 2007-03-08  Bruno Haible  <bruno@clisp.org>
4029
4030         * modules/vfprintf-posix-tests: New file.
4031         * tests/test-vfprintf-posix.sh: New file.
4032         * tests/test-vfprintf-posix.c: New file.
4033         * tests/test-fprintf-posix.h: New file.
4034         * tests/test-fprintf-posix.out: New file.
4035
4036         * modules/vfprintf-posix: New file.
4037         * lib/vfprintf.c: New file.
4038         * m4/vfprintf-posix.m4: New file.
4039         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4040         REPLACE_VFPRINTF.
4041         * lib/stdio_.h (vfprintf): New declaration.
4042         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4043         REPLACE_VFPRINTF.
4044
4045 2007-03-08  Bruno Haible  <bruno@clisp.org>
4046
4047         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4048
4049 2007-03-08  Bruno Haible  <bruno@clisp.org>
4050
4051         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4052         instead of 'expr' invocations.
4053         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4054         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4055         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4056         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4057         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4058         Suggested by Paul Eggert.
4059
4060 2007-03-08  Bruno Haible  <bruno@clisp.org>
4061
4062         * modules/fseterr-tests: New file.
4063         * tests/test-fseterr.c: New file.
4064
4065         * modules/fseterr: New file.
4066         * lib/fseterr.h: New file.
4067         * lib/fseterr.c: New file.
4068
4069 2007-03-08  Bruno Haible  <bruno@clisp.org>
4070
4071         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4072         * lib/getopt_.h: Likewise.
4073         * lib/mbswidth.h: Likewise.
4074         * lib/setenv.h: Likewise.
4075         * lib/vasnprintf.h: Likewise.
4076         * lib/vasprintf.h: Likewise.
4077         * lib/verror.h: Likewise.
4078         * lib/xsetenv.h: Likewise.
4079         * lib/xvasprintf.h: Likewise.
4080
4081 2007-03-08  Jim Meyering  <jim@meyering.net>
4082
4083         * users.txt: Add parted.
4084
4085         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4086
4087 2007-03-07  Bruno Haible  <bruno@clisp.org>
4088
4089         * m4/printf.m4: Make the shell script snippets copy&pastable.
4090
4091 2007-03-02  Bruno Haible  <bruno@clisp.org>
4092
4093         * lib/netinet_in_.h: New file.
4094         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4095         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4096         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4097         (Depends-on): Add absolute-header.
4098         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4099         into netinet/in.h.
4100
4101 2007-03-03  Bruno Haible  <bruno@clisp.org>
4102
4103         * lib/sys_select_.h: New file.
4104         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4105         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4106         * modules/sys_select (Files): Add lib/sys_select_.h.
4107         (Depends-on): Add absolute-header.
4108         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4109         into sys/select.h.
4110
4111 2007-03-02  Bruno Haible  <bruno@clisp.org>
4112
4113         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4114         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4115         values.
4116         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4117         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4118         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4119         * modules/sys_socket (Depends-on): Add absolute-header.
4120         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4121         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4122         (Include): Remove requirement of inclusion of <sys/types.h>.
4123
4124 2007-03-02  Bruno Haible  <bruno@clisp.org>
4125
4126         * lib/byteswap_.h (bswap_32): Fix formula.
4127
4128 2007-03-06  Bruno Haible  <bruno@clisp.org>
4129
4130         * modules/sprintf-posix-tests: New file.
4131         * tests/test-sprintf-posix.c: New file.
4132
4133         * modules/sprintf-posix: New file.
4134         * lib/sprintf.c: New file.
4135         * m4/sprintf-posix.m4: New file.
4136         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4137         REPLACE_SPRINTF.
4138         * lib/stdio_.h (sprintf): New declaration.
4139         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4140         REPLACE_SPRINTF.
4141
4142 2007-03-06  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/vsprintf-posix-tests: New file.
4145         * tests/test-vsprintf-posix.c: New file.
4146         * tests/test-sprintf-posix.h: New file.
4147
4148         * modules/vsprintf-posix: New file.
4149         * lib/vsprintf.c: New file.
4150         * m4/vsprintf-posix.m4: New file.
4151         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4152         REPLACE_VSPRINTF.
4153         * lib/stdio_.h (vsprintf): New declaration.
4154         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4155         REPLACE_VSPRINTF.
4156
4157 2007-03-06  Bruno Haible  <bruno@clisp.org>
4158
4159         * modules/vsnprintf (Depend-on): Remove minmax.
4160
4161 2007-03-06  Bruno Haible  <bruno@clisp.org>
4162
4163         * modules/snprintf-posix-tests: New file.
4164         * tests/test-snprintf-posix.c: New file.
4165
4166         * modules/snprintf-posix: New file.
4167         * m4/snprintf-posix.m4: New file.
4168         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4169         gl_FUNC_SNPRINTF.
4170         (gl_FUNC_SNPRINTF): Invoke it.
4171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4172         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4173         is set.
4174         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4175
4176 2007-03-06  Bruno Haible  <bruno@clisp.org>
4177
4178         * modules/vsnprintf-posix-tests: New file.
4179         * tests/test-vsnprintf-posix.c: New file.
4180         * tests/test-snprintf-posix.h: New file.
4181
4182         * modules/vsnprintf-posix: New file.
4183         * m4/vsnprintf-posix.m4: New file.
4184         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4185         gl_FUNC_VSNPRINTF.
4186         (gl_FUNC_VSNPRINTF): Invoke it.
4187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4188         * lib/stdio_.h (vsnprintf): Define as a replacement if
4189         REPLACE_VSNPRINTF is set.
4190         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4191
4192 2007-03-06  Bruno Haible  <bruno@clisp.org>
4193
4194         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4195         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4196
4197 2007-03-06  Bruno Haible  <bruno@clisp.org>
4198
4199         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4200         (asinl): Declare also if HAVE_DECL_ASINL is set.
4201         (atanl): Declare also if HAVE_DECL_ATANL is set.
4202         (ceill): Declare also if HAVE_DECL_CEILL is set.
4203         (cosl): Declare also if HAVE_DECL_COSL is set.
4204         (expl): Declare also if HAVE_DECL_EXPL is set.
4205         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4206         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4207         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4208         (logl): Declare also if HAVE_DECL_LOGL is set.
4209         (sinl): Declare also if HAVE_DECL_SINL is set.
4210         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4211         (tanl): Declare also if HAVE_DECL_TANL is set.
4212         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4213         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4214         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4215         declaration of frexpl, ldexpl.
4216         * modules/printf-frexpl (Depends-on): Add math.
4217         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4218
4219 2007-03-05  Bruno Haible  <bruno@clisp.org>
4220
4221         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4222         frexpl and ldexpl are declared.
4223         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4224
4225 2007-03-05  Bruno Haible  <bruno@clisp.org>
4226
4227         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4228         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4229
4230 2007-03-05  Bruno Haible  <bruno@clisp.org>
4231
4232         * lib/stdio_.h: Include <stddef.h>.
4233
4234 2007-03-05  Bruno Haible  <bruno@clisp.org>
4235
4236         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4237
4238 2007-03-05  Bruno Haible  <bruno@clisp.org>
4239
4240         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4241         NetBSD 4, from Ralf Wildenhues.
4242
4243 2007-03-04  Bruno Haible  <bruno@clisp.org>
4244
4245         * lib/vasprintf.h: Update #if logic for the case when the functions
4246         exist but are overridden.
4247
4248 2007-03-04  Bruno Haible  <bruno@clisp.org>
4249
4250         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4251         implementations: glibc-2.4 and MacOS X 10.3.
4252         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4253         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4254         * tests/test-vasprintf-posix.c (test_function): Likewise.
4255
4256 2007-03-04  Bruno Haible  <bruno@clisp.org>
4257
4258         * modules/vasprintf-posix-tests: New file.
4259         * tests/test-vasprintf-posix.c: New file.
4260
4261         * modules/vasprintf-posix: New file.
4262         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4263         defined.
4264         * m4/vasprintf-posix.m4: New file.
4265         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4266         gl_FUNC_VASPRINTF.
4267         (gl_FUNC_VASPRINTF): Invoke it.
4268         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4269         here.
4270         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4271
4272 2007-03-04  Bruno Haible  <bruno@clisp.org>
4273
4274         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4275         REPLACE_GETTIMEOFDAY.
4276         * modules/sys_time (Makefile.am): Likewise.
4277         * m4/sys_time_h.m4: Likewise.
4278         * m4/gettimeofday.m4: Likewise.
4279
4280 2007-03-04  Bruno Haible  <bruno@clisp.org>
4281
4282         * modules/vasnprintf-posix-tests: New file.
4283         * tests/test-vasnprintf-posix.c: New file.
4284
4285         * modules/vasnprintf-posix: New file.
4286         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4287         printf-frexpl.h.
4288         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4289         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4290         REPLACE_VASNPRINTF is defined.
4291         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4292         gl_FUNC_VASNPRINTF.
4293         (gl_FUNC_VASNPRINTF): Invoke it.
4294         * m4/vasnprintf-posix.m4: New file.
4295         * m4/printf.m4: New file.
4296
4297 2007-03-04  Bruno Haible  <bruno@clisp.org>
4298
4299         Compile progreloc.c only if --enable-relocatable is specified.
4300         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4301         if --enable-relocatable was specified.
4302         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4303         lib_SOURCES.
4304
4305 2007-03-04  Jim Meyering  <jim@meyering.net>
4306
4307         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4308         Use it consistently, rather than enumerating errno constants.
4309
4310 2007-03-04  Bruno Haible  <bruno@clisp.org>
4311
4312         * modules/xvasprintf-tests: New file.
4313         * tests/test-xvasprintf.c: New file.
4314
4315         * modules/vasprintf-tests: New file.
4316         * tests/test-vasprintf.c: New file.
4317
4318         * modules/vasnprintf-tests: New file.
4319         * tests/test-vasnprintf.c: New file.
4320
4321         * modules/vsnprintf-tests: New file.
4322         * tests/test-vsnprintf.c: New file.
4323
4324         * modules/snprintf-tests: New file.
4325         * tests/test-snprintf.c: New file.
4326
4327 2007-03-04  Bruno Haible  <bruno@clisp.org>
4328
4329         Compile relocatable.c only if --enable-relocatable is specified.
4330         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4331         gl_RELOCATABLE_LIBRARY.
4332         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4333         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4334         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4335         gl_RELOCATABLE_LIBRARY.
4336         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4337         (Makefile.am): Remove lib_SOURCES.
4338         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4339         gl_RELOCATABLE_LIBRARY.
4340         (Makefile.am): Remove lib_SOURCES.
4341         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4342         always.
4343         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4344         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4345
4346 2007-03-04  Bruno Haible  <bruno@clisp.org>
4347
4348         * modules/argmatch-tests: New file.
4349         * tests/test-argmatch.c: New file.
4350
4351         * tests/test-allocsa.c (main): Halve the number of loop runs.
4352
4353         * modules/alloca-opt-tests: New file.
4354         * tests/test-alloca-opt.c: New file.
4355
4356 2007-03-04  Jim Meyering  <jim@meyering.net>
4357
4358         Work around difference between Linux ACLs and Solaris 10 ZFS.
4359         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4360         for EINVAL.
4361
4362 2007-03-03  Bruno Haible  <bruno@clisp.org>
4363
4364         * modules/relocatable-prog (Depends-on): Add back progreloc's
4365         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4366
4367 2007-03-03  Bruno Haible  <bruno@clisp.org>
4368
4369         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4370         * modules/relocatable-lib: New file.
4371
4372 2007-03-03  Bruno Haible  <bruno@clisp.org>
4373
4374         * modules/relocatable-prog: Renamed from modules/relocatable.
4375         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4376
4377 2007-03-03  Bruno Haible  <bruno@clisp.org>
4378
4379         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4380         m4/relocatable-lib.m4.
4381         (Depends-on): Remove 'relocatable'.
4382         (configure.ac): Add gl_RELOCATABLE_NOP.
4383
4384 2007-03-03  Bruno Haible  <bruno@clisp.org>
4385
4386         * modules/relocatable-prog-wrapper: New file.
4387         * modules/relocatable (Depends-on): Add it. Remove all other
4388         dependencies except progname.
4389         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4390
4391         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4392         (gl_FUNC_STRERROR): Nop.
4393         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4394
4395         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4396         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4397
4398         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4399         (gl_FUNC_READLINK): Update.
4400
4401         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4402
4403 2007-03-03  Bruno Haible  <bruno@clisp.org>
4404
4405         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4406         * modules/xreadlink (Depends-on): Add unistd.
4407         * modules/xreadlink-with-size (Depends-on): Likewise.
4408
4409 2007-03-03  Bruno Haible  <bruno@clisp.org>
4410
4411         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4412         extracted from gt_FUNC_SETENV.
4413         (gt_FUNC_SETENV): Remove macro.
4414         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4415         remove gt_FUNC_SETENV.
4416
4417 2007-03-03  Bruno Haible  <bruno@clisp.org>
4418
4419         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4420         ENABLE_RELOCATABLE here.
4421         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4422
4423 2007-03-03  Bruno Haible  <bruno@clisp.org>
4424
4425         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4426         * tests/test-rbtreehash_list.c: Include progname.h.
4427         (main): Call set_program_name.
4428
4429         * modules/rbtree-oset-tests (Depends-on): Add progname.
4430         * tests/test-rbtree_oset.c: Include progname.h.
4431         (main): Call set_program_name.
4432
4433         * modules/rbtree-list-tests (Depends-on): Add progname.
4434         * tests/test-rbtree_list.c: Include progname.h.
4435         (main): Call set_program_name.
4436
4437         * modules/linked-list-tests (Depends-on): Add progname.
4438         * tests/test-linked_list.c: Include progname.h.
4439         (main): Call set_program_name.
4440
4441 2007-03-03  Bruno Haible  <bruno@clisp.org>
4442
4443         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4444         All uses of __restrict changed to _Restrict_.
4445         * lib/glob_.h (__restrict): Remove macro.
4446
4447 2007-03-02  Bruno Haible  <bruno@clisp.org>
4448
4449         * modules/gettext (configure.ac): Require gettext infrastructure
4450         from version 0.16.1.
4451
4452 2007-03-02  Bruno Haible  <bruno@clisp.org>
4453
4454         * modules/linkedhash-list-tests (Depends-on): Add progname.
4455         * tests/test-linkedhash_list.c: Include progname.h.
4456         (main): Call set_program_name.
4457
4458         * modules/carray-list-tests (Depends-on): Add progname.
4459         * tests/test-carray_list.c: Include progname.h.
4460         (main): Call set_program_name.
4461
4462         * modules/avltreehash-list-tests (Depends-on): Add progname.
4463         * tests/test-avltreehash_list.c: Include progname.h.
4464         (main): Call set_program_name.
4465
4466         * modules/avltree-oset-tests (Depends-on): Add progname.
4467         * tests/test-avltree_oset.c: Include progname.h.
4468         (main): Call set_program_name.
4469
4470         * modules/avltree-list-tests (Depends-on): Add progname.
4471         * tests/test-avltree_list.c: Include progname.h.
4472         (main): Call set_program_name.
4473
4474         * modules/array-oset-tests (Depends-on): Add progname.
4475         * tests/test-array_oset.c: Include progname.h.
4476         (main): Call set_program_name.
4477
4478         * modules/array-list-tests (Depends-on): Add progname.
4479         * tests/test-array_list.c: Include progname.h.
4480         (main): Call set_program_name.
4481
4482         * modules/argp-tests (Depends-on): Add progname.
4483         * tests/test-argp.c: Include argp.h first. Include progname.h.
4484         (main): Call set_program_name.
4485
4486 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4487
4488         * doc/gnulib-tool.texi (Initial import): Reword description of
4489         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4490         limited effect even if defined after the first system include.
4491
4492 2007-03-01  Bruno Haible  <bruno@clisp.org>
4493
4494         * build-aux/config.libpath: Update to libtool-1.5.22.
4495         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4496
4497 2007-03-01  Bruno Haible  <bruno@clisp.org>
4498
4499         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4500         foo_CFLAGS.
4501         Reported by Ralf Wildenhues.
4502
4503 2007-03-01  Bruno Haible  <bruno@clisp.org>
4504
4505         * build-aux/install-reloc: Remove object files left over by some
4506         compilers.
4507         Reported by Ralf Wildenhues.
4508
4509 2007-03-01  Bruno Haible  <bruno@clisp.org>
4510
4511         * build-aux/install-reloc: Break long lines.
4512
4513 2007-03-01  Bruno Haible  <bruno@clisp.org>
4514
4515         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4516         Reported by Ralf Wildenhues.
4517
4518 2007-03-01  Bruno Haible  <bruno@clisp.org>
4519
4520         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4521         include ordering constraints.
4522
4523 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4524
4525         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4526         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4527         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4528         as another example.
4529         * lib/time_.h: Fix misspelling.
4530         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4531         Require gl_HEADER_TIME_H_DEFAULTS.
4532         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4533         * m4/time_r.m4 (gl_TIME_R): Likewise.
4534         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4535
4536 2007-03-01  Bruno Haible  <bruno@clisp.org>
4537
4538         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4539         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4540
4541 2007-03-01  Jim Meyering  <jim@meyering.net>
4542
4543         * modules/xreadlink (Maintainer): Add my name.
4544         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4545
4546 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4547             Bruno Haible  <bruno@clisp.org>
4548
4549         * build-aux/install-reloc: Compile also c-ctype.c.
4550         * build-aux/relocatable.sh.in: New file.
4551         * doc/relocatable.texi: New file.
4552         * doc/relocatable-maint.texi: New file.
4553         * doc/gnulib.texi: Include relocatable-maint.texi.
4554         * lib/progreloc.c: Include unistd.h unconditionally.
4555         * lib/relocwrapper.c: Include unistd.h unconditionally.
4556         Include c-ctype.h.
4557         (add_dotbin): Use c_tolower.
4558         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4559         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4560         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4561         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4562         to m4/relocatable-lib.m4.
4563         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4564         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4565         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4566         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4567         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4568         * modules/relocatable: New file.
4569         * modules/relocatable-lib: New file.
4570         * modules/relocatable-script: New file.
4571
4572 2007-02-28  Bruno Haible  <bruno@clisp.org>
4573
4574         Import --enable-relocatable infrastructure.
4575         * build-aux/config.libpath: New file, from GNU gettext.
4576         * build-aux/install-reloc: New file, from GNU gettext.
4577         * build-aux/reloc-ldflags: New file, from GNU gettext.
4578         * lib/relocatable.h: New file, from GNU gettext.
4579         * lib/relocatable.c: New file, from GNU gettext.
4580         * lib/relocwrapper.c: New file, from GNU gettext.
4581         * m4/relocatable.m4: New file, from GNU gettext.
4582
4583 2007-02-28  Bruno Haible  <bruno@clisp.org>
4584
4585         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4586
4587         * modules/xreadlink: New file, from GNU gettext with modifications.
4588         * lib/xreadlink.c: New file, from GNU gettext.
4589         * lib/xreadlink.h: Add comments.
4590         (xreadlink): New declaration.
4591
4592         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4593         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4594         lib/xreadlink-with-size.c.
4595         (configure.ac): Remove gl_XREADLINK invocation.
4596         (Makefile.am): Augment lib_SOURCES.
4597         * m4/xreadlink.m4: Remove file.
4598         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4599         (xreadlink_with_size): Renamed from xreadink.
4600         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4601         * modules/canonicalize (Depends-on): Replace xreadlink with
4602         xreadlink-with-size.
4603         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4604
4605 2007-02-25  Jim Meyering  <jim@meyering.net>
4606
4607         * build-aux/announce-gen: When complaining about excess arguments,
4608         list them.
4609
4610 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4611
4612         * README: Document signed integer overflow situation more
4613         accurately.
4614
4615 2007-02-25  Bruno Haible  <bruno@clisp.org>
4616
4617         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4618         'a' or 'A' conversion.
4619
4620 2007-02-25  Bruno Haible  <bruno@clisp.org>
4621
4622         * modules/filename: Renamed from modules/pathname.
4623         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4624         lib/concatpath.c with lib/concat-filename.c.
4625         (Makefile.am): Update.
4626         (Include): Replace pathname.h with filename.h.
4627         * lib/filename.h: Renamed from lib/pathname.h.
4628         (concatenated_filename): Renamed from concatenated_pathname.
4629         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4630         (concatenated_filename): Renamed from concatenated_pathname.
4631         * lib/findprog.c: Include filename.h instead of pathname.h.
4632         (find_in_path): Update.
4633         * lib/javacomp.c: Include filename.h instead of pathname.h.
4634         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4635         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4636         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4637         is_oldgcj_14_13_usable, is_javac_usable): Update.
4638         * lib/javaexec.c: Include filename.h instead of pathname.h.
4639         (execute_java_class): Update.
4640         * modules/findprog: Update.
4641         * modules/javacomp: Update.
4642         * modules/javaexec: Update.
4643         * MODULES.html.sh (File system functions): Add 'filename', remove
4644         'pathname'.
4645
4646 2007-02-25  Bruno Haible  <bruno@clisp.org>
4647
4648         * modules/printf-frexpl-tests: New file.
4649         * tests/test-printf-frexpl.c: New file.
4650
4651         * modules/printf-frexpl: New file.
4652         * lib/printf-frexpl.h: New file.
4653         * lib/printf-frexpl.c: New file.
4654         * m4/printf-frexpl.m4: New file.
4655
4656 2007-02-25  Bruno Haible  <bruno@clisp.org>
4657
4658         * modules/printf-frexp-tests: New file.
4659         * tests/test-printf-frexp.c: New file.
4660
4661         * modules/printf-frexp: New file.
4662         * lib/printf-frexp.h: New file.
4663         * lib/printf-frexp.c: New file.
4664         * m4/printf-frexp.m4: New file.
4665
4666 2007-02-25  Bruno Haible  <bruno@clisp.org>
4667
4668         Assume automake >= 1.10 for the tests.
4669         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4670         * modules/arctwo-tests: Likewise.
4671         * modules/argp-tests: Likewise.
4672         * modules/avltree-list-tests: Likewise.
4673         * modules/avltree-oset-tests: Likewise.
4674         * modules/avltreehash-list-tests: Likewise.
4675         * modules/carray-list-tests: Likewise.
4676         * modules/crc-tests: Likewise.
4677         * modules/des-tests: Likewise.
4678         * modules/gc-arcfour-tests: Likewise.
4679         * modules/gc-arctwo-tests: Likewise.
4680         * modules/gc-des-tests: Likewise.
4681         * modules/gc-hmac-md5-tests: Likewise.
4682         * modules/gc-hmac-sha1-tests: Likewise.
4683         * modules/gc-md2-tests: Likewise.
4684         * modules/gc-md4-tests: Likewise.
4685         * modules/gc-md5-tests: Likewise.
4686         * modules/gc-pbkdf2-sha1-tests: Likewise.
4687         * modules/gc-rijndael-tests: Likewise.
4688         * modules/gc-sha1-tests: Likewise.
4689         * modules/gc-tests: Likewise.
4690         * modules/getaddrinfo-tests: Likewise.
4691         * modules/hmac-md5-tests: Likewise.
4692         * modules/hmac-sha1-tests: Likewise.
4693         * modules/linked-list-tests: Likewise.
4694         * modules/linkedhash-list-tests: Likewise.
4695         * modules/lock-tests: Likewise.
4696         * modules/md2-tests: Likewise.
4697         * modules/md4-tests: Likewise.
4698         * modules/md5-tests: Likewise.
4699         * modules/rbtree-list-tests: Likewise.
4700         * modules/rbtree-oset-tests: Likewise.
4701         * modules/rbtreehash-list-tests: Likewise.
4702         * modules/read-file-tests: Likewise.
4703         * modules/rijndael-tests: Likewise.
4704         * modules/stdint-tests: Likewise.
4705         * modules/tls-tests: Likewise.
4706
4707 2007-02-24  Bruno Haible  <bruno@clisp.org>
4708
4709         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4710         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4711         function; instead check whether isnan with a double argument links.
4712         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4713         function; instead check whether isnan with a 'long double' argument
4714         links.
4715         Reported by Eric Blake <ebb9@byu.net>.
4716
4717 2007-02-24  Bruno Haible  <bruno@clisp.org>
4718
4719         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4720         defined.
4721         * lib/isnanl.c: Remove all code. Just include isnan.c.
4722         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4723
4724 2007-02-25  Jim Meyering  <jim@meyering.net>
4725
4726         Avoid conflicting types for 'unsetenv' on FreeBSD.
4727         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4728         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4729         in stdlib.h.
4730
4731 2007-02-24  Bruno Haible  <bruno@clisp.org>
4732
4733         * modules/isnanl-nolibm-tests: New file.
4734         * tests/test-isnanl.c: New file.
4735
4736         * modules/isnanl-nolibm: New file.
4737         * lib/isnanl.h: New file.
4738         * lib/isnanl.c: New file.
4739         * m4/isnanl.m4: New file.
4740
4741 2007-02-24  Bruno Haible  <bruno@clisp.org>
4742
4743         * modules/isnan-nolibm-tests: New file.
4744         * tests/test-isnan.c: New file.
4745
4746         * modules/isnan-nolibm: New file.
4747         * lib/isnan.h: New file.
4748         * lib/isnan.c: New file.
4749         * m4/isnan.m4: New file.
4750
4751 2007-02-24  Bruno Haible  <bruno@clisp.org>
4752
4753         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4754         assume that an exponent fits in 20 bits.
4755
4756 2007-02-24  Jim Meyering  <jim@meyering.net>
4757
4758         * m4/regex.m4: Update the description of the configure-time option,
4759         --without-included-regex, to state accurately what the defaults are,
4760         and perhaps to give people an idea why using this option is risky.
4761
4762 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4763
4764         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4765         loops on small arguments.  This attempts to avoid the problem
4766         Bruno Haible reported for AIX 4.3.2 in
4767         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4768
4769 2007-02-23  Bruno Haible  <bruno@clisp.org>
4770
4771         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4772         Needed for help2man.
4773
4774 2007-02-23  Karl Berry  <karl@gnu.org>
4775
4776         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4777         exists, foo.h should be cvs-ignored, not committed.
4778
4779 2007-02-23  Eric Blake  <ebb9@byu.net>
4780
4781         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4782         * lib/stat-time.h (includes): Likewise.
4783         * lib/utimecmp.c (includes): Likewise.
4784         * lib/utimens.h (includes): Likewise.
4785         * lib/getdate.y (includes): Also include "timespec.h" for use
4786         internal to the module.
4787         * modules/utimens (Depends-on): Revert yesterday's patch.
4788         * modules/nanosleep (Depends-on): Add missing dependency.
4789
4790 2007-02-22  Bruno Haible  <bruno@clisp.org>
4791
4792         * lib/glob.c: Don't include getlogin_r.h.
4793
4794 2007-02-22  Jim Meyering  <jim@meyering.net>
4795
4796         * modules/utimens (Depends-on): Add timespec, required for
4797         utimens.h's inclusion of timespec.h.
4798
4799 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4800
4801         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4802         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4803         Schwab in
4804         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4805         I'll try to think of a better way to fix the Solaris problem.
4806
4807         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4808         like glibc; on Solaris 10, it fails with errno == EINVAL.
4809         POSIX says the behavior is unspecified if the first argument is NULL,
4810         so play it safe and never pass NULL to the system getcwd.
4811
4812 2007-02-21  Jim Meyering  <jim@meyering.net>
4813
4814         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4815         of gettimeofday.  It would conflict with the one now always
4816         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4817         an IRIX 6.5 build failure.
4818
4819 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4820
4821         Minor fixups to port to Solaris 10 with Sun C 5.8.
4822         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4823         * modules/getcwd (Depends-on): Add dirfd.
4824         * lib/putenv.c (putenv): #undef it.
4825         (rpl_putenv): New decl.
4826         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4827
4828 2007-02-20  Bruno Haible  <bruno@clisp.org>
4829
4830         * modules/stdio-tests: New file.
4831         * tests/test-stdio.c: New file.
4832
4833         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4834         (Depends-on): Add stdio.
4835         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4836         (Include): Use <stdio.h> instead of vsnprintf.h.
4837         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4838         HAVE_DECL_VSNPRINTF.
4839         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4840
4841         * modules/snprintf (Files): Remove lib/snprintf.h.
4842         (Depends-on): Add stdio.
4843         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4844         (Include): Use <stdio.h> instead of snprintf.h.
4845         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4846         HAVE_DECL_SNPRINTF.
4847         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4848         * lib/getaddrinfo.c: Likewise.
4849
4850         * modules/stdio: New file.
4851         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4852         * lib/snprintf.h: Remove file.
4853         * lib/vsnprintf.h: Remove file.
4854         * lib/.cppi-disable: Remove snprintf.h.
4855         * m4/stdio_h.m4: New file.
4856         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4857
4858 2007-02-20  Jim Meyering  <jim@meyering.net>
4859
4860         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4861         used by e.g., mingw.  From Bruno Haible.
4862
4863 2007-02-19  Bruno Haible  <bruno@clisp.org>
4864
4865         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4866         warnings.
4867         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4868
4869 2007-02-19  Bruno Haible  <bruno@clisp.org>
4870
4871         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4872         from mingw users.
4873
4874 2007-02-19  Bruno Haible  <bruno@clisp.org>
4875
4876         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4877         warnings.
4878         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4879
4880 2007-02-19  Jim Meyering  <jim@meyering.net>
4881
4882         Don't use FD after a successful "fdopendir (fd)".
4883         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4884         Reset it by calling dirfd on the just-obtained DIR*.
4885
4886         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4887         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4888
4889 2007-02-18  Bruno Haible  <bruno@clisp.org>
4890
4891         * lib/readlink.c: Include <unistd.h>.
4892         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4893         HAVE_READLINK.
4894         * modules/readlink (Depends-on): Add unistd.
4895         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4896         (Include): Add <unistd.h>.
4897
4898         * lib/getlogin_r.h: Remove file.
4899         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4900         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4901         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4902         HAVE_DECL_GETLOGIN_R.
4903         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4904         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4905         (Include): Use <unistd.h> instead of getlogin_r.h.
4906
4907         * lib/getcwd.h: Remove file.
4908         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4909         * lib/xgetcwd.c: Likewise.
4910         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4911         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4912         * modules/getcwd (Files): Remove lib/getcwd.h.
4913         (Depends-on): Add unistd.
4914         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4915         (Include): Use <unistd.h> instad of getcwd.h.
4916
4917         * lib/ftruncate.c: Include <unistd.h> first.
4918         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4919         Set HAVE_FTRUNCATE.
4920         * modules/ftruncate (Depends-on): Add unistd.
4921         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4922
4923         * lib/fchdir.c: Include <unistd.h> first.
4924         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4925         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4926         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4927         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4928         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4929
4930         * lib/dup2.c: Include <unistd.h> first.
4931         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4932         HAVE_DUP2.
4933         * modules/dup2 (Depends-on): Add unistd.
4934         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4935
4936         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4937         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4938         REPLACE_CHOWN. Don't define chown as a macro here.
4939         * modules/chown (Depends-on): Add unistd.
4940         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4941
4942         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4943         Add definition for GL_LINK_WARNING.
4944         (chown, dup2): New declarations.
4945         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4946         link warning.
4947         (ftruncate): New declaration.
4948         (getcwd): New declaration, taken from old getcwd.h.
4949         (getlogin_r): New declaration, taken from old getlogin_r.h.
4950         (readlink): New declaration.
4951         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4952         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4953         (gl_PREREQ_UNISTD): Remove macro.
4954         (gl_UNISTD_MODULE_INDICATOR): New macro.
4955         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4956         many new variables. Don't set UNISTD_H.
4957         * modules/unistd (Description): Change.
4958         (Depends-on): Add link-warning.
4959         (configure.ac): Update.
4960         (Makefile.am): Create unistd.h always. Substitute many new variables
4961         into it.
4962
4963 2007-02-18  Bruno Haible  <bruno@clisp.org>
4964
4965         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4966         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4967         HAVE_GETSUBOPT.
4968         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4969         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4970         * lib/getsubopt.h: Remove file.
4971         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4972         (Depends-on): Add stdlib.
4973         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4974         (Includes): Use <stdlib.h> instead of getsubopt.h.
4975         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4976         Set HAVE_GETSUBOPT.
4977         * lib/getsubopt.c: Don't include getsubopt.h.
4978
4979 2007-02-18  Bruno Haible  <bruno@clisp.org>
4980
4981         * modules/fchdir (Depends-on): Add dup2.
4982
4983 2007-02-18  Bruno Haible  <bruno@clisp.org>
4984
4985         * lib/stdlib_.h: Handle glibc's special invocation convention
4986         specially.
4987
4988 2007-02-18  Bruno Haible  <bruno@clisp.org>
4989
4990         * modules/stdlib-tests: New file.
4991         * tests/test-stdlib.c: New file.
4992
4993         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4994         (Depends-on): Add stdlib.
4995         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4996         (Includes): Use <stdlib.h> instead of mkstemp.h.
4997         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4998         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4999         * lib/mkstemp.c: Don't include mkstemp.h.
5000         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5001         * lib/stdlib--.h: Don't include mkstemp.h.
5002
5003         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5004         (Depends-on): Add stdlib.
5005         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5006         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5007         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5008         HAVE_MKDTEMP.
5009         * lib/mkdtemp.c: Don't include mkdtemp.h.
5010         * lib/clean-temp.c: Don't include mkdtemp.h.
5011
5012         * modules/exit (Files): Remove lib/exit.h.
5013         (Depends-on): Add stdlib.
5014         (Makefile.am): Remove lib_SOURCES.
5015         (Include): Use <stdlib.h> instead of exit.h.
5016         * lib/argmatch.c: Don't include exit.h.
5017         * lib/execute.c: Likewise.
5018         * lib/pagealign_alloc.c: Likewise.
5019         * lib/pipe.c: Likewise.
5020         * lib/wait-process.c: Likewise.
5021         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5022         * lib/exitfail.c: Likewise.
5023         * lib/savewd.c: Likewise.
5024         * lib/xsetenv.c: Likewise.
5025
5026         * modules/stdlib: New file.
5027         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5028         and extra comments about mkstemp().
5029         * lib/exit.h: Remove file.
5030         * lib/mkdtemp.h: Remove file.
5031         * lib/mkstemp.h: Remove file.
5032         * m4/stdlib_h.m4: New file.
5033         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5034
5035 2007-02-18  Bruno Haible  <bruno@clisp.org>
5036
5037         * modules/math-tests: New file.
5038         * tests/test-math.c: New file.
5039
5040         * modules/math: New file.
5041         * modules/mathl (Files): Remove lib/mathl.h.
5042         (Depends-on): Add math.
5043         (Makefile.am): Don't mention mathl.h.
5044         (Include): Use <math.h> instead of mathl.h.
5045         * lib/math_.h: New file.
5046         * lib/mathl.h: Remove file.
5047         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5048         mathl.h.
5049         * lib/asinl.c: Likewise.
5050         * lib/atanl.c: Likewise.
5051         * lib/ceill.c: Likewise.
5052         * lib/cosl.c: Likewise.
5053         * lib/expl.c: Likewise.
5054         * lib/floorl.c: Likewise.
5055         * lib/frexpl.c: Likewise.
5056         * lib/ldexpl.c: Likewise.
5057         * lib/logl.c: Likewise.
5058         * lib/sincosl.c: Likewise.
5059         * lib/sinl.c: Likewise.
5060         * lib/sqrtl.c: Likewise.
5061         * lib/tanl.c: Likewise.
5062         * lib/trigl.c: Likewise.
5063         * m4/math_h.m4: New file.
5064         * MODULES.html.sh (Mathematics): Add math.
5065
5066 2007-02-17  Bruno Haible  <bruno@clisp.org>
5067
5068         * modules/wctype-tests: New file.
5069         * tests/test-wctype.c: New file.
5070
5071         * modules/wchar-tests: New file.
5072         * tests/test-wchar.c: New file.
5073
5074         * modules/unistd-tests: New file.
5075         * tests/test-unistd.c: New file.
5076
5077         * modules/time-tests: New file.
5078         * tests/test-time.c: New file.
5079
5080         * modules/sysexits-tests: New file.
5081         * tests/test-sysexits.c: New file.
5082
5083         * modules/sys_time-tests: New file.
5084         * tests/test-sys_time.c: New file.
5085
5086         * modules/sys_stat-tests: New file.
5087         * tests/test-sys_stat.c: New file.
5088
5089         * modules/sys_socket-tests: New file.
5090         * tests/test-sys_socket.c: New file.
5091
5092         * modules/sys_select-tests: New file.
5093         * tests/test-sys_select.c: New file.
5094
5095         * modules/string-tests: New file.
5096         * tests/test-string.c: New file.
5097
5098         * modules/stdbool-tests: New file.
5099         * tests/test-stdbool.c: New file.
5100
5101         * modules/netinet_in-tests: New file.
5102         * tests/test-netinet_in.c: New file.
5103
5104         * modules/inttypes-tests: New file.
5105         * tests/test-inttypes.c: New file.
5106
5107         * modules/fcntl-tests: New file.
5108         * tests/test-fcntl.c: New file.
5109
5110         * modules/byteswap-tests: New file.
5111         * tests/test-byteswap.c: New file.
5112
5113         * modules/arpa_inet-tests: New file.
5114         * tests/test-arpa_inet.c: New file.
5115
5116 2007-02-17  Bruno Haible  <bruno@clisp.org>
5117
5118         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5119         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5120         if the corresponding module is not enabled. Emit link warnings if
5121         the function is used nevertheless.
5122         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5123         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5124         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5125         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5126         * modules/inttypes (Depends-on): Add link-warning.
5127         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5128         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5129         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5130         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5131         * modules/imaxdiv (configure.ac): Likewise.
5132         * modules/strtoimax (configure.ac): Likewise.
5133         * modules/strtoumax (configure.ac): Likewise.
5134
5135 2007-02-17  Bruno Haible  <bruno@clisp.org>
5136
5137         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5138         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5139         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5140         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5141
5142 2007-02-17  Bruno Haible  <bruno@clisp.org>
5143
5144         * modules/link-warning: New file.
5145         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5146         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5147         * modules/string (Depends-on): Add link-warning.
5148         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5149         string.h.
5150         * MODULES.html.sh (Support for building libraries and executables): Add
5151         link-warning.
5152
5153 2007-02-17  Bruno Haible  <bruno@clisp.org>
5154
5155         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5156         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5157         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5158         long lines.
5159
5160 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5161             Bruno Haible  <bruno@clisp.org>
5162
5163         * modules/tmpfile: New file.
5164         * lib/tmpfile.c: New file.
5165         * m4/tmpfile.m4: New file.
5166         * MODULES.html.sh (func_all_modules): New section "Input/output".
5167
5168 2007-02-15  Bruno Haible  <bruno@clisp.org>
5169
5170         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5171         (supports_delete_on_close): New function.
5172         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5173
5174 2007-02-14  Bruno Haible  <bruno@clisp.org>
5175
5176         * modules/mbspcasecmp-tests: New file.
5177         * tests/test-mbspcasecmp.sh: New file.
5178         * tests/test-mbspcasecmp.c: New file.
5179
5180         New module mbspcasecmp.
5181         * modules/mbspcasecmp: New file.
5182         * lib/mbspcasecmp.c: New file.
5183         * lib/string_.h (strncasecmp): Change warning message.
5184         (mbspcasecmp): New declaration.
5185         * m4/mbspcasecmp.m4: New file.
5186         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5187         GNULIB_MBSPCASECMP.
5188         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5189         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5190
5191 2007-02-14  Bruno Haible  <bruno@clisp.org>
5192
5193         * modules/mbsncasecmp-tests: New file.
5194         * tests/test-mbsncasecmp.sh: New file.
5195         * tests/test-mbsncasecmp.c: New file.
5196
5197         New module mbsncasecmp.
5198         * modules/mbsncasecmp: New file.
5199         * lib/mbsncasecmp.c: New file.
5200         * lib/string_.h (mbsncasecmp): New declaration.
5201         * m4/mbsncasecmp.m4: New file.
5202         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5203         GNULIB_MBSNCASECMP.
5204         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5205         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5206
5207 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5208
5209         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5210         Verify that it doesn't overlap with our flags.
5211         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5212         do not have the desired effect in multibyte locales; instead, use
5213         mbscasecmp.
5214         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5215         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5216         we don't require GNU fnmatch ourselves (if our users require it, they
5217         should do so explicitly).
5218
5219         Fix regex code so it doesn't rely on strcasecmp.
5220         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5221         Otherwise, include gnulib's langinfo.h.
5222         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5223         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5224         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5225         * modules/regex (FILES): Remove m4/codeset.m4.
5226         (Depends-on): Add localcharset.  Remove strcase.
5227
5228 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5229
5230         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5231         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5232
5233 2007-02-13  Bruno Haible  <bruno@clisp.org>
5234
5235         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5236         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5237
5238 2007-02-12  Bruno Haible  <bruno@clisp.org>
5239
5240         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5241         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5242         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5243         time warning rather than a link error.
5244
5245 2007-02-12  Bruno Haible  <bruno@clisp.org>
5246
5247         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5248         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5249         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5250
5251 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5252
5253         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5254         args, not 2.
5255
5256 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5257
5258         New module 'time', so that apps can include <time.h> as per
5259         POSIX and GNU instead of separate include files like time_r.h
5260         and timegm.h.  This implementation tries out a simpler approach
5261         for replacing decls in standard include files (as compared to
5262         the string module), somewhat as an experiment.
5263
5264         * config/srclist.txt: Comment out mktime.c for now.
5265         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5266         since it doesn't apply any more.  Use generic wording instead.
5267         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5268         'time'.
5269         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5270         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5271         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5272         Don't include <sys/types.h>; no longer needed since we assume C89.
5273         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5274         * lib/strftime.c: Likewise.
5275         * lib/time_r.c: Likewise.
5276         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5277         * lib/nanosleep.c: Include <time.h> first, to check interface.
5278         * lib/strptime.c: Likewise.
5279         * lib/time_r.c: Likewise.
5280         * lib/timegm.c: Likewise.
5281         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5282         needed.
5283         * lib/timegm.c: Don't include timegm.h; no longer needed.
5284         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5285         time.h now handles any problems in that area.
5286         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5287         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5288         that time.h defines struct timespec.
5289         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5290         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5291         handles that.
5292         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5293         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5294         needed.  Set REPLACE_LOCALTIME.
5295         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5296         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5297         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5298         nanosleep; time_h.m4 now does that.  Don't require
5299         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5300         module handles this now.
5301         * modules/getdate (Depends-on): Remove timespec.  Add time.
5302         * modules/nanosleep (Depends-on): Likewise.
5303         * modules/stat-time (Depends-on): Likewise.
5304         * modules/nanosleep (Include): Include time.h, not timespec.h.
5305         * modules/strptime (Files): Remove lib/strptime.h.
5306         (Depends-on): Add extensions, time.
5307         (Include): Include time.h, not strptime.h.
5308         * modules/time_r (Files): Remove lib/time_r.h.
5309         (Depends-on): Add time.
5310         (Include): Include time.h, not time_r.h.
5311         * modules/timegm: Likewise.
5312         * modules/timespec (Description): Now does timespec-related decls
5313         of our own, instead of struct timespec itself.
5314         (Depends-on): Add time; remove extensions.
5315         (Maintainer): Add self.
5316         * modules/utimecmp (Depends-on): Add time; remove timespec.
5317         * modules/utimens (Depends-on): Likewise.
5318         * modules/xnanosleep (Depends-on): Likewise.
5319
5320 2007-02-11  Bruno Haible  <bruno@clisp.org>
5321
5322         * lib/c-strstr.c: Include allocsa.h.
5323         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5324         * lib/c-strcasestr.c: Include allocsa.h.
5325         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5326         * lib/strcasestr.c: Include allocsa.h.
5327         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5328         * lib/mbsstr.c: Include allocsa.h.
5329         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5330         allocsa/freesa instead of malloc/free.
5331         * lib/mbscasestr.c: Include allocsa.h.
5332         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5333         allocsa/freesa instead of malloc/free.
5334         * modules/c-strstr (Depends-on): Add allocsa.
5335         * modules/c-strcasestr (Depends-on): Likewise.
5336         * modules/strcasestr (Depends-on): Likewise.
5337         * modules/mbsstr (Depends-on): Likewise.
5338         * modules/mbscasestr (Depends-on): Likewise.
5339
5340 2007-02-11  Bruno Haible  <bruno@clisp.org>
5341
5342         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5343
5344         * modules/mbsspn-tests: New file.
5345         * tests/test-mbsspn.sh: New file.
5346         * tests/test-mbsspn.c: New file.
5347
5348 2007-02-11  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5351
5352         * modules/mbspbrk-tests: New file.
5353         * tests/test-mbspbrk.sh: New file.
5354         * tests/test-mbspbrk.c: New file.
5355
5356 2007-02-11  Bruno Haible  <bruno@clisp.org>
5357
5358         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5359         unneeded cast.
5360
5361         * modules/mbscspn-tests: New file.
5362         * tests/test-mbscspn.sh: New file.
5363         * tests/test-mbscspn.c: New file.
5364
5365 2007-02-11  Bruno Haible  <bruno@clisp.org>
5366
5367         * modules/mbscasecmp-tests: New file.
5368         * tests/test-mbscasecmp.sh: New file.
5369         * tests/test-mbscasecmp.c: New file.
5370
5371 2007-02-11  Bruno Haible  <bruno@clisp.org>
5372
5373         Ensure O(n) worst-case complexity of mbscasestr.
5374         * lib/mbscasestr.c: Include stdbool.h.
5375         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5376         functions.
5377         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5378         the bookkeeping indicates that it's worth it.
5379         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5380
5381         * modules/mbscasestr-tests: New file.
5382         * tests/test-mbscasestr1.c: New file.
5383         * tests/test-mbscasestr2.sh: New file.
5384         * tests/test-mbscasestr2.c: New file.
5385         * tests/test-mbscasestr3.sh: New file.
5386         * tests/test-mbscasestr3.c: New file.
5387         * tests/test-mbscasestr4.sh: New file.
5388         * tests/test-mbscasestr4.c: New file.
5389         * m4/locale-tr.m4: New file.
5390
5391 2007-02-11  Bruno Haible  <bruno@clisp.org>
5392
5393         Ensure O(n) worst-case complexity of mbsstr.
5394         * lib/mbsstr.c: Include stdbool.h.
5395         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5396         functions.
5397         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5398         bookkeeping indicates that it's worth it.
5399         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5400
5401         * modules/mbsstr-tests: New file.
5402         * tests/test-mbsstr1.c: New file.
5403         * tests/test-mbsstr2.sh: New file.
5404         * tests/test-mbsstr2.c: New file.
5405         * tests/test-mbsstr3.sh: New file.
5406         * tests/test-mbsstr3.c: New file.
5407         * m4/locale-fr.m4: New file.
5408
5409 2007-02-11  Bruno Haible  <bruno@clisp.org>
5410
5411         * lib/mbsrchr.c (mbsrchr): Fix bug.
5412
5413         * modules/mbsrchr-tests: New file.
5414         * tests/test-mbsrchr.sh: New file.
5415         * tests/test-mbsrchr.c: New file.
5416
5417 2007-02-11  Bruno Haible  <bruno@clisp.org>
5418
5419         * lib/mbschr.c (mbschr): Fix bug.
5420
5421         * modules/mbschr-tests: New file.
5422         * tests/test-mbschr.sh: New file.
5423         * tests/test-mbschr.c: New file.
5424         * m4/locale-zh.m4: New file.
5425
5426 2007-02-11  Bruno Haible  <bruno@clisp.org>
5427
5428         Support for copying multibyte string iterators.
5429         * lib/mbiter.h: Include <string.h>.
5430         (mbiter_multi_copy): New function.
5431         (mbi_copy): New macro.
5432         * lib/mbuiter.h: Include <string.h>.
5433         (mbuiter_multi_copy): New function.
5434         (mbui_copy): New macro.
5435
5436 2007-02-11  Bruno Haible  <bruno@clisp.org>
5437
5438         New module mbslen.
5439         * modules/mbslen: New file.
5440         * lib/mbslen.c: New file.
5441         * lib/string_.h (mbslen): New declaration.
5442         * m4/mbslen.m4: New file.
5443         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5444         GNULIB_MBSLEN.
5445         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5446         * MODULES.html.sh (Internationalization functions): Add mbslen.
5447
5448 2007-02-11  Bruno Haible  <bruno@clisp.org>
5449
5450         Ensure O(n) worst-case complexity of strcasestr substitute.
5451         * lib/strcasestr.c: Include stdbool.h.
5452         (knuth_morris_pratt): New function.
5453         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5454         bookkeeping indicates that it's worth it.
5455         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5456
5457         * modules/strcasestr-tests: New file.
5458         * tests/test-strcasestr.c: New file.
5459
5460 2007-02-11  Bruno Haible  <bruno@clisp.org>
5461
5462         Ensure O(n) worst-case complexity of c_strcasestr.
5463         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5464         (knuth_morris_pratt): New function.
5465         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5466         the bookkeeping indicates that it's worth it.
5467         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5468
5469         * modules/c-strcasestr-tests: New file.
5470         * tests/test-c-strcasestr.c: New file.
5471
5472 2007-02-11  Bruno Haible  <bruno@clisp.org>
5473
5474         Ensure O(n) worst-case complexity of c_strstr.
5475         * lib/c-strstr.c: Include stdbool.h, string.h.
5476         (knuth_morris_pratt): New function.
5477         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5478         bookkeeping indicates that it's worth it.
5479         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5480
5481         * lib/c-strstr.c: Complete rewrite for maintainability.
5482
5483         * modules/c-strstr-tests: New file.
5484         * tests/test-c-strstr.c: New file.
5485
5486 2007-02-11  Bruno Haible  <bruno@clisp.org>
5487
5488         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5489         5.2.1 and earlier, whereby \055 was treated just like the range
5490         delimiter '-'.
5491         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5492
5493 2007-02-08  Bruno Haible  <bruno@clisp.org>
5494
5495         * modules/regex (Depends-on): Add stdbool.
5496         Reported by Dalibor Topic <robilad@kaffe.org>.
5497
5498 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5499
5500         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5501         Prefer returning from main to exiting from it.
5502         Remove unnecessary parens after sizeof.
5503
5504 2007-02-05  Bruno Haible  <bruno@clisp.org>
5505
5506         New module mbssep.
5507         * modules/mbssep: New file.
5508         * lib/mbssep.c: New file.
5509         * lib/string_.h (strsep): Add a conditional link warning.
5510         (mbssep): New declaration.
5511         * m4/mbssep.m4: New file.
5512         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5513         GNULIB_MBSSEP.
5514         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5515         * MODULES.html.sh (Internationalization functions): Add mbssep.
5516
5517 2007-02-05  Bruno Haible  <bruno@clisp.org>
5518
5519         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5520         Optimize search in case of 1 delimiter.
5521
5522 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5523
5524         * lib/acl.h: Include sys/types.h before sys/acl.h.
5525
5526 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5527
5528         Merge upstream fix for glibc bugzilla #3957:
5529
5530         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5531
5532         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5533         bit for RE_HAT_LISTS_NOT_NEWLINE.
5534         (build_charclass_op): Remove bogus comment.
5535
5536 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5537
5538         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5539
5540 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5541
5542         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5543         * lib/memmem.c [!defined _LIBC]: Include config.h.
5544
5545 2007-02-04  Bruno Haible  <bruno@clisp.org>
5546
5547         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5548         warning message.
5549
5550 2007-02-04  Bruno Haible  <bruno@clisp.org>
5551
5552         New module mbstok_r.
5553         * modules/mbstok_r: New file.
5554         * lib/mbstok_r.c: New file.
5555         * lib/string_.h (strtok_r): Change argument names to match the
5556         comments. Add a conditional link warning.
5557         (mbstok_r): New declaration.
5558         * m4/mbstok_r.m4: New file.
5559         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5560         GNULIB_MBSTOK_R.
5561         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5562         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5563
5564 2007-02-04  Bruno Haible  <bruno@clisp.org>
5565
5566         New module mbsspn.
5567         * modules/mbsspn: New file.
5568         * lib/mbsspn.c: New file.
5569         * lib/string_.h (strspn): Add a conditional link warning.
5570         (mbsspn): New declaration.
5571         * m4/mbsspn.m4: New file.
5572         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5573         GNULIB_MBSSPN.
5574         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5575         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5576
5577 2007-02-04  Bruno Haible  <bruno@clisp.org>
5578
5579         New module mbspbrk.
5580         * modules/mbspbrk: New file.
5581         * lib/mbspbrk.c: New file.
5582         * lib/string_.h (strpbrk): Add a conditional link warning.
5583         (mbspbrk): New declaration.
5584         * m4/mbspbrk.m4: New file.
5585         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5586         GNULIB_MBSPBRK.
5587         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5588         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5589
5590 2007-02-04  Bruno Haible  <bruno@clisp.org>
5591
5592         New module mbscspn.
5593         * modules/mbscspn: New file.
5594         * lib/mbscspn.c: New file.
5595         * lib/string_.h (strcspn): Add a conditional link warning.
5596         (mbscspn): New declaration.
5597         * m4/mbscspn.m4: New file.
5598         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5599         GNULIB_MBSCSPN.
5600         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5601         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5602
5603 2007-02-04  Bruno Haible  <bruno@clisp.org>
5604
5605         New module mbscasestr, reduced goal of strcasestr.
5606         * modules/mbscasestr: New file.
5607         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5608         (mbscasestr): Renamed from strcasestr.
5609         * lib/strcasestr.c: Don't include mbuiter.h.
5610         (strcasestr): Remove support for multibyte locales.
5611         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5612         Change the conditional link warning.
5613         (mbscasestr): New declaration.
5614         * m4/mbscasestr.m4: New file.
5615         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5616         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5617         REPLACE_STRCASESTR.
5618         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5619         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5620         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5621         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5622         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5623         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5624         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5625         (Depends-on): Remove mbuiter.
5626         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5627
5628 2007-02-04  Bruno Haible  <bruno@clisp.org>
5629
5630         Simplify handling of strncasecmp.
5631         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5632         the conditional link warning.
5633         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5634         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5635         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5636         * modules/strcase (configure.ac): Don't invoke
5637         gl_STRING_MODULE_INDICATOR.
5638         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5639
5640 2007-02-04  Bruno Haible  <bruno@clisp.org>
5641
5642         New module mbscasecmp, reduced goal of strcasecmp.
5643         * modules/mbscasecmp: New file.
5644         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5645         (mbscasecmp): Renamed from strcasecmp.
5646         * lib/strcasecmp.c: Don't include mbuiter.h.
5647         (strcasecmp): Remove support for multibyte locales.
5648         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5649         Change the conditional link warning.
5650         (mbscasecmp): New declaration.
5651         * m4/mbscasecmp.m4: New file.
5652         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5653         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5654         REPLACE_STRCASECMP.
5655         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5656         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5657         GNULIB_MBSCASECMP.
5658         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5659         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5660         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5661         (Depends-on): Remove mbuiter.
5662         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5663
5664 2007-02-04  Bruno Haible  <bruno@clisp.org>
5665
5666         New module mbsstr. Remove module strstr.
5667         * modules/mbsstr: New file.
5668         * modules/strstr: Remove file.
5669         * lib/mbsstr.c: Renamed from lib/strstr.c.
5670         (mbsstr): Renamed from strstr.
5671         * lib/string_.h (strstr): Remove declaration. Change the conditional
5672         link warning.
5673         (mbsstr): New declaration.
5674         * m4/mbsstr.m4: New file.
5675         * m4/strstr.m4: Remove file.
5676         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5677         REPLACE_STRSTR.
5678         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5679         Don't initialize GNULIB_STRSTR.
5680         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5681         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5682         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5683         (Support for systems lacking ANSI C 89): Remove strstr.
5684
5685 2007-02-04  Bruno Haible  <bruno@clisp.org>
5686
5687         New module mbsrchr.
5688         * modules/mbsrchr: New file.
5689         * lib/mbsrchr.c: New file.
5690         * lib/string_.h (strrchr): Add a conditional link warning.
5691         (mbsrchr): New declaration.
5692         * m4/mbsrchr.m4: New file.
5693         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5694         GNULIB_MBSRCHR.
5695         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5696         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5697
5698 2007-02-04  Bruno Haible  <bruno@clisp.org>
5699
5700         New module mbschr.
5701         * modules/mbschr: New file.
5702         * lib/mbschr.c: New file.
5703         * lib/string_.h (strchr): Add a conditional link warning.
5704         (mbschr): New declaration.
5705         * m4/mbschr.m4: New file.
5706         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5707         GNULIB_MBSCHR.
5708         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5709         * MODULES.html.sh (Internationalization functions): Add mbschr.
5710
5711 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5712
5713         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5714
5715         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5716
5717 2007-02-04  Bruno Haible  <bruno@clisp.org>
5718
5719         New module description section 'configure.ac-early'.
5720         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5721         (func_get_autoconf_early_snippet): New function.
5722         (func_import, func_create_testdir): Use it. Remove special cases for
5723         modules 'extensions' and 'lock'.
5724         * modules/extensions (configure.ac-early): Require
5725         gl_USE_SYSTEM_EXTENSIONS.
5726         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5727
5728 2007-02-04  Bruno Haible  <bruno@clisp.org>
5729
5730         Make use of gcj-4.3's -fsource and -ftarget option.
5731         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5732         and if so try the options -fsource and -ftarget.
5733         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5734         source_version, ftarget_option, target_version arguments.
5735         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5736         (is_envjavac_oldgcj_14_14_usable): Renamed from
5737         is_envjavac_gcj_14_14_usable.
5738         (is_envjavac_oldgcj_14_13_usable): Renamed from
5739         is_envjavac_gcj_14_13_usable.
5740         (is_gcj_present): Update.
5741         (is_gcj_43, is_gcj43_usable): New functions.
5742         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5743         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5744         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5745         try the options -fsource and -ftarget.
5746
5747 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5748
5749         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5750         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5751         larger value.
5752
5753 2007-02-03  Jim Meyering  <jim@meyering.net>
5754
5755         Give tools a better chance to allocate space for very large buffers.
5756         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5757
5758         Make pwd and readlink work also when run with an unreadable parent dir
5759         on systems with openat support.
5760         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5761         provided getcwd function, even when we have openat support.
5762         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5763
5764 2007-02-02  Bruno Haible  <bruno@clisp.org>
5765
5766         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5767         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5768         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5769         portability problems if one of these functions is only used on specific
5770         platforms.
5771         Reported by Paul Eggert.
5772
5773 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5774
5775         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5776         is causing more trouble than it's curing.
5777         * lib/regex_internal.h (__mempcpy): Remove.
5778         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5779         (and make the code a tad smaller to boot).
5780         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5781
5782 2007-02-02  Jim Meyering  <jim@meyering.net>
5783
5784         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5785         section, not in the Makefile.am: one.
5786
5787 2007-02-02  Eric Blake  <ebb9@byu.net>
5788
5789         * lib/strchrnul.c: Always include config.h first.
5790
5791         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5792         gnulib strstr is not necessary here.
5793
5794 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5795
5796         * m4/socklen.m4: Fix typo.
5797
5798 2007-02-02  Eric Blake  <ebb9@byu.net>
5799
5800         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5801         * modules/netinet_in (Makefile.am): Likewise.
5802
5803 2007-02-01  Bruno Haible  <bruno@clisp.org>
5804
5805         * lib/string_.h (GL_LINK_WARNING): New macro.
5806         (strcasecmp, strstr, strcasestr): If provided by the system,
5807         conditionally define as a macro that leads to a warning instead of to
5808         an error.
5809         (strncasecmp): Conditionally define as a macro that leads to a warning.
5810
5811 2007-02-01  Karl Berry  <karl@gnu.org>
5812
5813         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5814
5815 2007-02-01  Bruno Haible  <bruno@clisp.org>
5816
5817         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5818         renamings.
5819
5820 2007-02-01  Eric Blake  <ebb9@byu.net>
5821
5822         * modules/regex (Depends-on): Revert dependence on mempcpy.
5823         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5824         module's definition of mempcpy.
5825         Reported by Paul Eggert.
5826
5827 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5828
5829         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5830         the symbol XYZ before redefining it.  This fixes a problem with
5831         programs that don't use XYZ, when compiled on systems that define
5832         XYZ to something else.
5833
5834 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5835
5836         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5837         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5838         writeable to group or other and (2) is intended to have a special
5839         mode bit that is set or cleared.  In such a case, the directory
5840         should be neither group- nor other-writeable until the special
5841         mode bits are right.
5842
5843 2007-01-31  Eric Blake  <ebb9@byu.net>
5844
5845         * modules/mountlist (Depends-on): Add strstr.
5846
5847         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5848         bug.
5849         * modules/string (Makefile.am): Remove redundant replacement.
5850         * modules/regex (Depends-on): Add mempcpy.
5851
5852 2007-01-31  Bruno Haible  <bruno@clisp.org>
5853
5854         New module description field 'Link'.
5855         * gnulib-tool (func_usage): Document --extract-link-directive.
5856         (sed_extract_prog): Recognize 'Link' directive.
5857         (func_get_link_directive): New function.
5858         (func_import): Show summary of link directives.
5859         Handle --extract-link-directive option.
5860         * modules/acl (Link): New section.
5861         * modules/clock-time (Link): New section.
5862         * modules/euidaccess (Link): New section.
5863         * modules/gettext (Link): New section.
5864         * modules/iconv (Link): New section.
5865         * modules/lock (Link): New section.
5866         * modules/nanosleep (Link): New section.
5867         * modules/readline (Link): New section.
5868
5869 2007-01-27  Bruno Haible  <bruno@clisp.org>
5870
5871         Enforce the use of gnulib modules for unportable <string.h> functions.
5872         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5873         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5874         (gl_HEADER_STRING_H_BODY): Require it.
5875         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5876         the symbol XYZ to one that gives a link error.
5877         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5878         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5879         * modules/mempcpy (configure.ac): Likewise.
5880         * modules/memrchr (configure.ac): Likewise.
5881         * modules/stpcpy (configure.ac): Likewise.
5882         * modules/stpncpy (configure.ac): Likewise.
5883         * modules/strcase (configure.ac): Likewise.
5884         * modules/strcasestr (configure.ac): Likewise.
5885         * modules/strchrnul (configure.ac): Likewise.
5886         * modules/strdup (configure.ac): Likewise.
5887         * modules/strndup (configure.ac): Likewise.
5888         * modules/strnlen (configure.ac): Likewise.
5889         * modules/strpbrk (configure.ac): Likewise.
5890         * modules/strsep (configure.ac): Likewise.
5891         * modules/strstr (configure.ac): Likewise.
5892         * modules/strtok_r (configure.ac): Likewise.
5893
5894 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5895
5896         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5897
5898 2007-01-30  Jim Meyering  <jim@meyering.net>
5899
5900         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5901
5902 2007-01-29  Bruno Haible  <bruno@clisp.org>
5903
5904         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5905         * lib/execute.c: Likewise.
5906         * lib/pipe.c: Likewise.
5907         * lib/printf-args.h: Likewise.
5908         * lib/printf-args.c: Likewise.
5909         * lib/printf-parse.c: Likewise.
5910         * lib/vasnprintf.c: Likewise.
5911
5912 2007-01-29  Eric Blake  <ebb9@byu.net>
5913
5914         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5915         declaration.
5916
5917 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5918
5919         * lib/strptime.h (strptime): Use 'restrict' for args where
5920         POSIX requires this.
5921         * lib/strptime.c (strptime): Likewise.
5922         Change license notice from LGPL to GPL, since gnulib-tool will
5923         change this as needed.
5924         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5925         defined.
5926         Include "strptime.h" first, to check interface.
5927         Do not #undef _LIBC and _NL_CURRENT.
5928         Do not include <stdlib.h>; no longer needed.
5929         Include "time_r.h" and declare ptime_locale_status
5930         only if _LIBC is not defined.
5931         (__P): Remove unused macro.
5932         (match_string): Bring back glibc version, but use it only if _LIBC
5933         is defined.
5934         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5935         Remove unnecessary assertion and abort() call.
5936         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5937         * m4/strptime.m4: Fix serial number comment.
5938         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5939         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5940         (Depends-on): Add time_r.
5941
5942 2007-01-29  Bruno Haible  <bruno@clisp.org>
5943
5944         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5945         strptime.
5946         * modules/strptime (Depends-on): Add stdbool.
5947         * lib/strptime.h: Include <time.h> always. Add comments.
5948
5949 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5950
5951         * modules/strptime: New file.
5952         * lib/strptime.h: New file.
5953         * lib/strptime.c: New file.
5954         * m4/strptime.m4: New file.
5955
5956 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5957
5958         * MODULES.html.sh: New module mpsort.
5959         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5960
5961         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5962         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5963         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5964         All uses changed.
5965         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5966         All uses changed.
5967         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5968         to _Restrict_.
5969         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5970         the parameter matches the prototype.
5971
5972 2007-01-28  Jim Meyering  <jim@meyering.net>
5973
5974         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5975         sys/time.h here, reverting that part of the previous patch:
5976         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5977
5978 2007-01-28  Bruno Haible  <bruno@clisp.org>
5979
5980         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5981         value of $(SYS_TIME_H).
5982         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5983         remove it conditionally, too. [added by Jim Meyering]
5984         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5985         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5986         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5987         GETTIMEOFDAY_REPLACEMENT to 1.
5988
5989 2007-01-28  Bruno Haible  <bruno@clisp.org>
5990
5991         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5992         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5993         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5994         Set UNISTD_H instead of UNISTD_H2.
5995         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5996
5997 2007-01-28  Bruno Haible  <bruno@clisp.org>
5998
5999         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6000         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6001
6002 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6003
6004         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6005         (func_create_testdir): Ensure C locale for `grep' and `tr'
6006         character ranges.
6007         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6008         ACLOCAL_AMFLAGS parsing state machine.
6009
6010 2007-01-27  Bruno Haible  <bruno@clisp.org>
6011
6012         * modules/unistr/base: Update.
6013
6014 2007-01-27  Bruno Haible  <bruno@clisp.org>
6015
6016         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6017         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6018         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6019         modules/unistr/u32-mbtouc.
6020         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6021         * lib/unistr.h: Update.
6022         * lib/linebreak.c: Update.
6023         * modules/unistr/u32-mbtouc: Renamed from
6024         modules/unistr/u32-mbtouc-safe.
6025         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6026         * lib/unistr.h: Update.
6027         * lib/unistr/u32-to-u8.c: Update.
6028         * lib/unistr/u32-to-u16.c: Update.
6029
6030 2007-01-27  Bruno Haible  <bruno@clisp.org>
6031
6032         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6033         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6034         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6035         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6036         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6037         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6038         modules/unistr/u16-mbtouc.
6039         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6040         * lib/unistr.h: Update.
6041         * lib/linebreak.c: Update.
6042         * modules/linebreak: Update.
6043         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6044         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6045         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6046         * modules/unistr/u16-mbtouc: Renamed from
6047         modules/unistr/u16-mbtouc-safe.
6048         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6049         * lib/unistr.h: Update.
6050         * lib/unistr/u16-to-u8.c: Update.
6051         * modules/unistr/u16-to-u8: Update.
6052         * lib/unistr/u16-to-u32.c: Update.
6053         * modules/unistr/u16-to-u32: Update.
6054
6055 2007-01-27  Bruno Haible  <bruno@clisp.org>
6056
6057         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6058         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6059         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6060         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6061         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6062         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6063         modules/unistr/u8-mbtouc.
6064         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6065         * lib/unistr.h: Update.
6066         * lib/striconveh.c: Update.
6067         * modules/striconveh: Update.
6068         * lib/linebreak.c: Update.
6069         * modules/linebreak: Update.
6070         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6071         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6072         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6073         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6074         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6075         * lib/unistr.h: Update.
6076         * lib/striconveh.c: Update.
6077         * modules/striconveh: Update.
6078         * lib/unistr/u8-to-u16.c: Update.
6079         * modules/unistr/u8-to-u16: Update.
6080         * lib/unistr/u8-to-u32.c: Update.
6081         * modules/unistr/u8-to-u32: Update.
6082
6083 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6084
6085         Sync from Libtool.
6086         * lib/argz.c: Do not include strings.h nor memory.h, include
6087         string.h unconditionally.  Patch by Simon Josefsson.
6088
6089 2007-01-27  Bruno Haible  <bruno@clisp.org>
6090
6091         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6092         from gl_HEADER_STRING_H_BODY.
6093         (gl_HEADER_STRING_H_BODY): Require it.
6094         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6095         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6096         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6097         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6098         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6099         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6100         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6101         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6102         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6103         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6104         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6105         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6106         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6107         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6108         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6109
6110 2007-01-27  Bruno Haible  <bruno@clisp.org>
6111
6112         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6113         check_PROGRAMS into noinst_PROGRAMS.
6114         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6115         check_PROGRAMS in this case.
6116         (func_import): Set for_test to false.
6117         (func_create_testdir): Set for_test to true.
6118
6119 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6120             Bruno Haible  <bruno@clisp.org>
6121
6122         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6123         (Depends-on): Add string.
6124         (Includes): Use <string.h> instead of strcasestr.h.
6125         * modules/string (Makefile.am): Also substitute the value of
6126         REPLACE_STRCASESTR.
6127         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6128         assume strcasestr is declared in <string.h> not <strings.h>. Also
6129         set REPLACE_STRCASESTR.
6130         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6131         REPLACE_STRCASESTR.
6132         * lib/strcasestr.h: Remove file.
6133         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6134         * lib/string_.h (strcasestr): New declaration.
6135
6136 2007-01-27  Bruno Haible  <bruno@clisp.org>
6137
6138         * lib/string_.h: Use 'extern'.
6139
6140 2007-01-27  Jim Meyering  <jim@meyering.net>
6141
6142         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6143         of set-but-not-used local, "q".
6144
6145         * lib/mempcpy.c: Include <config.h> before <string.h>.
6146         This fixes a compilation error on HP-UX, due to the system's
6147         "restrict"-using mempcpy prototype.
6148
6149 2007-01-26  Bruno Haible  <bruno@clisp.org>
6150
6151         Small optimization.
6152         * lib/javacomp.c: Include c-strstr.h.
6153          (is_envjavac_gcj): Use c_strstr instead of strstr.
6154         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6155
6156 2007-01-26  Bruno Haible  <bruno@clisp.org>
6157
6158         * MODULES.html.sh (Unicode string functions): Add the new modules.
6159
6160         * modules/uniconv/u32-strconv-to-locale: New file.
6161         * lib/uniconv/u32-strconv-to-locale.c: New file.
6162
6163         * modules/uniconv/u16-strconv-to-locale: New file.
6164         * lib/uniconv/u16-strconv-to-locale.c: New file.
6165
6166         * modules/uniconv/u8-strconv-to-locale: New file.
6167         * lib/uniconv/u8-strconv-to-locale.c: New file.
6168
6169         * modules/uniconv/u32-strconv-from-locale: New file.
6170         * lib/uniconv/u32-strconv-from-locale.c: New file.
6171
6172         * modules/uniconv/u16-strconv-from-locale: New file.
6173         * lib/uniconv/u16-strconv-from-locale.c: New file.
6174
6175         * modules/uniconv/u8-strconv-from-locale: New file.
6176         * lib/uniconv/u8-strconv-from-locale.c: New file.
6177
6178         * modules/uniconv/u32-strconv-to-enc: New file.
6179         * lib/uniconv/u32-strconv-to-enc.c: New file.
6180         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6181         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6182
6183         * modules/uniconv/u16-strconv-to-enc: New file.
6184         * lib/uniconv/u16-strconv-to-enc.c: New file.
6185         * lib/uniconv/u-strconv-to-enc.h: New file.
6186         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6187         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6188
6189         * modules/uniconv/u8-strconv-to-enc: New file.
6190         * lib/uniconv/u8-strconv-to-enc.c: New file.
6191         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6192         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6193
6194         * modules/uniconv/u32-strconv-from-enc: New file.
6195         * lib/uniconv/u32-strconv-from-enc.c: New file.
6196         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6197         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6198
6199         * modules/uniconv/u16-strconv-from-enc: New file.
6200         * lib/uniconv/u16-strconv-from-enc.c: New file.
6201         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6202         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6203
6204         * modules/uniconv/u8-strconv-from-enc: New file.
6205         * lib/uniconv/u8-strconv-from-enc.c: New file.
6206         * lib/uniconv/u-strconv-from-enc.h: New file.
6207         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6208         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6209
6210         * modules/uniconv/u32-conv-from-enc: New file.
6211         * lib/uniconv/u32-conv-from-enc.c: New file.
6212         * modules/uniconv/u32-conv-from-enc-tests: New file.
6213         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6214
6215         * modules/uniconv/u16-conv-from-enc: New file.
6216         * lib/uniconv/u16-conv-from-enc.c: New file.
6217         * lib/uniconv/u-conv-from-enc.h: New file.
6218         * modules/uniconv/u16-conv-from-enc-tests: New file.
6219         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6220
6221         * modules/uniconv/u8-conv-from-enc: New file.
6222         * lib/uniconv/u8-conv-from-enc.c: New file.
6223         * modules/uniconv/u8-conv-from-enc-tests: New file.
6224         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6225
6226         * modules/uniconv/base: New file.
6227         * lib/uniconv.h: New file.
6228
6229 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         * doc/gnulib-tool.texi (Initial import): Update to match current
6232         behavior with strdup module.
6233         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6234         * lib/memmem.h: Remove; all uses removed.  This is now done
6235         by <string.h>.
6236         * lib/mempcpy.h: Likewise.
6237         * lib/memrchr.h: Likewise.
6238         * lib/stpcpy.h: Likewise.
6239         * lib/stpncpy.h: Likewise.
6240         * lib/strcase.h: Likewise.
6241         * lib/strchrnul.h: Likewise.
6242         * lib/strdup.h: Likewise.
6243         * lib/strndup.h: Likewise.
6244         * lib/strnlen.h: Likewise.
6245         * lib/strpbrk.h: Likewise.
6246         * lib/strsep.h: Likewise.
6247         * lib/strstr.h: Likewise.
6248         * lib/strtok_r.h: Likewise.
6249         * lib/string_.h: New file.
6250         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6251         Rely on <string.h> instead.
6252         * lib/canon-host.c: Likewise.
6253         * lib/chdir-long.c: Likewise.
6254         * lib/concatpath.c: Likewise.
6255         * lib/exclude.c: Likewise.
6256         * lib/fchdir.c: Likewise.
6257         * lib/getaddrinfo.c: Likewise.
6258         * lib/getcwd.c: Likewise.
6259         * lib/getsubopt.c: Likewise.
6260         * lib/glob.c: Likewise.
6261         * lib/hard-locale.c: Likewise.
6262         * lib/iconvme.c: Likewise.
6263         * lib/javacomp.c: Likewise.
6264         * lib/mempcpy.c: Likewise.
6265         * lib/memrchr.c: Likewise.
6266         * lib/regex_internal.h: Likewise.
6267         * lib/stpncpy.c: Likewise.
6268         * lib/strcasecmp.c: Likewise.
6269         * lib/strchrnul.c: Likewise.
6270         * lib/strdup.c: Likewise.
6271         * lib/striconv.c: Likewise.
6272         * lib/striconveh.c: Likewise.
6273         * lib/striconveha.c: Likewise.
6274         * lib/strncasecmp.c: Likewise.
6275         * lib/strndup.c: Likewise.
6276         * lib/strnlen.c: Likewise.
6277         * lib/strsep.c: Likewise.
6278         * lib/strstr.c: Likewise.
6279         * lib/strtok_r.c: Likewise.
6280         * lib/userspec.c: Likewise.
6281         * lib/w32spawn.h: Likewise.
6282         * lib/xstrndup.c: Likewise.
6283         * lib/mountlist.c (strstr): Remove decl.
6284         * m4/string_h.m4: New file.
6285         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6286         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6287         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6288         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6289         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6290         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6291         Set REPLACE_STRCASECMP if necessary.
6292         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6293         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6294         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6295         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6296         HAVE_DECL_STRDUP if necessary.
6297         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6298         since gl_FUNC_STRNDUP does that now.
6299         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6300         Check for decl here...
6301         (gl_PREREQ_STRNLEN): ... not here.
6302         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6303         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6304         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6305         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6306         necessary.
6307         * modules/string: New file.
6308         * modules/memmem (Files): Remove special-purpose include file.
6309         (Depends-on): Add string.
6310         (Include): Include <string.h>, not the removed file.
6311         * modules/mempcpy: Likewise.
6312         * modules/memrchr: Likewise.
6313         * modules/stpcpy: Likewise.
6314         * modules/stpncpy: Likewise.
6315         * modules/strcase: Likewise.
6316         * modules/strchrnul: Likewise.
6317         * modules/strdup: Likewise.
6318         * modules/strndup: Likewise.
6319         * modules/strnlen: Likewise.
6320         * modules/strpbrk: Likewise.
6321         * modules/strsep: Likewise.
6322         * modules/strstr: Likewise.
6323         * modules/strtok_r: Likewise.
6324         * tests/test-dirname.c: Don't include "strdup.h", since
6325         <string.h> now suffices.
6326         * tests/test-memmem.c: Don't include "memmem.h", since
6327         <string.h> now suffices.
6328
6329 2007-01-25  Bruno Haible  <bruno@clisp.org>
6330
6331         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6332         *resultp is 0.
6333
6334         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6335         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6336         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6337         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6338
6339         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6340         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6341         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6342         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6343         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6344         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6345
6346 2007-01-24  Bruno Haible  <bruno@clisp.org>
6347
6348         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6349         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6350         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6351         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6352         gl_FUNC_FTS_CORE.
6353         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6354         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6355         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6356         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6357         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6358         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6359         gl_FUNC_FCHOWNAT.
6360         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6361         gl_FUNC_STRFTIME.
6362         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6363         Reported by Ralf Wildenhues.
6364
6365 2007-01-24  Bruno Haible  <bruno@clisp.org>
6366
6367         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6368         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6369         gl_GETADDRINFO.
6370         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6371         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6372         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6373
6374 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6375
6376         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6377         Don't use 'exit'; just return from 'main'.
6378         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6379
6380         * lib/fnmatch_.h: Readjust white space and comments to match
6381         glibc, to avoid spurious diffs.
6382
6383 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6384
6385         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6386         2004-12-01 change by Jakub Jelinek, since this code won't compile
6387         if !LIBC.  Problem reported by Bob Proulx.
6388
6389 2007-01-23  Bruno Haible  <bruno@clisp.org>
6390
6391         * lib/striconveh.c: Include c-strcaseeq.h.
6392         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6393         * modules/striconveh (Depends-on): Add c-strcaseeq.
6394
6395 2007-01-23  Bruno Haible  <bruno@clisp.org>
6396
6397         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6398
6399         * modules/c-strcaseeq: New file.
6400         * lib/c-strcaseeq.h: New file.
6401
6402         * modules/streq: New file.
6403         * lib/streq.h: New file.
6404
6405 2007-01-23  Bruno Haible  <bruno@clisp.org>
6406
6407         * modules/striconveha-tests: New file.
6408         * tests/test-striconveha.c: New file.
6409
6410         * lib/striconveha.h: Include <stdbool.h>.
6411         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6412         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6413         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6414         (mem_iconveha): New function.
6415         (str_iconveha_notranslit): Renamed from str_iconveha.
6416         (str_iconveha): New function.
6417         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6418         c-strcase.
6419
6420 2007-01-23  Bruno Haible  <bruno@clisp.org>
6421
6422         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6423         encodings without forgiving before trying any encoding with handler.
6424         (str_iconveha): Try all encodings without forgiving before trying any
6425         encoding with handler.
6426
6427 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6428
6429         Import the following changes from libc.
6430
6431         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6432
6433         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6434
6435         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6436
6437         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6438         normal_bracket label.
6439
6440         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6441
6442         [BZ #361]
6443         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6444         to normal_bracket after fetching the next character.
6445
6446 2007-01-22  Bruno Haible  <bruno@clisp.org>
6447
6448         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6449         argument.
6450         * lib/striconveh.c (iconv_carefully_1): New function.
6451         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6452         argument.
6453         (str_cd_iconveh): Update.
6454         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6455         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6456         * tests/test-striconveh.c (MAGIC): New macro.
6457         (new_offsets): New function.
6458         (main): Test call with and without offsets.
6459
6460 2007-01-22  Bruno Haible  <bruno@clisp.org>
6461
6462         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6463         * modules/sys_select (Makefile.am): Likewise.
6464         * modules/sys_socket (Makefile.am): Likewise.
6465         * modules/sys_time (Makefile.am): Likewise.
6466
6467 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6468
6469         * modules/gettimeofday (License): Change from GPL to LGPL, since
6470         gettimeofday is a library function.
6471
6472 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6473
6474         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6475
6476 2007-01-21  Bruno Haible  <bruno@clisp.org>
6477
6478         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6479
6480 2007-01-21  Bruno Haible  <bruno@clisp.org>
6481
6482         * modules/striconveha: New file.
6483         * lib/striconveha.h: New file.
6484         * lib/striconveha.c: New file.
6485         * MODULES.html.sh (Internationalization functions): Add striconveha.
6486         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6487         string.
6488         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6489
6490 2007-01-21  Bruno Haible  <bruno@clisp.org>
6491
6492         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6493         * lib/striconveh.c (str_iconveh): Likewise.
6494
6495 2007-01-21  Bruno Haible  <bruno@clisp.org>
6496
6497         * lib/striconveh.h (mem_iconveh): New declaration.
6498         * lib/striconveh.c (mem_iconveh): New function.
6499         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6500
6501 2007-01-21  Bruno Haible  <bruno@clisp.org>
6502
6503         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6504
6505         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6506         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6507         original result buffer.
6508         (str_cd_iconveh): Update.
6509         * tests/test-striconveh.c (main): Update.
6510
6511         * lib/striconv.h (mem_cd_iconv): Change specification.
6512         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6513         result buffer.
6514         (str_cd_iconv): Update.
6515         * tests/test-striconv.c (main): Update.
6516
6517 2007-01-21  Bruno Haible  <bruno@clisp.org>
6518
6519         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6520
6521 2007-01-20  Jim Meyering  <jim@meyering.net>
6522
6523         * lib/userspec.c (parse_with_separator): If a user or group string
6524         starts with "+", skip the corresponding name-to-ID look-up, since
6525         such a look-up must fail: user and group names may not include "+".
6526
6527 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6528
6529         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6530         since we now assume the sys_time module.
6531         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6532         check for sys/time.h; no longer needed.
6533         * modules/poll (Depends-on): Depend on sys_time.
6534
6535 2007-01-18  Bruno Haible  <bruno@clisp.org>
6536
6537         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6538         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6539
6540         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6541         gettimeofday.
6542
6543         * tests/test-gettimeofday.c: Include <time.h>.
6544         (dummy): Remove variable.
6545
6546         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6547         gl_HEADER_SYS_TIME_H.
6548         (gl_HEADER_SYS_TIME_H): New macro.
6549
6550         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6551         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6552         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6553         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6554         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6555         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6556         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6557         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6558         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6559         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6560         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6561
6562         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6563         last change; it caused a compilation error when cross-compiling to
6564         Cygwin.
6565
6566 2007-01-18  Jim Meyering  <jim@meyering.net>
6567
6568         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6569         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6570         than the race-prone "test -d sys || mkdir sys".
6571         (configure.ac): Use AC_PROG_MKDIR_P.
6572         * modules/sys_select: Likewise.
6573         * modules/sys_socket: Likewise.
6574         * modules/sys_time: Likewise.
6575
6576 2007-01-18  Eric Blake  <ebb9@byu.net>
6577
6578         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6579         replace gettimeofday.
6580         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6581         name, to avoid infinite recursion.
6582
6583 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6584
6585         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6586         module sys_time.
6587         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6588         assume timespec.h defines struct timeval.
6589         * lib/settime.c: Likewise.
6590         * lib/utimens.c: Likewise.
6591         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6592         since we now assume the gettimeofday module.
6593         * lib/tempname.c (__gen_tempname): Likewise.
6594         * lib/gettimeofday.h: Remove.
6595         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6596         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6597         Include <time.h>, for 'time()'.
6598         (localtime_buffer_addr): Also use this workaround if
6599         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6600         to simplify the uses.  All uses changed.
6601         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6602         that #undef is inside {}, and 'const' follows type name consistently.
6603         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6604         (gettimeofday): Do not use the maximum possible value for
6605         tv->tv_usec, since that might break usages other than ls.c.
6606         Instead, we'll leave ls.c alone.  This undoes today's patch
6607         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6608         we've never observed the problem but might as well keep the
6609         canary.
6610         * lib/nanosleep.c: Include timespec.h first, for interface check.
6611         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6612         now assume the sys_time module.
6613         * lib/tempname.c: Likewise.
6614         * lib/timespec.h: Likewise.
6615         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6616         needed.
6617         * lib/strftime.c: Likewise.
6618         * lib/timespec.h: Likewise.
6619         * lib/posixtm.c: Include posixtm.h first, for interface check.
6620         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6621         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6622         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6623         * lib/sys_time_.h: New file.
6624         * lib/timespec.h (struct timespec): Use long int, not long.
6625         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6626         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6627         Remove obsolescent call to AC_HEADER_TIME.
6628         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6629         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6630         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6631         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6632         Likewise.
6633         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6634         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6635         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6636         into the sys_time module.  Check for gettimeofday just once.
6637         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6638         for gettimeofday signature to just check the signature.  Merely
6639         compile it, since linking doesn't test signature.  Improve test for
6640         whether gettimeofday.o is actually needed.
6641         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6642         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6643         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6644         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6645         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6646         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6647         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6648         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6649         than worrying about sys/time.h.
6650         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6651         Don't bother worrying about TIME_WITH_SYS_TIME.
6652         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6653         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6654         * m4/sys_time_h.m4: New file.
6655         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6656         Don't include sys/time.h.  Return from main rather than exiting.
6657         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6658         all uses changed.
6659         * modules/gethrxtime (Depends-on): Add sys_time.
6660         * modules/gettime (Depends-on): Likewise.
6661         * modules/gettimeofday (Depends-on): Likewise.
6662         * modules/nanosleep (Depends-on): Likewise.
6663         * modules/settime (Depends-on): Likewise.
6664         * modules/tempname (Depends-on): Likewise.
6665         * modules/utimens (Depends-on): Likewise.
6666         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6667         (Include:) Change back to <sys/time.h>.
6668         (Maintainer:) Add self.
6669         * modules/sys_time: New file.
6670         * modules/tempname (Depends-on): Add gettimeofday.
6671         * tests/test-gettimeofday.c: Include <sys/time.h>
6672         rather than gettimeofday.h.
6673
6674 2007-01-17  Bruno Haible  <bruno@clisp.org>
6675
6676         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6677         the license default to GPL.
6678         (func_create_testdir): Don't complain if a module is LGPL and its
6679         tests module depends on GPLed modules.
6680
6681 2007-01-17  Bruno Haible  <bruno@clisp.org>
6682
6683         * lib/gettimeofday.c (gettimeofday): Add code for the case
6684         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6685         maximum possible value for tv->tv_usec, rather than the minimum one.
6686
6687 2005-10-08  Martin Lambers  <marlam@marlam.de>
6688 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6689 2007-01-16  Bruno Haible  <bruno@clisp.org>
6690
6691         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6692         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6693         gl_FUNC_GETTIMEOFDAY.
6694         (Include): Add gettimeofday.h.
6695         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6696         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6697         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6698         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6699         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6700         * lib/gettimeofday.h: New file.
6701         * lib/gettimeofday.c: Include <sys/timeb.h>.
6702         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6703         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6704         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6705         fall back on time().
6706
6707         * tests/test-gettimeofday.c: New file.
6708         * modules/gettimeofday-tests: New file.
6709
6710 2007-01-16  Eric Blake  <ebb9@byu.net>
6711
6712         * modules/fnmatch (Depends-on): Depend on wchar.
6713         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6714         * m4/fnmatch.m4: Likewise.
6715         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6716         * m4/mbchar.m4: Likewise.
6717         * modules/mbswidth (Depends-on): Depend on wchar.
6718         * lib/mbswidth.c: Assume <wchar.h>.
6719         * m4/mbswidth.m4: Likewise.
6720         * modules/quotearg (Depends-on): Depend on wchar.
6721         * lib/quotearg.c: Assume <wchar.h>.
6722         * m4/quotearg.m4: Likewise.
6723         * modules/regex (Depends-on): Depend on wchar.
6724         * lib/regex_internal.h: Assume <wchar.h>.
6725         * m4/regex.m4: Likewise.
6726         * modules/stdint (Depends-on): Depend on wchar.
6727         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6728         * m4/stdint.m4: Likewise.
6729         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6730         * modules/strftime (Depends-on): Depend on wchar.
6731         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6732         * modules/strtol (Depends-on): Depend on wchar.
6733         * lib/strtol.c: Assume <wchar.h>.
6734         * modules/wcwidth (Depends-on): Depend on wchar.
6735         * lib/wcwidth.h: Assume <wchar.h>.
6736         * m4/wcwidth.m4: Likewise.
6737
6738 2007-01-16  Bruno Haible  <bruno@clisp.org>
6739
6740         * modules/csharpexec-script: New, created from...
6741         * modules/csharpexec: ... this.
6742
6743 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6744
6745         * modules/javaexec-script: New, created from...
6746         * modules/javaexec: ... this.
6747
6748 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6749
6750         * modules/poll (Dependencies): Add sys_select.
6751
6752 2007-01-15  Jim Meyering  <jim@meyering.net>
6753
6754         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6755         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6756         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6757         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6758
6759 2007-01-15  Bruno Haible  <bruno@clisp.org>
6760
6761         * modules/striconveh: New file.
6762         * lib/striconveh.h: New file.
6763         * lib/striconveh.c: New file.
6764         * MODULES.html.sh (Internationalization functions): Add striconveh.
6765
6766         * modules/striconveh-tests: New file.
6767         * tests/test-striconveh.c: New file.
6768
6769 2007-01-15  Bruno Haible  <bruno@clisp.org>
6770
6771         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6772         not from GNU libiconv or GNU libc.
6773
6774 2007-01-15  Bruno Haible  <bruno@clisp.org>
6775
6776         * doc/gnulib-intro.texi (Copyright): Explain the different license
6777         terms for module descriptions, autoconf macros, tests, documentation.
6778
6779 2007-01-14  Bruno Haible  <bruno@clisp.org>
6780
6781         * modules/striconv-tests: New file.
6782         * tests/test-striconv.c: New file.
6783
6784 2007-01-14  Bruno Haible  <bruno@clisp.org>
6785
6786         * modules/iconv-tests: New file.
6787         * tests/test-iconv.c: New file.
6788
6789 2007-01-14  Bruno Haible  <bruno@clisp.org>
6790
6791         * gnulib-tool (func_get_license): For test modules, use the license of
6792         the main module.
6793
6794 2007-01-14  Bruno Haible  <bruno@clisp.org>
6795
6796         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6797         if iconv is found to exist.
6798
6799 2007-01-14  Bruno Haible  <bruno@clisp.org>
6800
6801         * modules/c-ctype-tests: New file.
6802         * tests/test-c-ctype.c: New file.
6803
6804 2007-01-14  Bruno Haible  <bruno@clisp.org>
6805
6806         * modules/binary-io-tests: New file.
6807         * tests/test-binary-io.sh: New file.
6808         * tests/test-binary-io.c: New file.
6809
6810 2007-01-14  Bruno Haible  <bruno@clisp.org>
6811
6812         * modules/array-oset-tests: New file.
6813         * tests/test-array_oset.c: New file.
6814
6815 2007-01-14  Bruno Haible  <bruno@clisp.org>
6816
6817         * modules/array-list-tests: New file.
6818         * tests/test-array_list.c: New file.
6819
6820 2007-01-14  Bruno Haible  <bruno@clisp.org>
6821
6822         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6823         and make.
6824         Reported by Simon Josefsson in
6825         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6826
6827 2007-01-14  Bruno Haible  <bruno@clisp.org>
6828
6829         * modules/allocsa-tests: New file.
6830         * tests/test-allocsa.c: New file.
6831
6832 2007-01-14  Bruno Haible  <bruno@clisp.org>
6833
6834         * modules/fchdir (Depends-on): Add absolute-header.
6835         * modules/unistd (Depends-on): Likewise.
6836
6837 2006-12-30  Bruno Haible  <bruno@clisp.org>
6838
6839         * modules/fchdir: New file.
6840         * modules/unistd (Files): Add lib/unistd_.h.
6841         (Makefile.am): Generate unistd.h from unistd_.h.
6842         * lib/fchdir.c: New file.
6843         * lib/dirent_.h: New file.
6844         * lib/unistd_.h: New file.
6845         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6846         * m4/fchdir.m4: New file.
6847         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6848         (gl_HEADER_UNISTD): Invoke it.
6849         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6850         function.
6851         * lib/backupfile.c (opendir, closedir): Undefine.
6852         * lib/chown.c (open, close): Undefine.
6853         * lib/clean-temp.c (open, close): Undefine.
6854         * lib/copy-file.c (open, close): Undefine.
6855         * lib/execute.c (open, close): Undefine.
6856         * lib/fsusage.c (open, close): Undefine.
6857         * lib/gc-gnulib.c (open, close): Undefine.
6858         * lib/getcwd.c (opendir, closedir): Undefine.
6859         * lib/glob.c (opendir, closedir): Undefine.
6860         * lib/javacomp.c (open, close): Undefine.
6861         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6862         * lib/openat-proc.c (open, close): Undefine.
6863         * lib/pagealign_alloc.c (open, close): Undefine.
6864         * lib/pipe.c (open, close): Undefine.
6865         * lib/progreloc.c (open, close): Undefine.
6866         * lib/savedir.c (opendir, closedir): Undefine.
6867         * lib/utime.c (open, close): Undefine.
6868         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6869
6870 2007-01-10  Bruno Haible  <bruno@clisp.org>
6871
6872         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6873
6874 2007-01-12  Eric Blake  <ebb9@byu.net>
6875
6876         Provide a robust <wchar.h>.  Further simplifications are now
6877         possible in other modules, but not included here.
6878         * modules/wchar: New module.
6879         * m4/wchar.m4: New file.
6880         * lib/wchar_.h: Likewise.
6881         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6882         of the new module.
6883         * MODULES.html.sh (Extended multibyte and wide character utilities):
6884         New section.
6885
6886 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6887
6888         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6889         to a reasonable default for memory allocation.
6890         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6891         file system that reports garbage st_size values for symlinks.
6892         Problem reported by Liyang Hu.
6893
6894 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6895
6896         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6897         Emacs .#* auto-save files).
6898
6899 2007-01-11  Bruno Haible  <bruno@clisp.org>
6900
6901         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6902         directory.
6903
6904 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6905
6906         Use @...@ consistently in lib/wctype_.h.
6907         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6908         on it being set to 1 or 0.
6909         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6910         go back to AC_SUBSTing it.
6911         * modules/wctype (Makefile.am): Undo previous change.
6912
6913 2007-01-10  Eric Blake  <ebb9@byu.net>
6914
6915         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6916         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6917         * modules/wctype (Makefile.am): Likewise.
6918         Reported by Chris McGuire.
6919
6920 2007-01-10  Jim Meyering  <jim@meyering.net>
6921
6922         fts.c: a small readability/maintainability improvement
6923         * lib/fts.c (fts_read): Make this code slightly more readable and
6924         maintainable by hoisting the "sp->fts_cur = p" assignments to
6925         immediately follow the statements that set P.  Derived from
6926         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6927
6928 2007-01-10  Eric Blake  <ebb9@byu.net>
6929
6930         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6931         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6932         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6933         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6934         Reported by Chris McGuire.
6935
6936 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6937
6938         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6939         in sed script.
6940
6941 2007-01-09  Bruno Haible  <bruno@clisp.org>
6942
6943         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6944         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6945         variables.
6946         (func_module): Use them.
6947
6948 2007-01-09  Bruno Haible  <bruno@clisp.org>
6949
6950         * modules/unistr/base: New file.
6951         * lib/unistr.h: New file.
6952
6953         * modules/unistr/u8-to-u16: New file.
6954         * lib/unistr/u8-to-u16.c: New file.
6955
6956         * modules/unistr/u8-to-u32: New file.
6957         * lib/unistr/u8-to-u32.c: New file.
6958
6959         * modules/unistr/u16-to-u8: New file.
6960         * lib/unistr/u16-to-u8.c: New file.
6961
6962         * modules/unistr/u16-to-u32: New file.
6963         * lib/unistr/u16-to-u32.c: New file.
6964
6965         * modules/unistr/u32-to-u8: New file.
6966         * lib/unistr/u32-to-u8.c: New file.
6967
6968         * modules/unistr/u32-to-u16: New file.
6969         * lib/unistr/u32-to-u16.c: New file.
6970
6971         * modules/unistr/u8-check: New file.
6972         * modules/unistr/u16-check: New file.
6973         * modules/unistr/u32-check: New file.
6974         * lib/unistr/u8-check.c: New file.
6975         * lib/unistr/u16-check.c: New file.
6976         * lib/unistr/u32-check.c: New file.
6977
6978         * modules/unistr/u8-chr: New file.
6979         * modules/unistr/u16-chr: New file.
6980         * modules/unistr/u32-chr: New file.
6981         * lib/unistr/u8-chr.c: New file.
6982         * lib/unistr/u16-chr.c: New file.
6983         * lib/unistr/u32-chr.c: New file.
6984
6985         * modules/unistr/u8-cmp: New file.
6986         * modules/unistr/u16-cmp: New file.
6987         * modules/unistr/u32-cmp: New file.
6988         * lib/unistr/u8-cmp.c: New file.
6989         * lib/unistr/u16-cmp.c: New file.
6990         * lib/unistr/u32-cmp.c: New file.
6991
6992         * modules/unistr/u8-cpy: New file.
6993         * modules/unistr/u16-cpy: New file.
6994         * modules/unistr/u32-cpy: New file.
6995         * lib/unistr/u8-cpy.c: New file.
6996         * lib/unistr/u16-cpy.c: New file.
6997         * lib/unistr/u32-cpy.c: New file.
6998         * lib/unistr/u-cpy.h: New file.
6999
7000         * modules/unistr/u8-cpy-alloc: New file.
7001         * modules/unistr/u16-cpy-alloc: New file.
7002         * modules/unistr/u32-cpy-alloc: New file.
7003         * lib/unistr/u8-cpy-alloc.c: New file.
7004         * lib/unistr/u16-cpy-alloc.c: New file.
7005         * lib/unistr/u32-cpy-alloc.c: New file.
7006         * lib/unistr/u-cpy-alloc.h: New file.
7007
7008         * modules/unistr/u8-endswith: New file.
7009         * modules/unistr/u16-endswith: New file.
7010         * modules/unistr/u32-endswith: New file.
7011         * lib/unistr/u8-endswith.c: New file.
7012         * lib/unistr/u16-endswith.c: New file.
7013         * lib/unistr/u32-endswith.c: New file.
7014         * lib/unistr/u-endswith.h: New file.
7015
7016         * modules/unistr/u8-mblen: New file.
7017         * modules/unistr/u16-mblen: New file.
7018         * modules/unistr/u32-mblen: New file.
7019         * lib/unistr/u8-mblen.c: New file.
7020         * lib/unistr/u16-mblen.c: New file.
7021         * lib/unistr/u32-mblen.c: New file.
7022
7023         * modules/unistr/u8-mbtouc: New file.
7024         * modules/unistr/u16-mbtouc: New file.
7025         * modules/unistr/u32-mbtouc: New file.
7026         * lib/unistr/u8-mbtouc.c: New file.
7027         * lib/unistr/u16-mbtouc.c: New file.
7028         * lib/unistr/u32-mbtouc.c: New file.
7029
7030         * modules/unistr/u8-mbtouc-safe: New file.
7031         * modules/unistr/u16-mbtouc-safe: New file.
7032         * modules/unistr/u32-mbtouc-safe: New file.
7033         * lib/unistr/u8-mbtouc-safe.c: New file.
7034         * lib/unistr/u16-mbtouc-safe.c: New file.
7035         * lib/unistr/u32-mbtouc-safe.c: New file.
7036
7037         * modules/unistr/u8-move: New file.
7038         * modules/unistr/u16-move: New file.
7039         * modules/unistr/u32-move: New file.
7040         * lib/unistr/u8-move.c: New file.
7041         * lib/unistr/u16-move.c: New file.
7042         * lib/unistr/u32-move.c: New file.
7043         * lib/unistr/u-move.h: New file.
7044
7045         * modules/unistr/u8-next: New file.
7046         * modules/unistr/u16-next: New file.
7047         * modules/unistr/u32-next: New file.
7048         * lib/unistr/u8-next.c: New file.
7049         * lib/unistr/u16-next.c: New file.
7050         * lib/unistr/u32-next.c: New file.
7051
7052         * modules/unistr/u8-prev: New file.
7053         * modules/unistr/u16-prev: New file.
7054         * modules/unistr/u32-prev: New file.
7055         * lib/unistr/u8-prev.c: New file.
7056         * lib/unistr/u16-prev.c: New file.
7057         * lib/unistr/u32-prev.c: New file.
7058
7059         * modules/unistr/u8-set: New file.
7060         * modules/unistr/u16-set: New file.
7061         * modules/unistr/u32-set: New file.
7062         * lib/unistr/u8-set.c: New file.
7063         * lib/unistr/u16-set.c: New file.
7064         * lib/unistr/u32-set.c: New file.
7065         * lib/unistr/u-set.h: New file.
7066
7067         * modules/unistr/u8-startswith: New file.
7068         * modules/unistr/u16-startswith: New file.
7069         * modules/unistr/u32-startswith: New file.
7070         * lib/unistr/u8-startswith.c: New file.
7071         * lib/unistr/u16-startswith.c: New file.
7072         * lib/unistr/u32-startswith.c: New file.
7073         * lib/unistr/u-startswith.h: New file.
7074
7075         * modules/unistr/u8-stpcpy: New file.
7076         * modules/unistr/u16-stpcpy: New file.
7077         * modules/unistr/u32-stpcpy: New file.
7078         * lib/unistr/u8-stpcpy.c: New file.
7079         * lib/unistr/u16-stpcpy.c: New file.
7080         * lib/unistr/u32-stpcpy.c: New file.
7081         * lib/unistr/u-stpcpy.h: New file.
7082
7083         * modules/unistr/u8-stpncpy: New file.
7084         * modules/unistr/u16-stpncpy: New file.
7085         * modules/unistr/u32-stpncpy: New file.
7086         * lib/unistr/u8-stpncpy.c: New file.
7087         * lib/unistr/u16-stpncpy.c: New file.
7088         * lib/unistr/u32-stpncpy.c: New file.
7089         * lib/unistr/u-stpncpy.h: New file.
7090
7091         * modules/unistr/u8-strcat: New file.
7092         * modules/unistr/u16-strcat: New file.
7093         * modules/unistr/u32-strcat: New file.
7094         * lib/unistr/u8-strcat.c: New file.
7095         * lib/unistr/u16-strcat.c: New file.
7096         * lib/unistr/u32-strcat.c: New file.
7097         * lib/unistr/u-strcat.h: New file.
7098
7099         * modules/unistr/u8-strchr: New file.
7100         * modules/unistr/u16-strchr: New file.
7101         * modules/unistr/u32-strchr: New file.
7102         * lib/unistr/u8-strchr.c: New file.
7103         * lib/unistr/u16-strchr.c: New file.
7104         * lib/unistr/u32-strchr.c: New file.
7105
7106         * modules/unistr/u8-strcmp: New file.
7107         * modules/unistr/u16-strcmp: New file.
7108         * modules/unistr/u32-strcmp: New file.
7109         * lib/unistr/u8-strcmp.c: New file.
7110         * lib/unistr/u16-strcmp.c: New file.
7111         * lib/unistr/u32-strcmp.c: New file.
7112
7113         * modules/unistr/u8-strcpy: New file.
7114         * modules/unistr/u16-strcpy: New file.
7115         * modules/unistr/u32-strcpy: New file.
7116         * lib/unistr/u8-strcpy.c: New file.
7117         * lib/unistr/u16-strcpy.c: New file.
7118         * lib/unistr/u32-strcpy.c: New file.
7119         * lib/unistr/u-strcpy.h: New file.
7120
7121         * modules/unistr/u8-strcspn: New file.
7122         * modules/unistr/u16-strcspn: New file.
7123         * modules/unistr/u32-strcspn: New file.
7124         * lib/unistr/u8-strcspn.c: New file.
7125         * lib/unistr/u16-strcspn.c: New file.
7126         * lib/unistr/u32-strcspn.c: New file.
7127         * lib/unistr/u-strcspn.h: New file.
7128
7129         * modules/unistr/u8-strdup: New file.
7130         * modules/unistr/u16-strdup: New file.
7131         * modules/unistr/u32-strdup: New file.
7132         * lib/unistr/u8-strdup.c: New file.
7133         * lib/unistr/u16-strdup.c: New file.
7134         * lib/unistr/u32-strdup.c: New file.
7135         * lib/unistr/u-strdup.h: New file.
7136
7137         * modules/unistr/u8-strlen: New file.
7138         * modules/unistr/u16-strlen: New file.
7139         * modules/unistr/u32-strlen: New file.
7140         * lib/unistr/u8-strlen.c: New file.
7141         * lib/unistr/u16-strlen.c: New file.
7142         * lib/unistr/u32-strlen.c: New file.
7143         * lib/unistr/u-strlen.h: New file.
7144
7145         * modules/unistr/u8-strmblen: New file.
7146         * modules/unistr/u16-strmblen: New file.
7147         * modules/unistr/u32-strmblen: New file.
7148         * lib/unistr/u8-strmblen.c: New file.
7149         * lib/unistr/u16-strmblen.c: New file.
7150         * lib/unistr/u32-strmblen.c: New file.
7151
7152         * modules/unistr/u8-strmbtouc: New file.
7153         * modules/unistr/u16-strmbtouc: New file.
7154         * modules/unistr/u32-strmbtouc: New file.
7155         * lib/unistr/u8-strmbtouc.c: New file.
7156         * lib/unistr/u16-strmbtouc.c: New file.
7157         * lib/unistr/u32-strmbtouc.c: New file.
7158
7159         * modules/unistr/u8-strncat: New file.
7160         * modules/unistr/u16-strncat: New file.
7161         * modules/unistr/u32-strncat: New file.
7162         * lib/unistr/u8-strncat.c: New file.
7163         * lib/unistr/u16-strncat.c: New file.
7164         * lib/unistr/u32-strncat.c: New file.
7165         * lib/unistr/u-strncat.h: New file.
7166
7167         * modules/unistr/u8-strncmp: New file.
7168         * modules/unistr/u16-strncmp: New file.
7169         * modules/unistr/u32-strncmp: New file.
7170         * lib/unistr/u8-strncmp.c: New file.
7171         * lib/unistr/u16-strncmp.c: New file.
7172         * lib/unistr/u32-strncmp.c: New file.
7173
7174         * modules/unistr/u8-strncpy: New file.
7175         * modules/unistr/u16-strncpy: New file.
7176         * modules/unistr/u32-strncpy: New file.
7177         * lib/unistr/u8-strncpy.c: New file.
7178         * lib/unistr/u16-strncpy.c: New file.
7179         * lib/unistr/u32-strncpy.c: New file.
7180         * lib/unistr/u-strncpy.h: New file.
7181
7182         * modules/unistr/u8-strnlen: New file.
7183         * modules/unistr/u16-strnlen: New file.
7184         * modules/unistr/u32-strnlen: New file.
7185         * lib/unistr/u8-strnlen.c: New file.
7186         * lib/unistr/u16-strnlen.c: New file.
7187         * lib/unistr/u32-strnlen.c: New file.
7188         * lib/unistr/u-strnlen.h: New file.
7189
7190         * modules/unistr/u8-strpbrk: New file.
7191         * modules/unistr/u16-strpbrk: New file.
7192         * modules/unistr/u32-strpbrk: New file.
7193         * lib/unistr/u8-strpbrk.c: New file.
7194         * lib/unistr/u16-strpbrk.c: New file.
7195         * lib/unistr/u32-strpbrk.c: New file.
7196         * lib/unistr/u-strpbrk.h: New file.
7197
7198         * modules/unistr/u8-strrchr: New file.
7199         * modules/unistr/u16-strrchr: New file.
7200         * modules/unistr/u32-strrchr: New file.
7201         * lib/unistr/u8-strrchr.c: New file.
7202         * lib/unistr/u16-strrchr.c: New file.
7203         * lib/unistr/u32-strrchr.c: New file.
7204
7205         * modules/unistr/u8-strspn: New file.
7206         * modules/unistr/u16-strspn: New file.
7207         * modules/unistr/u32-strspn: New file.
7208         * lib/unistr/u8-strspn.c: New file.
7209         * lib/unistr/u16-strspn.c: New file.
7210         * lib/unistr/u32-strspn.c: New file.
7211         * lib/unistr/u-strspn.h: New file.
7212
7213         * modules/unistr/u8-strstr: New file.
7214         * modules/unistr/u16-strstr: New file.
7215         * modules/unistr/u32-strstr: New file.
7216         * lib/unistr/u8-strstr.c: New file.
7217         * lib/unistr/u16-strstr.c: New file.
7218         * lib/unistr/u32-strstr.c: New file.
7219         * lib/unistr/u-strstr.h: New file.
7220
7221         * modules/unistr/u8-strtok: New file.
7222         * modules/unistr/u16-strtok: New file.
7223         * modules/unistr/u32-strtok: New file.
7224         * lib/unistr/u8-strtok.c: New file.
7225         * lib/unistr/u16-strtok.c: New file.
7226         * lib/unistr/u32-strtok.c: New file.
7227         * lib/unistr/u-strtok.h: New file.
7228
7229         * modules/unistr/u8-uctomb: New file.
7230         * modules/unistr/u16-uctomb: New file.
7231         * modules/unistr/u32-uctomb: New file.
7232         * lib/unistr/u8-uctomb.c: New file.
7233         * lib/unistr/u16-uctomb.c: New file.
7234         * lib/unistr/u32-uctomb.c: New file.
7235
7236         * MODULES.html.sh (Unicode string functions): Add the new modules.
7237
7238 2007-01-08  Bruno Haible  <bruno@clisp.org>
7239
7240         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7241         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7242         subdirectories.
7243
7244 2007-01-08  Karl Berry  <karl@gnu.org>
7245
7246         * doc/error.texi: mention that main() fns must set program_name
7247         when progname is used.
7248
7249 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7250
7251         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7252         WCTYPE_H is empty, for the benefit of builds from non-distclean
7253         directories.  Problem reported by Eric Blake in
7254         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7255
7256 2007-01-08  Bruno Haible  <bruno@clisp.org>
7257
7258         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7259         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7260         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7261         PROVIDE_CANONICALIZE_FILENAME_MODE.
7262         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7263
7264 2007-01-08  Bruno Haible  <bruno@clisp.org>
7265
7266         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7267         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7268         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7269         * lib/fts.c: Likewise.
7270         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7271
7272 2006-12-25  Bruno Haible  <bruno@clisp.org>
7273
7274         * modules/utf8-ucs4-safe: New file.
7275         * lib/utf8-ucs4-safe.h: New file.
7276         * lib/unistr/utf8-ucs4-safe.c: New file.
7277
7278         * modules/utf16-ucs4-safe: New file.
7279         * lib/utf16-ucs4-safe.h: New file.
7280         * lib/unistr/utf16-ucs4-safe.c: New file.
7281
7282         * MODULES.html.sh (Unicode string functions): Add the new modules.
7283
7284 2007-01-08  Bruno Haible  <bruno@clisp.org>
7285
7286         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7287         (Depends-on): Add unitypes.
7288         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7289         (u8_mbtouc_aux): Move out to separate file.
7290         (u8_mbtouc): Use ucs4_t, uint8_t types.
7291         * lib/unistr/utf8-ucs4.c: New file.
7292
7293         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7294         (Depends-on): Add unitypes.
7295         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7296         (u16_mbtouc_aux): Move out to separate file.
7297         (u16_mbtouc): Use ucs4_t, uint16_t types.
7298         * lib/unistr/utf16-ucs4.c: New file.
7299
7300         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7301         (Depends-on): Add unitypes.
7302         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7303         (u8_uctomb_aux): Move out to separate file.
7304         (u8_uctomb): Use ucs4_t, uint8_t types.
7305         * lib/unistr/ucs4-utf8.c: New file.
7306
7307         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7308         (Depends-on): Add unitypes.
7309         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7310         (u16_uctomb_aux): Move out to separate file.
7311         (u16_uctomb): Use ucs4_t, uint16_t types.
7312         * lib/unistr/ucs4-utf16.c: New file.
7313
7314 2006-12-25  Bruno Haible  <bruno@clisp.org>
7315
7316         * modules/unitypes: New file.
7317         * lib/unitypes.h: New file.
7318         * MODULES.html.sh (func_all_modules): New section "Unicode string
7319         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7320         this section. Add unitypes.
7321
7322 2007-01-08  Bruno Haible  <bruno@clisp.org>
7323
7324         Avoid variable names that conflict with those from libtool.
7325         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7326         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7327         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7328         library_names_spec to acl_library_names_spec, hardcode_* to
7329         acl_hardcode_*.
7330         Reported by Ralf Wildenhues.
7331
7332 2007-01-08  Bruno Haible  <bruno@clisp.org>
7333
7334         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7335         definition.
7336         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7337         definition.
7338         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7339         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7340         definition.
7341         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7342         definition.
7343         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7344         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7345         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7346         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7347         definition.
7348         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7349         definition.
7350         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7351         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7352         GC_USE_<algorithm>.
7353         * lib/gc-libgcrypt.c: Likewise.
7354         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7355         * modules/gc-arctwo (configure.ac): Likewise.
7356         * modules/gc-des (configure.ac): Likewise.
7357         * modules/gc-hmac-md5 (configure.ac): Likewise.
7358         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7359         * modules/gc-md2 (configure.ac): Likewise.
7360         * modules/gc-md4 (configure.ac): Likewise.
7361         * modules/gc-md5 (configure.ac): Likewise.
7362         * modules/gc-random (configure.ac): Likewise.
7363         * modules/gc-rijndael (configure.ac): Likewise.
7364         * modules/gc-sha1 (configure.ac): Likewise.
7365
7366 2007-01-08  Bruno Haible  <bruno@clisp.org>
7367
7368         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7369         macro definition.
7370         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7371         definition.
7372         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7373         definition.
7374         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7375         * modules/fcntl-safer (configure.ac): Likewise.
7376         * modules/fopen-safer (configure.ac): Likewise.
7377         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7378         GNULIB_FWRITEERROR macro definition.
7379
7380 2007-01-08  Bruno Haible  <bruno@clisp.org>
7381
7382         * m4/gnulib-common.m4: New file.
7383         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7384         (func_get_filelist): Add m4/gnulib-common.m4.
7385
7386 2007-01-08  Bruno Haible  <bruno@clisp.org>
7387
7388         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7389         command.
7390
7391 2007-01-08  Jim Meyering  <jim@meyering.net>
7392
7393         Use a more robust test for a "can't happen" condition.
7394         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7395         narrowed the st_size value.  Presuming the "can't happen" condition
7396         is true, that narrowing could conceivably convert an invalid st_size
7397         value into a valid one.  Instead, use a change based on Matthew
7398         Woehlke's original patch.
7399
7400         Slight readability improvement: use an assert-like macro
7401         in place of literal "abort ()" uses.
7402         * lib/fts.c (fts_assert): Define.
7403         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7404         Use this macro instead of a bare 'abort'.
7405
7406 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7407
7408         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7409         simply work around them.
7410         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7411         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7412         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7413         declaring.
7414         Don't bother to define as macros, since the standard doesn't require it.
7415         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7416         longer worry about IRIX 5.3.
7417         (HAVE_WCTYPE_CTMP_BUG): Remove.
7418
7419 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7420
7421         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7422         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7423         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7424         Problems reported by Georg Schwarz for IRIX 5.3.
7425
7426         * gnulib-tool (autoconf_minversion): Take the maximum version number
7427         found, not the minimum.  Problem reported by James Youngman.
7428
7429 2007-01-03  Karl Berry  <karl@gnu.org>
7430
7431         * doc/error.texi: new file, explaining interaction with progname.
7432         * doc/gnulib.texi: include it.  Update copyright.
7433
7434 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7435
7436         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7437         AC_CANONICAL_HOST, to improve autobuild outputs.
7438
7439 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7440             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7441
7442         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7443         sockets, server sockets, and other file descriptors.  Count errors
7444         to compute the return value.  Reorder the code a bit to be easier
7445         to follow.  Don't set event bits that were not requested (except
7446         POLLERR and POLLHUP).
7447
7448 2007-01-01  Bruno Haible  <bruno@clisp.org>
7449
7450         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7451
7452 2007-01-03  Jim Meyering  <jim@meyering.net>
7453
7454         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7455
7456 2007-01-02  Bruno Haible  <bruno@clisp.org>
7457
7458         * modules/settime (Include): Require timespec.h.
7459         * modules/nanosleep (Include): Likewise.
7460
7461 2007-01-01  Bruno Haible  <bruno@clisp.org>
7462
7463         * gnulib-tool (func_emit_copyright_notice): Bump year.
7464         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7465
7466 2007-01-01  Bruno Haible  <bruno@clisp.org>
7467
7468         Improve support for OpenBSD.
7469         * build-aux/config.rpath (libname_spec): Export.
7470         (library_names_spec): New variable. Export.
7471         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7472         library_names_spec from the config.rpath output. Locate shared library
7473         through the name pattern in library_names_spec.
7474
7475 2007-01-01  Eric Blake  <ebb9@byu.net>
7476
7477         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7478
7479 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7480
7481         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7482         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7483         assume the C locale, and avoid an "eval" that could cause trouble.
7484         Problem with SORT reported by Bob Proulx.
7485
7486         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7487         Define.  Trivial patch from Henning Nielsen Lund, originally
7488         sent to bug-grep@gnu.org today.
7489
7490 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7493         struct stat.  Problem reported by Henning Nielsen Lund.
7494         * lib/acl.c: Include acl.h first, to check interface.  Don't
7495         bother to include sys/types.h and sys/stat.h again.
7496
7497 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7498
7499         Import the following change from libc; problem reported by
7500         Sven Verdoolaege.
7501
7502         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7503
7504         [BZ #1373]
7505         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7506
7507 2006-12-28  Jim Meyering  <jim@meyering.net>
7508
7509         * build-aux/announce-gen: Do not assume that the package
7510         builds any of tar.gz, tar.bz2, and .xdelta files.
7511         Suggestion from Simon Josefsson.
7512
7513 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7514
7515         * modules/announce-gen: New file.
7516
7517 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7518
7519         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7520         handles its gotchas now.
7521         * lib/mbswidth.c: Likewise.
7522         * lib/wcwidth.h: Likewise.
7523         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7524         and iswcntrl; the wctype module does this stuff now.
7525         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7526         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7527         * modules/mbchar (Depends-on): Add wctype.
7528         * modules/mbswidth (Depends-on): Likewise.
7529         * modules/wcwidth (Depends-on): Likewise.
7530
7531 2006-12-27  Eric Blake  <ebb9@byu.net>
7532
7533         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7534         module uses more than what <wctype.h> is required to provide.
7535
7536 2006-12-26  Eric Blake  <ebb9@byu.net>
7537
7538         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7539
7540 2006-12-26  Eric Blake  <ebb9@byu.net>
7541
7542         * modules/absolute-header: New module.
7543         * modules/fcntl (Depends-on): Depend on it.
7544         * modules/inttypes (Depends-on): Likewise.
7545         * modules/stdint (Depends-on): Likewise.
7546         * modules/sys_stat (Depends-on): Likewise.
7547         * modules/wctype (Depends-on): Likewise.
7548         * MODULES.html.sh (Support for building libraries and
7549         executables): Document it.
7550
7551 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7552
7553         * gnulib-tool (SED): Remove, undoing previous change.
7554         The problem was that it broke coreutils on Solaris, because
7555         "sed --posix" leaked into a makefile.
7556         (sed): New alias, if 'alias' and GNU sed.
7557
7558 2006-12-24  Jim Meyering  <jim@meyering.net>
7559
7560         Work around an fchownat bug in glibc-2.4:
7561         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7562         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7563         in spite of the -P option.
7564         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7565         New macros.
7566         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7567         * modules/openat (Files): Add lib/fchownat.c.
7568         * lib/openat.c (fchownat): Don't define here.  Move to...
7569         * lib/fchownat.c: ...this new file.
7570
7571 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7572
7573         Fix bug reported by Bruno Haible in
7574         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7575         where quotearg.c didn't compile on Mac OS X 10.2 because it
7576         lacks <wchar.h> and wint_t.
7577         * lib/wctype_.h (__wctype_wint_t): New type.
7578         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7579         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7580         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7581         Arg is now of type __wctype_wint_t, not wint_t.
7582         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7583         substitute HAVE_WINT_T.
7584         * modules/wctype (Files): Add m4/wint_t.m4.
7585         (wctype.h): Substitute HAVE_WINT_T.
7586
7587 2006-12-23  Bruno Haible  <bruno@clisp.org>
7588
7589         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7590
7591 2006-12-23  Bruno Haible  <bruno@clisp.org>
7592
7593         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7594         S_ISLNK.
7595         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7596         mingw.
7597
7598 2006-12-22  Bruno Haible  <bruno@clisp.org>
7599
7600         * lib/copy-file.c: Include acl.h.
7601         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7602         Close the file descriptors only after being done with copy_acl.
7603         * modules/copy-file (Depends-on): Add acl.
7604
7605 2006-12-22  Bruno Haible  <bruno@clisp.org>
7606
7607         * gnulib-tool (SED): New variable.
7608         Use $SED instead of sed everywhere.
7609
7610 2006-12-22  Bruno Haible  <bruno@clisp.org>
7611
7612         * modules/no-c++: New file.
7613         * m4/no-c++.m4: New file.
7614         * MODULES.html.sh (Support for building libraries and executables):
7615         Add no-c++.
7616
7617 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7618
7619         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7620         Include <limits.h>, and use its INT_MAX to rewrite the
7621         j loop so that it does not overflow 'int'.  Problem reported by
7622         Ralf Wildenhues in
7623         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7624         Play it safe by shifting left by 1 rather than multiplying by 2,
7625         as GCC is less likely to optimize this away when the value
7626         is signed (when it assumes overflow leads to undefined behavior).
7627         Also, don't assume time_t uses two's complement.
7628
7629 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7630
7631         * MODULES.html.sh: New module wctype.
7632         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7633         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7634         <wctype.h>, since the new wctype module should fix this.
7635         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7636         the wctype module should arrange for it.
7637         * lib/regex_internal.h: Likewise.
7638         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7639         since the wctype module should handle this now.
7640         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7641         * modules/fnmatch (Depends-on): Add wctype.
7642         * modules/quotearg (Depends-on): Likewise.
7643         * modules/regex (Depends-on): Likewise.
7644
7645 2006-12-19  Bruno Haible  <bruno@clisp.org>
7646
7647         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7648         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7649
7650 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7651
7652         * modules/savewd (Depends-on): Fix dependency on fcntl.
7653
7654 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7655
7656         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7657         conforms to C99, rather than relying on the user's environment
7658         setting of STDINT_H.
7659
7660 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7661         and Eric Blake  <ebb9@byu.net>
7662
7663         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7664         This is more consistent with the other defines here.
7665         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7666         Port to z/OS.  Problem reported by Paul Gilmartin.
7667         Change local vars to use gl_ prefix rather than ac_.
7668         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7669         with other defines.
7670         * modules/double-slash-root: New module.
7671         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7672         (Depends-on): Add double-slash-root.
7673         * MODULES.html.sh (File system functions): Mention new module.
7674
7675 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7676
7677         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7678         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7679         This is for the benefit of gzip, which doesn't do i18n.
7680
7681 2006-12-12  Jim Meyering  <jim@meyering.net>
7682
7683         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7684         Reported by Andreas Schwab <schwab@suse.de>.
7685
7686 2006-12-12  Bruno Haible  <bruno@clisp.org>
7687
7688         Merge these changes.
7689         2006-09-05  Bruno Haible  <bruno@clisp.org>
7690         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7691         iconv_alloc succeeded.
7692         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7693         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7694         test for " && dest " at the end - dest is always != NULL there. Call
7695         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7696         with 2xNULL arguments, also to flush the state storage. Handle the
7697         IRIX iconv behaviour. Realloc the final result, to throw away unused
7698         memory.
7699
7700 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7703         and fchmodat unconditionally, since glibc 2.4 has them.
7704         Problem reported by Arkadiusz Miskiewicz.
7705
7706 2006-12-10  Bruno Haible  <bruno@clisp.org>
7707
7708         * gnulib-tool (func_import): Show the include files only for those
7709         modules that are copied and specified.
7710         Reported by Karl Berry.
7711
7712 2006-12-08  Jim Meyering  <jim@meyering.net>
7713
7714         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7715         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7716
7717         * build-aux/announce-gen: Add two new options, both optional:
7718         --bootstrap-tools=TOOL_LIST
7719               a comma-separated list of tools, e.g.,
7720               autoconf,automake,bison,gnulib
7721         --gnulib-snapshot-date=DATE
7722               if gnulib is in the bootstrap tool list,
7723               then report this as the snapshot date.
7724               If not specified, use the current date/time.
7725               If you specify a date here, be sure it's UTC.
7726
7727 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7728
7729         * tests/test-argp-2.sh: Fix test to match actual output.
7730         (func_compare): Fix sed script to be portable.
7731
7732 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7733
7734         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7735         workaround for this case.  It is not autoconfigured now; offhand
7736         it's hard to see how to autoconfigure it.
7737
7738 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7739
7740         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7741         a directory that is about to be chowned.  Such a directory's
7742         initial file permissions should permit the owner only and this
7743         should not be changed until after the chown, since the group and
7744         other bits would be incorrect if they granted permission before
7745         the chown.
7746
7747         Fix porting problem for iswctype reported by Georg Schwarz in:
7748         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7749         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7750         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7751         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7752         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7753
7754 2006-12-03  Jim Meyering  <jim@meyering.net>
7755
7756         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7757         p->fts_statp may not yet be defined.
7758         (fts_read): Instead, set it in the caller, once p->fts_statp is
7759         sure to be defined, and corresponds to a top-level directory.
7760         This bug made du -x fail.  Here's the coreutils test case:
7761         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7762         Reported by Mike Frysinger.
7763
7764 2006-12-01  Jim Meyering  <jim@meyering.net>
7765
7766         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7767         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7768         Reported by Simon Josefsson.
7769
7770 2006-11-30  Jim Meyering  <jim@meyering.net>
7771
7772         * m4/warning.m4: Use the all-permissive copyright notice
7773         recommended by RMS (rather than LGPL).
7774         * m4/vararrays.m4: Likewise.
7775         * m4/flexmember.m4: Likewise.
7776
7777 2006-11-29  Bruno Haible  <bruno@clisp.org>
7778
7779         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7780         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7781         using +=.
7782         Reported by Simon Josefsson <simon@josefsson.org>.
7783
7784 2006-11-28  James Youngman <jay@gnu.org>
7785
7786         * README: Advise users that they might find the bug-gnulib@gnu.org
7787         and autotools-announce@gnu.org mailing lists useful.
7788
7789 2006-11-28  Bruno Haible  <bruno@clisp.org>
7790
7791         * m4/ptrdiff_max.m4: Remove file.
7792
7793 2006-11-21  Bruno Haible  <bruno@clisp.org>
7794
7795         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7796         _AC_COMPUTE_INT.
7797         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7798         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7799         _AC_COMPUTE_INT.
7800         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7801         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7802         _AC_COMPUTE_INT.
7803         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7804
7805 2006-11-28  Jim Meyering  <jim@meyering.net>
7806
7807         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7808         warning from "gcc -Wshadow" about shadowing the builtin.
7809
7810 2006-11-27  Bruno Haible  <bruno@clisp.org>
7811
7812         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7813         _AC_COMPUTE_INT.
7814         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7815
7816 2006-11-27  Bruno Haible  <bruno@clisp.org>
7817             Paul Eggert  <eggert@cs.ucla.edu>
7818
7819         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7820
7821 2006-11-26  Bruno Haible  <bruno@clisp.org>
7822
7823         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7824         noinst_LTLIBRARIES.
7825
7826 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7827             Bruno Haible  <bruno@clisp.org>
7828
7829         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7830         if compiling with "gcc -ansi".
7831
7832 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7833
7834         Fix some incompatibilities with gcc -ansi -pedantic.
7835         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7836         if compiling pedantically with GCC, unless it's C99 or later.
7837         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7838         it mishandles gcc -ansi -pedantic as well.
7839         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7840         if gcc -pedantic.
7841         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7842         initializers for struct if -pedantic, unless it's C99 or later.
7843
7844 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7845
7846         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7847         Don't close an fd more than once. Identical atimes indicate
7848         success, not failure.
7849
7850 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7851
7852         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7853
7854 2006-11-23  Jim Meyering  <jim@meyering.net>
7855
7856         * build-aux/announce-gen: New file.  From coreutils.
7857
7858 2006-11-22  Jim Meyering  <jim@meyering.net>
7859
7860         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7861         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7862         (fts_read): Use a temporary to narrow the overused st_size member
7863         before using it in a switch statement.  Reported by Matthew Woehlke.
7864
7865         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7866         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7867
7868 2006-11-20  Bruno Haible  <bruno@clisp.org>
7869
7870         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7871         changequote instead of pairs of brackets.
7872         Reported by Andreas Schwab <schwab@suse.de>.
7873
7874 2006-11-21  Jim Meyering  <jim@meyering.net>
7875
7876         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7877         so as to remain compatible with older compilers.
7878         Patch from Michael Deutschmann.
7879
7880 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7881
7882         * MODULES.html.sh (File system functions): Add openat.
7883
7884         * lib/openat.h (rpl_fstatat): New macro, if
7885         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7886         (fstatat): Define to rpl_fstatat under the same conditions,
7887         unless COMPILING_FSTATAT.
7888         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7889         seems to have the bug.
7890         * lib/fstatat.c: New file.
7891         * modules/openat (Files): Add it.
7892
7893 2006-11-20  Bruno Haible  <bruno@clisp.org>
7894
7895         * Makefile: New file.
7896
7897 2006-11-20  Jim Meyering  <jim@meyering.net>
7898
7899         The beginnings of syntax-related checks for gnulib.
7900         * lib/Makefile: New file.
7901         * lib/t-idcache: New script.  Ensure that the two halves of
7902         idcache.c stay in sync.
7903
7904         * lib/idcache.c: Adjust comments in user- and group- portions to
7905         be more accurate, and to be consistent with one another.
7906
7907 2006-11-20  Jim Meyering  <jim@meyering.net>
7908
7909         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7910         continue using the flexible array member (thus, this module performs
7911         half as many malloc calls), with the addition that...
7912         (getgroup, getuser): Consistently record a non-match via an empty
7913         "name" string, and map an empty string match to a NULL return value.
7914         * modules/idcache (Depends-on): Re-add flexmember.
7915
7916         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7917         (getuidbyname, getgroup, getgidbyname): Likewise.
7918
7919         Use cleaner syntax: NULL rather than 0.
7920         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7921
7922 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7923
7924         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7925         It mishandled the case where the group was missing.
7926         Problem reported by Greg Schafer.
7927         * modules/idcache: Likewise.
7928
7929 2006-11-18  Jim Meyering  <jim@meyering.net>
7930
7931         * check-module (%exempt_header): Add exception for some
7932         conditionally-included headers.
7933
7934         * modules/i-ring (Depends-on): Add verify.
7935         (License): Change to LGPL.
7936
7937 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7938
7939         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7940         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7941         and inttostr.h.  Use snprintf rather than uinttostr, so that
7942         LGPLed code doesn't depend on GPLed.
7943
7944 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * modules/inline (License): Change from GPL to LGPL.
7947
7948 2006-11-17  Jim Meyering  <jim@meyering.net>
7949
7950         * modules/d-type (License): Switch to LGPL.
7951
7952 2006-11-15  Bruno Haible  <bruno@clisp.org>
7953
7954         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7955
7956 2006-11-15  Eric Blake  <ebb9@byu.net>
7957
7958         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7959         the module dependency.
7960
7961 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7962             Bruno Haible  <bruno@clisp.org>
7963
7964         * gnulib-tool (func_create_testdir): Add license consistency check.
7965
7966 2006-11-15  Eric Blake  <ebb9@byu.net>
7967
7968         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7969         random "(cached)" in configure output.
7970
7971 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7972
7973         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7974         test for conforming inttypes.h is both announced and cached.
7975
7976         * MODULES.html.sh (seen_modules, seen_files): New variables.
7977         (func_module): Rewrite to use a few less gnulib-tool and sed
7978         invocations.  Avoid a couple of quadratic algorithms for ...
7979         (missed_modules, missed_files): ... these, with ...
7980         (func_append, func_tmpdir): ... these new functions, from
7981         gnulib-tool.  Analogously, install traps for cleanup.
7982
7983         * tests/test-gc.c (main): Remove unused variables.
7984         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7985
7986 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7987
7988         * modules/inttostr (License): Change to LGPL.
7989
7990 2006-11-14  Eric Blake  <ebb9@byu.net>
7991
7992         * modules/tempname (License): Change to LGPL.
7993
7994 2006-11-14  Eric Blake  <ebb9@byu.net>
7995
7996         * doc/functions.texi (Function Portability): *printf functions on
7997         Cygwin now understand all POSIX size specifiers.
7998
7999 2006-11-14  Bruno Haible  <bruno@clisp.org>
8000
8001         * modules/c-ctype (License): Change to LGPL.
8002
8003 2006-11-12  Bruno Haible  <bruno@clisp.org>
8004
8005         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8006         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8007         for GNOME libraries, for which the include files are installed in
8008         subdirectories of $prefix/include.
8009
8010 2006-11-12  Bruno Haible  <bruno@clisp.org>
8011
8012         * m4/lib-link.m4: Require at least autoconf-2.54.
8013         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8014         name to underscores for the --with option.
8015
8016 2006-11-13  Bruno Haible  <bruno@clisp.org>
8017
8018         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8019         the tests directory.
8020         Reported by Ralf Wildenhues.
8021
8022 2006-11-13  Bruno Haible  <bruno@clisp.org>
8023
8024         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8025         (func_emit_initmacro_end): Undo the override here.
8026         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8027         Works around the famous automake error in coreutils.
8028
8029 2006-11-13  Eric Blake  <ebb9@byu.net>
8030
8031         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8032         element, not its node.
8033
8034 2006-11-12  Bruno Haible  <bruno@clisp.org>
8035
8036         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8037         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8038
8039 2006-11-12  Bruno Haible  <bruno@clisp.org>
8040
8041         * gnulib-tool: New option --local-symlink.
8042         (func_usage): Document it.
8043         (lsymbolic): New variable.
8044         (func_import, func_create_testdir): If --symlink was not specified,
8045         test whether --local-symlink was specified and the file comes from
8046         the local_gnulib_dir.
8047
8048 2006-11-12  Bruno Haible  <bruno@clisp.org>
8049
8050         * gnulib-tool (func_ln): New function.
8051         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8052
8053 2006-11-12  Bruno Haible  <bruno@clisp.org>
8054
8055         Finish support for source files in subdirectories.
8056         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8057         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8058         AUTOMAKE_OPTIONS.
8059         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8060
8061 2006-11-12  Bruno Haible  <bruno@clisp.org>
8062
8063         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8064         EXTRA_lib_SOURCES augmentation.
8065         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8066
8067 2006-11-12  Jim Meyering  <jim@meyering.net>
8068
8069         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8070         file descriptors.  This also averts a failure on systems with
8071         native openat support when a traversed directory lacks "x" access.
8072         * lib/fts_.h: Include "i-ring.h"
8073         (struct FTS) [fts_fd_ring]: New member.
8074         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8075         (FCHDIR): Add parentheses.
8076         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8077         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8078         When descending, rather than simply closing the previous
8079         fts_cwd_fd value, push that file descriptor onto the ring.
8080         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8081         (fts_open): Initialize the new fd_ring member.
8082         (fts_close): Clear the ring.
8083         (fts_safe_changedir): When possible, use our new fd_ring to skip
8084         the diropen and fstat and dev/ino comparison that would normally
8085         accompany a virtual `chdir ("..")'.
8086
8087         * modules/fts (Depends-on): Add i-ring.
8088         * modules/i-ring: New module.
8089         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8090         * m4/i-ring.m4: New file.
8091
8092 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8093
8094         * gnulib-tool (func_create_testdir): Fix replacement of
8095         `build-aux' in configure.ac.  Run autotools in gltests
8096         subdirectory.
8097         (func_create_testdir, func_create_megatestdir, test): There is
8098         no need for '--force' in most autotool invocations in a new
8099         tree.  Actually fail the whole test if any of the tools, or the
8100         configure or make stages fail.
8101
8102         Sync from Automake.
8103         * build-aux/gnupload: Revert last change.  Add pointer to upload
8104         instructions of the GNU Maintenance Instructions.
8105         Suggestion by Karl Berry.
8106
8107 2006-11-10  Jim Meyering  <jim@meyering.net>
8108
8109         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8110
8111 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8112
8113         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8114         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8115         (bind_textdomain_codeset) [! ENABLE_NLS]:
8116         Evaluate all the arguments.  That way, callers get compatible behavior
8117         if the arguments have side effects.  Also, it avoids some GCC
8118         diagnostics in some cases; Joel E. Denny reported problems when Bison
8119         was configured with --enable-gcc-warnigs.
8120
8121 2006-11-10  Jim Meyering  <jim@meyering.net>
8122
8123         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8124         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8125         account.
8126
8127 2006-11-10  Jim Meyering  <jim@meyering.net>
8128
8129         * modules/inline: New file/module.
8130         * modules/xalloc (Files): Remove m4/inline.m4.
8131         (Depends-on): Add inline, instead.
8132         * modules/oset: Likewise.
8133         * modules/list: Likewise.
8134
8135 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8136
8137         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8138         Problem reported by Matthew Woehlke.
8139
8140 2006-11-09  Bruno Haible  <bruno@clisp.org>
8141
8142         * lib/tempname.c (gen_tempname): Remove variant that invokes
8143         __gen_tempname.
8144         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8145         __gen_tempname.
8146
8147 2006-11-08  Bruno Haible  <bruno@clisp.org>
8148
8149         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8150         to 'yes' instead of 'cross-compiling'.
8151
8152 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8153
8154         * lib/quotearg.h (quotearg_free): New decl.
8155         * lib/quotearg.c (quotearg_free): New function.
8156         (slot0, nslots, slotvec0, slotvec):
8157         Now file-scope so that quotearg_free can get at them.
8158
8159 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8160
8161         Sync from Automake.
8162         * build-aux/gnupload: Add missing 'gnu' to example URL.
8163         Report by Karl Berry.
8164
8165 2006-11-08  Bruno Haible  <bruno@clisp.org>
8166
8167         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8168         Suggested by Paul Eggert.
8169
8170 2006-11-08  Jim Meyering  <jim@meyering.net>
8171
8172         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8173         It's already included if !_LIBC.
8174         (fts_safe_changedir): Add a comment.
8175
8176 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8177
8178         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8179         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8180         Matthew Woehlke.
8181
8182         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8183         definitions up, to avoid colliding with change below.
8184         (static_inline) [HAVE_INLINE]: New macro.
8185         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8186         Provide extern decls when !HAVE_INLINE.  Do not define unless
8187         static_inline is defined, either by us or by xmalloc.c.  Use
8188         static_inline rather than static inline.
8189         (XCALLOC): Optimize sizeof(T) = 1 case.
8190         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8191
8192 2006-11-07  Bruno Haible  <bruno@clisp.org>
8193
8194         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8195         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8196         AC_C_INLINE.
8197         * modules/xalloc (Files): Add m4/inline.m4.
8198
8199 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8200
8201         * README: Fix typo.
8202         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8203         (Miscellanous Notes): ...from this.
8204
8205 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8206
8207         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8208         Mention that offsetof should be used instead of sizeof.
8209         From Bruno Haible.
8210
8211 2006-11-07  Bruno Haible  <bruno@clisp.org>
8212
8213         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8214
8215 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8216
8217         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8218         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8219         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8220         (gl_tree_add_before, gl_tree_add_after):
8221         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8222         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8223         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8224         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8225         (gl_linked_add_after, gl_linked_add_at): Likewise.
8226         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8227         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8228         (gl_tree_add_before, gl_tree_add_after): Likewise.
8229         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8230         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8231         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8232
8233 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8234
8235         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8236
8237 2006-11-06  Bruno Haible  <bruno@clisp.org>
8238
8239         * m4/inline.m4: New file.
8240         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8241         * modules/list (Files): Add m4/inline.m4.
8242         * modules/oset (Files): Likewise.
8243
8244 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8245
8246         * lib/idcache.c: Include <stddef.h>, for offsetof.
8247         (struct userid.name): Change from char * to a flexible array member.
8248         All uses changed.
8249         * modules/idcache (Depends-on): Add flexmember.
8250
8251         * MODULES.html.sh (Core language properties): New module flexmember.
8252         * modules/flexmember, m4/flexmember.m4: New files.
8253
8254         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8255         inline functions that are identical with the old xnmalloc_inline,
8256         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8257         that we can avoid some unnecessary integer multiplications and
8258         divisions in the common case where the element size is known at
8259         compile time.
8260         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8261         needed.
8262         (xnboundedmalloc): Remove.
8263         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8264         arguments, for consistency with rest of this header.
8265         (xcharalloc): Rewrite using XNMALLOC.
8266         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8267         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8268         versions have been moved to lib/xalloc.h and renamed to be the
8269         non-*_inline versions.
8270         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8271         and xnrealloc functions, since those functions are now inline and
8272         now call us.
8273         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8274         renaming described above.
8275         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8276         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8277         captures the dependency in AC_C_INLINE.
8278
8279         New module canonicalize-lgpl, proposed by Charles Wilson in
8280         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8281         with a few small changes afterwards.
8282         * MODULES.html.sh (File system functions): New module
8283         canonicalize-lgpl.
8284         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8285         and canonicalize_file_name.
8286         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8287         * modules/canonicalize-lgpl: New files.
8288
8289 2006-11-05  Bruno Haible  <bruno@clisp.org>
8290
8291         * gnulib-tool (func_import, func_create_testdir): Create directories
8292         also for files in subdirectories of lib/.
8293
8294 2006-11-05  Bruno Haible  <bruno@clisp.org>
8295
8296         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8297         ANSI C compliant.
8298
8299 2006-11-03  Bruno Haible  <bruno@clisp.org>
8300
8301         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8302         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8303         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8304         (xnboundedmalloc): New inline function.
8305         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8306         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8307         xmalloc.
8308         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8309         xmalloc.
8310         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8311         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8312         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8313         xmalloc.
8314         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8315         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8316         xmalloc.
8317         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8318         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8319         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8320         xmalloc.
8321         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8322         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8323         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8324         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8325         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8326         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8327         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8328
8329 2006-11-03  Bruno Haible  <bruno@clisp.org>
8330
8331         * lib/c-ctype.h [C++]: Define functions without name mangling.
8332         * lib/fwriteerror.h [C++]: Likewise.
8333         * lib/gcd.h [C++]: Likewise.
8334         * lib/linebreak.h [C++]: Likewise.
8335
8336 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8337
8338         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8339         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8340         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8341         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8342         Check for functions and headers just once.
8343         Check for declaration of canonicalize_file_name.
8344         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8345
8346 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8347
8348         * gnulib-tool (func_import): Fix typo in actioncmd.
8349
8350 2006-11-02  Bruno Haible  <bruno@clisp.org>
8351
8352         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8353         newline sequence in the Makefile.am snippet as a space, like "make"
8354         does.
8355         Reported by Roger Persson <perrog@gmail.com>.
8356
8357 2006-11-01  Bruno Haible  <bruno@clisp.org>
8358
8359         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8360         already declared in <string.h>.
8361         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8362
8363 2006-11-01  Bruno Haible  <bruno@clisp.org>
8364
8365         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8366         * lib/strcase.h: Include <string.h>.
8367         (strcasecmp): Define to rpl_strcasecmp here.
8368
8369 2006-11-01  Bruno Haible  <bruno@clisp.org>
8370
8371         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8372
8373 2006-11-01  Eric Blake  <ebb9@byu.net>
8374
8375         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8376
8377         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8378
8379 2006-10-29  Bruno Haible  <bruno@clisp.org>
8380
8381         Make it compile in C++ mode.
8382         * lib/full-write.c (full_rw): Add a cast.
8383
8384 2006-11-01  Bruno Haible  <bruno@clisp.org>
8385
8386         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8387         be POSIX compliant.
8388         Reported by Roger Persson <perrog@gmail.com>.
8389
8390 2006-11-01  Eric Blake  <ebb9@byu.net>
8391
8392         * lib/getopt_.h: Fix comments.
8393
8394 2006-10-31  Eric Blake  <ebb9@byu.net>
8395
8396         * modules/tmpdir (Depends-on): Add sys_stat.
8397         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8398         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8399         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8400         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8401         tempname.
8402
8403 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8404
8405         Avoid some C++ diagnostics reported by Bruno Haible.
8406         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8407         xmalloc.
8408         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8409         (struct slotvec): Move to top level.
8410         (quotearg_n_options): Rewrite to avoid xmalloc.
8411         * lib/xalloc.h (xcharalloc): New function.
8412         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8413         [defined __cplusplus]: Add function template that provides result
8414         type propagation.  This part of the change is from Bruno Haible.
8415
8416 2006-10-29  Bruno Haible  <bruno@clisp.org>
8417
8418         Make it compile in C++ mode.
8419         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8420         * lib/strnlen1.c (strnlen1): Cast memchr result.
8421         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8422         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8423         (create_temp_dir): Rename local variable 'template'.
8424         (compile_csharp_using_sscli): Add cast.
8425         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8426         * lib/findprog.c (find_in_path): Likewise.
8427         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8428         * lib/wait-process.c (register_slave_subprocess): Likewise.
8429
8430 2006-10-22  Bruno Haible  <bruno@clisp.org>
8431
8432         * modules/tsearch: New file.
8433         * lib/tsearch.h: New file.
8434         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8435         * m4/tsearch.m4: New file.
8436         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8437
8438 2006-10-29  Eric Blake  <ebb9@byu.net>
8439
8440         * lib/arcfour.c: Assume config.h.
8441         * lib/arctwo.c: Likewise.
8442         * lib/base64.c: Likewise.
8443         * lib/check-version.c: Likewise.
8444         * lib/crc.c: Likewise.
8445         * lib/des.c: Likewise.
8446         * lib/gc-gnulib.c: Likewise.
8447         * lib/gc-libgcrypt.c: Likewise.
8448         * lib/gc-pbkdf2-sha1.c: Likewise.
8449         * lib/getaddrinfo.c: Likewise.
8450         * lib/getdelim.c: Likewise.
8451         * lib/getline.c: Likewise.
8452         * lib/hmac-md5.c: Likewise.
8453         * lib/hmac-sha1.c: Likewise.
8454         * lib/iconvme.c: Likewise.
8455         * lib/md2.c: Likewise.
8456         * lib/md4.c: Likewise.
8457         * lib/memxor.c: Likewise.
8458         * lib/read-file.c: Likewise.
8459         * lib/readline.c: Likewise.
8460         * lib/rijndael-alg-fst.c: Likewise.
8461         * lib/rijndael-api-fst.c: Likewise.
8462         * lib/xgetdomainname.c: Likewise.
8463
8464 2006-10-28  Eric Blake  <ebb9@byu.net>
8465
8466         * lib/xstrndup.c: Assume config.h.
8467
8468 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8469
8470         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8471         stat-macros.h is now for our own macros, whereas stat_h is for
8472         macros in the <sys/stat.h> name space.
8473         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8474         (STAT_MACROS_H): Remove.
8475         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8476         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8477         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8478         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8479         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8480         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8481         Move these macros to ...
8482         * lib/stat_.h: here.  Don't include stat-macros.h.
8483         * lib/canonicalize.c: Don't include stat-macros.h.
8484         * lib/chown.c: Likewise.
8485         * lib/euidaccess.c: Likewise.
8486         * lib/file-type.c: Likewise.
8487         * lib/filemode.c: Likewise.
8488         * lib/glob.c: Likewise.
8489         * lib/isapipe.c: Likewise.
8490         * lib/lchown.c: Likewise.
8491         * lib/lstat.c: Likewise.
8492         * lib/mkdir-p.c: Likewise.
8493         * lib/rmdir.c: Likewise.
8494         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8495         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8496         unless mkdir isn't declared, to speed up 'configure'.
8497         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8498         would define all the S_* symbols.
8499         * modules/canonicalize (Depends-on):
8500         Depend on sys_stat, not stat-macros.
8501         * modules/chown: Likewise.
8502         * modules/euidaccess: Likewise.
8503         * modules/filemode: Likewise.
8504         * modules/file-type: Likewise.
8505         * modules/glob: Likewise.
8506         * modules/isapipe: Likewise.
8507         * modules/lchown: Likewise.
8508         * modules/lstat: Likewise.
8509         * modules/mkancesdirs: Likewise.
8510         * modules/rmdir: Likewise.
8511         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8512         * modules/modechange: Likewise.
8513         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8514         (configure.ac): Remove gl_STAT_MACROS.
8515         * modules/sys_stat (Depends-on): Remove stat-macros.
8516
8517 2006-10-27  Bruno Haible  <bruno@clisp.org>
8518
8519         * m4/signed.m4: Remove file.
8520         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8521         invocation.
8522         * modules/vasnprintf (Files): Remove m4/signed.m4.
8523
8524 2006-10-27  Bruno Haible  <bruno@clisp.org>
8525
8526         Update to GNU gettext 0.16.
8527         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8528         m4/inttypes-h.m4, m4/signed.m4.
8529         * m4/gettext.m4: Update to GNU gettext 0.16.
8530         * m4/intl.m4: New file, from GNU gettext.
8531         * m4/intldir.m4: New file, from GNU gettext.
8532         * config/srclist.txt: Update
8533
8534 2006-10-27  Eric Blake  <ebb9@byu.net>
8535
8536         * MODULES.html.sh: Document tempname.
8537         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8538         dependencies.
8539         (Files): Move lib/tempname.c...
8540         * modules/tempname: ...to this new module.
8541         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8542         (gl_PREREQ_TEMPNAME): Move...
8543         * m4/tempname.m4: ...to this new file.
8544         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8545         * modules/sys_stat (Depends-on): Add stat-macros.
8546         * lib/stat_.h (includes): Pick up stat macros.
8547         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8548         if stat macros are broken.
8549         * lib/tempname.c (includes): No need to include "stat-macros.h".
8550         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8551         (direxists, __path_search) [!_LIBC]: Don't compile these in
8552         gnulib; the tmpdir module covers that.
8553         * lib/tempname.h: New file.
8554
8555 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8556
8557         * COPYING: Explain how gnulib-tool converts licence headers.
8558         Almost all wording by Eric Blake.
8559
8560 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8561
8562         * lib/mbchar.h (is_basic_table): Make read-only.
8563         * lib/mbchar.c (is_basic_table): Likewise.
8564         Reported by John Darrington.
8565
8566 2006-10-25  Bruno Haible  <bruno@clisp.org>
8567
8568         * lib/progname.h (set_program_name): Undefine before defining.
8569
8570 2006-10-25  Bruno Haible  <bruno@clisp.org>
8571
8572         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8573         false for non-gcc C++ compilers.
8574         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8575
8576 2006-10-24  Bruno Haible  <bruno@clisp.org>
8577
8578         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8579         iconv implementations like Irix iconv.
8580
8581 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8582
8583         * modules/vararrays: New file.
8584         * m4/vararrays.m4: New file, taken from diffutils.
8585         * MODULES.html.sh: New module vararrays.
8586
8587 2006-10-24  Karl Berry  <karl@gnu.org>
8588
8589         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8590         Don't call GNU Unix.
8591
8592 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8593
8594         * users.txt: Add Libtool.
8595
8596         Sync from Libtool:
8597
8598         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8599
8600         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8601         to gnulib's policy of including config.h unconditionally.
8602
8603 2006-10-24  Bruno Haible  <bruno@clisp.org>
8604
8605         * modules/wcwidth (Files): Add m4/wint_t.m4.
8606         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8607         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8608
8609 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8610
8611         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8612         to pacify GCC with some -W flags enabled.  Problem reported by
8613         Bruno Haible.
8614
8615 2006-10-24  Jim Meyering  <jim@meyering.net>
8616
8617         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8618         Reported by Karl Berry.
8619
8620 2006-10-23  Bruno Haible  <bruno@clisp.org>
8621
8622         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8623
8624 2006-10-24  Bruno Haible  <bruno@clisp.org>
8625
8626         * lib/gl_list.h: Use C comment style, not C++ comment style.
8627
8628 2006-10-23  Eric Blake  <ebb9@byu.net>
8629
8630         * lib/getaddrinfo.c (includes): Add missing include.
8631
8632 2006-10-23  Bruno Haible  <bruno@clisp.org>
8633             Paul Eggert  <eggert@cs.ucla.edu>
8634
8635         Ability to rename obstack_free.
8636         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8637         obstack_free.
8638         (obstack_free): Invoke the __obstack_free macro.
8639         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8640
8641 2006-10-23  Bruno Haible  <bruno@clisp.org>
8642             Paul Eggert  <eggert@cs.ucla.edu>
8643
8644         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8645         __argc, __argv from the declaration. (They are defined as macros on
8646         mingw.)
8647
8648 2006-10-22  Bruno Haible  <bruno@clisp.org>
8649
8650         * doc/gnulib-intro.texi: New file.
8651         * doc/gnulib.texi: Include it.
8652
8653 2006-10-21  Bruno Haible  <bruno@clisp.org>
8654
8655         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8656         "Introduction", "Miscellanous Notes", "Particular Modules".
8657
8658 2006-10-21  Bruno Haible  <bruno@clisp.org>
8659
8660         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8661         Change mostlyclean-local rule to avoid sh syntax error from bash
8662         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8663
8664 2006-10-23  Jim Meyering  <jim@meyering.net>
8665
8666         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8667         in place of snprintf.
8668
8669         * modules/inttostr (Files): Add lib/uinttostr.c.
8670         * lib/uinttostr.c (inttostr): New file/function.
8671         * lib/inttostr.h (uinttostr): Declare.
8672         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8673         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8674         Add uinttostr.
8675         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8676
8677 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8678
8679         * lib/canonicalize.c (ELOOP): Define if not already defined.
8680         Problem reported by Bruno Haible in
8681         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8682
8683 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8684
8685         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8686         Problem reported by Perry Smith and Ville Laurikari.
8687
8688         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8689         uses.
8690
8691 2006-10-19  Bruno Haible  <bruno@clisp.org>
8692
8693         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8694         for mingw.
8695
8696 2006-10-19  Bruno Haible  <bruno@clisp.org>
8697
8698         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8699         Needed for mingw.
8700
8701 2006-10-19  Bruno Haible  <bruno@clisp.org>
8702
8703         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8704
8705 2006-10-19  Bruno Haible  <bruno@clisp.org>
8706
8707         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8708         it.
8709
8710 2006-10-19  Bruno Haible  <bruno@clisp.org>
8711
8712         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8713         invocation.
8714
8715 2006-10-19  Bruno Haible  <bruno@clisp.org>
8716
8717         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8718         mountlist by default.
8719
8720 2006-10-16  Bruno Haible  <bruno@clisp.org>
8721
8722         * lib/c-strstr.c: Include c-strstr.h.
8723
8724 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8725
8726         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8727         in a slash.
8728
8729 2006-10-18  Bruno Haible  <bruno@clisp.org>
8730
8731         * lib/lock.h [C++]: Wrap definitions in extern "C".
8732
8733 2006-10-18  Bruno Haible  <bruno@clisp.org>
8734
8735         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8736         gl_LIBOBJS list.
8737
8738 2006-10-18  Bruno Haible  <bruno@clisp.org>
8739
8740         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8741
8742 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8743
8744         * lib/xstrtol.h: Include gettext.h.
8745         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8746         Problem reported by Eric Blake.
8747         * modules/xstrtol (Depends-on): Add gettext-h.
8748
8749 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8750
8751         * lib/strftime.c (advance): New macro.
8752         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8753         incomplete type, so you can't add 0 to it.  Problem and patch
8754         reported by Eelco Dolstra for dietlibc.
8755
8756 2006-10-18  Jim Meyering  <jim@meyering.net>
8757
8758         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8759         type for a local, and rename it: s/up/user_proc/.
8760
8761 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8762
8763         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8764         READ_UTMP_USER_PROCESS.
8765         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8766
8767 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8768
8769         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8770         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8771
8772 2006-10-17  Eric Blake  <ebb9@byu.net>
8773
8774         * lib/sigprocmask.c (sigprocmask): Fix typo.
8775
8776         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8777
8778         * modules/clean-temp (Makefile.am): Don't add to make output...
8779         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8780         config.h.
8781
8782 2006-10-17  Bruno Haible  <bruno@clisp.org>
8783
8784         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8785         differently if DEFAULT_TEXT_DOMAIN is set.
8786
8787 2006-10-16  Bruno Haible  <bruno@clisp.org>
8788
8789         * lib/clean-temp.c: Include fwriteerror.h.
8790
8791 2006-10-16  Bruno Haible  <bruno@clisp.org>
8792
8793         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8794
8795 2006-10-16  Bruno Haible  <bruno@clisp.org>
8796
8797         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8798         * lib/sigprocmask.h: Include <sys/types.h>.
8799         (sigset_t): Use the system's definition if present.
8800
8801 2006-10-17  Eric Blake  <ebb9@byu.net>
8802
8803         * lib/xvasprintf.c (includes): Assume config.h.
8804         * lib/xasprintf.c (includes): Likewise.
8805
8806 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8807
8808         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8809         at least as wide as intmax_t.
8810
8811 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8812
8813         (Imported from Automake.)
8814         * build-aux/gnupload: Update to version 1.1 of directive file.
8815
8816 2006-10-16  Eric Blake  <ebb9@byu.net>
8817
8818         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8819         match Automake 1.10a.
8820
8821 2006-10-14  Bruno Haible  <bruno@clisp.org>
8822
8823         * modules/sigprocmask: New file.
8824         * lib/sigprocmask.h: New file.
8825         * lib/sigprocmask.c: New file.
8826         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8827         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8828         request sigprocmask.o.
8829         (gl_PREREQ_SIGPROCMASK): New macro.
8830         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8831         (Depends-on): Add sigprocmask.
8832         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8833         gt_SIGNALBLOCKING. Test for 'raise' only once.
8834         * lib/fatal-signal.c: Include sigprocmask.h.
8835         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8836         unblock_fatal_signals): Define always.
8837         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8838         sigprocmask.
8839
8840 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         Sync from Automake.
8843         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8844         which incorrectly sets the mode of an existing destination
8845         directory.  In some cases the unpatched install-sh could do the
8846         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8847         system.  We hope this is rare in practice, but it's clearly worth
8848         fixing.  Problem reported by Alex Unleashed in
8849         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8850         Also, don't bother to check for -m bugs unless we're using -m;
8851         suggested by Stepan Kasal.
8852
8853 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8854
8855         Sync from Automake.
8856         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8857         `-c' flag, so they appear at the same position as in %FASTDEP%
8858         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8859         which ignores unknown options only after the first non-option.
8860         Bug report against M4 by Nelson H. F. Beebe.
8861
8862 2006-10-13  Jim Meyering  <jim@meyering.net>
8863
8864         Fix a bug in yesterday's change.
8865         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8866         p->fts_statp->st_dev would be used uninitialized.
8867         Ensures that we always call fts_stat on the very first entry.
8868         Miklos Szeredi reported that find -xdev stopped working.
8869
8870 2006-10-12  Bruno Haible  <bruno@clisp.org>
8871
8872         * gnulib-tool (func_get_automake_snippet): Append an automatically
8873         computed EXTRA_DIST augmentation.
8874         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8875         * modules/alloca-opt (Makefile.am): Likewise.
8876         * modules/allocsa (Makefile.am): Likewise.
8877         * modules/arcfour (Makefile.am): Likewise.
8878         * modules/arctwo (Makefile.am): Likewise.
8879         * modules/argmatch (Makefile.am): Likewise.
8880         * modules/argz (Makefile.am): Likewise.
8881         * modules/atexit (Makefile.am): Likewise.
8882         * modules/backupfile (Makefile.am): Likewise.
8883         * modules/byteswap (Makefile.am): Likewise.
8884         * modules/c-strtod (Makefile.am): Likewise.
8885         * modules/c-strtold (Makefile.am): Likewise.
8886         * modules/calloc (Makefile.am): Likewise.
8887         * modules/canon-host (Makefile.am): Likewise.
8888         * modules/canonicalize (Makefile.am): Likewise.
8889         * modules/chdir-long (Makefile.am): Likewise.
8890         * modules/chdir-safer (Makefile.am): Likewise.
8891         * modules/check-version (Makefile.am): Likewise.
8892         * modules/chown (Makefile.am): Likewise.
8893         * modules/cloexec (Makefile.am): Likewise.
8894         * modules/close-stream (Makefile.am): Likewise.
8895         * modules/closeout (Makefile.am): Likewise.
8896         * modules/crc (Makefile.am): Likewise.
8897         * modules/csharpexec (Makefile.am): Likewise.
8898         * modules/cycle-check (Makefile.am): Likewise.
8899         * modules/des (Makefile.am): Likewise.
8900         * modules/dev-ino (Makefile.am): Likewise.
8901         * modules/dirfd (Makefile.am): Likewise.
8902         * modules/dirname (Makefile.am): Likewise.
8903         * modules/dup2 (Makefile.am): Likewise.
8904         * modules/eealloc (Makefile.am): Likewise.
8905         * modules/error (Makefile.am): Likewise.
8906         * modules/euidaccess (Makefile.am): Likewise.
8907         * modules/exclude (Makefile.am): Likewise.
8908         * modules/exitfail (Makefile.am): Likewise.
8909         * modules/fcntl-safer (Makefile.am): Likewise.
8910         * modules/fcntl (Makefile.am): Likewise.
8911         * modules/file-type (Makefile.am): Likewise.
8912         * modules/fileblocks (Makefile.am): Likewise.
8913         * modules/filemode (Makefile.am): Likewise.
8914         * modules/filenamecat (Makefile.am): Likewise.
8915         * modules/fnmatch (Makefile.am): Likewise.
8916         * modules/fopen-safer (Makefile.am): Likewise.
8917         * modules/fpending (Makefile.am): Likewise.
8918         * modules/fprintftime (Makefile.am): Likewise.
8919         * modules/free (Makefile.am): Likewise.
8920         * modules/fsusage (Makefile.am): Likewise.
8921         * modules/ftruncate (Makefile.am): Likewise.
8922         * modules/fts (Makefile.am): Likewise.
8923         * modules/gc-arcfour (Makefile.am): Likewise.
8924         * modules/gc-des (Makefile.am): Likewise.
8925         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8926         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8927         * modules/gc-md4 (Makefile.am): Likewise.
8928         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8929         * modules/gc-sha1 (Makefile.am): Likewise.
8930         * modules/gc (Makefile.am): Likewise.
8931         * modules/getaddrinfo (Makefile.am): Likewise.
8932         * modules/getcwd (Makefile.am): Likewise.
8933         * modules/getdelim (Makefile.am): Likewise.
8934         * modules/getdomainname (Makefile.am): Likewise.
8935         * modules/getgroups (Makefile.am): Likewise.
8936         * modules/gethostname (Makefile.am): Likewise.
8937         * modules/gethrxtime (Makefile.am): Likewise.
8938         * modules/getline (Makefile.am): Likewise.
8939         * modules/getloadavg (Makefile.am): Likewise.
8940         * modules/getlogin_r (Makefile.am): Likewise.
8941         * modules/getndelim2 (Makefile.am): Likewise.
8942         * modules/getopt (Makefile.am): Likewise.
8943         * modules/getpagesize (Makefile.am): Likewise.
8944         * modules/getpass-gnu (Makefile.am): Likewise.
8945         * modules/getpass (Makefile.am): Likewise.
8946         * modules/getsubopt (Makefile.am): Likewise.
8947         * modules/gettime (Makefile.am): Likewise.
8948         * modules/gettimeofday (Makefile.am): Likewise.
8949         * modules/getugroups (Makefile.am): Likewise.
8950         * modules/getusershell (Makefile.am): Likewise.
8951         * modules/glob (Makefile.am): Likewise.
8952         * modules/group-member (Makefile.am): Likewise.
8953         * modules/hard-locale (Makefile.am): Likewise.
8954         * modules/hash (Makefile.am): Likewise.
8955         * modules/hmac-md5 (Makefile.am): Likewise.
8956         * modules/hmac-sha1 (Makefile.am): Likewise.
8957         * modules/human (Makefile.am): Likewise.
8958         * modules/idcache (Makefile.am): Likewise.
8959         * modules/imaxabs (Makefile.am): Likewise.
8960         * modules/imaxdiv (Makefile.am): Likewise.
8961         * modules/inet_ntop (Makefile.am): Likewise.
8962         * modules/inet_pton (Makefile.am): Likewise.
8963         * modules/intprops (Makefile.am): Likewise.
8964         * modules/inttostr (Makefile.am): Likewise.
8965         * modules/inttypes (Makefile.am): Likewise.
8966         * modules/isapipe (Makefile.am): Likewise.
8967         * modules/javaversion (Makefile.am): Likewise.
8968         * modules/lchmod (Makefile.am): Likewise.
8969         * modules/lchown (Makefile.am): Likewise.
8970         * modules/localcharset (Makefile.am): Likewise.
8971         * modules/long-options (Makefile.am): Likewise.
8972         * modules/lstat (Makefile.am): Likewise.
8973         * modules/malloc (Makefile.am): Likewise.
8974         * modules/mathl (Makefile.am): Likewise.
8975         * modules/mbchar (Makefile.am): Likewise.
8976         * modules/md2 (Makefile.am): Likewise.
8977         * modules/md4 (Makefile.am): Likewise.
8978         * modules/md5 (Makefile.am): Likewise.
8979         * modules/memcasecmp (Makefile.am): Likewise.
8980         * modules/memchr (Makefile.am): Likewise.
8981         * modules/memcmp (Makefile.am): Likewise.
8982         * modules/memcoll (Makefile.am): Likewise.
8983         * modules/memcpy (Makefile.am): Likewise.
8984         * modules/memmem (Makefile.am): Likewise.
8985         * modules/memmove (Makefile.am): Likewise.
8986         * modules/mempcpy (Makefile.am): Likewise.
8987         * modules/memrchr (Makefile.am): Likewise.
8988         * modules/memset (Makefile.am): Likewise.
8989         * modules/memxor (Makefile.am): Likewise.
8990         * modules/mkancesdirs (Makefile.am): Likewise.
8991         * modules/mkdir-p (Makefile.am): Likewise.
8992         * modules/mkdir (Makefile.am): Likewise.
8993         * modules/mkdtemp (Makefile.am): Likewise.
8994         * modules/mkstemp (Makefile.am): Likewise.
8995         * modules/mktime (Makefile.am): Likewise.
8996         * modules/modechange (Makefile.am): Likewise.
8997         * modules/mountlist (Makefile.am): Likewise.
8998         * modules/nanosleep (Makefile.am): Likewise.
8999         * modules/obstack (Makefile.am): Likewise.
9000         * modules/openat (Makefile.am): Likewise.
9001         * modules/pagealign_alloc (Makefile.am): Likewise.
9002         * modules/pathmax (Makefile.am): Likewise.
9003         * modules/physmem (Makefile.am): Likewise.
9004         * modules/poll (Makefile.am): Likewise.
9005         * modules/posixtm (Makefile.am): Likewise.
9006         * modules/posixver (Makefile.am): Likewise.
9007         * modules/putenv (Makefile.am): Likewise.
9008         * modules/quote (Makefile.am): Likewise.
9009         * modules/quotearg (Makefile.am): Likewise.
9010         * modules/raise (Makefile.am): Likewise.
9011         * modules/read-file (Makefile.am): Likewise.
9012         * modules/readline (Makefile.am): Likewise.
9013         * modules/readlink (Makefile.am): Likewise.
9014         * modules/readtokens (Makefile.am): Likewise.
9015         * modules/readutmp (Makefile.am): Likewise.
9016         * modules/realloc (Makefile.am): Likewise.
9017         * modules/regex (Makefile.am): Likewise.
9018         * modules/rename-dest-slash (Makefile.am): Likewise.
9019         * modules/rename (Makefile.am): Likewise.
9020         * modules/rijndael (Makefile.am): Likewise.
9021         * modules/rmdir (Makefile.am): Likewise.
9022         * modules/rpmatch (Makefile.am): Likewise.
9023         * modules/safe-read (Makefile.am): Likewise.
9024         * modules/safe-write (Makefile.am): Likewise.
9025         * modules/same-inode (Makefile.am): Likewise.
9026         * modules/same (Makefile.am): Likewise.
9027         * modules/save-cwd (Makefile.am): Likewise.
9028         * modules/savedir (Makefile.am): Likewise.
9029         * modules/setenv (Makefile.am): Likewise.
9030         * modules/settime (Makefile.am): Likewise.
9031         * modules/sha1 (Makefile.am): Likewise.
9032         * modules/sig2str (Makefile.am): Likewise.
9033         * modules/snprintf (Makefile.am): Likewise.
9034         * modules/stat-macros (Makefile.am): Likewise.
9035         * modules/stat-time (Makefile.am): Likewise.
9036         * modules/stdbool (Makefile.am): Likewise.
9037         * modules/stdint (Makefile.am): Likewise.
9038         * modules/stdlib-safer (Makefile.am): Likewise.
9039         * modules/stpcpy (Makefile.am): Likewise.
9040         * modules/stpncpy (Makefile.am): Likewise.
9041         * modules/strcase (Makefile.am): Likewise.
9042         * modules/strcasestr (Makefile.am): Likewise.
9043         * modules/strchrnul (Makefile.am): Likewise.
9044         * modules/strcspn (Makefile.am): Likewise.
9045         * modules/strdup (Makefile.am): Likewise.
9046         * modules/strerror (Makefile.am): Likewise.
9047         * modules/strftime (Makefile.am): Likewise.
9048         * modules/strndup (Makefile.am): Likewise.
9049         * modules/strnlen (Makefile.am): Likewise.
9050         * modules/strpbrk (Makefile.am): Likewise.
9051         * modules/strsep (Makefile.am): Likewise.
9052         * modules/strstr (Makefile.am): Likewise.
9053         * modules/strtod (Makefile.am): Likewise.
9054         * modules/strtoimax (Makefile.am): Likewise.
9055         * modules/strtok_r (Makefile.am): Likewise.
9056         * modules/strtol (Makefile.am): Likewise.
9057         * modules/strtoll (Makefile.am): Likewise.
9058         * modules/strtoul (Makefile.am): Likewise.
9059         * modules/strtoull (Makefile.am): Likewise.
9060         * modules/strtoumax (Makefile.am): Likewise.
9061         * modules/strverscmp (Makefile.am): Likewise.
9062         * modules/sys_socket (Makefile.am): Likewise.
9063         * modules/sys_stat (Makefile.am): Likewise.
9064         * modules/sysexits (Makefile.am): Likewise.
9065         * modules/time_r (Makefile.am): Likewise.
9066         * modules/timegm (Makefile.am): Likewise.
9067         * modules/timespec (Makefile.am): Likewise.
9068         * modules/tmpfile-safer (Makefile.am): Likewise.
9069         * modules/trim (Makefile.am): Likewise.
9070         * modules/unistd-safer (Makefile.am): Likewise.
9071         * modules/unlinkdir (Makefile.am): Likewise.
9072         * modules/unlocked-io (Makefile.am): Likewise.
9073         * modules/userspec (Makefile.am): Likewise.
9074         * modules/utime (Makefile.am): Likewise.
9075         * modules/utimecmp (Makefile.am): Likewise.
9076         * modules/utimens (Makefile.am): Likewise.
9077         * modules/vasnprintf (Makefile.am): Likewise.
9078         * modules/vasprintf (Makefile.am): Likewise.
9079         * modules/vsnprintf (Makefile.am): Likewise.
9080         * modules/xalloc (Makefile.am): Likewise.
9081         * modules/xgetcwd (Makefile.am): Likewise.
9082         * modules/xnanosleep (Makefile.am): Likewise.
9083         * modules/xreadlink (Makefile.am): Likewise.
9084         * modules/xstrtod (Makefile.am): Likewise.
9085         * modules/xstrtol (Makefile.am): Likewise.
9086         * modules/xstrtold (Makefile.am): Likewise.
9087         * modules/yesno (Makefile.am): Likewise.
9088         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9089
9090 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * modules/error (Makefile.am): Distribute files through
9093         EXTRA_DIST, not lib_SOURCES.
9094
9095 2006-10-12  Eric Blake  <ebb9@byu.net>
9096
9097         * modules/error (Makefile.am): Distribute files in /lib.
9098         * modules/obstack (Makefile.am): Likewise.
9099
9100 2006-10-12  Bruno Haible  <bruno@clisp.org>
9101
9102         * modules/acl (Makefile.am): Distribute all files in lib/ through
9103         EXTRA_DIST.
9104         * modules/arcfour (Makefile.am): Likewise.
9105         * modules/arctwo (Makefile.am): Likewise.
9106         * modules/argmatch (Makefile.am): Likewise.
9107         * modules/argz (Makefile.am): Likewise.
9108         * modules/atexit (Makefile.am): Likewise.
9109         * modules/backupfile (Makefile.am): Likewise.
9110         * modules/c-strtod (Makefile.am): Likewise.
9111         * modules/c-strtold (Makefile.am): Likewise.
9112         * modules/calloc (Makefile.am): Likewise.
9113         * modules/canon-host (Makefile.am): Likewise.
9114         * modules/canonicalize (Makefile.am): Likewise.
9115         * modules/chdir-long (Makefile.am): Likewise.
9116         * modules/chdir-safer (Makefile.am): Likewise.
9117         * modules/check-version (Makefile.am): Likewise.
9118         * modules/chown (Makefile.am): Likewise.
9119         * modules/cloexec (Makefile.am): Likewise.
9120         * modules/close-stream (Makefile.am): Likewise.
9121         * modules/closeout (Makefile.am): Likewise.
9122         * modules/crc (Makefile.am): Likewise.
9123         * modules/cycle-check (Makefile.am): Likewise.
9124         * modules/des (Makefile.am): Likewise.
9125         * modules/dirfd (Makefile.am): Likewise.
9126         * modules/dirname (Makefile.am): Likewise.
9127         * modules/dup2 (Makefile.am): Likewise.
9128         * modules/euidaccess (Makefile.am): Likewise.
9129         * modules/exclude (Makefile.am): Likewise.
9130         * modules/exitfail (Makefile.am): Likewise.
9131         * modules/fcntl-safer (Makefile.am): Likewise.
9132         * modules/file-type (Makefile.am): Likewise.
9133         * modules/fileblocks (Makefile.am): Likewise.
9134         * modules/filemode (Makefile.am): Likewise.
9135         * modules/filenamecat (Makefile.am): Likewise.
9136         * modules/fnmatch (Makefile.am): Likewise.
9137         * modules/fopen-safer (Makefile.am): Likewise.
9138         * modules/fpending (Makefile.am): Likewise.
9139         * modules/fprintftime (Makefile.am): Likewise.
9140         * modules/free (Makefile.am): Likewise.
9141         * modules/fsusage (Makefile.am): Likewise.
9142         * modules/ftruncate (Makefile.am): Likewise.
9143         * modules/fts (Makefile.am): Likewise.
9144         * modules/gc (Makefile.am): Likewise.
9145         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9146         * modules/getaddrinfo (Makefile.am): Likewise.
9147         * modules/getcwd (Makefile.am): Likewise.
9148         * modules/getdelim (Makefile.am): Likewise.
9149         * modules/getdomainname (Makefile.am): Likewise.
9150         * modules/getgroups (Makefile.am): Likewise.
9151         * modules/gethostname (Makefile.am): Likewise.
9152         * modules/gethrxtime (Makefile.am): Likewise.
9153         * modules/getline (Makefile.am): Likewise.
9154         * modules/getloadavg (Makefile.am): Likewise.
9155         * modules/getlogin_r (Makefile.am): Likewise.
9156         * modules/getopt (Makefile.am): Likewise.
9157         * modules/getpass (Makefile.am): Likewise.
9158         * modules/getpass-gnu (Makefile.am): Likewise.
9159         * modules/getsubopt (Makefile.am): Likewise.
9160         * modules/gettime (Makefile.am): Likewise.
9161         * modules/gettimeofday (Makefile.am): Likewise.
9162         * modules/getugroups (Makefile.am): Likewise.
9163         * modules/getusershell (Makefile.am): Likewise.
9164         * modules/glob (Makefile.am): Likewise.
9165         * modules/group-member (Makefile.am): Likewise.
9166         * modules/hard-locale (Makefile.am): Likewise.
9167         * modules/hash (Makefile.am): Likewise.
9168         * modules/hmac-md5 (Makefile.am): Likewise.
9169         * modules/hmac-sha1 (Makefile.am): Likewise.
9170         * modules/human (Makefile.am): Likewise.
9171         * modules/idcache (Makefile.am): Likewise.
9172         * modules/imaxabs (Makefile.am): Likewise.
9173         * modules/imaxdiv (Makefile.am): Likewise.
9174         * modules/inet_ntop (Makefile.am): Likewise.
9175         * modules/inet_pton (Makefile.am): Likewise.
9176         * modules/inttostr (Makefile.am): Likewise.
9177         * modules/isapipe (Makefile.am): Likewise.
9178         * modules/lchown (Makefile.am): Likewise.
9179         * modules/long-options (Makefile.am): Likewise.
9180         * modules/lstat (Makefile.am): Likewise.
9181         * modules/malloc (Makefile.am): Likewise.
9182         * modules/mathl (Makefile.am): Likewise.
9183         * modules/mbchar (Makefile.am): Likewise.
9184         * modules/md2 (Makefile.am): Likewise.
9185         * modules/md4 (Makefile.am): Likewise.
9186         * modules/md5 (Makefile.am): Likewise.
9187         * modules/memcasecmp (Makefile.am): Likewise.
9188         * modules/memchr (Makefile.am): Likewise.
9189         * modules/memcmp (Makefile.am): Likewise.
9190         * modules/memcoll (Makefile.am): Likewise.
9191         * modules/memcpy (Makefile.am): Likewise.
9192         * modules/memmem (Makefile.am): Likewise.
9193         * modules/memmove (Makefile.am): Likewise.
9194         * modules/mempcpy (Makefile.am): Likewise.
9195         * modules/memrchr (Makefile.am): Likewise.
9196         * modules/memset (Makefile.am): Likewise.
9197         * modules/memxor (Makefile.am): Likewise.
9198         * modules/mkancesdirs (Makefile.am): Likewise.
9199         * modules/mkdir (Makefile.am): Likewise.
9200         * modules/mkdir-p (Makefile.am): Likewise.
9201         * modules/mkdtemp (Makefile.am): Likewise.
9202         * modules/mkstemp (Makefile.am): Likewise.
9203         * modules/mktime (Makefile.am): Likewise.
9204         * modules/modechange (Makefile.am): Likewise.
9205         * modules/mountlist (Makefile.am): Likewise.
9206         * modules/nanosleep (Makefile.am): Likewise.
9207         * modules/openat (Makefile.am): Likewise.
9208         * modules/pagealign_alloc (Makefile.am): Likewise.
9209         * modules/physmem (Makefile.am): Likewise.
9210         * modules/poll (Makefile.am): Likewise.
9211         * modules/posixtm (Makefile.am): Likewise.
9212         * modules/posixver (Makefile.am): Likewise.
9213         * modules/putenv (Makefile.am): Likewise.
9214         * modules/quote (Makefile.am): Likewise.
9215         * modules/quotearg (Makefile.am): Likewise.
9216         * modules/raise (Makefile.am): Likewise.
9217         * modules/read-file (Makefile.am): Likewise.
9218         * modules/readline (Makefile.am): Likewise.
9219         * modules/readlink (Makefile.am): Likewise.
9220         * modules/readtokens (Makefile.am): Likewise.
9221         * modules/readutmp (Makefile.am): Likewise.
9222         * modules/realloc (Makefile.am): Likewise.
9223         * modules/regex (Makefile.am): Likewise.
9224         * modules/rename (Makefile.am): Likewise.
9225         * modules/rename-dest-slash (Makefile.am): Likewise.
9226         * modules/rijndael (Makefile.am): Likewise.
9227         * modules/rmdir (Makefile.am): Likewise.
9228         * modules/rpmatch (Makefile.am): Likewise.
9229         * modules/safe-read (Makefile.am): Likewise.
9230         * modules/safe-write (Makefile.am): Likewise.
9231         * modules/same (Makefile.am): Likewise.
9232         * modules/save-cwd (Makefile.am): Likewise.
9233         * modules/savedir (Makefile.am): Likewise.
9234         * modules/setenv (Makefile.am): Likewise.
9235         * modules/settime (Makefile.am): Likewise.
9236         * modules/sha1 (Makefile.am): Likewise.
9237         * modules/sig2str (Makefile.am): Likewise.
9238         * modules/snprintf (Makefile.am): Likewise.
9239         * modules/stdlib-safer (Makefile.am): Likewise.
9240         * modules/stpcpy (Makefile.am): Likewise.
9241         * modules/stpncpy (Makefile.am): Likewise.
9242         * modules/strcase (Makefile.am): Likewise.
9243         * modules/strcasestr (Makefile.am): Likewise.
9244         * modules/strchrnul (Makefile.am): Likewise.
9245         * modules/strcspn (Makefile.am): Likewise.
9246         * modules/strdup (Makefile.am): Likewise.
9247         * modules/strerror (Makefile.am): Likewise.
9248         * modules/strftime (Makefile.am): Likewise.
9249         * modules/strndup (Makefile.am): Likewise.
9250         * modules/strnlen (Makefile.am): Likewise.
9251         * modules/strpbrk (Makefile.am): Likewise.
9252         * modules/strsep (Makefile.am): Likewise.
9253         * modules/strstr (Makefile.am): Likewise.
9254         * modules/strtod (Makefile.am): Likewise.
9255         * modules/strtoimax (Makefile.am): Likewise.
9256         * modules/strtok_r (Makefile.am): Likewise.
9257         * modules/strtol (Makefile.am): Likewise.
9258         * modules/strtoll (Makefile.am): Likewise.
9259         * modules/strtoul (Makefile.am): Likewise.
9260         * modules/strtoull (Makefile.am): Likewise.
9261         * modules/strtoumax (Makefile.am): Likewise.
9262         * modules/strverscmp (Makefile.am): Likewise.
9263         * modules/time_r (Makefile.am): Likewise.
9264         * modules/timegm (Makefile.am): Likewise.
9265         * modules/tmpfile-safer (Makefile.am): Likewise.
9266         * modules/unistd-safer (Makefile.am): Likewise.
9267         * modules/unlinkdir (Makefile.am): Likewise.
9268         * modules/userspec (Makefile.am): Likewise.
9269         * modules/utime (Makefile.am): Likewise.
9270         * modules/utimecmp (Makefile.am): Likewise.
9271         * modules/utimens (Makefile.am): Likewise.
9272         * modules/vasnprintf (Makefile.am): Likewise.
9273         * modules/vasprintf (Makefile.am): Likewise.
9274         * modules/vsnprintf (Makefile.am): Likewise.
9275         * modules/xalloc (Makefile.am): Likewise.
9276         * modules/xgetcwd (Makefile.am): Likewise.
9277         * modules/xnanosleep (Makefile.am): Likewise.
9278         * modules/xreadlink (Makefile.am): Likewise.
9279         * modules/xstrtod (Makefile.am): Likewise.
9280         * modules/xstrtol (Makefile.am): Likewise.
9281         * modules/xstrtold (Makefile.am): Likewise.
9282         * modules/yesno (Makefile.am): Likewise.
9283
9284 2006-10-12  Jim Meyering  <jim@meyering.net>
9285
9286         * m4/getloadavg.m4: Revert the change below.
9287
9288         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9289         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9290         fail with a symlink, which is what coreutils' ./bootstrap now
9291         creates by default.
9292
9293 2006-10-12  Bruno Haible  <bruno@clisp.org>
9294
9295         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9296         mingw.
9297         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9298         MSVC and mingw explicitly.
9299
9300 2006-10-11  Simon Josefsson  <jas@extundo.com>
9301             Bruno Haible  <bruno@clisp.org>
9302
9303         Add support for multiple gnulib-tool invocations in the scope of a
9304         single configure.ac file.
9305         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9306         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9307         with the same contents as the _LIBADD variable.
9308         (func_emit_initmacro_start, func_emit_initmacro_end,
9309         func_emit_initmacro_done): New functions.
9310         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9311         gl_LIBOBJS and gl_LTLIBOBJS.
9312
9313 2006-10-11  Bruno Haible  <bruno@clisp.org>
9314
9315         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9316         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9317         autoreconf. Instead, invoke autopoint explicitly but move back the
9318         *.m4 files from gnulib.
9319
9320 2006-10-11  Bruno Haible  <bruno@clisp.org>
9321
9322         * gnulib-tool (func_usage): Make module names after --create-testdir
9323         optional.
9324         (func_create_testdir): If no module was specified, use nearly all
9325         modules.
9326
9327 2006-10-12  Jim Meyering  <jim@meyering.net>
9328
9329         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9330         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9331         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9332         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9333         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9334         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9335         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9336         (fts_set_stat_required): New function.
9337         (fts_open): Defer the calls to fts_stat, if possible or requested.
9338         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9339         into fts_stat itself.
9340         (fts_read): Perform any required (deferred) fts_stat call.
9341         (fts_build): Likewise, for the directory we're about to open and read.
9342         In the readdir loop, carefully decide whether each entry will require
9343         an eventual call to fts_stat, using dirent.d_type info if available.
9344         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9345         a command line argument into this function.  Update all callers.
9346         Map a return value of FTS_DOT to FTS_D for a command line argument.
9347         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9348         Thanks to Miklos Szeredi for his tenacity and for the initial
9349         bug report about "find" failing on a FUSE-based file system.
9350
9351         * lib/fts.c (fts_open): Use consistent indentation.
9352
9353 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9354
9355         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9356         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9357         reported by Jim Meyering.  All uses of cache variables renamed
9358         to match Autoconf's.
9359         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9360         the other one.
9361
9362         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9363         Fix misspelling in diagnostic.
9364
9365 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9366
9367         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9368         defined.  Problem reported by Matthew Woehlke.
9369
9370         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9371         Add support for Tandem NonStop R series.
9372         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9373         Use new macro.
9374
9375         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9376         (has_trailing_slash): Omit size arg; all callers changed.
9377         Omit 'inline', since it doesn't help performance and we'd
9378         need to configure it.
9379         Don't count //, ///, etc. as having a trailing slash.
9380         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9381         (rpl_rename_dest_slash): On failure, use rename's errno rather
9382         than (in some cases) an incorrect or junk errno.
9383         Simplify code by removing need to compute length; this does
9384         cause it to make two passes instead of one over the file name,
9385         but it's worth it.
9386
9387         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9388         change, since Autoconf's version may no longer be appropriate now
9389         that we are using CVS Autoconf's version.  Add support for Tandem.
9390
9391 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9392             Bruno Haible  <bruno@clisp.org>
9393
9394         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9395         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9396         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9397         gl_AC_TYPE_LONG_LONG.
9398
9399         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9400         instead of HAVE_LONG_LONG.
9401         * lib/printf-args.c (printf_fetchargs): Likewise.
9402         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9403         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9404         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9405         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9406         gl_AC_TYPE_LONG_LONG.
9407
9408 2006-10-11  Bruno Haible  <bruno@clisp.org>
9409
9410         * m4/longlong.m4: Add comments.
9411         * m4/ulonglong.m4: Likewise.
9412
9413 2006-10-10  Bruno Haible  <bruno@clisp.org>
9414
9415         Make it possible to #define stpcpy, strdup to aliases.
9416         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9417         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9418
9419 2006-10-10  Bruno Haible  <bruno@clisp.org>
9420
9421         Make it possible to #define gcd to an alias.
9422         * lib/gcd.c: Include config.h.
9423
9424 2006-10-10  Bruno Haible  <bruno@clisp.org>
9425
9426         Make it possible to #define c_isascii to an alias.
9427         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9428         defined. Undefine the macros before defining them, to avoid gcc
9429         warnings.
9430         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9431         define NO_C_CTYPE_MACROS early.
9432
9433 2006-10-10  Bruno Haible  <bruno@clisp.org>
9434
9435         Make it possible to #define set_program_name to an alias.
9436         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9437         ENABLE_RELOCATABLE early.
9438
9439 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9442         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9443         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9444         More generally, don't assume that 64-bit signed int is available
9445         if unsigned int is, and vice versa.
9446         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9447         unsigned symbols, not on their signed counterparts.
9448         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9449         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9450         (UINT64_C, UINTMAX_C):
9451         Likewise.
9452         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9453         unsigned counterparts.
9454         (Have_long_long, Unsigned): New macros.
9455         (Int): Renamed from INT.
9456         (strtoimax): Use the new macros.
9457         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9458         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9459         * modules/inttypes (inttypes.h): Substitute
9460         HAVE_UNSIGNED_LONG_LONG_INT.
9461         * modules/stdint (stdint.h): Likewise.
9462         (Files): Add m4/ulonglong.m4.
9463
9464 2006-10-10  Bruno Haible  <bruno@clisp.org>
9465
9466         Fix a gcc -Wshadow warning.
9467         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9468         to 'bucket'.
9469         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9470         gl_linked_indexof_from_to): Likewise.
9471         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9472         Likewise.
9473         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9474         Likewise.
9475         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9476         Reported by Eric Blake.
9477
9478 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9479
9480         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9481         for NetBSD.  Problem reported by Bruno Haible.
9482
9483 2006-10-09  Jim Meyering  <jim@meyering.net>
9484
9485         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9486         Patch from Bruno Haible.
9487
9488 2006-10-09  Jim Meyering  <jim@meyering.net>
9489
9490         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9491         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9492         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9493
9494 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9495
9496         Don't include <config.h> twice; this doesn't work in some cases,
9497         e.g., when config.h has "#define intmax_t long long int" and
9498         we include <config.h>, <inttypes.h>, <config.h> in that order.
9499         Problem reported by Matthew Woehlke in:
9500         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9501         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9502         * lib/fts-cycle.c: Don't include config.h.
9503         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9504         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9505         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9506         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9507         inttypes.h.
9508         * lib/xstrtoumax.c: Likewise.
9509         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9510         __strtol and the like, so that this module is more like its siblings.
9511         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9512         Remove; no longer needed now that we assume gnulib inttypes.h.
9513
9514 2006-10-08  Bruno Haible  <bruno@clisp.org>
9515
9516         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9517         option.
9518
9519 2006-10-07  Jim Meyering  <jim@meyering.net>
9520
9521         * modules/inttypes (inttypes.h): Revert what seems to have been
9522         an inadvertent part of today's change: use "|", not "/" in the
9523         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9524
9525 2006-10-07  Bruno Haible  <bruno@clisp.org>
9526
9527         * modules/sublist: New file.
9528
9529 2006-10-07  Bruno Haible  <bruno@clisp.org>
9530
9531         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9532         * modules/argz (argz.h): Likewise.
9533         * modules/arpa_inet (arpa/inet.h): Likewise.
9534         * modules/byteswap (byteswap.h): Likewise.
9535         * modules/configmake (configmake.h): Likewise.
9536         * modules/fcntl (fcntl.h): Likewise.
9537         * modules/fnmatch (fnmatch.h): Likewise.
9538         * modules/getopt (getopt.h): Likewise.
9539         * modules/glob (glob.h): Likewise.
9540         * modules/inttypes (inttypes.h): Likewise.
9541         * modules/netinet_in (netinet/in.h): Likewise.
9542         * modules/poll (poll.h): Likewise.
9543         * modules/stdbool (stdbool.h): Likewise.
9544         * modules/stdint (stdint.h): Likewise.
9545         * modules/sys_select (sys/select.h): Likewise.
9546         * modules/sys_socket (sys/socket.h): Likewise.
9547         * modules/sys_stat (sys/stat.h): Likewise.
9548         * modules/sysexits (sysexits.h): Likewise.
9549         * modules/unistd (unistd.h): Likewise.
9550         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9551         Add a "DO NOT EDIT" comment to the generated file.
9552         (func_import): Likewise for gnulib-comp.m4.
9553
9554 2006-10-07  Bruno Haible  <bruno@clisp.org>
9555
9556         * lib/gl_sublist.h: New file.
9557         * lib/gl_sublist.c: New file.
9558
9559 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9560
9561         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9562         name (relative to the original working directory) and the file
9563         name component (relative to the temporary working directory).  All
9564         callers changed.
9565         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9566         * lib/mkdir-p.c (make_dir_parents): Likewise.
9567         * lib/mkdir-p.h (make_dir_parents): Likewise.
9568
9569 2006-10-06  Eric Blake  <ebb9@byu.net>
9570
9571         Define several macros for use by the clean-temp module.
9572         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9573         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9574         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9575
9576         * lib/clean-temp.h (close_stream_temp): New declaration.
9577         * lib/clean-temp.c (includes): Pull in headers according to what
9578         other modules are in use.
9579         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9580
9581 2006-10-06  Bruno Haible  <bruno@clisp.org>
9582
9583         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9584         instead of fopen, fwriteerror.
9585
9586 2006-10-06  Bruno Haible  <bruno@clisp.org>
9587
9588         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9589         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9590         int.
9591         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9592         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9593         Return an error indicator.
9594         Suggested by Eric Blake.
9595
9596 2006-10-06  Bruno Haible  <bruno@clisp.org>
9597
9598         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9599         Reported by Eric Blake.
9600
9601 2006-10-06  Bruno Haible  <bruno@clisp.org>
9602
9603         * modules/closeout (Description): Mention stderr too.
9604
9605 2006-10-06  Bruno Haible  <bruno@clisp.org>
9606         and Paul Eggert  <eggert@cs.ucla.edu>
9607
9608         * lib/closeout.c (close_stdout): Also close stderr.
9609         * lib/closeout.h: Update comment.
9610
9611 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9612
9613         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9614         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9615         * lib/dirchownmod.c: Include lchown.h.
9616         * lib/lchown.c: Don't include files that lchown.h now includes.
9617         Don't declare chown, since lchown.h now does that.
9618         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9619         (lchown): Define to rpl_chown if lchown is declared but
9620         does not exist.  Declare using a prototype if lchown is not
9621         declared.  Add a copyright notice.
9622         * lib/mkstemp.h: Include <unistd.h>.
9623         * lib/openat.c: Include lchown.h.
9624
9625         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9626         we now test for that separately.
9627         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9628         rather than O_NOFOLLOW, when testing whether it's possible to
9629         avoid a race condition reliably.
9630         * lib/savewd.c (savewd_chdir): Likewise.
9631
9632         Remove macros that are no longer needed now that stdint.h is
9633         reliable.
9634         * lib/fsusage.c (UINTMAX_MAX): Remove.
9635         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9636         * lib/utimecmp.c (SIZE_MAX): Remove.
9637
9638         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9639
9640         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9641         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9642         O_NOATIME works.
9643
9644 2006-10-05  Bruno Haible  <bruno@clisp.org>
9645
9646         * lib/gl_list.h (gl_sortedlist_search_from_to,
9647         gl_sortedlist_indexof_from_to): New declarations.
9648         (gl_list_implementation): New fields sortedlist_search_from_to,
9649         sortedlist_indexof_from_to.
9650         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9651         inline functions.
9652         * lib/gl_list.c (gl_sortedlist_search_from_to,
9653         gl_sortedlist_indexof_from_to): New functions.
9654         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9655         function.
9656         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9657         (gl_array_sortedlist_search_from_to): New function.
9658         (gl_array_list_implementation): Update.
9659         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9660         function.
9661         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9662         (gl_carray_sortedlist_search_from_to): New function.
9663         (gl_carray_list_implementation): Update.
9664         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9665         gl_linked_sortedlist_indexof_from_to): New functions.
9666         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9667         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9668         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9669         gl_tree_sortedlist_indexof_from_to): New functions.
9670         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9671         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9672         Update.
9673         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9674         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9675         Update.
9676
9677 2006-10-05  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9680         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9681         (struct gl_list_implementation): Add fields search_from_to,
9682         indexof_from_to. Remove fields search, indexof.
9683         (gl_list_search): Use the search_from_to method.
9684         (gl_list_search_from, gl_list_search_from_to): New functions.
9685         (gl_list_indexof): Use the indexof_from_to method.
9686         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9687         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9688         (gl_list_search_from, gl_list_search_from_to): New functions.
9689         (gl_list_indexof): Use the indexof_from_to method.
9690         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9691         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9692         gl_array_indexof. Add start_index, end_index arguments.
9693         (gl_array_search_from_to): Renamed from gl_array_search. Add
9694         start_index, end_index arguments.
9695         (gl_array_remove, gl_array_list_implementation): Update.
9696         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9697         gl_carray_indexof. Add start_index, end_index arguments.
9698         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9699         start_index, end_index arguments.
9700         (gl_carray_remove, gl_carray_list_implementation): Update.
9701         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9702         gl_linked_search. Add start_index, end_index arguments.
9703         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9704         start_index, end_index arguments.
9705         (gl_linked_remove): Update.
9706         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9707         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9708         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9709         field to 'size_t'.
9710         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9711         gl_tree_search. Add start_index, end_index arguments.
9712         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9713         start_index, end_index arguments.
9714         (gl_tree_remove): Update.
9715         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9716         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9717         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9718         function.
9719         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9720         gl_tree_search. Add start_index, end_index arguments.
9721         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9722         start_index, end_index arguments.
9723         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9724         Update.
9725         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9726
9727 2006-10-05  Bruno Haible  <bruno@clisp.org>
9728
9729         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9730
9731         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9732         fwriteerror_temp): New declarations.
9733         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9734         (descriptors): New variable.
9735         (cleanup): First, close the descriptors.
9736         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9737         fclose_temp, fwriteerror_temp): New functions.
9738
9739 2006-10-04  Jim Meyering  <jim@meyering.net>
9740
9741         * lib/fts.c (fts_open): Tiny comment change.
9742
9743 2006-10-04  Bruno Haible  <bruno@clisp.org>
9744
9745         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9746         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9747         gl_LOCK_BODY.
9748         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9749         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9750         gl_LOCK_EARLY_BODY.
9751         (gl_LOCK): Require gl_LOCK_BODY.
9752
9753 2006-10-04  Bruno Haible  <bruno@clisp.org>
9754
9755         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9756         (gl_oset_search_atleast): New declaration.
9757         (struct gl_oset_implementation): Add field 'search_atleast'.
9758         (gl_oset_search_atleast): New inline function.
9759         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9760         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9761         (gl_array_oset_implementation): Update.
9762         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9763         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9764         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9765
9766 2006-10-04  Bruno Haible  <bruno@clisp.org>
9767
9768         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9769
9770 2006-10-03  Bruno Haible  <bruno@clisp.org>
9771
9772         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9773         from gl_avltreehash_list_implementation.
9774
9775 2006-10-03  Bruno Haible  <bruno@clisp.org>
9776
9777         * lib/gl_oset.c (gl_oset_add): Fix return type.
9778
9779 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9780
9781         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9782
9783 2006-10-02  Eric Blake  <ebb9@byu.net>
9784
9785         * modules/strnlen (Depends-on): Add extensions.
9786
9787 2006-10-02  Eric Blake  <ebb9@byu.net>
9788
9789         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9790         definition in 2.60+.
9791
9792 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9793
9794         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9795         checks.
9796
9797 2006-10-02  Bruno Haible  <bruno@clisp.org>
9798
9799         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9800         to the AUTOMAKE_OPTIONS.
9801         Reported by Jim Meyering.
9802
9803 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9804
9805         Work around bug in Solaris 10 /proc file system:
9806         /proc/self/fd/NNN/.. isn't the parent directory of
9807         the directory whose file descriptor is NNN.  This needs to
9808         be worked around at run time, not compile time, since a
9809         program might be built on Solaris 8, where things work, and
9810         run on Solaris 10.
9811         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9812         to use the following interface instead:
9813         (OPENAT_BUFFER_SIZE): New macro.
9814         (openat_proc_name): New function.
9815         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9816         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9817         Likewise.
9818         * lib/openat-proc.c: New file.
9819         * modules/openat (Files): Add lib/openat-proc.c.
9820         (Depends-on): Add same-inode, stdbool.
9821         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9822
9823 2006-09-29  Bruno Haible  <bruno@clisp.org>
9824
9825         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9826         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9827         argument. Set stdout_closed before testing for ferror, not after.
9828         (fwriteerror, fwriteerror_no_ebadf): New functions.
9829
9830 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9831
9832         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9833
9834 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9835
9836         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9837         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9838
9839 2006-09-28  Jim Meyering  <jim@meyering.net>
9840
9841         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9842         Include <unistd.h>.
9843
9844 2006-09-28  Bruno Haible  <bruno@clisp.org>
9845
9846         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9847         * modules/linkedhash-list (Depends-on): Likewise.
9848         * modules/rbtreehash-list (Depends-on): Likewise.
9849
9850 2006-09-28  Bruno Haible  <bruno@clisp.org>
9851
9852         * lib/strndup.h: Simplify the redefinition of strndup.
9853         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9854         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9855
9856 2006-09-28  Bruno Haible  <bruno@clisp.org>
9857
9858         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9859         * lib/gl_linkedhash_list.c: Likewise.
9860         * lib/gl_rbtreehash_list.c: Likewise.
9861
9862 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9865         getaddrinfo.
9866
9867         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9868         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9869         it causes <stdio_ext.h> to cause a compile-time error.
9870         Problem reported by Nelson H. F. Beebe.
9871         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9872         of HAVE_DECL___PENDING.
9873
9874         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9875         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9876         declaration.
9877
9878 2006-09-27  Jim Meyering  <jim@meyering.net>
9879
9880         This file could end up with a definition for a function
9881         named __strndup, rather than rpl_strndup on a system with
9882         incomplete weak_alias support.
9883         * lib/strndup.c (strndup): Rename from __strndup.
9884         Remove #defines that used to map __strndup to strndup.
9885         Don't use K&R prototypes.
9886         Remove LIBC-related code, since this file is not sync'd with glibc.
9887         * lib/strndup.h: Revamp, accordingly.
9888         * m4/strndup.m4: Modernize.
9889
9890 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9891
9892         * modules/savewd (Depends-on): Add 'raise'.
9893         * lib/savewd.c: Include <signal.h>, for 'raise'.
9894
9895 2006-09-26  Jim Meyering  <jim@meyering.net>
9896
9897         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9898         when we detect Darwin 8.7.0's acl_get_file bug.
9899         Rearrange to perform the new (below) run-test while $LIBS
9900         contains any acl-related library.  Set USE_ACL at the end.
9901         (gl_ACL_GET_FILE): New function.
9902
9903 2006-09-26  Eric Blake  <ebb9@byu.net>
9904
9905         * lib/verror.c: Include <config.h> unconditionally.
9906
9907 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9908
9909         * modules/clock-time (Maintainer): Add self.
9910         * modules/getlogin_r (Depends-on): Add extensions.
9911
9912 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9913
9914         * modules/clock-time: New module.
9915         * modules/nanosleep (Depends-on): Add clock-time.
9916         * modules/gethrxtime (Depends-on): Likewise.
9917         * modules/gettime (Depends-on): Likewise.
9918         * modules/settime (Depends-on): Likewise.
9919
9920         * modules/fts-lgpl: Depend on openat.
9921         * modules/mkancesdirs: Depend on savewd.
9922         * modules/mkdir-p: Likewise.
9923
9924 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9925
9926         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9927
9928         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9929         `gl_have_arbitrary_file_name_length_limit' to
9930         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9931         actually works between configure runs.
9932
9933 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9934             Bruno Haible  <bruno@clisp.org>
9935
9936         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9937
9938 2006-09-25  Jim Meyering  <jim@meyering.net>
9939
9940         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9941         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9942
9943 2006-09-25  Eric Blake  <ebb9@byu.net>
9944
9945         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9946         exec's in 2006-09-18 patch when shuffling fds.
9947
9948 2006-09-25  Bruno Haible  <bruno@clisp.org>
9949
9950         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9951         Reported by Jim Meyering.
9952
9953 2006-09-24  Jim Meyering  <jim@meyering.net>
9954
9955         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9956         compare a pointer against a literal "0".  That caused failures with
9957         at least HP-UX's hpcc.
9958
9959 2006-09-22  Simon Josefsson  <jas@extundo.com>
9960
9961         * modules/gc-sha1:
9962         * modules/gc-md4:
9963         * modules/gc-hmac-sha1:
9964         * modules/gc-hmac-md5:
9965         * modules/gc-des:
9966         * modules/gc-arcfour: Distribute more files.
9967
9968 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9969
9970         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9971         (gl_linked_iterator_from_to): Initialize struct completely.
9972         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9973         (gl_tree_iterator_from_to): Likewise
9974         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9975         * lib/gl_array_list.c [lint] (gl_array_iterator)
9976         (gl_array_iterator_from_to): Likewise.
9977         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9978         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9979         (gl_carray_iterator_from_to): Likewise.
9980
9981         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9982         * lib/md4.c (md4_process_block): Remove unused variable.
9983         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9984         parentheses for clarity.
9985
9986 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9987
9988         * modules/bison-i18n (Depends-on): Add gettext.
9989
9990 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9991
9992         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9993         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9994         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9995         also add missing comma that caused broken test.
9996         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9997         stdlib.h, for `abort'.
9998         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9999         variables.
10000         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10001         include unistd.h if present, for `rmdir'.
10002         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10003         variables.
10004         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10005         in the process include standard headers for prototypes.
10006         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10007         gets declared on GNU/Linux.
10008         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10009         unistd.h, for `rmdir'.
10010         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10011
10012         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10013         always true.
10014         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10015
10016         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10017
10018 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10019
10020         * gnulib-tool (func_version): Create output all at once.  This
10021         may help avoid triggering unnecessary SIGPIPEs, and at any
10022         rate it doesn't hurt.
10023
10024 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10025             Bruno Haible  <bruno@clisp.org>
10026
10027         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10028         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10029         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10030
10031         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10032         (gl_FUNC_VASPRINTF): Invoke it.
10033
10034 2006-09-22  Bruno Haible  <bruno@clisp.org>
10035
10036         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10037         getloadavg.c as first argument.
10038
10039 2006-09-22  Bruno Haible  <bruno@clisp.org>
10040
10041         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10042         at the beginning of the gl_INIT macro.
10043         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10044         gl_GETLOADAVG.
10045
10046 2006-09-22  Bruno Haible  <bruno@clisp.org>
10047
10048         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10049         module.
10050         Suggested by Ralf Wildenhues.
10051
10052 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10053
10054         Import this patch from libc:
10055
10056         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10057
10058         * lib/regex_internal.c (re_string_reconstruct): Handle
10059         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10060         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10061         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10062         re_string_context_at.
10063
10064         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10065         now requires it.
10066         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10067         gl_REGEX now does it for us.
10068         (gl_REGEX): Add test taken from
10069         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10070
10071         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10072         Check that large offsets work.  Modernize Autoconf usages.
10073         Prefer "yes" to mean a good thing rather than a bad.
10074         Don't put "#define mkstemp" in config.h, as this might interfere
10075         with standard system headers that "#define mkstemp mkstemp64".
10076
10077         * modules/mkstemp (Depends-on): Add extensions, so that
10078         mkstemp is visible on some platforms.
10079         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10080         (Include): Change to "mkstemp.h" from <stdlib.h>.
10081         (Files): Add mkstemp.h.
10082
10083         * lib/mkstemp.h: New file, since some standard headers
10084         #define mkstemp.
10085         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10086         Include "mkstemp.h".
10087         Make the _LIBC code resemble glibc original more,
10088         e.g., use K&R style.
10089         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10090         (mkstemp): Remove, since mkstemp.h does this for us.
10091         * lib/stdlib--.h: Include mkstemp.h.
10092
10093         Import this patch from libc:
10094
10095         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10096
10097         * lib/tempname.c (__gen_tempname): Change attempts_min
10098         into a macro.  Use preprocessor to decide how to initialize
10099         attempts [Coverity CID 67].
10100
10101 2006-09-20  Bruno Haible  <bruno@clisp.org>
10102
10103         * lib/mkdtemp.c: Import from libc.
10104         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10105                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10106                 attempts_min into a macro.  Use preprocessor to decide how to
10107                 initialize attempts [Coverity CID 67].
10108         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10109                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10110                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10111
10112 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10113
10114         * gnulib-tool (func_exit): New function, to allow to pass the
10115         exit status portably through the trap.  Use everywhere.
10116         (--help, --version): Signal a write error.
10117         (trap): catch SIGPIPE, for write errors.
10118         Exit at the end of the trap, with the correct exit status.
10119
10120 2006-09-19  Karl Berry  <karl@gnu.org>
10121
10122         * doc/gnulib.texi: note about the license texinfo files.
10123
10124 2006-09-19  Eric Blake  <ebb9@byu.net>
10125
10126         * gnulib-tool: Avoid space-tab.
10127
10128 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10129
10130         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10131         that prevented coreutils 6.1 from building.  Problem reported
10132         by Petter Reinholdtsen.
10133
10134 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * gnulib-tool (avoidlist): Fix typo that broke options like
10137         --avoid=lock that are used by coreutils bootstrap.
10138
10139 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10140
10141         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10142         more systematically.
10143
10144 2006-09-18  Jim Meyering  <jim@meyering.net>
10145
10146         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10147
10148 2006-09-18  Bruno Haible  <bruno@clisp.org>
10149
10150         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10151
10152 2006-09-18  Bruno Haible  <bruno@clisp.org>
10153
10154         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10155         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10156         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10157         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10158         * m4/gettext.m4: Require autoconf >= 2.52.
10159         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10160         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10161         of gl_cv_header_inttypes_h.
10162
10163 2006-09-18  Bruno Haible  <bruno@clisp.org>
10164
10165         * lib/javaversion.c: Include configmake.h.
10166
10167 2006-09-18  Bruno Haible  <bruno@clisp.org>
10168
10169         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10170         avoid that the while loops be executed in a subshell.
10171
10172 2006-09-18  Bruno Haible  <bruno@clisp.org>
10173
10174         * MODULES.html.sh (func_module): Break long lines.
10175         Suggested by Bruce Korb <bkorb@gnu.org>.
10176
10177 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10178
10179         Speed up by a factor of 1.12.
10180         * gnulib-tool (nl): New variable.
10181         (func_import): Rewrite include directive extraction to only read each
10182         directive once.
10183
10184 2006-09-17  Bruno Haible  <bruno@clisp.org>
10185
10186         * modules/javaversion (Makefile.am): Remove DEFS setting.
10187         (Depends-on): Add configmake, for PKGDATADIR definition.
10188
10189 2006-09-17  Bruno Haible  <bruno@clisp.org>
10190
10191         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10192
10193 2006-09-17  Bruno Haible  <bruno@clisp.org>
10194
10195         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10196         (func_modules_transitive_closure, func_modules_add_dummy,
10197         func_modules_to_filelist, func_import, func_create_testdir,
10198         func_create_megatestdir, ...): Use it wherever possible.
10199         Suggested by Ralf Wildenhues.
10200
10201 2006-09-16  Karl Berry  <karl@gnu.org>
10202
10203         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10204         to avoid sectioning errors.
10205         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10206         [ifinfo]: blank line after @center-ed titles.
10207         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10208         Spell FSF address consistently with others.
10209         (These changes approved by rms.)
10210
10211 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10212
10213         Speed up by a factor of 1.61.
10214         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10215         already checked module names again.
10216
10217 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10218
10219         Speed up by a factor of 1.13.
10220         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10221         for new_files, and the input to func_add_or_update.
10222
10223 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10224
10225         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10226         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10227
10228 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         * modules/mkancesdirs (Depends-on): Add fcntl.
10231         * modules/savewd: New file.
10232         * MODULES.html.sh (File system functions): Add savewd.
10233
10234         * modules/configmake (Makefile.am): Add support for the
10235         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10236
10237 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * m4/savewd.m4: New file.
10240
10241 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10242
10243         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10244         (dirchownmod): New arg FD.  All callers changed.
10245         Use FD rather than opening the directory ourself, as opening is
10246         now the caller's responsibility.
10247         * lib/dirchownmod.h: Likewise.
10248         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10249         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10250         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10251         (test_dir): Remove.
10252         (mkancesdirs): Return length of prefix of FILE that has already
10253         been made, or -2 if there is a child doing the work.  Redo
10254         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10255         ".", and treat ".." specially since it might stray back into
10256         already-created areas.  Use a subprocess if necessary.  New arg
10257         WD; all users changed.  MAKE_DIR function should now return 1
10258         if it creates a directory that is not readable.  Return -2 if
10259         a child process is spun off.
10260         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10261         Adjust signature to match code.
10262         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10263         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10264         all users changed.
10265         * lib/savewd.c, lib/savewd.h: New files.
10266
10267 2006-09-15  Jim Meyering  <jim@meyering.net>
10268
10269         * modules/rename-dest-slash: New module.
10270         * MODULES.html.sh (posix_compat): Add it here.
10271
10272         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10273
10274 2006-09-15  Jim Meyering  <jim@meyering.net>
10275
10276         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10277         file.
10278
10279         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10280
10281 2006-09-15  Jim Meyering  <jim@meyering.net>
10282
10283         * lib/rename-dest-slash.c (has_trailing_slash): Use
10284         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10285         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10286         test before testing whether SRC is a directory.
10287         Suggestions from Bruno Haible.
10288
10289         Avoid a warning about an unused variable.
10290         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10291         into the #ifdef block where it's used.
10292
10293         * lib/rename-dest-slash.c: New file.
10294
10295 2006-09-14  Bruno Haible  <bruno@clisp.org>
10296
10297         * lib/allocsa.c: Include <config.h> unconditionally.
10298         * lib/asnprintf.c: Likewise.
10299         * lib/asprintf.c: Likewise.
10300         * lib/c-strcasecmp.c: Likewise.
10301         * lib/c-strcasestr.c: Likewise.
10302         * lib/c-strncasecmp.c: Likewise.
10303         * lib/c-strstr.c: Likewise.
10304         * lib/classpath.c: Likewise.
10305         * lib/clean-temp.c: Likewise.
10306         * lib/concatpath.c: Likewise.
10307         * lib/copy-file.c: Likewise.
10308         * lib/csharpcomp.c: Likewise.
10309         * lib/csharpexec.c: Likewise.
10310         * lib/execute.c: Likewise.
10311         * lib/fatal-signal.c: Likewise.
10312         * lib/findprog.c: Likewise.
10313         * lib/fwriteerror.c: Likewise.
10314         * lib/gl_array_list.c: Likewise.
10315         * lib/gl_array_oset.c: Likewise.
10316         * lib/gl_avltree_list.c: Likewise.
10317         * lib/gl_avltree_oset.c: Likewise.
10318         * lib/gl_avltreehash_list.c: Likewise.
10319         * lib/gl_carray_list.c: Likewise.
10320         * lib/gl_linked_list.c: Likewise.
10321         * lib/gl_linkedhash_list.c: Likewise.
10322         * lib/gl_list.c: Likewise.
10323         * lib/gl_oset.c: Likewise.
10324         * lib/gl_rbtree_list.c: Likewise.
10325         * lib/gl_rbtree_oset.c: Likewise.
10326         * lib/gl_rbtreehash_list.c: Likewise.
10327         * lib/imaxabs.c: Likewise.
10328         * lib/imaxdiv.c: Likewise.
10329         * lib/javacomp.c: Likewise.
10330         * lib/javaexec.c: Likewise.
10331         * lib/javaversion.c: Likewise.
10332         * lib/linebreak.c: Likewise.
10333         * lib/localcharset.c: Likewise.
10334         * lib/lock.c: Likewise.
10335         * lib/mbchar.c: Likewise.
10336         * lib/mbswidth.c: Likewise.
10337         * lib/mkdtemp.c: Likewise.
10338         * lib/pipe.c: Likewise.
10339         * lib/printf-args.c: Likewise.
10340         * lib/printf-parse.c: Likewise.
10341         * lib/progname.c: Likewise.
10342         * lib/progreloc.c: Likewise.
10343         * lib/readlink.c: Likewise.
10344         * lib/sh-quote.c: Likewise.
10345         * lib/stpcpy.c: Likewise.
10346         * lib/stpncpy.c: Likewise.
10347         * lib/strcasecmp.c: Likewise.
10348         * lib/strcasestr.c: Likewise.
10349         * lib/strcspn.c: Likewise.
10350         * lib/striconv.c: Likewise.
10351         * lib/strncasecmp.c: Likewise.
10352         * lib/strnlen1.c: Likewise.
10353         * lib/strstr.c: Likewise.
10354         * lib/strtok_r.c: Likewise.
10355         * lib/tls.c: Likewise.
10356         * lib/tmpdir.c: Likewise.
10357         * lib/unicodeio.c: Likewise.
10358         * lib/unsetenv.c: Likewise.
10359         * lib/vasnprintf.c: Likewise.
10360         * lib/vasprintf.c: Likewise.
10361         * lib/wait-process.c: Likewise.
10362         * lib/xallocsa.c: Likewise.
10363         * lib/xsetenv.c: Likewise.
10364         * lib/xstriconv.c: Likewise.
10365
10366 2006-09-13  Simon Josefsson  <jas@extundo.com>
10367
10368         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10369         that internally, suggested by Ralf Wildenhues
10370         <Ralf.Wildenhues@gmx.de>.
10371
10372 2006-09-13  Simon Josefsson  <jas@extundo.com>
10373
10374         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10375         @LIBOBJS@.
10376         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10377
10378 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10379
10380         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10381         longer worry about uses that don't define HAVE_CONFIG_H.
10382         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10383         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10384         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10385         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10386         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10387         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10388         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10389         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10390         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10391         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10392         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10393         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10394         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10395         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10396         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10397         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10398         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10399         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10400         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10401         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10402         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10403         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10404         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10405         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10406         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10407         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10408         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10409         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10410         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10411         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10412         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10413         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10414         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10415         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10416         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10417         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10418         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10419         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10420         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10421         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10422         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10423         Likewise.
10424
10425 2006-09-13  Eric Blake  <ebb9@byu.net>
10426
10427         * lib/getopt.c: Fix typo in last commit.
10428
10429 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10430
10431         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10432         dgettext.
10433
10434 2006-09-12  Jim Meyering  <jim@meyering.net>
10435
10436         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10437         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10438         Reported by Nelson H. F. Beebe.
10439
10440 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10441
10442         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10443         program_invocation_name and program_invocation_short_name are
10444         initialized.
10445         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10446         and program_invocation_short_name to argp.h, so they are visible
10447         to user programs.
10448         * lib/argp.h: Likewise
10449
10450 2006-09-10  Bruno Haible  <bruno@clisp.org>
10451
10452         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10453         m4/inttypes_h.m4, m4/uintmax_t.m4.
10454
10455 2006-09-10  Bruno Haible  <bruno@clisp.org>
10456
10457         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10458         gl_AC_TYPE_UINTMAX_T.
10459
10460 2006-09-10  Bruno Haible  <bruno@clisp.org>
10461
10462         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10463
10464 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10465
10466         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10467         convention.  Text proposed by Bruno Haible.
10468         (struct argp_option): Document the use of N_() wrappers.
10469
10470         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10471         '\v', and translate the two parts separately, instead of feeding
10472         the whole string to gettext.  This allows to exclude
10473         '\v' from the strings visible to the translator by writing doc
10474         strings as N_("..") "\v" N_("..").
10475
10476 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10477
10478         * config/srclist.txt: Undo latest change; the bug was fixed.
10479
10480 2006-09-09  Bruno Haible  <bruno@clisp.org>
10481
10482         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10483         assignments if building a library without libtool.
10484         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10485         in func_emit_lib_Makefile_am.
10486         (func_import): When building a static library libfoo.a, arrange to
10487         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10488         (func_create_testdir): Likewise.
10489         * modules/gc (configure.ac, Makefile.am): If building statically,
10490         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10491         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10492         * modules/striconv (configure.ac, Makefile.am): Likewise.
10493         Based on a suggestion by Ralf Wildenhues.
10494
10495 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10496
10497         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10498         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10499         Also:
10500
10501         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10502         Add year_2050_test to catch glibc bug 2821
10503         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10504
10505         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10506         Prefer #ifdef to #if.
10507
10508         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10509         Return from 'main' instead of calling 'exit'.
10510
10511 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10512
10513         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10514         returned the maximum time_t value rather than (time_t) -1.
10515         Problem originally reported by William Bardwell
10516         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10517
10518         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10519         Moved to here ...
10520         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10521         ... from here.
10522
10523 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10524
10525         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10526         2821 is fixed.
10527
10528 2006-09-08  Jim Meyering  <jim@meyering.net>
10529
10530         Don't make generated files read-only.  That would bother too many
10531         people.  However, do retain the ability to work when targets are
10532         read-only: remove the destination and temporary files before writing
10533         them (when generated via sed or echo), or by using the -f option for
10534         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10535         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10536         * modules/byteswap, modules/configmake, modules/fcntl:
10537         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10538         * modules/localcharset, modules/netinet_in, modules/poll:
10539         * modules/stdbool, modules/stdint, modules/sys_select:
10540         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10541
10542 2006-09-08  Jim Meyering  <jim@meyering.net>
10543
10544         Avoid new build failure on FreeBSD 6.0.
10545         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10546         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10547         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10548
10549 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10550
10551         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10552
10553 2006-09-07  Jim Meyering  <jim@meyering.net>
10554
10555         Fix global typo in last change: use chmod u-w, not chmod u-x.
10556         Spotted by Paul Eggert and Bruce Korb.
10557         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10558         * modules/byteswap, modules/configmake, modules/fcntl:
10559         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10560         * modules/localcharset, modules/netinet_in, modules/poll:
10561         * modules/stdbool, modules/stdint, modules/sys_select:
10562         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10563
10564 2006-09-06  Jim Meyering  <jim@meyering.net>
10565
10566         Make generated files be read-only.
10567         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10568         Ensure that each generated file is now read-only.
10569         * modules/argz: Likewise.
10570         * modules/arpa_inet: Likewise.
10571         * modules/byteswap: Likewise.
10572         * modules/configmake: Likewise.
10573         * modules/fcntl: Likewise.
10574         * modules/fnmatch: Likewise.
10575         * modules/getopt: Likewise.
10576         * modules/glob: Likewise.
10577         * modules/inttypes: Likewise.
10578         * modules/netinet_in: Likewise.
10579         * modules/poll: Likewise.
10580         * modules/stdbool: Likewise.
10581         * modules/stdint: Likewise.
10582         * modules/sys_select: Likewise.
10583         * modules/sys_socket: Likewise.
10584         * modules/sys_stat: Likewise.
10585         * modules/sysexits: Likewise.
10586         * modules/localcharset: Same as above, but continue using temporary
10587         file named "t-$@" (why different?) rather than the "$@-t" used
10588         everywhere else.
10589
10590         * modules/sysexits (Makefile.am): Replace literal occurrences
10591         of "sysexit.h" more readable, and more consistent, "$@".
10592
10593 2006-09-06  Bruno Haible  <bruno@clisp.org>
10594
10595         * modules/striconv: New file.
10596         * modules/xstriconv: New file.
10597         * MODULES.html.sh (Internationalization functions): Add striconv,
10598         xstriconv.
10599
10600 2006-09-06  Bruno Haible  <bruno@clisp.org>
10601
10602         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10603         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10604         not using libtool correctly.
10605
10606 2006-09-06  Bruno Haible  <bruno@clisp.org>
10607
10608         * lib/striconv.h: New file.
10609         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10610         iconvstring.c.
10611         * lib/xstriconv.h: New file.
10612         * lib/xstriconv.c: New file.
10613
10614 2006-09-06  Bruno Haible  <bruno@clisp.org>
10615
10616         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10617         lib_..._LDFLAGS.
10618
10619 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10620
10621         * lib/argz_.h: Sync from Libtool.
10622
10623         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10624                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10625
10626         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10627
10628 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10629
10630         * modules/trim: New file.
10631
10632 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10633
10634         * lib/trim.h: New file.
10635         * lib/trim.c: New file.
10636
10637 2006-09-05  Bruno Haible  <bruno@clisp.org>
10638
10639         * MODULES.html.sh (String handling): Add trim.
10640
10641 2006-09-04  Karl Berry  <karl@gnu.org>
10642
10643         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10644         until next release.
10645
10646 2006-09-03  Bruno Haible  <bruno@clisp.org>
10647
10648         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10649         correctly.
10650
10651 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10652
10653         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10654         not gl_GETLOADAVG.  Omit unneeded semicolons.
10655         Problems reported by Ralf Wildenhues in
10656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10657         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10658         at the end, which is the usual gnulib style.
10659
10660         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10661         of doing all the work ourselves.
10662         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10663         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10664
10665 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10666
10667         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10668         Problem reported by Ralf Wildenhues in
10669         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10670
10671         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10672         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10673
10674 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10675
10676         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10677         yesterday's patch by changing test -n to test -z.
10678
10679 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10680
10681         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10682         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10683         the former is now obsolescent.
10684
10685         * modules/chdir-long (Depends-on): Add fcntl.
10686
10687 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10688
10689         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10690         obsolescent, and programs should use gnulib instead.
10691         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10692         but with prefixes changed.
10693
10694 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10695
10696         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10697         or stdbool.h, because they might not exist while configuring.
10698
10699         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10700         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10701         does that for us.
10702         (O_DIRECTORY): Remove.
10703
10704 2006-08-31  Eric Blake  <ebb9@byu.net>
10705
10706         * gnulib-tool: Don't let emacs change spaces to TAB.
10707
10708 2006-08-31  Bruno Haible  <bruno@clisp.org>
10709
10710         * gnulib-tool: When calling func_import more than once, do it in a
10711         subshell.
10712         Reported by Eric Blake <ebb9@byu.net>.
10713
10714 2006-08-31  Bruno Haible  <bruno@clisp.org>
10715
10716         * gnulib-tool (nl): Remove variable.
10717         (sed_transform_lib_file): Use more robust test for config-h module.
10718         (func_import): Fix typo in 2006-08-25 patch.
10719
10720 2006-08-31  Bruno Haible  <bruno@clisp.org>
10721
10722         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10723         specified, augment Makefile.am variables instead of assigning them.
10724
10725 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10726
10727         Work around a bug in both the Linux and SunOS 64-bit kernels:
10728         nanosleep mishandles sleeps for longer than 2**31 seconds.
10729         Problem reported by Frank v Waveren in
10730         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10731         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10732         Check for nanosleep bug.
10733         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10734
10735 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10736
10737         Work around a bug in both the Linux and SunOS 64-bit kernels:
10738         nanosleep mishandles sleeps for longer than 2**31 seconds.
10739         Problem reported by Frank v Waveren in
10740         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10741         * lib/nanosleep.c (BILLION): New constant.
10742         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10743         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10744         implementation.
10745
10746 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10747
10748         * modules/nanosleep (Depends-on): Add gettime.
10749
10750 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10751         and Simon Josefsson  <jas@extundo.com>
10752         and Oskar Liljeblad  <oskar@osk.mine.nu>
10753
10754         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10755         * gnulib-tool (func_import): New license type 'unmodifiable license
10756         text'.
10757         * modules/fdl: Use it.  Longer description.
10758         * module/gpl, module/lgpl: New files.
10759
10760 2006-08-30  Jim Meyering  <jim@meyering.net>
10761
10762         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10763         shadowing the parameter.
10764
10765 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10766
10767         Sync from Libtool:
10768
10769         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10770
10771         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10772         sharing with gnulib.  Report by Eric Blake.
10773
10774 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10775
10776         * modules/isapipe: New file.
10777         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10778
10779 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10780
10781         * modules/configmake (Makefile.am): Add a comment, and omit
10782         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10783         by Bruno Haible.
10784
10785 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10786
10787         * m4/isapipe.m4: New file.
10788
10789 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10790
10791         * lib/isapipe.c, lib/isapipe.h: New files.
10792
10793 2006-08-29  Jim Meyering  <jim@meyering.net>
10794
10795         * modules/configmake (Makefile.am): Make configmake.h depend on
10796         Makefile.  Otherwise, a stale configmake.h could hang around.
10797
10798 2006-08-29  Eric Blake  <ebb9@byu.net>
10799
10800         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10801         resolution of upstream bug 3044.
10802
10803 2006-08-29  Bruno Haible  <bruno@clisp.org>
10804
10805         * modules/localcharset (Depends-on): Add configmake.
10806         (Makefile.am): Remove setting of LIBDIR through DEFS.
10807
10808 2006-08-29  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10811         defined.
10812
10813 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10814
10815         * modules/fcntl: New file.
10816         * modules/chdir-safer (Depends-on): Add fcntl.
10817         * modules/fts: Likewise.
10818         * modules/mkdir-p: Likewise.
10819
10820         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10821         This undoes the most recent change, since we're now addressing the
10822         problem in a different way.
10823
10824         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10825         into output, since the output might be called Makefile.am even
10826         if $makefile_name is something different.
10827         (func_import): Use $makefile_am rather than
10828         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10829         empty.
10830
10831         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10832
10833 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10834
10835         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10836         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10837         recent change to stdint.m4, since we're now addressing the problem in a
10838         different way.
10839
10840 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10841
10842         * m4/fcntl_h.m4: New file.
10843
10844 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10845
10846         * lib/fcntl_.h: New file.
10847         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10848         the fcntl module.
10849         * lib/dirchownmod.c: Likewise.
10850         * lib/fts.c: Likewise.
10851
10852         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10853         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10854         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10855         just before including <inttypes.h>, to avoid circular inclusion.
10856
10857 2006-08-28  Jim Meyering  <jim@meyering.net>
10858
10859         * doc/visibility.texi: Actually read and correct the grammar of the
10860         sentence affected by yesterday's change.
10861
10862 2006-08-28  Eric Blake  <ebb9@byu.net>
10863
10864         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10865         needs wrapper.
10866
10867 2006-08-28  Eric Blake  <ebb9@byu.net>
10868
10869         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10870
10871 2006-08-28  Eric Blake  <ebb9@byu.net>
10872
10873         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10874
10875 2006-08-28  Bruno Haible  <bruno@clisp.org>
10876
10877         * modules/c-strstr: New file, from GNU gettext.
10878         * MODULES.html.sh (String handling): Add c-strstr.
10879
10880 2006-08-28  Bruno Haible  <bruno@clisp.org>
10881
10882         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10883         macros.
10884         Reported by Eric Blake.
10885
10886 2006-08-28  Bruno Haible  <bruno@clisp.org>
10887
10888         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10889         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10890         * lib/vasprintf.c: Include errno.h, limits.h.
10891         (EOVERFLOW): New fallback definition.
10892         (vasprintf): Test here whether the string length is > INT_MAX.
10893         * lib/vsnprintf.c: Include errno.h, limits.h.
10894         (EOVERFLOW): New fallback definition.
10895         (vsnprintf): Fix bug when generated string was too long for the buffer.
10896         Test here whether the string length is > INT_MAX.
10897
10898 2006-08-28  Bruno Haible  <bruno@clisp.org>
10899
10900         * lib/inttypes_.h (SCNX*): Remove definitions.
10901         Reported by Eric Blake.
10902
10903 2006-08-28  Bruno Haible  <bruno@clisp.org>
10904
10905         * lib/c-strstr.h: New file, from GNU gettext.
10906         * lib/c-strstr.c: New file, from GNU gettext.
10907
10908 2006-08-28  Bruno Haible  <bruno@clisp.org>
10909
10910         * gnulib-tool: Reorder some statements.
10911
10912 2006-08-28  Bruno Haible  <bruno@clisp.org>
10913
10914         * gnulib-tool: New option --makefile-name.
10915         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10916         $makefile_name.
10917         (func_import): Write $makefile_name to the cache file, and read it from
10918         there unless explicitly specified. Use $makefile_name as file name
10919         instead of Makefile.am. Adjust the recommendations accordingly.
10920
10921 2006-08-28  Bruno Haible  <bruno@clisp.org>
10922
10923         * gnulib-tool (func_verify_module): Check against misapplying patch.
10924
10925 2006-08-28  Bruno Haible  <bruno@clisp.org>
10926
10927         * gnulib-tool (func_relativize, func_relconcat): New functions.
10928         Give an error if --local-dir is given with --update.
10929         Remove trailing slashes from $local_gnulib_dir.
10930         (func_import): Store the relativized $local_gnulib_dir in
10931         gnulib-cache.m4, and read it from there if not specified explicitly.
10932
10933 2006-08-28  Bruno Haible  <bruno@clisp.org>
10934
10935         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10936         is the current directory. Respect also $local_gnulib_dir.
10937
10938 2006-08-28  Bruno Haible  <bruno@clisp.org>
10939             Simon Josefsson  <jas@extundo.com>
10940
10941         BeOS portability.
10942         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10943
10944 2006-08-27  Jim Meyering  <jim@meyering.net>
10945
10946         * doc/visibility.texi: Remove duplicate word: "pointer".
10947
10948 2006-08-26  Bruno Haible  <bruno@clisp.org>
10949
10950         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10951         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10952         (Makefile.am): Create inttypes.h from inttypes_.h.
10953         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10954
10955         * modules/imaxabs: New file.
10956
10957         * modules/imaxdiv: New file.
10958
10959 2006-08-26  Bruno Haible  <bruno@clisp.org>
10960
10961         * m4/inttypes.m4: New file.
10962         * m4/_inttypes_h.m4: Remove file.
10963         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10964         PRI_MACROS_BROKEN.
10965         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10966
10967         * m4/imaxabs.m4: New file.
10968
10969         * m4/imaxdiv.m4: New file.
10970
10971 2006-08-26  Bruno Haible  <bruno@clisp.org>
10972
10973         * lib/inttypes_.h: New file.
10974         * lib/inttypes.h: Remove file.
10975         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10976
10977         * lib/imaxabs.c: New file.
10978
10979         * lib/imaxdiv.c: New file.
10980
10981 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10982
10983         New config-h module, so that "make" output needn't be cluttered
10984         by -DHAVE_CONFIG_H.
10985         * MODULES.html.sh (Support for building libraries and executables):
10986         Add config-h.
10987         * modules/config-h: New file.
10988         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10989         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10990         the config-h module is used.
10991
10992         New configmake module, so that "make" output needn't be cluttered
10993         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10994         * MODULES.html.sh (Support for building libraries and executables):
10995         Add configmake.
10996         * modules/configmake: New file.
10997
10998 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10999
11000         * m4/config-h.m4: New file.
11001
11002 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11003
11004         * config/srclist.txt: Add elisp-comp.
11005
11006 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11007
11008         * MODULES.html.sh (Support for building libraries and executables):
11009         Add elisp-comp.
11010         * build-aux/elisp-comp: New file.
11011         * modules/elisp-comp: New file.
11012
11013 2006-08-24  Bruno Haible  <bruno@clisp.org>
11014
11015         * gnulib-tool (func_create_testdir): Use non-default values of
11016         sourcebase and m4base.
11017
11018 2006-08-24  Bruno Haible  <bruno@clisp.org>
11019
11020         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11021         HTML structure.
11022
11023 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11024
11025         * modules/openat (Depends-on): Add lchown.
11026
11027 2006-08-23  Bruno Haible  <bruno@clisp.org>
11028
11029         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11030         of gl_LOCK_EARLY instead of gl_LOCK.
11031
11032 2006-08-23  Bruno Haible  <bruno@clisp.org>
11033
11034         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11035         on OSF/1 to no.
11036         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11037
11038 2006-08-23  Bruno Haible  <bruno@clisp.org>
11039
11040         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11041         as unusable.
11042
11043         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11044         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11045         (gl_LOCK): New macro.
11046
11047 2006-08-22  Simon Josefsson  <jas@extundo.com>
11048
11049         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11050         to md5 module.
11051
11052 2006-08-22  Simon Josefsson  <jas@extundo.com>
11053
11054         * MODULES.html.sh: Add "Support for maintaining and release
11055         projects".
11056
11057         * build-aux/gnupload: New file, from coreutils.
11058
11059 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11060
11061         Avoid the need for AC_LIBSOURCES in m4 macros.
11062         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11063         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11064         * modules/check-version (EXTRA_DIST): Add check-version.h.
11065         * modules/crc (EXTRA_DIST): Add crc.h.
11066         * modules/des (EXTRA_DIST): Add des.h.
11067         * modules/gc (EXTRA_DIST): Add gc.h.
11068         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11069         * modules/getline (EXTRA_DIST): Add getline.h.
11070         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11071         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11072         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11073         * modules/md2 (EXTRA_DIST): Add md2.h.
11074         * modules/md4 (EXTRA_DIST): Add md4.h.
11075         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11076         * modules/read-file (EXTRA_DIST): Add read-file.h.
11077         * modules/readline (EXTRA_DIST): Add readline.h.
11078         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11079         rijndael-api-fst.h.
11080
11081 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         * m4/rijndael.m4 (gl_ARCFOUR):
11084         * m4/arctwo.m4 (gl_ARCTWO):
11085         * m4/check-version.m4 (gl_CHECK_VERSION):
11086         * m4/crc.m4 (gl_CRC):
11087         * m4/des.m4 (gl_DES):
11088         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11089         * m4/gc.m4 (gl_GC):
11090         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11091         * m4/getline.m4 (gl_FUNC_GETLINE):
11092         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11093         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11094         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11095         * m4/md2.m4 (gl_MD2):
11096         * m4/md4.m4 (gl_MD4):
11097         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11098         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11099         * m4/readline.m4 (gl_FUNC_READLINE):
11100         * m4/rijndael.m4 (gl_RIJNDAEL):
11101         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11102         to get the necessary .h files and whatnot.
11103
11104 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11107         gnulib rather than the other way around.
11108         * config/srclistvars.sh (COREUTILS): Remove.
11109
11110 2006-08-22  Jim Meyering  <jim@meyering.net>
11111
11112         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11113
11114         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11115
11116 2006-08-22  Eric Blake  <ebb9@byu.net>
11117
11118         * modules/regexprops-generic: New file.
11119         * MODULES.html.sh (Support for building documentation): List it.
11120
11121 2006-08-22  Eric Blake  <ebb9@byu.net>
11122
11123         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11124         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11125         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11126         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11127
11128 2006-08-22  Bruno Haible  <bruno@clisp.org>
11129
11130         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11131         and lib_LTLIBRARIES like the other lib_* variables.
11132
11133 2006-08-22  Bruno Haible  <bruno@clisp.org>
11134
11135         * build-aux/x-to-1.in: New file, from GNU gettext.
11136
11137 2006-08-22  Bruno Haible  <bruno@clisp.org>
11138
11139         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11140         <utmpx.h> exists.
11141
11142 2006-08-22  Bruno Haible  <bruno@clisp.org>
11143
11144         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11145         <utmpx.h> exists.
11146
11147 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11148
11149         BeOS portability.
11150         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11151         exist.
11152         Problem reported by Bruno Haible.
11153
11154 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         Avoid the need for AC_LIBSOURCES in m4 macros.
11157         * modules/acl (EXTRA_DIST): Add acl.h.
11158         * modules/argmatch (Files): Add m4/argmatch.m4.
11159         (configure.ac): Add gl_ARGMATCH.
11160         (EXTRA_DIST): Renamed from lib_SOURCES, for
11161         consistency with the other modules.  Remove argmatch.c.
11162         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11163         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11164         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11165         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11166         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11167         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11168         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11169         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11170         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11171         * modules/closeout (EXTRA_DIST): Add closeout.h.
11172         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11173         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11174         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11175         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11176         dirname.h; remove basename.c and stripslash.c.
11177         * modules/exclude (EXTRA_DIST): Add exclude.h.
11178         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11179         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11180         * modules/file-type (EXTRA_DIST): Add file-type.h.
11181         * modules/filemode (EXTRA_DIST): Add filemode.h.
11182         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11183         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11184         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11185         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11186         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11187         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11188         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11189         * modules/getdate (EXTRA_DIST): Add getdate.c.
11190         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11191         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11192         * modules/getpass (EXTRA_DIST): Add getpass.h.
11193         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11194         * modules/group-member (EXTRA_DIST): Add group-member.h.
11195         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11196         * modules/hash (EXTRA_DIST): Add hash.h.
11197         * modules/human (EXTRA_DIST): Add human.h.
11198         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11199         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11200         * modules/lchown (EXTRA_DIST): Add lchown.h.
11201         * modules/long-options (EXTRA_DIST): Add long-options.h.
11202         * modules/lstat (EXTRA_DIST): Add lstat.h.
11203         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11204         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11205         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11206         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11207         * modules/memxor (EXTRA_DIST): Add memxor.h.
11208         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11209         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11210         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11211         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11212         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11213         * modules/physmem (EXTRA_DIST): Add physmem.h.
11214         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11215         * modules/posixver (EXTRA_DIST): Add posixver.h.
11216         * modules/quote (EXTRA_DIST): Add quote.h.
11217         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11218         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11219         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11220         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11221         regex_internal.h regexec.c.
11222         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11223         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11224         * modules/same (EXTRA_DIST): Add same.h.
11225         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11226         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11227         * modules/savedir (EXTRA_DIST): Add savedir.h.
11228         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11229         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11230         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11231         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11232         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11233         * modules/strdup (EXTRA_DIST): Add strdup.h.
11234         * modules/strftime (EXTRA_DIST): Add strftime.h.
11235         * modules/strndup (EXTRA_DIST): Add strndup.h.
11236         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11237         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11238         * modules/time_r (EXTRA_DIST): Add time_r.h.
11239         * modules/timespec (EXTRA_DIST): Add timespec.h.
11240         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11241         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11242         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11243         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11244         * modules/userspec (EXTRA_DIST): Add userspec.h.
11245         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11246         * modules/utimens (EXTRA_DIST): Add utimens.h.
11247         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11248         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11249         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11250         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11251         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11252         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11253         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11254         * modules/yesno (EXTRA_DIST): Add yesno.h.
11255
11256 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11257
11258         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11259
11260         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11261         * m4/dev-ino.m4, same-inode.m4: Remove.
11262
11263         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11264         * m4/acl.m4 (AC_FUNC_ACL):
11265         * m4/backupfile.m4 (gl_BACKUPFILE):
11266         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11267         * m4/canon-host.m4 (gl_CANON_HOST):
11268         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11269         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11270         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11271         * m4/cloexec.m4 (gl_CLOEXEC):
11272         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11273         * m4/closeout.m4 (gl_CLOSEOUT):
11274         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11275         * m4/dirname.m4 (gl_DIRNAME):
11276         * m4/exclude.m4 (gl_EXCLUDE):
11277         * m4/exitfail.m4 (gl_EXITFAIL):
11278         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11279         * m4/file-type.m4 (gl_FILE_TYPE):
11280         * m4/filemode.m4 (gl_FILEMODE):
11281         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11282         * m4/fpending.m4 (gl_FUNC_FPENDING):
11283         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11284         * m4/fts.m4 (gl_FUNC_FTS):
11285         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11286         * m4/getdate.m4 (gl_GETDATE):
11287         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11288         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11289         * m4/getpass.m4 (gl_FUNC_GETPASS):
11290         * m4/gettime.m4 (gl_GETTIME):
11291         * m4/getugroups.m4 (gl_GETUGROUPS):
11292         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11293         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11294         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11295         * m4/hash.m4 (gl_HASH):
11296         * m4/idcache.m4 (gl_IDCACHE):
11297         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11298         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11299         * m4/long-options.m4 (gl_LONG_OPTIONS):
11300         * m4/lstat.m4 (gl_FUNC_LSTAT):
11301         * m4/md5.m4 (gl_MD5):
11302         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11303         * m4/memcoll.m4 (gl_MEMCOLL):
11304         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11305         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11306         * m4/memxor.m4 (gl_MEMXOR):
11307         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11308         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11309         * m4/modechange.m4 (gl_MODECHANGE):
11310         * m4/mountlist.m4 (gl_MOUNTLIST):
11311         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11312         * m4/openat.m4 (gl_FUNC_OPENAT):
11313         * m4/pathmax.m4 (gl_PATHMAX):
11314         * m4/physmem.m4 (gl_PHYSMEM):
11315         * m4/posixtm.m4 (gl_POSIXTM):
11316         * m4/posixver.m4 (gl_POSIXVER):
11317         * m4/quote.m4 (gl_QUOTE):
11318         * m4/quotearg.m4 (gl_QUOTEARG):
11319         * m4/readtokens.m4 (gl_READTOKENS):
11320         * m4/readutmp.m4 (gl_READUTMP):
11321         * m4/regex.m4 (gl_REGEX):
11322         * m4/safe-read.m4 (gl_SAFE_READ):
11323         * m4/safe-write.m4 (gl_SAFE_WRITE):
11324         * m4/same.m4 (gl_SAME):
11325         * m4/save-cwd.m4 (gl_SAVE_CWD):
11326         * m4/savedir.m4 (gl_SAVEDIR):
11327         * m4/settime.m4 (gl_SETTIME):
11328         * m4/sha1.m4 (gl_SHA1):
11329         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11330         * m4/stat-macros.m4 (gl_STAT_MACROS):
11331         * m4/stat-time.m4 (gl_STAT_TIME):
11332         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11333         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11334         * m4/strdup.m4 (gl_FUNC_STRDUP):
11335         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11336         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11337         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11338         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11339         * m4/time_r.m4 (gl_TIME_R):
11340         * m4/timespec.m4 (gl_TIMESPEC):
11341         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11342         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11343         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11344         * m4/userspec.m4 (gl_USERSPEC):
11345         * m4/utimecmp.m4 (gl_UTIMECMP):
11346         * m4/utimens.m4 (gl_UTIMENS):
11347         * m4/xalloc.m4 (gl_XALLOC):
11348         * m4/xgetcwd.m4 (gl_XGETCWD):
11349         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11350         * m4/xreadlink.m4 (gl_XREADLINK):
11351         * m4/xstrtod.m4 (gl_XSTRTOD):
11352         * m4/yesno.m4 (gl_YESNO):
11353         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11354         to get the necessary .h files and whatnot.
11355
11356 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11357             Bruno Haible  <bruno@clisp.org>
11358
11359         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11360         /bin/sh understanding of '!' conditional negation.
11361
11362 2006-08-21  Jim Meyering  <jim@meyering.net>
11363
11364         * modules/openat (Depends-on): Really alphabetize.
11365
11366         * modules/acl (Depends-on): Add error and quote.
11367
11368         * check-module (find_included_lib_files): Add at-func.c to the
11369         ok-to-include-more-than-once white list.
11370
11371         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11372
11373 2006-08-21  Bruno Haible  <bruno@clisp.org>
11374
11375         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11376         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11377         Reported by Martin Lambers <marlam@marlam.de>.
11378
11379 2006-08-21  Bruno Haible  <bruno@clisp.org>
11380
11381         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11382         specify an installation location, don't emit a noinst_LIBRARIES or
11383         noinst_LTLIBRARIES assignment.
11384
11385 2006-08-21  Bruno Haible  <bruno@clisp.org>
11386
11387         BeOS portability.
11388         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11389         BeOS has mbrtowc() but no <wctype.h>.
11390
11391 2006-08-21  Bruno Haible  <bruno@clisp.org>
11392
11393         BeOS portability.
11394         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11395         exist.
11396
11397 2006-08-21  Bruno Haible  <bruno@clisp.org>
11398
11399         BeOS portability.
11400         * lib/mbchar.h: Include <wctype.h> only if it exists.
11401
11402 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         Remove files that are no longer needed by their respective modules.
11405         * m4/obstack.m4: Remove.
11406         * m4/strerror_r.m4: Remove.
11407         * m4/uint32_t.m4: Remove.
11408         * m4/uintptr_t.m4: Remove.
11409         * m4/ullong_max.m4: Remove.
11410         * m4/xstrtoimax.m4: Remove.
11411         * m4/xstrtoumax.m4: Remove.
11412
11413         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11414         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11415         dependencies now capture this.
11416
11417         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11418         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11419         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11420         * m4/human.m4 (gl_HUMAN): Likewise.
11421         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11422         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11423
11424         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11425
11426         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11427         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11428         stdint.
11429         * m4/human.m4 (gl_HUMAN): Likewise.
11430         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11431         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11432         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11433         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11434         * m4/xstrtol (gl_XSTRTOL): Likewise.
11435
11436         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11437         AC_TYPE_LONG_LONG_INT.
11438         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11439         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11440         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11441         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11442
11443         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11444         on stdbool.
11445
11446         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11447         (gl_PREREQ_XSTRTOUL): Remove.
11448
11449         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11450
11451         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11452         mode.
11453
11454 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11455
11456         Add and change modules to make it easier for coreutils to use
11457         gnulib-tool.
11458         * modules/backupfile (Files): Remove m4/d-ino.m4.
11459         (Depends-on): Add d-ino.
11460         * modules/cycle-check (Depends-on): Add stdint.
11461         (lib_SOURCES): Add cycle-check.h.
11462         * modules/d-ino: New module.
11463         * modules/d-type: New module.
11464         * modules/error (Files): Remove m4/strerror_r.m4.
11465         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11466         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11467         m4/inttypes_h.m4, m4/uintmax_t.m4.
11468         (Depends-on): Add stdint.
11469         (lib_SOURCES): Add fsusage.h.
11470         * modules/getcwd (Files): Remove d-ino.m4.
11471         (Depends-on): Add d-ino.
11472         * modules/getndelim2 (Depends-on): Add stdint.
11473         * modules/glob (Files): Remove m4/d-type.m4.
11474         (Depends-on): Add d-type.
11475         * modules/host-os: New module.
11476         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11477         m4/inttypes_h.m4, m4/uintmax_t.m4.
11478         * Depends-on: Add stdint.
11479         (lib_SOURCES): Add human.h.
11480         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11481         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11482         m4/uintmax_t.m4, m4/ulonglong.m4.
11483         (Depends-on): Add stdint.
11484         (EXTRA_DIST): Add inttostr.h.
11485         * modules/lchmod: New module.
11486         * modules/link-follow: New module.
11487         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11488         (Depends-on): Add lchmod.
11489         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11490         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11491         (Depends-on): Add stdint.
11492         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11493         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11494         (Depends-on): Add stdint.
11495         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11496         * modules/perl: New module.
11497         * modules/regex (Depends-on): Add stdint.
11498         * modules/rmdir-errno: New module.
11499         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11500         m4/intmax_t.m4.
11501         (Depends-on): Add stdint.
11502         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11503         m4/uintmax_t.m4.
11504         (Depends-on): Add stdint.
11505         * modules/unlink-busy: New module.
11506         * modules/utimecmp (Depends-on): Add stdint.
11507         * modules/uptime: New module.
11508         * modules/winsz-ioctl: New module.
11509         * modules/winsz-termios: New module.
11510         * modules/xnanosleep (Depends-on): Add nanosleep.
11511         * modules/ullong_max: Remove.
11512         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11513         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11514         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11515         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11516         (Depends-on): Add inttypes.
11517         (lib_SOURCES): Add xstrtol.h.
11518         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11519         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11520         * MODULES.html.sh: Move 'assert' into the assert section.
11521         Move 'dummy' into the linking section.
11522         Remove ullong_max.
11523         Add section for compatibility checks for POSIX:2001 functions,
11524         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11525         winsz-ioctl, and winsz-termios into it.
11526         Add lchmod.
11527         Add top-level Misc section and put host-os, perl, and uptime
11528         into it.
11529
11530 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11533         now assume the stdint module.  Do not include inttypes.h.
11534         * lib/fsusage.h: Likewise.
11535         * lib/getndelim2.c: Likewise.
11536         * lib/human.h: Likewise.
11537         * lib/inttostr.h: Likewise.
11538         * lib/obstack.c: Likewise.
11539         * lib/regex_internal.h: Likewise.
11540         * lib/tempname.c: Likewise.
11541         * lib/utimecmp.c: Likewise.
11542         * lib/xstrtol.h: Likewise.
11543
11544         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11545
11546         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11547         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11548         * lib/xtime.h: Likewise.
11549
11550 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11551
11552         * modules/openat (Files): Add lib/fchmodat.c.
11553         Fixes problem reported by Jay Youngman.
11554
11555 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11556
11557         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11558         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11559
11560 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11561             Bruno Haible  <bruno@clisp.org>
11562
11563         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11564         and is a script that invokes bison. Tighten the code. Add comments.
11565
11566 2006-08-18  Jim Meyering  <jim@meyering.net>
11567
11568         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11569         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11570         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11571         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11572
11573 2006-08-18  Bruno Haible  <bruno@clisp.org>
11574
11575         * modules/bison-i18n: New file.
11576         * MODULES.html.sh (Internationalization functions): Add it.
11577
11578 2006-08-18  Bruno Haible  <bruno@clisp.org>
11579
11580         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11581         sys/statvfs.h. When getmntinfo was found, check its declaration and
11582         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11583
11584 2006-08-18  Bruno Haible  <bruno@clisp.org>
11585
11586         * m4/bison-i18n.m4: New file, from bison.
11587
11588 2006-08-18  Bruno Haible  <bruno@clisp.org>
11589
11590         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11591         (ME_DUMMY): Treat "kernfs" as a dummy.
11592         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11593
11594 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11595
11596         Update from coreutils.
11597
11598         2006-08-15  Jim Meyering  <jim@meyering.net>
11599
11600         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11601
11602         2006-01-17  Jim Meyering  <jim@meyering.net>
11603
11604         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11605
11606         2006-01-11  Jim Meyering  <jim@meyering.net>
11607
11608         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11609         Check for the lchmod function.
11610
11611 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11612
11613         Update from coreutils.
11614
11615         * lib/__fpending.h: Add copyright notice.
11616         * lib/fprintftime.h: Likewise.
11617         * lib/savedir.c: Use (C) in copyright notice.
11618         * lib/savedir.h: Likewise.
11619
11620         2006-08-15  Jim Meyering  <jim@meyering.net>
11621
11622         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11623         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11624         in support of the EXPECTED_ERRNO macro.
11625         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11626         definitions.  Instead, define the appropriate symbols and include
11627         "at-func.c".
11628         * lib/mkdirat.c (mkdirat): Likewise.
11629         * lib/fchmodat.c (fchmodat): Likewise.
11630         (ENOSYS): Remove definition.
11631         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11632         it.  Don't include "unistd--.h" -- it wasn't ever used.
11633
11634         2006-01-17  Jim Meyering  <jim@meyering.net>
11635
11636         Rewrite fts.c not to change the current working directory,
11637         by using openat, fstatat, fdopendir, etc..
11638
11639         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11640         (HAVE_OPENAT_SUPPORT): Define.
11641         [_LIBC] (fchdir): Don't undef or define; no longer used.
11642         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11643         Now, this `function' always succeeds, and consumes its file descriptor
11644         parameter -- so callers must not close such FDs.  Update callers.
11645         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11646         (diropen): Add parameter, SP.  Adjust all callers.
11647         Implement using diropen_fd, rather than open.
11648         (fts_open): Initialize new member, fts_cwd_fd.
11649         Remove fts_rft-setting code.
11650         (fts_close): Close fts_cwd_fd, if necessary.
11651         (__opendir2): Define in terms of opendir or opendirat,
11652         depending on whether the FST_NOCHDIR flag is set.
11653         (fts_build): Since fts_safe_changedir consumes its FD, and since
11654         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11655         and close the dup'd file descriptor upon failure.
11656         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11657         (fts_safe_changedir): Tweak semantics to reflect that this function
11658         now calls cwd_advance_fd and hence consumes its FD argument.
11659         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11660         [struct FTS] (fts_rft): Remove now-unused member.
11661         [struct FTS] (fts_cycle.state): Improve comment.
11662
11663         * lib/openat.c (openat_needs_fchdir): New function.
11664         * lib/openat.h (openat_needs_fchdir): Declare it.
11665
11666 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11669         Problem and fix reported by Pádraig Brady in
11670         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11671
11672 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11673
11674         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11675
11676 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11677
11678         * lib/memcoll.c (memcoll): Optimize for the common case where the
11679         arguments are bytewise equal.
11680
11681 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11682
11683         * doc/regexprops-generic.texi: Add a copyright notice.
11684
11685 2006-08-15  Bruno Haible  <bruno@clisp.org>
11686
11687         * modules/tmpdir (License): Change to LGPL.
11688
11689 2006-08-15  Bruno Haible  <bruno@clisp.org>
11690
11691         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11692         module.
11693
11694 2006-08-14  Simon Josefsson  <jas@extundo.com>
11695
11696         * config/srclist.txt: Add gnupload.
11697
11698 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         Change copyright notice from LGPL 2 to GPL 2, since that's the
11701         standard form used in the gnulib repository.
11702         * tests/test-lock.c: Likewise.
11703         * tests/test-stdint.c: Likewise.
11704         * tests/test-tls.c: Likewise.
11705
11706         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11707         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11708         Add copyright notice.
11709
11710         * check-module: Add copyright notice.  Output a copyright
11711         notice if "--version" is specified.
11712         * modules/COPYING: New file.
11713         * tests/test-getaddrinfo.c: Add copyright notice.
11714         * tests/test-verify.c: Likewise.
11715
11716 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11717
11718         Change copyright notice from LGPL 2 to GPL 2, since that's the
11719         standard form used in the gnulib repository.
11720         * lib/lock.c: LGPL -> GPL.
11721         * lib/lock.h: Likewise.
11722         * lib/strnlen1.c: Likewise.
11723         * lib/strnlen1.h: Likewise.
11724         * lib/tls.c: Likewise.
11725         * lib/tls.h: Likewise.
11726         * lib/tmpdir.c: Likewise.
11727
11728         * lib/TODO: Remove; this belongs only in coreutils.
11729
11730 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11731
11732         Add copyright notices to long-enough files that lack them, since
11733         otherwise the files aren't clearly free.  Use the same notice that
11734         getdate.texi already uses.
11735         * doc/alloca-opt.texi: Add copyright notice.
11736         * doc/alloca.texi: Likewise.
11737         * doc/ctime.texi: Likewise.
11738         * doc/functions.texi: Likewise.
11739         * doc/gcd.texi: Likewise.
11740         * doc/gnulib-tool.texi: Likewise.
11741         * doc/inet_ntoa.texi: Likewise.
11742         * doc/visibility.texi: Likewise.
11743
11744         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11745         * doc/quote.texi: Add copyright notice.
11746
11747         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11748         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11749         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11750         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11751         is now obsolete, and give a pointer to the Sun list.
11752         Add copyright notice.
11753
11754 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         * config/srclistvars.sh: Add copyright notice.
11757
11758 2006-08-14  Eric Blake  <ebb9@byu.net>
11759
11760         Import the following change from libc:
11761
11762         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11763
11764         Upstream bug 2997.
11765         * lib/misc/error.c: Add space between program name and message if file
11766         name is missing.
11767
11768 2006-08-12  Karl Berry  <karl@gnu.org>
11769
11770         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11771         remove, these originate in gnulib now.
11772
11773 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11774
11775         * doc/Makefile (standards.info standards.html standards.dvi):
11776         Also depend on make-stds.texi.
11777
11778 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11779
11780         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11781         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11782
11783         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11784         in wchar_t.  Problem reported by Eric Blake.
11785
11786         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11787         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11788         Also, help the compiler to keep LEN in a register.
11789
11790 2006-08-11  Eric Blake  <ebb9@byu.net>
11791
11792         * users.txt: Sort.  Add tar.
11793
11794 2006-08-11  Bruno Haible  <bruno@clisp.org>
11795
11796         * users.txt: New file.
11797
11798 2006-08-11  Bruno Haible  <bruno@clisp.org>
11799
11800         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11801         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11802
11803 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11804
11805         * modules/snprintf (Depends-on): Remove minmax.
11806         (Maintainer): Add self and Bruno.
11807
11808 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11811         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11812         (EOVERFLOW): Define if the system does not.
11813         Do not include "minmax.h"; it wasn't used.
11814         (snprintf): Don't assume size_t promotes to an unsigned type.
11815         Fix bug when generated string was too long for the buffer: the
11816         buffer's contents are supposed to be the initial prefix of the
11817         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11818         exceeds INT_MAX; do the check ourselves.
11819
11820         Import the following changes from libc:
11821
11822         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11823
11824         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11825         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11826         set wc to the byte which couldn't be converted.
11827         (re_string_reconstruct): Don't clear valid_raw_len before calling
11828         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11829         tip_context using re_string_context_at.
11830
11831         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11832
11833         * lib/posix/regex.h: g++ still cannot handled [restrict].
11834
11835         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11836
11837         * lib/posix/regex.h: Remove special handling for VMS.
11838
11839 2006-08-10  Jim Meyering  <jim@meyering.net>
11840
11841         * modules/same-inode: New module.
11842         * modules/dev-ino: New module.
11843         * modules/cycle-check: Depend on these modules, rather than simply
11844         including their .h files.
11845         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11846         required via m4/cycle-check.m4.
11847         * modules/same: Depend on new same-inode module, rather than
11848         including same-inode.h.
11849         * modules/chdir-safer: New file.
11850
11851         * modules/chown (Depends-on): Add stat-macros.
11852
11853 2006-08-10  Jim Meyering  <jim@meyering.net>
11854
11855         * m4/cycle-check.m4: New file.
11856         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11857         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11858
11859 2006-08-10  Eric Blake  <ebb9@byu.net>
11860
11861         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11862         in from original proposal.
11863
11864 2006-08-10  Eric Blake  <ebb9@byu.net>
11865         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11866
11867         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11868         namespace.
11869
11870 2006-08-10  Bruno Haible  <bruno@clisp.org>
11871
11872         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11873         as well.
11874
11875 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         Sync from coreutils.
11878
11879         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11880
11881         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11882         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11883
11884 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * modules/restrict: Remove; no longer needed now that we assume
11887         Autoconf 2.59 or later.
11888         * MODULES.html.sh: Remove 'restrict'.
11889         * modules/argp (Depends-on): Remove 'restrict'.
11890         * modules/base64 (Depends-on): Likewise.
11891         * modules/gc (Depends-on): Likewise.
11892         * modules/getaddrinfo (Depends-on): Likewise.
11893         * modules/glob (Depends-on): Likewise.
11894         * modules/inet_ntop (Depends-on): Likewise.
11895         * modules/inet_pton (Depends-on): Likewise.
11896         * modules/memxor (Depends-on): Likewise.
11897         * modules/regex (Depends-on): Likewise.
11898         * modules/strtok_r (Depends-on): Likewise.
11899         * modules/time_r (Depends-on): Likewise.
11900
11901 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11904         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11905         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11906         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11907         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11908         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11909         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11910         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11911
11912         Merge from coreutils.
11913         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11914         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11915         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11916         * m4/time_r.m4 (gl_TIME_R): Likewise.
11917
11918 2006-08-09  Karl Berry  <karl@gnu.org>
11919
11920         * config/srclist.txt: no more gettext-tools, per Bruno.
11921
11922 2006-08-08  Eric Blake  <ebb9@byu.net>
11923
11924         * modules/verror: New module.
11925         * MODULES.html.sh: Document it.
11926
11927 2006-08-08  Eric Blake  <ebb9@byu.net>
11928
11929         * lib/verror.h, lib/verror.c: New files.
11930
11931 2006-08-08  Eric Blake  <ebb9@byu.net>
11932
11933         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11934         verror_at_line output complies with GNU Coding Standards even when
11935         file is NULL.
11936
11937 2006-08-07  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11940         versions of AIX.
11941         Reported by Ralf Wildenhues.
11942
11943 2006-08-07  Bruno Haible  <bruno@clisp.org>
11944
11945         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11946         in an AC_DEFUN. Needed so that the autoconf snippets can use
11947         AC_REQUIRE.
11948
11949 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11950
11951         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11952         Initialize pkgdata_DATA.
11953         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11954         overriding it.
11955
11956 2006-08-06  Eric Blake  <ebb9@byu.net>
11957
11958         * lib/error.h: Fold in some upstream changes from glibc.
11959         * lib/error.c: Likewise.
11960
11961 2006-08-04  Bruno Haible  <bruno@clisp.org>
11962
11963         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11964         Make the mostlyclean-local rule depend on mostlyclean-generic.
11965         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11966
11967 2006-07-31  Bruno Haible  <bruno@clisp.org>
11968
11969         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11970         <stdlib.h>, <string.h>.
11971
11972 2006-07-30  Bruno Haible  <bruno@clisp.org>
11973
11974         * modules/readlink (License): Change to LGPL.
11975
11976 2006-07-30  Bruno Haible  <bruno@clisp.org>
11977
11978         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11979         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11980         set PKGDATADIR to point to it.
11981
11982 2006-07-30  Bruno Haible  <bruno@clisp.org>
11983
11984         * modules/csharpexec (configure.ac): Comment out macro invocation.
11985         * modules/javaexec (configure.ac): Likewise.
11986         * modules/javacomp-script (configure.ac): Likewise.
11987
11988         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11989
11990 2006-07-30  Bruno Haible  <bruno@clisp.org>
11991
11992         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11993         linked-list.
11994
11995 2006-07-30  Bruno Haible  <bruno@clisp.org>
11996
11997         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11998
11999 2006-07-30  Bruno Haible  <bruno@clisp.org>
12000
12001         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12002         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12003         get removed.
12004
12005 2006-07-29  Bruno Haible  <bruno@clisp.org>
12006
12007         Make it possible for gnulib-tool to work with locally modified or
12008         augmented gnulib repositories.
12009         * gnulib-tool (func_usage): Document --local-dir option.
12010         (local_gnulib_dir): New variable.
12011         Handle --local-dir option.
12012         (func_lookup_file): New function.
12013         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12014         (func_get_description, func_get_filelist, func_get_description,
12015         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12016         func_get_automake_snippet, func_get_include_directive,
12017         func_get_license, func_get_maintainer): Use func_lookup_file.
12018         (func_import, func_create_testdir): Use func_lookup_file.
12019
12020 2006-07-29  Bruno Haible  <bruno@clisp.org>
12021
12022         * modules/setenv (Depends-on): Add unistd.
12023
12024 2006-07-29  Bruno Haible  <bruno@clisp.org>
12025
12026         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12027
12028 2006-07-29  Bruno Haible  <bruno@clisp.org>
12029
12030         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12031
12032 2006-07-29  Bruno Haible  <bruno@clisp.org>
12033
12034         * gnulib-tool (import, update): If there is no Makefile.am, look at
12035         aclocal.m4, instead of bailing out.
12036
12037 2006-07-29  Bruno Haible  <bruno@clisp.org>
12038
12039         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12040         Categorize the options by when they are useful.
12041
12042 2006-07-29  Bruno Haible  <bruno@clisp.org>
12043
12044         * gnulib-tool (func_usage): Document option --no-libtool.
12045         Handle option --no-libtool.
12046         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12047         for changed semantics of $libtool variable.
12048         (func_import): Likewise. If libtool is not used, show this through
12049         an option --no-libtool.
12050         (func_create_testdir): Update.
12051
12052 2006-07-29  Bruno Haible  <bruno@clisp.org>
12053
12054         * gnulib-tool (func_import): Extend error message about missing
12055         --doc-base.
12056
12057 2006-07-29  Bruno Haible  <bruno@clisp.org>
12058
12059         * gnulib-tool (func_import): Don't create the $docbase directory if
12060         there is no file to store there.
12061
12062 2006-07-29  Bruno Haible  <bruno@clisp.org>
12063
12064         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12065         relevant, look for configure.ac there, not in the current directory.
12066         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12067
12068 2006-07-29  Bruno Haible  <bruno@clisp.org>
12069
12070         * gnulib-tool (SORT): New variable.
12071         (func_usage): Undocument --assume-autoconf option.
12072         Remove --assume-autoconf option handling.
12073         (autoconf_minversion): Determine from the contents of configure.ac.
12074         (func_import): Remove autoconf_minversion handling.
12075         Suggested by Eric Blake.
12076
12077 2006-07-29  Bruno Haible  <bruno@clisp.org>
12078
12079         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12080
12081 2006-07-29  Bruno Haible  <bruno@clisp.org>
12082
12083         * config/srclist.txt (*setenv.[ch]): Remove rules.
12084
12085 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12086
12087         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12088
12089 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12090
12091         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12092         arpa/inet.h.
12093
12094 2006-07-28  Simon Josefsson  <jas@extundo.com>
12095
12096         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12097         * modules/inet_pton (Depends-on): Likewise.
12098
12099 2006-07-28  Simon Josefsson  <jas@extundo.com>
12100
12101         * m4/netinet_in_h.m4: New file.
12102
12103 2006-07-28  Simon Josefsson  <jas@extundo.com>
12104
12105         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12106         #include's.
12107
12108 2006-07-28  Simon Josefsson  <jas@extundo.com>
12109
12110         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12111         #include's.
12112
12113 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12114
12115         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12116         setgid on directories only if they set these bits.
12117         * lib/modechange.h: Remove obsolete comment about masks.
12118
12119 2006-07-28  Eric Blake  <ebb9@byu.net>
12120
12121         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12122         macro expansion.
12123
12124 2006-07-28  Bruno Haible  <bruno@clisp.org>
12125
12126         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12127
12128 2006-07-28  Bruno Haible  <bruno@clisp.org>
12129
12130         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12131
12132 2006-07-28  Bruno Haible  <bruno@clisp.org>
12133
12134         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12135         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12136         Define fallbacks.
12137         Avoids link error on FreeBSD 4.x.
12138         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12139
12140         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12141         encoding.
12142         * lib/mbswidth.c (iswcntrl): Likewise.
12143
12144 2006-07-27  Bruno Haible  <bruno@clisp.org>
12145
12146         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12147         test.
12148
12149 2006-07-27  Bruno Haible  <bruno@clisp.org>
12150
12151         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12152         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12153         defined.
12154
12155 2006-07-26  Eric Blake  <ebb9@byu.net>
12156
12157         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12158
12159 2006-07-26  Eric Blake  <ebb9@byu.net>
12160
12161         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12162         like mingw that lack mkstemp.
12163         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12164         avoid compilation warning on mingw.
12165
12166 2006-07-26  Bruno Haible  <bruno@clisp.org>
12167
12168         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12169         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12170         INT_FAST*_MIN, INTPTR_MIN.
12171
12172 2006-07-25  Bruno Haible  <bruno@clisp.org>
12173
12174         * modules/version-etc (Depends-on): Add stdarg.
12175
12176 2006-07-25  Bruno Haible  <bruno@clisp.org>
12177
12178         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12179         complex commands.
12180
12181 2006-07-25  Bruno Haible  <bruno@clisp.org>
12182
12183         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12184         defined in <stdarg.h> or config.h.
12185
12186 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12187
12188         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12189         (gl_STDIO_SAFER): Remove.
12190
12191 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         * MODULES.html.sh (File stream based Input/Output):
12194         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12195         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12196         * modules/fopen-safer, modules/tmpfile-safer: New files.
12197         * modules/stdio-safer: Remove.
12198
12199 2006-07-24  Bruno Haible  <bruno@clisp.org>
12200
12201         * modules/tmpdir: New file.
12202         * MODULES.html.sh (File system functions): Add it.
12203
12204 2006-07-24  Bruno Haible  <bruno@clisp.org>
12205
12206         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12207         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12208
12209 2006-07-24  Bruno Haible  <bruno@clisp.org>
12210
12211         * modules/clean-temp: New file.
12212
12213 2006-07-24  Bruno Haible  <bruno@clisp.org>
12214
12215         * m4/tmpdir.m4: New file, from GNU gettext.
12216
12217 2006-07-24  Bruno Haible  <bruno@clisp.org>
12218
12219         * lib/tmpdir.h: New file, from GNU gettext.
12220         * lib/tmpdir.c: New file, from GNU gettext.
12221
12222 2006-07-24  Bruno Haible  <bruno@clisp.org>
12223
12224         * lib/clean-temp.h: New file, from GNU gettext.
12225         * lib/clean-temp.c: New file, from GNU gettext.
12226
12227 2006-07-23  Eric Blake  <ebb9@byu.net>
12228
12229         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12230         (Depends-on): Add binary-io.
12231
12232 2006-07-23  Eric Blake  <ebb9@byu.net>
12233
12234         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12235
12236 2006-07-23  Eric Blake  <ebb9@byu.net>
12237
12238         * lib/tmpfile-safer.c: New file.
12239         * lib/stdio-safer.h (fopen_safer): Add prototype.
12240         * lib/stdio--.h (tmpfile): Make safer.
12241
12242 2006-07-23  Bruno Haible  <bruno@clisp.org>
12243
12244         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12245         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12246         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12247         gl_linked_remove_at): Use it.
12248
12249 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12250         and Simon Josefsson <jas@extundo.com>
12251
12252         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12253
12254         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12255
12256 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12257
12258         * modules/close-stream: New file.
12259         * modules/closeout (Description): Make it clear that it exits
12260         with a diagnostic on error.
12261         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12262         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12263
12264 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12265
12266         * m4/close-stream.m4: New file.
12267
12268 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12269
12270         * lib/close-stream.c, lib/close-stream.h: New files.
12271
12272 2006-07-22  Bruno Haible  <bruno@clisp.org>
12273
12274         Merge from GNU gettext 0.15.
12275
12276         2006-05-01  Bruno Haible  <bruno@clisp.org>
12277
12278                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12279
12280         2006-07-22  Bruno Haible  <bruno@clisp.org>
12281
12282                 * modules/javaversion: New file.
12283                 * MODULES.html.sh (Java): Add javaversion.
12284
12285         2006-03-12  Bruno Haible  <bruno@clisp.org>
12286
12287                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12288
12289         2005-12-04  Bruno Haible  <bruno@clisp.org>
12290
12291                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12292                 (untested).
12293
12294         2006-06-21  Bruno Haible  <bruno@clisp.org>
12295
12296                 Avoid warnings from recent versions of mcs.
12297                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12298                 -o, -L, -r any more. Use options documented since mcs-1.0
12299                 instead. Similarly for -g.
12300
12301         2005-12-04  Bruno Haible  <bruno@clisp.org>
12302
12303                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12304                 .resources, not .resource.
12305
12306         2005-07-09  Bruno Haible  <bruno@clisp.org>
12307
12308                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12309                 add a .dll suffix.
12310                 Reported by Mark Junker <mjscod@gmx.de>.
12311
12312         2006-07-22  Bruno Haible  <bruno@clisp.org>
12313
12314                 * modules/gettext: Upgrade to gettext-0.15.
12315                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12316                 m4/visibility.m4.
12317                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12318
12319 2006-07-22  Bruno Haible  <bruno@clisp.org>
12320
12321         Merge from GNU gettext 0.15.
12322
12323         2006-03-25  Bruno Haible  <bruno@clisp.org>
12324
12325                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12326
12327         2006-07-21  Bruno Haible  <bruno@clisp.org>
12328
12329                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12330                 "1.1".
12331
12332         2006-05-09  Bruno Haible  <bruno@clisp.org>
12333
12334                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12335                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12336                 for the conftestver execution.
12337
12338         2006-05-01  Bruno Haible  <bruno@clisp.org>
12339
12340                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12341                 optional target-version argument. Verify that the compiler
12342                 groks source of the specified source-version, or add -source
12343                 option as necessary. Verify that the compiler produces
12344                 bytecode in the specified target-version, or add -target and
12345                 -source options as necessary. Make the result of the test
12346                 available as variable CONF_JAVAC. Also log error output in
12347                 config.log.
12348
12349         2006-03-11  Bruno Haible  <bruno@clisp.org>
12350
12351                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12352
12353         2006-05-09  Bruno Haible  <bruno@clisp.org>
12354
12355                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12356                 CLASSPATH_SEPARATOR to a semicolon.
12357
12358         2006-03-12  Bruno Haible  <bruno@clisp.org>
12359
12360                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12361                 available as variable CONF_JAVA, for subsequent autoconf
12362                 tests. Also log error output in config.log.
12363
12364         2006-07-19  Bruno Haible  <bruno@clisp.org>
12365
12366                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12367                 that getline works on glibc2 systems. Needed to avoid trouble
12368                 in relocatable.c.
12369                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12370
12371         2005-12-04  Bruno Haible  <bruno@clisp.org>
12372
12373                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12374                 launcher (untested).
12375
12376         2005-12-04  Bruno Haible  <bruno@clisp.org>
12377
12378                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12379
12380         2006-07-22  Bruno Haible  <bruno@clisp.org>
12381
12382                 * gettext.m4: Update from GNU gettext-0.15.
12383                 * nls.m4: Likewise.
12384                 * po.m4: Likewise.
12385                 * inttypes-pri.m4: Likewise.
12386                 * inttypes-h.m4: Renamed from inttypes.m4.
12387                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12388
12389 2006-07-22  Bruno Haible  <bruno@clisp.org>
12390
12391         Merge from GNU gettext 0.15.
12392
12393         2005-07-05  Bruno Haible  <bruno@clisp.org>
12394
12395                 * printf-args.c (printf_fetchargs): Work around broken
12396                 definition of wint_t on mingw.
12397
12398         2005-02-12  Bruno Haible  <bruno@clisp.org>
12399
12400                 * xallocsa.h: Add extern "C" for C++.
12401
12402         2006-05-17  Bruno Haible  <bruno@clisp.org>
12403
12404                 Cygwin portability.
12405                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12406
12407         2006-04-30  Bruno Haible  <bruno@clisp.org>
12408
12409                 * progreloc.c: Include <mach-o/dyld.h> if available.
12410                 (find_executable): Use _NSGetExecutablePath when possible.
12411
12412         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12413
12414                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12415                 function.
12416
12417         2005-12-29  Bruno Haible  <bruno@clisp.org>
12418
12419                 * progreloc.c (set_program_name_and_installdir): Fix
12420                 compilation error.
12421
12422         2005-12-04  Bruno Haible  <bruno@clisp.org>
12423
12424                 Cygwin portability.
12425                 * progreloc.c: Include <windows.h> also on Cygwin.
12426                 (find_executable): Add support for Cygwin.
12427                 (set_program_name_and_installdir): Handle also platforms with
12428                 nonempty EXEEXT.
12429
12430         2006-07-11  Bruno Haible  <bruno@clisp.org>
12431
12432                 * javacomp.c: Fix a comment.
12433                 Reported by Jim Meyering.
12434
12435         2006-04-30  Bruno Haible  <bruno@clisp.org>
12436
12437                 * javacomp.h (compile_java_class): Add source_version,
12438                 target_version arguments.
12439                 * javacomp.c: Rewritten to choose only a compiler that
12440                 respects the specified source_version and target_version.
12441
12442         2006-06-27  Bruno Haible  <bruno@clisp.org>
12443
12444                 Assume correct S_ISDIR macro.
12445                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12446
12447         2006-07-22  Bruno Haible  <bruno@clisp.org>
12448
12449                 * javaversion.h: New file, from GNU gettext.
12450                 * javaversion.c: New file, from GNU gettext.
12451                 * javaversion.java: New file, from GNU gettext.
12452                 * javaversion.class: New file, from GNU gettext.
12453
12454         2006-05-17  Bruno Haible  <bruno@clisp.org>
12455
12456                 Cygwin portability.
12457                 * javaexec.c (execute_java_class): Test for jview program
12458                 also on Cygwin.
12459
12460         2006-04-09  Bruno Haible  <bruno@clisp.org>
12461
12462                 * fatal-signal.c: Don't include string.h.
12463                 (at_fatal_signal): Use a copying loop instead of memcpy.
12464
12465         2005-12-04  Bruno Haible  <bruno@clisp.org>
12466
12467                 * csharpexec.c: Add support for 'clix' launcher (untested).
12468                 (execute_csharp_using_sscli): New function.
12469                 (execute_csharp_program): Call it.
12470
12471         2006-06-21  Bruno Haible  <bruno@clisp.org>
12472
12473                 Avoid warnings from recent versions of mcs.
12474                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12475                 -o, -L, -r any more. Use options documented since mcs-1.0
12476                 instead. Similarly for -g.
12477
12478         2005-07-09  Bruno Haible  <bruno@clisp.org>
12479
12480                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12481                 add a .dll suffix.
12482                 Reported by Mark Junker <mjscod@gmx.de>.
12483
12484         2006-06-17  Bruno Haible  <bruno@clisp.org>
12485
12486                 * config.charset: Update for NetBSD 3.0.
12487
12488         2006-05-17  Bruno Haible  <bruno@clisp.org>
12489
12490                 Cygwin portability.
12491                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12492
12493         2006-05-16  Bruno Haible  <bruno@clisp.org>
12494
12495                 * localcharset.c [CYGWIN]: Include <windows.h>.
12496                 (get_charset_aliases): For Cygwin, return the same CPxxx
12497                 aliases list as under WIN32.
12498                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12499                 the environment variables. Fall back to GetACP().
12500
12501         2006-04-05  Bruno Haible  <bruno@clisp.org>
12502
12503                 * config.charset: Update Juan Manuel Guerrero's address.
12504
12505         2005-02-12  Bruno Haible  <bruno@clisp.org>
12506
12507                 * allocsa.h: Add extern "C" for C++.
12508
12509         2005-02-10  Bruno Haible  <bruno@clisp.org>
12510
12511                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12512                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12513
12514         2006-07-22  Bruno Haible  <bruno@clisp.org>
12515
12516                 * gettext.h: Update to GNU gettext-0.15.
12517
12518 2006-07-22  Bruno Haible  <bruno@clisp.org>
12519
12520         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12521         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12522         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12523
12524 2006-07-21  Eric Blake  <ebb9@byu.net>
12525
12526         * modules/stdlib-safer: New file.
12527         * MODULES.html.sh (File stream based Input/Output): Add
12528         stdlib-safer.
12529
12530 2006-07-21  Eric Blake  <ebb9@byu.net>
12531
12532         * lib/stdlib-safer.h: New file from coreutils, required by
12533         stdlib--.h.
12534
12535 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12538
12539 2006-07-20  Bruno Haible  <bruno@clisp.org>
12540
12541         * gnulib-tool: Recognize new option --assume-autoconf.
12542         (autoconf_minversion): New variable.
12543         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12544
12545 2006-07-20  Bruno Haible  <bruno@clisp.org>
12546
12547         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12548
12549 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12550
12551         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12552         Reindent and repaginate.
12553
12554 2006-07-19  Derek Price  <derek@ximbiot.com>
12555
12556         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12557         Correct grammar.
12558
12559 2006-07-17  Bruno Haible  <bruno@clisp.org>
12560
12561         * modules/list: New file.
12562         * modules/array-list: New file.
12563         * modules/carray-list, modules/carray-list-tests: New files.
12564         * modules/linked-list, modules/linked-list-tests: New files.
12565         * modules/avltree-list, modules/avltree-list-tests: New files.
12566         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12567         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12568         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12569         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12570         * modules/oset: New file.
12571         * modules/array-oset: New file.
12572         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12573         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12574         * tests/test-carray_list.c: New file.
12575         * tests/test-linked_list.c: New file.
12576         * tests/test-avltree_list.c: New file.
12577         * tests/test-rbtree_list.c: New file.
12578         * tests/test-linkedhash_list.c: New file.
12579         * tests/test-avltreehash_list.c: New file.
12580         * tests/test-rbtreehash_list.c: New file.
12581         * tests/test-avltree_oset.c: New file.
12582         * tests/test-rbtree_oset.c: New file.
12583         * MODULES.html.sh (Container data structures): New section.
12584
12585 2006-07-17  Bruno Haible  <bruno@clisp.org>
12586
12587         * m4/gl_list.m4: New file.
12588
12589 2006-07-17  Bruno Haible  <bruno@clisp.org>
12590
12591         * lib/gl_list.h: New file.
12592         * lib/gl_list.c: New file.
12593         * lib/gl_array_list.h: New file.
12594         * lib/gl_array_list.c: New file.
12595         * lib/gl_carray_list.h: New file.
12596         * lib/gl_carray_list.c: New file.
12597         * lib/gl_linked_list.h: New file.
12598         * lib/gl_linked_list.c: New file.
12599         * lib/gl_anylinked_list1.h: New file.
12600         * lib/gl_anylinked_list2.h: New file.
12601         * lib/gl_avltree_list.h: New file.
12602         * lib/gl_avltree_list.c: New file.
12603         * lib/gl_anyavltree_list1.h: New file.
12604         * lib/gl_anyavltree_list2.h: New file.
12605         * lib/gl_rbtree_list.h: New file.
12606         * lib/gl_rbtree_list.c: New file.
12607         * lib/gl_anyrbtree_list1.h: New file.
12608         * lib/gl_anyrbtree_list2.h: New file.
12609         * lib/gl_anytree_list1.h: New file.
12610         * lib/gl_anytree_list2.h: New file.
12611         * lib/gl_linkedhash_list.h: New file.
12612         * lib/gl_linkedhash_list.c: New file.
12613         * lib/gl_anyhash_list1.h: New file.
12614         * lib/gl_anyhash_list2.h: New file.
12615         * lib/gl_avltreehash_list.h: New file.
12616         * lib/gl_avltreehash_list.c: New file.
12617         * lib/gl_rbtreehash_list.h: New file.
12618         * lib/gl_rbtreehash_list.c: New file.
12619         * lib/gl_anytreehash_list1.h: New file.
12620         * lib/gl_anytreehash_list2.h: New file.
12621
12622         * lib/gl_oset.h: New file.
12623         * lib/gl_oset.c: New file.
12624         * lib/gl_array_oset.h: New file.
12625         * lib/gl_array_oset.c: New file.
12626         * lib/gl_avltree_oset.h: New file.
12627         * lib/gl_avltree_oset.c: New file.
12628         * lib/gl_rbtree_oset.h: New file.
12629         * lib/gl_rbtree_oset.c: New file.
12630         * lib/gl_anytree_oset.h: New file.
12631
12632 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         * m4/mkancesdirs.m4: New file.
12635         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12636         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12637         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12638         it.
12639
12640 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12641
12642         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12643         * lib/mkancesdirs.h: New files.
12644         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12645         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12646         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12647         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12648         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12649         callers changed.  Revamp internals significantly, by not
12650         attempting to create directories that are temporarily more
12651         permissive than the final results.  Do not attempt to use
12652         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12653         This removes some race conditions, fixes some bugs, and simplifies
12654         things.  Use new dirchownmod function to do owner and mode changes.
12655         * lib/mkdir-p.h: Likewise.
12656         * lib/modechange.c (octal_to_mode): New function.
12657         (struct mode_change): New member mentioned.
12658         (make_node_op_equals): New arg mentioned.  All callers changed.
12659         (mode_compile): Keep track of which mode bits the user has explicitly
12660         mentioned.
12661         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12662         New arg PMODE_BITS, to keep track of which mode bits the user
12663         mentioned; it treats S_ISUID and S_ISGID speciall.
12664         All callers changed.
12665         * lib/modechange.h: Likewise.
12666
12667 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12668
12669         * MODULES.html.sh: Add mkancestors.
12670         * modules/mkancesdirs: New module.
12671         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12672         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12673         The chdir-safer and afs files are now orphans; I'll remove them
12674         unless someone speaks up.
12675         Add lib/dirchownmod.c, lib/dirchownmod.h.
12676         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12677         Add lchown, mkancesdirs.
12678         (Maintainer): Add self.
12679
12680 2006-07-15  Karl Berry  <karl@gnu.org>
12681
12682         * gnulib-tool: help message wording/arrangement.
12683
12684 2006-07-14  Simon Josefsson  <jas@extundo.com>
12685
12686         * doc/gnulib.texi (Libtool and Windows): New section.
12687
12688 2006-07-12  Simon Josefsson  <jas@extundo.com>
12689
12690         * modules/gendocs (License): Fix license, approved by Karl.
12691
12692 2006-07-12  Eric Blake  <ebb9@byu.net>
12693
12694         * MODULES.html.sh: Add gendocs.
12695
12696 2006-07-11  Eric Blake  <ebb9@byu.net>
12697
12698         * modules/fdl: New module, to install doc/fdl.texi.
12699         * MODULES.html.sh: Add new section for documentation modules.
12700         * gnulib-tool: Avoid space-tab.
12701         (--doc-base): New option, to manage files from doc.
12702
12703 2006-07-11  Eric Blake  <ebb9@byu.net>
12704
12705         * m4/absolute-header.m4: Fix comments to match recent change.
12706
12707 2006-07-11  Eric Blake  <ebb9@byu.net>
12708
12709         * gnulib-tool: List --doc-base before --tests-base.
12710
12711 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12712
12713         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12714
12715 2006-07-11  Bruno Haible  <bruno@clisp.org>
12716
12717         * README: Mention where to put documentation.
12718
12719 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12720
12721         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12722
12723 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12724
12725         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12726         to stdint.m4.
12727
12728 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12729
12730         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12731         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12732         "no/such/file/stdint.h" when there is no such file, so that
12733         the resulting C code can be parsed by dodgy compilers.
12734         Problems reported by Bob Proulx.
12735
12736 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12737
12738         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12739         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12740         macros into the GNU _D_EXACT_NAMLEN.
12741         * lib/savedir.c:  Likewise.
12742         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12743
12744 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12745         and Paul Eggert  <eggert@cs.ucla.edu>
12746
12747         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12748         * m4/savedir.m4:
12749         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12750         macros into the GNU _D_EXACT_NAMLEN.
12751
12752 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12753
12754         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12755         around the absolute name, to work around a problem with the HP-UX
12756         11.23 native C compiler, reported by Bob Proulx.
12757
12758 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12759
12760         * doc/maintain.texi, make-stds.texi: Sync from
12761         <http://savannah.gnu.org/projects/gnustandards>.
12762
12763 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12764
12765         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12766
12767 2006-07-09  Jim Meyering  <jim@meyering.net>
12768
12769         * m4/glob.m4: Remove a doubled word in a comment.
12770
12771 2006-07-09  Jim Meyering  <jim@meyering.net>
12772
12773         * lib/argp-pv.c: Remove a doubled word in a comment.
12774         * lib/check-version.c (check_version): Likewise.
12775         * lib/javacomp.c (compile_java_class): Likewise.
12776
12777 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12778
12779         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12780         for the benefit of people using Autoconf 2.60.  If you want to
12781         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12782         (or m4/onceonly.m4, if pre-2.57) manually.
12783
12784 2006-07-08  Jim Meyering  <jim@meyering.net>
12785
12786         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12787         comment.
12788         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12789         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12790         comment.
12791
12792 2006-07-08  Jim Meyering  <jim@meyering.net>
12793
12794         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12795
12796 2006-07-07  Simon Josefsson  <jas@extundo.com>
12797
12798         * tests/test-crc.c: Change expected crc value, the test vector
12799         were probably computed using the old broken crc.c?
12800
12801 2006-07-06  Simon Josefsson  <jas@extundo.com>
12802
12803         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12804         now the canonical place for the M4 file).
12805
12806         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12807         from the sys_socket dependency now.
12808
12809         * modules/inet_pton (Files): Ditto.
12810
12811         * modules/inet_ntop (Files): Ditto.
12812
12813 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12814
12815         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12816         not gl_PREREQ_GETUSERSHELL.
12817
12818 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12819
12820         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12821         with only one argument, for Autoconf 2.60.
12822         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12823         expand to nothing, so add a shell command to avoid syntax error.
12824         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12825
12826 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12827
12828         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12829
12830 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12831
12832         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12833         no longer needed.  Check for isblank decl.
12834         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12835         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12836         of existence.
12837
12838 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12839
12840         * lib/getloadavg.c: Use __VMS, not VMS.
12841         * lib/getopt.c: Likewise.
12842         * lib/getpagesize.h: Likewise.
12843         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12844         and probably does not work.
12845
12846 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         * lib/.cppi-disable: Add wcwidth.
12849         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12850         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12851         (ISGRAPH): Remove.  All uses changed to isgraph.
12852         (FOLD) [!defined _LIBC]: Remove special case.
12853         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12854         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12855         HAVE_ISBLANK.
12856         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12857         case.
12858
12859 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12860
12861         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12862         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12863         brackets.  Other minor changes to suppress some compiler
12864         warnings.
12865
12866 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12867         and Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12870         of invoking obsolescent AC_HEADER_DIRENT macro.
12871         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12872         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12873         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12874         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12875         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12876         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12877         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12878         * m4/readdir.m4: Remove; no longer needed.
12879
12880 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12881         and Paul Eggert  <eggert@cs.ucla.edu>
12882
12883         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12884         Don't worry about this obsolete case any more.
12885         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12886         directories.
12887         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12888         worry about this obsolete case any more.
12889         * lib/fts.c: Likewise.
12890         * lib/getcwd.c: Likewise.
12891         * lib/glob.h: Likewise.
12892         * lib/savedir.c: Likewise.
12893
12894 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12895
12896         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12897         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12898         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12899         needed.
12900         All uses removed.
12901         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12902         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12903         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12904         needed.
12905         * m4/getdate.m4 (gl_GETDATE): Likewise.
12906         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12907         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12908         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12909         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12910         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12911         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12912         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12913         needed.
12914
12915 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12916
12917         * lib/memcasecmp.c: Include <limits.h>.
12918         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12919         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12920         Don't assume isdigit succeeds only on '0' through '9'.
12921
12922 2006-07-05  Eric Blake  <ebb9@byu.net>
12923
12924         * modules/getaddrinfo (Depends-on): Add snprintf.
12925
12926 2006-07-05  Eric Blake  <ebb9@byu.net>
12927
12928         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12929         to avoid 'header present but could not be compiled' on cygwin.
12930
12931 2006-07-05  Eric Blake  <ebb9@byu.net>
12932
12933         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12934         missing from netdb.h.
12935         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12936
12937 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12938
12939         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12940         no longer needed.
12941         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12942         * m4/getdate.m4 (gl_GETDATE): Likewise.
12943         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12944         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12945         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12946         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12947         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12948
12949 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12950
12951         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12952         All uses of is_space replaced by isspace.
12953         * lib/exit.h: Don't talk about STDC_HEADERS.
12954         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12955         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12956         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12957         replaced by isprint etc.
12958         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12959         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12960         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12961         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12962         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12963         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12964
12965 2006-07-05  Bruno Haible  <bruno@clisp.org>
12966
12967         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12968         the function exists, before testing against AIX.
12969         Reported by Martin Lambers <marlam@marlam.de>.
12970
12971 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12974         From Mark D. Baushke.
12975
12976 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12977
12978         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12979         to the absolute name, not just one, to bypass Sun C 5.8's
12980         "warning: #include of /usr/include/... may be non-portable".
12981
12982 2006-07-04  Eric Blake  <ebb9@byu.net>
12983
12984         * modules/dirname-tests: New test module.
12985         * tests/test-dirname.c: New file, replacing dirname.c
12986         TEST_DIRNAME section that was recently deleted.
12987
12988 2006-07-04  Bruno Haible  <bruno@clisp.org>
12989
12990         Assume ANSI C header files and <ctype.h> functions.
12991         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12992         (mbsnwidth): Use isprint, iscntrl instead.
12993
12994 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         Merge from coreutils.
12997         * MODULES.html.sh: Add xstrtold.
12998         * modules/xstrtold: New file.
12999         * modules/cycle-check (Files): Add lib/same-inode.h.
13000         * modules/dirname (Files): Add m4/double-slash-root.m4.
13001         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13002         * modules/mkdir-p (Files): Add lib/same-inode.h.
13003         * modules/same (Files): Add lib/same-inode.h.
13004
13005 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13008         This is to keep the terminology clean; POSIX talks about
13009         "absolute pathnames", not "full pathnames", but the GNU
13010         Coding Standards say to use "path" for something else;
13011         so use "absolute" to keep both sides happy.
13012         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13013         Set gl_absolute_header, not gl_full_header_path.
13014         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13015         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13016         All uses changed.
13017
13018         Merge from coreutils.
13019
13020         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13021
13022         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13023         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13024         want to require the building of c-strtod.o.
13025         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13026         needs -lm directly.
13027         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13028
13029         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13030
13031         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13032         --as-needed option if available.  Problem reported by Albert Chin in
13033         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13034         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13035         cc merely issues a bunch of annoying warnings for --as-needed
13036         (this problem was reported by Bob Proulx).  Also, try linking with
13037         -lm to detect a bug in binutils 2.16 (this problem was reported
13038         by Ralf Wildenhues).
13039
13040         2006-06-18  Jim Meyering  <jim@meyering.net>
13041
13042         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13043         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13044         macro.
13045         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13046         also check for glibc-2.4's abort-inducing bug.
13047
13048         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13049         Low-probability clean-up should be to use rmdir to get rid of
13050         the just-created directory, not unlink.
13051
13052         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13053         configure fail, and request a bug report to inform us about it.
13054         Add a comment that, barring reports to the contrary, in 2007 we'll
13055         assume ftruncate is universally available.
13056
13057         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13058
13059         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13060
13061         2006-03-12  Jim Meyering  <jim@meyering.net>
13062
13063         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13064         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13065         * m4/same.m4 (gl_SAME): Likewise.
13066         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13067
13068         2006-03-11  Eric Blake  <ebb9@byu.net>
13069
13070         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13071         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13072         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13073         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13074
13075 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13076
13077         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13078         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13079         reported by Mark D. Baushke, one in
13080         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13081
13082         Merge from coreutils.
13083
13084         * lib/.cppi-disable: Add stdint_.h.
13085         * lib/.cvsignore: Add stdint.h.
13086
13087         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13088
13089         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13090         both double and long double versions.
13091         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13092         * lib/xstrtold.c: New file.
13093         * lib/xstrtod.h (xstrtold): New decl.
13094
13095         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13096
13097         * lib/filemode.c (setst): Remove.
13098         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13099         (arguably) clearer, and the generated code is a bit smaller on my
13100         Debian GNU/Linux stable x86 host.
13101
13102         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13103
13104         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13105         Assume that filemode.h includes sys/types.h and sys/stat.h.
13106         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13107         (ftypelet): Reorder to put common cases first, for efficiency.
13108         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13109         to do 'M'.
13110         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13111         of 10, for compatibility with FreeBSD.  All callers changed.
13112         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13113         types that can't be deduced solely from st_mode.  First arg is now a
13114         const pointer.
13115         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13116         (strmode): Renamed from mode_string.
13117         (filemodestring): New decl.
13118         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13119         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13120         needed.
13121         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13122
13123         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13124
13125         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13126         fsusage.h now does that.  Include fsusage.h first, to test interface.
13127         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13128         at most one method (the old code could have generated decls that
13129         didn't conform to C89, not that this was ever exercised).
13130         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13131
13132         2006-03-19  Jim Meyering  <jim@meyering.net>
13133
13134         Work even in a chroot where d_ino values for entries in "/"
13135         don't match the stat.st_ino values for the same names.
13136         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13137         number, iterate through all entries again, using lstat instead.
13138         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13139         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13140
13141         * lib/getcwd.c (__getcwd): Clarify a comment.
13142         Use memcpy in place of a call to strcpy.
13143
13144         2006-03-12  Jim Meyering  <jim@meyering.net>
13145
13146         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13147         matches that of the current directory (which we're about to chdir ".."
13148         out of), then save the dev-ino of the parent, instead.
13149
13150         * lib/same-inode.h (SAME_INODE): New file/macro.
13151         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13152         Include "same-inode.h", instead.
13153         * lib/same.c: Likewise.
13154         * lib/cycle-check.h: Include "same-inode.h".
13155         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13156         * lib/cycle-check.c (SAME_INODE): Remove definition.
13157         * lib/root-dev-ino.h: Include "same-inode.h".
13158
13159         2006-03-11  Eric Blake  <ebb9@byu.net>
13160
13161         * lib/same.c (same_name): s/base_name/last_component/
13162         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13163         * lib/filenamecat.c (file_name_concat): Likewise.
13164
13165         2006-03-11  Eric Blake  <ebb9@byu.net>,
13166                     Paul Eggert  <eggert@cs.ucla.edu>
13167
13168         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13169         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13170         drive prefix.
13171         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13172         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13173         (last_component): New method.
13174         * lib/dirname.c (dir_len): Determine when drive letters need a
13175         subsequent slash.  Preserve // when it is special.
13176         (dir_name): Don't append dot when drive letter is absolute.
13177         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13178         * lib/basename.c (base_name): New semantics - malloc the result.
13179         Preserve // when it is special.  Preserve relative files that look
13180         like drive letters.
13181         (base_len): Preserve // when it is special.
13182         (last_component): New method, similar to old base_name semantics.
13183         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13184         base_name.  Strip redundant slashes from ///.
13185
13186 2006-07-03  Jim Meyering  <jim@meyering.net>
13187
13188         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13189         macro is used before the first cycle_check call.
13190
13191 2006-07-03  Eric Blake  <ebb9@byu.net>
13192
13193         * modules/dirname (Depends-on): Add xstrndup.
13194
13195 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13196
13197         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13198         test cases, so that config.log is a bit easier to follow.
13199
13200 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13201
13202         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13203         both are 64 bits, since this seems to be the tradition, and this
13204         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13205         we ever run into a host that prefers long long to long in this
13206         case, we'll need another configure-time test.  Problem reported by
13207         Jim Meyering.
13208
13209 2006-07-02  Eric Blake  <ebb9@byu.net>
13210
13211         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13212
13213 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * modules/inttypes (Depends-on): No longer depends on stdint.
13216         * modules/stdint (Description): Say more about assumptions.
13217         Say that the fast types might differ.  Say macros are used.
13218         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13219         (Makefile.am): Revise list of substituted symbols to match
13220         new stdint.m4.
13221         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13222         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13223         * tests/test-stdint.c (verify_same_types)
13224         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13225         the code conforms to C99/C89.
13226         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13227         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13228
13229 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13232         but fix a bug, by requiring at least 64 bits.
13233         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13234         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13235         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13236         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13237
13238         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13239         changes.  Make 2.59 a prerequisite.  Check and substitute for
13240         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13241         inttypes.h.  Do not use special include files; just use the
13242         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13243         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13244         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13245         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13246         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13247         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13248         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13249         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13250         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13251         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13252         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13253         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13254         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13255         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13256         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13257         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13258         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13259         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13260         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13261         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13262         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13263         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13264         not check for things that C99 does not require, e.g., int8_t.  If
13265         a test isn't needed unless <stdint.h> isn't working, and is
13266         unlikely to be needed for any other reason, then don't do it
13267         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13268         size_t, since we assume C89 freestanding at least.  Do not check
13269         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13270         the right thing even if the types are not defined.  Instead use:
13271         (gl_STDINT_TYPE_PROPERTIES): New macro.
13272         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13273         testing whether <sys/types.h> clashes, as Autoconf does this for
13274         us now.  All uses removed.
13275         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13276         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13277         (gl_CHECK_TYPE_SAME):
13278         Remove; no longer needed.
13279         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13280         exists, since we'll return 0 anyway in that case.
13281         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13282
13283 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13286         possible collision with system files.
13287         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13288         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13289         WCHAR_MIN and WCHAR_MAX in this case.
13290         (<stddef.h>): Do not include; no longer needed.
13291         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13292         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13293         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13294         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13295         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13296         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13297         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13298         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13299         !defined(__c99))]: Include in this case too, since it's harmless
13300         now.
13301         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13302         dangerous to do so.
13303         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13304         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13305         (_STDINT_MIN, _STDINT_MAX): New macros.
13306         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13307         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13308         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13309         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13310         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13311         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13312         macros, not typedefs; this simplifies things quite a bit.
13313         Use long int for all types narrower than int64_t.
13314         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13315         Define in terms of long long int or int64_t or long int,
13316         not int64_t or int32_t.  This saves some compile-time testing.
13317         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13318         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13319         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13320         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13321         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13322         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13323         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13324         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13325         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13326         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13327         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13328         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13329         undef any previous version and define our own version, for
13330         simplicity and consistency with the new macros for types.
13331         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13332         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13333         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13334         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13335         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13336         @WINT_T_SUFFIX@ to keep things simple here.
13337         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13338         Simplify by assuming typical 8/16/32/64 host, since we're
13339         already doing that elsewhere anyway.
13340         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13341         and assume long long int is 64 bits if available.  This
13342         speeds up 'configure'.
13343
13344 2006-07-01  Eric Blake  <ebb9@byu.net>
13345
13346         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13347         Reported by Andreas Buening.
13348
13349 2006-07-01  Eric Blake  <ebb9@byu.net>
13350
13351         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13352
13353 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13354
13355         * lib/getaddrinfo.c: fixed typo
13356
13357 2006-06-29  Jim Meyering  <jim@meyering.net>
13358
13359         * modules/strftime (Maintainer): Add my name, since with the
13360         FPRINTFTIME changes strftime.c has forked from glibc.
13361
13362 2006-06-29  Eric Blake  <ebb9@byu.net>
13363
13364         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13365
13366 2006-06-29  Eric Blake  <ebb9@byu.net>
13367
13368         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13369
13370 2006-06-29  Eric Blake  <ebb9@byu.net>
13371
13372         * lib/stat_.h: New file.
13373
13374 2006-06-29  Eric Blake  <ebb9@byu.net>
13375
13376         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13377         unused static function.
13378
13379 2006-06-29  Eric Blake  <ebb9@byu.net>
13380
13381         * doc/functions.texi (Function Portability): Document missing lstat
13382         on mingw.
13383
13384 2006-06-29  Eric Blake  <ebb9@byu.net>
13385
13386         * MODULES.html.sh: Add sys_stat.
13387         * modules/sys_stat: New module.
13388         * modules/mkstemp (Depends-on): Add sys_stat.
13389
13390 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13391
13392         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13393
13394 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13395
13396         * m4/c-bs-a.m4: Removed.
13397
13398 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13399
13400         * lib/strftime.c: Assume strftime() exists.
13401
13402 2006-06-29  Derek Price  <derek@ximbiot.com>
13403
13404         * modules/c-bs-a: Removed - \a is C89.
13405         * MODULES.html.sh: Remove c-bs-a.
13406
13407 2006-06-29  Bruno Haible  <bruno@clisp.org>
13408
13409         * modules/wcwidth (License): Change to LGPL.
13410
13411 2006-06-28  Simon Josefsson  <jas@extundo.com>
13412
13413         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13414         on _WIN32.
13415
13416         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13417         getnameinfo.
13418
13419 2006-06-28  Simon Josefsson  <jas@extundo.com>
13420
13421         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13422
13423 2006-06-28  Simon Josefsson  <jas@extundo.com>
13424
13425         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13426         functions there.  It will succeed on Windows XP, but on Windows
13427         2000 and (presumably) earlier, it will fail, and use the internal
13428         re-implementation.
13429         (use_win32_p): New function.
13430         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13431         Support AI_NUMERICSERV to disable getservbyname.
13432         (getnameinfo): New function, only supports
13433         NI_NUMERICHOST|NI_NUMERICSERV for now.
13434
13435         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13436         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13437         getnameinfo.
13438
13439 2006-06-28  Eric Blake  <ebb9@byu.net>
13440
13441         * modules/wcwidth: New file.
13442         * modules/mbchar (Depends-on): Add wcwidth.
13443         * modules/mbswidth (Depends-on): Add wcwidth.
13444         * MODULES.html.sh: Add wcwidth.
13445
13446 2006-06-28  Eric Blake  <ebb9@byu.net>
13447
13448         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13449         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13450
13451 2006-06-28  Eric Blake  <ebb9@byu.net>
13452
13453         * lib/xvasprintf.h: Fix comments.
13454
13455 2006-06-28  Eric Blake  <ebb9@byu.net>
13456
13457         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13458         * lib/mbswidth.c (wcwidth): Move from here...
13459         * lib/wcwidth.h: ...to this new file.
13460
13461 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13462
13463         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13464
13465         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13466         it's obsolete.
13467         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13468
13469 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13470
13471         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13472         Autoconf 2.60 says this stuff was obsolete.
13473
13474 2006-06-28  Bruno Haible  <bruno@clisp.org>
13475
13476         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13477
13478 2006-06-28  Bruno Haible  <bruno@clisp.org>
13479
13480         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13481         gt_TYPE_WCHAR_T.
13482
13483 2006-06-28  Bruno Haible  <bruno@clisp.org>
13484
13485         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13486         declaration for wcwidth.
13487         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13488
13489 2006-06-28  Bruno Haible  <bruno@clisp.org>
13490
13491         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13492         (mkdir): Define using _mkdir.
13493
13494 2006-06-28  Bruno Haible  <bruno@clisp.org>
13495
13496         * lib/getaddrinfo.h: Fix POSIX URL.
13497         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13498         _WIN32.
13499         (use_win32_p): Make static.
13500         (getaddrinfo): Reject service name if it is empty or does not consist
13501         solely of decimal digits, or if its value is > 65535.
13502         (getnameinfo): Remove useless casts.
13503
13504 2006-06-27  Simon Josefsson  <jas@extundo.com>
13505
13506         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13507         Eggert and Martin Lambers.
13508
13509 2006-06-27  Simon Josefsson  <jas@extundo.com>
13510
13511         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13512         Eggert and Martin Lambers.
13513
13514 2006-06-27  Bruno Haible  <bruno@clisp.org>
13515
13516         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13517         result to 0, not to empty.
13518         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13519
13520 2006-06-27  Bruno Haible  <bruno@clisp.org>
13521
13522         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13523
13524 2006-06-26  Simon Josefsson  <jas@extundo.com>
13525
13526         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13527         present.
13528
13529 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13532         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13533         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13534
13535 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13536
13537         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13538
13539 2006-06-26  Bruno Haible  <bruno@clisp.org>
13540
13541         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13542
13543 2006-06-26  Bruno Haible  <bruno@clisp.org>
13544
13545         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13546
13547 2006-06-26  Bruno Haible  <bruno@clisp.org>
13548
13549         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13550         SGI C compiler in pre-C99 mode.
13551         Suggested by Mark D. Baushke and Larry Jones.
13552
13553 2006-06-26  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13556         WCHAR_MAX.
13557         Reported by Mark D. Baushke and Larry Jones.
13558
13559 2006-06-26  Bruno Haible  <bruno@clisp.org>
13560
13561         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13562         in pre-C99 mode.
13563         Suggested by Mark D. Baushke and Larry Jones.
13564
13565 2006-06-23  Simon Josefsson  <jas@extundo.com>
13566             Bruno Haible  <bruno@clisp.org>
13567
13568         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13569         Emit mostlyclean-local rule.
13570         (func_emit_tests_Makefile_am): Likewise.
13571         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13572
13573 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13574
13575         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13576
13577 2006-06-23  Bruno Haible  <bruno@clisp.org>
13578
13579         * tests/test-stdint.c: Update to match ISO C 99 Technical
13580         Corrigendum 1.
13581
13582 2006-06-23  Bruno Haible  <bruno@clisp.org>
13583
13584         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13585
13586 2006-06-23  Bruno Haible  <bruno@clisp.org>
13587
13588         * lib/stdint_.h: Treat IRIX like OpenBSD.
13589
13590 2006-06-23  Bruno Haible  <bruno@clisp.org>
13591
13592         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13593         ISO C 99 Technical Corrigendum 1.
13594
13595 2006-06-22  Simon Josefsson  <jas@extundo.com>
13596
13597         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13598         MinGW.
13599
13600 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13601
13602         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13603         needed.  Some compiler complained about some of them.  Problem reported
13604         by Larry Jones in
13605         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13606
13607 2006-06-21  Simon Josefsson  <jas@extundo.com>
13608
13609         * tests/test-getaddrinfo.c: New file.
13610
13611         * modules/getaddrinfo-tests: New file.
13612
13613         * MODULES.html.sh: Add inet_pton.
13614
13615         * modules/inet_pton: New file.
13616
13617 2006-06-21  Simon Josefsson  <jas@extundo.com>
13618
13619         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13620         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13621         of using the (limited) gnulib implementation on Windows XP.
13622
13623         * m4/inet_pton.m4: New file.
13624
13625 2006-06-21  Simon Josefsson  <jas@extundo.com>
13626
13627         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13628         variable.
13629
13630         * lib/socket_.h: Don't define WINVER.
13631
13632         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13633         slightly modified to work in gnulib.
13634
13635 2006-06-21  Simon Josefsson  <jas@extundo.com>
13636
13637         * doc/gnulib.texi (Windows sockets): Add.
13638
13639 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13640
13641         * lib/read-file.c (fread_file): Start with buffer allocation of
13642         0 bytes rather than 1 byte; this simplifies the code.
13643         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13644         code to free buffer and save/restore errno.
13645         (internal_read_file): Remove unused local.
13646
13647 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13648
13649         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13650         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13651         Problem reported by Denis Excoffier in
13652         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13653
13654 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13655
13656         * modules/sys_socket, modules/socklen: Include sys/types since
13657         FreeBSD 4.x's sys/socket.h needs it.
13658
13659 2006-06-19  Simon Josefsson  <jas@extundo.com>
13660
13661         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13662
13663 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13664
13665         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13666
13667 2006-06-19  Bruno Haible  <bruno@clisp.org>
13668
13669         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13670         and FULL_PATH_INTTYPES_H in angle brackets.
13671         Reported by Mark D. Baushke <mdb@gnu.org>.
13672
13673 2006-06-17  Eric Blake  <ebb9@byu.net>
13674
13675         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13676         errno.
13677
13678 2006-06-17  Bruno Haible  <bruno@clisp.org>
13679
13680         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13681         <sys/inttypes.h>.
13682
13683 2006-06-17  Bruno Haible  <bruno@clisp.org>
13684
13685         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13686         whether errno is declared. Assume <errno.h> declares errno.
13687
13688 2006-06-17  Bruno Haible  <bruno@clisp.org>
13689
13690         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13691
13692 2006-06-17  Bruno Haible  <bruno@clisp.org>
13693
13694         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13695         problem on Solaris 2.5.1.
13696
13697 2006-06-16  Eric Blake  <ebb9@byu.net>
13698
13699         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13700         * lib/unicodeio.c [!defined errno]: Likewise.
13701         * lib/strtol.c [!defined errno]: Likewise.
13702         * lib/strtod.c [!defined errno]: Likewise.
13703
13704 2006-06-15  Eric Blake  <ebb9@byu.net>
13705
13706         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13707
13708 2006-06-15  Eric Blake  <ebb9@byu.net>
13709
13710         * config/srclist.txt (ssize_t.m4): Lose sync.
13711
13712 2006-06-15  Bruno Haible  <bruno@clisp.org>
13713
13714         * modules/stdint (Files): Include m4/full-header-path.m4,
13715         m4/size_max.m4, m4/wchar_t.m4.
13716         (Makefile.am): Many more substitutions.
13717         * modules/stdint-tests: New file.
13718         * tests/test-stdint.c: New file.
13719
13720 2006-06-15  Bruno Haible  <bruno@clisp.org>
13721
13722         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13723         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13724         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13725         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13726         gl_CHECK_TYPE_SAME): New macros.
13727
13728 2006-06-15  Bruno Haible  <bruno@clisp.org>
13729
13730         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13731
13732 2006-06-15  Bruno Haible  <bruno@clisp.org>
13733
13734         * lib/stdint_.h: Rewritten to be fully auto-configured.
13735         Fixes bug on HP-UX/IA64.
13736
13737 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         * lib/getdate.y (__attribute__): Don't define if already defined.
13740         Problem reported by Larry Jones.
13741         * lib/utimens.c (__attribute__): Likewise.
13742
13743 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13744
13745         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13746         reported by Andreas Schwab.
13747
13748 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13749             Bruno Haible  <bruno@clisp.org>
13750
13751         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13752         check for the declaration of strnlen and a run test that exposes the
13753         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13754         rpl_strndup.
13755
13756 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13757             Bruno Haible  <bruno@clisp.org>
13758
13759         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13760
13761 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13762
13763         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13764         compile test, for Tru64 4.0D.
13765
13766 2006-05-28  Karl Berry  <karl@gnu.org>
13767
13768         * config/srclist.txt (printf-args.c): lose sync.
13769
13770 2006-05-26  Martin Lambers  <marlam@marlam.de>
13771
13772         * lib/getpass.c: Updates the test for the native W32 API, and adds
13773         missing includes, thus fixing compilation warnings.
13774
13775 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13776
13777         * lib/exclude.c (exclude_fnmatch): New function.
13778         (excluded_file_name): Call exclude_fnmatch.
13779         * lib/exclude.h (excluded_file_name): New prototype
13780
13781 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * lib/tempname.c (small_open, large_open): New macros.
13784         (__open, __open64) [!_LIBC]: Remove.
13785         (__gen_tempname): Use small_open and large_open instead of __open
13786         and __open64.  This fixes a portability bug on HP-UX 11.11i
13787         reported by Simon Wing-Tang in
13788         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13789
13790 2006-05-24  Bruno Haible  <bruno@clisp.org>
13791
13792         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13793         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13794         Reported by Thorsten Maerz <torte@netztorte.de> via
13795         Aaron Stone <aaron@serendipity.cx>.
13796
13797 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13800         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13801         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13802         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13803         not really conditional on the cache.
13804         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13805
13806 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13807
13808         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13809         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13810         (my_usleep): Don't mishandle maximum value.
13811
13812 2006-05-19  Jim Meyering  <jim@meyering.net>
13813
13814         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13815
13816 2006-05-17  Bruno Haible  <bruno@clisp.org>
13817
13818         Cygwin portability.
13819         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13820
13821 2006-05-17  Bruno Haible  <bruno@clisp.org>
13822
13823         * lib/stdint_.h: Fix recognition of Cygwin.
13824
13825 2006-05-15  Bruno Haible  <bruno@clisp.org>
13826
13827         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13828         on libtool patch by Ralf Wildenhues.
13829
13830 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13831
13832         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13833         test for C99 conformance; (bool) 0.5 is an integer constant
13834         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13835         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13836
13837 2006-05-11  Simon Josefsson  <jas@extundo.com>
13838
13839         * m4/xvasprintf.m4: Fix obvious typo.
13840
13841 2006-05-11  Jim Meyering  <jim@meyering.net>
13842
13843         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13844         James Lemley.
13845
13846 2006-05-10  Simon Josefsson  <jas@extundo.com>
13847
13848         * lib/md4.c: Typo fix, update copyright years.
13849         (K1, K2): Don't use L because it turn computations into 64-bit on
13850         64-bit platforms.
13851
13852 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13855         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13856         unwanted sign propagation, e.g., on hosts with 64-bit int.
13857         There still are some problems with reeelly weird theoretical hosts
13858         (e.g., 33-bit int) but it's not worth worrying about now.
13859         * lib/sha1.c (rol): Likewise.
13860         (K1, K2, K3, K4): Remove unnecessary L suffix.
13861
13862 2006-05-10  Bruno Haible  <bruno@clisp.org>
13863
13864         * lib/des.c: Cast to avoid warnings.
13865
13866 2006-05-09  Bruno Haible  <bruno@clisp.org>
13867
13868         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13869         (Depends-on): Depend also on xsize, stdarg.
13870         (configure.ac): Add gl_XVASPRINTF.
13871
13872 2006-05-09  Bruno Haible  <bruno@clisp.org>
13873
13874         * m4/xvasprintf.m4: New file.
13875
13876 2006-05-09  Bruno Haible  <bruno@clisp.org>
13877
13878         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13879         (EOVERFLOW): Define fallback value.
13880         (xstrcat): New function.
13881         (xvasprintf): Recognize the special case of a string concatenation.
13882
13883 2006-05-08  Eric Blake  <ebb9@byu.net>
13884
13885         * gnulib-tool (func_version): Base copyright year on CVS date.
13886         (func_emit_copyright_notice): New function.
13887         (func_emit_lib_Makefile_am): Use it.
13888         (func_emit_tests_Makefile_am): Likewise.
13889         (func_import): Likewise.
13890
13891 2006-05-08  Bruno Haible  <bruno@clisp.org>
13892
13893         * modules/stdarg: New file.
13894         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13895
13896 2006-05-08  Bruno Haible  <bruno@clisp.org>
13897
13898         * m4/stdarg.m4: New file, from GNU gettext.
13899
13900 2006-05-08  Bruno Haible  <bruno@clisp.org>
13901
13902         * config/srclist.txt (build-aux/config.rpath): different from latest
13903         release.
13904
13905 2006-05-08  Bruno Haible  <bruno@clisp.org>
13906
13907         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13908
13909 2006-05-05  Jim Meyering  <jim@meyering.net>
13910
13911         * m4/warning.m4: New file, derived from bison's file by the same name.
13912
13913 2006-05-03  Bruno Haible  <bruno@clisp.org>
13914
13915         * lib/stdint_.h: Shorter URL.
13916         * lib/inttypes.h: Likewise.
13917
13918 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13921
13922 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13923
13924         * lib/verify.h: Document the internals better.  Most of this change
13925         was written by Bruno Haible.
13926
13927 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13928
13929         * doc/verify.texi: New file, partly based on a proposal by
13930         Bruno Haible.
13931
13932 2006-05-02  Bruno Haible  <bruno@clisp.org>
13933
13934         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13935         test from here...
13936         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13937
13938 2006-04-29  Bruno Haible  <bruno@clisp.org>
13939
13940         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13941         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13942
13943 2006-04-29  Bruno Haible  <bruno@clisp.org>
13944
13945         * gnulib-tool: Make --update option actually work.
13946
13947 2006-04-29  Bruno Haible  <bruno@clisp.org>
13948
13949         * doc/gcd.texi: New file.
13950         * doc/gnulib.texi: Include it.
13951
13952 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13953
13954         * lib/getdate.y (get_date): When adding relative date, start with the
13955         initial time, not with the result of the first mktime call.
13956
13957 2006-04-25  Bruno Haible  <bruno@clisp.org>
13958
13959         * gnulib-tool (func_import): Output the include directives in three
13960         blocks, sorted separately.
13961         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13962
13963 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13964
13965         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13966         to define main with arguments, for C++.  Reported by Eric Blake.
13967         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13968         Prefer 'int main ()' to 'int main (void)', for C++.
13969         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13970         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13971         for 'main', for C99 and C++.
13972
13973 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13974
13975         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13976         Don't assume that exit status -1 is valid.
13977         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13978         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13979         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13980         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13981         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13982         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13983         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13984         functions can be used without declaring them, or that you can
13985         exit with status -1.
13986         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13987
13988 2006-04-24  Karl Berry  <karl@gnu.org>
13989
13990         * config/srclist.txt (longdouble.m4): sync lost.
13991
13992 2006-04-24  Eric Blake  <ebb9@byu.net>
13993
13994         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13995
13996 2006-04-24  Bruno Haible  <bruno@clisp.org>
13997
13998         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13999         poll() implementation in AIX.
14000         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14001
14002 2006-04-24  Bruno Haible  <bruno@clisp.org>
14003
14004         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14005         assigned exactly once.
14006
14007 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14008             Bruno Haible  <bruno@clisp.org>
14009
14010         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14011         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14012         for AM_CPPFLAGS.
14013
14014 2006-04-23  Bruno Haible  <bruno@clisp.org>
14015
14016         * modules/copy-file: Depend on unistd.
14017         * modules/execute: Likewise.
14018         * modules/fatal-signal: Likewise.
14019         * modules/findprog: Likewise.
14020         * modules/mkdtemp : Likewise.
14021         * modules/pipe: Likewise.
14022         * modules/wait-process: Likewise.
14023
14024 2006-04-23  Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14027         condition was already detected.
14028         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14029
14030 2006-04-23  Bruno Haible  <bruno@clisp.org>
14031
14032         * lib/copy-file.c: Include <unistd.h> unconditionally.
14033         * lib/execute.c: Likewise.
14034         * lib/fatal-signal.c: Likewise.
14035         * lib/findprog.c: Likewise.
14036         * lib/mkdtemp.c: Likewise.
14037         * lib/pipe.h: Likewise.
14038         * lib/pipe.c: Likewise.
14039         * lib/wait-process.h: Likewise.
14040
14041 2006-04-23  Bruno Haible  <bruno@clisp.org>
14042
14043         * gnulib-tool (func_usage): Fix --import description. Document
14044         --update.
14045         (func_import): Create temporary file in a temporary directory, if
14046         --dry-run is specified. Silence errors from 'grep' when there are no
14047         m4 files in $m4dir.
14048         (func_create_testdir): Silence errors from 'grep' when there are no
14049         m4 files in $m4dir.
14050         Reported by Karl Berry <karl@freefriends.org>.
14051
14052 2006-04-20  Bruno Haible  <bruno@clisp.org>
14053
14054         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14055         one argument, so that the code will be portable to Autoconf 2.60.
14056         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14057         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14058         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14059
14060 2006-04-19  Derek Price  <derek@ximbiot.com>
14061             Eric Blake  <ebb9@byu.net>
14062
14063         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14064         rather than "/full/path.h".  Update comment to match.  Shorten &
14065         generalize m4_translit call via AS_TR_CPP.
14066
14067 2006-04-19  Derek Price  <derek@ximbiot.com>
14068             Eric Blake  <ebb9@byu.net>
14069
14070         * lib/inttypes.h: Correct grammar in comment.
14071
14072 2006-04-18  Derek Price  <derek@ximbiot.com>
14073             Paul Eggert  <eggert@cs.ucla.edu>
14074
14075         * modules/inttypes: New file.
14076         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14077
14078 2006-04-18  Derek Price  <derek@ximbiot.com>
14079             Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14082         New files.
14083
14084 2006-04-18  Derek Price  <derek@ximbiot.com>
14085             Paul Eggert  <eggert@cs.ucla.edu>
14086
14087         * lib/inttypes.h: New file.
14088         * lib/strtoimax.c: Assume <inttypes.h>.
14089
14090 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14093         isn't mounted.  Problem reported by Kir Kolyshkin.
14094
14095 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14096
14097         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14098         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14099         Derek R. Price.
14100         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14101         implementation.
14102
14103 2006-04-12  Eric Blake  <ebb9@byu.net>
14104
14105         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14106         is now done automatically by the corresponding Autoconf macro.
14107
14108 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14109
14110         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14111         time_r.h.
14112
14113 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         Merge regex changes from libc, removing some of our
14116         POSIX-conformance changes that were rejected and redoing them in a
14117         less-intrusive way.
14118
14119         * lib/regcomp.c (re_compile_internal, init_dfa):
14120         Length arg is now size_t, not Idx.  All uses changed.
14121         (peek_token): Forward decl now says internal_function.
14122         (__re_error_msgid, __re_error_msgid_idx):
14123         Now static rather than extern with attribute_hidden.
14124         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14125         For some reason libc prefers K&R style defns for external functions.
14126         (regerror) [!defined _LIBC]: Likewise.
14127         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14128         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14129         (build_range_exp, build_collating_symbol):
14130         Use K&R-style defn.
14131         (re_compile_fastmap): Use '\0' to memset, not 0.
14132         (utf8_sb_map): Make the calculations more obvious.
14133         (init_dfa, parse_bracket_exp, build_charclass_op):
14134         Call calloc and cast result, as glibc does.
14135         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14136         (build_range_exp, build_collating_symbol):
14137         Now internal functions.
14138
14139         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14140
14141         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14142         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14143         Don't depend on VMS; depend on __VMS instead, for POSIX
14144         namespace cleanness.
14145         (regoff_t): Define to ssize_t, not long int.
14146
14147         Remove the REG_ macros named below.  Instead, make the old names
14148         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14149         __USE_GNU_REGEX.
14150         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14151         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14152         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14153         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14154         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14155         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14156         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14157         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14158         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14159         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14160         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14161         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14162         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14163         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14164         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14165         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14166         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14167         (REG_NREGS):
14168         Remove.  All uses replaced by the old RE_* names.
14169         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14170         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14171         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14172         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14173         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14174         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14175         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14176         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14177         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14178         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14179         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14180         Don't bother having these macros be independent of each others'
14181         values, since they no longer exist in the POSIX name space.
14182
14183         Rename the following member names back to their old names,
14184         unless !__USE_GNU_REGEX.  All uses changed back.
14185         (buffer): Renamed from re_buffer.
14186         (allocated): Renamed from re_allocated.
14187         (used): Renamed from re_used.
14188         (syntax): Renamed from re_syntax.
14189         (fastmap): Renamed from re_fastmap.
14190         (translate): Renamed from re_translate.
14191         (can_be_null): Renamed from re_can_be_null.
14192         (regs_allocated): Renamed from re_regs_allocated.
14193         (fastmap_accurate): Renamed from re_fastmap_accurate.
14194         (no_sub): Renamed from re_no_sub.
14195         (not_bol): Renamed from re_not_bol.
14196         (not_eol): Renamed from re_not_eol.
14197         (newline_anchor): Renamed from re_newline_anchor.
14198         (num_regs): Renamed from rm_num_regs.
14199         (start): Renamed from rm_start.
14200         (end): Renamed from rm_end.
14201
14202         (free_state): Move up a bit.
14203
14204         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14205         #define to be empty.
14206         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14207         when that is what is intended.
14208         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14209         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14210         (MAX): New macro.
14211         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14212         All uses changed back to re_malloc, etc.  It's now the caller's
14213         responsibility to check for overflow; all callers changed.
14214         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14215         (re_x2nrealloc): Remove.
14216         (free_state): Remove decl.
14217
14218         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14219         (re_set_registers, re_exec):
14220         Use K&R-style defn.
14221
14222         2006-01-31  Roland McGrath  <roland@redhat.com>
14223
14224         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14225         Reported by Mike Frysinger <vapier@gentoo.org>.
14226
14227         2006-01-15  Andreas Jaeger  <aj@suse.de>
14228
14229         [BZ #1950]
14230         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14231         build_wcs_upper_buffer change.
14232         (build_wcs_upper_buffer): Change return type.
14233
14234         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14235
14236         * lib/regex_internal.h: Include <stdint.h> if available.
14237
14238         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14239
14240         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14241
14242         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14243
14244         * lib/regcomp.c: Adjust for changed secondary hash function.
14245
14246         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14247
14248         * lib/regex.h: Pretty printing.
14249         Clean up namespace a bit.
14250
14251         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14252
14253         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14254         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14255
14256         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14257                     Ulrich Drepper  <drepper@redhat.com>
14258
14259         [BZ #1302]
14260         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14261         changed.
14262         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14263
14264         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14265
14266         [BZ #281]
14267         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14268         * lib/regcomp.c: Remove unnecessary uses of
14269         unsigned RE_TRANSLATE_TYPE.
14270         * lib/regex_internal.h: Likewise.
14271         * lib/regex_internal.c: Likewise.
14272         * lib/regexec.c: Likewise.
14273         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14274
14275         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14276
14277         * lib/regexec.c (find_recover_state): Remove unnecessary
14278         initialization.
14279         (transit_state_bkref): Make DFA a const pointer.
14280         (get_subexp): Likewise.
14281         (check_arrival): Likewise.
14282         (update_cur_sifted_state): Likewise.
14283         (re_search_internal): Likewise.
14284         (prune_impossible_nodes): Likewise.
14285         (acquire_init_state_context): Likewise.
14286         (proceed_next_node): Likewise.
14287         (set_regs): Likewise.
14288         (free_fail_stack_return): Likewise.
14289         (check_arrival_expand_ecl): Mark DFA parameter as const.
14290         (check_arrival_expand_ecl_sub): Likewise.
14291         (check_subexp_limits): Likewise.
14292         (sub_epsilon_src_nodes):  Likewise.
14293         (add_epsilon_src_nodes):  Likewise.
14294         (merge_state_array): Likewise.
14295         (update_regs): Likewise.
14296         (build_trtable): Likewise.
14297         (sift_states_backward): Mark MCTX parameter as const.
14298         (build_sifted_states): Likewise.
14299         (update_cur_sifted_state): Likewise.
14300         (sift_states_mkref): Likewise.
14301         (check_arrival_expand_ecl): Mark eclosure as const.
14302         (check_dst_limits_calc_pos_1): Likewise.
14303         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14304         pointer.
14305
14306         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14307
14308         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14309         (transit_state_sb): Likewise.
14310         (transit_state_mb): Likewise.
14311         (sift_states_iter_mb): Likewise.
14312         (check_arrival_add_next_nodes): Likewise.
14313         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14314         [_LIBC] (re_search_2_stub): Use mempcpy.
14315
14316         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14317         mbrtowc for very simple UTF-8 case.
14318
14319         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14320         a pointer-to-const.
14321         (re_acquire_state_context): Likewise.
14322         * lib/regex_internal.h: Adjust prototypes.
14323
14324         * lib/regex.c: Prevent using C++ compilers.
14325
14326         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14327         (re_acquire_state_context): Likewise.
14328
14329 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14330
14331         * modules/regex (Depends-on): Add ssize_t.
14332
14333 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14334
14335         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14336         translation table.
14337
14338 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14341
14342 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14343             Bruno Haible  <bruno@clisp.org>
14344
14345         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14346         <sys/types.h> and <inttypes.h>.
14347
14348 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14349
14350         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14351         `__error_t_defined', so argp.h will not typedef the former.
14352
14353 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14356         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14357         glibc names.  Even if glibc is changed to conform to POSIX, the
14358         traditional names will be available anyway, since regex depends on
14359         the extensions module.  Also, fix a longstanding typo in the
14360         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14361         reported by Emanuele Giaquinta.  Also, change sense of cached
14362         variable, so that the message makes sense.
14363
14364 2006-03-24  Simon Josefsson  <jas@extundo.com>
14365
14366         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14367         including some doc fixes.
14368         (base64_encode_alloc): Fix +1 bug on allocation failures.
14369
14370 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14371
14372         * lib/base64.c (base64_encode): Do not read past end of array with
14373         unsanitized input on systems with CHAR_BIT > 8.
14374
14375 2006-03-24  Eric Blake  <ebb9@byu.net>
14376
14377         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14378
14379 2006-03-22  Karl Berry  <karl@gnu.org>
14380
14381         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14382         * config/srclistvars.sh (COREUTILS): new var.
14383
14384 2006-03-17  Jim Meyering  <jim@meyering.net>
14385
14386         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14387         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14388
14389 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14390
14391         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14392         no longer needs it.  Instead, check that regoff_t is as least
14393         as wide as ptrdiff_t.
14394
14395         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14396         so that our regex.h stays compatible with the installed regex.
14397         This is helpful for installers who configure --without-included-regex.
14398         Problem reported by Emanuele Giaquinta.
14399
14400 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14401
14402         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14403         Typedef to long int, not to off_, as POSIX will likely change
14404         in that direction.
14405
14406 2006-03-15  Eric Blake  <ebb9@byu.net>
14407
14408         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14409
14410 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14411
14412         * lib/argp-help.c (validate_uparams): Fix typo
14413         * lib/argp-parse.c (argp_default_options): Consistently begin help
14414         messages with a lowercase letter.
14415
14416 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14417
14418         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14419         overrun buffers and shouldn't be used (much as gets shouldn't be
14420         used).
14421         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14422
14423 2006-03-08  Simon Josefsson  <jas@extundo.com>
14424
14425         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14426         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14427
14428 2006-03-08  Simon Josefsson  <jas@extundo.com>
14429
14430         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14431         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14432
14433 2006-03-08  Simon Josefsson  <jas@extundo.com>
14434
14435         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14436         signal that configure disabled the device.
14437
14438 2006-03-08  Simon Josefsson  <jas@extundo.com>
14439
14440         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14441         languages.
14442
14443 2006-03-07  Simon Josefsson  <jas@extundo.com>
14444
14445         * modules/getopt (Depends-on): Add unistd.
14446
14447         * modules/unistd: New file.
14448
14449 2006-03-07  Simon Josefsson  <jas@extundo.com>
14450
14451         * modules/gc-random: New file.
14452
14453 2006-03-07  Simon Josefsson  <jas@extundo.com>
14454
14455         * m4/unistd_h.m4: New file.
14456
14457 2006-03-07  Simon Josefsson  <jas@extundo.com>
14458
14459         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14460         test to be side-effect free by storing the result in the cache
14461         variable gl_cv_lib_readline, and moving the assignment of
14462         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14463         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14464
14465 2006-03-07  Simon Josefsson  <jas@extundo.com>
14466
14467         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14468         error on missing devices (the functions will return an error).
14469
14470         * m4/gc.m4: Move random stuff to gc-random.m4
14471
14472 2006-03-07  Simon Josefsson  <jas@extundo.com>
14473
14474         * lib/unistd_.h: New file.
14475
14476 2006-03-07  Simon Josefsson  <jas@extundo.com>
14477
14478         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14479
14480 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14483         Problem reported by Juan Manuel Guerrero.
14484
14485 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14488         the unistd module.
14489         * lib/getlogin_r.c: Likewise.
14490         * lib/getlogin_r.h: Likewise.
14491         * lib/glob.c: Likewise.
14492         * lib/pagealign_alloc.c: Likewise.
14493         * lib/unistd_.h: Remove; no longer needed.
14494
14495 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14496
14497         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14498         Add unistd.
14499         * modules/c-stack (Depends-on): Add unistd.
14500         * modules/getlogin_r: Likewise.
14501         * modules/glob: Likewise.
14502         * modules/pagealign_alloc: Likewise.
14503         * modules/unistd (Files): Remove lib/unistd_.h.
14504         (EXTRA_DIST): Remove.
14505         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14506         need unistd_.h.
14507         (MOSTLYCLEANFILES): Remove unistd.h-t.
14508
14509 2006-03-03  Simon Josefsson  <jas@extundo.com>
14510
14511         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14512
14513 2006-03-03  Simon Josefsson  <jas@extundo.com>
14514
14515         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14516         libidn and bison.
14517
14518 2006-03-03  Simon Josefsson  <jas@extundo.com>
14519
14520         * build-aux/maint.mk: Add indent target.
14521
14522 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14523
14524         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14525         our replacement poll.h in any case, to avoid a differing
14526         declaration from a system header.  Seen on AIX.
14527
14528 2006-03-01  Simon Josefsson  <jas@extundo.com>
14529
14530         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14531         <kasal@ucw.cz>.
14532
14533 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14534
14535         * modules/gettime (Depends-on): Add extensions module.
14536         * modules/nanosleep (Depends-on): Likewise.
14537         * modules/settime (Depends-on): Likewise.
14538
14539 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14540
14541         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14542         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14543         pedantically.
14544         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14545         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14546
14547         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14548         not "==".  Reported by Ralf Wildenhues.
14549
14550 2006-03-01  Karl Berry  <karl@gnu.org>
14551
14552         * doc/Copyright/request-*: new files, synced from gnuorg.
14553
14554 2006-03-01  Karl Berry  <karl@gnu.org>
14555
14556         * config/srclist.txt (Copyright/*): new entries.
14557
14558 2006-02-28  Simon Josefsson  <jas@extundo.com>
14559
14560         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14561
14562 2006-02-27  Simon Josefsson  <jas@extundo.com>
14563
14564         * lib/base64.h: Indent #define's.  From Jim Meyering
14565         <jim@meyering.net>.
14566
14567 2006-02-27  Jim Meyering  <jim@meyering.net>
14568
14569         Revert the change of 2006-02-24, so these files can continue
14570         to be sync'd from gettext.
14571         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14572         of `config.h'.
14573
14574 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14575
14576         * modules/intprops: New file.
14577         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14578         Add intprops.
14579         * modules/getloadavg (Files): Remove lib/intprops.h.
14580         (Depends-on): Add intprops.
14581         * modules/human: Likewise.
14582         * modules/inttostr: Likewise.
14583         * modules/openat: Likewise.
14584         * modules/sig2str: Likewise.
14585         * modules/userspec: Likewise.
14586         * modules/utimecmp: Likewise.
14587         * modules/xnanosleep: Likewise.
14588         * modules/xstrtol: Likewise.
14589
14590 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14591
14592         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14593         * modules/lock-tests (TESTS): Use $(EXEEXT).
14594         * modules/tls-tests: Likewise.
14595         * modules/argp-tests: Likewise.
14596         (check_PROGRAMS): New var, replacing...
14597         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14598
14599 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14600
14601         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14602         `config.h'.
14603
14604 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14607
14608 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14609
14610         Sync from coreutils.
14611         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14612         gl_CHDIR_SAFER.
14613
14614 2006-02-22  Jim Meyering  <jim@meyering.net>
14615
14616         Sync from coreutils.
14617         * m4/chdir-safer.m4: New file.
14618
14619 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14620
14621         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14622         AT_FDCWD exceeds INT_MAX.
14623         * lib/openat.h (AT_FDCWD): Likewise.
14624
14625 2006-02-17  Eric Blake  <address@hidden>
14626
14627         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14628
14629 2006-02-16  Simon Josefsson  <jas@extundo.com>
14630
14631         * modules/getaddrinfo (Depends-on): Add sys_socket.
14632
14633 2006-02-15  Simon Josefsson  <jas@extundo.com>
14634
14635         * build-aux/maint.mk: Add dsyntax-check rule.
14636
14637 2006-02-15  Eric Blake  <ebb9@byu.net>
14638
14639         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14640         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14641         'present but cannot compile' warnings on cygwin.
14642         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14643         use ws2tcpip.h if sys/socket.h works.
14644         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14645         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14646
14647 2006-02-14  Simon Josefsson  <jas@extundo.com>
14648
14649         * modules/maintainer-makefile (Files): Rename.
14650
14651         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14652         and (the local) Makefile.cfg to maint-cfg.mk.
14653
14654         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14655         to the latter.
14656
14657         * modules/maintainer-makefile: New module.
14658
14659         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14660         severaly stripped to make it possible to build it up from scratch
14661         with reliable tests.
14662
14663         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14664         fixes to permit overriding the default actions when configure and
14665         makefile are not available.
14666
14667 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14668
14669         Sync from coreutils.
14670         * modules/lstat (Depends-on): Don't depend on xalloc.
14671         (License): Change from GPL to LGPL, since this is now simply a
14672         replacement for a libc function.
14673
14674 2006-02-14  Jim Meyering  <jim@meyering.net>
14675
14676         Sync from coreutils.
14677
14678         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14679         failure on deficient systems, and simplify gnulib lgpl dependencies.
14680         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14681         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14682
14683         * lib/xalloc-die.c: Remove unused definition of N_.
14684
14685 2006-02-14  Jim Meyering  <jim@meyering.net>
14686
14687         Sync from coreutils.
14688         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14689         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14690         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14691         double-quote uses of that variable, to accommodate the rare case in
14692         which getmntent is available in none of the libraries checked.  This
14693         happens at least on FreeBSD 5.0.
14694
14695 2006-02-13  Simon Josefsson  <jas@extundo.com>
14696
14697         * gnulib-tool (Usage): Fix --import, from
14698         karl@freefriends.org (Karl Berry).
14699
14700 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14701
14702         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14703
14704 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14705
14706         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14707         "autoupdate" on 2005-12-12.
14708
14709 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14710
14711         * modules/closeout (Depends-on): Remove atexit.
14712
14713 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14716         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14717
14718 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14721         __EXTENSIONS__ if this causes compilation to fail.  Problem
14722         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14723         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14724
14725 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14726
14727         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14728         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14729         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14730         All uses changed.
14731
14732 2006-01-26  Simon Josefsson  <jas@extundo.com>
14733
14734         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14735         prototype is visible on mingw32.
14736
14737         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14738         for mingw32.
14739
14740         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14741         mingw32).
14742
14743 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14744
14745         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14746         attempt to open for write; this always fails, at least on POSIX
14747         hosts.  This reinstates the 2006-01-09 change, which was
14748         inadvertently removed.
14749
14750 2006-01-26  Bruno Haible  <bruno@clisp.org>
14751
14752         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14753         Reported by Paul Eggert.
14754
14755 2006-01-26  Bruno Haible  <bruno@clisp.org>
14756             Paul Eggert  <eggert@cs.ucla.edu>
14757
14758         * lib/stdbool_.h (_Bool)
14759         [(! (defined __cplusplus || defined __BEOS__)
14760           && !defined __GNUC__
14761           && !(defined __HP_cc || defined __xlc__
14762                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14763                || defined __sgi))]:
14764         #define to signed char in these cases too; this simplifies
14765         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14766         etc., separately) and makes it more conservative.
14767
14768 2006-01-25  Simon Josefsson  <jas@extundo.com>
14769
14770         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14771         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14772         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14773
14774 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14775
14776         * lib/argp-namefrob.h: Bugfix. Remove stray #
14777
14778 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14781         so that we test the test.
14782         Check for yet another HP-UX cc bug involving *bool |= bool.
14783
14784 2006-01-25  Karl Berry  <karl@gnu.org>
14785
14786         * config/srclist.txt (vasnprintf.c): sync lost.
14787
14788 2006-01-25  Jim Meyering  <jim@meyering.net>
14789
14790         Sync from the stable (b5) branch of coreutils:
14791
14792         * lib/fts.c (fts_children): Don't let close() clobber errno from
14793         failed fchdir().
14794
14795         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14796         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14797         a dangling symlink.  That can also happen at least for ELOOP.
14798         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14799         FYI, this bug predates the inclusion of fts.c in coreutils.
14800
14801         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14802         in their own block, so pre-c99 compilers don't object.
14803
14804         Avoid the double-free (first in fts_read, second in fts_close) that
14805         would occur when an `active' directory is made inaccessible (e.g.,
14806         via chmod a-x) during a traversal.
14807         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14808         before returning.  Reproduce this failure by
14809         mkdir -p a/b; cd a; chmod a-x . b
14810         Reported by Stavros Passas.
14811
14812 2006-01-25  Jim Meyering  <jim@meyering.net>
14813
14814         * lib/fileblocks.c: Remove more useless parentheses.
14815         * lib/readutmp.h: Likewise.
14816
14817 2006-01-25  Bruno Haible  <bruno@clisp.org>
14818
14819         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14820         warnings.
14821         Reported by Paul Eggert.
14822
14823 2006-01-25  Bruno Haible  <bruno@clisp.org>
14824
14825         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14826         rid of a trap command. For Solaris sh.
14827         Reported by Mark D. Baushke <mdb@gnu.org>.
14828
14829 2006-01-24  Simon Josefsson  <jas@extundo.com>
14830
14831         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14832         Bruno.
14833
14834 2006-01-24  Karl Berry  <karl@gnu.org>
14835
14836         * config/srclist.txt (argp-namefrob.h): sync lost.
14837
14838 2006-01-24  Jim Meyering  <jim@meyering.net>
14839
14840         * modules/openat (Files): Add lib/intprops.h.
14841         From Mark D. Baushke.
14842
14843 2006-01-24  Jim Meyering  <jim@meyering.net>
14844
14845         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14846         Reported by Mark D. Baushke.
14847
14848 2006-01-24  Jim Meyering  <jim@meyering.net>
14849
14850         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14851
14852 2006-01-24  Bruno Haible  <bruno@clisp.org>
14853
14854         * modules/strnlen (Maintainer): Change from glibc to all.
14855
14856 2006-01-24  Bruno Haible  <bruno@clisp.org>
14857
14858         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14859         Patch by Paul Eggert.
14860
14861 2006-01-24  Bruno Haible  <bruno@clisp.org>
14862
14863         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14864         already has it.
14865         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14866         2005-11-26.
14867
14868         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14869         'signed char' to avoid problems with the built-in _Bool type.
14870         Reported by Paul Eggert on 2005-11-26.
14871
14872 2006-01-24  Bruno Haible  <bruno@clisp.org>
14873
14874         * gnulib-tool (func_import): Avoid constructing complicated sed
14875         expressions inside backquote.
14876         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14877
14878 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14879
14880         These changes imported from libc.
14881         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14882         test and two separate function calls.
14883         * lib/strndup.c (__strndup): Add libc_hidden_def.
14884
14885 2006-01-23  Simon Josefsson  <jas@extundo.com>
14886
14887         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14888         Remove the test_*_SOURCES variable: automake infers it by default.
14889         * modules/tls-tests: Likewise.
14890
14891 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14892
14893         Work around porting bugs reported by Dieter in
14894         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14895         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14896         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14897         Include "getopt.h" first, to check interface.
14898         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14899         !HAVE_DECL_GETENV.
14900         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14901         (__strndup): Revert to K&R-style function dfns, the glibc style.
14902         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14903         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14904         Include strnlen.h first, to get prototype properly.
14905         (strnlen): Renamed from __strnlen.
14906         Remove weak alias.
14907
14908 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14909
14910         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14911
14912 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14913
14914         * config/srclist.txt: Adjust to reflect glibc reorganization.
14915         This affects only comments.
14916
14917 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14918
14919          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14920          Reported by Bruce Korb <bkorb@gnu.org>.
14921
14922 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14923
14924         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14925         to pacify gcc -Wswitch-default.
14926
14927 2006-01-22  Bruno Haible  <bruno@clisp.org>
14928
14929         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14930         temporary buffer for sprintf, take into account the precision also
14931         for 'd', 'i', 'u', 'o', 'x', 'X'.
14932
14933 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14934
14935         * modules/argp-tests: New module
14936         * tests/test-argp.c: New file
14937         * tests/test-argp-2.sh: New file
14938
14939 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14940
14941         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14942         (__argp_base_name): Removed
14943         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14944         typo.
14945         (__argp_base_name): Provide macro definition or extern declaration
14946         depending on the configuration
14947
14948 2006-01-20  Simon Josefsson  <jas@extundo.com>
14949
14950         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14951
14952 2006-01-20  Simon Josefsson  <jas@extundo.com>
14953
14954         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14955
14956 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14957
14958         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14959         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14960         Suggested by Bruno Haible.
14961
14962 2006-01-20  Karl Berry  <karl@gnu.org>
14963
14964         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14965         until changes propagate, I guess.
14966
14967 2006-01-19  Simon Josefsson  <jas@extundo.com>
14968
14969         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14970
14971 2006-01-19  Simon Josefsson  <jas@extundo.com>
14972
14973         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14974
14975 2006-01-19  Simon Josefsson  <jas@extundo.com>
14976
14977         * gnulib-tool: Set check_PROGRAMS.
14978
14979         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14980         modules/des-tests, modules/gc-arcfour-tests,
14981         modules/gc-arctwo-tests, modules/gc-des-tests,
14982         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14983         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14984         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14985         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14986         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14987         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14988         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14989         test_*_SOURCES.
14990
14991 2006-01-18  Simon Josefsson  <jas@extundo.com>
14992
14993         * modules/socklen (Depends-on): Depend on sys_socket.
14994
14995 2006-01-18  Simon Josefsson  <jas@extundo.com>
14996
14997         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14998         modules/des-tests, modules/gc-arcfour-tests,
14999         modules/gc-arctwo-tests, modules/gc-des-tests,
15000         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15001         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15002         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15003         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15004         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15005         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15006         $(EXEEXT) to automake TESTS variable, for mingw32.
15007
15008 2006-01-17  Simon Josefsson  <jas@extundo.com>
15009
15010         * modules/socklen (Include): Need sys/socket.h.
15011
15012 2006-01-17  Bruno Haible  <bruno@clisp.org>
15013
15014         * modules/ssize_t (Include): Add <sys/types.h>.
15015
15016 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15019         it's not portable and it doesn't work with cross-compiles.
15020         Problem reported by Bruno Haible.  Fix missing-$ typo in
15021         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15022         -zignore from being used with Sun's C compiler.
15023
15024 2006-01-12  Simon Josefsson  <jas@extundo.com>
15025
15026         * lib/base64.c: Fix warning, reported by Bruno Haible
15027         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15028
15029 2006-01-12  Bruno Haible  <bruno@clisp.org>
15030
15031         * modules/ldd: New file.
15032         * build-aux/ldd.sh.in: New file.
15033         * MODULES.html.sh (Support for building libraries and executables): Add
15034         ldd.
15035
15036 2006-01-12  Bruno Haible  <bruno@clisp.org>
15037
15038         * m4/ldd.m4: New file.
15039
15040 2006-01-12  Bruno Haible  <bruno@clisp.org>
15041
15042         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15043         endless loop while replacing $auxdir with build-aux.
15044
15045 2006-01-11  Simon Josefsson  <jas@extundo.com>
15046
15047         * lib/stdint_.h (SIZE_MAX): Add missing (.
15048
15049 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15050
15051         Sync from coreutils.
15052         * lib/md5.c: Fix commentary typos.
15053         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15054         * lib/md5.h (__attribute__): Remove; unused.
15055         * lib/sha1.c: Fix commentary to match md5 better.
15056         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15057         so that we don't need to worry about alignment.  All uses changed.
15058         This merges the 2005-10-28 md5 change into sha1.
15059
15060 2006-01-11  Jim Meyering  <jim@meyering.net>
15061
15062         Sync from coreutils.
15063         * lib/md5.c (OP): Fix spacing.
15064
15065 2006-01-11  Bruno Haible  <bruno@clisp.org>
15066
15067         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15068         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15069         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15070
15071 2006-01-11  Bruno Haible  <bruno@clisp.org>
15072
15073         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15074         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15075         the "early" section as well.
15076
15077 2006-01-11  Bruno Haible  <bruno@clisp.org>
15078
15079         Avoid "ar: no archive members specified" error on MacOS X.
15080         * gnulib-tool (func_modules_add_dummy): New function.
15081         (func_import, func_create_testdir): Invoke it.
15082
15083 2006-01-11  Bruno Haible  <bruno@clisp.org>
15084
15085         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15086         with $auxdir in AC_CONFIG_FILES statements.
15087
15088 2006-01-11  Bruno Haible  <bruno@clisp.org>
15089
15090         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15091         Initialize also noinst_HEADERS to empty.
15092
15093 2006-01-11  Bruno Haible  <bruno@clisp.org>
15094
15095         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15096         variables.
15097         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15098         autoreconf.
15099
15100 2006-01-11  Bruno Haible  <bruno@clisp.org>
15101
15102         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15103         overridable by the user.
15104         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15105
15106 2006-01-10  Simon Josefsson  <jas@extundo.com>
15107
15108         * modules/sys_socket: New file.
15109
15110 2006-01-10  Simon Josefsson  <jas@extundo.com>
15111
15112         * m4/sys_socket_h.m4: New file.
15113
15114 2006-01-10  Simon Josefsson  <jas@extundo.com>
15115
15116         * lib/socket_.h: New file.
15117
15118 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * modules/readutmp (Maintainer): Add myself.
15121
15122 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15123
15124         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15125         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15126         People who are still concerned with buggy memcmp implementations
15127         can invoke gl_FUNC_MEMCMP themselves.
15128
15129 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         * lib/regex_internal.h (BITSET_WORD_BITS):
15132         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15133         preprocessor mishandles large unsigned values as if they were signed.
15134         Problem reported by Claudio Fontana in
15135         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15136
15137 2006-01-10  Jim Meyering  <jim@meyering.net>
15138
15139         Avoid the double-free (first in fts_read, second in fts_close) that
15140         would occur when an `active' directory is made inaccessible (e.g.,
15141         via chmod a-x) during a traversal.
15142         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15143         before returning.  Reproduce this failure by
15144         mkdir -p a/b; cd a; chmod a-x . b
15145         Reported by Stavros Passas.
15146
15147         Sync from coreutils.
15148         * lib/sha1.c: Tweak grammar in a comment.
15149
15150 2006-01-10  Jim Meyering  <jim@meyering.net>
15151
15152         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15153         Patch by Joerg Sonnenberger.
15154
15155 2006-01-10  Bruno Haible  <bruno@clisp.org>
15156
15157         * modules/readutmp: Depend on module free.
15158         * modules/strtok_r: Depend on module restrict.
15159
15160 2006-01-10  Bruno Haible  <bruno@clisp.org>
15161
15162         * modules/gettext (configure.ac): Add an invocation of
15163         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15164
15165 2006-01-10  Bruno Haible  <bruno@clisp.org>
15166
15167         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15168         Reported by Werner Lemberg <wl@gnu.org>.
15169
15170 2006-01-10  Bruno Haible  <bruno@clisp.org>
15171
15172         * lib/localcharset.c: Update from GNU gettext.
15173
15174 2006-01-10  Bruno Haible  <bruno@clisp.org>
15175
15176         * lib/argp.h (__const): Remove macro. Use const instead.
15177         * lib/argp-fmtstream.h (__const): Likewise.
15178         * lib/glob_.h (__const): Remove macro.
15179         * lib/glob-libc.h: Use const instead of __const.
15180
15181 2006-01-10  Bruno Haible  <bruno@clisp.org>
15182
15183         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15184         variable.
15185         Needed to avoid an automake error regarding the 'gettext' module.
15186
15187 2006-01-09  Simon Josefsson  <jas@extundo.com>
15188
15189         * modules/inet_ntop (Depends-on): Add restrict.
15190
15191 2006-01-09  Simon Josefsson  <jas@extundo.com>
15192
15193         * modules/gc-rijndael-tests (License): Put under LGPL.
15194
15195         * modules/gc-des-tests (License): Likewise.
15196
15197         * modules/gc-arcfour-tests (License): Likewise.
15198
15199         * modules/gc-arctwo-tests (License): Likewise.
15200
15201         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15202
15203         * modules/gc-hmac-sha1-tests (Files): Likewise.
15204
15205         * modules/gc-hmac-md5-tests (License): Likewise.
15206
15207         * modules/gc-sha1-tests (License): Likewise.
15208
15209         * modules/gc-md5-tests (License): Likewise.
15210
15211         * modules/gc-md4-tests (License): Likewise.
15212
15213         * modules/gc-md2-tests (License): Likewise.
15214
15215         * modules/gc-tests (License): Likewise.
15216
15217         * modules/des-tests (License): Likewise.
15218
15219         * modules/md4-tests (License): Likewise.
15220
15221         * modules/md2-tests (License): Likewise.
15222
15223 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15224
15225         Sync from coreutils:
15226
15227         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15228         * modules/lib-ignore: New file.
15229         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15230         chdir-safer.m4, lchmod.m4.
15231         * modules/openat: Add mkdirat.c, openat-priv.h.
15232
15233 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15234
15235         Sync from coreutils.
15236         * m4/lib-ignore.m4: New file.
15237         * m4/lchmod.m4: New file.
15238
15239 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15240
15241         Sync from coreutils.
15242         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15243         for write access: POSIX says that must fail.
15244         * lib/fts.c (diropen): Likewise.
15245         * lib/save-cwd.c (save_cwd): Likewise.
15246         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15247         well, for minor improvements on hosts that lack O_DIRECTORY.
15248         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15249         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15250         Fall back on chown if open failed with EACCES.
15251
15252         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15253         Report an error at compile-time if only a 1-second nominal clock
15254         resolution is found.
15255
15256         * lib/lchmod.h: New file.
15257         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15258         (make_dir_parents): Use lchown rather than chown, and
15259         lchmod rather than chmod.
15260
15261         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15262         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15263         "proc" reported by n0dalus.
15264
15265         * lib/mountlist.c: Include <limits.h>.
15266         (dev_from_mount_options)
15267         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15268         New function.  It no longer assumes "dev=" has the System V meaning
15269         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15270         (read_file_system_list)
15271         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15272         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15273         dev= in that case.
15274
15275         * lib/posixtm.h (PDS_PRE_2000): New macro.
15276         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15277         allow_century.  All usages changed.  Reject dates outside the range
15278         1969-1999 if PDS_PRE_2000 is used.
15279
15280 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15281
15282         Sync from coreutils.
15283         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15284         (Time of day items): Mention the possibility of leap seconds.
15285         Problem reported by Dr. David Alan Gilbert.
15286
15287 2006-01-09  Jim Meyering  <jim@meyering.net>
15288
15289         Sync from coreutils.
15290
15291         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15292
15293         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15294
15295         * lib/modechange.c (mode_compile): Reject an invalid mode string
15296         that starts with an octal digit.  From Andreas Gruenbacher.
15297
15298         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15299         and dup to open_safer and dup_safer, respectively.
15300         (openat_permissive): Fix typo in comment.
15301
15302         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15303         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15304         (_): Remove; no longer needed.
15305         (openat): Renamed from rpl_openat; no need for rpl_openat
15306         since openat.h renames openat for us.
15307         Replace most of the body with a call to openat_permissive,
15308         to avoid duplicate code.
15309         Port to (probably hypothetical) environments were mode_t is
15310         wider than int.
15311         (openat_permissive): Require mode arg, so that we can check
15312         types better.  Put it just after flags.  Change cwd failure
15313         indicator from pointer-to-bool to pointer-to-errno-value.
15314         All callers changed.
15315         Invoke openat_save_fail and/or openat_restore_fail if
15316         cwd_errno is null, so that openat can call us.
15317         (openat_permissive, fdopendir, fstatat, unlinkat):
15318         Simplify errno handling to avoid some duplicate code,
15319         as it's OK to set errno on success.
15320         * lib/openat.h: Revamp code so that function macros depend on
15321         __OPENAT_PREFIX only, not also on AT_FDCWD.
15322         (openat_ro): Remove.  Caller changed to use openat_permissive.
15323         (openat_permissive): Now a macro, if not a function.
15324         (openat_restore_fail, openat_save_fail): Now always functions,
15325         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15326
15327         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15328         and openat.c.
15329         * lib/mkdirat.c: Include openat-priv.h.
15330         Remove definitions of macros defined therein.
15331         * lib/openat.c: Likewise.
15332
15333         * lib/mkdirat.c (mkdirat): New file and function.
15334         * lib/openat.h (mkdirat): Declare.
15335
15336         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15337
15338         * lib/openat.h (openat_permissive): Declare.
15339         (openat_ro): Define.
15340
15341         * lib/openat.c (EXPECTED_ERRNO): New macro.
15342         (openat_permissive): New function -- used in remove.c rewrite.
15343         (all functions): Set errno just before returning, only if there
15344         was an actual failure.
15345         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15346
15347         Emulate openat-family functions using Linux's procfs, if possible.
15348         Idea and some code based on Ulrich Drepper's glibc changes.
15349
15350         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15351         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15352         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15353         before falling back on save_cwd and restore_cwd.
15354         (fdopendir, fstatat, unlinkat): Likewise.
15355
15356         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15357         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15358
15359         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15360         as second argument to va_arg.  Otherwise, some versions of gcc
15361         warn that `if this code is reached, the program will abort'.
15362
15363 2006-01-09  Jim Meyering  <jim@meyering.net>
15364
15365         Sync from coreutils.
15366         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15367         Require openat-priv.h.
15368
15369 2006-01-09  Bruno Haible  <bruno@clisp.org>
15370
15371         * modules/strnlen (Include): Use strnlen.h.
15372
15373 2006-01-09  Bruno Haible  <bruno@clisp.org>
15374
15375         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15376
15377 2006-01-09  Bruno Haible  <bruno@clisp.org>
15378
15379         * lib/sysexit_.h (EX_OK): New macro.
15380         Suggested by Martin Lambers <marlam@marlam.de>.
15381
15382 2006-01-09  Bruno Haible  <bruno@clisp.org>
15383
15384         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15385         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15386
15387 2006-01-09  Bruno Haible  <bruno@clisp.org>
15388
15389         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15390         numbers.
15391
15392 2006-01-09  Bruno Haible  <bruno@clisp.org>
15393
15394         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15395         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15396         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15397         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15398
15399 2006-01-09  Bruno Haible  <bruno@clisp.org>
15400
15401         * build-aux/javacomp.sh.in: New file, moved from lib/.
15402         * modules/javacomp-script (Files): Update.
15403         (configure.ac): Add AC_CONFIG_FILES invocation.
15404         (EXTRA_DIST): Remove variable.
15405
15406         * build-aux/javaexec.sh.in: New file, moved from lib/.
15407         * modules/javaexec (Files): Update.
15408         (configure.ac): Add AC_CONFIG_FILES invocation.
15409         (EXTRA_DIST): Remove javaexec.sh.in.
15410
15411         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15412         * modules/csharpcomp-script (Files): Update.
15413         (configure.ac): Add AC_CONFIG_FILES invocation.
15414         (EXTRA_DIST): Remove variable.
15415
15416         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15417         * modules/csharpexec (Files): Update.
15418         (configure.ac): Add AC_CONFIG_FILES invocation.
15419         (EXTRA_DIST): Remove csharpexec.sh.in.
15420
15421 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15422
15423         Sync from coreutils.
15424
15425         Add POSIX ACL support
15426         * lib/acl.h (copy_acl, set_acl): Add declarations.
15427         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15428         systems other than Linux.
15429         (chmod_or_fchmod): New function: use fchmod when possible,
15430         and chmod otherwise.
15431         (file_has_acl): Add a POSIX ACL implementation, with a
15432         Linux-specific subcase.
15433         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15434         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15435         acls are unsupported.
15436         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15437         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15438         are unsupported.
15439
15440 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15441
15442         Sync from coreutils.
15443         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15444
15445 2006-01-07  Bruno Haible  <bruno@clisp.org>
15446
15447         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15448         gl_EARLY.
15449
15450 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15453         Problem reported for Mingw by Mark Junker.
15454
15455 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15456
15457         * README: Gnulib normally doesn't generate a tarball.
15458
15459 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15460
15461         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15462         long int, not int, for nanosecond counts, so that people who are
15463         used to POSIX struct timespec won't be surprised.  Reported by Jim
15464         Meyering.
15465
15466 2005-12-28  Bruno Haible  <bruno@clisp.org>
15467
15468         * build-aux/config.rpath: Update from GNU gettext.
15469
15470 2005-12-16  Jim Meyering  <jim@meyering.net>
15471
15472         * modules/fprintftime: New module.
15473         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15474
15475 2005-12-16  Jim Meyering  <jim@meyering.net>
15476
15477         * m4/fprintftime.m4: New file.
15478
15479 2005-12-16  Jim Meyering  <jim@meyering.net>
15480
15481         * lib/fprintftime.c, lib/fprintftime.h: New files.
15482
15483 2005-12-15  Simon Josefsson  <jas@extundo.com>
15484
15485         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15486         new m4/socklen.m4.
15487
15488 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15489
15490         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15491         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15492
15493 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15494
15495         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15496         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15497         struct uparams is valid. Fall back to the default values if it is
15498         not.
15499
15500 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15501
15502         * modules/argp (Files): Add argp-pin.c
15503         (Depends-on): dirname
15504         (lib_SOURCES): Add argp-pin.c
15505
15506 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15507
15508         * m4/argp.m4:  Check if program_invocation_name and
15509         program_invocation_short_name are declared and define appropriate
15510         macros if they are not.
15511
15512 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15513
15514         * lib/argp-help.c (__argp_base_name): New function
15515         (__argp_short_program_name): Rewrite using __argp_base_name
15516         * lib/argp-namefrob.h: Define program_invocation_name and
15517         program_invocation_short_name if requested
15518         (__argp_base_name): Add prototype
15519         * lib/argp-parse.c (argp_def): Use gettext wrappers
15520         (argp_default_parser): Use __argp_base_name
15521         * lib/argp-pin.c: New file. Defines program_invocation_name and
15522         program_invocation_short_name on systems that lack them.
15523
15524 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15527         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15528         porting problem reported by Georg Schwarz in
15529         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15530
15531 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15532
15533         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15534         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15535         porting problem reported by Georg Schwarz in
15536         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15537
15538 2005-12-05  Bruno Haible  <bruno@clisp.org>
15539
15540         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15541         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15542         Reported by Mark Junker <mjscod@gmx.de>.
15543
15544 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15545
15546         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15547         Use implementation from Albert Chin, with some
15548         comments/corrections by Stepan Kasal and myself.
15549
15550 2005-12-02  Bruno Haible  <bruno@clisp.org>
15551
15552         * gnulib-tool (func_import): Accept GPLed build tool modules when
15553         --lgpl is given.
15554         * modules/csharpcomp-script: New file.
15555         * modules/csharpcomp: Depend on it.
15556         * modules/javacomp-script: New file.
15557         * modules/javacomp: Depend on it.
15558         Suggested by Simon Josefsson.
15559
15560 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15561
15562         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15563         statement, to work around an HP-UX 10.20 compiler bug reported by
15564         Peter O'Gorman.
15565
15566 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * modules/savedir (Depends-on): Add openat.
15569
15570 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15573         (uintmax_t) [defined uintmax_t]: Do not declare.
15574         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15575         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15576         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15577         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15578         sake of portability to weird hosts that C allows (though we don't
15579         know of any practical examples).
15580
15581         * lib/savedir.h (fdsavedir): New decl.
15582         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15583         contains most of the former guts of savedir.
15584         (savedir): Use savedirstream.
15585         Include "openat.h".
15586
15587 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15588
15589         * modules/obstack (Files): Add m4/ulonglong.m4.
15590         Problem reported by Davide Angelocola.
15591
15592 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15593
15594         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15595         coreutils no longer futzes with rounding modes.
15596
15597 2005-11-14  Jim Meyering  <jim@meyering.net>
15598
15599         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15600         replacement of mkstemp.
15601
15602 2005-11-10  Simon Josefsson  <jas@extundo.com>
15603
15604         * lib/readline.c: Remove EOL.
15605
15606 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         * modules/gethrxtime (Depends-on): Add gettime.
15609
15610 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15613         or gettimeofday; no longer needed.
15614
15615 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15616
15617         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15618         time business.
15619         (gethrxtime) [! (HAVE_NANOUPTIME
15620         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15621         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15622         our own approximation.
15623
15624 2005-11-08  Eric Blake  <ebb9@byu.net>
15625
15626         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15627
15628 2005-11-08  Eric Blake  <ebb9@byu.net>
15629
15630         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15631
15632 2005-11-04  Bruno Haible  <bruno@clisp.org>
15633
15634         * gnulib-tool: Implement --update mode.
15635
15636 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         Fix porting problem reported by Theodoros V. Kalamatianos.
15639         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15640         Don't assume that futimes failing means we must fail.
15641
15642 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15643
15644         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15645         variables to suggest the intended function of the PATH_MAX check.
15646
15647 2005-10-30  Kean Johnston  <jkj@sco.com>
15648
15649         Trivial changes to support SCO systems.
15650         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15651         as PATH_MAX.
15652         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15653         where __ptr is null when no I/O is pending.
15654
15655 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15658         leave errno alone.  Problem reported by Dmitry V. Levin.
15659
15660 2005-10-28  Simon Josefsson  <jas@extundo.com>
15661
15662         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15663         Test more.
15664
15665         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15666
15667         * modules/md2, modules/md2-tests: New files.
15668
15669 2005-10-28  Simon Josefsson  <jas@extundo.com>
15670
15671         * m4/inet_ntop.m4: More tests.
15672
15673         * m4/gc-md2.m4, md2.m4: New file.
15674
15675 2005-10-28  Simon Josefsson  <jas@extundo.com>
15676
15677         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15678         "restrict" keywords, as per POSIX.  Protect the function
15679         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15680         Don't use K&R prototypes.  Check the sprintf return values.
15681         Re-define EAFNOSUPPORT if not present.  Indent.
15682
15683         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15684         suggested by Bruno Haible <bruno@clisp.org>.
15685
15686         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15687
15688         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15689
15690         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15691         libgcrypt).
15692
15693         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15694
15695         * lib/md2.h, lib/md2.c: New files.
15696
15697 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15700         errno alone.  Problem reported by Frederic Jolliton.
15701
15702 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * modules/verify (License): Change from GPL to LGPL.  This is a
15705         tiny module and there are apparently near-equivalents that are
15706         under the BSD license.
15707
15708 2005-10-24  Simon Josefsson  <jas@extundo.com>
15709
15710         * modules/sha1: Relicense to LGPL.
15711
15712 2005-10-24  Simon Josefsson  <jas@extundo.com>
15713
15714         * lib/md4.h: Shrink buffer size, now that we changed the type.
15715
15716 2005-10-23  Simon Josefsson  <jas@extundo.com>
15717
15718         * gnulib-tool (func_import): Fix --tests-base.
15719
15720 2005-10-22  Simon Josefsson  <jas@extundo.com>
15721
15722         * modules/arcfour (Depends-on): Need stdint.
15723
15724 2005-10-22  Simon Josefsson  <jas@extundo.com>
15725
15726         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15727         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15728
15729 2005-10-22  Simon Josefsson  <jas@extundo.com>
15730
15731         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15732         suggested by Bruno Haible <bruno@clisp.org>.
15733
15734 2005-10-22  Simon Josefsson  <jas@extundo.com>
15735
15736         * lib/crc.h: Include stddef.h, for size_t.
15737
15738 2005-10-22  Simon Josefsson  <jas@extundo.com>
15739
15740         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15741         arcfour_context struct (simplify test vector testing in GNU
15742         Shishi).
15743
15744 2005-10-21  Simon Josefsson  <jas@extundo.com>
15745
15746         * modules/des, modules/des-tests: New files.
15747
15748         * modules/gc-des, modules/gc-des-tests: New files.
15749
15750         * tests/test-des.c, tests/test-gc-des.c: New file.
15751
15752 2005-10-21  Simon Josefsson  <jas@extundo.com>
15753
15754         * modules/arctwo, modules/arctwo-tests: New files.
15755
15756         * tests/test-arctwo.c: New file.
15757
15758         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15759
15760         * tests/test-gc-arctwo.c: New file.
15761
15762 2005-10-21  Simon Josefsson  <jas@extundo.com>
15763
15764         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15765         Bruno Haible <bruno@clisp.org>.
15766
15767         * m4/gc-des.m4: New file.
15768
15769 2005-10-21  Simon Josefsson  <jas@extundo.com>
15770
15771         * m4/arctwo.m4: New file.
15772
15773         * m4/gc-arctwo.m4: New file.
15774
15775 2005-10-21  Simon Josefsson  <jas@extundo.com>
15776
15777         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15778         block.
15779
15780 2005-10-21  Simon Josefsson  <jas@extundo.com>
15781
15782         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15783         <bruno@clisp.org>.
15784
15785         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15786
15787         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15788         Bruno Haible <bruno@clisp.org>.
15789
15790         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15791         <bruno@clisp.org>.
15792
15793 2005-10-21  Simon Josefsson  <jas@extundo.com>
15794
15795         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15796
15797 2005-10-21  Simon Josefsson  <jas@extundo.com>
15798
15799         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15800
15801 2005-10-21  Simon Josefsson  <jas@extundo.com>
15802
15803         * lib/des.h, lib/des.c: New files.
15804
15805         * lib/gc-gnulib.c: Support DES.c
15806
15807 2005-10-21  Simon Josefsson  <jas@extundo.com>
15808
15809         * lib/arctwo.h, lib/arctwo.c: New files.
15810
15811         * lib/gc-gnulib.c: Support ARCTWO.
15812
15813 2005-10-21  Simon Josefsson  <jas@extundo.com>
15814
15815         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15816         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15817
15818 2005-10-21  Simon Josefsson  <jas@extundo.com>
15819
15820         * gnulib-tool (func_import, func_create_testdir): Define automake
15821         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15822         Makefile.am snippet),
15823         suggested by Bruno Haible <bruno@clisp.org>.
15824
15825         * modules/gc (Makefile.am): Use it.
15826
15827 2005-10-21  Bruno Haible  <bruno@clisp.org>
15828
15829         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15830         patch.
15831
15832 2005-10-19  Simon Josefsson  <jas@extundo.com>
15833
15834         * tests/test-gc-rijndael.c: New file.
15835
15836         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15837
15838 2005-10-19  Simon Josefsson  <jas@extundo.com>
15839
15840         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15841         interface too.
15842
15843 2005-10-19  Simon Josefsson  <jas@extundo.com>
15844
15845         * tests/test-gc-arcfour.c: New file.
15846
15847         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15848
15849 2005-10-19  Simon Josefsson  <jas@extundo.com>
15850
15851         * modules/gc-md4, modules/gc-md4-tests: New file.
15852
15853         * tests/test-gc-md4.c: New file.
15854
15855 2005-10-19  Simon Josefsson  <jas@extundo.com>
15856
15857         * m4/gc-md4.m4: New file.
15858
15859 2005-10-19  Simon Josefsson  <jas@extundo.com>
15860
15861         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15862         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15863         <kasal@ucw.cz>.
15864
15865 2005-10-19  Simon Josefsson  <jas@extundo.com>
15866
15867         * m4/gc-arcfour.m4: New file.
15868
15869         * m4/gc-rijndael.m4: New file.
15870
15871 2005-10-19  Simon Josefsson  <jas@extundo.com>
15872
15873         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15874
15875 2005-10-19  Simon Josefsson  <jas@extundo.com>
15876
15877         * lib/gc-gnulib.c: Support ARCFOUR.
15878
15879 2005-10-19  Simon Josefsson  <jas@extundo.com>
15880
15881         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15882         support.
15883
15884         * lib/gc.h: Add ECB enum type.
15885
15886         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15887
15888 2005-10-18  Simon Josefsson  <jas@extundo.com>
15889
15890         * tests/test-md5.c: New file.
15891
15892         * modules/md5-tests: New file.
15893
15894 2005-10-18  Simon Josefsson  <jas@extundo.com>
15895
15896         * tests/test-md4.c: New file.
15897
15898         * modules/md4, modules/md4-tests: New files.
15899
15900 2005-10-18  Simon Josefsson  <jas@extundo.com>
15901
15902         * m4/md4.m4: New file.
15903
15904 2005-10-18  Simon Josefsson  <jas@extundo.com>
15905
15906         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15907
15908 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15909
15910         * gnulib-tool (func_create_testdir): Omit the second check whether
15911         BUILT_SOURCES in nonempty.
15912
15913 2005-10-17  Simon Josefsson  <jas@extundo.com>
15914
15915         * tests/test-rijndael.c: New file.
15916
15917 2005-10-17  Simon Josefsson  <jas@extundo.com>
15918
15919         * modules/sha1: Depend on stdint instead of md5.
15920
15921         * modules/md5: Depend on stdint, remove uint32_t.
15922
15923 2005-10-17  Simon Josefsson  <jas@extundo.com>
15924
15925         * modules/gc-sha1-tests: New file.
15926
15927         * tests/test-gc-sha1.c: New file.
15928
15929 2005-10-17  Simon Josefsson  <jas@extundo.com>
15930
15931         * m4/md5.m4: Remove call to uint32_t.m4.
15932
15933 2005-10-17  Simon Josefsson  <jas@extundo.com>
15934
15935         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15936
15937         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15938         md5.h.
15939
15940         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15941
15942         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15943
15944 2005-10-17  Simon Josefsson  <jas@extundo.com>
15945
15946         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15947
15948 2005-10-17  Simon Josefsson  <jas@extundo.com>
15949
15950         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15951
15952 2005-10-17  Simon Josefsson  <jas@extundo.com>
15953
15954         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15955
15956         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15957
15958 2005-10-17  Bruno Haible  <bruno@clisp.org>
15959
15960         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15961         that it can also be used in a test.
15962
15963 2005-10-16  Bruno Haible  <bruno@clisp.org>
15964
15965         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15966         TESTS_ENVIRONMENT, so that individual tests can augment it.
15967
15968         * gnulib-tool (func_create_testdir): Use an intermediate target for
15969         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15970         macros, like $(ALLOCA_H), which cannot be passed through the command
15971         line.
15972
15973 2005-10-15  Simon Josefsson  <jas@extundo.com>
15974
15975         * modules/rijndael-tests: New file.
15976
15977         * modules/rijndael: New file.
15978
15979 2005-10-15  Simon Josefsson  <jas@extundo.com>
15980
15981         * m4/rijndael.m4: New file.
15982
15983 2005-10-15  Simon Josefsson  <jas@extundo.com>
15984
15985         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15986
15987         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15988
15989 2005-10-14  Simon Josefsson  <jas@extundo.com>
15990
15991         * tests/test-arcfour.c: New file.
15992
15993         * modules/arcfour, modules/arcfour-tests: New files.
15994
15995 2005-10-14  Simon Josefsson  <jas@extundo.com>
15996
15997         * m4/arcfour.m4: New file.
15998
15999 2005-10-14  Simon Josefsson  <jas@extundo.com>
16000
16001         * lib/arcfour.h, lib/arcfour.c: New files.
16002
16003 2005-10-14  Roland McGrath  <roland@redhat.com>
16004
16005         Import from libc.  [BZ #1331]
16006         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16007         macro argument.
16008         Reported by Matej Vela <vela@debian.org>.
16009
16010 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16013         include <wchar.h>; no longer needed.
16014
16015 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16016
16017         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16018
16019 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16020         and  Ulrich Drepper  <drepper@redhat.com>
16021
16022         Import from libc.
16023         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16024         instead of inline stream orientation test and two separate
16025         function calls.  Pay no attention to USE_IN_LIBIO.
16026
16027 2005-10-13  Simon Josefsson  <jas@extundo.com>
16028
16029         * modules/gc-hmac-md5-tests: New file.
16030
16031         * tests/test-gc-hmac-sha1.c: New file.
16032
16033         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16034
16035         * modules/gc-hmac-md5-tests: New file.
16036
16037         * tests/test-gc-md5.c: New file.
16038
16039         * modules/gc-md5-tests: New file.
16040
16041 2005-10-13  Simon Josefsson  <jas@extundo.com>
16042
16043         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16044         Move memory allocation outside of loop.
16045
16046 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16047
16048         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16049         intermediate directory is in a read-only file system.  Problem
16050         reported by Eric Blake.
16051
16052 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16053
16054         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16055
16056 2005-10-12  Simon Josefsson  <jas@extundo.com>
16057
16058         * tests/test-hmac-sha1.c: New file.
16059
16060         * modules/hmac-sha1-tests: New file.
16061
16062         * modules/hmac-sha1: New file.
16063
16064 2005-10-12  Simon Josefsson  <jas@extundo.com>
16065
16066         * modules/gc-sha1: New file.
16067
16068 2005-10-12  Simon Josefsson  <jas@extundo.com>
16069
16070         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16071
16072         * tests/test-gc-pbkdf2-sha1.c: New file.
16073
16074 2005-10-12  Simon Josefsson  <jas@extundo.com>
16075
16076         * modules/gc-md5, modules/gc-hmac-md5: New files.
16077
16078         * modules/gc (Files): Remove md5, memxor and hmac files.
16079
16080 2005-10-12  Simon Josefsson  <jas@extundo.com>
16081
16082         * m4/gc-pbkdf2-sha1.m4: New file.
16083
16084         * m4/gc-hmac-sha1.m4: New file.
16085
16086         * m4/gc-sha1: New file.
16087
16088         * m4/hmac-sha1.m4: New file.
16089
16090 2005-10-12  Simon Josefsson  <jas@extundo.com>
16091
16092         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16093
16094         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16095
16096 2005-10-12  Simon Josefsson  <jas@extundo.com>
16097
16098         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16099         suggested by Bruno Haible <bruno@clisp.org>.
16100
16101 2005-10-12  Simon Josefsson  <jas@extundo.com>
16102
16103         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16104
16105 2005-10-12  Simon Josefsson  <jas@extundo.com>
16106
16107         * lib/gc-pbkdf2-sha1.c: New file.
16108
16109         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16110
16111 2005-10-12  Simon Josefsson  <jas@extundo.com>
16112
16113         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16114
16115         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16116
16117 2005-10-12  Simon Josefsson  <jas@extundo.com>
16118
16119         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16120         GC_USE_HMAC_MD5, respectively.
16121
16122         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16123         (gc_md5): Fix typo.
16124
16125         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16126
16127         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16128
16129         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16130
16131 2005-10-12  Bruno Haible  <bruno@clisp.org>
16132
16133         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16134         Reported by Stepan Kasal <kasal@ucw.cz>.
16135
16136 2005-10-11  Simon Josefsson  <jas@extundo.com>
16137
16138         * tests/test-crc.c: New file.
16139
16140         * modules/crc, modules/crc-tests: New files.
16141
16142 2005-10-11  Simon Josefsson  <jas@extundo.com>
16143
16144         * m4/crc.m4: New file.
16145
16146 2005-10-11  Simon Josefsson  <jas@extundo.com>
16147
16148         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16149
16150         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16151
16152         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16153
16154 2005-10-11  Simon Josefsson  <jas@extundo.com>
16155
16156         * lib/crc.h, lib/crc.c: New files.
16157
16158         * lib/gc.h (gc_hash_buffer): Add doc.
16159
16160 2005-10-11  Bruno Haible  <bruno@clisp.org>
16161
16162         * modules/c-strcasestr: New file.
16163         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16164
16165 2005-10-11  Bruno Haible  <bruno@clisp.org>
16166
16167         * modules/c-strcase: New file.
16168         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16169
16170 2005-10-11  Bruno Haible  <bruno@clisp.org>
16171
16172         * lib/strcasecmp.c: Include limits.h.
16173         (strcasecmp): Avoid integer overflow on exotic platforms.
16174         * lib/strncasecmp.c: Include limits.h.
16175         (strncasecmp): Avoid integer overflow on exotic platforms.
16176         Reported by Paul Eggert.
16177
16178 2005-10-11  Bruno Haible  <bruno@clisp.org>
16179
16180         * lib/c-strcasestr.h: New file, from GNU gettext.
16181         * lib/c-strcasestr.c: New file, from GNU gettext.
16182
16183 2005-10-11  Bruno Haible  <bruno@clisp.org>
16184
16185         * lib/c-strcase.h: New file, from GNU gettext.
16186         * lib/c-strcasecmp.c: New file, from GNU gettext.
16187         * lib/c-strncasecmp.c: New file, from GNU gettext.
16188
16189 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         * modules/mempcpy (License): GPL -> LGPL.
16192         * modules/strchrnul (License): Likewise.
16193         * modules/sysexits (License): Likewise.
16194
16195 2005-10-08  Simon Josefsson  <jas@extundo.com>
16196
16197         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16198
16199 2005-10-07  Simon Josefsson  <jas@extundo.com>
16200
16201         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16202
16203 2005-10-06  Simon Josefsson  <jas@extundo.com>
16204
16205         * tests/test-hmac-md5.c: New file.
16206
16207         * modules/hmac-md5-tests: New file.
16208
16209         * modules/hmac-md5: New file.
16210
16211 2005-10-06  Simon Josefsson  <jas@extundo.com>
16212
16213         * m4/hmac-md5.m4: New file.
16214
16215         * m4/memxor.m4: Require gl_C_RESTRICT.
16216
16217 2005-10-06  Simon Josefsson  <jas@extundo.com>
16218
16219         * lib/memxor.c (memxor): Avoid casts and warnings.
16220
16221 2005-10-06  Simon Josefsson  <jas@extundo.com>
16222
16223         * lib/hmac-md5.c: New file.
16224
16225         * lib/hmac.h: New file.
16226
16227 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16230         promotes to int, not unsigned int, to catch the AIX 5.3
16231         compiler bug.
16232
16233 2005-10-05  Simon Josefsson  <jas@extundo.com>
16234
16235         * modules/memxor: New file.
16236
16237         * modules/iconv (Files): Move config.rpath to havelib, it is used
16238         there.
16239
16240         * modules/havelib (Files): Add config.rpath.
16241
16242 2005-10-05  Simon Josefsson  <jas@extundo.com>
16243
16244         * m4/memxor.m4: New file.
16245
16246 2005-10-05  Simon Josefsson  <jas@extundo.com>
16247
16248         * lib/memxor.c (memxor): Fix compiler error.
16249
16250         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16251         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16252
16253         * lib/memxor.h, lib/memxor.c: New files.
16254
16255         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16256         we assume all systems have it, suggested by Jim Meyering
16257         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16258         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16259         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16260         same reasons.
16261
16262 2005-10-05  Simon Josefsson  <jas@extundo.com>
16263
16264         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16265
16266 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16267
16268         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16269         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16270         needed, since the source code now assumes these .h files.
16271
16272 2005-10-05  Derek Price  <derek@ximbiot.com>
16273
16274         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16275
16276 2005-10-05  Bruno Haible  <bruno@clisp.org>
16277
16278         * modules/stdint (License): Change to LGPL.
16279
16280 2005-10-04  Simon Josefsson  <jas@extundo.com>
16281
16282         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16283         D. Baushke" <mdb@gnu.org>.
16284
16285 2005-10-04  Bruno Haible  <bruno@clisp.org>
16286
16287         * lib/verify.h (verify_true): Provide alternative definition for C++.
16288
16289 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16292         (SSIZE_MAX): New macro, if not already defined.
16293         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16294         than 2 GiB.
16295
16296 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         Sync from coreutils.
16299         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16300         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16301         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16302         ULLONG_MAX doesn't work with 2.7.2.1.
16303
16304 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16305
16306         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16307         From Ben Pfaff.
16308
16309         * modules/exclude (Depends-on): Depend on verify.
16310         * modules/strtoimax (Depends-on): Likewise.
16311         * modules/utimecmp (Depends-on): Likewise.
16312
16313 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16314
16315         * lib/exclude.c: Include verify.h.
16316         (verify): Remove.  All callers changed to use verify.h's version.
16317         * lib/strtoimax.c: Likewise.
16318         * lib/utimecmp.c: Likewis.e
16319
16320         Sync from coreutils.
16321         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16322         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16323         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16324         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16325         bother returning ENOSYS if settimeofday or stime fails; just let
16326         them return whatever errno they want to return.
16327         * lib/utimens.c: Include unistd.h, for dup2.
16328         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16329         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16330
16331 2005-10-02  Jim Meyering  <jim@meyering.net>
16332
16333         Sync from coreutils.
16334         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16335         from glibc-2.2.5 that fails for read-only files.
16336
16337 2005-10-02  Jim Meyering  <jim@meyering.net>
16338
16339         Sync from coreutils.
16340         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16341         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16342         `#if HAVE_CONFIG_H'.
16343         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16344         Remove AT_FDCWD test.
16345         Do not consume the fd unless successful.
16346         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16347         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16348         block, so that we don't even try to compile it if settimeofday is
16349         available.  This works around a compilation failure on OSF1 V5.1,
16350         due to stime requiring a `long int*' while tv_sec is `int'.
16351
16352 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16353
16354         Sync from coreutils.
16355         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16356         against `yes', rather than just testing for nonempty.
16357
16358 2005-10-01  Simon Josefsson  <jas@extundo.com>
16359
16360         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16361         and Darwin.
16362
16363         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16364         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16365         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16366         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16367         Check if struct addrinfo is declared.
16368
16369 2005-10-01  Simon Josefsson  <jas@extundo.com>
16370
16371         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16372         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16373         AI_* and EAI_* definitions.  Protect function declarations.
16374
16375 2005-10-01  Jim Meyering  <jim@meyering.net>
16376
16377         Sync from coreutils.
16378
16379         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16380         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16381         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16382         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16383         in the inet and nsl libraries.  Required on Solaris 5.7.
16384
16385 2005-10-01  Jim Meyering  <jim@meyering.net>
16386
16387         Sync from coreutils.
16388         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16389         in the inet and nsl libraries.  Required on Solaris 5.7.
16390
16391 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16392
16393         * lib/getdelim.c (getdelim): Remove unused variables.
16394
16395 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16398         so that the code works even with ancient cpp.  Portability problem
16399         with GCC 2.7.2.1 reported by Thomas M.Ott.
16400
16401 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16402
16403         * modules/regex (Depends-on): Add strcase.
16404
16405         * modules/gethostname (Licence): Change from GPL to LGPL, since
16406         gethostname.c is a trivial implementation of a standard library
16407         function.
16408         * modules/poll (License): Change from GPL to LGPL, since it's
16409         derived from LGPL code.
16410
16411 2005-09-27  Jim Meyering  <jim@meyering.net>
16412
16413         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16414         HAVE_CONFIG_H.
16415
16416         * lib/intprops.h (signed_type_or_expr__): Define.
16417         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16418         for unsigned types.
16419
16420 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16421
16422         * lib/verify.h (verify_expr): Remove, replacing with:
16423         (verify_true): New macro that returns true instead of void.
16424         (verify_type__): Remove.
16425         (verify): Use verify_true rather than verify_type__.
16426
16427 2005-09-26  Bruno Haible  <bruno@clisp.org>
16428
16429         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16430         is necessary.
16431         (lib_SOURCES): Remove mbchar.c.
16432         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16433         (Files): Add m4/mbrtowc.m4.
16434         * modules/mbiter: Likewise.
16435         * modules/mbuiter: Likewise.
16436
16437 2005-09-26  Bruno Haible  <bruno@clisp.org>
16438
16439         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16440         compile mbchar.c if they are not both present.
16441         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16442         * m4/mbiter.m4 (gl_MBITER): Likewise.
16443         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16444         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16445         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16446
16447 2005-09-25  Jim Meyering  <jim@meyering.net>
16448
16449         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16450         also uses socklen_t.
16451
16452 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16453
16454         * lib/utimens.c (ENOSYS): Define if not already defined.
16455         (futimens): Support having a null PATH if the file descriptor
16456         is nonnegative.
16457
16458         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16459         Remove.
16460         (__attribute): Define to empty unless GCC 3.1 or later.
16461         This works around a core dump on OpenBSD 3.4, which has GCC
16462         2.95.3, which dumps core when given __attribute__(()).  It also
16463         simplifies other tests, since we really don't want to bother with
16464         worrying about which ancient version of GCC supported what.
16465         Original problem reported by Yoann Vandoorselaere, with part of
16466         the fix suggested by Derek Price.
16467
16468 2005-09-24  Jim Meyering  <jim@meyering.net>
16469
16470         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16471         so we can once again use a positive bitfield width of 1 -- now we
16472         don't have to explain why we were using a bitfield width of 2.
16473
16474 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16477         and similarly for the other external symbols.  Problem reported
16478         by James Gallager.
16479
16480         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16481         bug reported by Jim Meyering.
16482
16483         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16484         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16485         not needed, since socklen is a prerequisite module.
16486
16487 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16488
16489         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16490         Problem reported by Eric Blake.
16491         (getaddrinfo): Initialize se so that it's not garbage.
16492         Redo internal storage allocation so that it doesn't make unportable
16493         assumptions about alignment.
16494         Fix a memory leak.
16495
16496         * lib/utimens.c (futimens): Use futimesat if available.
16497         Prefer it to futimes since it doesn't have the futimes bug.
16498
16499         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16500         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16501         Instead, declare a function that returns a pointer to an array,
16502         and use verify_type__ to declare the size of the array.
16503         Problem and germ of a solution reported by Bruno Haible.
16504         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16505         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16506
16507 2005-09-23  Jim Meyering  <jim@meyering.net>
16508
16509         Sync from coreutils.
16510         Correct build failure (socklen_t not defined) on at least
16511         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16512         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16513
16514 2005-09-23  Jim Meyering  <jim@meyering.net>
16515
16516         * modules/getaddrinfo (Depends-on): Add socklen.
16517
16518 2005-09-23  Bruno Haible  <bruno@clisp.org>
16519
16520         * tests/test-verify.c: New file.
16521
16522 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         Sync from coreutils.
16525
16526         * modules/argmatch (Depends-on): Add verify.
16527         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16528         unistd-safer.
16529         * modules/save-cwd (Depends-on): Likewise.
16530
16531         * modules/openat (Files): Add lib/openat-die.c.
16532         (Depends-on): Remove error, exitfail.
16533         Add dirname.
16534
16535         * modules/verify: New file.
16536         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16537         with "verify" module.
16538
16539 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         Sync from coreutils.
16542
16543         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16544         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16545         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16546         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16547         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16548         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16549         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16550         Don't bother checking for string.h, stdlib.h, unistd.h.
16551         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16552         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16553         module's job.
16554         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16555         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16556
16557         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16558         (gl_GETDATE): Use it.
16559
16560         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16561
16562 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         Sync from coreutils.
16565
16566         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16567         stat-time.h.
16568         * lib/argmatch.h: Include verify.h
16569         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16570         (ARGMATCH_ASSERT): Remove; unused.
16571         * lib/canonicalize.c: Assume STDC_HEADERS.
16572         * lib/exclude.c: Include "strcase.h".
16573         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16574         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16575         and stdio-safer.h.
16576         (getusershell): Call fopen, not fopen_safer.
16577         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16578         Do not include unistd-safer.h.
16579         (save_cwd): Don't call fd_safer; no longer needed
16580         now that we include fcntl--.h.
16581
16582         * lib/getdate.y (relative_time): New type.
16583         (RELATIVE_TIME_0): New constant.
16584         (parser_control): Use relative_time instead of doing it ourselves.
16585         (%union): Add new relative_time rel member.
16586         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16587         Now typeless.
16588         (relunit, relunit_snumber): Now of type rel.
16589         (zone, rel, relunit, get_date): Adjust to above changes.
16590
16591         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16592         Do not include unistd-safer.h.
16593         (getloadavg): Don't call fd_safer; no longer needed
16594         now that we include fcntl--.h.
16595
16596         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16597         (make_dir_parents): Treat ENOSYS like EEXIST.
16598
16599         Improve quality of diagnostics on restore_cwd failure.
16600         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16601         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16602         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16603         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16604         each time through the loop.  Do not diagnose restore_cwd failure;
16605         that is the caller's job (and perhaps the caller does not care).
16606
16607         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16608         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16609         If the file already exists but is not a directory, don't bother
16610         to try to make its parents.
16611         Close potential file descriptor leak if we can't chdir("/") (!).
16612         Don't always return true if chdir($PWD) fails; return true only
16613         if the requested action was done successfully (except for the
16614         chdir($PWD)).
16615         Don't log final directory unless we actually made it.
16616         Refactor to avoid duplicate code to fix up permissions.
16617         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16618
16619         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16620         to make it a bit faster and (I hope) clearer.
16621         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16622         Fix bug in formats like %2N.
16623
16624         * lib/verify.h: New file.
16625
16626 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         Sync from coreutils.
16629         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16630
16631 2005-09-22  Jim Meyering  <jim@meyering.net>
16632
16633         Sync from coreutils.
16634
16635         * m4/lstat.m4 (gl_FUNC_LSTAT):
16636         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16637         Remove obsolete comment.
16638         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16639         * m4/xstrtod.m4: Likewise.
16640
16641         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16642
16643 2005-09-22  Jim Meyering  <jim@meyering.net>
16644
16645         Sync from coreutils.
16646
16647         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16648
16649         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16650         the .tm_year member, since otherwise gcc-4.0 would now warn about
16651         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16652
16653         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16654         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16655
16656         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16657         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16658         when run in a time zone for which daylight savings time is in effect
16659         for the starting date.
16660
16661         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16662         stop us from restricting permissions of just-created absolute-named
16663         directories.
16664         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16665         to restore initial working directory.
16666         * lib/mkdir-p.c (make_dir_parents): New parameter:
16667         different_working_dir, to tell caller if/when we change the working
16668         directory and are unable to return to the initial one.
16669         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16670         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16671         `return false'.  This fixes a bug introduced on 2004-07-30.
16672
16673         * lib/openat.c (fdopendir): Be sure to close the supplied
16674         file descriptor before returning.  This makes our replacement
16675         implementation a little closer to Solaris's, where fdopendir
16676         ties the file descriptor to the returned DIR* pointer.
16677         * lib/openat.c (unlinkat): New function.
16678         * lib/openat.h (unlinkat): Add prototype.
16679         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16680         (openat_restore_fail): Rename from openat_restore_die.
16681         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16682
16683         Provide an alternative to exiting immediately upon save_cwd or
16684         restore_cwd failure.  Now, an application can arrange e.g.,
16685         to perform a longjump in that case.
16686         * lib/openat.c: Include dirname.h.
16687         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16688         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16689         and openat_restore_die rather than calling error directly.
16690         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16691
16692         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16693         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16694         define.
16695
16696         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16697         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16698                             int utc, int nanoseconds);
16699         Background:
16700         date should not have to allocate a megabyte of virtual memory to
16701         handle a format argument like +%1048575T.  When implemented with
16702         strftime, it must allocate such a buffer, use strftime to fill it
16703         in, print it, then free it.
16704         With fprintftime, it simply prints everything and exits.
16705         With no need for memory allocation, that's one fewer way to fail.
16706         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16707         optional field width, not before, so we accept %9:z, not %:9z.
16708         (my_strftime): Be sure to use L_('x') for literals.
16709
16710         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16711         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16712         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16713         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16714         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16715         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16716         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16717         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16718         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16719         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16720         * lib/xgethostname.c, lib/xreadlink.c:
16721         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16722
16723         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16724         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16725         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16726         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16727         and don't include <sys/file.h>).
16728
16729 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16730
16731         Sync from coreutils.
16732
16733         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16734         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16735         [!LDAV_DONE]: Avoid unused variable warning.
16736
16737 2005-09-21  Bruno Haible  <bruno@clisp.org>
16738
16739         * lib/unicodeio.h (unicode_to_mb): New declaration.
16740
16741 2005-09-20  Derek Price  <derek@ximbiot.com>
16742
16743         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16744         getaddrinfo.h.
16745
16746 2005-09-20  Bruno Haible  <bruno@clisp.org>
16747
16748         * gnulib-tool: Remove trailing slashes from the values specified for
16749         --source-base, --m4-base, --tests-base, --aux-dir.
16750         Suggested by Simon Josefsson <jas@extundo.com>.
16751
16752 2005-09-20  Bruno Haible  <bruno@clisp.org>
16753
16754         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16755         func_modules_to_filelist, func_import, func_create_testdir): Make all
16756         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16757         change when gnulib-tool is invoked in a different locale.
16758
16759 2005-09-19  Simon Josefsson  <jas@extundo.com>
16760
16761         * m4/socklen.m4: Fix typo.
16762
16763 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16764
16765         Use a consistent style for including <config.h>.
16766         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16767         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16768         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16769         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16770         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16771         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16772         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16773         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16774         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16775         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16776         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16777         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16778         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16779         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16780         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16781         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16782         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16783         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16784         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16785         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16786         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16787         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16788         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16789         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16790         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16791         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16792         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16793         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16794         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16795         lib/xstrtoumax.c, lib/yesno.c:
16796         Standardize inclusion of config.h.
16797         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16798         lib/inttostr.h:  Removed inclusion of config.h from header files.
16799         * lib/inttostr.c:  Adjusted in-tree users.
16800         * lib/timespec.h: Remove superfluous warning to include config.h.
16801         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16802         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16803         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16804         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16805         config.h with HAVE_CONFIG_H.
16806
16807 2005-09-19  Jim Meyering  <jim@meyering.net>
16808
16809         * modules/pathmax (License): Change to LGPL.
16810
16811 2005-09-19  Derek Price  <derek@ximbiot.com>
16812
16813         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16814
16815 2005-09-19  Bruno Haible  <bruno@clisp.org>
16816
16817         * gnulib-tool (import): Provide default for --tests-base.
16818
16819 2005-09-19  Bruno Haible  <bruno@clisp.org>
16820
16821         * doc/quote.texi: New file, extracted from gnulib.texi.
16822         * doc/ctime.texi: New file, extracted from gnulib.texi.
16823         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16824         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16825         * doc/gnulib.texi: Include them.
16826
16827 2005-09-18  Bruno Haible  <bruno@clisp.org>
16828
16829         Portability fix.
16830         * gnulib-tool (func_readlink): New function.
16831         (func_ln_if_changed): Use it.
16832
16833 2005-09-18  Bruno Haible  <bruno@clisp.org>
16834
16835         * gnulib-tool: Support --with-tests also with --import.
16836         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16837         (func_import): Use variables $testsbase and $inctests. Emit a
16838         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16839         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16840         SUBDIRS += $testsdir.
16841         (func_create_testdir): Update.
16842
16843 2005-09-18  Bruno Haible  <bruno@clisp.org>
16844
16845         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16846         instead of $dry_run.
16847         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16848         (func_ln_if_changed): Don't handle dry-run here.
16849         (func_import): In dry-run mode, detect more precisely which actions
16850         would be performed, and don't use "...ing" verbs.
16851
16852 2005-09-18  Bruno Haible  <bruno@clisp.org>
16853
16854         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16855         (func_import): Use join on two temporary files instead of three nested
16856         loops, in order to determine which files are new or old.
16857
16858 2005-09-18  Bruno Haible  <bruno@clisp.org>
16859
16860         * gnulib-tool (func_import): Comment out code that spits out the
16861         new files with --dry-run.
16862
16863 2005-09-18  Bruno Haible  <bruno@clisp.org>
16864
16865         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16866
16867 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16868
16869         * lib/stat-time.h: New file.
16870         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16871         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16872         in a different way.
16873         (timespec_cmp): New function.
16874         * lib/utimecmp.c: Include stat-time.h.
16875         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16876         members exist, not on the obsolescent ST_MTIM_NSEC.
16877         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16878
16879 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16880
16881         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16882
16883 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16884
16885         * MODULES.html.sh (File system functions): Add stat-time.
16886         * modules/stat-time: New file.
16887         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16888         is now done in a different way, by the stat-time module.
16889         * modules/utimecmp (Depends-on): Add stat-time.
16890
16891 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16892
16893         * m4/st_mtim.m4: Remove.  Superseded by...
16894         * m4/stat-time.m4: New file.
16895         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16896         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16897
16898 2005-09-15  Derek Price  <derek@ximbiot.com>
16899
16900         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16901
16902 2005-09-15  Derek Price  <derek@ximbiot.com>
16903
16904         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16905         * lib/regex_internal.c: Ditto, using this...
16906         (__GNUC_PREREQ): ...new macro.
16907         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16908         using...
16909         (__GNUC_PREREQ): ...this new macro.
16910
16911         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16912
16913 2005-09-15  Derek Price  <derek@ximbiot.com>
16914             Paul Eggert  <eggert@cs.ucla.edu>
16915
16916         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16917         changes, consolidating in...
16918         * lib/regex_internal.h: ...this file.
16919
16920 2005-09-13  Jim Meyering  <jim@meyering.net>
16921
16922         * lib/canon-host.c: Filter through gnu indent and reword comments
16923         slightly.
16924         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16925
16926 2005-09-13  Derek Price  <derek@ximbiot.com>
16927
16928         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16929         failure.
16930         Reported by Jim Meyering  <jim@meyering.net>.
16931
16932 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16933
16934         * lib/base64.c: Typo.
16935         (base64_encode): Put b64str in initialized data section.
16936
16937 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16938
16939         Merge glibc and coreutils changes into gnulib, plus a few
16940         extra fixes.
16941         * lib/md5.c: Use #error rather than a string.
16942         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16943         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16944         (__attribute__): Define to empty for non recent-GCC.
16945         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16946         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16947         Renamed from their non-__ counterparts, with new macros replacing
16948         them if not _LIBC.  Add __THROW attribute.
16949         (rol): Remove.
16950         (struct md5_ctx): Align buffer if using GCC.
16951         * lib/sha1.h (struct sha1_ctx): Likewise.
16952         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16953         The old name was backwards.
16954         (NOTSWAP): Remove; not used.
16955         (rol): New macro, moved here from md5.h.
16956         (sha1_process_block): Remove a FIXME that doesn't make sense.
16957
16958 2005-09-12  Derek Price  <derek@ximbiot.com>
16959
16960         Return usable errors from canon-host.
16961         * lib/canon-host.h: New file.
16962         * lib/canon-host.c (canon_host): Wrap...
16963         (canon_host_r): ...this new function, which now relies exclusively on
16964         getaddrinfo.
16965         (ch_strerror): New function.
16966         (last_cherror): New global.
16967         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16968         interface.
16969         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16970         void *.
16971         (freeaddrinfo): Free ai->ai_canonname when set.
16972
16973 2005-09-12  Derek Price  <derek@ximbiot.com>
16974
16975         Make canon-host require getaddrinfo.
16976         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16977         AC_LIBSOURCE canon-host.h.  Call...
16978         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16979         gl_GETADDRINFO.
16980         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16981
16982 2005-09-12  Derek Price  <derek@ximbiot.com>
16983
16984         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16985         LGPL.
16986         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16987
16988 2005-09-12  Derek Price  <derek@ximbiot.com>
16989
16990         * lib/gai_strerror.c: Include config.h when available.  Include
16991         getaddrinfo.h before other headers to test interface.
16992         Reported by Larry Jones <lawrence.jones@ugs.com>.
16993
16994 2005-09-12  Derek Price  <derek@ximbiot.com>
16995             Paul Eggert  <eggert@cs.ucla.edu>
16996
16997         * modules/glob (Files): Add glob-libc.h.
16998
16999 2005-09-12  Derek Price  <derek@ximbiot.com>
17000             Paul Eggert  <eggert@cs.ucla.edu>
17001
17002         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17003         glob_.h, glob-libc.h.
17004         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17005
17006 2005-09-12  Derek Price  <derek@ximbiot.com>
17007             Paul Eggert  <eggert@cs.ucla.edu>
17008
17009         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17010         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17011         protecting things that should be done only in gnulib contexts.
17012         * lib/glob_.h: New file, containing only the glob things needed for
17013         gnulib.
17014         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17015         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17016         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17017         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17018         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17019         and to respect the namespace rules better.
17020
17021 2005-09-08  Simon Josefsson  <jas@extundo.com>
17022
17023         * modules/socklen: New file.
17024
17025 2005-09-08  Simon Josefsson  <jas@extundo.com>
17026
17027         * m4/socklen.m4: New file.
17028
17029 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17030
17031         * modules/utimens (Files): Add m4/utimbuf.m4, since
17032         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17033         Reported by Sergey Poznyakoff.
17034
17035 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17038         definitions, since that's the preferred style in glibc.
17039         Fix a minor spacing issue, and update copyright notice to match
17040         glibc's.
17041
17042 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17043
17044         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17045
17046 2005-09-06  Simon Josefsson  <jas@extundo.com>
17047
17048         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17049         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17050
17051 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17052
17053         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17054         warning.
17055
17056 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17057
17058         * config/srclist.txt: Add glibc bug 1302.
17059
17060 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17061
17062         Change bitset word type from unsigned int to unsigned long int,
17063         as this has better performance on typical 64-bit hosts.
17064         Port bitset code to hosts with unusual word sizes.
17065         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17066         (build_collating_symbol):
17067         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17068         argument is a bitset.  This is merely a style issue, but it makes
17069         it clearer that an entire array is expected.
17070         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17071         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17072         Port to the case where bitset_word is not the same as unsigned int.
17073         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17074         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17075         Likewise.
17076         * lib/regexec.c (check_dst_limits_calc_pos_1,
17077         check_subexp_matching_top):
17078         (build_trtable, group_nodes_into_DFAstates):
17079         Likewise.
17080         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17081         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17082         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17083         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17084         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17085         * lib/regcomp.c (optimize_subexps, lower_subexp):
17086         Work even if bitset_word has holes in its bitwise representation.
17087         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17088         * lib/regexec.c (check_dst_limits_calc_pos_1,
17089         check_subexp_matching_top):
17090         Likewise.
17091         * lib/regex_internal.c (re_string_reconstruct):
17092         Don't assume UCHAR_MAX == 255.
17093         * lib/regex_internal.h (bitset_set_all): Likewise.
17094         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17095         All uses changed.
17096         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17097         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17098         All uses changed.
17099         (BITSET_WORD_MAX): New macro.
17100         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17101         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17102         (bitset_empty, bitset_copy):
17103         Prefer sizeof (bitset) to multiplying it out ourselves.
17104         (bitset_not_merge): Remove; unused.
17105         (bitset_contain): Return bool, not unsigned int with one bit on.
17106         All callers changed.
17107         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17108         alignment than re_node_set; do this by defining a new internal
17109         type struct dests_alloc and using it to allocate memory.
17110
17111 2005-09-05  Bruno Haible  <bruno@clisp.org>
17112
17113         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17114         links.
17115
17116 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17117
17118         * modules/size_max (Makefile.am): Add size_max.h
17119
17120 2005-09-04  Derek Price  <derek@ximbiot.com>
17121
17122         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17123
17124 2005-09-03  Simon Josefsson  <jas@extundo.com>
17125
17126         * gnulib-tool: Fix typo.
17127
17128 2005-09-03  Simon Josefsson  <jas@extundo.com>
17129
17130         * config/srclist.txt: Add glibc bug 1293.
17131
17132 2005-09-03  Derek Price  <derek@ximbiot.com>
17133
17134         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17135         From Larry Jones <lawrence.jones@ugs.com>.
17136
17137 2005-09-02  Simon Josefsson  <jas@extundo.com>
17138
17139         * modules/socklen: New file.
17140
17141 2005-09-02  Simon Josefsson  <jas@extundo.com>
17142
17143         * modules/havelib: New module.
17144
17145         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17146         Use havelib.
17147
17148 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17149
17150         Check for arithmetic overflow when calculating sizes, to prevent
17151         some buffer-overflow issues.  These patches are conservative, in the
17152         sense that when I couldn't determine whether an overflow was possible,
17153         I inserted a run-time check.
17154         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17155         macros.
17156         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17157         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17158         (re_xnrealloc, re_x2nrealloc): New inline functions.
17159         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17160         parse_bracket_exp):
17161         (build_equiv_class, build_charclass): Check for arithmetic overflow
17162         in size expression calculations.
17163         * lib/regex_internal.c (re_string_realloc_buffers):
17164         (build_wcs_upper_buffer, re_node_set_add_intersect):
17165         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17166         (re_dfa_add_node, register_state): Likewise.
17167         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17168         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17169         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17170         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17171
17172 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17173
17174         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17175         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17176
17177 2005-09-02  Bruno Haible  <bruno@clisp.org>
17178
17179         Support for lib vs. lib64 distinction on biarch platforms.
17180         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17181         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17182         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17183
17184 2005-09-02  Bruno Haible  <bruno@clisp.org>
17185
17186         * gnulib-tool (import): In the other first-use case, provide defaults
17187         as well.
17188
17189 2005-09-02  Bruno Haible  <bruno@clisp.org>
17190
17191         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17192         patches not yet found in the latest gettext release.
17193
17194 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17197         to avoid a collision with bits/local_lim.h in glibc.
17198         All uses changed.  Problem reported by Dmitry V. Levin in
17199         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17200
17201         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17202         bugs in int versus size_t comparisons.
17203         (re_string_context_at): Fix bug where the code assumed that
17204         Idx is signed.
17205
17206         Use bool where appropriate.
17207         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17208         All callers changed.
17209         (calc_eclosure_iter): Likewise, for ROOT arg.
17210         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17211         (build_charclass_op): Likewise, for NON_MATCH arg.
17212         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17213         (re_string_construct_common): Likewise, for ICASE arg.
17214         * lib/regexec.c (re_search_2_stub, re_search_stub):
17215         Likewise, for RET_LEN arg.
17216         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17217         (set_regs): Likewise, for FL_BACKTRACK arg.
17218         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17219         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17220         (calc_eclosure_iter, parse_bracket_exp):
17221         Use bool for internal variables that are booleans.
17222         * lib/regexec.c (re_search_internal, check_matching,
17223         proceed_next_node):
17224         (set_regs, build_sifted_states, sift_states_bkref):
17225         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17226         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17227         (find_collation_sequence_value):
17228         Likewise.
17229         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17230         (re_node_set_compare):
17231         Return bool, not int. All callers changed.
17232         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17233         (build_trtable, check_node_accept): Likewise.
17234         * lib/regex_internal.h: Include stdbool.h.
17235
17236         Fix bugs uncovered when converting to bool.
17237         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17238         failure instead of charging ahead blindly.
17239         * lib/regex_internal.c (register_state): Likewise.
17240         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17241         for freeing internal storage.
17242         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17243         bitset pieces used as boolean, to avoid undefined behavior
17244         on hosts that do int overflow checking.
17245
17246 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17247
17248         * config/srclist.txt: Add glibc bugs 1285-1287.
17249
17250 2005-09-01  Jim Meyering  <jim@meyering.net>
17251
17252         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17253         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17254         Require gl_STAT_MACROS, too.
17255
17256 2005-09-01  Bruno Haible  <bruno@clisp.org>
17257
17258         * gnulib-tool (import): In the first-use case, provide defaults.
17259
17260 2005-09-01  Bruno Haible  <bruno@clisp.org>
17261
17262         * gnulib-tool (func_import): Remove the .tmp files.
17263
17264 2005-09-01  Bruno Haible  <bruno@clisp.org>
17265
17266         * gnulib-tool (func_import): Fix handling of symbolic links.
17267
17268 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17271         old glibc regex code mishandles strings longer than 2**31 bytes.
17272         This patch fixes this when the regex code is used in gnulib
17273         (i.e., outside glibc).
17274
17275         This patch should not affect the use of the regex code inside
17276         glibc.  No doubt this problem also needs to be handled for glibc
17277         as well, but the result will be an incompatible change to the
17278         glibc ABI, and the old ABI will have to be supported too.  That
17279         can be the the subject for another patch.
17280
17281         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17282         governing whether the rest of this patch is active.  By default,
17283         the macro is disabled and the patch has no effect.
17284         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17285         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17286         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17287         (re_match_2, re_set_registers): Use the new types.
17288         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17289         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17290         New macros.
17291         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17292         (re_string_context_at, bin_tree_t, re_dfastate_t):
17293         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17294         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17295         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17296         (re_string_char_size_at, re_string_wchar_at):
17297         (re_string_elem_size_at):
17298         Use the new types and macros to port to 64-bit hosts.
17299         Use unsigned types for internal values, so that the code
17300         mostly works even for arrays larger than SSIZE_MAX.
17301         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17302         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17303         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17304         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17305         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17306         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17307         (calc_inveclosure, parse_dup_op, build_range_exp):
17308         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17309         (fetch_number, create_token_tree, mark_opt_subexp):
17310         Likewise.
17311         * lib/regex_internal.c (re_string_construct_common,
17312         create_ci_newstate):
17313         (create_cd_newstate, re_string_allocate, re_string_construct):
17314         (re_string_realloc_buffers, build_wcs_upper_buffer):
17315         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17316         (re_string_reconstruct, re_string_peek_byte_case):
17317         (re_string_fetch_byte_case, re_string_context_at):
17318         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17319         (re_node_set_init_copy, re_node_set_add_intersect):
17320         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17321         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17322         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17323         (re_acquire_state, re_acquire_state_context, register_state):
17324         Likewise.
17325         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17326         search_cur_bkref_entry):
17327         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17328         (re_search_internal, re_search_2_stub, re_search_stub)
17329         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17330         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17331         (update_cur_sifted_state, check_dst_limits):
17332         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17333         (check_subexp_limits, sift_states_bkref, merge_state_array):
17334         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17335         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17336         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17337         (expand_bkref_cache, check_node_accept_bytes):
17338         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17339         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17340         (acquire_init_state_context, check_halt_node_context):
17341         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17342         (sift_states_backward, clean_state_log_if_needed):
17343         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17344         (find_recover_state, transit_state_sb, transit_state_mb):
17345         (transit_state_bkref, build_trtable, match_ctx_clean):
17346         Likewise.
17347         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17348         to work around an assumption that REG_MISSING is negative.
17349
17350         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17351         (seek_collating_symbol_entry) [defined _LIBC]:
17352         (lookup_collation_sequence_value) [defined _LIBC]:
17353         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17354         Use prototypes rather than old-style function definitions.
17355         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17356         (transit_state_sb) [0]:
17357         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17358
17359         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17360         rm_eo.
17361
17362         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17363         (optimize_subexps, lower_subexp):
17364         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17365         since the signed shift might overflow.  Use 1u<<31 instead.
17366         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17367         Likewise.
17368         * lib/regexec.c (check_dst_limits_calc_pos_1,
17369         check_subexp_matching_top): Likewise.
17370
17371         * lib/regcomp.c (optimize_subexps, lower_subexp):
17372         Use CHAR_BIT rather than 8, for clarity.
17373         * lib/regexec.c (check_dst_limits_calc_pos_1):
17374         (check_subexp_matching_top): Likewise.
17375         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17376         have to worry about portability issues when shifting it left.
17377         Remove no-longer-needed test for table_size > 0.
17378         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17379         in a word, as the resulting behavior is undefined.
17380         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17381         in one case, a <= should have been an <, and in another case the
17382         whole test was missing.
17383         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17384         the standard name CHAR_BIT.
17385         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17386         this is not true on one's complement and signed-magnitude hosts.
17387
17388         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17389         next_last_offset.
17390         (struct re_dfa_t): Remove unused member states_alloc.
17391         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17392
17393 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17394
17395         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17396         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17397         and large-file glibc and in 32-bit large-file Solaris.
17398
17399 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17400
17401         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17402         lengths fit in regoff_t; this isn't true if regoff_t is the same
17403         width as size_t.
17404         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17405         (= START + RANGE) instead of RANGE.  This avoids overflow
17406         problems when regoff_t is the same width as size_t.
17407         All callers changed.
17408         (re_search_2_stub): Check for overflow when adding the
17409         sizes of the two strings.
17410         (re_search_stub): Check for overflow when adding START
17411         to RANGE; if it occurs, substitute the extreme value.
17412
17413 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17414
17415         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17416
17417 2005-08-31  Jim Meyering  <jim@meyering.net>
17418
17419         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17420         a pointer-to-const.
17421         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17422         (register_state): Likewise.
17423         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17424         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17425         (group_nodes_into_DFAstates): Likewise.
17426
17427 2005-08-31  Jim Meyering  <jim@meyering.net>
17428
17429         * check-module: Add a FIXME comment.
17430
17431 2005-08-31  Eric Blake  <ebb9@byu.net>
17432
17433         * modules/unistd-safer (Files): Add unistd--.h.
17434         * modules/stdio-safer (Files): Add stdio--.h.
17435
17436 2005-08-31  Derek Price  <derek@ximbiot.com>
17437
17438         * lib/getdelim.c (getdelim): Return EOF on EOF.
17439         Reported by Larry Jones <lawrence.jones@ugs.com>.
17440
17441 2005-08-31  Bruno Haible  <bruno@clisp.org>
17442
17443         Avoid unnecessary diffs in the generated lib/Makefile.am.
17444         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17445         the generated files.
17446         (func_import): Don't set cmd.
17447
17448 2005-08-31  Bruno Haible  <bruno@clisp.org>
17449
17450         * lib/strstr.c: Include <stddef.h>, for NULL.
17451         * lib/strcasestr.c: Likewise.
17452         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17453
17454 2005-08-31  Bruno Haible  <bruno@clisp.org>
17455
17456         * gnulib-tool: New option --macro-prefix.
17457         (func_import): Use macro_prefix.
17458         (import): Handle option --macro-prefix.
17459
17460 2005-08-31  Bruno Haible  <bruno@clisp.org>
17461
17462         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17463         Also use new variables cached_lgpl, cached_libtool.
17464
17465 2005-08-31  Bruno Haible  <bruno@clisp.org>
17466
17467         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17468         always instantiating them.
17469
17470 2005-08-31  Bruno Haible  <bruno@clisp.org>
17471
17472         * gnulib-tool (func_import): Read the previous cached settings
17473         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17474         earlier added by gnulib but are now dropped. Warn when a gnulib file
17475         overwrites a non-gnulib file.
17476
17477 2005-08-31  Bruno Haible  <bruno@clisp.org>
17478
17479         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17480         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17481         projects that don't keep autogenerated files in CVS. Put into
17482         actioncmd only the specified modules, not the transitive closure.
17483
17484 2005-08-31  Bruno Haible  <bruno@clisp.org>
17485
17486         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17487         Create directories that shall be filled.
17488         (import): Don't look for gl_* macros in configure.ac. Recurse across
17489         all directories containing a gnulib-cache.m4 files, if meaningful.
17490
17491 2005-08-31  Bruno Haible  <bruno@clisp.org>
17492
17493         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17494         (import): Set seen_libtool when we see gl_LIBTOOL.
17495
17496 2005-08-31  Bruno Haible  <bruno@clisp.org>
17497
17498         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17499         declaration macro definitions from generated gnulib.m4.
17500
17501 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17502
17503         * lib/iconvme.h: Add prototype for iconv_alloc.
17504
17505 2005-08-29  Simon Josefsson  <jas@extundo.com>
17506
17507         * lib/iconvme.c: Fix errno.
17508
17509 2005-08-29  Bruno Haible  <bruno@clisp.org>
17510
17511         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17512         that it works when the directory contains spaces.
17513
17514 2005-08-29  Bruno Haible  <bruno@clisp.org>
17515
17516         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17517
17518 2005-08-29  Bruno Haible  <bruno@clisp.org>
17519
17520         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17521         Emit more advice.
17522
17523 2005-08-29  Bruno Haible  <bruno@clisp.org>
17524         and Stepan Kasal  <kasal@ucw.cz>
17525
17526         * check-module: If more parameters are given, check each of them
17527         separately; add more exceptions, as noted by Jim Meyering.
17528         (check_module): New procedure.
17529         (%exempt_header): Now contains all exceptions.
17530
17531 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17532
17533         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17534
17535 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17536
17537         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17538
17539 2005-08-28  Bruno Haible  <bruno@clisp.org>
17540
17541         * m4/gnulib-tool.m4: New file.
17542
17543 2005-08-27  Jim Meyering  <jim@meyering.net>
17544
17545         * modules/unistd-safer (Files): Add pipe-safer.c.
17546         * modules/fcntl-safer (Files): Add creat-safer.c.
17547
17548 2005-08-27  Jim Meyering  <jim@meyering.net>
17549
17550         * m4/stdlib-safer.m4: New file.  From coreutils.
17551         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17552         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17553         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17554         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17555         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17556
17557 2005-08-27  Jim Meyering  <jim@meyering.net>
17558
17559         * lib/fopen-safer.c: Merge minor changes from coreutils.
17560         * lib/dup-safer.c: Likewise.
17561         * lib/fd-safer.c: Likewise.
17562
17563         Merge from coreutils.
17564         * lib/stdio--.h: New file.
17565         * lib/stdlib--.h: New file.
17566         * lib/mkstemp-safer.c: New file.
17567
17568         GNU tar needs these.
17569         * lib/pipe-safer.c: New file.
17570         * lib/creat-safer.c: New file.
17571         * lib/fcntl--.h (creat): Define to creat_safer.
17572         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17573         * lib/unistd--.h (pipe): Define to pipe_safer.
17574         * lib/unistd-safer.h: Declare pipe_safer.
17575
17576 2005-08-26  Simon Josefsson  <jas@extundo.com>
17577
17578         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17579         Haible <bruno@clisp.org>.
17580
17581 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17582
17583         * lib/regex_internal.h: Remove all references to
17584         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17585         or better.
17586         (bitset_not, bitset_merge, bitset_not_merge):
17587         (bitset_mask, re_string_allocate, re_string_construct):
17588         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17589         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17590         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17591         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17592         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17593         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17594         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17595         (re_acquire_state_context):
17596         Remove unnecessary forward decls.
17597         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17598         Put __attribute at function definition,
17599         now that the function decl has been removed.
17600         * lib/regex_internal.c (re_string_peek_byte_case):
17601         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17602         Likewise.
17603
17604 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17605
17606         * m4/regex.m4: Add AC_PREREQ(2.50).
17607         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17608
17609 2005-08-25  Simon Josefsson  <jas@extundo.com>
17610
17611         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17612         __fsetlocking.
17613
17614 2005-08-25  Simon Josefsson  <jas@extundo.com>
17615
17616         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17617         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17618         GLIBC specific code.
17619
17620 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17621
17622         Make regex safe for g++.  This fixes one real bug (an "err"
17623         that should have been "*err").  g++ problem reported by
17624         Sam Steingold.
17625         * lib/regex_internal.h (re_calloc): New macro, consistent with
17626         re_malloc etc.  All callers of calloc changed to use re_calloc.
17627         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17628         not int.  All callers changed.
17629         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17630         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17631         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17632         (find_recover_state): Change "err" to "*err"; this fixes what
17633         appears to be a real bug.
17634         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17635         versus int.
17636
17637 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17638
17639         * modules/regex (Depends-on): Add malloc, since the code
17640         assumes that !malloc(0) means failure.
17641
17642 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17643
17644         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17645
17646         alloca modernization/simplification for regex.
17647         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17648         needs to be at the start of the file, and can be moved into
17649         regex_internal.h and simplified.
17650         * lib/regex_internal.h: Include <alloca.h>.
17651         (__libc_use_alloca) [!defined _LIBC]: New macro.
17652         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17653         now works outside glibc.
17654
17655 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17656
17657         * config/srclist.txt: Add glibc bugs 1241, 1245.
17658
17659 2005-08-25  Jim Meyering  <jim@meyering.net>
17660
17661         * lib/open-safer.c: Include <config.h>.
17662         Otherwise, we'd lose LARGEFILE support in any file using
17663         e.g. "fcntl--.h"
17664
17665 2005-08-25  Bruno Haible  <bruno@clisp.org>
17666
17667         * m4/minmax.m4: Require autoconf 2.52.
17668         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17669         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17670         alternatives of translit over the alphabet.
17671         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17672
17673 2005-08-24  Simon Josefsson  <jas@extundo.com>
17674
17675         * tests/test-getpass.c: New file.
17676
17677 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17678
17679         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17680         for GNU regex features.
17681
17682 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17683
17684         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17685         * lib/regex.h (regerror): Likewise.
17686
17687         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17688         requires this.  (The code never needed it.)
17689
17690         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17691         All uses of recently-renamed identifiers changed to use the new,
17692         POSIX-compliant names.  The code will build and run just fine
17693         without these changes, but it's better to eat our own dog food
17694         and use the standard-conforming names.
17695
17696         * lib/regex.h: Fix a multitude of POSIX name space violations.
17697         These changes have an effect only for programs that define
17698         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17699         do not change anything for programs compiled in the normal way.
17700         Also, there is no effect on the ABI.
17701
17702         (_REGEX_SOURCE): New macro.
17703         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17704         defined and _GNU_SOURCE is not; this fixes a name space violation.
17705
17706         Rename the following macros to obey POSIX requirements.
17707         The old names are still visible as macros if _REGEX_SOURCE is defined.
17708         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17709         RE_BACKSLASH_ESCAPE_IN_LISTS.
17710         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17711         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17712         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17713         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17714         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17715         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17716         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17717         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17718         (REG_INTERVALS): renamed from RE_INTERVALS.
17719         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17720         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17721         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17722         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17723         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17724         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17725         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17726         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17727         RE_UNMATCHED_RIGHT_PAREN_ORD.
17728         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17729         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17730         (REG_DEBUG): renamed from RE_DEBUG.
17731         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17732         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17733         unusual, since we can't clash with the POSIX REG_ICASE.
17734         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17735         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17736         (REG_NO_SUB): renamed from RE_NO_SUB.
17737         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17738         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17739         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17740         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17741         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17742         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17743         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17744         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17745         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17746         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17747         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17748         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17749         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17750         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17751         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17752         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17753         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17754         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17755         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17756         (REG_FIXED): Renamed from REGS_FIXED.
17757         (REG_NREGS): Renamed from RE_NREGS.
17758
17759         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17760         of other REG_* macros, since POSIX says the user is allowed to
17761         #undef these macros selectively.
17762
17763         (reg_errcode_t): Update comment stating what other tables need
17764         to be consistent.
17765
17766         Rename the following enum values to obey POSIX requirements.
17767         The old names are still visible as macros.
17768         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17769         is not defined, since GNU is supposed to be a superset of POSIX as
17770         much as possible, and since we want reg_errcode_t to be a signed
17771         type for implementation consistency.
17772         (_REG_NOERROR): Renamed from REG_NOERROR.
17773         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17774         (_REG_BADPAT): Renamed from REG_BADPAT.
17775         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17776         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17777         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17778         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17779         (_REG_EBRACK): Renamed from REG_EBRACK.
17780         (_REG_EPAREN): Renamed from REG_EPAREN.
17781         (_REG_EBRACE): Renamed from REG_EBRACE.
17782         (_REG_BADBR): Renamed from REG_BADBR.
17783         (_REG_ERANGE): Renamed from REG_ERANGE.
17784         (_REG_ESPACE): Renamed from REG_ESPACE.
17785         (_REG_BADRPT): Renamed from REG_BADRPT.
17786         (_REG_EEND): Renamed from REG_EEND.
17787         (_REG_ESIZE): Renamed from REG_ESIZE.
17788         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17789         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17790         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17791         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17792         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17793
17794         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17795         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17796         changed.  But support the old name if the new one is not defined
17797         and if _REGEX_SOURCE.
17798
17799         Change the following member names in struct re_pattern_buffer.
17800         The old names are still supported if !_REGEX_SOURCE.
17801         The new names are always supported, regardless of _REGEX_SOURCE.
17802         (re_buffer): Renamed from buffer.
17803         (re_allocated): Renamed from allocated.
17804         (re_used): Renamed from used.
17805         (re_syntax): Renamed from syntax.
17806         (re_fastmap): Renamed from fastmap.
17807         (re_translate): Renamed from translate.
17808         (re_can_be_null): Renamed from can_be_null.
17809         (re_regs_allocated): Renamed from regs_allocated.
17810         (re_fastmap_accurate): Renamed from fastmap_accurate.
17811         (re_no_sub): Renamed from no_sub.
17812         (re_not_bol): Renamed from not_bol.
17813         (re_not_eol): Renamed from not_eol.
17814         (re_newline_anchor): Renamed from newline_anchor.
17815
17816         Change the following member names in struct re_registers.
17817         The old names are still supported if !_REGEX_SOURCE.
17818         The new names are always supported, regardless of _REGEX_SOURCE.
17819         (rm_num_regs): Renamed from num_regs.
17820         (rm_start): Renamed from start.
17821         (rm_end): Renamed from end.
17822
17823         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17824         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17825         Prepend __ to parameter names.
17826
17827         Undo yesterday's changes.
17828
17829 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17830
17831         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17832         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17833         lib/regex.c.
17834
17835 2005-08-24  Jim Meyering  <jim@meyering.net>
17836
17837         Sync from coreutils.
17838         * m4/fcntl-safer.m4: New file.
17839
17840         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17841         and object files for this module.
17842
17843 2005-08-24  Jim Meyering  <jim@meyering.net>
17844
17845         Sync from coreutils.
17846         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17847
17848 2005-08-24  Jim Meyering  <jim@meyering.net>
17849
17850         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17851         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17852
17853 2005-08-24  Jim Meyering  <jim@meyering.net>
17854
17855         * modules/fcntl-safer: New module.
17856         * modules/fts (Depends-on): Add fcntl-safer.
17857         * MODULES.html.sh (File descriptor based Input/Output):
17858         Add fcntl-safer.
17859
17860 2005-08-24  Bruno Haible  <bruno@clisp.org>
17861
17862         Support for unit test modules.
17863         * modules/README: Mention tests modules.
17864         * modules/TEMPLATE-TESTS: New file.
17865         * gnulib-tool: New options --extract-tests-module, --with-tests and
17866         --tests-base (unused for the moment).
17867         (testsbase, inctests): New variables.
17868         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17869         (func_verify_module): Exclude TEMPLATE-TESTS.
17870         (func_verify_nontests_module, func_verify_tests_module): New functions.
17871         (func_get_dependencies): Add implicit dependency for tests modules.
17872         (func_get_tests_module): New function.
17873         (func_modules_transitive_closure): When --with-tests was specified,
17874         include the unit tests as well, unless explicitly avoided.
17875         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17876         (func_emit_tests_Makefile_am): New function.
17877         (func_create_testdir): When --with-tests was specified, emit a
17878         tests/ directory.
17879         * MODULES.html.sh (Future developments): Update.
17880
17881 2005-08-24  Bruno Haible  <bruno@clisp.org>
17882
17883         * modules/tls-tests: New file.
17884         * tests/test-tls.c: New file, from GNU gettext.
17885
17886 2005-08-24  Bruno Haible  <bruno@clisp.org>
17887
17888         * modules/lock-tests: New file.
17889         * tests/test-lock.c: New file, from GNU gettext.
17890
17891 2005-08-24  Bruno Haible  <bruno@clisp.org>
17892
17893         * lib/lock.h: Add multiple inclusion guard.
17894         * lib/tls.h: Add multiple inclusion guard.
17895
17896 2005-08-24  Bruno Haible  <bruno@clisp.org>
17897
17898         * gnulib-tool: Add support for the --aux-dir option to
17899         --create-testdir, --create-megatestdir, --test, --megatest.
17900         (func_create_testdir, func_create_megatestdir): Optionally emit a
17901         AC_CONFIG_AUX_DIR directive.
17902         (create-testdir, create-megatestdir, test, megatest): Provide a
17903         default value for $auxdir.
17904
17905 2005-08-24  Bruno Haible  <bruno@clisp.org>
17906
17907         * gnulib-tool (import): Use compound statement instead of subshell
17908         where possible.
17909
17910 2005-08-24  Bruno Haible  <bruno@clisp.org>
17911
17912         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17913
17914 2005-08-24  Bruno Haible  <bruno@clisp.org>
17915
17916         * gnulib-tool (func_version): Update.
17917
17918 2005-08-24  Bruno Haible  <bruno@clisp.org>
17919
17920         * gnulib-tool (func_import, func_create_testdir,
17921         func_create_megatestdir): Quote all autoconf macro arguments.
17922
17923 2005-08-24  Bruno Haible  <bruno@clisp.org>
17924
17925         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17926         option --force, because --force causes the aclocal.m4 of each
17927         subdirectory to be newer than the corresponding config.h.in.
17928
17929 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17932         All contents moved to gl_REGEX.
17933         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17934         assume that it does.
17935
17936 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17937
17938         * lib/regex.h (REG_NOSYS)
17939         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17940         Define, since POSIX requires it as of 2001.
17941         (_REG_ENOSYS)
17942         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17943         New private symbol, used to keep the enum signed in all cases.
17944         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17945         Youngman in
17946         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17947
17948         * lib/regex_internal.c (re_string_skip_chars, register_state):
17949         (calc_state_hash):
17950         Remove forward decls; no longer needed now that we use prototypes.
17951         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17952         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17953         (clean_state_log_if_needed): Likewise.
17954
17955 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17956
17957         * config/srclist.txt: Add glibc bugs 1231-1233.
17958
17959 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17960
17961         Fix problems reported by Sam Steingold in
17962         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17963         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17964         assumed that reg_errcode_t is a signed type, which is not
17965         necessarily true if _XOPEN_SOURCE is not defined.
17966         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17967         since some compilers warn about it otherwise.
17968
17969 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17972         (init_word_char, create_initial_state, duplicate_node_closure):
17973         (fetch_token, peek_token_bracket, build_range_exp):
17974         (build_collating_symbol): Remove forward decls; no longer needed
17975         now that we use prototypes.
17976
17977         * lib/regcomp.c:
17978         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17979         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17980         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17981         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17982         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17983         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17984         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17985         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17986         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17987         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17988         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17989         (build_charclass, build_charclass_op, fetch_number, create_tree):
17990         (create_token_tree, mark_opt_subexp, duplicate_tree):
17991         Use prototypes rather than old-style definitions.
17992
17993         * lib/regex_internal.c:
17994         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17995         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17996         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17997         (re_string_reconstruct, re_string_peek_byte_case):
17998         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17999         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18000         (re_node_set_init_copy, re_node_set_add_intersect):
18001         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18002         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18003         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18004         (re_acquire_state, re_acquire_state_context, register_state):
18005         (create_ci_newstate, create_cd_newstate, free_state):
18006         Likewise.
18007         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18008         re_search_2):
18009         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18010         (re_search_internal, prune_impossible_nodes):
18011         (acquire_init_state_context, check_matching, static):
18012         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18013         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18014         (update_regs, sift_states_backward, build_sifted_states):
18015         (clean_state_log_if_needed, merge_state_array):
18016         (update_cur_sifted_state, add_epsilon_src_nodes):
18017         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18018         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18019         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18020         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18021         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18022         (check_arrival, check_arrival_add_next_nodes):
18023         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18024         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18025         (check_node_accept_bytes, check_node_accept, extend_buffers):
18026         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18027         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18028         (sift_ctx_init):
18029         Likewise.
18030
18031         * lib/regex_internal.h:
18032         (re_string_allocate, re_string_construct, re_string_reconstruct):
18033         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18034         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18035         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18036         (re_string_context_at, re_string_peek_byte_case):
18037         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18038         is defined, since we now use prototypes always.
18039
18040         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18041         C89 or better.  All uses removed.
18042
18043 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18044
18045         * config/srclist.txt: Add glibc bugs 1220-1227.
18046
18047 2005-08-20  Jim Meyering  <jim@meyering.net>
18048
18049         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18050         of unused local, dfa.
18051
18052 2005-08-20  Bruno Haible  <bruno@clisp.org>
18053
18054         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18055
18056 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18059         (re_node_set_insert_last, re_dfa_add_node):
18060         Rename local variables to avoid GCC shadowing warnings.
18061
18062 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18063
18064         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18065         [defined lint]: Suppress bogus uninitialized-variable warnings.
18066
18067         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18068         and let the caller return REG_ESPACE if out of space.  This
18069         removes an uninitialied-variable warning with GCC 4.0.1, and also
18070         avoids taking the address of a local variable.  All callers
18071         changed.
18072
18073 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18074
18075         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18076         $LIBCSRC/posix/regexec.c.
18077         Add glibc bug 1217 for regcomp.c.
18078
18079 2005-08-19  Jim Meyering  <jim@meyering.net>
18080
18081         * lib/regexec.c (proceed_next_node): Redo local variables to
18082         avoid GCC shadowing warnings.
18083
18084 2005-08-18  Bruno Haible  <bruno@clisp.org>
18085
18086         * lib/strstr.c (strstr): Fix return value in multibyte case.
18087         * lib/strcasestr.c (strcasestr): Likewise.
18088
18089 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18092
18093 2005-08-17  Jim Meyering  <jim@meyering.net>
18094
18095         Make the %s format (seconds since the epoch) work for a negative
18096         number and when used with a zero-padded field width, e.g. %015s.
18097
18098         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18099         label so that it precedes the code to set `digits'.  Otherwise,
18100         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18101         print `00-22'.  Now, it prints `-0022', as it should.
18102
18103 2005-08-17  Bruno Haible  <bruno@clisp.org>
18104
18105         * modules/strstr (Files): Add m4/mbrtowc.m4.
18106         (Depends-on): Add mbuiter.
18107
18108 2005-08-17  Bruno Haible  <bruno@clisp.org>
18109
18110         * modules/strcasestr: New file.
18111         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18112         strcasestr.
18113
18114 2005-08-17  Bruno Haible  <bruno@clisp.org>
18115
18116         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18117
18118 2005-08-17  Bruno Haible  <bruno@clisp.org>
18119
18120         * modules/mbuiter: New file.
18121         * MODULES.html.sh (Extended multibyte and wide character utilities):
18122         Add mbuiter.
18123
18124 2005-08-17  Bruno Haible  <bruno@clisp.org>
18125
18126         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18127         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18128
18129 2005-08-17  Bruno Haible  <bruno@clisp.org>
18130
18131         * m4/strcasestr.m4: New file.
18132
18133 2005-08-17  Bruno Haible  <bruno@clisp.org>
18134
18135         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18136         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18137
18138 2005-08-17  Bruno Haible  <bruno@clisp.org>
18139
18140         * lib/strcasestr.h: New file.
18141         * lib/strcasestr.c: New file.
18142
18143 2005-08-17  Bruno Haible  <bruno@clisp.org>
18144
18145         * lib/strcasecmp.c: Use mbuiter.h.
18146
18147 2005-08-17  Bruno Haible  <bruno@clisp.org>
18148
18149         * lib/mbuiter.h: New file.
18150
18151 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18152
18153         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18154         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18155         and gl_GETOPT are both invoked via different paths (as happens
18156         with GNU tar CVS because it uses both argp and getopt), the former
18157         wins.
18158
18159 2005-08-16  Bruno Haible  <bruno@clisp.org>
18160
18161         * modules/tls: New file.
18162         * MODULES.html.sh (Multithreading): Add tls.
18163
18164 2005-08-16  Bruno Haible  <bruno@clisp.org>
18165
18166         * modules/strnlen1: New file.
18167         * MODULES.html.sh (String handling): Add strnlen1.
18168
18169 2005-08-16  Bruno Haible  <bruno@clisp.org>
18170
18171         * modules/strcase (Files): Add m4/mbrtowc.m4.
18172         (Depends-on): Add strnlen1, mbchar.
18173
18174 2005-08-16  Bruno Haible  <bruno@clisp.org>
18175
18176         * modules/mbiter: New file.
18177         * MODULES.html.sh (Extended multibyte and wide character utilities):
18178         Add mbiter.
18179
18180 2005-08-16  Bruno Haible  <bruno@clisp.org>
18181
18182         * modules/mbfile: New file.
18183         * MODULES.html.sh (Extended multibyte and wide character utilities):
18184         Add mbfile.
18185
18186 2005-08-16  Bruno Haible  <bruno@clisp.org>
18187
18188         * modules/mbchar: New file.
18189         * MODULES.html.sh (Extended multibyte and wide character utilities):
18190         New section.
18191
18192 2005-08-16  Bruno Haible  <bruno@clisp.org>
18193
18194         * m4/tls.m4: New file, from GNU gettext.
18195
18196 2005-08-16  Bruno Haible  <bruno@clisp.org>
18197
18198         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18199         always.
18200         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18201
18202 2005-08-16  Bruno Haible  <bruno@clisp.org>
18203
18204         * m4/mbiter.m4: New file.
18205
18206 2005-08-16  Bruno Haible  <bruno@clisp.org>
18207
18208         * m4/mbfile.m4: New file.
18209
18210 2005-08-16  Bruno Haible  <bruno@clisp.org>
18211
18212         * m4/mbchar.m4: New file.
18213
18214 2005-08-16  Bruno Haible  <bruno@clisp.org>
18215
18216         * lib/tls.h: New file, from GNU gettext.
18217         * lib/tls.c: New file, from GNU gettext.
18218
18219 2005-08-16  Bruno Haible  <bruno@clisp.org>
18220
18221         * lib/strnlen1.h: New file.
18222         * lib/strnlen1.c: New file.
18223
18224 2005-08-16  Bruno Haible  <bruno@clisp.org>
18225
18226         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18227         (mbi_init): Update.
18228         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18229         NUL byte, not after it.
18230
18231 2005-08-16  Bruno Haible  <bruno@clisp.org>
18232
18233         * lib/strcase.h (strcasecmp): Add note in comments.
18234         * lib/strncasecmp.c: Use code from strcasecmp.c.
18235         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18236         (strcasecmp): Work correctly in multibyte locales.
18237
18238 2005-08-16  Bruno Haible  <bruno@clisp.org>
18239
18240         * lib/mbiter.h: New file.
18241
18242 2005-08-16  Bruno Haible  <bruno@clisp.org>
18243
18244         * lib/mbfile.h: New file.
18245
18246 2005-08-16  Bruno Haible  <bruno@clisp.org>
18247
18248         * lib/mbchar.h: New file.
18249         * lib/mbchar.c: New file.
18250
18251 2005-08-16  Bruno Haible  <bruno@clisp.org>
18252
18253         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18254         the valid ones. Makes the comparison operations transitive:
18255         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18256         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18257
18258 2005-08-15  Simon Josefsson  <jas@extundo.com>
18259
18260         * modules/ssize_t (License): Change to 'unlimited'.
18261
18262         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18263
18264 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18267         Add comments for each pending glibc patch.
18268
18269 2005-08-15  Bruno Haible  <bruno@clisp.org>
18270
18271         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18272         __cplusplus is defined.
18273
18274 2005-08-14  Jim Meyering  <jim@meyering.net>
18275
18276         Sync from coreutils.
18277
18278         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18279         Use the hash-table-based cycle-detection code not just when
18280         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18281         Reported by James Youngman in
18282         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18283         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18284         FTS_TIGHT_CYCLE_CHECK.
18285         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18286         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18287         once again.
18288         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18289         * lib/fts.c (fd_safer): Remove decl.
18290         Include fcntl--.h rather than unistd-safer.h
18291         (fts_safe_changedir): Don't call fd_safer; no longer needed
18292         now that we include fcntl--.h.
18293
18294 2005-08-12  Simon Josefsson  <jas@extundo.com>
18295
18296         * modules/getndelim2: Use ssize_t module.
18297         * modules/getnline: Likewise.
18298         * modules/safe-read: Likewise.
18299         * modules/xreadlink: Likewise.
18300
18301         * modules/ssize_t: New file.
18302
18303 2005-08-12  Simon Josefsson  <jas@extundo.com>
18304
18305         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18306
18307 2005-08-12  Simon Josefsson  <jas@extundo.com>
18308
18309         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18310         ssize_t.
18311
18312 2005-08-12  Simon Josefsson  <jas@extundo.com>
18313
18314         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18315         readline, getdelim and check_version.
18316         (Support for systems lacking ISO C 99: Sizes of integer types):
18317         Add size_max.
18318
18319 2005-08-12  Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18322
18323 2005-08-11  Simon Josefsson  <jas@extundo.com>
18324
18325         * modules/readline: New file.
18326
18327         * modules/strnlen (Files): Add strnlen.h.
18328
18329 2005-08-11  Simon Josefsson  <jas@extundo.com>
18330
18331         * m4/readline.m4: New file.
18332
18333 2005-08-11  Simon Josefsson  <jas@extundo.com>
18334
18335         * lib/readline.h, readline.c: New file.
18336
18337 2005-08-11  Simon Josefsson  <jas@extundo.com>
18338
18339         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18340         gl_AVOID.
18341
18342 2005-08-11  Bruno Haible  <bruno@clisp.org>
18343
18344         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18345
18346 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18347
18348         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18349
18350 2005-08-10  Simon Josefsson  <jas@extundo.com>
18351
18352         * tests/test-iconvme.c: New file.
18353
18354 2005-08-10  Simon Josefsson  <jas@extundo.com>
18355
18356         * m4/strnlen.m4: New file.
18357
18358         * m4/strndup.m4: Don't check for strnlen declaration, done in
18359         strnlen.m4.
18360
18361 2005-08-10  Simon Josefsson  <jas@extundo.com>
18362
18363         * lib/strndup.c: Use strnlen.h.
18364
18365         * lib/strnlen.h: New file.
18366
18367 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18368
18369         * README: Typos.
18370
18371 2005-08-02  Simon Josefsson  <jas@extundo.com>
18372
18373         * modules/readline: New file.
18374
18375 2005-08-02  Simon Josefsson  <jas@extundo.com>
18376
18377         * modules/getdelim: New file.
18378
18379         * modules/getline: Rewrite, don't use getndelim2.
18380
18381 2005-08-02  Simon Josefsson  <jas@extundo.com>
18382
18383         * m4/getline.m4: Separate out getdelim stuff into separate module.
18384
18385         * m4/getdelim.m4: New file.
18386
18387 2005-08-02  Simon Josefsson  <jas@extundo.com>
18388
18389         * lib/getline.h, getline.c: Rewrite.
18390
18391         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18392
18393 2005-07-31  Bruno Haible  <bruno@clisp.org>
18394
18395         * lib/lock.h (gl_lock_initializer): New macro.
18396         (gl_lock_define_initialized): Use it.
18397         (gl_rwlock_initializer): New macro.
18398         (gl_rwlock_define_initialized): Use it.
18399         (gl_recursive_lock_initializer): New macro.
18400         (gl_recursive_lock_define_initialized): Use it.
18401
18402 2005-07-30  Karl Berry  <karl@gnu.org>
18403
18404         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18405         Report from Ben Pfaff, regarding getopt.
18406
18407 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18408
18409         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18410         normal way.
18411         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18412         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18413         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18414         (gl_GETOPT): Use the new macros.  Most of the implementation
18415         is moved to the new macros.  This is for programs like Emacs
18416         that don't want all the functionality of gl_GETOPT.
18417
18418 2005-07-26  Bruno Haible  <bruno@clisp.org>
18419
18420         * m4/lock.m4: Update from GNU gettext.
18421
18422 2005-07-26  Bruno Haible  <bruno@clisp.org>
18423
18424         * lib/lock.h: Update from GNU gettext.
18425         * lib/lock.c: Update from GNU gettext.
18426
18427 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18428
18429         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18430         obsolescent AC_TRY_RUN.  Include the default includes files, for
18431         'exit'.
18432
18433 2005-07-24  Bruno Haible  <bruno@clisp.org>
18434
18435         * modules/visibility: New file.
18436         * MODULES.html.sh (Misc): Add visibility.
18437
18438 2005-07-24  Bruno Haible  <bruno@clisp.org>
18439
18440         * m4/visibility.m4: New file.
18441
18442 2005-07-24  Bruno Haible  <bruno@clisp.org>
18443
18444         * doc/visibility.texi: New file.
18445
18446 2005-07-22  Bruno Haible  <bruno@clisp.org>
18447
18448         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18449         $(ALLOCA_H), redundant through BUILT_SOURCES.
18450         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18451         redundant through BUILT_SOURCES.
18452         * modules/byteswap (Makefile.am): Remove explicit dependency on
18453         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18454         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18455         $(FNMATCH_H), redundant through BUILT_SOURCES.
18456         * modules/getopt (Makefile.am): Remove explicit dependency on
18457         $(GETOPT_H), redundant through BUILT_SOURCES.
18458         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18459         redundant through BUILT_SOURCES.
18460         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18461         redundant through BUILT_SOURCES.
18462         * modules/stdbool (Makefile.am): Remove explicit dependency on
18463         $(STDBOOL_H), redundant through BUILT_SOURCES.
18464         * modules/stdint (Makefile.am): Remove explicit dependency on
18465         $(STDINT_H), redundant through BUILT_SOURCES.
18466         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18467         Remove explicit dependency on $(SYSEXITS_H).
18468         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18469
18470 2005-07-18  Simon Josefsson  <jas@extundo.com>
18471
18472         * lib/check-version.c (check_version): Accept identical versions too.
18473
18474 2005-07-18  Bruno Haible  <bruno@clisp.org>
18475
18476         * modules/lock: New file.
18477         * MODULES.html.sh (Multithreading): New section.
18478
18479 2005-07-18  Bruno Haible  <bruno@clisp.org>
18480
18481         * m4/lock.m4: New file, from GNU gettext.
18482
18483 2005-07-18  Bruno Haible  <bruno@clisp.org>
18484
18485         * lib/lock.h: New file, from GNU gettext.
18486         * lib/lock.c: New file, from GNU gettext.
18487
18488 2005-07-18  Bruno Haible  <bruno@clisp.org>
18489
18490         * lib/lock.h (gl_once_t): New type.
18491         (gl_once_define, gl_once): New macros.
18492         * lib/lock.c (fresh_once): New variable.
18493         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18494         functions.
18495
18496 2005-07-16  Simon Josefsson  <jas@extundo.com>
18497
18498         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18499         workaround, suggested by Bruno.
18500
18501 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18502
18503         * modules/xalloc (Depends-on): Add xalloc-die.
18504         * modules/xvasprintf (Depends-on): Add xalloc-die.
18505
18506 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18507
18508         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18509         with a minor change.
18510
18511 2005-07-15  Bruno Haible  <bruno@clisp.org>
18512
18513         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18514         When using lib/poll.c, define poll as rpl_poll.
18515
18516 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * modules/argp (Depends-on): Remove unlocked-io.
18519
18520 2005-07-14  Derek Price  <derek@ximbiot.com>
18521
18522         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18523         for glob symlink bug.
18524
18525 2005-07-14  Bruno Haible  <bruno@clisp.org>
18526
18527         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18528         Instead, test for *_unlocked function declarations directly.
18529
18530 2005-07-11  Simon Josefsson  <jas@extundo.com>
18531
18532         * modules/size_max: New file.
18533
18534         * modules/xsize: Depend on size_max module for size_max.m4.
18535
18536 2005-07-11  Simon Josefsson  <jas@extundo.com>
18537
18538         * lib/size_max.h: New file.
18539
18540 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18541
18542         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18543         copyright symbol and the year.
18544         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18545         (version_etc_va): Use parameterized copyright notice.
18546         Reword to conform to the current GNU coding standards.
18547
18548 2005-07-11  Karl Berry  <karl@gnu.org>
18549
18550         * doc/gnulib.texi (Quoting): new node.
18551         (Initial import): more info, from Patrice.
18552
18553 2005-07-11  Bruno Haible  <bruno@clisp.org>
18554
18555         * gnulib-tool (func_usage): Document option --avoid.
18556         (Command line options): Handle --avoid.
18557         (func_acceptable): New function.
18558         (func_modules_transitive_closure): Use it.
18559
18560 2005-07-11  Bruno Haible  <bruno@clisp.org>
18561
18562         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18563         Reported by Jim Meyering.
18564
18565 2005-07-10  Bruno Haible  <bruno@clisp.org>
18566
18567         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18568         Needed when size_t is smaller than 'unsigned int'.
18569         Reported by Paul Eggert.
18570
18571 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18572
18573         * modules/argp (Depends-on): Add unlocked-io
18574
18575 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18576
18577         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18578         block of defines.
18579
18580 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18581
18582         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18583         fix now.
18584
18585 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18586         and Paul Eggert  <eggert@cs.ucla.edu>
18587
18588         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18589         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18590
18591 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         * modules/regex (Files): Add lib/regex_internal.c,
18594         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18595         (Depends-on): Add extensions.
18596         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18597
18598 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18601         pathconf.
18602         * m4/same.m4 (gl_SAME): Likewise.
18603         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18604
18605         * m4/regex.m4: Adjust to new libc regex implementation.
18606         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18607         all the .c and .h parts of (the new) regex.
18608         Quote the m4 stuff better.
18609         Check for RE_ICASE bug of old gnulib.
18610         Check for REG_STARTEND of recent libc.
18611         Rename local variables from jm_* to gl_*.
18612         Quote operand of "test -f".
18613         Say "recent enough" version of libc, not "version 2".
18614         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18615         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18616         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18617         Remove check for btowc, isascii.
18618         Require AM_LANGINFO_CODESET.
18619
18620 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * lib/regex.c, regex.h: Sync from libc.
18623         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18624         * lib/regexec.c:
18625         New files, synced from libc, except that regex_internal.h
18626         currently has a small porting fix.
18627
18628 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18629
18630         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18631         regex_internal.c, regexec.c.
18632         Add regex_internal.h too, but as a comment, since the libc version
18633         is currently broken in gnulib mode.
18634
18635 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18636
18637         Support programs like Emacs that use gnulib but not gettext.
18638         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18639         * modules/gettext-h: New file.
18640         * modules/gettext (Files): Remove lib/gettext.h.
18641         (Depends-on): Add gettext-h.
18642         (Makefile.am): Remove lib_SOURCES.
18643         * modules/argmatch, modules/c-stack, modules/closeout:
18644         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18645         * modules/execute, modules/file-type, modules/getaddrinfo:
18646         * modules/getopt, modules/human, modules/javacomp:
18647         * modules/javaexec, modules/mkdir-p, modules/obstack:
18648         * modules/openat, modules/pagealign_alloc, modules/pipe:
18649         * modules/quotearg, modules/regex, modules/rpmatch:
18650         * modules/unicodeio, modules/userspec, modules/version-etc:
18651         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18652         * modules/xsetenv:
18653         Depend on gettext-h, not gettext.
18654
18655 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18656
18657         * gnulib-tool (func_import): Add support for 'public domain' license.
18658         * modules/alloca, modules/atexit, modules/memmove:
18659         Now public domain, not GPL.
18660         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18661         * modules/realloc, modules/strerror, modules/strtod:
18662         Now LGPL, not GPL.
18663
18664 2005-07-05  Bruno Haible  <bruno@clisp.org>
18665
18666         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18667         autoconf CVS. Needed for mingw.
18668
18669 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18670
18671         Remove the dependency of the strftime module on the tzset module.
18672         * modules/strftime (Depends-on): Remove dependency on tzset.
18673
18674 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18675
18676         Remove the dependency of the strftime module on the tzset module.
18677         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18678         gl_FUNC_TZSET_CLOBBER.
18679
18680 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18681
18682         Remove the dependency of the strftime module on the tzset module.
18683         * lib/strftime.c (my_strftime)
18684         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18685         Copy the input structure, to work around some of the bug with
18686         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18687         Solaris releases, you should also use the tzset module, but we won't
18688         require it as a dependency any more since we don't want LGPLed code
18689         to depend on GPLed code.
18690
18691 2005-07-02  Jim Meyering  <jim@meyering.net>
18692
18693         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18694         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18695         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18696         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18697
18698 2005-07-02  Jim Meyering  <jim@meyering.net>
18699
18700         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18701
18702 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18703
18704         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18705         declares only 'struct timespec;' (!).
18706
18707 2005-07-01  Jim Meyering  <jim@meyering.net>
18708
18709         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18710         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18711         * lib/save-cwd.c, tempname.c:
18712         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18713         and don't include <sys/file.h>).
18714
18715 2005-06-29  Jim Meyering  <jim@meyering.net>
18716
18717         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18718         type name.  Use the variable name instead.
18719         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18720         Likewise.
18721
18722 2005-06-28  Simon Josefsson  <jas@extundo.com>
18723
18724         * modules/check-version (Files): Add check-version.m4.
18725
18726 2005-06-28  Simon Josefsson  <jas@extundo.com>
18727
18728         * m4/check-version.m4: New file, suggested by Jim Meyering
18729         <jim@meyering.net>.
18730
18731 2005-06-28  Simon Josefsson  <jas@extundo.com>
18732
18733         * lib/check-version.h, lib/check-version.c: New files.
18734
18735 2005-06-28  Simon Josefsson  <jas@extundo.com>
18736
18737         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18738         collision with global variable.  Better indentation.  Don't
18739         increment buffer pointer beyond buffer end.  Based on comments
18740         from Paul Eggert <eggert@cs.ucla.edu>.
18741
18742         * lib/base64.h: Indent.
18743
18744 2005-06-28  Simon Josefsson  <jas@extundo.com>
18745
18746         * doc/gnulib.texi (Library version handling): New section.
18747
18748 2005-06-28  Jim Meyering  <jim@meyering.net>
18749
18750         * check-module (find_included_lib_files): Hard-code another
18751         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18752         but modules/fts-lgpl (correctly) does not list those files.
18753
18754         * modules/canonicalize (Files): Add lib/pathmax.h.
18755
18756 2005-06-25  Simon Josefsson  <jas@extundo.com>
18757
18758         * modules/check-version: New file.
18759
18760 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18763         initializer of struct addrinfo, as an indication that we don't
18764         care how many members the structure has.
18765
18766 2005-06-24  Derek Price  <derek@ximbiot.com>
18767         and Bruno Haible  <bruno@clisp.org>
18768
18769         Remove stat module & update lstat.
18770         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18771         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18772         * m4/stat.m4: Remove this file.
18773
18774 2005-06-24  Derek Price  <derek@ximbiot.com>
18775         and Bruno Haible  <bruno@clisp.org>
18776
18777         Remove stat module & update lstat.
18778         * lib/stat.c: Remove this file...
18779         (slash_aware_lstat): ...moving this content and its support...
18780         * lib/lstat.c (rpl_lstat): ...into here.
18781         * lib/lstat.h: New file.
18782
18783 2005-06-24  Derek Price  <derek@ximbiot.com>
18784         and Bruno Haible  <bruno@clisp.org>
18785
18786         Remove stat module & update lstat.
18787         * config/srclist.txt (libc sources): Remove stat.
18788
18789 2005-06-24  Derek Price  <derek@ximbiot.com>
18790         and Bruno Haible  <bruno@clisp.org>
18791
18792         Remove stat module & update lstat.
18793         * MODULES.html.sh (stat): Remove.
18794         * MODULES.html: Regenerated.
18795         * modules/lstat (Description): Correct function name.
18796         (Files): Add "lstat.h".
18797         (Depends-on): Remove stat, add xalloc, stat-macros.
18798         * modules/stat: Remove this file.
18799         (Include): Add "lstat.h", remove <sys/stat.h>.
18800
18801 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18804         (ranged_convert): Don't save conversion in a temporary struct.
18805         This causes a warning with GCC 4.0.0, and anyway in the typical
18806         case it's not worth the extra 100 bytes or so of code.
18807         (ranged_convert, __mktime_internal): When calling a function via a
18808         pointer P, use P () rather than (*P) (), as we now assume C89 or
18809         better.
18810
18811 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18812
18813         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18814         "who -r" failed to give output.  Problem reported by Tim Waugh.
18815
18816         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18817         (xcalloc): Use it to avoid needless tests.
18818         Problem reported by Jim Meyering.
18819
18820 2005-06-20  Derek Price  <derek@ximbiot.com>
18821
18822         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18823         unnecessary for Autoconfs > 2.59c.
18824
18825 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18826
18827         * lib/argp.h (__option_is_short): Check upper limit of
18828         __key. Isprint() requires its argument to have the value
18829         of an unsigned char or EOF.
18830
18831 2005-06-16  Jim Meyering  <jim@meyering.net>
18832
18833         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18834         when either N or S is zero.
18835
18836 2005-06-16  Derek Price  <derek@ximbiot.com>
18837
18838         * m4/bison.m4: Declare YACC & YFLAGS precious.
18839
18840 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18843         multibyte string or pattern, fall back on unibyte matching.
18844         Problem reported by James Youngman.
18845
18846 2005-06-08  Bruno Haible  <bruno@clisp.org>
18847
18848         * modules/csharpcomp: New file.
18849         * MODULES.html.sh (C#): Add csharpcomp.
18850
18851 2005-06-08  Bruno Haible  <bruno@clisp.org>
18852
18853         * m4/csharpcomp.m4: New file, from GNU gettext.
18854
18855 2005-06-08  Bruno Haible  <bruno@clisp.org>
18856
18857         * lib/csharpcomp.h: New file, from GNU gettext.
18858         * lib/csharpcomp.c: New file, from GNU gettext.
18859         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18860
18861 2005-06-08  Bruno Haible  <bruno@clisp.org>
18862
18863         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18864         warning on mingw.
18865
18866 2005-06-07  Derek Price  <derek@ximbiot.com>
18867
18868         Sync from CVS.
18869         * lib/glob_.h: Indent nested #ifdef.
18870
18871 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18872
18873         Sync from coreutils.
18874         Use "file name" when talking about file names, instead of "filename"
18875         or "path", as per the GNU coding standards.
18876         * lib/mkdir-p.c: Renamed from makepath.c.
18877         (make_dir_parents): Renamed from make_path.  All callers changed.
18878         * lib/mkdir-p.h: Likewise.  All includers changed.
18879         * lib/filenamecat.c: Renamed from path-concat.c.
18880         (file_name_concat): Renamed from path_concat.  All callers changed.
18881         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18882         * lib/filenamecat.h: Likewise.  All includers changed.
18883         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18884         in comments or local variable names.
18885         * lib/basename.c: Likewise.
18886         * lib/canonicalize.c, canonicalize.h: Likewise.
18887         * lib/dirname.c, dirname.h: Likewise.
18888         * lib/euidaccess.c: Likewise.
18889         * lib/exclude.c: Likewise
18890         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18891         * lib/fsusage.c, fsuage.h: Likewise.
18892         * lib/fts.c, fts_.h: Likewise.
18893         * lib/getcwd.c: Likewise.
18894         * lib/getloadavg.c: Likewise.
18895         * lib/mkstemp.c: Likewise.
18896         * lib/mountlist.c, mountlist.h: Likewise.
18897         * lib/openat.c, openat.h: Likewise.
18898         * lib/readlink-stub.c: Likewise.
18899         * lib/readutmp.c, readutmp.h: Likewise.
18900         * lib/rename.c: Likewise.
18901         * lib/rmdir.c: Likewise.
18902         * lib/same.c: Likewise.
18903         * lib/savedir.c: Likewise.
18904         * lib/stripslash.c: Likewise.
18905         * lib/tempname.c: Likewise.
18906         * lib/xreadlink.c: Likewise.
18907         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18908         All uses changed.
18909         * lib/exclude.h: Likewise.
18910
18911         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18912         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18913         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18914         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18915         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18916         files have been getting away with it for years (MORE/BSD 4.3
18917         is extinct now).
18918         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18919         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18920
18921         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18922         Define to 256, not 255, as per modern POSIX.
18923
18924 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18925
18926         Sync from coreutils.
18927         Use "file name" when talking about file names, instead of "filename"
18928         or "path", as per the GNU coding standards.
18929         * MODULES.html.sh: mkdir-p renamed from makepath.
18930         filenamecat renamed from path-concat.
18931         * modules/filenamecat: Renamed from modules/path-concat.
18932         (Files): filenamecat.h and filenamecat.c renamed from
18933         path-concat.h and path-concat.c.
18934         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18935         (Include): filenamecat.h, not path-concat.h.
18936         * modules/mkdir-p: Renamed from modules/makepath.
18937         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18938         makepath.c.
18939         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18940         (Include): mkdir-p.h, not makepath.h.
18941
18942 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18943
18944         Sync from coreutils.
18945         * m4/mkdir-p.m4: Renamed from makepath.m4.
18946         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18947         Rename files from makepath.c to mkdir-p.c, and from
18948         makepath.h to mkdir-p.h.
18949         * m4/filenamecat.m4: Renamed from path-concat.m4.
18950         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18951         Rename files from path-concat.c to filenamecat.c,
18952         and from path-concat.h to filenamecat.h.
18953         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18954         "file name" in local variables or comments.
18955         * m4/rename.m4: Likewise.
18956
18957 2005-06-01  Bruno Haible  <bruno@clisp.org>
18958
18959         * modules/csharpexec: New file.
18960         * MODULES.html.sh (C#): New section.
18961
18962 2005-06-01  Bruno Haible  <bruno@clisp.org>
18963
18964         * m4/csharp.m4: New file, from GNU gettext.
18965         * m4/csharpexec.m4: New file, from GNU gettext.
18966
18967 2005-06-01  Bruno Haible  <bruno@clisp.org>
18968
18969         * lib/csharpexec.h: New file, from GNU gettext.
18970         * lib/csharpexec.c: New file, from GNU gettext.
18971         * lib/csharpexec.sh.in: New file, from GNU gettext.
18972
18973 2005-05-31  Derek Price  <derek@ximbiot.com>
18974             Paul Eggert  <eggert@cs.ucla.edu>
18975
18976         Sync from cvs.
18977         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18978
18979 2005-05-31  Derek Price  <derek@ximbiot.com>
18980             Paul Eggert  <eggert@cs.ucla.edu>
18981
18982         Sync from cvs.
18983         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18984
18985 2005-05-29  Derek Price  <derek@ximbiot.com>
18986
18987         * config/srclist.txt (glob_.h, glob.c): Add these files.
18988
18989 2005-05-29  Derek Price  <derek@ximbiot.com>
18990
18991         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18992         * modules/glob: New file.
18993         * modules/getlogin_r: Add link to POSIX spec in description.
18994
18995 2005-05-29  Derek Price  <derek@ximbiot.com>
18996             Paul Eggert  <eggert@cs.ucla.edu>
18997
18998         * m4/glob.m4: New file.
18999
19000 2005-05-29  Derek Price  <derek@ximbiot.com>
19001             Paul Eggert  <eggert@cs.ucla.edu>
19002
19003         * lib/glob_.h, lib/glob.c: New files.
19004
19005 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19008         * modules/fts-lgpl (Depends-on): Remove gettext.
19009
19010 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19011
19012         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19013         and don't require gt_INTTYPES_PRI.
19014
19015 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19016
19017         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19018
19019         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19020         the configuration hassle isn't worth it.
19021         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19022         (LONGEST_MODIFIER, PRIuMAX): Remove.
19023
19024 2005-05-27  Bruno Haible  <bruno@clisp.org>
19025
19026         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19027
19028 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19029
19030         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19031         _POSIX_PTHREAD_SEMANTICS for Solaris.
19032
19033 2005-05-25  Derek Price  <derek@ximbiot.com>
19034
19035         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19036
19037 2005-05-25  Derek Price  <derek@ximbiot.com>
19038             Paul Eggert  <eggert@cs.ucla.edu>
19039
19040         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19041         * lib/getlogin_r.c, getlogin_r.h: New files.
19042
19043 2005-05-25  Bruno Haible  <bruno@clisp.org>
19044             Derek Price  <derek@ximbiot.com>
19045
19046         * lib/getlogin_r.h: Simplify API documentation.
19047
19048 2005-05-23  Derek Price  <derek@ximbiot.com>
19049
19050         * modules/minmax (Files): Add m4/minmax.m4.
19051         (configure.ac): Add gl_MINMAX.
19052
19053 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19054
19055         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19056         so that unistd-safer.h (GPL'ed code) need not be included.
19057
19058 2005-05-22  Bruno Haible  <bruno@clisp.org>
19059
19060         * m4/minmax.m4: New file.
19061         Based on a patch by Derek Price <derek@ximbiot.com>.
19062
19063 2005-05-22  Bruno Haible  <bruno@clisp.org>
19064
19065         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19066         (INT64_MIN): Fix definition.
19067         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19068
19069         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19070         NEED_SIGNED_INT_TYPES.
19071
19072         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19073         HAVE_SYSTEM_INTTYPES.
19074
19075 2005-05-22  Bruno Haible  <bruno@clisp.org>
19076
19077         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19078         Also include <sys/param.h> if it defines MIN, MAX.
19079         Based on a patch by Derek Price <derek@ximbiot.com>.
19080
19081 2005-05-21  Jim Meyering  <jim@meyering.net>
19082
19083         * modules/fts (Files): Add m4/inttypes-pri.m4.
19084         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19085
19086 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19087
19088         New fts module.
19089         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19090         (setup_dir, free_dir): New functions.
19091         (enter_dir, leave_dir): Define trivial
19092         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19093         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19094         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19095         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19096         Move to fts-cycle.c.
19097         (fts_open): Use setup_dir.
19098         (fts_close): Use free_dir.
19099         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19100         This adds a label and some gotos, but the alternatives were messier.
19101         Check for memory allocation failure when entering a dir.
19102         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19103         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19104         (FTS): New member fts_cycle, that is a union that contains the
19105         old active_dir_ht and cycle_state.  All uses changed to mention
19106         fts_cycle.ht and fts_cycle.state.
19107         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19108         fts.c, with the following changes:
19109         (setup_dir, free_dir): New functions.
19110         (enter_dir): Now returns bool.  Return true if successful, false
19111         if memory exhausted.  All callers changed.
19112         Do not bother partly cleaning up on
19113         memory allocation failure; that is free_dir's job.
19114         However, free ad if hash_insert fails, to avoid memory leak.
19115         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19116         fts->fts_options to see which union member to use.
19117
19118 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19119
19120         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19121         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19122
19123 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19124
19125         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19126
19127 2005-05-20  Jim Meyering  <jim@meyering.net>
19128
19129         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19130         Now a macro, to pacify GCC.
19131
19132 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19133
19134         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19135         of -1.
19136
19137 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19138
19139         * lib/chown.c (rpl_chown): Return -1 on failure.
19140
19141 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19144         Don't check for stddef.h.
19145         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19146         don't use its results.
19147         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19148         since we include them unconditionally.  Don't require
19149         AM_STDBOOL_H, since stdbool is a prerequisite.
19150         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19151         since we assume C89 or better.
19152         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19153         as we don't use their results.
19154         Don't check for fchdir, memmove, memset, strrchr, as we use
19155         them unconditionally.
19156         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19157         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19158
19159 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19160
19161         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19162         Include <stddef.h> unconditionally, since we assume C89 now.
19163         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19164         * lib/fts.c: Include fts_.h first, to check interface.
19165         Do not include intprops.h; no longer needed.
19166         Include cycle-check.h and hash.h, since fts_.h no longer does.
19167         Remove unnecessary casts of closedir to void.
19168         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19169         decide whether to decrement nlinks.
19170         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19171         (FTS): Use struct hash_table * instead of Hash_table, so that
19172         we no longer need to include hash.h here.
19173
19174 2005-05-18  Jim Meyering  <jim@meyering.net>
19175
19176         * modules/dirfd (License): Change to LGPL.  Most of the code
19177         is already in the public domain.
19178
19179 2005-05-18  Jim Meyering  <jim@meyering.net>
19180
19181         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19182         Reported by Yoann Vandoorselaere.
19183
19184 2005-05-17  Jim Meyering  <jim@meyering.net>
19185
19186         * m4/fts.m4: New file, from coreutils.
19187
19188 2005-05-17  Jim Meyering  <jim@meyering.net>
19189
19190         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19191
19192 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19193
19194         Sync from coreutils.
19195         * m4/unlinkdir.m4: New file.
19196
19197 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19198
19199         Sync from coreutils.
19200         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19201         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19202         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19203         White space changes only.
19204         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19205         special.
19206         * lib/yesno.c: Include getline.h, not ctype.h.
19207         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19208         Use getline to remove arbitrary restriction on response length.
19209
19210 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19211
19212         * config/srclist-update: Spell out "Street" in FSF postal
19213         mail address; this is the style the FSF seems to prefer.
19214
19215         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19216         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19217         this updates FSF postal mail address.
19218
19219         Sync from coreutils.
19220         * modules/unlinkdir: New file.
19221         * modules/yesno (Depends-on): Add getline.
19222         * MODULES.html.sh (File system functions): Add unlinkdir.
19223
19224 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19225
19226         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19227         lib/strsep.h:
19228         Change the initial comment to refer to GPL, not LGPL.
19229         gnulib-tool will change it to LGPL as needed.
19230
19231         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19232         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19233         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19234         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19235         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19236         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19237         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19238         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19239         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19240         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19241         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19242         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19243         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19244         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19245         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19246         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19247         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19248         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19249         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19250         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19251         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19252         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19253         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19254         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19255         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19256         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19257         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19258         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19259         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19260         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19261         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19262         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19263         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19264         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19265         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19266         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19267         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19268         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19269         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19270         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19271         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19272         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19273         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19274         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19275         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19276         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19277         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19278         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19279         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19280         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19281         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19282         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19283         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19284         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19285         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19286         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19287         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19288         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19289         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19290         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19291         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19292         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19293         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19294         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19295         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19296         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19297         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19298         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19299         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19300         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19301         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19302         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19303         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19304         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19305         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19306         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19307         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19308         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19309         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19310         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19311         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19312         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19313         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19314         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19315         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19316         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19317         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19318         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19319         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19320         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19321         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19322         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19323         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19324         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19325         lib/yesno.c, lib/yesno.h:
19326         Update FSF postal mail address.
19327
19328 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19329
19330         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19331         tests/test-memmem.c, tests/test-stpncpy.c:
19332         Update FSF postal mail address.
19333
19334 2005-05-13  Bruno Haible  <bruno@clisp.org>
19335
19336         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19337         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19338         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19339         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19340         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19341         Add support for 64-bit integers in the MSVC compiler.
19342
19343 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19344
19345         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19346
19347 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19348
19349         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19350
19351 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * doc/getdate.texi (General date syntax): Don't say that date
19354         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19355         Problem reported by Nic Ferrier.
19356
19357 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19358
19359         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19360         specified in ai_socktype. Fix invalid ai_protocol
19361         check. ai_protocol is usually set to 0 or depending on
19362         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19363         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19364         ai_socktype / ai_protocol in the returned addrinfo structure.
19365
19366 2005-05-10  Simon Josefsson  <jas@extundo.com>
19367
19368         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19369         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19370
19371 2005-05-10  Karl Berry  <karl@gnu.org>
19372
19373         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19374         (from http://www.gnu.org/licenses).
19375         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19376         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19377         fdl.texi suffices.
19378
19379 2005-05-10  Karl Berry  <karl@gnu.org>
19380
19381         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19382         (COPYING.DOC): remove.
19383
19384         * config/srclist-update: new FSF address.
19385
19386 2005-05-10  Derek Price  <derek@ximbiot.com>
19387
19388         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19389         possible.
19390
19391 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19392             Bruno Haible  <bruno@clisp.org>
19393
19394         * modules/inet_ntop: New file.
19395         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19396         inet_ntop.
19397
19398 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19399             Bruno Haible  <bruno@clisp.org>
19400
19401         * m4/inet_ntop.m4: New file.
19402
19403 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19404             Bruno Haible  <bruno@clisp.org>
19405
19406         * lib/inet_ntop.h: New file.
19407         * lib/inet_ntop.c: New file, from glibc with modifications.
19408
19409 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * modules/time_r (License): Change to LGPL.
19412         * modules/extensions (License): Change to LGPL.  Actually,
19413         the license is more permissive than that, but currently gnulib-tool
19414         doesn't know how to handle more-permissive licenses.
19415
19416         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19417         Problem reported by Dave Love.
19418
19419 2005-05-08  Jim Meyering  <jim@meyering.net>
19420
19421         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19422         blank.
19423
19424 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19425
19426         * modules/argmatch (Depends-on): Add stdbool.
19427         * modules/backupfile (Depends-on): Likewise.
19428         * modules/chdir-long (Depends-on): Likewise.
19429         * modules/closeout (Depends-on): Likewise.
19430         * modules/cycle-check (Depends-on): Likewise.
19431         * modules/dirname (Depends-on): Likewise.
19432         * modules/fnmatch (Depends-on): Likewise.
19433         * modules/fsusage (Depends-on): Likewise.
19434         * modules/fwriteerror (Depends-on): Likewise.
19435         * modules/getcwd (Depends-on): Likewise.
19436         * modules/getloadavg (Depends-on): Likewise.
19437         * modules/hard-locale (Depends-on): Likewise.
19438         * modules/makepath (Depends-on): Likewise.
19439         * modules/mountlist (Depends-on): Likewise.
19440         * modules/nanosleep (Depends-on): Likewise.
19441         * modules/posixtm (Depends-on): Likewise.
19442         * modules/quotearg (Depends-on): Likewise.
19443         * modules/readtokens (Depends-on): Likewise.
19444         * modules/readtokens0 (Depends-on): Likewise.
19445         * modules/readutmp (Depends-on): Likewise.
19446         * modules/save-cwd (Depends-on): Likewise.
19447         * modules/strftime (Depends-on): Likewise.
19448         * modules/userspec (Depends-on): Likewise.
19449         * modules/utimecmp (Depends-on): Likewise.
19450         * modules/xgetcwd (Depends-on): Likewise.
19451         * modules/xnanosleep (Depends-on): Likewise.
19452         * modules/xstrtod (Depends-on): Likewise.
19453         * modules/yesno (Depends-on): Likewise.
19454
19455 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19456
19457         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19458         needless checks.
19459
19460 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19461
19462         Merge from coreutils.  Among other things,
19463         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19464         * lib/fd-safer.c: New file.
19465         * lib/fcntl-safer.h, open-safer.c: Remove.
19466         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19467         * lib/dup-safer.c: Include unistd-safer.h first.
19468         Don't include errno.h.
19469         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19470         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19471         * lib/file-type.c: Rely on file-type.h change.
19472         * lib/getloadavg.c: Include unistd-safer.h.
19473         (getloadavg): Use safer open.
19474         * lib/getusershell.c: Include "stdio-safer.h".
19475         (getusershell): Use safer fopen.
19476         * lib/long-options.c (long_options): Use NULL rather than 0.
19477         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19478         'free'.
19479         * lib/modechange.c: Likewise.
19480         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19481         (MODE_DONE): New constant.
19482         (struct mode_change): Remove 'next' member.
19483         (make_node_op_equals): New function; like the old one of the
19484         same name, except it allocates an array.
19485         (mode_compile, mode_create_from_ref): Use it.
19486         (mode_compile): Allocate result as an array, not a linked list.
19487         Parse octal string ourself, so that we catch mistakes like "+0".
19488         (mode_adjust): Arg is an array, not a linked list.
19489         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19490         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19491         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19492         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19493         Remove.  This is now stat-macros.h's job.
19494         (talloc): Remove.  All callers replaced by xalloc, so that
19495         our invokers don't have to worry about reporting memory failures.
19496         (make_node_op_equals): Remove.
19497         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19498         New constants.
19499         (struct mode_change): Moved here from modechange.h.
19500         (mode_append_entry): Remove.
19501         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19502         apps to have incorrect behavior.  Use simpler algorithm for head
19503         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19504         Detect more invalid usages rather than having somewhat-random behavior.
19505         Don't insert an "a=" action, as that leads to incorrect behavior.
19506         (mode_compile, mode_create_from_ref): Return NULL on error instead
19507         of an enum, since now there's only one way to have an error.  All
19508         callers changed.
19509         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19510         at the correct time.  Simplify calculation of "+u" and its ilk.
19511         Don't mishandle "+X".
19512         (mode_free): Remove "register" and localize decls.
19513         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19514         (struct mode_change): Move to modechange.c; callers don't
19515         need to see this stuff.
19516         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19517         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19518         (mode_change, mode_adjust): Reflect the new signatures noted above.
19519         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19520         that might redefine system include files.
19521         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19522         (my_usleep): Use NULL rather than (void *) 0.
19523         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19524         Use siginterrupt to specify that system calls should be interrupted.
19525         (rpl_nanosleep): Move initialization of suspended closer to call of
19526         my_usleep.
19527         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19528         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19529         (desirable_utmp_entry): New function.
19530         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19531         using x2nrealloc, to simplify logic.
19532         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19533         size calculation.  Do not assume utmp file is a regular file.
19534         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19535         (READ_UTMP_CHECK_PIDS): New constant.
19536         * lib/save-cwd.c: Include unistd-safer.h.
19537         (save_cwd): Use fd_safer.
19538         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19539         [!_LIBC] Include "stat-macros.h" instead.
19540         * lib/unistd-safer.h (fd_safer): New decl.
19541
19542 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19543
19544         * modules/getloadavg (Depends-on): Add unistd-safer.
19545         * modules/getusershell (Depends-on): Add stdio-safer.
19546         * modules/lstat (Depends-on): Remove xalloc.
19547         * modules/mkstemp (Depends-on): Add stat-macros.
19548         * modules/modechange (Depends-on): Remove xstrtol.
19549         Add stat-macros, xalloc.
19550         * modules/save-cwd (Depends-on): Add unistd-safer.
19551         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19552         * modules/unistd-safer (Files): Add lib/fd-safer.c
19553         (Makefile.am): Remove lib_SOURCES.
19554
19555         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19556         Remove fcntl-safer; unistd-safer supersedes it.
19557
19558 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19559
19560         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19561         AC_HEADER_STAT.
19562         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19563         (gl_PREREQ_CHOWN): Remove.
19564         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19565         it.  Don't require AC_HEADER_STAT.
19566         (gl_PREREQ_LSTAT): Remove.
19567         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19568         Don't require AC_HEADER_STAT.
19569         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19570         (gl_PREREQ_RMDIR): Remove.
19571         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19572         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19573         the stat-macros module a prerequisite.
19574         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19575         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19576         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19577         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19578         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19579         variable names.
19580         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19581         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19582         variable prefixes.
19583         * m4/fcntl-safer.m4: Remove.
19584         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19585         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19586         Invoke gl_PREREQ_FD_SAFER.
19587         (gl_PREREQ_FD_SAFER): New macro.
19588         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19589         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19590         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19591         Remove duplicate call to AC_LIBOBJ(readutmp).
19592         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19593
19594         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19595         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19596
19597 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19598
19599         * MODULES.html.sh (Misc): Add byteswap.
19600
19601 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19602
19603         * modules/getcwd (Depends-on): Add extensions.
19604         * modules/openat (Depends-on): Likewise.
19605
19606 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19607
19608         * modules/byteswap: New file.
19609
19610 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19611
19612         * m4/byteswap.m4: New file.
19613
19614 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19615
19616         * lib/byteswap_.h: New file.
19617
19618 2005-04-25  Karl Berry  <karl@gnu.org>
19619
19620         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19621
19622 2005-04-25  Albert Chin  <china@thewrittenword.com>
19623
19624         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19625         Toolkit C bug.
19626
19627 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19628
19629         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19630         (func_ln_if_changed) Remove forcibly for no error message
19631         in case file does not exist.
19632
19633 2005-04-19  Simon Josefsson  <jas@extundo.com>
19634
19635         * gnulib-tool (Options): Make --symlink mean --symbolic.
19636
19637 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19638
19639         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19640
19641 2005-04-16  Simon Josefsson  <jas@extundo.com>
19642
19643         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19644
19645 2005-04-15  Simon Josefsson  <jas@extundo.com>
19646
19647         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19648
19649 2005-04-15  Simon Josefsson  <jas@extundo.com>
19650
19651         * gnulib-tool: Rename --symlink to --symbolic.
19652
19653 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19654
19655         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19656         symbolic links to files instead of copying/moving.  Add --aux-dir,
19657         specifying directory relative --dir where auxiliary build tools
19658         are placed.
19659
19660 2005-04-14  Bruno Haible  <bruno@clisp.org>
19661
19662         * modules/allocsa (License): Change to LGPL.
19663         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19664
19665 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19666
19667         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19668         that "UTC +1 second" continues to work.  Problem reported
19669         by Dmitry V. Levin.
19670         (relunit_snumber): New rule.
19671         (relunit): Use it.
19672
19673 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19674
19675         * lib/getdate.y (universal_time_zone_table): New constant.
19676         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19677         universal_time_zone_table.
19678         (lookup_zone): Prefer universal_time_zone_table to
19679         local_time_zone_table, so that "GMT" time stamps are allowed in
19680         London during the summer.  Problem reported by Ian Abbott.
19681
19682 2005-04-12  Jim Meyering  <jim@meyering.net>
19683
19684         * lib/human.c (humblock): Set *options even when returning due to
19685         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19686         warning from gcc-4.
19687
19688 2005-04-09  Jim Meyering  <jim@meyering.net>
19689
19690         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19691         -Wuninitialized: initialize tm0.tm_year.
19692
19693 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19696         count, since there's no maximum.  All uses changed.
19697         Add member dsts_seen.
19698         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19699         not being INT_MAX.
19700         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19701         Use pc_rels_seen to decide whther a date is absolute.
19702
19703         * lib/getdate.y (number): Don't overwrite year.
19704         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19705         check.
19706
19707 2005-04-02  Simon Josefsson  <jas@extundo.com>
19708
19709         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19710         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19711
19712 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19713
19714         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19715         where no absolute path name can be longer than PATH_MAX.
19716
19717 2005-03-27  Jim Meyering  <jim@meyering.net>
19718
19719         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19720
19721 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19722
19723         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19724         "one's complement" -> "ones' complement" in comment, as per Knuth.
19725         "value of type" -> "type or expression" in comment.
19726         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19727
19728 2005-03-26  Jim Meyering  <jim@meyering.net>
19729
19730         Comment nits.
19731         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19732         Correct typos: s/or/of/.
19733
19734 2005-03-26  Jim Meyering  <jim@meyering.net>
19735
19736         * modules/check-include-files: Move to ../ and rename to...
19737         * check-module: ...this.
19738
19739 2005-03-25  Jim Meyering  <jim@meyering.net>
19740
19741         * modules/xvasprintf (Files): Add xalloc.h.
19742
19743 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19744
19745         * modules/gettext (Files): config/config.rpath ->
19746         build-aux/config.rpath
19747         * modules/iconv (Files): Likewise.
19748         Problem reported by Oskar Liljeblad.
19749
19750 2005-03-23  Jim Meyering  <jim@meyering.net>
19751
19752         * modules/check-include-files: New script to check for
19753         missing dependencies, multiple includes, etc.
19754
19755         * modules/c-strtold (Depends-on): Add xalloc.
19756         * modules/c-strtod (Depends-on): Add xalloc.
19757         * modules/hash (Depends-on): Add xalloc.
19758         (Files): Remove lib/xalloc.h.
19759
19760         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19761         * modules/userspec (Files): Add lib/inttostr.h.
19762
19763 2005-03-23  Jim Meyering  <jim@meyering.net>
19764
19765         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19766
19767 2005-03-22  Jim Meyering  <jim@meyering.net>
19768
19769         * modules/stat-macros: New module.
19770         * modules/canonicalize, modules/euidaccess, modules/file-type,
19771         * modules/filemode, modules/lchown, modules/makepath,
19772         * modules/rmdir, modules/stat: Depend on new stat-macros module
19773         rather than listing lib/stat-macros.h manually.
19774         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19775
19776 2005-03-22  Jim Meyering  <jim@meyering.net>
19777
19778         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19779
19780 2005-03-22  Bruno Haible  <bruno@clisp.org>
19781
19782         * config/srclist.txt: Replace target directory 'config' with
19783         'build-aux'.
19784         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19785         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19786         ../build-aux/.
19787
19788 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19789
19790         * modules/chdir-long (Depends-on): Add mempcpy.
19791
19792         * modules/acl, modules/backupfile, modules/c-strtod,
19793         modules/c-strtold, modules/canon-host, modules/canonicalize,
19794         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19795         modules/exclude, modules/exitfail, modules/file-type,
19796         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19797         modules/getdate, modules/getline, modules/getpagesize,
19798         modules/getpass, modules/getugroups, modules/group-member,
19799         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19800         modules/inttostr, modules/long-options, modules/makepath,
19801         modules/md5, modules/memcasecmp, modules/memcoll,
19802         modules/modechange, modules/mountlist, modules/path-concat,
19803         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19804         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19805         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19806         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19807         modules/strftime, modules/strndup, modules/strverscmp,
19808         modules/timespec, modules/unlocked-io, modules/userspec,
19809         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19810         modules/yesno:
19811         Remove lib_SOURCES line from Makefile.am section, as this is now
19812         done automatically by the corresponding Autoconf macro.
19813
19814 2005-03-21  Jim Meyering  <jim@meyering.net>
19815
19816         Changes imported from coreutils.
19817
19818         * lib/cycle-check.c: Don't include xalloc.h.
19819
19820         * lib/path-concat.c: Don't include assert.h.
19821         (path_concat): Remove assertion that would have triggered
19822         for ABASE starting with more than one slash.
19823         Reported by Andreas Schwab.
19824
19825         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19826         properly when ABASE is an absolute file name.
19827         Correct the description of this function.
19828         Include <assert.h>.
19829         Add an assertion and a test driver.
19830         This fixes a bug introduced on 2004-07-02.
19831         Andreas Schwab reported the resulting failure of cp --parents:
19832         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19833
19834 2005-03-21  Jim Meyering  <jim@meyering.net>
19835
19836         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19837         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19838
19839 2005-03-21  Jim Meyering  <jim@meyering.net>
19840         and  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19843         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19844         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19845         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19846         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19847         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19848         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19849         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19850         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19851         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19852         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19853         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19854         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19855         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19856         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19857         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19858         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19859         for these modules.
19860
19861 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19862
19863         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19864         (which shouldn't happen), generate nothing instead of returning 0
19865         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19866
19867 2005-03-16  Bruno Haible  <bruno@clisp.org>
19868
19869         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19870         HAVE_LONGLONG_64BIT.
19871
19872 2005-03-16  Bruno Haible  <bruno@clisp.org>
19873
19874         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19875         HAVE_LONGLONG_64BIT.
19876
19877 2005-03-16  Bruno Haible  <bruno@clisp.org>
19878
19879         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19880         HAVE_LONGLONG_64BIT.
19881
19882 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19883
19884         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19885         reliably distinguish strftime failure from empty output on POSIX
19886         hosts.
19887
19888 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19889
19890         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19891         (iconv_string): Don't guess a size-zero buffer, as that might cause
19892         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19893         result would be 'too large', where 'too large' is (heuristically)
19894         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19895         overflow concerns.  This will prevent some unwanted malloc failures
19896         when the inputs are very large.
19897
19898 2005-03-15  Karl Berry  <karl@gnu.org>
19899
19900         * config/srclist.txt (config.rpath): from gettext.
19901         * config/config.rpath: update.
19902
19903 2005-03-15  Bruno Haible  <bruno@clisp.org>
19904
19905         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19906         to 'negate'.
19907
19908         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19909         variable.
19910
19911         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19912         results.
19913
19914 2005-03-14  Simon Josefsson  <jas@extundo.com>
19915
19916         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19917         <fx@gnu.org>.
19918
19919 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19920
19921         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19922         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19923         intprops.h.
19924         * lib/strtol.c: Likewise.
19925
19926 2005-03-14  Jim Meyering  <jim@meyering.net>
19927
19928         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19929         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19930         to be nonzero so that we (and caller) can detect the difference
19931         between a valid zero-length expansion and an error return, even
19932         when the underlying strftime fails before writing anything into
19933         that location.
19934
19935 2005-03-14  Bruno Haible  <bruno@clisp.org>
19936
19937         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19938         Update from GNU gettext 0.14.3.
19939
19940 2005-03-10  Jim Meyering  <jim@meyering.net>
19941
19942         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19943
19944 2005-03-10  Jim Meyering  <jim@meyering.net>
19945
19946         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19947         so that this module works on systems without fchdir.
19948
19949 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19950
19951         Factor int-properties macros into a single file, except for
19952         glibc-related files.
19953         * lib/intprops.h: New file.
19954         * lib/getloadavg.c: Include it instead of limits.h.
19955         (INT_STRLEN_BOUND): Remove.
19956         * lib/human.c: Include intprops.h.
19957         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19958         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19959         302/1000.
19960         * lib/inttostr.h: Include intprops.h instead of limits.h.
19961         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19962         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19963         for consistency with intprops.h.
19964         (time_t_is_integer, twos_complement_arithmetic): Use them.
19965         * lib/sig2str.h: Include <signal.h>, intprops.h.
19966         (INT_STRLEN_BOUND): Remove.
19967         * lib/strftime.c (TYPE_SIGNED): Remove.
19968         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19969         * lib/strtol.c: Adjust comments to match intprops.h.
19970         * lib/userspec.c: Include intprops.h.
19971         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19972         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19973         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19974         instead of rolling our own expressions.
19975         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19976
19977         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19978         instead of int.
19979         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19980         the right thing even if adding 1900 would overflow.  Similarly
19981         for tm_mon + 1 and tm_yday + 1.
19982         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19983         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19984         (DO_SIGNED_NUMBER): New macro.
19985         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19986
19987 2005-03-07  Bruno Haible  <bruno@clisp.org>
19988
19989         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19990
19991 2005-03-07  Bruno Haible  <bruno@clisp.org>
19992
19993         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19994
19995 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19996
19997         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19998         (func_import): Only replace files via --import when they have actually
19999         changed.
20000
20001 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20002
20003         * m4/mmap-anon.m4: New file.
20004         * m4/pagealign_alloc.m4: New file.
20005
20006 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20007             Bruno Haible  <bruno@clisp.org>
20008
20009         * modules/pagealign_alloc: New file.
20010         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20011
20012 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20013             Bruno Haible  <bruno@clisp.org>
20014
20015         * lib/pagealign_alloc.h: New file.
20016         * lib/pagealign_alloc.c: New file.
20017
20018 2005-03-03  Bruno Haible  <bruno@clisp.org>
20019
20020         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20021         Use an all-permissive copyright notice, recommended by RMS.
20022
20023 2005-03-02  Bruno Haible  <bruno@clisp.org>
20024
20025         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20026         of AIX, the replacement has to be done only after <string.h> is
20027         included, therefore not in config.h. stpncpy.h does the replacement,
20028         and stpncpy.c uses it.
20029
20030 2005-03-02  Bruno Haible  <bruno@clisp.org>
20031
20032         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20033         stpncpy.c uses it.
20034
20035 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20036
20037         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20038         The workaround isn't strictly needed for POSIX conformance, and
20039         it's too much of a pain to configure and maintain.  We'll ask
20040         people to fix their kernels instead.
20041         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20042         (NANOSLEEP_BUG_WORKAROUND): Remove.
20043         (xnanosleep): Remove the workaround.
20044
20045 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20048         Reported by Derek Price.
20049         (Include): Add "timespec.h".
20050
20051         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20052
20053 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20054
20055         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20056         to detect nanosleep bug.
20057
20058 2005-03-01  Bruno Haible  <bruno@clisp.org>
20059
20060         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20061
20062 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20063
20064         * modules/gethrxtime: New file.
20065         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20066         (Depends-on): Add gethrxtime.
20067         (configure.ac): Add gl_XNANOSLEEP.
20068         (Makefile.am): Remove lib_SOURCES line.
20069
20070 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20071
20072         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20073         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20074
20075 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20076
20077         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20078         * lib/timespec.h (gettime): Return void, since it always
20079         succeeds now.  All uses changed.
20080         * lib/gettime.c (gettime) Likewise.
20081         [HAVE_NANOTIME]: Prefer nanotime.
20082         Assume gettimeofday succeeds, as POSIX requires.
20083         Assime time () succeeds, since other code already does.
20084         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20085         (timespec_subtract): Remove.
20086         (NANOSLEEP_BUG_WORKAROUND): New constant.
20087         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20088         things considerably.  Use it only on GNU/Linux hosts, since the
20089         workaround shouldn't be needed elsewhere.
20090
20091 2005-02-24  Bruno Haible  <bruno@clisp.org>
20092
20093         * modules/gettext (Files): Add m4/glibc2.m4.
20094
20095 2005-02-24  Bruno Haible  <bruno@clisp.org>
20096
20097         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20098         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20099         * m4/progtest.m4:
20100         Update from GNU gettext 0.14.2.
20101         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20102
20103 2005-02-24  Bruno Haible  <bruno@clisp.org>
20104
20105         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20106         * lib/config.charset: Update from GNU gettext 0.14.2.
20107
20108 2005-02-24  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/gettext.h: Update from GNU gettext 0.14.2.
20111
20112 2005-02-23  Simon Josefsson  <jas@extundo.com>
20113
20114         * m4/iconvme.m4: New file.
20115
20116 2005-02-23  Jim Meyering  <jim@meyering.net>
20117
20118         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20119         change.
20120         Thanks to Bruno Haible for catching it.
20121
20122 2005-02-22  Simon Josefsson  <jas@extundo.com>
20123
20124         * modules/iconvme: New file.
20125
20126         * MODULES.html.sh: Add iconvme.
20127
20128 2005-02-22  Simon Josefsson  <jas@extundo.com>
20129
20130         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20131
20132 2005-02-22  Simon Josefsson  <jas@extundo.com>
20133
20134         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20135
20136 2005-02-22  Jim Meyering  <jim@meyering.net>
20137
20138         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20139         s/ifndef/ifdef/.
20140
20141 2005-02-20  Neil Conway  <neilc@samurai.com>
20142
20143         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20144         returned by OSX/Darwin if the specified buffer is not large
20145         enough for the hostname.
20146
20147 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20148
20149         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20150         pass it to _help, otherwise the latter coredumps trying to
20151         dereference state.root_argp.
20152
20153 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20154
20155         * modules/chdir-long (Depends-on): Add memrchr.
20156         * modules/memrchr (Files): Add lib/memrchr.h.
20157         (Include): "memrchr.h".
20158
20159 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20160
20161         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20162
20163 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20164
20165         * lib/memrchr.h: New file.
20166         * lib/chdir-long.c: Include it.
20167         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20168         Don't bother including stddef.h.
20169
20170 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20171
20172         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20173         inclusion.
20174         Include <sys/types.h>, for dev_t.
20175         (ME_DUMMY, ME_REMOTE): Move from here....
20176         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20177         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20178         Dmitry V. Levin.
20179         Include mountlist.h first, to test the interface.
20180
20181 2005-01-29  Bruno Haible  <bruno@clisp.org>
20182
20183         * lib/progname.c (program_name): Initialize.
20184         Needed when linking statically on MacOS X.
20185
20186 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20187
20188         Sync from coreutils.
20189         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20190         (Depends-on): Add c-strtod.
20191         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20192
20193 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         Sync from coreutils.
20196         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20197
20198         Remove files that are specific to coreutils.
20199         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20200
20201 2005-01-28  Bruno Haible  <bruno@clisp.org>
20202
20203         * modules/javacomp: New file.
20204         * MODULES.html.sh (Java): Add javacomp.
20205
20206 2005-01-28  Bruno Haible  <bruno@clisp.org>
20207
20208         * m4/javacomp.m4: New file, from GNU gettext.
20209
20210 2005-01-28  Bruno Haible  <bruno@clisp.org>
20211
20212         * lib/javacomp.sh.in: New file, from GNU gettext.
20213         * lib/javacomp.h: New file, from GNU gettext.
20214         * lib/javacomp.c: New file, from GNU gettext.
20215
20216 2005-01-26  Simon Josefsson  <jas@extundo.com>
20217
20218         * lib/gai_strerror.c: Use GPL in header.
20219
20220 2005-01-26  Bruno Haible  <bruno@clisp.org>
20221
20222         * modules/javaexec: New file.
20223         * MODULES.html.sh (Java): Add javaexec.
20224
20225 2005-01-26  Bruno Haible  <bruno@clisp.org>
20226
20227         * m4/javaexec.m4: New file, from GNU gettext.
20228
20229 2005-01-26  Bruno Haible  <bruno@clisp.org>
20230
20231         * lib/javaexec.sh.in: New file, from GNU gettext.
20232         * lib/javaexec.h: New file, from GNU gettext.
20233         * lib/javaexec.c: New file, from GNU gettext.
20234
20235 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20236
20237         * modules/lchown (Depends-on): Remove lchown.h
20238
20239 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20240
20241         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20242         must be defined if the header file was not found, in order
20243         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20244
20245 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20246
20247         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20248         initializers for struct pentry_state.
20249         (__argp_error): Check return value of __asprintf
20250         (__argp_failure): Translate error message
20251
20252         * lib/argp-parse.c: Removed braces around the expansion of N_()
20253
20254 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20255
20256         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20257         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20258         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20259         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20260         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20261         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20262         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20263         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20264         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20265         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20266         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20267         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20268         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20269         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20270         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20271         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20272         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20273         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20274         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20275         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20276         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20277         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20278         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20279         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20280         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20281         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20282         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20283         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20284         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20285         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20286         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20287         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20288         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20289         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20290         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20291         Use an all-permissive copyright notice, recommended by RMS.
20292
20293 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20294
20295         * modules/chdir-long (Depends-on): Remove mempcpy.
20296
20297 2005-01-21  Jim Meyering  <jim@meyering.net>
20298
20299         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20300         same value as for Solaris 9.
20301
20302         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20303         component length.  This included changing the parameter to be
20304         of type `char *' rather than `char const *'.
20305         * lib/chdir-long.h (chdir_long): Update prototype.
20306
20307         * lib/openat.c (fdopendir, fstatat): New functions.
20308         * lib/openat.h: Include headers required for use of DIR and struct
20309         stat.
20310         [AT_SYMLINK_NOFOLLOW]: Define.
20311         (fdopendir, fstatat): Add prototypes.
20312
20313 2005-01-21  Bruno Haible  <bruno@clisp.org>
20314
20315         * modules/classpath: New file.
20316         * MODULES.html.sh (Java): Add classpath.
20317
20318 2005-01-21  Bruno Haible  <bruno@clisp.org>
20319
20320         * lib/classpath.h: New file, from GNU gettext.
20321         * lib/classpath.c: New file, from GNU gettext.
20322
20323 2005-01-20  Simon Josefsson  <jas@extundo.com>
20324
20325         * modules/version-etc-fsf: New file.
20326
20327 2005-01-20  Simon Josefsson  <jas@extundo.com>
20328
20329         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20330         * lib/version-etc.c: Remove version_etc_copyright.
20331         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20332         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20333
20334 2005-01-20  Simon Josefsson  <jas@extundo.com>
20335
20336         * lib/base64.h (isbase64): Add.
20337
20338         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20339         using a unsigned prototype, don't inline.
20340         (base64_decode): Use it.
20341
20342 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20343
20344         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20345         it.
20346
20347 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20348
20349         * lib/save-cwd.c (save_cwd): Remove code to support the case
20350         where fchdir is missing or flaky.
20351
20352 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20353
20354         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20355
20356 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20357
20358         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20359         AC_LIBSOURCES now does this.
20360         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20361         with new ullong_max module.
20362
20363 2005-01-19  Bruno Haible  <bruno@clisp.org>
20364
20365         * modules/sh-quote: New file.
20366         * MODULES.html.sh (Executing programs): Add sh-quote.
20367
20368 2005-01-19  Bruno Haible  <bruno@clisp.org>
20369
20370         * lib/sh-quote.h: New file, from GNU gettext.
20371         * lib/sh-quote.c: New file, from GNU gettext.
20372
20373 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20374
20375         Merge from coreutils.
20376         * m4/ullong_max.m4: New file.
20377         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20378         (gl_MACROS): Assume localeconv exists.
20379
20380 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20381
20382         Merge changes from coreutils, as described below in several
20383         changelogs dated today.
20384
20385         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20386         (O_DIRECTORY): Remove; not needed here, since "." must be
20387         a directory.  All uses removed.
20388         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20389         universal on Suns, and we also need to test for IRIX.
20390         Revamp code to use 'if' rather than '#if'.
20391         Avoid unnecessary comparison of cwd->desc to 0.
20392
20393         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20394         for known valid error numbers rather than observed invalid ones.
20395
20396 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         * modules/ullong_max: New file.
20399
20400         * modules/chdir-long, modules/openat: New files.
20401         * modules/save-cwd (Depends-on): Depend on chdir-long.
20402         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20403
20404 2005-01-18  Jim Meyering  <jim@meyering.net>
20405
20406         Merge from coreutils.
20407         * m4/chdir-long.m4, m4/openat.m4: New files.
20408         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20409         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20410         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20411         is sane and DOES follow symlinks.  Besides, testing 20 different
20412         systems found no broken chown implementations.
20413         Prompted by a change in rsync's copy of this macro.
20414         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20415
20416         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20417
20418         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20419         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20420         NULL-means-set-to-current-time semantics.
20421         Remove temporary file immediately, rather than waiting
20422         for configure's at-exit trap code to do it.
20423
20424 2005-01-18  Jim Meyering  <jim@meyering.net>
20425
20426         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20427
20428         * lib/utimens.c (futimens): Account for the fact that futimes
20429         can also fail with errno == ENOSYS or errno == ENOENT.
20430         Patch from Dmitry V. Levin.
20431
20432         Change the name of the robust chdir function from chdir to chdir_long.
20433         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20434         (restore_cwd): Use chdir_long, not chdir.
20435         * lib/chdir-long.c: Renamed from chdir.c.
20436         * lib/chdir-long.h: Renamed from chdir.h.
20437         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20438         Hurd.
20439
20440 2005-01-18  Bruno Haible  <bruno@clisp.org>
20441
20442         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20443         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20444         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20445         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20446         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20447         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20448         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20449         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20450         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20451         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20452         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20453         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20454         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20455         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20456         Use an all-permissive copyright notice, recommended by RMS.
20457
20458 2005-01-18  Bob Proulx  <bob@proulx.com>
20459
20460         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20461         simplify offsetof() macro construct to avoid compile failure with
20462         native HP-UX 11.0 ANSI C compiler.
20463
20464 2005-01-17  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20467         redundant because stpncpy.m4 takes care of it.
20468
20469 2005-01-17  Bruno Haible  <bruno@clisp.org>
20470
20471         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20472
20473 2005-01-17  Bruno Haible  <bruno@clisp.org>
20474
20475         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20476         used.
20477
20478 2005-01-17  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/fwriteerror.h (fwriteerror): Change specification to include
20481         fclose.
20482         * lib/fwriteerror.c: Include <stdbool.h>.
20483         (fwriteerror): At the end, close the file stream. Record whether
20484         stdout was already closed.
20485
20486 2005-01-17  Bruno Haible  <bruno@clisp.org>
20487
20488         * lib/execute.c (environ): Declare if needed.
20489         * lib/pipe.c (environ): Likewise.
20490         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20491
20492 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20493
20494         * modules/argp: Depend on vsnprintf
20495
20496 2005-01-10  Jim Meyering  <jim@meyering.net>
20497
20498         * modules/closeout (Depends-on): Add atexit.
20499
20500 2005-01-06  Bruno Haible  <bruno@clisp.org>
20501
20502         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20503
20504 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20505
20506         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20507         definitions to be after all include files, to avoid collisions.
20508         Problem reported by Bob Proulx.
20509
20510 2005-01-04  Jim Meyering  <jim@meyering.net>
20511
20512         Changes imported from coreutils.
20513         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20514         as the mkstemp template, use a temporary directory and an
20515         8.3-friendly template to avoid trouble on systems like DJGPP.
20516         Reported by Juan M. Guerrero via Stepan Kasal.
20517         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20518         close. Remove the temporary directory right away, rather than waiting
20519         for configure's at-exit trap code to do it.
20520         Suggestion from Stepan Kasal.
20521
20522 2005-01-01  Simon Josefsson  <jas@extundo.com>
20523
20524         * gnulib-tool: Print #include directives when --import'ing.
20525
20526 2004-12-28  Simon Josefsson  <jas@extundo.com>
20527
20528         * tests/test-base64.c: Include required header files.  Remove
20529         unused variables.
20530
20531 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20532
20533         * modules/error (Depends-on): Remove gettext.
20534
20535 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20536
20537         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20538         not needed.  This removes a dependency on the gettext module.
20539         [defined _LIBC]: Do not include <libintl.h>; not needed.
20540
20541 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20542
20543         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20544         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20545
20546 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20547
20548         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20549         HAVE_DECL_STRTOLD.
20550
20551 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         * modules/getdate (Depends-on): Remove alloca-opt.
20554
20555 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20556
20557         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20558
20559 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20560
20561         * lib/argp-parse.c: Include <stddef.h>.
20562         (alignof, alignto): New macros.
20563         (parser_init): Don't assume that void * is aligned sufficiently
20564         for struct option.
20565
20566         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20567         need to extend the stack.
20568         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20569         large.
20570
20571 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20572
20573         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20574
20575 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20576
20577         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20578         (2004-10-24) change.  Apparently this was a false alarm.
20579
20580         * modules/getdate: Depend on alloca-opt, not alloca.
20581
20582 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20583
20584         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20585         Remove now-obsolete comment about AIX.
20586         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20587         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20588         (YYMAXDEPTH): New macro.
20589
20590 2004-12-18  Simon Josefsson  <jas@extundo.com>
20591
20592         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20593
20594 2004-12-18  Bruno Haible  <bruno@clisp.org>
20595
20596         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20597
20598 2004-12-18  Bruno Haible  <bruno@clisp.org>
20599
20600         * lib/fatal-signal.c (fatal_signals): Make non-const.
20601         (init_fatal_signals): New function.
20602         (uninstall_handlers, install_handlers): Ignore signals that were set to
20603         SIG_IGN.
20604         (at_fatal_signal): Call init_fatal_signals.
20605         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20606         SIG_IGN.
20607         Reported by Paul Eggert.
20608
20609 2004-12-18  Bruno Haible  <bruno@clisp.org>
20610
20611         * doc/alloca.texi: New file.
20612         * doc/alloca-opt.texi: New file.
20613
20614 2004-12-17  Jim Meyering  <jim@meyering.net>
20615
20616         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20617         Otherwise, install-sh could exit with improper exit status when
20618         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20619
20620 2004-12-16  Simon Josefsson  <jas@extundo.com>
20621
20622         * tests/test-base64.c: Add license.
20623
20624 2004-12-15  Stepan Kasal  <address@hidden>
20625
20626         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20627
20628 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20629
20630         * modules/getcwd (Files): Add m4/d-ino.m4.
20631         Suggested by Mark D. Baushke.
20632
20633 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20634
20635         * lib/getdate.y (textint): New member "negative".
20636         (time_zone_hhmm): New function.
20637         Expect 14 shift-reduce conflicts, not 13.
20638         (o_colon_minutes): New rule.
20639         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20640         (yylex): Set the "negative" member of signed numbers.
20641
20642 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20643
20644         * doc/getdate.texi (Time of day items, Time zone items):
20645         Describe new formats +00:00, UTC+00:00.
20646
20647 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20648
20649         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20650         spurious "-l"s.  Problem reported by Stepan Kasal.
20651
20652 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20653
20654         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20655         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20656
20657 2004-12-04  Simon Josefsson  <jas@extundo.com>
20658
20659         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20660         Vandoorselaere <yoann@prelude-ids.org>.
20661
20662 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20663
20664         Changes imported from coreutils.
20665         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20666         exist.
20667         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20668
20669 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20670
20671         Changes imported from coreutils.
20672         * lib/hard-locale.c: Assume <locale.h> exists.
20673         Include "strdup.h".
20674         (GLIBC_VERSION): New macro.
20675         (hard_locale): Assume setlocale exists.
20676         Rewrite to avoid #ifdef.
20677         Use strdup rather than malloc + strcpy.
20678         * lib/human.c: Assume <locale.h> exists.
20679         (human_readable): Assume localeconv exists.
20680
20681 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20682
20683         * modules/hard-locale (Depends-on): Add strdup.
20684
20685 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20686
20687         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20688         convert T2, not T.  (Imported from libc.)
20689
20690 2004-11-30  Simon Josefsson  <jas@extundo.com>
20691
20692         * modules/restrict (License): Change to LGPL.
20693
20694 2004-11-30  Simon Josefsson  <jas@extundo.com>
20695
20696         * m4/restrict.m4: Add copyright and copying conditions.
20697
20698 2004-11-30  Simon Josefsson  <jas@extundo.com>
20699
20700         * m4/base64.m4: New file.
20701
20702 2004-11-30  Simon Josefsson  <jas@extundo.com>
20703
20704         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20705         base64.
20706
20707         * tests/test-base64.c: New file.
20708
20709         * modules/base64: New file.
20710
20711 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20714         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20715
20716         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20717
20718 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20719
20720         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20721         (__getcwd.c): Don't restore errno; glibc doesn't.
20722         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20723         first, falling back to our code only if its results look suspicious.
20724         Ensure that the resulting buffer is only as large as necessary.
20725
20726         * lib/readutmp.c: Include readutmp.h first.
20727         Include <errno.h>, since readutmp.h no longer does that.
20728         * lib/readutmp.h: Don't include <errno.h>,
20729         <sys/param.h>, <time.h>; not needed to establish interface.
20730         (errno): Remove decl.
20731         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20732         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20733         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20734
20735 2004-11-28  Simon Josefsson  <jas@extundo.com>
20736
20737         * lib/base64.h, base64.c: New file.
20738
20739 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20742
20743 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20744
20745         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20746         (Depends-on): Remove pathmax, same.  Add mempcpy.
20747         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20748         (Makefile.am): Append getcwd.h to lib_SOURCES.
20749         (Include): Add getcwd.h.
20750         (Maintainer): Change from Jim Meyering to "all, glibc",
20751         since getdate now uses intended-for-glibc code.
20752         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20753         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20754
20755 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20758         HP's ANSI C compiler.
20759         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20760         Declaring int functions causes warnings on some modern systems and
20761         shouldn't be needed to compile on ancient ones.
20762         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20763         defined.
20764
20765         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20766         with the following changes.
20767         (__set_errno): Parenthesize properly.
20768         Include <stdbool.h>.
20769         (MIN, MAX, MATCHING_INO): New macros.
20770         (__getcwd): Define with prototype, not K&R form.
20771         Use heuristics to allocate default buffer on stack if possible.
20772         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20773         behavior, and to avoid the PATH_MAX limit when computing
20774         ../../../../...
20775         Use MATCHING_INO to compare inode number to file.
20776         Check for arithmetic overflow in size calculations.
20777         Fix bug in reallocation of dot array that caused getcwd to fail
20778         on directories nested deeper than 75.
20779         Be more careful about saving errno on error.
20780         Do not use realloc; use only free+malloc, as this is a bit
20781         more flexible and avoids a needless copy operation.
20782         Do not inspect st_dev and st_ino for symbolic links; POSIX
20783         doesn't specify the latter.
20784         Check for closedir errors.
20785         Avoid needless casts.
20786         Use "#ifdef weak_alias" around weak_alias, to be like other
20787         glibc code.
20788         The following changes to getcwd.c have effect only when used in
20789         gnulib; they have no effect inside glibc proper.
20790         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20791         as alloca isn't used.
20792         (alloca, __alloca): Likewise.
20793         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20794         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20795         unconditionally, as gnulib assumes C89 or better.
20796         Do not include <sys/param.h>.
20797         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20798         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20799         better.
20800         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20801         Include <dirent.h> in a way that is compatible with modern Autoconf.
20802         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20803         New macros, if not already defined.
20804         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20805         Use "_LIBC", not "defined _LIBC", for consistency.
20806         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20807         a mempcpy module.
20808         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20809         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20810         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20811         credit only to Jim Meyering and adjust the copyright dates.
20812         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20813         <stdlib.h>, <unistd.h>, "pathmax.h".
20814         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20815         (INITIAL_BUFFER_SIZE): Remove.
20816         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20817
20818 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20819
20820         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20821         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20822         Use the _ONCE methods, for efficiency.
20823         Check for fcntl.h.  In test program, include <errno.h>
20824         and <fcntl.h> if available.  Remove old K&R cruft from
20825         test program.  Check for common errors in GNU/Linux,
20826         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20827         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20828         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20829         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20830         name accordingly.
20831         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20832         accommodate new getcwd.c.
20833         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20834         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20835         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20836         that's all we need now.
20837
20838 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20839
20840         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20841         argp-parse.c depends on getopt internals, that means we should
20842         always use our getopt, to be on the safe side.
20843         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20844         order not to spoil the result of an eventual previous invocation
20845         of gl_GETOPT_SUBSTITUTE.
20846
20847 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20848
20849         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20850         redefinition warnings. To avoid them, include the defines
20851         in `#if !defined __need_getopt ... #endif'. The only place
20852         where __getopt_argv_const is used is in definitions
20853         of getopt_long and getopt_long_only below, which are as well
20854         protected by `#ifndef __need_getopt'.
20855         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20856         __need_getopt after including <stdio.h> and <unistd.h> These
20857         headers might have defined it.
20858
20859 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20860
20861         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20862
20863 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20864
20865         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20866         (futimens): New function, which uses futimes if available.
20867         (futimens, utimens): Support timespec==NULL, with same semantics
20868         as utime and utimens.
20869         * lib/utimens.h (futimens): New decl.
20870
20871 2004-11-23  Jim Meyering  <jim@meyering.net>
20872
20873         * lib/getopt_.h: Remove trailing blanks.
20874
20875 2004-11-23  Jim Meyering  <jim@meyering.net>
20876
20877         * lib/__fpending.c: Add comment.
20878
20879 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20880
20881         * modules/canonicalize (Depends-on): Add xreadlink.
20882         Problem reported by James Youngman.
20883
20884 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20885
20886         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20887         New macros.
20888         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20889         optopt): Use them instead of invoking ## directly; otherwise, the
20890         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20891
20892 2004-11-19  Bruno Haible  <bruno@clisp.org>
20893
20894         * lib/strtok_r.c: Move comments from here...
20895         * lib/strtok_r.h: ... to here.
20896
20897 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20898
20899         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20900         implementations that mishandle size_t overflow.
20901
20902 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20903
20904         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20905         might fail.  Problem reported by Yoann Vandoorselaere.
20906         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20907         implementations that mishandle size_t overflow.
20908
20909 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20910
20911         * modules/canon-host (Depends-on): Add strdup.
20912
20913 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20914
20915         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20916
20917 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20918
20919         * lib/canon-host.c: Include "strdup.h".
20920         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20921         Use strdup instead of malloc/strcpy to duplicate strings.
20922
20923         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20924         (human_space_before_unit): New constant.
20925         * lib/human.c (human_readable): Support it.
20926
20927         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20928         (xgetcwd): Set errno correctly when failing.
20929         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20930         the failure is actually due to a PATH_MAX problem.
20931
20932         Further getopt changes to make it more likely that glibc will
20933         buy the changes back.
20934         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20935         (getopt): Use it, so to preserve glibc semantic
20936         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20937         when compiling for libc.
20938         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20939         (getopt_long, getopt_long_only): Use it.
20940
20941         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20942         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20943         (getopt): Argv is now char * const *, as per standard.
20944         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20945         not char *__getopt_argv_const *.
20946         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20947         _getopt_long_only_r): Likewise.
20948         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20949         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20950         _getopt_long_r, _getopt_long_only_r): Likewise.
20951         * lib/getopt_.h (__getopt_argv_const): Remove.
20952         (getopt): Argv is now char * const *, as per standard.
20953
20954         * lib/getdate.y (tORDINAL): New token.
20955         (day, relunit): Allow it for relative times.
20956         (relative_time_table): Use tORDINAL for ordinals.
20957
20958 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20959
20960         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20961         Document that "second" isn't allowed as an ordinal number.
20962
20963 2004-11-16  Jim Meyering  <jim@meyering.net>
20964
20965         * modules/closeout (Depends-on): Add fpending.
20966
20967 2004-11-15  Jim Meyering  <jim@meyering.net>
20968
20969         * lib/closeout.c: Include "__fpending.h" once again.
20970         Include <stdbool.h>.
20971         (close_stdout): Don't fail just because stdout was closed initially,
20972         since some programs don't write to stdout in the normal course of
20973         operation (other than --version and --help), and we don't want this
20974         function to make e.g. `touch file >&-' fail.
20975         But do fail if it was closed and someone has tried to write to it.
20976         E.g., `printf foo >&-' must fail.
20977
20978 2004-11-13  Jim Meyering  <jim@meyering.net>
20979
20980         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20981
20982 2004-11-12  Simon Josefsson  <jas@extundo.com>
20983
20984         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20985         small doc fix is still pending.
20986
20987 2004-11-11  Simon Josefsson  <jas@extundo.com>
20988
20989         * modules/strtok_r: New file.
20990
20991         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20992         strtok_r.
20993
20994 2004-11-11  Simon Josefsson  <jas@extundo.com>
20995
20996         * m4/strtok_r.m4: New file.
20997
20998         * m4/getopt.m4: Replace opterr.
20999
21000 2004-11-11  Simon Josefsson  <jas@extundo.com>
21001
21002         * lib/strtok_r.h, strtok_r.c: New file.
21003
21004 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21005
21006         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21007         of replacing opterr, getopt, etc.  This should handle the
21008         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21009
21010 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21011
21012         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21013         we can stop lying to compilers about the constness of argv when we
21014         are compiled outside glibc.
21015         (getopt, getopt_long, getopt_long_only): Use it.
21016         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21017         _getopt_internal, getopt): Likewise.
21018         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21019         _getopt_long_only_r): Likewise.
21020         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21021         _getopt_long_r, _getopt_long_only_r): Likewise.
21022
21023         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21024         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21025         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21026         the other external symbols.
21027         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21028         declaration, since the above renaming now works around collisions.
21029
21030 2004-11-11  Jim Meyering  <jim@meyering.net>
21031
21032         * lib/linebreak.c: Remove trailing blanks.
21033         * lib/alloca_.h: Likewise.
21034         * lib/acosl.c: Likewise.
21035         * lib/euidaccess.c: Likewise.
21036         * lib/allocsa.h: Likewise.
21037
21038 2004-11-10  Simon Josefsson  <jas@extundo.com>
21039
21040         * m4/getaddrinfo.m4: New file.
21041
21042 2004-11-10  Simon Josefsson  <jas@extundo.com>
21043
21044         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21045
21046 2004-11-10  Simon Josefsson  <jas@extundo.com>
21047
21048         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21049         getaddrinfo.
21050
21051         * modules/getaddrinfo: New file.
21052
21053 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21054
21055         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21056
21057 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21058
21059         * lib/mktime.c (SHR): New macro, which is a portable
21060         substitute for >> that should work even on Crays.
21061         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21062         Problem reported by Mark D. Baushke in
21063         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21064         * lib/getdate.y (SHR): Likewise.
21065         (tm_diff): Use it.
21066         * lib/strftime.c (SHR): Likewise.
21067         (tm_diff): Use it.
21068         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21069         quote_these_too, so that right shifts are well defined.  All uses
21070         changed.
21071
21072 2004-11-10  Jim Meyering  <jim@meyering.net>
21073
21074         Ensure that no close failure goes unreported.
21075         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21076         return early when it seems there's nothing to flush.
21077         Don't include __fpending.h.
21078
21079 2004-11-10  Jim Meyering  <jim@meyering.net>
21080
21081         * modules/closeout (Depends-on): Remove fpending.
21082
21083 2004-11-10  Jim Meyering  <jim@meyering.net>
21084
21085         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21086
21087 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21088
21089         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21090         gl_FUNC_STRFTIME.
21091         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21092         and AC_REQUIRE when possible, to avoid duplicate checks.
21093         Check for <wchar.h>.
21094
21095 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21096
21097         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21098
21099 2004-11-09  Bruno Haible  <bruno@clisp.org>
21100
21101         * m4/sockpfaf.m4: New file.
21102
21103 2004-11-05  Bruno Haible  <bruno@clisp.org>
21104
21105         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21106         Reported by Mark D. Baushke <mdb@cvshome.org>.
21107
21108 2004-11-04  Bruno Haible  <bruno@clisp.org>
21109
21110         2004-09-11  Bruno Haible  <bruno@clisp.org>
21111                 * allocsa.valgrind: New file.
21112         2004-02-06  Bruno Haible  <bruno@clisp.org>
21113                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21114                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21115                 Reported by Christopher Seip <chris.seip@hp.com>.
21116
21117 2004-11-04  Bruno Haible  <bruno@clisp.org>
21118
21119         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21120         (Makefile.am): Distribute it.
21121
21122 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21123
21124         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21125         with errno == ERANGE if the buffer is too small.
21126         Problem reported by Mark D. Baushke.
21127
21128 2004-11-03  Albert Chin  <china@thewrittenword.com>
21129             Paul Eggert  <eggert@cs.ucla.edu>
21130
21131         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21132         equivalent, substitute $ac_type for equivalent type rather than
21133         blindly using uint32_t *always* which won't work if uint32_t is not
21134         available.  Define _UINT32_T to work around typedef of uint32_t if
21135         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21136         2.5.1.
21137
21138 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21139
21140         * m4/jm-macros.m4: Sync from coreutils.
21141         (gl_MACROS): Check for mbrlen, for pathchk.
21142         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21143
21144 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21145
21146         * lib/xreadlink.c (MAXSIZE): New macro.
21147         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21148         size does not exceed MAXSIZE.  Avoid cast.
21149         As suggested by Mark D. Baushke in
21150         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21151         if readlink fails with buffer size just under MAXSIZE, try again
21152         with MAXSIZE.
21153
21154 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21155
21156         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21157
21158 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21159         and  Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21162         (get_date): Overparenthesize to avoid GCC warning.
21163
21164 2004-11-02  Bruno Haible  <bruno@clisp.org>
21165
21166         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21167         returns void.
21168
21169 2004-11-02  Bruno Haible  <bruno@clisp.org>
21170
21171         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21172         function returns void.
21173
21174 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21175
21176         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21177         fflush_unlocked, flockfile, funlockfile, funlockfile,
21178         fputs_unlocked, putc_unlocked.
21179
21180 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21183         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21184         already declared.
21185
21186 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21187
21188         * modules/getdate (Files): Add doc/getdate.texi.
21189         (Depends-on): Add setenv, xalloc.
21190
21191 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * lib/getdate.y: Add support for TZ="foo" within a date string.
21194         Fix some bugs near time_t boundaries.  Reject dates with
21195         out-of-range components, e.g., "Sept 31".
21196         Include <stdlib.h>, "setenv.h", "xalloc.h".
21197         (ISDIGIT_LOCALE): Remove; unused.
21198         Note that the TZ and time functions used here are not reentrant.
21199         (mktime_ok, get_tz): New functions.
21200         (TZBUFSIZE): New constant.
21201         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21202         This requires that we sometimes generate our own TZ="XXX..." setting.
21203
21204 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21205
21206         * doc/getdate.texi: New file, from coreutils with modifications for
21207         the new TZ parsing.
21208
21209 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21210
21211         * lib/mktime.c (not_equal_tm): Remove redundant check.
21212
21213 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21214
21215         * modules/regex (lib_SOURCES): Add regex.c.
21216         Reported by James Youngman in
21217         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21218
21219 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21220
21221         * lib/getdate.y: Use Bison 1.875 features, and some minor
21222         code cleanups.  This change does not affect semantics.
21223         Don't include <stdlib.h>; no longer needed.
21224         Don't include unlocked-io.h; only the "#if TEST" code uses
21225         stdio, and performance isn't crucial there.
21226         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21227         Bison 1.875 features as described below.
21228         All uses of "PC." replaced by "pc->".
21229         (YYSTYPE): Add a forward declaration.
21230         (yylex, yyerror): Use full prototypes in forward decls.
21231         Use "%pure-parser" rather than obsolescent "%pure_parser".
21232         Use %parse-param and %lex-param instead of obsolescent
21233         YYPARSE_PARAM and YYLEX_PARAM.
21234         (meridian_table, month_and_day_table, time_units_table,
21235         relative_time_table, time_zone_table, military_table,
21236         lookup_zone, lookup_word, get_date):
21237         Use NULL instead of 0 where appropriate.
21238         (to_hour): Avoid abort (), to avoid a dependency on
21239         stdlib.h.
21240         (yyerror, yylex): Now accepts parser_control * arg.
21241         (main) [TEST]: Use '\0' rather than 0 for char.
21242
21243 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21244
21245         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21246
21247 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21248
21249         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21250         It's now the caller's responsibility to handle the case where
21251         !HAVE_GETPAGESIZE && !defined getpagesize.
21252
21253         * lib/mktime.c (leapyear): Arg is long int, not int.
21254
21255 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21256
21257         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21258
21259 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21260
21261         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21262         missing.  Problem reported by James Youngman.
21263
21264 2004-10-16  Simon Josefsson  <jas@extundo.com>
21265
21266         * gnulib-tool: Fix comments.  Fix parse problem.
21267         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21268
21269 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21270
21271         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21272         implementation of getopt_long.  Problem reported by Alexander Taler in:
21273         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21274
21275 2004-10-15  Bruno Haible  <bruno@clisp.org>
21276
21277         * gnulib-tool: Untabify. Initialize supplied_libname.
21278         (func_usage): More homogenous output.
21279         (func_modules_transitive_closure, func_modules_to_filelist,
21280         func_emit_lib_Makefile_am): New functions.
21281         (func_import): New function, extracted from big case statement. Use
21282         func_get_license, func_modules_transitive_closure,
21283         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21284         opt_lgpl. Don't use test -a, as it's not portable.
21285         (func_create_testdir): Use func_modules_transitive_closure,
21286         func_modules_to_filelist, func_emit_lib_Makefile_am.
21287
21288 2004-10-15  Bruno Haible  <bruno@clisp.org>
21289
21290         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21291
21292 2004-10-15  Bruno Haible  <bruno@clisp.org>
21293
21294         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21295         the portions belonging to each module.
21296         Suggested by Derek Robert Price <derek@ximbiot.com>.
21297
21298 2004-10-12  Simon Josefsson  <jas@extundo.com>
21299
21300         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21301         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21302         to real functions.
21303
21304 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21305
21306         * modules/vsnprintf: New file.
21307
21308 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21309
21310         * m4/vsnprintf.m4: New file.
21311
21312 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21313
21314         * lib/vsnprintf.h: New file.
21315         * lib/vsnprintf.c: New file.
21316
21317 2004-10-11  Bruno Haible  <bruno@clisp.org>
21318
21319         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21320         vsnprintf.
21321
21322 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21323
21324         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21325
21326 2004-10-07  Bruno Haible  <bruno@clisp.org>
21327
21328         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21329         fits into the provided buffer.
21330
21331 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * lib/diacrit.c, diacrit.h: Add GPL notice.
21334
21335         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21336         notice.
21337         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21338         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21339         This avoids a potential constant-folding bug.
21340
21341 2004-10-05  Bruno Haible  <bruno@clisp.org>
21342
21343         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21344         for the declaration of strsep.
21345
21346 2004-10-05  Bruno Haible  <bruno@clisp.org>
21347
21348         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21349
21350 2004-10-04  Simon Josefsson  <jas@extundo.com>
21351
21352         * modules/memmem: New file.
21353         * tests/test-memmem.c: New file.
21354         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21355
21356 2004-10-04  Simon Josefsson  <jas@extundo.com>
21357
21358         * m4/memmem.m4: New file.
21359
21360 2004-10-04  Simon Josefsson  <jas@extundo.com>
21361
21362         * lib/memmem.h: New file.
21363         * lib/memmem.c: New file, taken from glibc.
21364
21365 2004-10-04  Simon Josefsson  <jas@extundo.com>
21366
21367         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21368         '#ifdef USE_UNLOCKED_IO'.
21369
21370 2004-10-04  Simon Josefsson  <jas@extundo.com>
21371
21372         * config/srclist.txt: Add memmem from glibc.
21373
21374 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21377
21378         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21379         modules/exclude, modules/getdate, modules/getline,
21380         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21381         modules/getusershell, modules/linebuffer, modules/md5,
21382         modules/mountlist, modules/posixtm, modules/readtokens,
21383         modules/readutmp, modules/regex, modules/sha1,
21384         modules/version-etc, modules/yesno:
21385         Remove dependency on unlocked-io.
21386
21387 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21388
21389         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21390
21391         * m4/unlocked-io.m4: Add copyright notice.
21392         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21393
21394 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21395
21396         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21397         * lib/xmalloc.c (xmemdup): Likewise.
21398         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21399         XFREE): Remove these long-obsolescent macros.
21400         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21401         * lib/xstrdup.c: Remove.
21402
21403         * lib/regex.c (re_comp): Cast gettext return value to char *,
21404         Problem reported by Martin Neitzel via Mark D. Baushke.
21405
21406 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21407
21408         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21409         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21410         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21411         regex.c, sha1.c, version-etc.c, yesno.c:
21412         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21413         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21414         the includer's responsibility.
21415
21416         Sync from coreutils.
21417
21418         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21419         points to the start of a string, as the C Standard says the
21420         resulting behavior is undefined.
21421
21422         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21423         simple -> simple_backups, numbered_existing ->
21424         numbered_existing_backups, numbered -> numbered_backups
21425         to avoid shadowing problems.  All uses changed.
21426         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21427         * lib/backupfile.c (check_extension, numbered_backup):
21428         Rename locals to avoid shadowing 'basename'.
21429         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21430         once.
21431
21432         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21433         * lib/.cvsignore: Add getopt.h.
21434
21435 2004-10-04  Bruno Haible  <bruno@clisp.org>
21436
21437         * modules/README: New file.
21438         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21439         not a module.
21440
21441 2004-10-02  Jim Meyering  <jim@meyering.net>
21442
21443         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21444
21445 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21446
21447         * modules/strsep: New file.
21448
21449 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21450
21451         * m4/strsep.m4: New file.
21452
21453 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21454
21455         * lib/strsep.h: New file.
21456         * lib/strsep.c: New file.
21457
21458 2004-10-01  Simon Josefsson  <jas@extundo.com>
21459
21460         * lib/snprintf.c (snprintf): Handle size==0.
21461
21462 2004-10-01  Simon Josefsson  <jas@extundo.com>
21463             Bruno Haible  <bruno@clisp.org>
21464
21465         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21466         (snprintf): Declare 'args'.
21467
21468 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21469
21470         * lib/snprintf.c: Remove comments as to why each header is needed.
21471
21472 2004-10-01  Bruno Haible  <bruno@clisp.org>
21473
21474         * MODULES.html.sh: Add strsep.
21475
21476 2004-09-30  Simon Josefsson  <jas@extundo.com>
21477
21478         * modules/snprintf: New file.
21479
21480 2004-09-30  Simon Josefsson  <jas@extundo.com>
21481
21482         * m4/snprintf.m4: New file.
21483
21484 2004-09-30  Simon Josefsson  <jas@extundo.com>
21485
21486         * lib/snprintf.h, lib/snprintf.c: New files.
21487
21488 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21489
21490         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21491         (hol_entry_help): Never translate an empty string.
21492         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21493         * lib/argp.h (OPTION_NO_TRANS): New option.
21494
21495 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21496
21497         * modules/argp (Maintainer): Replace Simon Josefsson
21498         by Sergey Poznyakoff.
21499
21500 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21501
21502         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21503         changes merged back into glibc.
21504
21505 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21506
21507         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21508
21509 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21510
21511         * lib/xvasprintf.c: Include xalloc.h.
21512         (xvasprintf): Use xalloc_die, not xmalloc_die.
21513
21514 2004-09-29  Bruno Haible  <bruno@clisp.org>
21515
21516         * modules/alloca-opt: New file, derived from modules/alloca.
21517         * modules/allocsa: Depend on alloca-opt instead of alloca.
21518         * modules/setenv: Likewise.
21519         * modules/vasnprintf: Likewise.
21520         * MODULES.html.sh: Add alloca-opt.
21521
21522 2004-09-28  Simon Josefsson  <jas@extundo.com>
21523
21524         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21525         LGPL, and to replace license template from GPL to LGPL.
21526
21527 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21528
21529         * modules/dummy: Change license to LGPL.
21530
21531 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21532
21533         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21534
21535 2004-09-24  Simon Josefsson  <jas@extundo.com>
21536
21537         * modules/minmax (License): Change from GPL to LGPL.
21538
21539 2004-09-23  Simon Josefsson  <jas@extundo.com>
21540
21541         * gnulib-tool (--import): Typo.
21542
21543 2004-09-23  Simon Josefsson  <jas@extundo.com>
21544
21545         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21546
21547 2004-09-22  Bruno Haible  <bruno@clisp.org>
21548
21549         * modules/*: Add 'License' field.
21550         * gnulib-tool: Accept --extract-license option.
21551         (func_get_license): New function.
21552
21553 2004-09-21  Bruno Haible  <bruno@clisp.org>
21554
21555         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21556         Reported by Simon Josefsson.
21557
21558 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21559
21560         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21561         gl_AC_TYPE_LONG_LONG.
21562
21563 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21564
21565         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21566
21567 2004-09-18  Simon Josefsson  <jas@extundo.com>
21568         and  Paul Eggert  <eggert@cs.ucla.edu>
21569
21570         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21571         calls with autoreconf.  Define GL_LIB.
21572
21573 2004-09-14  Karl Berry  <karl@gnu.org>
21574
21575         * config/srclist.txt: unsync setenv.c, sigh.
21576
21577 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21578
21579         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21580         Problem reported by Bruno Haible in:
21581         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21582
21583 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21584
21585         * config/srclist.txt: Comment out argp-pvh.c.
21586
21587 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21588
21589         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21590         in case some system header has #define'd it.  Problem reported by
21591         Soeren D. Schulze in
21592         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21593
21594 2004-09-09  Karl Berry  <karl@gnu.org>
21595
21596         * regex.[ch]: delete from the root.  These were supposed to be
21597                 synced with emacs cvs, but this has not happened for about
21598                 a year, and anyway nothing else uses emacs regex.[ch].
21599                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21600                 lib/regex[.ch] is untouched.
21601
21602 2004-09-09  Bruno Haible  <bruno@clisp.org>
21603
21604         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21605
21606 2004-09-09  Bruno Haible  <bruno@clisp.org>
21607
21608         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21609         modifications.
21610         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21611
21612 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21613
21614         * modules/xvasprintf: New file.
21615         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21616
21617 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21618
21619         * lib/xvasprintf.h: New file.
21620         * lib/xvasprintf.c: New file.
21621         * lib/xasprintf.c: New file.
21622
21623 2004-09-08  Bruno Haible  <bruno@clisp.org>
21624
21625         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21626
21627 2004-09-08  Bruno Haible  <bruno@clisp.org>
21628
21629         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21630         length is > INT_MAX.
21631         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21632         more.
21633
21634 2004-09-08  Bruno Haible  <bruno@clisp.org>
21635
21636         * lib/stdint_.h: New file, taken from GNU clisp.
21637
21638 2004-09-08  Bruno Haible  <bruno@clisp.org>
21639             Oskar Liljeblad  <oskar@osk.mine.nu>
21640
21641         * modules/stdint: New file.
21642         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21643
21644 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21645
21646         Import from coreutils.
21647         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21648         strings on unbounded length.  alloca's performance benefits aren't
21649         that important here.
21650         (V_STRDUP): Remove.
21651         (parse_with_separator): New function, with most of the internals
21652         of the old parse_user_spec.  Allow user to omit both user and group,
21653         for compatibility with FreeBSD.
21654         Clone only the user name, not the entire spec.
21655         Do not set *uid, *gid unless entirely successful.
21656         Avoid memory leak in some failing cases.
21657         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21658         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21659         (parse_user_spec): Rewrite to use parse_with_separator.
21660
21661 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21662
21663         * modules/userspec: Don't depend on alloca.
21664
21665 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21666
21667         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21668
21669 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21670
21671         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21672         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21673         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21674
21675 2004-08-16  Simon Josefsson  <jas@extundo.com>
21676
21677         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21678         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21679         Add --dry-run for --import.
21680         Let user provided command line parameters override configure.ac
21681         settings.
21682
21683 2004-08-12  Simon Josefsson  <jas@extundo.com>
21684
21685         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21686         as discussed with Paul Eggert in threads rooted at
21687         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21688         and
21689         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21690         Before, the test was empty, and relied on ELIDE_CODE in source
21691         code.)
21692         (gl_PREREQ_GETOPT): New macro.
21693         (gl_GETOPT): Use them.
21694
21695 2004-08-12  Simon Josefsson  <jas@extundo.com>
21696
21697         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21698         * lib/getopt_.h: Renamed from getopt.h.
21699
21700 2004-08-12  Simon Josefsson  <jas@extundo.com>
21701
21702         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21703         Change default library name from libfoo to libgnu.
21704         Now, if you have a configure.ac that says:
21705                 gl_SOURCE_BASE(gl)
21706                 gl_M4_BASE(gl/m4)
21707                 gl_MODULES(error getopt etcetera)
21708                 gl_INIT
21709         you can import all you need by running:
21710                 ../gnulib/gnulib-tool --import
21711
21712         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21713         (Makefile.am): Rewrite, use logic from argz.
21714         (Include): Use <getopt.h> instead of "getopt.h".
21715
21716 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21717
21718         * modules/argp (Files): Add m4/unlocked-io.m4.
21719         (Depends-on): Add extensions.
21720
21721 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21722
21723         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21724         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21725         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21726         Check for program_invocation_name, program_invocation_short_name,
21727         flockfile, funlockfile, features.h, _getopt_long_only_r.
21728
21729 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21730
21731         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21732         its complicated substitute.
21733         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21734         and program_invocation_name.
21735         (__argp_basename) [!_LIBC]: Remove; the only use was
21736         replaced by its body.
21737         (__argp_short_program_name): Change condition from
21738         !defined __argp_short_program_name to
21739         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21740         to match argp-namefrob.h.
21741         (__argp_failure): Don't assume strerror_r returns char *.
21742         * lib/argp-parse.c (N_): Define unconditionally.
21743         (argp_default_options): Fill out initializers with 0 to avoid
21744         gcc warnings.
21745
21746 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21747
21748         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21749         getopt1.c.
21750
21751 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         Merge from coreutils.
21754
21755         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21756
21757         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21758         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21759
21760 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         Merge from coreutils.
21763
21764         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21765         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21766         for Reliant Unix 5.43.
21767
21768         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21769         (union fooround): Use uintmax_t, not long int.
21770         The rest is a merge from libc:
21771         [defined _LIBC]: Include <shlib-compat.h>.
21772         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21773
21774         * lib/settime.c (settime): Recode to avoid warning with
21775         Sun Forte C 6U2.
21776
21777         * lib/strverscmp.c: Convert to UTF-8.
21778
21779 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21780
21781         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21782         m4/uintmax_t.m4.
21783
21784 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21785
21786         * modules/xalloc-die: New file.
21787         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21788
21789         * modules/md5 (Files): Add m4/uint32_t.m4.
21790         * modules/sha1: Renamed from modules/sha.
21791         (Files):
21792         Rename lib/sha.h to lib/sha1.h.
21793         Rename lib/sha.c to lib/sha1.c.
21794         Rename m4/sha.m4 to m4/sha1.m4.
21795         (lib_SOURCES): Likewise.
21796         (configure.ac): Rename gl_SHA to gl_SHA1.
21797         (Include): sha.h -> sha1.h.
21798
21799 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21800
21801         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21802         * m4/sha1.m4: Renamed from sha.m4.
21803         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21804
21805 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21806
21807         * lib/obstack.h (obstack_empty_p):
21808         Don't assume that chunk->contents is suitably aligned.
21809         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21810         Likewise. Problem reported by Benno in
21811         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21812
21813         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21814         readable.  This could be improved further but it'd take some work.
21815
21816 2004-08-08  Simon Josefsson  <jas@extundo.com>
21817
21818         * modules/xgethostname (Depends-on): Remove exit and error (not
21819         used).
21820
21821         * modules/getpass-gnu: Add getpass.h.
21822         (Depends-on): Add stdbool.
21823         * modules/getpass: Add getpass.h.
21824
21825 2004-08-08  Simon Josefsson  <jas@extundo.com>
21826
21827         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21828         Check getpass declaration.
21829
21830 2004-08-08  Simon Josefsson  <jas@extundo.com>
21831
21832         * lib/xgethostname.c: Don't include error.h (not used).
21833
21834         * lib/getpass.h: Add.
21835         * lib/getpass.c: Include getpass.h first.
21836
21837 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21838
21839         * lib/xalloc-die.c: New file.
21840         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21841         All uses removed.
21842         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21843         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21844         xalloc-die.c.
21845         (_, N_, xalloc_die): Move to xalloc-die.c.
21846         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21847         so that we needn't mess with xalloc_msg_memory_exhausted.
21848
21849         * lib/sha1.h: Renamed from sha.h.
21850         (SHA1_H): Renamed from _SHA_H.
21851         (sha1_ctx): Renamed from sha_ctx.
21852         (sha1_init_ctx): Renamed from sha_init_ctx.
21853         (sha1_process_block): Renamed from sha_process_block.
21854         (sha1_process_bytes): Renamed from sha_process_bytes.
21855         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21856         (sha1_read_ctx): Renamed from sha_read_ctx.
21857         (sha1_stream): Renamed from sha_stream.
21858         (sha1_buffer): Renamed from sha_buffer.
21859         * lib/sha1.c: Likewise; renamed from sha.c.
21860         Do not include <sys/types.h>.
21861         Include <stddef.h> rather than <stdlib.h>.
21862
21863 2004-08-08  Bruno Haible  <bruno@clisp.org>
21864
21865         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21866         FILESYSTEM_PREFIX_LEN.
21867         * lib/progreloc.c: Likewise.
21868         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21869
21870 2004-08-06  Simon Josefsson  <jas@extundo.com>
21871
21872         * modules/progname (Depends-on): Don't depend on stdbool.
21873
21874 2004-08-06  Simon Josefsson  <jas@extundo.com>
21875
21876         * modules/getsubopt: New file.
21877         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21878         getsubopt.
21879
21880 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21881
21882         More merge from coreutils.
21883
21884         * m4/utimens.m4, m4/utimecmp.m4: New files.
21885         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21886         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21887         prereq.m4, sha.m4: Import changes from coreutils.
21888
21889 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21890
21891         More merge from coreutils.
21892         * modules/raise, modules/readtokens0, modules/utimens:
21893         * modules/utimecmp, module/xnanosleep: New files.
21894         * modules/strftime: Add lib/strftime.h.
21895         Change include from <time.h> to "strftime.h".
21896         * modules/yesno: Add lib/yesno.h.
21897         * modules/backupfile: Remove lib/addext.c.
21898         * modules/euidaccess: Add stat-macros.h.
21899         * modules/canonicalize, modules/euidaccess,
21900         modules/filemode, modules/lchown, modules/makepath,
21901         modules/rmdir, modules/stat: Likewise.
21902
21903 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21904
21905         Merge from tar.
21906         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21907         SIZE_MAX is a valid preprocessor constant.
21908         (__argp_basename): Change from "#ifndef _LIBC"
21909         to "#ifndef __argp_short_program_name", so that
21910         we don't compile these functions for tar.
21911
21912         More merges from coreutils.
21913         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21914         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21915         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21916         * lib/addext.c: Remove; no longer needed.
21917         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21918         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21919         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21920         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21921         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21922         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21923         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21924         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21925         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21926         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21927         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21928         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21929         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21930         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21931         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21932         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21933         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21934         Import changes from coreutils.
21935
21936 2004-08-05  Simon Josefsson  <jas@extundo.com>
21937
21938         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21939
21940 2004-08-05  Simon Josefsson  <jas@extundo.com>
21941
21942         * m4/getsubopt.m4: New file.
21943
21944 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21945
21946         Merge from coreutils.
21947
21948         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21949         * m4/getcwd-path-max.m4: New files.
21950
21951         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21952         FILESYSTEM_PREFIX_LEN ->
21953         FILE_SYSTEM_PREFIX_LEN.
21954         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21955         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21956         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21957         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21958
21959         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21960         prerequisite modules now handle the DOS stuff.
21961         Don't check for unistd.h.
21962
21963 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21964
21965         Merge from coreutils.
21966
21967         * lib/.gdb-history: Remove; this doesn't belong here.
21968
21969         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21970         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21971         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21972         * lib/getcwd.c: New files.
21973
21974         * lib/dirname.h: Include <stdbool.h>.
21975         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21976         for consistency with POSIX terminology.  All uses changed.
21977         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21978         (strip_trailing_slashes): Use bool for booleans.
21979         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21980
21981         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21982         sometimes returns a positive errno value even when it succeeds.
21983         (print_errno_message) [!LIBC]: Fall back on strerror if
21984         __strerror_r fails.
21985
21986         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21987         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21988         (longest_relative_suffix): New function.
21989         (path_concat): Use it.  Assume first argument is not NULL.
21990         Port to DOS.  Omit redundant separators.
21991         Report an error instead of returning NULL.
21992         Use mempcpy instead of memcpy.
21993         (xpath_concat): Remove: not declared or used.
21994
21995         * lib/same.h: Include <stdbool.h>
21996         (same_name): Return bool, not int.
21997         * lib/same.c (same_name): Likewise.
21998         (errno): Don't declare; we assume C89 or better now.
21999
22000         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22001         if not already defined.
22002
22003         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22004         * lib/dup-safer.c (errno): Likewise.
22005
22006 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22007
22008         Merge from coreutils.
22009         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22010         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22011         * modules/path-concat: Don't depend on strdup.
22012
22013 2004-08-03  Simon Josefsson  <jas@extundo.com>
22014
22015         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22016         * lib/progname.h: Don't include stdbool.h.
22017
22018 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22019
22020         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22021         * MODULES.html.sh (func_all_modules): Remove fatal.
22022
22023 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22024
22025         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22026
22027 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22028
22029         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22030         working.
22031
22032 2004-08-02  Simon Josefsson  <jas@extundo.com>
22033
22034         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22035         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22036         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22037
22038 2004-08-01  Simon Josefsson  <jas@extundo.com>
22039
22040         * lib/xgetdomainname.c: Include stdlib.h, for free().
22041
22042 2004-07-19  Bruno Haible  <bruno@clisp.org>
22043
22044         * MODULES.html.sh (func_all_modules): Add dummy.
22045
22046 2004-07-16  Simon Josefsson  <jas@extundo.com>
22047
22048         * modules/dummy: New file.
22049
22050 2004-07-16  Simon Josefsson  <jas@extundo.com>
22051
22052         * lib/dummy.c: New file.
22053
22054 2004-07-16  Bruno Haible  <bruno@clisp.org>
22055
22056         * lib/backupfile.h: Add extern "C" for C++.
22057         * lib/closeout.h: Likewise.
22058         * lib/copy-file.h: Likewise.
22059         * lib/findprog.h: Likewise.
22060         * lib/full-write.h: Likewise.
22061         * lib/pathname.h: Likewise.
22062         * lib/progname.h: Likewise.
22063         * lib/stpcpy.h: Likewise.
22064         * lib/stpncpy.h: Likewise.
22065         * lib/strcase.h: Likewise.
22066         * lib/strstr.h: Likewise.
22067         * lib/xalloc.h: Likewise.
22068
22069         * lib/mbswidth.h: Add extern "C" for C++.
22070         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22071
22072 2004-07-13  Robert Millan  <robertmh@gnu.org>
22073
22074         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22075
22076 2004-07-09  Simon Josefsson  <jas@extundo.com>
22077
22078         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22079         failed without this.)
22080
22081 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22082
22083         * modules/chown (Files): Add lib/fchown-stub.c, since
22084         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22085
22086 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * lib/fchown-stub.c: New file.
22089
22090 2004-06-24  Jim Meyering  <jim@meyering.net>
22091
22092         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22093
22094 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22095
22096         * modules/argz: Omit "#include".
22097
22098         * MODULES.html.sh (func_all_modules): Add calloc, to match
22099         2004-06-01 addition of calloc module.
22100
22101 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22102
22103         * m4/argz.m4: New file, which is autoupdated from libtool.
22104
22105 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22106
22107         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22108         libtool.
22109
22110 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22111
22112         * config/srclist-update: Don't insist on "USA." before the
22113         close-comment, as libtool omits the period and puts the */ on a
22114         separate line.
22115         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22116         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22117
22118 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22119
22120         * modules/argz: New file.
22121         * MODULES.html.sh (func_all_modules): Add argz.
22122
22123 2004-06-12  Jim Meyering  <jim@meyering.net>
22124         and  Paul Eggert  <eggert@cs.ucla.edu>
22125
22126         * modules/hash (Files): Add lib/xalloc.h.
22127         * modules/pipe (Depends-on): Add wait-process.
22128         * modules/stat (Depends-on): Add xalloc.
22129         * modules/userspec (Files): Add lib/userspec.h.
22130         * modules/xstrto
22131
22132         Upgrade from gettext-0.13.
22133         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22134         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22135         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22136
22137 2004-06-10  Jim Meyering  <jim@meyering.net>
22138
22139         * lib/calloc.c: New file.
22140
22141 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         * lib/getdate.y (yylex): Allow space between sign and number.
22144         Problem reported by Dan Jacobson.
22145
22146 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22147
22148         Merge from coreutils CVS.
22149
22150         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22151         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22152         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22153         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22154         xstrtol.m4: Fix copyright date and/or serial number.
22155
22156         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22157         See if we need an fchown replacement.
22158         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22159         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22160         and use the replacement function if we detect either defect.
22161
22162         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22163         gl_UTIMECMP.
22164
22165 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22166         and  Jim Meyering  <jim@meyering.net>
22167
22168         Merge from coreutils CVS.
22169
22170         * lib/stat-macros.h: New file, with contents from file-type.h
22171         and coreutils' system.h.
22172         * lib/file-type.c: Include "stat-macros.h".
22173         * lib/file-type.h (file_type): Move all macro definitions to new file,
22174         stat-macros.h.
22175
22176         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22177         Wrap old code with this conditional.
22178         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22179         function that does not dereference symlinks.
22180         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22181
22182         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22183         dependency problems.
22184         (xreadlink): Accept new arg SIZE, for efficiency.
22185         All decls and uses changed.
22186         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22187
22188         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22189         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22190
22191         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22192         sysexits.h.
22193
22194 2004-06-01  Jim Meyering  <jim@meyering.net>
22195
22196         * m4/calloc.m4: New file.
22197
22198 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22201         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22202         Also, fix a typo in a diagnostic.
22203
22204 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22205
22206         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22207         or AC_FUNC_REALLOC.
22208
22209 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22210
22211         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22212         macros to be defined.
22213         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22214         the allocator returns NULL because the requested size is zero.
22215
22216 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22217
22218         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22219         var.  Add comment explaining why libc still defines it.  This
22220         merges the following patch from glibc:
22221         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22222
22223 2004-05-20  Andreas Schwab  <schwab@suse.de>
22224
22225         * m4/free.m4: Replace free if it not known to work, not the other
22226         way round.
22227
22228 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22231         present in glibc since revision 1.1 of this file.
22232         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22233         obstack_alignment_mask, obstack_alloc, obstack_base,
22234         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22235         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22236         obstack_grow0, obstack_init, obstack_int_grow,
22237         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22238         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22239         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22240         nonexistent functions.
22241
22242 2004-05-18  Karl Berry  <karl@gnu.org>
22243
22244         * config/srclist.txt: break link for vasnprintf.c.
22245
22246 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22247
22248         Port obstack to the AS/400, where pointers are 16 bytes wide and
22249         you cannot cast an integer to a valid pointer.  This patch is
22250         currently waiting to be integrated into glibc; see
22251         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22252
22253         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22254         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22255         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22256         (struct obstack): temp member is now a union of a pointer and
22257         an integer, instead of an integer.  All integer uses changed.
22258         This does not affect the physical layout of struct obstack,
22259         except on hosts (like the AS/400) where the size or alignment of
22260         void * is greater than that of ptrdiff_t.
22261         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22262         __STDC__)]: Store temporary in pointer member of union, not
22263         integer member.
22264         * lib/obstack.c: Include <stddef.h>, for offsetof.
22265         (struct fooalign): Remove; it doesn't need a name.
22266         (union fooround): Change double to long double, and add void *.
22267         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22268         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22269         not a macro.  Hence the values are always int; so remove all
22270         casts-to-int in uses.
22271
22272 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22273
22274         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22275         we can get this patch merged into glibc.
22276
22277 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22278             Paul Eggert  <eggert@cs.ucla.edu>
22279
22280         * m4/argp: Depend on alloca.
22281
22282 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22283             Paul Eggert  <eggert@cs.ucla.edu>
22284
22285         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22286         freecoding.
22287
22288 2004-05-17  Bruno Haible  <bruno@clisp.org>
22289
22290         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22291         precision that consists of a '.' followed by an empty digit string.
22292         Patch by Tor Lillqvist <tml@iki.fi>.
22293
22294 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22295
22296         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22297         for backward compatibility with older code.  We need our own
22298         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22299         it under some other name, and our alloca.h will define it.
22300
22301 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22302             Derek Price  <derek@ximbiot.com>
22303
22304         * lib/alloca.c: Include <alloca.h>, to get our interface.
22305         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22306         include <alloca.h> first.  Use C89 prototype for alloca; this
22307         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22308         Use #elif for simplicity, since we can assume C89 now.
22309         Don't try to source the system alloca.h since it will not be found
22310         and to prevent recursively including its replacement.
22311         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22312         * lib/regex.c: Likewise.
22313
22314 2004-05-16  Derek Price  <derek@ximbiot.com>
22315             Paul Eggert  <eggert@cs.ucla.edu>
22316
22317         getline cleanup.  This changes the getndelim2 API: both order of
22318         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22319         no delimiter).
22320
22321         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22322         interface does that.
22323         (getline): Always use getdelim, so that we don't have two
22324         copies of this code.
22325         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22326         if available.
22327         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22328         (GETNDELIM2_MAXIMUM): New macro.
22329         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22330         instead of the old practice of delim2==0.  All callers changed.
22331         Return -1 on overflow, instead of returning junk.
22332         Do not set *linesize unless allocation succeeds.
22333         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22334         that we include sys/types.h.
22335         * lib/getnline.h: Likewise.
22336         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22337         (getndelim2): Reorder arguments.
22338         * lib/getnline.c (getnline, getndelim):
22339         Don't discard the NMAX argument.
22340         (getnline): Invoke getndelim, to avoid code duplication.
22341         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22342         of (size_t) -1 by callers of the getnline family.
22343
22344 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22345
22346         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22347         Check for gettimeofday.
22348         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22349         Check for settimeofday, stime.
22350
22351 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22352
22353         * lib/nanosleep.c (suspended): Change its type from int to
22354         sig_atomic_t volatile.
22355         (first_call): Make it private to rpl_nanosleep, and have it
22356         be zero initially as that's a bit faster.
22357         (my_usleep): Round up fractional times instead of truncating them,
22358         as this is the usual meaning for 'sleep'.
22359
22360         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22361         doesn't work.
22362         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22363         (ENOSYS): Define if not defined.
22364         (settime): Fall back on stime if it exists and settimeofday fails.
22365         But don't bother with fallbacks if a method fails with errno == EPERM.
22366
22367 2004-05-11  Jim Meyering  <jim@meyering.net>
22368
22369         Prior to this change, the save_cwd caller required read access to the
22370         current directory on most systems (ones with the fchdir function).
22371
22372         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22373         fails, try write-only, and finally, resort to using xgetcwd.
22374
22375 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22376
22377         * lib/obstack.c, obstack.h: Import changes from libc.
22378
22379 2004-04-28  Bruno Haible  <bruno@clisp.org>
22380
22381         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22382         also implicitly appends .exe to executables.
22383         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22384         accepts Windows pathnames.
22385         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22386         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22387         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22388         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22389         Reported by Derek Robert Price <derek@ximbiot.com>.
22390
22391 2004-04-21  Karl Berry  <karl@gnu.org>
22392
22393         * config/srclist.txt (localcharset.c): break sync.
22394
22395 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22396
22397         * m4/host-os.m4: Add a copyright notice.
22398
22399 2004-04-20  Jim Meyering  <jim@meyering.net>
22400
22401         Change UTILS_ to gl_ in AC_DEFINE'd names.
22402         Change utils_- and jm_-prefixed variables, too.
22403         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22404         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22405         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22406
22407         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22408         Don't emit trailing blanks.
22409         Also rename jm_-prefixed variables to have gl_ prefix.
22410
22411         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22412         Also rename jm_-prefixed variables to have gl_ prefix.
22413
22414         * m4/jm-macros.m4: Reflect the renamings.
22415         * m4/prereq.m4: Likewise.
22416
22417 2004-04-20  Jim Meyering  <jim@meyering.net>
22418
22419         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22420         memory.
22421
22422 2004-04-20  Jim Meyering  <jim@meyering.net>
22423             Bruno Haible  <bruno@clisp.org>
22424
22425         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22426         memory when realloc fails.
22427
22428 2004-04-19  Jim Meyering  <jim@meyering.net>
22429
22430         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22431         now that readutmp.c may call `free (0)'.
22432
22433 2004-04-19  Bruno Haible  <bruno@clisp.org>
22434
22435         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22436         * m4/inttypes_h.m4: Likewise.
22437         * m4/stdint_h.m4: Likewise.
22438         * m4/intmax_t.m4: Likewise.
22439         * m4/uintmax_t.m4: Likewise.
22440
22441 2004-04-18  Jim Meyering  <jim@meyering.net>
22442
22443         * m4/prereq.m4: Don't forbid jm_ prefix.
22444
22445         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22446         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22447         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22448         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22449         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22450         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22451         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22452         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22453         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22454         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22455         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22456         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22457         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22458         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22459         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22460         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22461         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22462         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22463         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22464
22465 2004-04-18  Jim Meyering  <jim@meyering.net>
22466
22467         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22468         failure, don't leak memory and do call END_UTMP_ENT.
22469
22470 2004-04-16  Jim Meyering  <jim@meyering.net>
22471
22472         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22473         coreutils' stat program.
22474         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22475
22476 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22477
22478         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22479         C89.
22480         (CHAR_BIT): Remove, since we assume C89.
22481         Include <stdint.h> if available, as per current Autoconf CVS advice.
22482
22483 2004-03-31  Jim Meyering  <jim@meyering.net>
22484
22485         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22486         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22487         * m4/xalloc.m4: Likewise.
22488
22489 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22490
22491         Merge from coreutils.
22492
22493         * m4/inttostr.m4: New file.
22494         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22495         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22496         Require gl_CLOCK_TIME.
22497         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22498
22499 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22500
22501         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22502         not bool, to be more consistent with Unix conventions.
22503         Suggested by Bruno Haible.
22504
22505         Merge from coreutils.
22506
22507         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22508         * lib/umaxtostr.c: New files.
22509
22510         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22511         the usual <time.h> dance.
22512         (get_date): Change signature to support fractional time stamps.
22513         All callers changed.
22514         * lib/getdate.y: Include "getdate.h" first, as we can now
22515         assume C89 and don't need to worry about 'const'.
22516         Similarly, include "unlocked-io.h" near start, not in middle.
22517         Include <limits.h>.
22518         (textint.value): Use long int rather than int.
22519         (textint.digits): Use size_t rather than int.
22520         (BILLION, LOG10_BILLION): New constants.
22521         (parser_control): New member rel_ns.  Members day_ordinal,
22522         time_zone, month, day, hour, minutes, rel_year, rel_month,
22523         rel_day, rel_hour, rel_minutes, rel_seconds
22524         are now long int, not int.  Member seconds is now struct timespec,
22525         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22526         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22527         not int.
22528         (%union.intval): Now long int, not int.
22529         New member timespec.
22530         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22531         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22532         (spec): Now is a timespec or an item list.
22533         (timespec, items): New nonterminals.
22534         (time, rel, relunit, number, get_date):
22535         Add support for fractional seconds.
22536         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22537         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22538         (to_hour): First arg is now long int, not int.
22539         (to_year): Returns long int, not int.
22540         Don't treat year -70 like 70.
22541         (tm_diff): Returns long int, not int.
22542         (lookup_word): Use bool instead of int when appropriate.
22543         (yylex): Use size_t for count, not int.
22544         Detect overflow when parsing large integer constants.
22545         Add support for fractions.
22546         (get_date): Make pointers 'const' if possible.
22547         Use more-portable code to detect integer overflow.
22548         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22549         Don't use ctime; it's not reliable if the year has >4 digits.
22550
22551         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22552         This is for compatibility with BSD.
22553
22554         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22555         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22556         From coreutils' system.h.
22557
22558         * lib/userspec.c: Don't include "posixver.h".
22559         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22560         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22561         compatible extension.  Simplify code by removing a boolean int
22562         that was always nonzero if a string was nonnull.
22563
22564 2004-03-30  Jim Meyering  <jim@meyering.net>
22565
22566         Merge from coreutils.
22567
22568         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22569         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22570         on some systems one must include <grp.h> before it.
22571         Reported by Christian Krackowizer.
22572
22573 2004-03-30  Jim Meyering  <jim@meyering.net>
22574
22575         Merge from coreutils.
22576
22577         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22578
22579         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22580         an empty input stream.
22581
22582         * lib/readtokens.c: Include <stdbool.h>.
22583         (readtoken): Use `size_t' rather than int/long.
22584         All callers adjusted.
22585         Use `bool' rather than `int' where appropriate.
22586         Use memset rather than an explicit loop.
22587         Use x2nrealloc rather than xrealloc.
22588         Allow the use of `\0' as a delimiter.
22589         (readtokens): Likewise.
22590         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22591
22592 2004-03-30  Jim Meyering  <jim@meyering.net>
22593
22594         * m4/realloc.m4: Remove file, since now it does no more than
22595         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22596         the `configure.ac' section of module/realloc.
22597         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22598
22599 2004-03-30  Bruno Haible  <bruno@clisp.org>
22600
22601         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22602         nonnull.
22603
22604 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22605
22606         Merge changes to getloadavg.c from coreutils and Emacs.
22607
22608         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22609         Define to an expression, not to the empty string.
22610         Include cloexec.h and xalloc.h.
22611         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22612         Use set_cloexec_flag rather than rolling our own.
22613         * lib/cloexec.c, lib/cloexec.h: New files.
22614
22615 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22616
22617         * m4/cloexec.m4: New file.
22618
22619 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22620
22621         * lib/getopt.h: Sync with libc CVS.
22622
22623 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22624             Bruno Haible  <bruno@clisp.org>
22625
22626         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22627         mbswidth.
22628
22629 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22630             Bruno Haible  <bruno@clisp.org>
22631
22632         * lib/mbswidth.h: Include <wchar.h> only if
22633         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22634         <wchar.h>.
22635         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22636
22637 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22638
22639         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22640         Sync with libc CVS.
22641         * lib/getopt_int.h: New file, also synced from libc.
22642
22643 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22644
22645         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22646         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22647         Bring back getopt.c, getopt.h, getopt1.c.
22648
22649 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22650
22651         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22652         All uses changed.  Check for sa_sigaction member; this fixes
22653         a bug first reported by Jason Andrade in
22654         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22655
22656 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22657
22658         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22659         '#if' expressions.  Unlike the code it replaces, it does not
22660         depend on (defined _SC_PAGESIZE).  However, it does depend on
22661         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22662         first reported by Jason Andrade in
22663         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22664
22665 2004-02-25  Simon Josefsson  <jas@extundo.com>
22666
22667         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22668
22669 2004-02-25  Simon Josefsson  <jas@extundo.com>
22670
22671         * lib/strdup.h: New file.
22672         * lib/strdup.c: Include it.
22673         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22674         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22675
22676 2004-02-23  Karl Berry  <karl@gnu.org>
22677
22678         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22679         (from fencepost.gnu.org:/gd/gnuorg).
22680
22681 2004-02-23  Karl Berry  <karl@gnu.org>
22682
22683         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22684         * config/srclist.txt: add maintain/standards documents.
22685
22686 2004-02-18  Bruno Haible  <bruno@clisp.org>
22687
22688         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22689         Reported by Derek Robert Price <derek@ximbiot.com>.
22690
22691 2004-02-16  Karl Berry  <karl@gnu.org>
22692
22693         * config/mkinstalldirs, install-sh: update from automake.
22694
22695 2004-02-06  Karl Berry  <karl@gnu.org>
22696
22697         * m4/po.m4: update from gettext 0.14.1.
22698
22699 2004-02-06  Karl Berry  <karl@gnu.org>
22700
22701         * lib/config.charset: update from gettext 0.14.1.
22702
22703 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22704
22705         Add comments and code, prompted by suggestions from Bruno Haible
22706         for sh-quote.
22707         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22708         describing the enum quoting_style values.
22709         * lib/quotearg.c (quotearg_alloc): New function.
22710         (quotearg_buffer_restyled): Treat lone { and } as special.
22711         Treat = as special.  Work around bug with older shells
22712         that "see" a '\' that is really the 2nd byte of a multibyte char.
22713         Quote empty string with shell_quoting_style.
22714
22715 2004-02-03  Bruno Haible  <bruno@clisp.org>
22716
22717         * m4/pipe.m4: New file, from GNU gettext.
22718
22719 2004-02-03  Bruno Haible  <bruno@clisp.org>
22720
22721         * lib/pipe.h: New file, from GNU gettext.
22722         * lib/pipe.c: New file, from GNU gettext.
22723
22724 2004-01-27  Bruno Haible  <bruno@clisp.org>
22725
22726         * m4/execute.m4: New file, from GNU gettext.
22727
22728 2004-01-27  Bruno Haible  <bruno@clisp.org>
22729
22730         * lib/execute.h: New file, from GNU gettext.
22731         * lib/execute.c: New file, from GNU gettext.
22732         * lib/w32spawn.h: New file, from GNU gettext.
22733
22734 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22735
22736         Merge from diffutils.
22737
22738         * lib/file-type.c (file_type): Add typed memory objects.
22739         * lib/file-type.h (S_TYPEISTMO): New macro.
22740
22741         * lib/c-stack.h (c_stack_action): Remove argv argument.
22742         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22743         (die): Don't calculate message unless segv_action returns.
22744         (get_stack_location, min_address_from_argv, max_address_from_argv,
22745         volatile stack_base, volatile_stack_size): Remove.
22746         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22747         that every segmentation violation is a stack overflow.  (Ouch!)
22748         See Debian bug 136249 (still outstanding) for more info about why
22749         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22750
22751 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22752
22753         Exit-status fix from coreutils.
22754
22755         Use exit_failure consistently in place of EXIT_FAILURE,
22756         so that program exit statuses are consistent on failure.
22757
22758         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22759         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22760         * lib/argmatch.h: Comment fix to match the above.
22761         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22762         Now a macro referring to exit_failure, instead of a separate
22763         variable.  Include "exitfail.h" to get it.
22764         * lib/xstrtol.h: Include "exitfail.h".
22765         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22766
22767         * lib/long-options.c (parse_long_options): Use prototype
22768         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22769         for clarity.
22770
22771 2004-01-21  Jim Meyering  <jim@meyering.net>
22772
22773         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22774         so as not to conflict with a different-sized __mktime_internal
22775         function in GNU libc.
22776         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22777         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22778
22779 2004-01-20  Karl Berry  <karl@gnu.org>
22780
22781         * config/config.guess: update from config.
22782
22783         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22784
22785 2004-01-20  Bruno Haible  <bruno@clisp.org>
22786
22787         Safer stack allocation.
22788         * lib/setenv.c: Include allocsa.h.
22789         (alloca): Remove fallback definition.
22790         (freea): Remove macro.
22791         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22792         instead of freea.
22793
22794 2004-01-20  Bruno Haible  <bruno@clisp.org>
22795
22796         * m4/eealloc.m4: New file, from GNU gettext.
22797
22798 2004-01-20  Bruno Haible  <bruno@clisp.org>
22799
22800         * m4/allocsa.m4: New file, from GNU gettext.
22801
22802 2004-01-20  Bruno Haible  <bruno@clisp.org>
22803
22804         * lib/xallocsa.h: New file, from GNU gettext.
22805         * lib/xallocsa.c: New file, from GNU gettext.
22806
22807 2004-01-20  Bruno Haible  <bruno@clisp.org>
22808
22809         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22810
22811 2004-01-20  Bruno Haible  <bruno@clisp.org>
22812
22813         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22814         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22815         specially.
22816
22817 2004-01-20  Bruno Haible  <bruno@clisp.org>
22818
22819         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22820         patch.
22821
22822 2004-01-20  Bruno Haible  <bruno@clisp.org>
22823
22824         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22825
22826 2004-01-20  Bruno Haible  <bruno@clisp.org>
22827
22828         * lib/eealloc.h: New file.
22829
22830 2004-01-20  Bruno Haible  <bruno@clisp.org>
22831
22832         * lib/binary-io.h: Avoid warnings on Cygwin.
22833
22834 2004-01-20  Bruno Haible  <bruno@clisp.org>
22835
22836         * lib/allocsa.h: New file, from GNU gettext.
22837         * lib/allocsa.c: New file, from GNU gettext.
22838
22839 2004-01-18  Karl Berry  <karl@gnu.org>
22840
22841         * doc/gpl.texi, doc/lgpl.texi: new files.
22842
22843 2004-01-18  Karl Berry  <karl@gnu.org>
22844
22845         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22846         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22847
22848 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22849
22850         Merge from coreutils.
22851
22852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22853         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22854         (gl_DEFAULT_POSIX2_VERSION): Move
22855         the documentation from 'configure' into 'config.hin',
22856         so that 'configure --help' isn't burdened by it and
22857         we don't have to worry about its formatting there.
22858         Reword the documentation so that it's more succinct
22859         and can be run together into a single paragraph.
22860         * m4/same.m4 (gl_SAME): Check for pathconf.
22861
22862 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22863
22864         Merge from coreutils.
22865
22866         * lib/posixver.c: Include posixver.h.
22867
22868         * lib/same.c: Include <stdbool.h>, <limits.h>.
22869         (_POSIX_NAME_MAX): Define if not defined.
22870         (MIN): New macro.
22871         (same_name): If file names are silently truncated, report
22872         that the file names are the same if they are the same after
22873         the silent truncation.
22874
22875         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22876         conversion function.
22877         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22878         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22879         longer needed.
22880
22881 2004-01-15  Jim Meyering  <jim@meyering.net>
22882
22883         Merge from coreutils.
22884
22885         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22886         if no library is required.
22887         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22888         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22889         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22890         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22891         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22892         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22893         value, $ac_cv_search_crypt, if it's "none required".
22894         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22895         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22896         not gl_FUNC_GETLOADAVG.
22897         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22898         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22899
22900 2004-01-15  Jim Meyering  <jim@meyering.net>
22901
22902         Merge from coreutils.
22903
22904         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22905         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22906         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22907
22908         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22909         optional configure-time default.
22910
22911         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22912
22913         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22914
22915 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22916
22917         Merge from coreutils.
22918
22919         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22920         value, $ac_cv_search_nanosleep, if it's "none required".
22921
22922 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22923
22924         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22925         with like-named macro in fnmatch.c.
22926         (EXT): Use an internal constant instead.
22927
22928         Merge fnmatch patches from glibc.
22929         * lib/fnmatch.c (mbsinit): Remove define.
22930         Add libc_hidden_ver (__fnmatch, fnmatch).
22931         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22932         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22933
22934 2004-01-14  Karl Berry  <karl@gnu.org>
22935
22936         * config/install-sh: update from automake.
22937
22938 2004-01-13  Karl Berry  <karl@gnu.org>
22939
22940         * config/install-sh: update from automake.
22941
22942 2004-01-09  Karl Berry  <karl@gnu.org>
22943
22944         * config/install-sh: update from automake.
22945
22946 2004-01-05  Karl Berry  <karl@gnu.org>
22947
22948         * config/config.{sub,guess}: update from config.
22949
22950 2003-12-31  Karl Berry  <karl@gnu.org>
22951
22952         * config/depcomp: update from automake.
22953
22954 2003-12-14  Karl Berry  <karl@gnu.org>
22955
22956         * lib/config.charset: update from gettext-runtime.
22957
22958 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22959
22960         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22961         Bug reported by Alfred M. Szmidt.
22962
22963 2003-12-03  Bruno Haible  <bruno@clisp.org>
22964
22965         * m4/gettext.m4: Upgrade from gettext-0.13.
22966         * m4/po.m4: Upgrade from gettext-0.13.
22967         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22968         * m4/intmax.m4: New file, from gettext-0.13.
22969         * m4/printf-posix.m4: New file, from gettext-0.13.
22970
22971 2003-11-29  Karl Berry  <karl@gnu.org>
22972
22973         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22974
22975 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22976             Bruno Haible  <bruno@clisp.org>
22977
22978         * lib/printf-parse.h: Don't include sys/types.h.
22979         (ARG_NONE): New macro.
22980         (char_directive): Change type of *arg_index fields to size_t.
22981         * lib/printf-parse.c: Don't include sys/types.h.
22982         (SSIZE_MAX): Remove macro.
22983         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22984         Remove unnecessary overflow check.
22985         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22986         fields.
22987
22988 2003-11-25  Bruno Haible  <bruno@clisp.org>
22989
22990         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22991
22992 2003-11-25  Bruno Haible  <bruno@clisp.org>
22993
22994         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22995         gt_TYPE_SSIZE_T.
22996
22997 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22998
22999         * modules/alloca: Remove dependency on xalloc.
23000
23001 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23002
23003         * lib/alloca.c: Remove dependency on xalloc module.
23004         (xalloc_die): Remove.
23005         (memory_full) [!defined emacs]: New macro.
23006         [!defined emacs]: Don't include xalloc.h.
23007         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23008         address arithmetic overflows.  Change datatypes a bit to avoid
23009         unnecessary casts.
23010
23011 2003-11-22  Jim Meyering  <jim@meyering.net>
23012
23013         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23014         s/size/size_t/.
23015
23016 2003-11-21  Karl Berry  <karl@gnu.org>
23017
23018         * config/config.{sub,guess}: update from config.
23019
23020 2003-11-18  Karl Berry  <karl@gnu.org>
23021
23022         * config/config.{sub,guess}: update from config.
23023
23024         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23025
23026 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23027
23028         * README: Mention that S+T cannot overflow if S is the size of
23029         an existing object and T is sufficiently small.
23030
23031 2003-11-17  Jim Meyering  <jim@meyering.net>
23032
23033         On systems without utime and without a utimes function capable of
23034         dealing with a NULL struct utimbuf* argument, this utime replacement
23035         could -- in unusual circumstances -- leak a file descriptor.
23036         * lib/utime.c: Include <unistd.h> and <errno.h>.
23037         (utime_null): Be sure to close `fd' and to preserve errno.
23038         Reported by Geoff Collyer via Arnold Robbins.
23039
23040 2003-11-17  Bruno Haible  <bruno@clisp.org>
23041
23042         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23043         (Depends-on): Add xsize.
23044
23045 2003-11-17  Bruno Haible  <bruno@clisp.org>
23046
23047         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23048
23049 2003-11-17  Bruno Haible  <bruno@clisp.org>
23050
23051         * lib/vasnprintf.c (alloca): Remove fallback definition.
23052         (freea): Remove definition.
23053         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23054         Reported by Paul Eggert.
23055
23056 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23057             Bruno Haible  <bruno@clisp.org>
23058
23059         Protect against address arithmetic overflow.
23060         * lib/printf-args.h: Include stddef.h.
23061         (arguments): Change type of field 'count' to size_t.
23062         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23063         'unsigned int' where appropriate.
23064         * lib/printf-parse.h: Include sys/types.h.
23065         (char_directive): Change type of *arg_index fields to ssize_t.
23066         (char_directives): Change type of fields 'count', max_*_length to
23067         size_t.
23068         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23069         (SSIZE_MAX): Define fallback value.
23070         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23071         instead of 'int' where appropriate. Check a_allocated, d_allocated
23072         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23073         * lib/vasnprintf.c: Include xsize.h.
23074         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23075         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23076         overflow. Avoid wraparound when converting a width or precision from
23077         decimal to binary.
23078
23079 2003-11-16  Bruno Haible  <bruno@clisp.org>
23080
23081         Update from GNU gettext.
23082         * lib/printf-parse.c: Generalize to it can be compiled for wide
23083         strings.
23084         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23085         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23086         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23087         SNPRINTF): New macros.
23088         Don't include <alloca.h> if the file is used inside libintl.
23089         (local_wcslen): New function, for Solaris 2.5.1.
23090         (VASNPRINTF): Use it instead of wcslen.
23091
23092 2003-11-16  Bruno Haible  <bruno@clisp.org>
23093
23094         * lib/xsize.h (xmax): New function.
23095         (xsum, xsum3, xsum4): Declare as "pure" functions.
23096
23097 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23098
23099         * modules/xalloc (Files): Undo latest change, since xalloc.h
23100         no longer needs SIZE_MAX or PTRDIFF_MAX.
23101
23102 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23103
23104         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23105         gl_PTRDIFF_MAX.
23106
23107 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23108
23109         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23110         "return", to pacify some unknown compiler.  Problem reported
23111         by Joerg Schilling.
23112
23113 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23114
23115         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23116         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23117         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23118         heuristic is just as accurate as far as we know, and it removes a
23119         dependency on size_max.m4 and ptrdiff_max.m4.
23120
23121 2003-11-11  Bruno Haible  <bruno@clisp.org>
23122
23123         * modules/xsize (Files): Add m4/size_max.m4.
23124         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23125
23126 2003-11-11  Bruno Haible  <bruno@clisp.org>
23127
23128         * m4/size_max.m4: New file.
23129         * m4/ptrdiff_max.m4: New file.
23130         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23131         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23132         (gl_XALLOC): Invoke it.
23133
23134 2003-11-11  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23137         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23138         defined.
23139
23140 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23141
23142         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23143         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23144         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23145         From Bruno Haible.
23146         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23147         not (size_t) -1, since it's defined here.
23148
23149 2003-11-09  Karl Berry  <karl@gnu.org>
23150
23151         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23152
23153 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23154
23155         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23156         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23157         Reject sizes of exactly SIZE_MAX bytes.
23158         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23159         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23160
23161 2003-11-05  Bruno Haible  <bruno@clisp.org>
23162
23163         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23164         SIZE_MAX defined in <limits.h> on Solaris.
23165
23166 2003-11-04  Jim Meyering  <jim@meyering.net>
23167
23168         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23169         variable names, rather than @VAR@.
23170         * modules/poll: Likewise.
23171
23172 2003-11-04  Bruno Haible  <bruno@clisp.org>
23173
23174         * modules/xsize: New file.
23175         * modules/linebreak: Depend on xsize.
23176         * MODULES.html.sh (func_all_modules): Add xsize.
23177
23178 2003-11-04  Bruno Haible  <bruno@clisp.org>
23179
23180         * m4/xsize.m4: New file.
23181
23182 2003-11-04  Bruno Haible  <bruno@clisp.org>
23183
23184         * lib/xsize.h: New file.
23185         * lib/linebreak.c: Include xsize.h.
23186         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23187         argument for overflow.
23188         Suggested by Paul Eggert.
23189
23190 2003-11-03  Karl Berry  <karl@gnu.org>
23191
23192         * config/config.{guess,sub}: update from config.
23193
23194 2003-11-03  Jim Meyering  <jim@meyering.net>
23195
23196         * modules/userspec (lib_SOURCES): Add userspec.h.
23197         (Include): Add "userspec.h".
23198         Improve description.
23199
23200 2003-11-03  Jim Meyering  <jim@meyering.net>
23201
23202         * lib/userspec.c: Include "userspec.h".
23203         * lib/userspec.h: New file.
23204
23205 2003-11-03  Bruno Haible  <bruno@clisp.org>
23206
23207         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23208
23209 2003-11-03  Bruno Haible  <bruno@clisp.org>
23210
23211         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23212         available, to avoid (extremely rare) race condition.
23213         Suggested by Paul Eggert.
23214
23215 2003-11-02  Karl Berry  <karl@gnu.org>
23216
23217         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23218
23219 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23220
23221         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23222         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23223         (read_filesystem_list): Set and use me_type_malloced.
23224         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23225         whatever the type happens to be), for brevity and consistency.
23226         Check for size calculation overflow on Alphas running OSF/1.
23227
23228 2003-10-31  Jim Meyering  <jim@meyering.net>
23229
23230         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23231
23232         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23233
23234 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23235             Bruno Haible  <bruno@clisp.org>
23236
23237         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23238         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23239
23240 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23241
23242         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23243         netbsd*-gnu*.  Suggested by Robert Millan.
23244
23245 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23246
23247         * modules/group-member: Depend on stdbool.
23248
23249 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23250
23251         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23252
23253 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23254
23255         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23256         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23257         after the 'gnu' in these cases.  This fixes some bugs in the
23258         previous change, and is based on suggestions by Robert Millan.
23259
23260 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23261
23262         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23263         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23264         no longer needed.
23265         * lib/quotearg.c (quotearg_n_options): Use it.
23266         * lib/group-member.c: Include <stdbool.h>.
23267         (free_group_info): Arg is now const *; don't free arg.
23268         (get_group_info): Now returns bool and accepts struct group_info *,
23269         rather than returning a malloc'ed struct group_info *.
23270         All uses changed.  Check for overflow in internal size calculation.
23271
23272         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23273         rather than xmalloc/xrealloc.
23274         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23275         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23276         conformance bug: the old code used a pointer after freeing the
23277         storage that it addressed.
23278         * lib/hash.c (hash_initialize): Simplify the code by using
23279         xalloc_oversized rather than doing it by hand.
23280         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23281         the buffer preserved.  Use free and xmalloc instead.
23282         * lib/quotearg.c (quotearg_n_options): Likewise.
23283         Use a simpler test for size overflow.  Don't use xalloc_oversized
23284         because unsigned int might be wider than size_t (!); this suggests
23285         that we should switch from unsigned int to size_t for slot numbers.
23286
23287 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23288
23289         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23290         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23291         NetBSD kernels.  Requested by Richard Stallman.
23292
23293 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23294
23295         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23296         to allocate the returned structure.  Do not allocate a subarray,
23297         as x2nrealloc will do that.
23298         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23299         instead of xnrealloc.
23300         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23301
23302 2003-10-27  Bruno Haible  <bruno@clisp.org>
23303
23304         * lib/stdbool_.h: Better support for BeOS.
23305
23306 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23307
23308         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23309         now uses inline.
23310
23311 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23312
23313         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23314         callers that want to do their own size-overflow checking.  Include
23315         <stdbool.h>, since xalloc_oversized returns bool.
23316         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23317         to use xalloc_oversized.
23318
23319         Add two functions x2realloc, x2nrealloc, for programs that grow
23320         arrays dynamically by doubling their sizes.
23321         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23322         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23323         New functions.
23324
23325         Port to C99 semantics for 'inline' of external functions.
23326         Bug reported by Bruno Haible.
23327         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23328         with the old contents of xnmalloc.
23329         (xnmalloc, xmalloc): Use it.
23330         (xnrealloc_inline): New static inline function,
23331         with the old contents of xnrealloc.
23332         (xnrealloc, xrealloc): Use it.
23333
23334         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23335         that.
23336
23337 2003-10-26  Karl Berry  <karl@gnu.org>
23338
23339         * config/srclist.txt (COPYING.DOC): no longer available from
23340         /gd/gnuorg; don't know where the ultimate source is.
23341
23342 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23343
23344         Fix several address-calculation bugs in the hash modules,
23345         plus some minor code cleanup.
23346
23347         * lib/hash.h: Include <stdbool.h>, for bool.
23348         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23349         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23350         hash_get_n_entries, hash_get_max_bucket_length,
23351         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23352         hash_rehash): Use size_t rather than unsigned.
23353         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23354         hash_get_n_buckets_used, hash_get_n_entries,
23355         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23356         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23357         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23358         Likewise.
23359         (SIZE_MAX): Define if not defined.
23360         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23361         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23362         hash_print):
23363         Use const * when possible.
23364         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23365         (check_tuning): Fix bug: if tuning parameters were very close to
23366         0 or 1, rounding errors could have caused subscript violations.
23367         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23368         (hash_initialize): Add 'fail:' label
23369         to free table and return NULL, and use it to simplify code.
23370         Use calloc rather than clearing the storage ourself.
23371         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23372         buffer size calculations.
23373         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23374         Include <stddef.h>, for size_t.
23375         * lib/hash-pjw.c (hash_pjw): Likewise.
23376         Switch to method described by Bruno Haible.
23377         Include <limits.h>, for CHAR_BIT.
23378         (SIZE_BITS): New macro.
23379
23380 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23381
23382         * m4/getline.m4 (AM_FUNC_GETLINE):
23383         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23384         hosts.  Problem reported by Derek Robert Price in
23385         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23386         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23387         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23388
23389 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23390
23391         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23392         ceiling the allocation at NMAX bytes rather than silently
23393         discarding input bytes before NMAX is reached.  This makes
23394         a difference only if NMAX exceeds SIZE_MAX / 2.
23395
23396         * lib/obstack.c: Merge from glibc.
23397         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23398         Add libc_hidden_def (_obstack_newchunk).
23399         (_obstack_free) [! defined _LIBC]: Remove.
23400         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23401         a clone of the function body.
23402         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23403         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23404
23405         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23406         glibc.
23407         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23408         arg to memcpy.
23409
23410         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23411         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23412         Don't use lvalue casts, as GCC plans to remove support for them
23413         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23414         was also present in the non-GCC version, indicating that this
23415         code had always been buggy and had never been widely used.
23416         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23417         Use the fast variant of each macro, rather than copying the
23418         definiens of the fast variant; that way, we'll be more likely to
23419         catch future bugs in the fast variants.
23420
23421 2003-10-20  Bruno Haible  <bruno@clisp.org>
23422
23423         * modules/wait-process: New file.
23424         * MODULES.html.sh (func_all_modules): Add wait-process.
23425
23426 2003-10-20  Bruno Haible  <bruno@clisp.org>
23427
23428         * m4/wait-process.m4: New file.
23429
23430 2003-10-20  Bruno Haible  <bruno@clisp.org>
23431
23432         * lib/wait-process.h: New file, from GNU gettext.
23433         * lib/wait-process.c: New file, from GNU gettext.
23434
23435 2003-10-19  Jim Meyering  <jim@meyering.net>
23436
23437         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23438         HPUX 10.20.
23439
23440 2003-10-18  Karl Berry  <karl@gnu.org>
23441
23442         * config/config.guess: update from config.
23443
23444 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23445
23446         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23447         (getgroups): First arg is int, not size_t.
23448         Don't let 'free' mangle errno.
23449
23450 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23451
23452         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23453
23454 2003-10-16  Karl Berry  <karl@gnu.org>
23455
23456         * config/config.{guess,sub}: update from config.
23457
23458 2003-10-16  Jim Meyering  <jim@meyering.net>
23459
23460         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23461         memcpy.
23462
23463 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23464
23465         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23466         (SIZE_MAX): Remove.
23467         (new_exclude, add_exclude_file): Initial size no longer needs to
23468         be a power of 2.
23469         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23470         our own address arithmetic overflow checking.
23471
23472         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23473         (fnmatch): Do not alloca more than 2000 wide characters;
23474         instead, use malloc for large buffers.
23475         Check for address arithmetic overflow, and return -1
23476         with errno set to ENOMEM in that case.
23477         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23478         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23479         instead, return -1.  Check for address arithmetic overflow.
23480
23481 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23482
23483         Handle invalid suffixes and overflow independently, so that
23484         callers can treat them independently as needed.  Fix some bugs in
23485         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23486         suffix for a human-readable blocksize.  The major caller-visible
23487         change is the addition of a new
23488         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23489         that both overflow and suffix chars were found.
23490
23491         * lib/human.c (humblock): Don't check separately for invalid suffix
23492         char; that is xstrtoumax's job (now that its bug is fixed).
23493         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23494         INTMAX_MAX]: New macros.
23495         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23496         TYPE_MAXIMUM): New macros.
23497         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23498         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23499         if overflow occurs, as it's what __strtol does and it's more useful
23500         in practice.
23501         (__xstrtol): If __strtol reports some error other than ERANGE,
23502         reflect it to the caller as LONGINT_INVALID.  If it reports
23503         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23504         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23505         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23506         value.
23507         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23508         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23509         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23510         [defined UINTMAX_MAX]: New macros.
23511
23512 2003-10-14  Bruno Haible  <bruno@clisp.org>
23513
23514         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23515
23516 2003-10-14  Bruno Haible  <bruno@clisp.org>
23517
23518         * m4/sig_atomic_t: New file, from GNU gettext.
23519         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23520
23521 2003-10-14  Bruno Haible  <bruno@clisp.org>
23522
23523         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23524         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23525         Also use volatile where needed.
23526
23527 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23528
23529         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23530         Change maintainer from Bruno Haible to 'all'.
23531
23532 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23533
23534         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23535
23536 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23537
23538         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23539         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23540         and define in terms of the other primitives.
23541         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23542         (SIZE_MAX): Define if not already defined.
23543         (array_size_overflow): New function.
23544         (xalloc_die): Abort instead of exiting if 'error' returns.
23545         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23546         (xmalloc, xrealloc): Use them.
23547         (xcalloc): Check for address arithmetic overflow.
23548         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23549         a bit faster than strcpy.
23550
23551 2003-10-10  Simon Josefsson  <jas@extundo.com>
23552
23553         * modules/argp (Depends-on): Add restrict and strcase.
23554
23555 2003-10-10  Simon Josefsson  <jas@extundo.com>
23556
23557         * m4/argp.m4: Add AC_C_INLINE.
23558
23559 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23560
23561         Merge getpass from libc, plus a few fixes.
23562
23563         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23564         Include <stdbool.h>.
23565         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23566         __fsetlocking to empty.
23567         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23568         do include <bits/libc-lock.h>.
23569         Do not include <fcntl.h>; not needed.
23570         [_LIBC]: Include <wchar.h>.
23571         (NOTCANCEL_MODE): New macro.
23572         (flockfile, funlockfile) [_LIBC]: New macros.
23573         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23574         [!_LIBC]: New macros.
23575         (call_fclose): New function.
23576         (getpass): Use it.  Save tty stream separately; this simplifies the
23577         code and makes it more reliable if stdin happens to equal stdout.
23578         Invoke __fsetlocking on tty.
23579         Handle thread cancellation if needed.
23580         Namespace cleanup (use __tcgetattr, __getline).
23581         Use bool for Booleans.
23582         [USE_IN_LIBIO]: Handle wide streams.
23583         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23584         stream might go where.
23585
23586         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23587         doesn't have to include <stdio.h> before us.
23588         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23589         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23590         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23591         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23592         if not declared, so that we can use getpass.c code from libc without
23593         rewriting it.
23594         (flockfile, ftrylockfile, funlockfile): New macros.
23595
23596 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23597
23598         * modules/getpass: Depend on stdbool.
23599
23600 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23601
23602         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23603
23604 2003-10-07  Karl Berry  <karl@gnu.org>
23605
23606         * config/config.{guess,sub}: update from config.
23607
23608 2003-10-06  Jim Meyering  <jim@meyering.net>
23609             Bruno Haible  <bruno@clisp.org>
23610
23611         This lets translators provide better translations for the
23612         "Written by ..." part of --version output.
23613         * lib/version-etc.h: Include stdarg.h.
23614         (version_etc_copyright): Declare as readonly.
23615         (version_etc): Make this function variadic with a NULL-terminated list
23616         of author name strings.
23617         (version_etc_va): New declaration.
23618         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23619         (version_etc_copyright): Declare as readonly.
23620         (version_etc_va): New function. Provide a different translatable string
23621         for each possible number of authors < 10. Abbreviate when there are 10
23622         authors or more.
23623         (version_etc): Make this function variadic. Call version_etc_va.
23624         Suggestion from Gary V. Vaughan.
23625
23626         * lib/long-options.h (parse_long_options): Change prototype: the
23627         authors string is moved to the end and becomes variadic.
23628         * lib/long-options.c: Include stdarg.h.
23629         (parse_long_options): Make this function variadic, too.
23630         Call version_etc_va, not version_etc.
23631
23632 2003-10-06  Bruno Haible  <bruno@clisp.org>
23633
23634         * modules/version-etc-2: Remove file.
23635         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23636
23637 2003-10-06  Bruno Haible  <bruno@clisp.org>
23638
23639         * modules/fatal-signal: New file.
23640         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23641
23642 2003-10-06  Bruno Haible  <bruno@clisp.org>
23643
23644         * m4/fatal-signal.m4: New file.
23645         * m4/signalblocking.m4: New file, from GNU gettext.
23646
23647 2003-10-06  Bruno Haible  <bruno@clisp.org>
23648
23649         * lib/version-etc-2.h: Remove file.
23650         * lib/version-etc-2.c: Remove file.
23651
23652 2003-10-06  Bruno Haible  <bruno@clisp.org>
23653
23654         * lib/fatal-signal.h: New file, from GNU gettext.
23655         * lib/fatal-signal.c: New file, from GNU gettext.
23656
23657 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23658
23659         * README: Rework advice for preventing empty .o files.
23660         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23661         not <sys/types.h>.
23662
23663 2003-10-04  Karl Berry  <karl@gnu.org>
23664
23665         * lib/argp*: update from libc.
23666
23667 2003-10-04  Karl Berry  <karl@gnu.org>
23668
23669         * config/config.{guess,sub}: update from config.
23670
23671 2003-10-02  Bruno Haible  <bruno@clisp.org>
23672
23673         * modules/lchown (Include): Add lchown.h.
23674         * modules/time_r (Include): Use "..." syntax.
23675         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23676
23677 2003-10-01  Simon Josefsson  <jas@extundo.com>
23678
23679         * MODULES.html.sh (func_all_modules): Move gethostname from section
23680         'based on' to section 'lacking' POSIX:2001.
23681
23682 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23683
23684         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23685         to output mode on the same stream.
23686
23687 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23688
23689         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23690         Fix arg typo in previous patch.
23691
23692 2003-09-28  Jim Meyering  <jim@meyering.net>
23693
23694         * lib/error.c: Correct cpp indentation.
23695
23696 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23697
23698         * modules/free: New file.
23699
23700 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23701
23702         * m4/free.m4: New file.
23703
23704 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23705
23706         * lib/minmax.h (MIN, MAX)
23707         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23708         Omit the special code that used __typeof__, since we worry that
23709         it could be more trouble than it's worth.  See:
23710         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23711         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23712
23713         * lib/free.c: New file.
23714
23715 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23716
23717         Trivial fixes to Makefile.am parts of module listings.
23718         * modules/strstr: Append strstr.h to lib_SOURCES.
23719         * modules/strcase: Likewise, for strcase.h.
23720
23721 2003-09-27  Karl Berry  <karl@gnu.org>
23722
23723         * config/mkinstalldirs: update from automake.
23724
23725 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23726
23727         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23728         (error_tail): Do not loop, reallocating temporary buffer, since
23729         the output cannot contain more wide characters than the input
23730         contains bytes, the size must be big enough already.  This avoids
23731         one potential size overflow calculation.  Check for size overflow
23732         when calculating temporary buffer size.  Free temporary buffer
23733         when done, if it was allocated with malloc; this plugs a memory
23734         leak.  Remove casts from void * to pointers, that are no longer
23735         needed now that we're assuming C89 or better.
23736
23737         Merge error changes from glibc.
23738
23739         * lib/error.c, error.h: Update copyright notice header to match glibc.
23740         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23741         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23742         Disable cancellation while printing error.
23743         * lib/error.h: Prepend __ to parameter names.
23744
23745 2003-09-26  Jim Meyering  <jim@meyering.net>
23746
23747         * lib/error.c (error_tail): Move some declarations
23748         into inner scope where the local variables are used.
23749
23750 2003-09-26  Bruno Haible  <bruno@clisp.org>
23751
23752         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23753         stpncpy().
23754         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23755
23756 2003-09-26  Bruno Haible  <bruno@clisp.org>
23757
23758         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23759         (stpncpy): Define as alias for gnu_stpncpy.
23760         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23761
23762 2003-09-25  Simon Josefsson  <jas@extundo.com>
23763
23764         * lib/xgetdomainname.h: New file.
23765         * lib/xgetdomainname.c: New file.
23766
23767 2003-09-25  Simon Josefsson  <jas@extundo.com>
23768             Bruno Haible  <bruno@clisp.org>
23769
23770         * modules/getdomainname: New file.
23771         * modules/xgetdomainname: New file.
23772         * MODULES.html.sh (func_all_modules): Add getdomainname,
23773         xgetdomainname.
23774
23775 2003-09-25  Simon Josefsson  <jas@extundo.com>
23776             Bruno Haible  <bruno@clisp.org>
23777
23778         * m4/getdomainname.m4: New file.
23779
23780 2003-09-25  Simon Josefsson  <jas@extundo.com>
23781             Bruno Haible  <bruno@clisp.org>
23782
23783         * lib/getdomainname.h: New file.
23784         * lib/getdomainname.c: New file.
23785
23786 2003-09-25  Karl Berry  <karl@gnu.org>
23787
23788         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23789
23790 2003-09-25  Karl Berry  <karl@gnu.org>
23791
23792         * config/install-sh: update from automake.
23793
23794 2003-09-25  Bruno Haible  <bruno@clisp.org>
23795
23796         * modules/version-etc-2: New file, from modules/version-etc with
23797         modifications.
23798         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23799
23800 2003-09-25  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23803         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23804
23805 2003-09-24  Simon Josefsson  <jas@extundo.com>
23806
23807         * modules/xgethostname: Add xgethostname.h.
23808
23809 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23810
23811         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23812         the buffer associated with the argument.  Bug reported by
23813         Simon Josefsson.
23814
23815 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23816
23817         * README: Document assumptions that 'int' is at least 32 bits
23818         wide, that integer arithmetic is 2's complement without overflow,
23819         that there are no holes in integer values, that adding sizes of
23820         two nonoverlapping objects can't overflow, and that all-bits-zero
23821         yields scalar zero.  Fix spelling and capitalization typos.
23822
23823 2003-09-19  Karl Berry  <karl@gnu.org>
23824
23825         * lib/argp.h: update from libc.
23826
23827 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23828
23829         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23830         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23831         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23832
23833 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23834
23835         * gnulib-tool: Use "test -h", not "test -L", for portability
23836         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23837         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23838         (sed_extract_prog): Issue s commands one-by-one, rather than
23839         using \| in one s command.
23840
23841 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23842
23843         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23844         input error, instead of returning NULL the next time we are called
23845         (and therefore losing track of errno).
23846
23847 2003-09-16  Bruno Haible  <bruno@clisp.org>
23848
23849         * gnulib-tool (func_create_testdir): Warn about duplicated
23850         dependencies.
23851
23852 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23853
23854         * modules/argmatch, modules/fatal, modules/obstack,
23855         modules/xalloc, modules/xgethostname: Sort dependencies by
23856         importance, not alphabetically.
23857
23858 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23859
23860         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23861         fails, so that the caller gets the proper errno.
23862
23863         * lib/readutmp.c (read_utmp): Likewise.
23864         Check for fstat error.  Close stream and free storage
23865         when failing.
23866
23867 2003-09-14  Karl Berry  <karl@gnu.org>
23868
23869         * config/srclist.txt (strdup.c): disable for c89 changes.
23870
23871 2003-09-14  Jim Meyering  <jim@meyering.net>
23872
23873         * lib/getloadavg.c: Correct cpp indentation.
23874         * lib/strdup.c: Likewise.
23875         * lib/vasnprintf.c: Likewise.
23876
23877 2003-09-14  Bruno Haible  <bruno@clisp.org>
23878
23879         * modules/fwriteerror: New file.
23880         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23881
23882 2003-09-14  Bruno Haible  <bruno@clisp.org>
23883
23884         * lib/fwriteerror.h: New file.
23885         * lib/fwriteerror.c: New file.
23886
23887 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23888
23889         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23890         modules/xgethostname, modules/xalloc: Depend on exit.
23891
23892 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23893
23894         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23895
23896         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23897         and AC_MINIX, too, so that their extensions are available.
23898
23899         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23900         This macro has been superseded by gl_BACKUPFILE.
23901
23902         More patches to assume C89 or better.
23903
23904         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23905
23906         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23907         unconditionally.
23908         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23909         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23910         Include <string.h>, <stdlib.h> unconditionally.
23911         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23912         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23913         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23914         headers or for string.h.
23915         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23916         or strtoul.
23917
23918         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23919         headers.
23920         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23921         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23922         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23923         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23924         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23925         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23926         memcpy, memset.
23927         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23928         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23929         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23930         strtol.
23931         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23932         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23933         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23934         strtoul.
23935
23936 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23937
23938         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23939         * lib/obstack.c [!defined _LIBC]: Likewise.
23940         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23941         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23942         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23943
23944         More changes to assume C89 or better.
23945
23946         * lib/error.c (error_tail): Assume vprintf.
23947
23948         * lib/argmatch.c (getenv): Remove decl.
23949         * lib/progreloc.c (get_full_program_name): Define via prototype.
23950         * lib/setenv.c (clearenv): Likewise.
23951         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23952         needed.
23953         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23954         (malloc, memcpy): Remove decls.
23955         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23956         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23957         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23958         (memcpy): Remove macro.
23959         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23960         (__P): Remove.  All uses removed.
23961         (PTR): Remove.  All uses changed to void *.
23962         (CHAR_BIT, NULL): Remove.
23963         (spaces, zeros, memset_space, memset_zero)
23964         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23965         Remove.
23966         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23967         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23968         Define with prototype.
23969         Remove now-unnecessary prototype decl.
23970         (extra_args_spec): Assume ANSI C.  All uses changed.
23971         (extra_args_spec_iso): Remove.
23972         (my_strftime, emacs_strftimeu): Define via prototype.
23973         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23974         unconditionally.
23975         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23976         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23977         (strtoul, strtol): Remove decls.
23978         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23979         LONG_MAX): Remove.
23980         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23981         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23982         (LOCALE_PARAM_PROTO): New macro.
23983         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23984         (INTERNAL (strtol), strtol): Define with a prototype.
23985         (PARAMS): Remove.  All uses removed.
23986         * lib/tempname.c: Include <string.h> unconditionally.
23987         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23988         * lib/xgethostname.c (main): Define with a prototype.
23989         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23990         Include <stdlib.h> unconditionally.
23991         (calloc, malloc, realloc, free): Remove decls.
23992         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23993         Include <stdlib.h> unconditionally.  Sort include file names.
23994         (strtod): Remove.
23995         (xstrtod): Define with a prototype.
23996         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23997         (strtol, strtoul): Remove decls.
23998
23999 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24000
24001         More patches to assume C89 or better.
24002         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24003         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24004         string.h, memchr, STDC_HEADERS.
24005
24006 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24007
24008         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24009         Include <stdlib.h>, <string.h> unconditionally.
24010         Remove now-unnecessary cast to char *.
24011         * lib/strnlen.c: Include <string.h> unconditionally.
24012         * lib/yesno.c (yesno): Define with a prototype.
24013
24014 2003-09-11  Bruno Haible  <bruno@clisp.org>
24015
24016         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24017
24018 2003-09-10  Jim Meyering  <jim@meyering.net>
24019
24020         * lib/error.c: Correct indentation of cpp directives.
24021
24022 2003-09-10  Bruno Haible  <bruno@clisp.org>
24023
24024         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24025         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24026         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24027         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24028         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24029         <stdlib.h> and <string.h> checks.
24030         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24031         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24032
24033 2003-09-10  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/strcspn.c: Include <string.h> unconditionally.
24036         * lib/strpbrk.c: Include <string.h> unconditionally.
24037         * lib/strstr.c: Include <string.h> unconditionally.
24038         * lib/unicodeio.c: Include <string.h> unconditionally.
24039         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24040         * lib/unsetenv.c: Likewise.
24041         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24042         * lib/yesno.c: Include <stdlib.h> unconditionally.
24043         (rpmatch): Add prototype.
24044
24045 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24046
24047         More patches to assume C89 or better.
24048         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24049         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24050         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24051         or for string.h.
24052         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24053         stdlib.h.
24054         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24055         C headers.
24056         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24057         string.h.
24058         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24059         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24060         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24061         or for string.h.
24062         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24063         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24064         C headers.
24065         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24066         memcpy.
24067         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24068         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24069         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24070         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24071         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24072         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24073         string.h, free.
24074         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24075         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24076         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24077         C headers, or for string.h.
24078         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24079         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24080         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24081         headers, memory.h, stdlib.h, string.h, strings.h.
24082         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24083         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24084         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24085         strchr.
24086         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24087         headers, memory.h, string.h.
24088         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24089         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24090         free.
24091         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24092         headers.
24093         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24094         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24095         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24096         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24097         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24098
24099 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24100
24101         More K&R removal.
24102
24103         * lib/acosl.c (main): Use a prototype.
24104         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24105         tanl.c: Likewise.
24106
24107         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24108
24109         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24110         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24111         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24112         with a prototype.
24113         * lib/getopt.c (const): Remove macro.
24114         Include <string.h> unconditionally.
24115         (my_index): Remove; all uses changed to strchr.
24116         (strlen): Remove decl.
24117         (exchange): Remove forward decl; no longer needed.
24118         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24119         Define with prototype.
24120         * lib/getopt1.c (const): Remove macro.
24121         (getopt_long, getopt_long_only, main): Define with prototype.
24122
24123         * lib/getugroups.c: Include <string.h> unconditionally.
24124
24125         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24126         (getusershell, setusershell, endusershell, readname, main):
24127         Define with prototypes.
24128
24129         * lib/group-member.c: Include group-member.h first.
24130         Include <stdlib.h> unconditionally.
24131
24132         * lib/hard-locale.c: Include hard-locale.h first.
24133         Include <stdlib.h>, <string.h> unconditionally.
24134
24135         * lib/hash.c (free, malloc): Remove decls.
24136         Include <stdlib.h> unconditionally.
24137
24138         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24139         (getenv): Do not declare.
24140
24141         * lib/idcache.c: Include <string.h> unconditionally.
24142
24143         * lib/long-options.c: Include long-options.h first, to test interface.
24144         Include <stdlib.h> unconditionally.
24145
24146         * lib/makepath.c: Include makepath.h first, to test interface.
24147         Include <stdlib.h> and <string.h> unconditionally.
24148
24149         * lib/linebuffer.c: Include <stdlib.h>.
24150         (free): Remove decl.
24151
24152         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24153         stddef.h. rpl_malloc returns void *, not char *.
24154         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24155         prototype.
24156
24157         * lib/md5.h: Include <limits.h> unconditionally.
24158         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24159         (__P): Remove; all uses removed.
24160         * lib/md5.c: Include "md5.h" first.
24161         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24162         md5_buffer, md5_process_bytes, md5_process_block):
24163         Define with prototypes.
24164         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24165         * lib/sha.c: Include "sha.h" first.
24166         Include <stdlib.h>, <string.h> unconditionally.
24167
24168         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24169         * lib/memcmp.c (__ptr_t): Likewise.
24170         * lib/memrchr.c (__ptr_t): Likewise.
24171         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24172         Include <string.h> unconditionally.
24173         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24174         * lib/memchr.c: Include <stdlib.h> unconditionally.
24175         * lib/memchr.c (LONG_MAX): Remove.
24176         * lib/memrchr.c (LONG_MAX): Likewise.
24177         * lib/memchr.c (__memchr): Define via a prototype.
24178         * lib/memrchr.c (__memrchr): Likewise.
24179         * lib/memcmp.c (__P): Remove, and remove all uses.
24180         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24181         Remove forward decls; no longer needed.
24182         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24183         Use types required by C89 in prototype.
24184
24185         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24186         * lib/savedir.c: Likewise.
24187         * lib/mkdir.c (free): Remove decl.
24188         * lib/rmdir.c (rmdir): Define with a prototype.
24189         * lib/savedir.c: Include savedir.h first, to test interface.
24190
24191         * lib/mktime.c (STDC_HEADERS): Remove.
24192         Include <stdlib.h>, <string.h> unconditionally.
24193
24194         * lib/modechange.c: Include <stdlib.h> unconditionally.
24195         (malloc): Remove decl.
24196
24197         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24198         (free): Remove decl.
24199
24200         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24201         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24202         (This type really should be intptr_t, but that's a C99ism.)
24203         (_obstack_memcpy): Remove: all uses changed to memcpy.
24204         Include <string.h> unconditionally.
24205         (struct obstack): Assume __STDC__ for types of members
24206         chunkfun, freefun, extra_arg.
24207         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24208         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24209         obstack_begin, obstack_specify_allocation,
24210         obstack_specify_allocation_with_arg, obstack_chunkfun,
24211         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24212         Remove unprototyped decls and the macros that use them.
24213         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24214         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24215         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24216         (defined __STDC__ && __STDC__)]:
24217         Remove nonprototyped code.
24218         Include <stdlib.h> unconditionally.
24219         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24220         _obstack_allocated_p, _obstack_free, obstack_free,
24221         _obstack_memory_used, print_and_abort):
24222         Define using prototypes.
24223         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24224         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24225         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24226         obstack_next_free, obstack_object_size, obstack_room) [0]:
24227         Remove unused, unprototyped code.
24228
24229         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24230
24231         * lib/physmem.c (physmem_total, physmem_available, main): Define
24232         with prototypes.
24233
24234         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24235         (main): Define with a prototype.
24236
24237         * lib/posixver.c (getenv): Remove decl.
24238
24239         * lib/putenv.c (malloc): Returns void *, not char *.
24240         Include <string.h> unconditionally.
24241         (strchr, memcpy, NULL): Do not define.
24242
24243         * lib/readtokens.c: Include readtokens.h first, to test interface.
24244         Include <stdlib.h>, <string.h> unconditionally.
24245         (init_tokenbuffer): Define with a prototype.
24246
24247         * lib/regex.c (PARAMS): Remove.  All uses removed.
24248         All uses of _RE_ARGS removed, too.
24249         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24250         unconditionally.
24251         (bzero): Assume memset exists.
24252         (memcmp, memcpy, NULL): Remove.
24253         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24254         char, or assignments to local vars of type signed char.
24255         (init_syntax_once, PREFIX(extract_number_and_incr),
24256         PREFIX(print_partial_compiled_pattern),
24257         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24258         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24259         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24260         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24261         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24262         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24263         wcs_compile_range, byte_compile_range, truncate_wchar,
24264         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24265         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24266         count_mbs_length, wcs_re_match_2_internal,
24267         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24268         PREFIX(alt_match_null_string_p),
24269         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24270         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24271         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24272         now-unnecessary declaration, if any.
24273         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24274         regcomp, regexec):
24275         Remove now-unnecessary casts among pointer types.
24276         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24277
24278         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24279         (free): Remove decl.
24280
24281         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24282
24283         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24284         (free): Remove decl.
24285
24286         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24287         * lib/xgetcwd.c: Likewise.
24288
24289         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24290         (free): Remove decl.
24291
24292         * lib/strchrnul.c (strchrnul): Define with a prototype.
24293         Fix bug: c_in was not converted to char before searching.
24294
24295         The following changes are not K&R related:
24296
24297         * lib/group-member.h: Include <sys/types.h>, so that this file is
24298         self-contained.
24299         * lib/makepath.h: Likewise.
24300
24301         * lib/getusershell.c (readname, default_index, line_size, readname):
24302         Use size_t, not int, for sizes.
24303         (readname): If the size overflows, report an error instead of
24304         looping forever.
24305
24306 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24307
24308         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24309         libc.
24310
24311 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24312
24313         * README: New section: portability guidelines.
24314
24315 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24316
24317         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24318         C89 spec.
24319
24320 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24321
24322         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24323
24324 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24325
24326         Assume C89 or better; remove K&R cruft.
24327         A few of these changes were first proposed by Derek Robert Price
24328         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24329
24330         * lib/addext.c: Include <string.h> unconditionally.
24331         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24332         Don't declare getenv or malloc.
24333
24334         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24335         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24336         (NULL): Remove.
24337         (find_stack_direction, alloca): Use prototypes.
24338
24339         * lib/atexit.c (atexit): Define using a prototype.
24340
24341         * lib/basename.c, dirname.c, stripslash.c:
24342         Include <string.h> unconditionally.
24343
24344         * lib/bcopy.c: Include <stddef.h>.
24345         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24346
24347         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24348
24349         * lib/error.h (error, error_at_line, error_print_progname)
24350         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24351         * lib/error.c: Include error.h first, to check interface.
24352         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24353         (VA_START): Remove; all uses changeed to va_start.
24354         (exit, strerror): Remove decls.
24355         (error_print_progname): Prototype uncondionally.
24356         Don't include <errno.h>; no longer needed.
24357         (private_strerror): Remove.
24358         (error_tail): Always define.
24359         (error, error_at_line): Assume C89 or better; always use prototypes.
24360         * lib/fatal.c: Include "fatal.h" first, to test interface.
24361         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24362         (VA_START): Remove; all uses changed to va_start.
24363         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24364         this case.
24365         (exit): Remove decl.
24366         (fatal): Prototype unconditionally.  Assume va_start works.
24367         Abort at end, to pacify gcc.
24368
24369         * lib/euidaccess.c (main): Define with a prototype.
24370
24371         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24372
24373         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24374
24375         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24376         prototypes.
24377         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24378         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24379         (getenv): Remove decl.
24380         (fnmatch): Define using a prototype.
24381         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24382         (FCT): Define using a prototype.
24383
24384         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24385
24386         * lib/gethostname.c: Include <stddef.h>.
24387         (gethostname): Define with prototype.  Length is size_t, not int.
24388
24389 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24390
24391         Assume C89 or better; remove K&R cruft.
24392         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24393         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24394         string.h, getenv, malloc.
24395         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24396         headers.
24397         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24398         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24399         do not check for strerror.
24400         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24401         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24402         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24403         do not check for doprnt or vprintf.
24404         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24405         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24406
24407 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24408
24409         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24410         getversion.c should have been removed then, but was accidentally
24411         preserved.
24412
24413         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24414         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24415
24416 2003-09-08  Karl Berry  <karl@gnu.org>
24417
24418         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24419                 config, forget about prep.
24420
24421         * config/depcomp, missing: update from automake.
24422
24423 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24424
24425         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24426         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24427
24428 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24429
24430         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24431         copy_tm_result.  Bug reported by Simon Josefsson in
24432         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24433
24434 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24435
24436         * m4/time_r.m4: New file.
24437         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24438         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24439         is. Check for timegm declaration.
24440         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24441         Do not check for gmtime_r.
24442         Replace mktime if __mktime_internal does not exist and if mktime
24443         hasn't been replaced already.
24444
24445 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24446
24447         * lib/time_r.c, lib/time_r.h: New files.
24448
24449         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24450         __localtime_r.
24451         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24452         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24453
24454         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24455         __gmtime_r.
24456         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24457         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24458         Include <time_r.h>.
24459
24460         * lib/timegm.c: Switch to glibc implementation, with the following
24461         changes:
24462         [defined HAVE_CONFIG_H]: Include <config.h>.
24463         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24464         (__mktime_internal) [!defined _LIBC]: New decl.
24465         (__gmtime_r) [!defined _LIBC]: New macro and function.
24466         (timegm): Use a prototype, since gnulib assumes C89.
24467         Do not bother declaring tmp to be const, as it's not really usefu.
24468         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24469         (timegm): Declare only if HAVE_DECL_TIMEGM.
24470
24471 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24472
24473         * MODULES.html.sh (func_all_modules): Add time_r.
24474         * modules/time_r: New file.
24475         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24476         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24477
24478 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24479
24480         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24481         Bug reported by Lute Kamstra in
24482         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24483
24484         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24485         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24486         course with correspondingly smaller numbers for tomorrow and
24487         yesterday.  From Tadayoshi Funaba.  Originally installed into
24488         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24489         coreutils merge?).
24490
24491 2003-08-31  Simon Josefsson  <jas@extundo.com>
24492
24493         * modules/timegm: New file.
24494         * MODULES.html.sh (func_all_modules): Add timegm.
24495
24496 2003-08-31  Simon Josefsson  <jas@extundo.com>
24497
24498         * m4/timegm.m4: New file.
24499
24500 2003-08-31  Simon Josefsson  <jas@extundo.com>
24501
24502         * lib/timegm.h: New file.
24503         * lib/timegm.c: New file.  Based on
24504         wget-1.8.2/src/http.c:mktime_from_utc.
24505
24506 2003-08-31  Karl Berry  <karl@gnu.org>
24507
24508         * lib/argp.h: update from libc.
24509
24510 2003-08-28  Bruno Haible  <bruno@clisp.org>
24511
24512         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24513         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24514         followed by '#define fnmatch fnmatch_posix' gives an error.
24515
24516 2003-08-28  Bruno Haible  <bruno@clisp.org>
24517
24518         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24519         warning on QNX, which defines O_BINARY to 000000.
24520
24521 2003-08-27  Jim Meyering  <jim@meyering.net>
24522
24523         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24524         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24525         would fail after 32.  Reported by Danny Levinson.  Details here:
24526         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24527
24528 2003-08-24  Bruno Haible  <bruno@clisp.org>
24529
24530         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24531         MSVC7 <stdio.h> is included later.
24532
24533 2003-08-22  Simon Josefsson  <jas@extundo.com>
24534
24535         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24536
24537 2003-08-20  Karl Berry  <karl@gnu.org>
24538
24539         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24540
24541 2003-08-20  Bruno Haible  <bruno@clisp.org>
24542
24543         * modules/progname: New file.
24544         * MODULES.html.sh (func_all_modules): Add progname.
24545
24546 2003-08-20  Bruno Haible  <bruno@clisp.org>
24547
24548         * lib/progname.h: New file, from GNU gettext.
24549         * lib/progname.c: New file, from GNU gettext.
24550         * lib/progreloc.c: New file, from GNU gettext.
24551
24552 2003-08-19  Jim Meyering  <jim@meyering.net>
24553
24554         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24555         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24556
24557 2003-08-19  Bruno Haible  <bruno@clisp.org>
24558
24559         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24560         more.
24561
24562 2003-08-19  Bruno Haible  <bruno@clisp.org>
24563
24564         * lib/xstrdup.c: Assume <string.h> exists.
24565
24566 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24567
24568         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24569         in makefile rules.
24570
24571 2003-08-18  Jim Meyering  <jim@meyering.net>
24572
24573         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24574         * m4/lib-ld.m4: Likewise.
24575
24576 2003-08-18  Jim Meyering  <jim@meyering.net>
24577
24578         * lib/setenv.h: Indent nested cpp directive.
24579         * lib/vasnprintf.c: Remove trailing blanks.
24580
24581 2003-08-17  Simon Josefsson  <jas@extundo.com>
24582
24583         * modules/xstrndup: New file.
24584         * MODULES.html.sh (func_all_modules): Add xstrndup.
24585
24586 2003-08-17  Simon Josefsson  <jas@extundo.com>
24587
24588         * modules/argp: Fix autoconf macro name. Add more dependencies.
24589
24590 2003-08-17  Simon Josefsson  <jas@extundo.com>
24591
24592         * m4/xstrndup.m4: New file.
24593
24594 2003-08-17  Simon Josefsson  <jas@extundo.com>
24595
24596         * m4/argp.m4: New file.
24597
24598 2003-08-17  Simon Josefsson  <jas@extundo.com>
24599             Bruno Haible  <bruno@clisp.org>
24600
24601         * lib/xstrndup.h: New file.
24602         * lib/xstrndup.c: New file.
24603
24604 2003-08-17  Bruno Haible  <bruno@clisp.org>
24605
24606         * modules/strndup (Files, Include): Add lib/strndup.h.
24607
24608 2003-08-17  Bruno Haible  <bruno@clisp.org>
24609
24610         * modules/euidaccess (Files): Add lib/euidaccess.h.
24611
24612 2003-08-17  Bruno Haible  <bruno@clisp.org>
24613
24614         * lib/strndup.h: New file.
24615
24616 2003-08-17  Bruno Haible  <bruno@clisp.org>
24617
24618         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24619         like AC_GNU_SOURCE.
24620         * modules/extensions (configure.ac): Comment out the invocation of
24621         gl_USE_SYSTEM_EXTENSIONS.
24622
24623 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24624
24625         Merges from coreutils, etc.
24626         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24627         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24628         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24629         fixing a typo.
24630         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24631         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24632
24633 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24634
24635         Document merge from coreutils.
24636         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24637         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24638         * modules/utime: Add m4/utimes-null.m4.
24639
24640 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24641
24642         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24643         space, undoing this 2003-08-12 change:
24644         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24645
24646 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24647
24648         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24649         strtoul.c from libc, undoing this 2003-08-12 change:
24650         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24651
24652 2003-08-16  Jim Meyering  <jim@meyering.net>
24653
24654         Merges from coreutils.
24655         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24656         prefix.  Adjust cache variables similarly.  Create 500 rather than
24657         just 300 files, to exercise bug on Darwin6.5, too.
24658         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24659         $missing_dir.
24660         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24661         AM_SYS_POSIX_TERMIOS.
24662         Reported by mkc@mathdogs.com.
24663         Also change use of $am_cv_sys_posix_termios
24664         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24665         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24666         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24667         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24668         in /proc/mounts until it finds one with matching device number.  This
24669         is unnecessary when the FILE argument *is* a mount point.  No stat call
24670         is necessary in that case.  So, disable the statvfs-testing code on
24671         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24672         as RedHat bug# 84846.
24673         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24674         to 1MB, so as not to render systems with no stack size limit (e.g.,
24675         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24676         Include <unistd.h>.  On some systems,
24677         it is required for the definition of _SC_PAGESIZE.
24678
24679 2003-08-16  Jim Meyering  <jim@meyering.net>
24680
24681         Merge from coreutils.
24682         * lib/xstrtoimax.c: #else #if -> #elif.
24683         * lib/xstrtoumax.c: Likewise.
24684
24685 2003-08-16  Jim Meyering  <jim@meyering.net>
24686
24687         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24688         * m4/utimes.m4: Removed.
24689         * m4/utimes-null.m4: Renamed from utimes.m4.
24690
24691         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24692         to 1MB, so as not to render systems with no stack size limit (e.g.,
24693         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24694         Include <unistd.h>.  On some systems,
24695         it is required for the definition of _SC_PAGESIZE.
24696
24697 2003-08-16  Jim Meyering  <jim@meyering.net>
24698         and Paul Eggert  <eggert@cs.ucla.edu>
24699
24700         Merges from coreutils, etc.
24701
24702         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24703         using the latest version from cvs.  This avoids problems with #line
24704         directives using a vendor (Sun) compiler.
24705         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24706         Don't set GETGROUPS_LIB here; now it's
24707         done via getgroups.m4's wrapper function.
24708         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24709         rather than just in sh-util/configure.in, so that the
24710         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24711         same.
24712         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24713         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24714         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24715         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24716         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24717         Remove code that is now done by the newly-required macros.
24718         Append $(EXEEXT) to DF_PROG.
24719         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24720         Do not invoke or require the following here,
24721         since prereq.m4 or some gnulib .m4 now does this for us:
24722         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24723         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24724         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24725         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24726         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24727         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24728         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24729         AC_FUNC_OBSTACK.
24730         Do not replace the following functions, as this is now the job
24731         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24732         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24733         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24734         atexit getpass, strdup, getpagesize.
24735         Replace 'raise'.
24736         Do not check for the following functions, as this is now the job
24737         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24738         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24739         setregid.
24740         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24741         Check for sys/sysctl.h.
24742         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24743         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24744         of checking for ssize_t ourselves.
24745
24746         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24747         Require every macro that gnulib/modules/* suggests for us.
24748         (jm_PREREQ_ADDEXT): New macro.
24749         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24750         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24751
24752         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24753         (gl_PHYSMEM): Use it.
24754         Also check for `table' function.
24755         Check for new headers and functions.
24756         Add check for sys/sysmp.h.
24757         With suggestions from Kaveh Ghazi.
24758         Ignore headers that are present but cannot be compiled.  This
24759         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24760         C 5.4.
24761
24762 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24763
24764         Document merge from coreutils.
24765         * modules/userspec: Depend on posixver.
24766         * modules/strftime: Depend on tzset.
24767
24768 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24769
24770         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24771         rather than tab, after '#' in shell-script copyright notices.
24772         Suggested by Bruno Haible.
24773
24774 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24775
24776         * config/srclist-update: Use three spaces, rather than tab, after '#'
24777         in shell-script copyright notices.  Suggested by Bruno Haible.
24778         Remove unnecessary parenthesization in regular expression.
24779
24780 2003-08-15  Jim Meyering  <jim@meyering.net>
24781
24782         Merge from coreutils.
24783         * lib/xgethostname.c: Include <stdlib.h>.
24784         (xghostname): Don't exit for anything other than memory-related
24785         failure; just return NULL.
24786         * lib/userspec.c: Include "posixver.h".
24787         (parse_user_spec): Accept `.' as a separator only
24788         in pre-POSIX-200112 mode.
24789         * lib/strtoimax.c: Use #elif rather than #else #if.
24790         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24791         Remove function, now that we can rely on a working tzset function.
24792         [!_LIBC]: Ensure that the required autoconf test has been run.
24793         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24794         Use underlying_strftime for %r.
24795         * lib/sha.c: Merge in some clean-up and optimization changes from
24796         glibc.
24797         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24798         Ensure that it is a multiple of 64.
24799         Rearrange loop exit tests so as to avoid performing an
24800         additional fread after encountering an error or EOF.
24801         * lib/realloc.c: Update copyright date.
24802
24803 2003-08-15  Jim Meyering  <jim@meyering.net>
24804         and Paul Eggert  <eggert@twinsun.com>
24805
24806         Merge from coreutils.
24807         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24808         member but strut utmpx does not.  Needed for AIX 4.3.3.
24809         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24810
24811 2003-08-15  Jim Meyering  <jim@meyering.net>
24812         and Paul Eggert  <eggert@cs.ucla.edu>
24813
24814         Merges from coreutils, etc.
24815         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24816         Require gl_FUNC_TZSET_CLOBBER.
24817         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24818         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24819         members.
24820
24821 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24822
24823         Help the merge from coreutils.
24824         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24825         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24826         * m4/tzset.m4: Use it too.
24827
24828 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24829
24830         * modules/tzset: New file.
24831
24832 2003-08-14  Jim Meyering  <jim@meyering.net>
24833
24834         Merges from coreutils.
24835         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24836         variable names, rather than @FNMATCH_H@.
24837         * modules/alloca: Likewise for $(ALLOCA_H).
24838
24839         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24840         the three copies of the literal target, `fnmatch.h'.
24841         * modules/alloca (alloca.h): Likewise.
24842
24843 2003-08-14  Jim Meyering  <jim@meyering.net>
24844
24845         Merge from coreutils.
24846         * m4/tzset.m4: New file.
24847         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24848         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24849         otherwise, AIX 5.1 systems would end up using the latter.
24850         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24851         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24852         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24853         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24854
24855 2003-08-14  Jim Meyering  <jim@meyering.net>
24856
24857         Merge from coreutils.
24858         * lib/obstack.h: Whitespace changes.
24859         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24860         and xcalloc return values.
24861         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24862         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24863         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24864         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24865         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24866         error from mntctl.
24867         Use mntctl's return value to drive the entry-processing loop, since
24868         we can't rely on the value of the vmt_length member in the last
24869         entry.  On some systems doing so could result in exhausting
24870         virtual memory.  Based in part on a patch from Mike Jetzer.
24871
24872 2003-08-14  Jim Meyering  <jim@meyering.net>
24873         and Paul Eggert  <eggert@twinsun.com>
24874
24875         Merges from coreutils, plus other fixes.
24876         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24877         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24878         for credits and details.  Thanks to Kaveh Ghazi for helping
24879         to keep these files in sync.
24880         (ARRAY_SIZE): Define it.
24881         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24882         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24883         (memcasecmp): Don't assume size_t fits in unsigned int.
24884         Remove casts and duplicate code.
24885         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24886         (memcpy): Remove definition.
24887         Merge in some clean-up and optimization changes from glibc.
24888         [BLOCKSIZE]: Move definition to top of file.
24889         Ensure that it is a multiple of 64.
24890         Rearrange loop exit tests so as to avoid performing an
24891         additional fread after encountering an error or EOF.
24892         * lib/md5.h (md5_uintptr): Define.
24893         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24894         return to the initial working directory.  Preserve errno
24895         for caller.
24896         * lib/idcache.c: Include "xalloc.h".
24897         (xmalloc, xrealloc): Remove decls.
24898         (getuser): Remove casts no longer required in C89.
24899         * lib/human.c: Include stdio.h, for sprintf.
24900         * lib/group-member.c: Include "xalloc.h".
24901         (xmalloc, xrealloc): Remove decls.
24902         (get_group_info): Remove casts no longer required in C89.
24903         * lib/getusershell.c (readname): Remove casts no longer required in
24904         C89.
24905         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24906         * lib/getline.c: Whitespace fix, from coreutils.
24907
24908 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24909
24910         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24911         Check for isascii.
24912
24913         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24914         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24915         Undo previous (whitespace-only) change.
24916
24917 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24918
24919         * lib/exclude.c: Include <ctype.h>
24920         (IN_CTYPE_DOMAIN): New macro.
24921         (is_space): New fn.
24922         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24923         and empty lines.
24924
24925         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24926         Undo previous (whitespace-only) change.
24927
24928 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24929
24930         * config/srclist-update: Change update back to the old behavior,
24931         leaving whitespace alone.  Use one 'sed' command rather than a
24932         pipeline.
24933         (fixlicense): Now a variable, not a function.
24934         (remove_trailing_blanks): Remove.
24935         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24936         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24937         Undo previous (whitespace-only) change.
24938
24939 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24940
24941         Merge from coreutils.
24942         * modules/euidaccess: Add lib_SOURCES, include for new
24943         file euidaccess.h
24944
24945 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24946
24947         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24948         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24949         Normalize leading white space and remove trailing white space.
24950
24951         Merge from coreutils
24952         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24953
24954         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24955         0.12.1.  These files are now being upgraded automatically by
24956         ../config/srclist-update.
24957
24958 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24959
24960         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24961         Normalize leading white space and remove trailing white space.
24962         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24963         notice, as per ../config/srclist-update.
24964
24965         Merge from coreutils.
24966         * lib/euidaccess.h: New file.
24967         * lib/euidaccess.c: Include it.
24968         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24969         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24970         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24971
24972 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24973
24974         * config/srclist-update: Add copyright notice.
24975         (remove_id_lines, remove_trailing_blanks): New constants.
24976         (fixfile): Use them to normalize spacing a bit in copied files.
24977         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24978         Normalize leading white space and remove trailing white space.
24979
24980         * config/texinfo.tex: Sync with texinfo.
24981
24982         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24983         strtoul.c from libc, to merge coreutils whitespace changes.
24984
24985         * config/srclist.txt: Get the following m4 files from gettext:
24986         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24987         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24988         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24989         wint_t.m4.
24990
24991 2003-08-12  Karl Berry  <karl@gnu.org>
24992
24993         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24994         been made.
24995
24996 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24997
24998         * modules/gnu-source, m4/gnu-source.m4:
24999         Remove; we're assuming Autoconf 2.54 or later now.
25000         Suggested by Bruno Haible.
25001         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25002
25003 2003-08-11  Bruno Haible  <bruno@clisp.org>
25004
25005         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25006
25007 2003-08-11  Bruno Haible  <bruno@clisp.org>
25008
25009         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25010         (vasnprintf): Use it instead of wcslen.
25011
25012 2003-08-11  Bruno Haible  <bruno@clisp.org>
25013
25014         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25015         value to ensure that _Bool promotes to int. Use #define for _Bool when
25016         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25017
25018 2003-08-10  Karl Berry  <karl@gnu.org>
25019
25020         * lib/regex.h: update from libc (whitespace fix).
25021
25022 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25023
25024         Merge some files from coreutils.  These changes were
25025         originally made by Jim Meyering.
25026         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25027         many older Unixes require this.
25028         * lib/alloca.c (alloca): Remove cast to argument of free;
25029         no longer needed in C89.
25030         * lib/alloca_.h, regex.h: Fix white space to match
25031         what GNU indent does.
25032
25033 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25034
25035         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25036         apparently Emacs's Unicode mode got confused before my 2003-08-05
25037         checkin.
25038
25039 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25040
25041         * m4/extensions.m4: New file.
25042         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25043         Require gl_USE_SYSTEM_EXTENSIONS.
25044         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25045         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25046
25047 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25048
25049         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25050         * modules/extensions, modules/gnu-source: New files.
25051         * modules/timespec, modules/unlocked-io: Depend on extensions.
25052
25053 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25054
25055         * modules/restrict: New file.
25056         * MODULES.html.sh (func_all_modules): Add restrict.
25057         * modules/regex: Depend on restrict.
25058
25059 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25060
25061         * m4/restrict.m4: New file.
25062         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25063
25064 2003-08-07  Bruno Haible  <bruno@clisp.org>
25065
25066         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25067         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25068
25069 2003-08-07  Bruno Haible  <bruno@clisp.org>
25070
25071         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25072         makes the module 'getndelim2' compatible with the module 'getline'.
25073
25074 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25075
25076         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25077         byte with "\201" to avoid glitches when editing that source file
25078         with multi-gnome-terminal.
25079
25080 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25081
25082         * lib/bumpalloc.h: Remove.
25083
25084 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25085
25086         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25087         * modules/bumpalloc: Remove.
25088
25089 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25090
25091         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25092         GNU coding style.
25093
25094         Merge from coreutils.
25095         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25096         1. From glibc.
25097         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25098         from Karl Berry, implemented by Jim Meyering.
25099         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25100         from Dmitry V. Levin.
25101         Remove anachronistic cast of xrealloc.
25102         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25103         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25104         type. Otherwise, it wouldn't compile with at least /bin/cc on
25105         ymp-cray-unicos9.0.2.X.
25106         Combine two mostly-identical uses of alloca into one.
25107         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25108
25109 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25110
25111         [From Emacs.]
25112
25113         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25114         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25115         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25116         obsolete NLIST_NAME_UNION.
25117         [__GNU__]: Undef BSD and FSCALE.
25118         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25119
25120 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25121
25122         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25123         an enum type, so that it's guaranteed to promote to int.  See:
25124         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25125
25126 2003-08-03  Karl Berry  <karl@gnu.org>
25127
25128         * config/depcomp: update from automake.
25129
25130 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25131
25132         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25133         (strerror): Don't assume that a printable int fits in 14 bytes.
25134
25135 2003-07-31  Bruno Haible  <bruno@clisp.org>
25136
25137         * modules/getpass-gnu: New file.
25138         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25139
25140 2003-07-31  Bruno Haible  <bruno@clisp.org>
25141
25142         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25143
25144 2003-07-24  Karl Berry  <karl@gnu.org>
25145
25146         * config/missing: update from automake.
25147
25148 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25149             Bruno Haible  <bruno@clisp.org>
25150
25151         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25152         * lib/getline.c (getline, getdelim): Likewise.
25153         Remove _GNU_SOURCE define; now it's defined in config.h through
25154         m4/getline.m4.
25155
25156 2003-07-23  Karl Berry  <karl@gnu.org>
25157
25158         * config/config.sub: update from prep.
25159
25160 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25161
25162         * modules/xalloc (Depends-on): Add exitfail.
25163         * modules/xmemcoll: Likewise.
25164
25165 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25166
25167         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25168         over-parenthesization in macros.
25169
25170         Sync with coreutils.
25171
25172         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25173         required by C99.
25174
25175         Use `exit_failure' for xalloc and xmemcoll instead of their own
25176         private exit-failure variables.
25177         * lib/xalloc.h (xalloc_exit_failure): Remove.
25178         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25179         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25180         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25181         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25182         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25183
25184 2003-07-20  Jim Meyering  <jim@meyering.net>
25185
25186         * modules/closeout (Depends-on): Add exitfail.
25187         Suggestion from Bruno Haible.
25188
25189 2003-07-19  Karl Berry  <karl@gnu.org>
25190
25191         * config/config.sub: update from prep.
25192
25193 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25194
25195         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25196         Remove.
25197         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25198         to test that it can stand by itself.  Include "exitfail.h".
25199         Clients should set exit_failure instead.
25200         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25201
25202 2003-07-18  Bruno Haible  <bruno@clisp.org>
25203
25204         * modules/getndelim2: New file.
25205         * modules/getline: Share files with module getndelim2.
25206         * modules/getnline: Depend on getndelim2 instead of sharing files with
25207         it. Add getnline.c to lib_SOURCES.
25208         * MODULES.html.sh (func_all_modules): Add getndelim2.
25209
25210 2003-07-18  Bruno Haible  <bruno@clisp.org>
25211
25212         * m4/getndelim2.m4: New file.
25213         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25214         invoke gl_PREREQ_GETNDELIM2.
25215         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25216         gl_PREREQ_GETNDELIM2.
25217         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25218         gl_GETNDELIM2.
25219
25220 2003-07-18  Bruno Haible  <bruno@clisp.org>
25221
25222         * lib/getndelim2.h: New file.
25223         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25224         getndelim2.h.
25225         (getndelim2): Make non-static. Change return type to ssize_t.
25226         * lib/getline.h: Change argument names.
25227         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25228         * lib/getnline.c: Include getndelim2.h.
25229
25230 2003-07-18  Andreas Schwab  <schwab@suse.de>
25231
25232         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25233
25234 2003-07-17  Karl Berry  <karl@gnu.org>
25235
25236         * config/config.sub: update from prep.
25237
25238 2003-07-17  Bruno Haible  <bruno@clisp.org>
25239
25240         * modules/getnline: New file.
25241         * modules/getline: Add lib/getndelim2.c to source file list.
25242         * MODULES.html.sh (func_all_modules): Add getnline.
25243
25244 2003-07-17  Bruno Haible  <bruno@clisp.org>
25245
25246         * m4/getnline.m4: New file.
25247
25248 2003-07-17  Bruno Haible  <bruno@clisp.org>
25249
25250         * m4/Makefile.am.in: Remove file.
25251         * m4/Makefile.am: Remove file.
25252         * m4/Makefile.in: Remove file.
25253
25254 2003-07-17  Bruno Haible  <bruno@clisp.org>
25255
25256         * lib/getnline.h: New file.
25257         * lib/getnline.c: New file.
25258         * lib/getndelim2.c: New file, extracted from getline.c.
25259         (getndelim2): Renamed from getdelim2, with added nmax argument.
25260         * lib/getline.c: Include getndelim2.c.
25261         (getdelim2): Moved out to getndelim2.c.
25262         (getline, getdelim): Update.
25263
25264 2003-07-17  Bruno Haible  <bruno@clisp.org>
25265
25266         * lib/Makefile.am: Remove file.
25267         * lib/Makefile.in: Remove file.
25268
25269 2003-07-17  Bruno Haible  <bruno@clisp.org>
25270
25271         * configure.in: Remove file.
25272         * Makefile.in: Remove file.
25273
25274 2003-07-17  Bruno Haible  <bruno@clisp.org>
25275
25276         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25277
25278 2003-07-16  Karl Berry  <karl@gnu.org>
25279
25280         * config/srclist-update: was running fixlicense twice, which caused
25281                 texinfo.tex to be nullified for some reason.  Simplify,
25282                 $gplsrc is no longer needed as far as I can see?
25283
25284 2003-07-16  Jim Meyering  <jim@meyering.net>
25285
25286         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25287
25288 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25289
25290         * config/srclist.txt: Get the following files from gettext-runtime/intl
25291         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25292         ref-del.sin.  From Bruno Haible.
25293         * config/srclist-update (fixfile): Change grep pattern again, since the
25294         previous fix didn't work (there was another trailing $).  Use
25295         '[$]' to escape the $s.
25296
25297 2003-07-15  Karl Berry  <karl@gnu.org>
25298
25299         * lib/vasnprintf.c: update from gettext.
25300
25301 2003-07-15  Karl Berry  <karl@gnu.org>
25302
25303         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25304         gets expanded when surrounded by '$'.
25305
25306 2003-07-15  Jim Meyering  <jim@meyering.net>
25307
25308         * modules/save-cwd: Don't depend on error.  From Derek Price.
25309
25310 2003-07-15  Jim Meyering  <jim@meyering.net>
25311
25312         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25313
25314 2003-07-14  Simon Josefsson  <jas@extundo.com>
25315
25316         * modules/mempcpy: New file.
25317         * MODULES.html.sh (func_all_modules): Add mempcpy.
25318
25319 2003-07-14  Simon Josefsson  <jas@extundo.com>
25320
25321         * m4/mempcpy.m4: New file.
25322
25323 2003-07-14  Simon Josefsson  <jas@extundo.com>
25324
25325         * lib/mempcpy.h: New file.
25326         * lib/mempcpy.c: New file.
25327
25328 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25329
25330         * modules/getdate, modules/posixtm: Depend on mktime.
25331
25332 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25333
25334         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25335         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25336         unicodeio.c, unicodeio.h, unlocked-io.h:
25337         Switch from LGPL to GPL.
25338
25339 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25340
25341         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25342         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25343         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25344         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25345         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25346         updated automatically by ../config/srclist-update.  This changes
25347         their license from LPGL to GPL.
25348
25349 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25350
25351         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25352         assumed to refer to the root of the most recent stable gettext version.
25353         * config/srclistvars.sh: Add defaults for eggert.
25354         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25355         Match "This program" as well as "The program".  This is needed
25356         for gettext.
25357
25358 2003-07-14  Jim Meyering  <jim@meyering.net>
25359
25360         Don't emit diagnostics.  Let callers do that.
25361         * lib/save-cwd.c: Don't include "error.h".
25362         (save_cwd): Don't call error.  Ensure that errno is valid
25363         when returning nonzero.
25364
25365         * lib/save-cwd.h (restore_cwd): Update prototype.
25366         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25367         Simplify.  Don't call error upon failure.  Let callers do that.
25368         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25369         when auditing is enabled.  But don't bother updating the #if.
25370
25371 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25372
25373         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25374         it breaks C++ compilation.
25375         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25376
25377 2003-07-10  Simon Josefsson  <jas@extundo.com>
25378
25379         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25380
25381 2003-07-10  Jim Meyering  <jim@meyering.net>
25382
25383         * m4/clock_time.m4: Remove trailing blank.
25384         * m4/intmax_t.m4: Likewise.
25385
25386 2003-07-10  Jim Meyering  <jim@meyering.net>
25387
25388         * lib/vasnprintf.c: Remove trailing blanks.
25389         Make cpp indentation consistent.
25390
25391 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25392
25393         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25394         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25395         Switch from LGPL to GPL.
25396
25397 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25398
25399         * config/srclist.txt: Sort sublists.  Add
25400         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25401         that differ from gnulib for one reason or another; we'd like this list
25402         to be smaller but for now let's document what we have.
25403
25404 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25405
25406         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25407         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25408         and sweeter "eval x=$x".
25409         * config/srclist.txt: Get lib/argp* from glibc.
25410
25411 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25412
25413         * lib/mktime.c: Fix some boundary cases and remove need for floating
25414         point.
25415
25416         Issue a compile-time diagnostic if time_t is floating point, or if
25417         two's complement arithmetic is not in effect, or if arithmetic
25418         right shift does not propagate the sign.  These assumptions were
25419         all in the original code but they weren't checked.
25420
25421         (TIME_T_MIDPOINT, verify): New macros.
25422         (__isleap): Remove; it has integer overflow problems.
25423         (leapyear): New function, without those problems.
25424         (ydhms_tm_diff): Remove; splitting into two parts.
25425         (ydhms_diff): New function, containing the arithmetic part of
25426         the old ydhms_tm_diff function.  Issue a compile-time
25427         diagnostic if we are not using C99 integer division.
25428         Avoid casts when possible.
25429         (guess_time_tm): New function, containing the checking part of
25430         the old ydhms_tm_diff function.  Return the new value, rather than
25431         the difference between it and the old.  Accept a new argument T
25432         so that *T specifies the old value.  Check for overflow in the result.
25433
25434         (__mktime_internal): Use a time_t offset, not a long int offset.
25435         This undoes the 2003-06-04 change, which is no longer needed now
25436         that we have better overflow checking.
25437         (localtime_offset): Likewise.
25438
25439         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25440         and long are 64-bit but int is only 32-bit.
25441         (ydhms_diff): Use long int to store year1 and yday1.
25442         Issue a compile-time diagnostic if long int is not wide enough.
25443
25444         (__mktime_internal): Use long int to store adjusted year and yday.
25445         Use plain C rather than preprocessor commands, if that doesn't
25446         affect efficiency.
25447         Check for overflow (and try to repair) after each probe
25448         rather than checking only at the very end.  This avoids some bugs
25449         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25450         does not equal GMT offset at maximum time).
25451         Use integer to check for overflow rather than floating point; this
25452         is more portable to non-IEEE hosts, and is a tad faster.
25453         When we detect that we are oscillating between two values,
25454         don't check whether tm_isdst has the requested value, since
25455         we already know the answer.  When tm_isdst has the wrong value,
25456         use a different heuristic to find the right one, based on the
25457         extreme values actually observed in practice in tz2003a,
25458         rather than the (overly optimistic) "previous 3 calendar quarters".
25459
25460         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25461         "T const" to accommodate glibc style.
25462         (check_result): Use less-confusing report format.  "long" -> "long int.
25463         (main): Likewise.
25464         Don't loop if the iteration overflows time_t.
25465         Allow a negative step in the iteration.
25466
25467 2003-07-06  Karl Berry  <karl@gnu.org>
25468
25469         * config/depcomp: update from automake.
25470         * config/config.sub: update from prep.
25471
25472 2003-07-03  Karl Berry  <karl@gnu.org>
25473
25474         * config/config.guess: update from prep.
25475
25476 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25477
25478         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25479         xreadlink.c now includes it unconditionally.
25480
25481 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25482
25483         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25484         having it depend on HAVE_SYS_TYPES_H.
25485
25486 2003-07-01  Bruno Haible  <bruno@clisp.org>
25487
25488         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25489         <sys/types.h> should be sufficient.
25490         Reported by Paul Eggert.
25491
25492 2003-06-26  Karl Berry  <karl@gnu.org>
25493
25494         * config/depcomp: update from automake.
25495
25496 2003-06-26  Bruno Haible  <bruno@clisp.org>
25497
25498         * modules/human: Depend on module stdbool.
25499
25500 2003-06-25  Bruno Haible  <bruno@clisp.org>
25501
25502         * modules/readlink: New file.
25503         * modules/xreadlink: Depend on it.
25504         * MODULES.html.sh (func_all_modules): Add readlink.
25505
25506 2003-06-25  Bruno Haible  <bruno@clisp.org>
25507
25508         * m4/readlink.m4: New file.
25509
25510 2003-06-25  Bruno Haible  <bruno@clisp.org>
25511
25512         * lib/readlink.c: New file.
25513
25514 2003-06-22  Karl Berry  <karl@gnu.org>
25515
25516         * config/srclist.txt: update mkinstalldirs from automake.
25517         * config/mkinstalldirs: update.
25518
25519 2003-06-22  Bruno Haible  <bruno@clisp.org>
25520
25521         Portability to mingw32.
25522         * m4/ssize_t.m4: New file, from GNU gettext.
25523         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25524         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25525
25526 2003-06-22  Bruno Haible  <bruno@clisp.org>
25527
25528         * modules/safe-read: Add m4/ssize_t.m4.
25529         * modules/xreadlink: Add m4/ssize_t.m4.
25530
25531 2003-06-20  Bruno Haible  <bruno@clisp.org>
25532
25533         Assume C89, so PARAMS isn't needed.
25534         * lib/unicodeio.h (PARAMS): Remove.
25535         * lib/unicodeio.c: Don't use PARAMS.
25536
25537 2003-06-18  Karl Berry  <karl@gnu.org>
25538
25539         * config/config.{guess,sub}: update from prep.
25540
25541 2003-06-18  Jim Meyering  <jim@meyering.net>
25542
25543         Merge changes from coreutils.
25544         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25545         Remove explicit declarations of xmalloc and realloc.
25546         Include xalloc.h.
25547         (read_utmp): Remove anachronistic cast of xmalloc.
25548
25549 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25550
25551         Assume C89, so PARAMS isn't needed.
25552         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25553         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25554         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25555         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25556         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25557         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25558         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25559         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25560         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25561         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25562         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25563         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25564         no longer needed. Anyway, config.h should always be included before any
25565         other file.
25566
25567 2003-06-11  Simon Josefsson  <jas@extundo.com>
25568
25569         * modules/sysexits: New file.
25570         * MODULES.html.sh (func_all_modules): Add sysexits.
25571
25572 2003-06-11  Simon Josefsson  <jas@extundo.com>
25573
25574         * lib/sysexit_.h: New file.
25575
25576 2003-06-11  Derek Price  <derek@ximbiot.com>
25577
25578         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25579         necessary.
25580
25581 2003-06-11  Bruno Haible  <bruno@clisp.org>
25582
25583         * m4/sysexits.m4: New file.
25584
25585 2003-06-10  Simon Josefsson  <jas@extundo.com>
25586
25587         * lib/argp.h: New file, from glibc.
25588         * lib/argp-ba.c: New file, from glibc.
25589         * lib/argp-eexst.c: New file, from glibc.
25590         * lib/argp-fmtstream.c: New file, from glibc.
25591         * lib/argp-fmtstream.h: New file, from glibc.
25592         * lib/argp-fs-xinl.c: New file, from glibc.
25593         * lib/argp-help.c: New file, from glibc.
25594         * lib/argp-namefrob.h: New file, from glibc.
25595         * lib/argp-parse.c: New file, from glibc.
25596         * lib/argp-pv.c: New file, from glibc.
25597         * lib/argp-pvh.c: New file, from glibc.
25598         * lib/argp-xinl.c: New file, from glibc.
25599
25600 2003-06-10  Simon Josefsson  <jas@extundo.com>
25601
25602         * modules/strchrnul: New file.
25603
25604 2003-06-10  Simon Josefsson  <jas@extundo.com>
25605
25606         * modules/argp: New file.
25607
25608 2003-06-10  Simon Josefsson  <jas@extundo.com>
25609
25610         * m4/strchrnul.m4: New file.
25611
25612 2003-06-10  Simon Josefsson  <jas@extundo.com>
25613
25614         * lib/strchrnul.h: New file.
25615         * lib/strchrnul.c: New file.
25616
25617 2003-06-10  Bruno Haible  <bruno@clisp.org>
25618
25619         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25620
25621 2003-06-07  Karl Berry  <karl@gnu.org>
25622
25623         * config/config.{guess,sub}: update from prep.
25624
25625 2003-06-07  Jim Meyering  <jim@meyering.net>
25626
25627         * modules/strtod: Use $(...) notation, not @...@ for
25628         AC_REPLACE'd variables.
25629         * modules/localcharset: Likewise.
25630
25631 2003-06-07  Jim Meyering  <jim@meyering.net>
25632
25633         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25634         in place of my name in the copyright comment.
25635         Remove definition and uses of __P.
25636
25637         From coreutils.
25638         * lib/stat.c: Don't declare xmalloc explicitly.
25639         Instead, include "xalloc.h".
25640         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25641         xrealloc, and xcalloc return values.
25642         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25643         Improve comment.
25644         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25645
25646 2003-06-07  Bruno Haible  <bruno@clisp.org>
25647
25648         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25649         avoid AC_CONFIG_LINKS.
25650         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25651         fnmatch.h, to avoid AC_CONFIG_LINKS.
25652         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25653
25654 2003-06-07  Bruno Haible  <bruno@clisp.org>
25655
25656         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25657         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25658         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25659         directory.
25660         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25661         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25662         directory.
25663
25664 2003-06-06  Jim Meyering  <jim@meyering.net>
25665
25666         Merge from coreutils.
25667         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25668         Consolidate declarations and initializations of *_base* locals.
25669
25670         Merge from coreutils.
25671         This avoids a core dump on systems without GNU putenv,
25672         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25673         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25674         (unsetenv): New static function, from GNU libc.
25675         (rpl_putenv): Use it.
25676
25677         * lib/modechange.c: Remove trailing blanks.
25678
25679         Merge from coreutils.
25680         * lib/fsusage.c: Remove declaration of statfs.
25681         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25682
25683         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25684
25685 2003-06-06  Jim Meyering  <jim@meyering.net>
25686
25687         * lib/stdbool_.h: Renamed from stdbool.h.in.
25688
25689 2003-06-06  Jim Meyering  <jim@meyering.net>
25690             Bruno Haible  <bruno@clisp.org>
25691
25692         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25693         Adjust Makefile.am snippet not to redirect directly to target.
25694         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25695
25696 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25697
25698         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25699         mismatch, look in future quarters as well as past.  This fixes a
25700         bug when processing fall-backwards gaps immediately after a long
25701         period of daylight-saving time.
25702
25703         * lib/mktime.c: Assume freestanding C89 or better.
25704         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25705         (__P): Remove; not used.
25706         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25707         (mktime, not_equal_tm, print_tm, check_result,
25708         main): Use prototypes.  Use const * where appropriate.
25709         (main): Fix typo in testing code that uncovered by above changes.
25710         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25711
25712 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25713
25714         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25715         locale.h, localeconv.  This merges changes from coreutils.
25716
25717         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25718         It can be removed after the next Autoconf is released.
25719         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25720         needed.
25721
25722 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25723
25724         * lib/mktime.c: Fix Debian bug 177940
25725         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25726         (localtime_offset): Now long int, not time_t, because we want it
25727         to be guaranteed to be signed.  All uses changed.
25728         (__mktime_internal): If overflow would occur when adding offset,
25729         don't add it.
25730
25731         Merge 'human' changes from coreutils.  Rewrite to support
25732         locale-specific notations like thousands separators.
25733         * lib/human.c: Simplify authorship notice.
25734         Include human.h immediately after config.h.
25735         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25736         <limits.h>: Do not include, since human.h does.
25737         (SIZE_MAX, UINTMAX_MAX): New macros.
25738         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25739         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25740         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25741         (power_letter): Renamed from suffixes.
25742         (generate_suffix_backwards): Remove.
25743         (adjust_value): Now takes int style (because of human.h changes)
25744         and long double value (for greater precision on some platforms).
25745         (group_number): New function.
25746         (human_readable): Use it.  Use integer options, not enum.
25747         Put the options before the sizes in the arg list.
25748         Support all the new options.
25749         The old human_readable function has been removed;
25750         use inttostr.h instead.
25751         (human_readable, default_block_size, humblock):
25752         Use uintmax_t, not int, for block sizes.
25753         (human_readable_inexact, block_size_types): Remove.
25754         (block_size_opts): New constant.
25755         (human_options): Renamed from human_block_size, with new signature
25756         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25757         * lib/human.h: Add copyright and authorship notice.
25758         Include <limits.h> and <stdbool.h> unconditionally.
25759         (PARAMS): Remove.  All uses removed.
25760         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25761         (enum human_inexact_style): Remove tag; now a nameless enum.
25762         (human_floor, human_ceiling, human_round_to_even): Now have
25763         values 2, 0, 1 rather than -1, 1, 0.
25764         (human_group_digits, human_suppress_point_zero, human_autoscale,
25765         human_base_1024, human_SI, human_B): New constants.
25766         (human_readable_inexact, human_block_size): Remove.
25767         (human_readable): Size args are now uintmax_t, not int.
25768         (human_options): New decl.
25769
25770         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25771         unnecessary now that we assume C89 or better.  This change
25772         imported from coreutils.
25773
25774         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25775         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25776         in the 2003-05-30 sync from glibc.
25777
25778         .h files should stand alone, but we shouldn't include <sys/types.h>
25779         if we can get away with just <stddef.h>.
25780
25781         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25782         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25783         rather than <sys/types.h>, as we merely need size_t.
25784         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25785         to get size_t.
25786         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25787         Include <stdio.h>, to get FILE.
25788         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25789         memcasecmp.h has included <stddef.h> and all we need is size_t.
25790         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25791         our interface, instead of including <sys/types.h>
25792
25793 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25794
25795         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25796         now, as glibc mktime is buggy on non-glibc systems.
25797
25798 2003-06-03  Karl Berry  <karl@gnu.org>
25799
25800         * config/config.sub: update from prep.
25801
25802 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25803
25804         [from coreutils]
25805         Fix some minor time-related bugs with POSIX time arguments.
25806         Some valid time stamps were being rejected (notably -1, and
25807         time stamps before 1900 on 64-bit hosts).  And some invalid
25808         time stamps were being accepted, e.g. September 31.
25809
25810         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25811         that we can return (time_t) -1 successfully.
25812         * lib/posixtm.c: Likewise.
25813         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25814         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25815         (t): Remove static var.
25816         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25817         of static var.  All uses changed.
25818         (year): Do not reject years before 1900; they can occur with
25819         64-bit time_t.
25820         (posix_time_parse): Do not check for out-of-range components;
25821         that is now the caller's responsibility, since our checks were
25822         only approximations.
25823         (posixtime): Use mktime to check for out-of-range components,
25824         since it knows them exactly.
25825         If mktime returns (time_t) -1, check whether an error actually occurred
25826         by invoking localtime on -1.
25827         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25828         posixtime failures better.
25829         Improve the test data (in comments only).
25830
25831 2003-06-02  Karl Berry  <karl@gnu.org>
25832
25833         * config/mkinstalldirs (version): new variable.
25834         (--version): new option.
25835         (usage): improve message.
25836
25837 2003-05-30  Karl Berry  <karl@gnu.org>
25838
25839         * lib/mktime.c: update from libc.
25840
25841 2003-05-30  Bruno Haible  <bruno@clisp.org>
25842
25843         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25844         * config/config.rpath: Upgrade to gettext-0.12.1.
25845
25846 2003-05-30  Bruno Haible  <bruno@clisp.org>
25847
25848         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25849         * m4/nls.m4: New file, from gettext-0.12.1.
25850         * m4/po.m4: New file, from gettext-0.12.1.
25851         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25852
25853 2003-05-30  Bruno Haible  <bruno@clisp.org>
25854
25855         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25856         * lib/localcharset.h: Likewise.
25857         * lib/localcharset.c: Likewise.
25858
25859 2003-05-29  Karl Berry  <karl@gnu.org>
25860
25861         * config/config.rpath: update from gettext.
25862
25863 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25864
25865         Assume the headers required for C89 freestanding compilers.
25866         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25867         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25868         * m4/human.m4 (gl_HUMAN): Likewise.
25869         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25870         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25871         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25872         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25873         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25874         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25875
25876 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25877
25878         Assume the headers required for C89 freestanding compilers.
25879         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25880         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25881         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25882         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25883         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25884         define, since <limits.h> is guaranteed to do that.
25885         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25886         * lib/exclude.c: Include <stdbool.h> unconditionally.
25887         * lib/tempname.c: Include <stddef.h> unconditionally.
25888         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25889         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25890         <stddef.h> does that.
25891         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25892         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25893         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25894         needed.
25895         * lib/xstrtol.c: Likewise.
25896         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25897         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25898
25899         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25900         warnings on some platforms.
25901
25902         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25903         arbitrarily.
25904
25905 2003-05-26  Jim Meyering  <jim@meyering.net>
25906
25907         Merge in a change from coreutils:
25908         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25909         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25910         that condition, rather than `-1' which is slightly misleading.
25911         Change the name of the cache variable to have the gl_ prefix.
25912         Prompted by a patch from Richard Dawe for DJGPP.
25913
25914 2003-05-24  Karl Berry  <karl@gnu.org>
25915
25916         * config/config.guess: update from prep.
25917
25918 2003-05-22  Karl Berry  <karl@gnu.org>
25919
25920         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25921
25922 2003-05-20  Karl Berry  <karl@gnu.org>
25923
25924         * config/config.guess: update from prep.
25925
25926 2003-05-18  Karl Berry  <karl@gnu.org>
25927
25928         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25929         might actually be set by the user.
25930
25931         * config/depcomp, install-sh, mdate-sh: update from automake.
25932
25933 2003-05-17  Bruno Haible  <bruno@clisp.org>
25934
25935         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25936         invalid expansion for AC_EGREP_CPP.
25937         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25938         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25939         Suggested by Akim Demaille <akim@epita.fr> in
25940         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25941
25942 2003-05-12  Jim Meyering  <jim@meyering.net>
25943
25944         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25945         the space-padded-by-default conversion specifiers, %e, %k, %l.
25946
25947 2003-05-12  Bruno Haible  <bruno@clisp.org>
25948
25949         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25950         the string is longer than 4 KB.
25951
25952 2003-05-11  Karl Berry  <karl@gnu.org>
25953
25954         * config/config.{guess,sub}: update from prep.
25955
25956 2003-05-09  Bruno Haible  <bruno@clisp.org>
25957
25958         * modules/error: Add m4/strerror_r.m4 to file list.
25959
25960 2003-05-03  Bruno Haible  <bruno@clisp.org>
25961
25962         Upgrade to Unicode-4.0.
25963         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25964         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25965         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25966         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25967         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25968         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25969         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25970         Change width of U+E0100..U+E01EF from 1 to 0.
25971
25972 2003-04-25  Jim Meyering  <jim@meyering.net>
25973
25974         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25975         of type size_t, not int.
25976
25977 2003-04-25  Bruno Haible  <bruno@clisp.org>
25978
25979         * lib/copy-file.c: Include <stddef.h>, for size_t.
25980
25981 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25982
25983         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25984         code which expansion is under static control.  Patch imported from
25985         Akim Demaille's patch to Bison; see
25986         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25987
25988 2003-04-14  Bruno Haible  <bruno@clisp.org>
25989
25990         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25991
25992 2003-04-11  Jim Meyering  <jim@meyering.net>
25993
25994         Merge changes from Coreutils.
25995
25996         2003-03-22  Jim Meyering  <jim@meyering.net>
25997
25998         * lib/strftime.c (widen): Cast alloca return value to proper type.
25999
26000         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26001
26002         From GNU libc.
26003         * lib/strftime.c (my_strftime): Handle very large width
26004         specifications for numeric values correctly.  Improve checks for
26005         overflow.
26006
26007         2003-01-19  Jim Meyering  <jim@meyering.net>
26008
26009         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26010         definitions.
26011         (nl_get_alt_digit) [! defined my_strftime]: Define.
26012         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26013         _nl_get_alt_digit and _nl_get_walt_digit.
26014
26015         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26016         libc. These changes have no effect outside of _LIBC.
26017
26018 2003-04-10  Bruno Haible  <bruno@clisp.org>
26019
26020         * modules/findprog: New file.
26021         * MODULES.html.sh (func_all_modules): Add it.
26022
26023 2003-04-10  Bruno Haible  <bruno@clisp.org>
26024
26025         * m4/findprog.m4: New file.
26026         * m4/eaccess.m4: New file.
26027
26028 2003-04-10  Bruno Haible  <bruno@clisp.org>
26029
26030         * lib/findprog.h: New file, from GNU gettext.
26031         * lib/findprog.c: New file, from GNU gettext.
26032
26033 2003-04-05  Jim Meyering  <jim@meyering.net>
26034
26035         Merge changes from Coreutils.
26036
26037         * lib/exclude.h (PARAMS): Remove definition and uses.
26038         * lib/exclude.c: Remove uses of `PARAMS'.
26039
26040         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26041         Add test-cases for DOS filenames. Declare program_name.
26042         (main): Set up program_name.  Patch by Rich Dawe.
26043
26044         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26045         error from mntctl.
26046         Use mntctl's return value to drive the entry-processing loop, since
26047         we can't rely on the value of the vmt_length member in the last
26048         entry.  On some systems doing so could result in exhausting
26049         virtual memory.  Based in part on a patch from Mike Jetzer.
26050
26051 2003-04-04  Bruno Haible  <bruno@clisp.org>
26052
26053         * modules/linebreak: New file.
26054         * MODULES.html.sh (func_all_modules): Add it.
26055
26056 2003-04-04  Bruno Haible  <bruno@clisp.org>
26057
26058         * m4/linebreak.m4: New file.
26059
26060 2003-04-04  Bruno Haible  <bruno@clisp.org>
26061
26062         * lib/linebreak.h: New file, from GNU gettext.
26063         * lib/linebreak.c: New file, from GNU gettext with slight
26064         modifications.
26065         * lib/lbrkprop.h: New file, from GNU gettext.
26066
26067 2003-04-03  Bruno Haible  <bruno@clisp.org>
26068
26069         * modules/utf8-ucs4: New file.
26070         * modules/utf16-ucs4: New file.
26071         * modules/ucs4-utf8: New file.
26072         * modules/ucs4-utf16: New file.
26073         * MODULES.html.sh (func_all_modules): Add them.
26074
26075 2003-04-03  Bruno Haible  <bruno@clisp.org>
26076
26077         * m4/utf-ucs4.m4: New file.
26078         * m4/ucs4-utf.m4: New file.
26079
26080 2003-04-03  Bruno Haible  <bruno@clisp.org>
26081
26082         * lib/utf8-ucs4.h: New file, from GNU gettext.
26083         * lib/utf16-ucs4.h: New file, from GNU gettext.
26084         * lib/ucs4-utf8.h: New file, from GNU gettext.
26085         * lib/ucs4-utf16.h: New file, from GNU gettext.
26086
26087 2003-04-02  Bruno Haible  <bruno@clisp.org>
26088
26089         * modules/binary-io: New file.
26090         * MODULES.html.sh (func_all_modules): Add it.
26091
26092 2003-04-02  Bruno Haible  <bruno@clisp.org>
26093
26094         * lib/binary-io.h: New file, from GNU gettext.
26095
26096 2003-04-01  Bruno Haible  <bruno@clisp.org>
26097
26098         * modules/pathname: New file.
26099         * MODULES.html.sh (func_all_modules): Add it.
26100
26101 2003-04-01  Bruno Haible  <bruno@clisp.org>
26102
26103         * lib/pathname.h: New file, from GNU gettext.
26104         * lib/concatpath.c: New file, from GNU gettext.
26105
26106 2003-03-30  Bruno Haible  <bruno@clisp.org>
26107
26108         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26109
26110 2003-03-30  Bruno Haible  <bruno@clisp.org>
26111
26112         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26113         function chown() doesn't exist.
26114
26115 2003-03-28  Bruno Haible  <bruno@clisp.org>
26116
26117         * modules/copy-file: New file.
26118         * MODULES.html.sh (func_all_modules): Add it.
26119
26120 2003-03-28  Bruno Haible  <bruno@clisp.org>
26121
26122         * m4/copy-file.m4: New file.
26123
26124 2003-03-28  Bruno Haible  <bruno@clisp.org>
26125
26126         * lib/copy-file.h: New file, from GNU gettext.
26127         * lib/copy-file.c: New file, from GNU gettext.
26128
26129 2003-03-18  Jim Meyering  <jim@meyering.net>
26130
26131         * lib/quote.c (quote_n): Fix typo in comment.
26132
26133 2003-03-18  Bruno Haible  <bruno@clisp.org>
26134
26135         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26136         checking.
26137         * m4/onceonly_2_57.m4: Likewise.
26138
26139 2003-03-17  Bruno Haible  <bruno@clisp.org>
26140
26141         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26142         (m4_quote): Remove macro.
26143         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26144
26145 2003-03-14  Jim Meyering  <jim@meyering.net>
26146
26147         Merge changes from Coreutils.
26148         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26149         to be const, in order to avoid warnings.
26150         (obstack_room): Likewise.
26151         (obstack_empty_p): Likewise.
26152
26153 2003-03-14  Bruno Haible  <bruno@clisp.org>
26154
26155         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26156         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26157
26158 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26159
26160         Merge changes from Bison.
26161         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26162         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26163         when compiling Bison 1.875's `bitset bset = obstack_alloc
26164         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26165         * lib/hash.c: Include <stdbool.h> unconditionally.
26166
26167 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26168
26169         * m4/onceonly.m4 (m4_quote): New macro.
26170         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26171         Quote AC_FOREACH variable-expansions properly.
26172
26173 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26174
26175         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26176
26177 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26178
26179         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26180         Reported by Bruce Becker; see:
26181         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26182
26183 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26184             Bruno Haible  <bruno@clisp.org>
26185
26186         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26187         Reported by John Hughes, see
26188         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26189
26190 2003-02-20  Bruno Haible  <bruno@clisp.org>
26191
26192         * MODULES.html.sh (func_all_modules): Add poll.
26193
26194 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26195
26196         * modules/poll: New file.
26197
26198 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26199
26200         * lib/poll_.h: New file.
26201         * lib/poll.c: New file.
26202
26203 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26204
26205         * m4/poll.m4: New file.
26206
26207 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26208
26209         * modules/mathl: New file.
26210
26211 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26212
26213         * lib/mathl.h: New file.
26214         * lib/acosl.c: New file.
26215         * lib/asinl.c: New file.
26216         * lib/atanl.c: New file.
26217         * lib/ceill.c: New file.
26218         * lib/cosl.c: New file.
26219         * lib/expl.c: New file.
26220         * lib/floorl.c: New file.
26221         * lib/frexpl.c: New file.
26222         * lib/ldexpl.c: New file.
26223         * lib/logl.c: New file.
26224         * lib/sincosl.c: New file.
26225         * lib/sinl.c: New file.
26226         * lib/sqrtl.c: New file.
26227         * lib/tanl.c: New file.
26228         * lib/trigl.c: New file.
26229         * lib/trigl.h: New file.
26230
26231 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26232
26233         * m4/mathl.m4: New file.
26234
26235 2003-02-18  Bruno Haible  <bruno@clisp.org>
26236
26237         * MODULES.html.sh (func_all_modules): Add mathl.
26238
26239 2003-02-17  Bruno Haible  <bruno@clisp.org>
26240
26241         * modules/mkdtemp: New module.
26242         * MODULES.html.sh (func_all_modules): Add it.
26243
26244 2003-02-17  Bruno Haible  <bruno@clisp.org>
26245
26246         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26247
26248 2003-02-17  Bruno Haible  <bruno@clisp.org>
26249
26250         * lib/mkdtemp.h: New file, from GNU gettext.
26251         * lib/mkdtemp.c: New file, from GNU gettext.
26252
26253 2003-02-02  Jim Meyering  <jim@meyering.net>
26254
26255         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26256         e.g. glibc-2.2.93.
26257
26258 2003-01-31  Bruno Haible  <bruno@clisp.org>
26259
26260         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26261         'rpl_rename'.
26262         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26263         'rpl_strnlen'.
26264         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26265         'rpl_strtod'.
26266         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26267         'rpl_utime'.
26268
26269 2003-01-31  Bruno Haible  <bruno@clisp.org>
26270
26271         * lib/rename.c: #undef rename before defining rpl_rename.
26272         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26273
26274 2003-01-30  Bruno Haible  <bruno@clisp.org>
26275
26276         * modules/vasnprintf, modules/vasprintf: New modules.
26277         * MODULES.html.sh (func_all_modules): Add them.
26278
26279 2003-01-30  Bruno Haible  <bruno@clisp.org>
26280
26281         * m4/signed.m4: New file, from GNU gettext.
26282         * m4/longdouble.m4: New file, from GNU gettext.
26283         * m4/wchar_t.m4: New file, from GNU gettext.
26284         * m4/wint_t.m4: New file, from GNU gettext.
26285         * m4/vasnprintf.m4: New file.
26286         * m4/vasprintf.m4: New file.
26287
26288 2003-01-30  Bruno Haible  <bruno@clisp.org>
26289
26290         * lib/printf-args.h: New file, from GNU gettext.
26291         * lib/printf-args.c: New file, from GNU gettext.
26292         * lib/printf-parse.h: New file, from GNU gettext.
26293         * lib/printf-parse.c: New file, from GNU gettext.
26294         * lib/vasnprintf.h: New file, from GNU gettext.
26295         * lib/vasnprintf.c: New file, from GNU gettext.
26296         * lib/asnprintf.c: New file, from GNU gettext.
26297         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26298         * lib/vasprintf.c: New file, from GNU gettext.
26299         * lib/asprintf.c: New file, from GNU gettext.
26300
26301 2003-01-29  Bruno Haible  <bruno@clisp.org>
26302
26303         * modules/stpncpy: New module.
26304         * MODULES.html.sh (func_all_modules): Add it.
26305
26306 2003-01-29  Bruno Haible  <bruno@clisp.org>
26307
26308         * m4/stpncpy.m4: New file.
26309
26310 2003-01-29  Bruno Haible  <bruno@clisp.org>
26311
26312         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26313         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26314
26315 2003-01-28  Bruno Haible  <bruno@clisp.org>
26316
26317         * modules/c-ctype: New module.
26318         * MODULES.html.sh (func_all_modules): Add it.
26319
26320 2003-01-28  Bruno Haible  <bruno@clisp.org>
26321
26322         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26323         Paul Eggert.
26324         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26325         Paul Eggert.
26326
26327 2003-01-27  Bruno Haible  <bruno@clisp.org>
26328
26329         * modules/xsetenv: New module.
26330         * MODULES.html.sh (func_all_modules): Add it.
26331
26332 2003-01-27  Bruno Haible  <bruno@clisp.org>
26333
26334         * lib/xsetenv.h: New file, from GNU gettext.
26335         * lib/xsetenv.c: New file, from GNU gettext.
26336
26337 2003-01-23  Jim Meyering  <jim@meyering.net>
26338
26339         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26340         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26341
26342 2003-01-23  Bruno Haible  <bruno@clisp.org>
26343
26344         * modules/minmax: New module.
26345         * MODULES.html.sh (func_all_modules): Add it.
26346
26347 2003-01-23  Bruno Haible  <bruno@clisp.org>
26348
26349         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26350         Eggert.
26351
26352 2003-01-22  Bruno Haible  <bruno@clisp.org>
26353
26354         * modules/exit: New module.
26355         * MODULES.html.sh (func_all_modules): Add it.
26356
26357 2003-01-22  Bruno Haible  <bruno@clisp.org>
26358
26359         * lib/exit.h: New file, from GNU gettext.
26360
26361 2003-01-19  Bruno Haible  <bruno@clisp.org>
26362
26363         * gnulib-tool: Recognize option --extract-maintainer.
26364         (func_get_maintainer): New function.
26365         * modules/*: Add Maintainer entry.
26366
26367 2003-01-16  Jim Meyering  <jim@meyering.net>
26368
26369         * m4/regex.m4: The `regex' struct is both input and output.
26370         Initialize it before each use.  Patch by Tim Waugh.
26371
26372 2003-01-16  Bruno Haible  <bruno@clisp.org>
26373
26374         * MODULES.html.sh: Add a table of contents. Add the module name as
26375         leftmost column. Add hyperlinks.
26376
26377 2003-01-15  Bruno Haible  <bruno@clisp.org>
26378
26379         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26380
26381 2003-01-15  Bruno Haible  <bruno@clisp.org>
26382
26383         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26384         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26385         suffix.
26386
26387 2003-01-15  Bruno Haible  <bruno@clisp.org>
26388
26389         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26390
26391 2003-01-15  Bruno Haible  <bruno@clisp.org>
26392
26393         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26394         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26395
26396 2003-01-14  Jim Meyering  <jim@meyering.net>
26397
26398         * lib/same.c (same_name): Tweak a comment.
26399
26400 2003-01-14  Bruno Haible  <bruno@clisp.org>
26401
26402         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26403         when a string comparison is sufficient.
26404
26405 2003-01-14  Bruno Haible  <bruno@clisp.org>
26406
26407         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26408         'unsigned int'.
26409
26410 2003-01-14  Bruno Haible  <bruno@clisp.org>
26411
26412         * lib/hash-pjw.c: Add comment about low quality of this function.
26413
26414 2003-01-13  Bruno Haible  <bruno@clisp.org>
26415
26416         * modules/stpcpy: Distribute lib/stpcpy.h.
26417         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26418
26419 2003-01-13  Bruno Haible  <bruno@clisp.org>
26420
26421         * modules/*: Add a description.
26422         * modules/strpbrk: Fix Makefile.am snippet.
26423         * modules/strtoimax: Fix dependencies.
26424         * modules/strtoumax: Likewise.
26425
26426 2003-01-13  Bruno Haible  <bruno@clisp.org>
26427
26428         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26429         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26430         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26431
26432 2003-01-13  Bruno Haible  <bruno@clisp.org>
26433
26434         * gnulib-tool (func_create_testdir): Store config/* files in the main
26435         directory.
26436         * config.rpath: Move to ...
26437         * config/config.rpath: ... here.
26438         * modules/gettext: Contains config/config.rpath, not config.rpath.
26439         * modules/iconv: Likewise.
26440
26441 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26442
26443         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26444         to avoid collisions with libcurses and libreadline.
26445
26446         * m4/getstr.m4: Remove.
26447         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26448
26449 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26450
26451         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26452         to avoid collisions with libcurses and libreadline.
26453
26454         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26455         * lib/getstr.h, getstr.c: Remove.
26456         * lib/getline.c: Include "getline.h", to check interface.
26457         Move body of old getstr.c here: this defines MIN_CHUNK and
26458         declares getdelim2, which is renamed from getstr.
26459         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26460
26461         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26462         All uses changed.
26463         * lib/linebuffer.h: Likewise.
26464         (readline): Remove backward-compatibility macro.
26465
26466 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26467
26468         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26469         to avoid collisions with libcurses and libreadline.
26470         * getstr: Remove.
26471         * MODULES.html.sh: Remove getstr.
26472         * modules/getline: Depend on unlocked-io, not getstr.
26473
26474 2003-01-12  Jim Meyering  <jim@meyering.net>
26475
26476         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26477
26478 2003-01-10  Bruno Haible  <bruno@clisp.org>
26479
26480         * modules/alloca: Change Makefile.am requirements. Simplify Include
26481         requirements. Add lib/alloca_.h to file list.
26482
26483 2003-01-10  Bruno Haible  <bruno@clisp.org>
26484
26485         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26486
26487 2003-01-10  Bruno Haible  <bruno@clisp.org>
26488
26489         * lib/alloca_.h: New file.
26490         * lib/getdate.y: Unconditionally include alloca.h.
26491         * lib/makepath.c: Likewise.
26492         * lib/setenv.c: Likewise.
26493         * lib/userspec.c: Likewise.
26494
26495 2003-01-09  Karl Berry  <karl@gnu.org>
26496
26497         * MODULES.html.sh: include `dirname $0` in PATH, to find
26498         gnulib-tool.
26499
26500 2003-01-09  Bruno Haible  <bruno@clisp.org>
26501
26502         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26503         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26504
26505 2003-01-09  Bruno Haible  <bruno@clisp.org>
26506
26507         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26508
26509 2003-01-09  Bruno Haible  <bruno@clisp.org>
26510
26511         * lib/stdbool.h.in: New file.
26512
26513 2003-01-09  Bruno Haible  <bruno@clisp.org>
26514
26515         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26516         * MODULES.html.sh: Likewise.
26517
26518 2003-01-08  Jim Meyering  <jim@meyering.net>
26519
26520         * lib/full-write.c: Undefine and define-away `const' after inclusion
26521         of errno.h, not before.  Suggestion from Bruno Haible.
26522
26523 2003-01-08  Bruno Haible  <bruno@clisp.org>
26524
26525         * modules/full-read: Depend on full-write.
26526
26527 2003-01-08  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/safe-read.c: Include specification header first, to ensure its
26530         selfcontainedness.
26531         * lib/full-write.c: Likewise.
26532
26533 2003-01-07  Jim Meyering  <jim@meyering.net>
26534
26535         * lib/full-write.c: Rework so that it may serve to define full_read,
26536         too.
26537         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26538
26539 2003-01-07  Bruno Haible  <bruno@clisp.org>
26540
26541         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26542         <inttypes.h>.
26543         * lib/xstrtol.h: Likewise.
26544         * lib/xstrtoimax.c: Likewise.
26545         * lib/xstrtoumax.c: Likewise.
26546         * lib/human.h: Likewise.
26547
26548         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26549         on systems that have <inttypes.h> but not <stdint.h>.
26550
26551 2003-01-07  Bruno Haible  <bruno@clisp.org>
26552
26553         * MODULES.html.sh: Add copyright notice.
26554         (missed_files): Omit CVS directory entries.
26555         (func_module): Make it work with sed-3.02.
26556         * MODULES.txt: Remove file.
26557
26558 2003-01-06  Jim Meyering  <jim@meyering.net>
26559
26560         * lib/version-etc.c: Update year in translatable copyright string.
26561
26562 2003-01-03  Karl Berry  <karl@gnu.org>
26563
26564         * config/config.{guess,sub}: update from prep.
26565
26566 2003-01-02  Karl Berry  <karl@gnu.org>
26567
26568         * doc/COPYING.DOC: belatedly updated to 1.2.
26569
26570 2003-01-01  Karl Berry  <karl@gnu.org>
26571
26572         * gnulib-tool (func_verify_module): report module name $module in
26573         error message, not $1.
26574         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26575         be created, only if it doesn't exist.
26576         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26577
26578 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26579
26580         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26581
26582 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26583
26584         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26585         memcmp if strcoll doesn't work.
26586
26587 2002-12-31  Bruno Haible  <bruno@clisp.org>
26588
26589         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26590         nonempty.
26591
26592 2002-12-31  Bruno Haible  <bruno@clisp.org>
26593
26594         * lib/memcoll.c (STRCOLL): New macro.
26595         (memcoll): Use it.
26596
26597 2002-12-31  Bruno Haible  <bruno@clisp.org>
26598
26599         * lib/localcharset.h: New file.
26600         * lib/localcharset.c: Include it.
26601         * lib/unicodeio.c: Likewise.
26602
26603 2002-12-31  Bruno Haible  <bruno@clisp.org>
26604
26605         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26606         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26607
26608 2002-12-31  Bruno Haible  <bruno@clisp.org>
26609
26610         * lib/getline.h: Include <stddef.h>, for size_t.
26611
26612         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26613         * lib/unicodeio.c: Don't include <stddef.h>.
26614
26615 2002-12-31  Bruno Haible  <bruno@clisp.org>
26616
26617         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26618         HAVE_TM_ZONE.
26619
26620 2002-12-24  Karl Berry  <karl@gnu.org>
26621
26622         * config/config.guess: update from prep.
26623
26624 2002-12-24  Bruno Haible  <bruno@clisp.org>
26625
26626         General infrasructure.
26627         * m4/README: Rewritten.
26628         * m4/onceonly.m4: New file.
26629         * m4/onceonly_2_57.m4: New file.
26630
26631         Module atexit.
26632         * m4/atexit.m4: New file.
26633
26634         Module strtod.
26635         * m4/strtod.m4: New file.
26636
26637         Module strtol.
26638         * m4/strtol.m4: New file.
26639
26640         Module strtoul.
26641         * m4/strtoul.m4: New file.
26642
26643         Module memchr.
26644         * m4/memchr.m4: New file.
26645
26646         Module memcmp.
26647         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26648         (jm_FUNC_MEMCMP): Invoke it.
26649
26650         Module memcpy.
26651         * m4/memcpy.m4: New file.
26652
26653         Module memmove.
26654         * m4/memmove.m4: New file.
26655
26656         Module memset.
26657         * m4/memset.m4: New file.
26658
26659         Module strcspn.
26660         * m4/strcspn.m4: New file.
26661
26662         Module strpbrk.
26663         * m4/strpbrk.m4: New file.
26664
26665         Module strstr.
26666         * m4/strstr.m4: New file.
26667
26668         Module strerror.
26669         * m4/strerror.m4: New file.
26670
26671         Module mktime.
26672         * m4/mktime.m4: Renamed from jm-mktime.m4.
26673         (gl_PREREQ_MKTIME): New macro.
26674         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26675
26676         Module malloc.
26677         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26678         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26679         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26680
26681         Module realloc.
26682         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26683         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26684         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26685
26686         Module strftime.
26687         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26688         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26689         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26690         gl_TM_GMTOFF.
26691         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26692
26693         Module xalloc.
26694         * m4/xalloc.m4: New file.
26695
26696         Module alloca.
26697         * m4/alloca.m4: New file.
26698
26699         Module putenv.
26700         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26701         (jm_FUNC_PUTENV): Invoke it.
26702
26703         Module setenv.
26704         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26705         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26706         when invoked twice.
26707         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26708         gt_FUNC_SETENV.
26709
26710         Module memrchr.
26711         * m4/memrchr.m4: New file.
26712
26713         Module stpcpy.
26714         * m4/stpcpy.m4: New file.
26715
26716         Module strcase.
26717         * m4/strcase.m4: New file.
26718
26719         Module strdup.
26720         * m4/strdup.m4: New file.
26721
26722         Module strnlen.
26723         * m4/strnlen.m4: New file.
26724
26725         Module strndup.
26726         * m4/strndup.m4: New file.
26727
26728         Module xstrtod.
26729         * m4/xstrtod.m4: New file.
26730
26731         Module xstrtol.
26732         * m4/xstrtol.m4: New file.
26733
26734         Module getdate.
26735         * m4/getdate.m4: New file.
26736
26737         Module unlocked-io.
26738         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26739         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26740         * m4/jm-glibc-io.m4n: Remove file.
26741
26742         Module long-options.
26743         * m4/long-options.m4: New file.
26744
26745         Module md5.
26746         * m4/md5.m4: New file.
26747
26748         Module sha.
26749         * m4/sha.m4: New file.
26750
26751         Module getstr.
26752         * m4/getstr.m4: New file.
26753
26754         Module getline.
26755         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26756         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26757         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26758         simply getline. Infoke gl_PREREQ_GETLINE.
26759
26760         Module obstack.
26761         * m4/obstack.m4: New file.
26762
26763         Module hash.
26764         * m4/hash.m4: New file.
26765
26766         Module readtokens.
26767         * m4/readtokens.m4: New file.
26768
26769         Module strverscmp.
26770         * m4/strverscmp.m4: New file.
26771
26772         Module stdbool.
26773         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26774         OSF/1.
26775
26776         Module strtoll.
26777         * m4/strtoll.m4: New file.
26778
26779         Module strtoull.
26780         * m4/strtoull.m4: New file.
26781
26782         Module strtoimax.
26783         * m4/strtoimax.m4: New file.
26784
26785         Module strtoumax.
26786         * m4/strtoumax.m4: New file.
26787
26788         Module xstrtoimax.
26789         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26790         jm_AC_PREREQ_XSTRTOIMAX.
26791         Moved the strtol prerequisites to strtol.m4.
26792         Moved the strtoll prerequisites to strtoll.m4.
26793         Moved the strtoimax prerequisites to strtoimax.m4.
26794
26795         Module xstrtoumax.
26796         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26797         jm_AC_PREREQ_XSTRTOUMAX.
26798         Moved the strtoul prerequisites to strtoul.m4.
26799         Moved the strtoull prerequisites to strtoull.m4.
26800         Moved the strtoumax prerequisites to strtoumax.m4.
26801
26802         Module chown.
26803         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26804         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26805
26806         Module dup2.
26807         * m4/dup2.m4: New file.
26808
26809         Module ftruncate.
26810         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26811         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26812
26813         Module getgroups.
26814         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26815         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26816
26817         Module gettimeofday.
26818         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26819         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26820         gl_PREREQ_GETTIMEOFDAY.
26821
26822         Module mkdir.
26823         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26824         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26825
26826         Module mkstemp.
26827         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26828         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26829         jm_AC_TYPE_UINTMAX_T.
26830         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26831
26832         Module stat.
26833         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26834         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26835
26836         Module lstat.
26837         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26838         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26839
26840         Module timespec.
26841         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26842         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26843         * m4/st_mtim.m4: Indentation.
26844
26845         Module nanosleep.
26846         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26847         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26848         gl_PREREQ_NANOSLEEP.
26849
26850         Module regex.
26851         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26852         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26853         (gl_REGEX): New macro.
26854
26855         Module rename.
26856         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26857         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26858
26859         Module rmdir.
26860         * m4/rmdir.m4: New file.
26861
26862         Module utime.
26863         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26864         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26865         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26866
26867         Module dirname.
26868         * m4/dirname.m4: New file.
26869
26870         Module getopt.
26871         * m4/getopt.m4: New file.
26872
26873         Module unistd-safer.
26874         * m4/unistd-safer.m4: New file.
26875
26876         Module fnmatch.
26877         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26878         declaration.
26879         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26880         (gl_FUNC_FNMATCH_POSIX): New macro.
26881         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26882         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26883         simply fnmatch.
26884
26885         Module exclude.
26886         * m4/exclude.m4: New file.
26887
26888         Module human.
26889         * m4/human.m4: New file.
26890
26891         Module acl.
26892         * m4/acl.m4: Nop.
26893
26894         Module backupfile.
26895         * m4/backupfile.m4: New file.
26896         * m4/d-ino.m4: Indentation.
26897
26898         Module fsusage.
26899         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26900         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26901         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26902
26903         Module dirfd.
26904         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26905         requirements.
26906
26907         Module euidaccess.
26908         * m4/euidaccess.m4: New file.
26909
26910         Module file-type.
26911         * m4/file-type.m4: New file.
26912
26913         Module fileblocks.
26914         * m4/fileblocks.m4: New file.
26915
26916         Module filemode.
26917         * m4/filemode.m4: New file.
26918
26919         Module isdir.
26920         * m4/isdir.m4: New file.
26921
26922         Module lchown.
26923         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26924         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26925
26926         Module makepath.
26927         * m4/makepath.m4: New file.
26928
26929         Module modechange.
26930         * m4/modechange.m4: New file.
26931
26932         Module mountlist.
26933         * m4/mountlist.m4: New file.
26934         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26935         Indentation.
26936
26937         Module path-concat.
26938         * m4/path-concat.m4: New file.
26939
26940         Module pathmax.
26941         * m4/pathmax.m4: New file.
26942
26943         Module same.
26944         * m4/same.m4: New file.
26945
26946         Module save-cwd.
26947         * m4/save-cwd.m4: New file.
26948
26949         Module savedir.
26950         * m4/savedir.m4: New file.
26951
26952         Module xgetcwd.
26953         * m4/xgetcwd.m4: New file.
26954         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26955
26956         Module xreadlink.
26957         * m4/xreadlink.m4: New file.
26958
26959         Module safe-read.
26960         * m4/safe-read.m4: New file.
26961
26962         Module safe-write.
26963         * m4/safe-write.m4: New file.
26964
26965         Module closeout.
26966         * m4/closeout.m4: New file.
26967
26968         Module stdio-safer.
26969         * m4/stdio-safer.m4: New file.
26970
26971         Module getpass.
26972         * m4/getpass.m4: New file.
26973
26974         Module getugroups.
26975         * m4/getugroups.m4: New file.
26976
26977         Module group-member.
26978         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26979         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26980
26981         Module idcache.
26982         * m4/idcache.m4: New file.
26983
26984         Module userspec.
26985         * m4/userspec.m4: New file.
26986
26987         Module gettime.
26988         * m4/clock_time.m4: New file.
26989         * m4/gettime.m4: New file.
26990
26991         Module settime.
26992         * m4/settime.m4: New file.
26993
26994         Module posixtm.
26995         * m4/posixtm.m4: New file.
26996
26997         Module gethostname.
26998         * m4/gethostname.m4: New file.
26999
27000         Module canon-host.
27001         * m4/canon-host.m4: New file.
27002
27003         Module gettext.
27004         * m4/codeset.m4: New file, from gettext-0.11.5.
27005         * m4/gettext.m4: New file, from gettext-0.11.5.
27006         * m4/glibc21.m4: New file, from gettext-0.11.5.
27007         * m4/iconv.m4: New file, from gettext-0.11.5.
27008         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27009         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27010         * m4/inttypes.m4: New file, from gettext-0.11.5.
27011         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27012         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27013         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27014         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27015         * m4/lib-link.m4: New file, from gettext-0.11.5.
27016         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27017         * m4/progtest.m4: New file, from gettext-0.11.5.
27018         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27019         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27020         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27021
27022         Module localcharset.
27023         * m4/localcharset.m4: New file.
27024
27025         Module hard-locale.
27026         * m4/hard-locale.m4: New file.
27027
27028         Module mbswidth.
27029         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27030         onceonly macros.
27031         * m4/mbrtowc.m4: Add comment.
27032
27033         Module memcasecmp.
27034         * m4/memcasecmp.m4: New file.
27035
27036         Module memcoll.
27037         * m4/memcoll.m4: New file.
27038
27039         Module unicodeio.
27040         * m4/unicodeio.m4: New file.
27041
27042         Module rpmatch.
27043         * m4/rpmatch.m4: New file.
27044
27045         Module yesno.
27046         * m4/yesno.m4: New file.
27047
27048         Module exitfail.
27049         * m4/exitfail.m4: New file.
27050
27051         Module c-stack.
27052         * m4/c-stack.m4 (gl_C_STACK): New macro.
27053         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27054
27055         Module error.
27056         * m4/error.m4 (gl_ERROR): New macro.
27057         (jm_PREREQ_ERROR): Use onceonly macros.
27058
27059         Module fatal.
27060         * m4/fatal.m4: New file.
27061
27062         Module getloadavg.
27063         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27064         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27065
27066         Module getpagesize.
27067         * m4/getpagesize.m4: New file.
27068
27069         Module getusershell.
27070         * m4/getusershell.m4: New file.
27071
27072         Module physmem.
27073         * m4/physmem.m4: New file.
27074
27075         Module posixver.
27076         * m4/posixver.m4: New file.
27077
27078         Module quotearg.
27079         * m4/quotearg.m4: New file.
27080
27081         Module quote.
27082         * m4/quote.m4: New file.
27083
27084         Module readutmp.
27085         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27086
27087         Module sig2str.
27088         * m4/sig2str.m4: New file.
27089
27090         Other.
27091         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27092         ulonglong.m4.
27093         * m4/intmax_t.m4: New file.
27094         * m4/d-type.m4: Indentation.
27095         * m4/jm-macros.m4: Update.
27096         * m4/prereq.m4 (jm_PREREQ): Update.
27097         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27098         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27099         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27100         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27101         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27102         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27103         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27104         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27105         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27106         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27107         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27108         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27109         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27110         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27111         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27112         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27113         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27114         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27115         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27116
27117 2002-12-24  Bruno Haible  <bruno@clisp.org>
27118
27119         * MODULES.txt: Update according to m4/ changes.
27120
27121         Module gettext.
27122         * config.rpath: New file, from gettext-0.11.5.
27123
27124         * modules/*: New module descriptions.
27125         * gnulib-tool: New file.
27126         * MODULES.html.sh: New file.
27127
27128 2002-12-21  Karl Berry  <karl@gnu.org>
27129
27130         * doc/fdl.texi: update to version 1.2.
27131
27132 2002-12-19  Karl Berry  <karl@gnu.org>
27133
27134         * config/config.guess: update from prep.
27135
27136 2002-12-18  Bruno Haible  <bruno@clisp.org>
27137
27138         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27139         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27140
27141 2002-12-17  Bruno Haible  <bruno@clisp.org>
27142
27143         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27144         stdlib.h, string.h.
27145
27146 2002-12-17  Bruno Haible  <bruno@clisp.org>
27147
27148         * lib/canon-host.c (strdup): Remove unused declaration.
27149
27150         * lib/fsusage.c: Include full_read.h.
27151         (get_fs_usage): Use full_read instead of safe_read.
27152
27153         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27154
27155 2002-12-12  Karl Berry  <karl@gnu.org>
27156
27157         * config/config.guess: update from prep.
27158
27159 2002-12-11  Bruno Haible  <bruno@clisp.org>
27160
27161         * m4/setenv.m4: New file, from gettext-0.11.5.
27162
27163 2002-12-11  Bruno Haible  <bruno@clisp.org>
27164
27165         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27166         not unsetenv().
27167         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27168         modifications:
27169
27170         2002-12-11  Bruno Haible  <bruno@clisp.org>
27171
27172                 * setenv.c (alloca): Fall back to malloc.
27173                 (freea): New macro.
27174                 (setenv): Use freea() to free memory allocated with alloca().
27175
27176         2002-11-13  Bruno Haible  <bruno@clisp.org>
27177
27178                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27179                 function declarations.
27180                 * unsetenv.c (unsetenv): Likewise.
27181
27182         2002-03-04  Bruno Haible  <bruno@clisp.org>
27183
27184                 Portability to AIX 4.3.3.
27185                 * unsetenv.c: New file, extracted from setenv.c.
27186                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27187
27188         2001-12-20  Bruno Haible  <bruno@clisp.org>
27189
27190                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27191                 use malloc instead. For SunOS 4.
27192
27193         2001-12-11  Bruno Haible  <bruno@clisp.org>
27194
27195                 * setenv.c: Declare alloca.
27196                 (compar_fn_t): New typedef.
27197                 (KNOWN_VALUE, STORE_VALUE): Use it.
27198
27199         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27200         setenv.h.
27201
27202 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27203
27204         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27205         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27206         Choose values that are less likely to collide with system fnmatch
27207         options.
27208         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27209         defined (e.g., a pure POSIX system).
27210         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27211         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27212
27213 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27214
27215         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27216         a pain in practice to deal with generated m4 files.  This change
27217         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27218
27219         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27220         and jm-glibc-io.m4, as they are no longer a special case.
27221         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27222         kludge and the auto-generation stuff.  Check only whether the
27223         functions are declared, not whether they exist, since older hosts
27224         that don't declare the functions can't use the optimization anyway.
27225
27226 2002-12-06  Jim Meyering  <jim@meyering.net>
27227
27228         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27229
27230         Merge in changes from libc's misc/error.c, in preparation
27231         for the merge of gnulib's changes back into libc.
27232
27233         * lib/error.c (_): Define only if not already defined.
27234         Move definition to follow all #include directives.
27235         Include unlocked-io.h only if !_LIBC.
27236         [_LIBC]: Include <libio/libioP.h>.
27237         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27238         (fflush): Tweak definition to use INTUSE.
27239         (putc): Define.
27240
27241 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27242
27243         * lib/alloca.c [defined emacs]: Include "lisp.h".
27244         (xalloc_die) [defined emacs]: New macro.
27245         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27246         [! defined emacs]: Include <xalloc.h>.
27247         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27248         (pointer): Typedef to POINTER_TYPE *.
27249         (malloc): Remove decl; we now always use xmalloc.
27250         (alloca): Use old-style definition, since Emacs needs this.
27251         Check for arithmetic overflow when computing combined size.
27252
27253 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27254
27255         Do not generate unlocked-io.h automatically, since it's easier to
27256         maintain it by hand.
27257
27258         * lib/unlocked-io.h: New file, from GNU diffutils,
27259         but with proper copyright notice and attribution.
27260         * lib/gen-uio: Remove.
27261         * lib/Makefile.am: Add copyright notice.
27262         (libfetish_a_SOURCES): Add unlocked-io.h.
27263         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27264         (DISTCLEANFILES, io_functions): Remove macros.
27265         (EXTRA_DIST): Remove gen_uio.
27266         (unlocked-io.h): Remove rule.
27267
27268 2002-12-04  Jim Meyering  <jim@meyering.net>
27269
27270         Reflect the fact that stat.c and lstat.c are no longer generated.
27271         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27272         (DISTCLEANFILES): Likewise.
27273         (EXTRA_DIST): Likewise.
27274         (all_local): Don't depend on stat.c or lstat.c.
27275         (stat.c, lstat.c): Remove rules.
27276         (EXTRA_DIST): Remove xstat.in.
27277
27278         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27279         * lib/stat.c: New file.  Contents mostly from xstat.in.
27280         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27281         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27282
27283         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27284         too.
27285         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27286
27287 2002-12-03  Jim Meyering  <jim@meyering.net>
27288
27289         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27290         but not semantics, to minimize the differences between these two files.
27291         (safe_read): Change comment to mention SAFE_READ_ERROR.
27292
27293         * lib/safe-read.c (IS_EINTR): Define.
27294         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27295
27296 2002-12-02  Jim Meyering  <jim@meyering.net>
27297
27298         * lib/safe-read.c (EINTR): Define.
27299         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27300         (INT_MAX): Provide fallback.
27301         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27302
27303         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27304
27305 2002-12-02  Bruno Haible  <bruno@clisp.org>
27306
27307         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27308         Define, taken from safe-read.c.
27309         (INT_MAX): Provide fallback.
27310         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27311         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27312
27313         * lib/safe-read.c (EINTR): Remove definition.
27314         (safe_read): Don't use EINTR if it is absent.
27315
27316 2002-12-01  Jim Meyering  <jim@meyering.net>
27317
27318         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27319         zero.
27320         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27321
27322 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27323
27324         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27325         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27326         with `if (! (value < limit)) abort ();', for readability.
27327
27328 2002-11-26  Karl Berry  <karl@gnu.org>
27329
27330         * lib/strdup.c: copy from libc again, with jim's ok.
27331         * lib/.cppi-disable: re-add strdup.c
27332
27333 2002-11-25  Karl Berry  <karl@gnu.org>
27334
27335         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27336         instead of "strtol.c".
27337
27338 2002-11-25  Karl Berry  <karl@gnu.org>
27339
27340         * config/install-sh: update from automake for variable quoting, $0 in
27341         error msgs, etc.
27342
27343         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27344         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27345         entry.
27346
27347 2002-11-25  Jim Meyering  <jim@meyering.net>
27348
27349         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27350
27351 2002-11-24  Karl Berry  <karl@gnu.org>
27352
27353         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27354         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27355
27356 2002-11-24  Jim Meyering  <jim@meyering.net>
27357
27358         Update from coreutils:
27359
27360         * lib/mktime.c: Merge in changes from libc.
27361
27362         Avoid a link-time failure on some Linux systems.
27363         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27364         (otherwise).
27365         (__mon_yday): Declare with the STATIC attribute.
27366         (__mktime_internal): Likewise.
27367         Based on a report from Greg Schafer.
27368
27369 2002-11-23  Jim Meyering  <jim@meyering.net>
27370
27371         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27372         Use `unsigned', not `int', as type of index.
27373
27374         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27375
27376         * lib/fsusage.c: Remove unneeded parentheses around operands of
27377         `defined'.
27378
27379 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27380
27381         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27382         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27383         so that we can be included first.
27384         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27385         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27386         No need to include stddef.h or sys/types.h any more.
27387         Surround local include files with "", not "<>".
27388         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27389         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27390         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27391         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27392         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27393         (ISPRINT): Remove; no longer needed now that we assume C89.
27394
27395         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27396         Preserve errno.
27397
27398         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27399         quotearg_char): Use SIZE_MAX rather than
27400         (size_t) -1 when we are talking about "infinity".
27401
27402         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27403
27404 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27405
27406         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27407         hint that one should use `if (! x) abort ();' rather than `assert
27408         (x);', and anyway it's one less thing to worry about configuring.
27409         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27410         hash_rehash, hash_insert): Use abort rather than assert.
27411
27412 2002-11-22  Bruno Haible  <bruno@clisp.org>
27413
27414         * lib/safe-read.h: Assume C89. Add comments.
27415         (safe_read): Change return type to size_t.
27416         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27417         byte counts > SSIZE_MAX correctly.
27418         * lib/safe-write.h: New file.
27419         * lib/safe-write.c: New file.
27420         * lib/full-read.h: New file.
27421         * lib/full-read.c: New file.
27422         * lib/full-write.h: Assume C89. Add comments.
27423         * lib/full-write.c: Include safe-write.h.
27424         (full_write): Rewritten to use safe_write.
27425         Suggested by Jim Meyering and Paul Eggert.
27426
27427 2002-11-21  Jim Meyering  <jim@meyering.net>
27428
27429         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27430
27431         Merge in changes from the coreutils.
27432
27433         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27434         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27435         <stdint.h>.
27436         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27437         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27438         int.  Work more efficiently if X is the same width as uintmax_t.
27439         Do not compare X to -1, to avoid bogus compiler warning.
27440         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27441         Don't assume that f_frsize and f_bsize are the same type.
27442
27443         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27444         warning on FreeBSD.
27445
27446         * lib/makepath.c (make_path): Restore umask *before* creating the final
27447         component.
27448         (make_path): Minor reformatting.
27449
27450         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27451         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27452         HAVE_MALLOC/HAVE_REALLOC.
27453
27454         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27455         dummy ones.  At least on GNU/Linux systems, `auto' means something
27456         else.
27457         From Michael Stone.
27458
27459 2002-11-21  Bruno Haible  <bruno@clisp.org>
27460
27461         Remove case insensitive option matching.
27462         * lib/argmatch.h (argcasematch): Remove declaration.
27463         (ARGCASEMATCH): Remove macro.
27464         (__xargmatch_internal): Remove case_sensitive argument.
27465         (XARGMATCH): Update.
27466         (XARGCASEMATCH): Remove macro.
27467         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27468         case_sensitive argument.
27469         (argcasematch): Remove function.
27470         (__xargmatch_internal): Remove case_sensitive argument.
27471         (main): Use XARGMATCH instead of XARGCASEMATCH.
27472
27473         * lib/xmalloc.c: Change compile-time error message. Add comment about
27474         required autoconf version.
27475
27476 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27477
27478         Merge argmatch cleanups from Bison.  Assume C89.
27479
27480         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27481         Include stdlib.h, for EXIT_FAILURE.
27482         Always include <string.h>, since we assume C89.
27483         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27484         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27485         Include <stddef.h> instead, since it's all we need for size_t.
27486         (PARAMS): Remove.  All uses removed.
27487         (ARRAY_CARDINALITY): Do not bother to #undef.
27488         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27489         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27490         Remove unnecessary parentheses.
27491         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27492         Insert necessary parentheses.
27493         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27494         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27495
27496 2002-11-19  Bruno Haible  <bruno@clisp.org>
27497
27498         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27499         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27500
27501         * lib/mbswidth.h (PARAMS): Remove macro.
27502         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27503         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27504
27505         * lib/gcd.h (PARAMS): Remove macro.
27506         (gcd): Use ANSI C function declarations.
27507         * lib/gcd.c (gcd): Likewise.
27508
27509 2002-11-15  Bruno Haible  <bruno@clisp.org>
27510
27511         * lib/strcspn.c: Include <stddef.h>.
27512         (strcspn): Use ANSI C function declaration. Change return type to
27513         size_t. Use NULL.
27514         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27515         (strpbrk): Use NULL.
27516         * lib/strpbrk.h (PARAMS): Remove macro.
27517         (strpbrk): Use ANSI C function declaration.
27518         * lib/strstr.c: Don't include <sys/types.h>.
27519         * lib/strstr.h (PARAMS): Remove macro.
27520         (strstr): Use ANSI C function declarations.
27521
27522 2002-11-14  Karl Berry  <karl@gnu.org>
27523
27524         * config/mkinstalldirs: `do' on separate line, instead of
27525         `for var; do'.
27526
27527 2002-11-06  Bruno Haible  <bruno@clisp.org>
27528
27529         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27530         * lib/gcd.c (gcd): Likewise.
27531
27532 2002-11-05  Bruno Haible  <bruno@clisp.org>
27533
27534         * lib/gcd.h: New file, from gettext-0.11.5.
27535         * lib/gcd.c: New file, from gettext-0.11.5.
27536
27537 2002-11-05  Bruno Haible  <bruno@clisp.org>
27538
27539         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27540         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27541         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27542         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27543
27544         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27545         <libintl.h>.
27546         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27547         <libintl.h>.
27548
27549         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27550         * lib/human.c: Include gettext.h instead of <libintl.h>.
27551         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27552         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27553         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27554         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27555         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27556         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27557         (textdomain): Remove definition.
27558         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27559
27560         * lib/long-options.c: Remove include of <libintl.h> and definition of
27561         _.
27562         * lib/same.c: Remove include of <libintl.h> and definition of _.
27563
27564 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27565
27566         * lib/config.charset: A few additions for Solaris.
27567
27568 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27569
27570         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27571         * lib/localcharset.c (locale_charset): Declare as extern "C".
27572
27573 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27574
27575         * lib/config.charset: msdos in uk_UA uses CP1125.
27576
27577 2002-11-04  Bruno Haible  <bruno@clisp.org>
27578
27579         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27580         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27581         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27582         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27583         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27584
27585 2002-11-04  Bruno Haible  <bruno@clisp.org>
27586
27587         * lib/localcharset.c (locale_charset): Don't return an empty string.
27588
27589 2002-11-04  Bruno Haible  <bruno@clisp.org>
27590
27591         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27592         aliases.
27593
27594 2002-11-04  Bruno Haible  <bruno@clisp.org>
27595
27596         * lib/config.charset: Update for newest glibc. Add canonical names
27597         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27598
27599 2002-11-04  Bruno Haible  <bruno@clisp.org>
27600
27601         * lib/config.charset: Add support for NetBSD.
27602
27603 2002-11-04  Bruno Haible  <bruno@clisp.org>
27604
27605         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27606
27607 2002-11-01  Bruno Haible  <bruno@clisp.org>
27608
27609         * configure.in: Add AC_CONFIG_AUX_DIR call.
27610         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27611         test/Makefile.
27612         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27613
27614 2002-09-28  Karl Berry  <karl@gnu.org>
27615
27616         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27617         installed automake until the next release, since changes have been
27618         made.
27619
27620 2002-09-25  Karl Berry  <karl@gnu.org>
27621
27622         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27623         * lib/getopt*: copy from libc/posix.
27624         * lib/gettext.h: copy from gettext.
27625         * lib/.cppi-disable: add strdup.c, gettext.h.
27626
27627 2002-09-25  Karl Berry  <karl@gnu.org>
27628
27629         * config/srclist.txt: enable gettext.h check.
27630         * config/config.{guess,sub}: update from prep.
27631         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27632                 from automake 1.6.3.
27633         See srclist*.
27634
27635 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27636
27637         * regex.c (PATFETCH): Remove the translating fetch.
27638         (PATFETCH_RAW): Rename to PATFETCH.
27639         (set_image_of_range): New fun.
27640         (SET_RANGE_TABLE_WORK_AREA): Use it.
27641         (regex_compile): Don't translate the pattern chars so eagerly.
27642         Only do it when inserting an `exactn' bytecode or when handling
27643         a char-range.
27644         (mutually_exclusive_p): Avoid empty statement.
27645
27646 2002-07-06  Jim Meyering  <meyering@lucent.com>
27647
27648         * m4/README: Don't mention Makefile.am.in.
27649         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27650
27651 2002-07-01  Jim Meyering  <meyering@lucent.com>
27652
27653         * lib/c-stack.c: Include sys/time.h.
27654         From Volker Borchert.
27655
27656 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27657
27658         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27659
27660 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27661
27662         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27663         New macro.  Use it uniformly instead of
27664         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27665         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27666         reported by Vin Shelton.
27667
27668 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27669
27670         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27671         Do not assume SA_SIGINFO behavior.
27672         Bug reported by Jim Meyering on NetBSD 1.5.2.
27673
27674 2002-06-22  Jim Meyering  <meyering@lucent.com>
27675
27676         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27677         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27678
27679         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27680         now that configure.ac uses AC_GNU_SOURCE.
27681         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27682         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27683
27684         Update to latest tools.  Suggestions from Paul Eggert.
27685         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27686         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27687         * m4/fnmatch.m4: Likewise.
27688         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27689         to AC_HEADER_STDBOOL
27690
27691 2002-06-22  Jim Meyering  <meyering@lucent.com>
27692
27693         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27694         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27695
27696 2002-06-22  Jim Meyering  <meyering@lucent.com>
27697
27698         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27699
27700         * lib/exitfail.c, exitfail.h: Likewise.
27701         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27702
27703         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27704         of fnmatch.h.
27705         (EXTRA_DIST): Add fnmatch_loop.c.
27706         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27707
27708         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27709         * lib/fnmatch.c: Update from diffutils-2.8.2.
27710         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27711         * lib/fnmatch.h: Remove file.
27712
27713 2002-06-21  Jim Meyering  <meyering@lucent.com>
27714
27715         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27716         * m4/mbrtowc.m4: Likewise.
27717
27718         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27719         * m4/mbswidth.m4: Reflect name change:
27720         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27721         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27722
27723         * m4/lib-link.m4: Update from gettext-0.11.2.
27724         * m4/gettext.m4: Likewise.
27725
27726         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27727         From Alfred M. Szmidt.
27728
27729 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27730
27731         * lib/file-type.h: Report an error if neither S_ISREG nor
27732         S_IFREG is defined, instead of using a test specific to glibc
27733         2.2.  This should be safe, since POSIX requires S_ISREG and
27734         Unix Version 7 had S_IFREG.  We don't need to check for
27735         <sys/types.h> since we don't use any symbols that it defines.
27736
27737 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27738
27739         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27740         $@-t, so that each temporary file name is unique and valid in the first
27741         8 characters, for operation under DOS.
27742
27743 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27744
27745         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27746
27747 2002-06-15  Jim Meyering  <meyering@lucent.com>
27748
27749         Work even with DJGPP 2.03, which lacks support for symlinks.
27750         From Richard Dawe.
27751         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27752         is defined.
27753         * lib/lchown.c (S_ISLNK): Likewise.
27754
27755 2002-06-15  Jim Meyering  <meyering@lucent.com>
27756
27757         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27758         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27759         have been included before this file.
27760
27761 2002-06-14  Jim Meyering  <meyering@lucent.com>
27762
27763         * lib/file-type.h: Use the version from diffutils-2.8.2.
27764         * lib/file-type.c: Likewise.
27765
27766 2002-06-07  Jim Meyering  <meyering@lucent.com>
27767
27768         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27769         They're needed at least for NetBSD 1.5.2.
27770         ($statxfs_includes): Include those same headers.
27771         ($statxfs_includes): Include sys/vfs.h if available.
27772         ($statxfs_includes): Likewise for sys/statvfs.h.
27773         Check for the following members in both structs statfs and statvfs:
27774         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27775
27776 2002-06-01  Jim Meyering  <meyering@lucent.com>
27777
27778         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27779         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27780
27781 2002-05-28  Jim Meyering  <meyering@lucent.com>
27782
27783         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27784         Reported by Volker Borchert.
27785
27786 2002-05-27  Jim Meyering  <meyering@lucent.com>
27787
27788         Fix a problem seen only on nonconforming systems whereby ls.c's
27789         use of localtime, and then of gettimeofday would cause trouble:
27790         the localtime call used to initialize rpl_gettimeofday's save
27791         mechanism would clobber ls's current local time information so
27792         that in any long listing the first file would always be listed
27793         with date 1970-01-01.  Analysis by Volker Borchert.
27794
27795         * lib/gettimeofday.c (localtime): Undefine.
27796         (rpl_localtime): New function.
27797
27798 2002-05-27  Jim Meyering  <meyering@lucent.com>
27799
27800         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27801         localtime.
27802
27803         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27804         use the replacement function; it wouldn't resolve at link time.
27805         Reported by Volker Borchert.
27806
27807 2002-05-22  Jim Meyering  <meyering@lucent.com>
27808
27809         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27810         file-type.h.
27811         * lib/file-type.h: New file.
27812         * lib/file-type.c (file_type): New file/function.  Extracted from
27813         diffutils.
27814
27815 2002-04-30  Jim Meyering  <meyering@lucent.com>
27816
27817         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27818
27819 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27820
27821         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27822
27823 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27824
27825         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27826         Do not check for alloca.h (no longer used) or stdbool.h (was never
27827         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27828
27829 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27830
27831         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27832
27833 2002-04-29  Jim Meyering  <meyering@lucent.com>
27834
27835         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27836         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27837         Use AC_FUNC_STRNLEN here instead.
27838
27839         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27840         With autoconf-2.53a, it's part of AC_PROG_CC.
27841
27842 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27843
27844         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27845         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27846
27847 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27848
27849         * lib/sig2str.h, lib/sig2str.c: New files.
27850         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27851
27852 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27853
27854         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27855         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27856         of 127, since 64 is the largest conceivable number for ancient
27857         nonstandard hosts.
27858         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27859
27860 2002-04-28  Jim Meyering  <meyering@lucent.com>
27861
27862         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27863
27864 2002-04-24  Jim Meyering  <meyering@lucent.com>
27865
27866         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27867         (jm_PREREQ): Use it.
27868
27869         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27870         mach/mach.h fcntl.h.
27871         Check for this function: setlocale.
27872
27873 2002-04-24  Jim Meyering  <meyering@lucent.com>
27874
27875         * lib/gettext.h: New file, from Gettext.
27876         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27877         (libfetish_a_SOURCES): Add gettext.h.
27878
27879 2002-04-16  Jim Meyering  <meyering@lucent.com>
27880
27881         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27882         ut_pid, ut_id, ut_exit.
27883
27884 2002-04-16  Jim Meyering  <meyering@lucent.com>
27885
27886         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27887         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27888         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27889
27890 2002-04-12  Jim Meyering  <meyering@lucent.com>
27891
27892         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27893         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27894         existence of the getmntinfo function.  Needed for Darwin 5.3.
27895
27896         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27897         This is necessary at least on Darwin 5.3.
27898
27899         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27900         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27901         strnlen.o in the library, and that makes some versions of ranlib
27902         object.
27903
27904 2002-04-12  Jim Meyering  <meyering@lucent.com>
27905
27906         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27907
27908 2002-04-09  Jim Meyering  <meyering@lucent.com>
27909
27910         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27911         to be more precise.  Rather than saying we're checking whether the
27912         function `works', say what we're testing.
27913         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27914         Reported by Bruno Haible.
27915
27916 2002-03-10  Jim Meyering  <meyering@lucent.com>
27917
27918         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27919         Suggestion from Santiago Vila.
27920
27921 2002-03-08  Jim Meyering  <meyering@lucent.com>
27922
27923         * lib/rename.c: Mention that this wrapper is needed also on
27924         mips-dec-ultrix4.4 systems.
27925
27926 2002-03-02  Jim Meyering  <meyering@lucent.com>
27927
27928         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27929         not HAVE_CLOCK_SETTIME.
27930
27931 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27932
27933         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27934         Check for clock_settime.
27935
27936 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27937
27938         * lib/nanosleep.h: Rename to....
27939         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27940
27941         * lib/gettime.c: New file.
27942         * lib/settime.c: New file.
27943         * lib/stime.c: Remove.
27944
27945         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27946         timespec.h.  Remove nanosleep.h.
27947
27948 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27949
27950         * m4/acl.m4: New file.
27951         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27952         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27953
27954 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27955
27956         * lib/acl.c, lib/acl.h: New files.
27957         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27958
27959 2002-02-24  Jim Meyering  <meyering@lucent.com>
27960
27961         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27962         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27963         cause trouble.  Reported by Nelson Beebe.
27964
27965 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27966
27967         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27968         compilers that don't know that xalloc_die never returns.
27969
27970 2002-02-20  Jim Meyering  <meyering@lucent.com>
27971
27972         * lib/getdate.c: Regenerate using bison-1.33.
27973
27974 2002-02-17  Jim Meyering  <meyering@lucent.com>
27975
27976         * config/config.guess (main): Don't use `head -1'; it's no longer
27977         portable. Use `sed 1q' instead.
27978
27979 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27980
27981         * m4/codeset.m4: Upgrade to gettext-0.11.
27982         * m4/gettext.m4: Upgrade to gettext-0.11.
27983         * m4/glibc21.m4: Upgrade to gettext-0.11.
27984         * m4/iconv.m4: Upgrade to gettext-0.11.
27985         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27986         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27987         * m4/lib-ld.m4: New file, from gettext-0.11.
27988         * m4/lib-link.m4: New file, from gettext-0.11.
27989         * m4/lib-prefix.m4: New file, from gettext-0.11.
27990         * m4/progtest.m4: Upgrade to gettext-0.11.
27991
27992 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27993
27994         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27995         (jm_PREREQ): Use it.
27996
27997 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27998
27999         * lib/posixver.c, lib/posixver.h: New files.
28000         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28001
28002 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28003             Bruno Haible  <bruno@clisp.org>
28004
28005         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28006         (fwrite_success_callback): New declaration.
28007         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28008         print_unicode_char. Call failure callback instead of error.
28009         (fwrite_success_callback): New function.
28010         (exit_failure_callback): New function.
28011         (fallback_failure_callback): New function.
28012         (print_unicode_char): Call unicode_to_mb.
28013
28014 2002-01-26  Jim Meyering  <meyering@lucent.com>
28015
28016         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28017         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28018
28019 2002-01-26  Jim Meyering  <meyering@lucent.com>
28020
28021         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28022
28023 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28024
28025         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28026
28027 2002-01-22  Jim Meyering  <meyering@lucent.com>
28028
28029         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28030         Otherwise, some versions of automake would omit the rule that makes
28031         Makefile from Makefile.in.
28032
28033 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28034
28035         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28036         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28037         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28038         (memcoll): Set errno to zero if there is no error.
28039
28040         * lib/quotearg.c (quotearg_buffer_restyled):
28041         Fix bug with quoting buffers containing NUL when backslashing escapes.
28042         This bug was exposed by the other changes in this patch.
28043         (quotearg_n_options): New arg ARGSIZE.
28044         All callers changed.
28045         (quoting_options_from_style): New function.
28046         (quotearg_n_style): Use it.
28047         (quotearg_n_style_mem): New function.
28048
28049         * lib/quotearg.h (quotearg_n_style_mem): New function.
28050
28051 2002-01-19  Jim Meyering  <meyering@lucent.com>
28052
28053         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28054         Remove useless quotes: DF_PROG="df".
28055         * m4/strnlen.m4: New file.
28056
28057 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28058
28059         * lib/backupfile.c (ISDIGIT): Comment fix.
28060         * lib/getdate.y (ISDIGIT): Likewise.
28061         * lib/posixtm.c (ISDIGIT, year): Likewise.
28062         * lib/strverscmp.c (ISDIGIT): Likewise.
28063         * lib/userspec.c (ISDIGIT): Likewise.
28064
28065 2002-01-16  Jim Meyering  <meyering@lucent.com>
28066
28067         * lib/getdate.y: Add three semicolons, each just before a closing
28068         brace. Bison (as of version 1.31) no longer papers over that mistake.
28069
28070 2002-01-05  Jim Meyering  <meyering@lucent.com>
28071
28072         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28073
28074 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28075
28076         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28077         not silently exit merely because the output buffer happens to
28078         have nothing pending.
28079
28080 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28081
28082         See the big note in ../ChangeLog.
28083         * lib/human.c (suffixes): Prefer K to k for 1024.
28084         (generate_suffix_backwards): New function.
28085         (human_readable_inexact): Use it.
28086         * lib/xstrtol.c (__xstrtol): If there is no number but there
28087         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28088         Accept 'K' as well as 'k'.
28089
28090 2001-12-15  Jim Meyering  <meyering@lucent.com>
28091
28092         * lib/regex.h (__restrict_arr): Update from libc.
28093
28094         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28095         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28096         (STREQ): Define.
28097
28098 2001-12-14  Jim Meyering  <meyering@lucent.com>
28099
28100         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28101         Suggestion from Bruno Haible.
28102
28103 2001-12-10  Jim Meyering  <meyering@lucent.com>
28104
28105         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28106         xrealloc, Instead, include "xalloc.h".
28107         (initbuffer): Don't cast xmalloc return value to char*.
28108         (readline): Reword comment.
28109         Don't cast xrealloc return value to char*
28110         Return NULL, not 0.
28111
28112 2001-12-09  Jim Meyering  <meyering@lucent.com>
28113
28114         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28115         about `signed and unsigned type in conditional expression'.
28116         * lib/posixtm.c (posix_time_parse): Likewise.
28117
28118         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28119
28120         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28121         to avoid a pedantic warning.
28122
28123         * lib/getstr.c: Don't include assert.h.
28124         (getstr): Remove warning-evoking assertions.
28125         Return -1 if offset parameter is out of bounds.
28126         Change the type of a local from int to size_t.
28127
28128         * lib/strftime.c (my_strftime_localtime_r): Include this function
28129         definition in the `#if ! HAVE_TM_GMTOFF' block.
28130
28131         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28132         Include xalloc.h instead.
28133
28134 2001-12-02  Jim Meyering  <meyering@lucent.com>
28135
28136         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28137         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28138         included.
28139
28140         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28141         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28142
28143 2001-11-30  Akim Demaille  <akim@epita.fr>
28144
28145         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28146         before being defined.
28147
28148 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28149
28150         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28151         First arg is int, not unsigned.
28152         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28153         (SIZE_MAX, UINT_MAX): New macros.
28154         (quotearg_n_options): Abort if N is negative.
28155         Avoid overflow check on hosts where size_t is 64 bits and int
28156         is 32 bits, as overflow is impossible there.
28157         Fix off-by-one typo that caused unnecessary reallocation.
28158
28159 2001-11-27  Jim Meyering  <meyering@lucent.com>
28160
28161         * lib/tempname.c: Merge with version from libc.
28162         * lib/regex.c: Likewise.
28163
28164         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28165         systems for which STDC_HEADERS is 0, it was not included, resulting in
28166         a warning about an integer-to-pointer conversion problem with getenv.
28167         Reported by Volker Borchert.
28168
28169 2001-11-26  Jim Meyering  <meyering@lucent.com>
28170
28171         * lib/gtod.h: Remove file.
28172         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28173         * lib/gettimeofday.c: Don't include gtod.h.
28174         (GTOD_init): Remove function.
28175         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28176         Suggestion from Volker Borchert.
28177
28178 2001-11-23  Jim Meyering  <meyering@lucent.com>
28179
28180         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28181         it.
28182         * lib/hash.c (struct hash_table): Define it here instead.
28183
28184 2001-11-22  Jim Meyering  <meyering@lucent.com>
28185
28186         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28187
28188 2001-11-20  Jim Meyering  <meyering@lucent.com>
28189
28190         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28191         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28192
28193 2001-11-19  Jim Meyering  <meyering@lucent.com>
28194
28195         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28196         directory.  Use "conftestXXXXXX" as the template.
28197         Suggestion from Paul Eggert.
28198
28199         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28200         immediately, so the test doesn't mistakenly hit the max-open-files
28201         limit.
28202
28203 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28204
28205         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28206         (TEMPORARIES): New macro.
28207         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28208         removes an artificial limitation (e.g. HP-UX 10.20, where
28209         TMP_MAX is 17576).
28210
28211 2001-11-18  Jim Meyering  <meyering@lucent.com>
28212
28213         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28214
28215 2001-11-18  Jim Meyering  <meyering@lucent.com>
28216
28217         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28218         on SunOS 4.
28219
28220         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28221         files will be created before anything else.
28222
28223 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28224
28225         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28226         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28227
28228 2001-11-17  Jim Meyering  <meyering@lucent.com>
28229
28230         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28231         Prompted by a report from Bob Proulx.
28232
28233         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28234         Instead, require UTILS_FUNC_MKSTEMP.
28235
28236 2001-11-17  Jim Meyering  <meyering@lucent.com>
28237
28238         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28239         Now, that's done as part of AC_FUNC_STRTOD.
28240
28241 2001-11-17  Jim Meyering  <meyering@lucent.com>
28242
28243         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28244         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28245         rather than group writable.  Patch by Juan F. Codagnone.
28246
28247         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28248         xrealloc, Instead, include "xalloc.h".
28249
28250         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28251         Remove explicit declarations of xmalloc, xrealloc,
28252         and xstrdup.  Instead, include "xalloc.h".
28253
28254         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28255         unlocked-io.h.
28256         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28257         Likewise.
28258         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28259
28260         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28261         Reported by Padraig Brady.
28262
28263         * lib/mkstemp.c: #undef mkstemp.
28264         Include config.h.
28265         (rpl_mkstemp): Rename from mkstemp.
28266         Protoize.
28267
28268 2001-11-16  Jim Meyering  <meyering@lucent.com>
28269
28270         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28271         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28272         determine the amount of total physical memory, use pstat_getstatic.
28273         HPUX-11 doesn't define _SC_PHYS_PAGES.
28274         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28275         If sysconf couldn't be used to determine the amount of available
28276         physical memory, use both pstat_getstatic and pstat_getdynamic.
28277         Based on a patch from Bob Proulx.
28278
28279 2001-11-10  Jim Meyering  <meyering@lucent.com>
28280
28281         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28282         (jm_PREREQ): Use it.
28283
28284 2001-11-09  Jim Meyering  <meyering@lucent.com>
28285
28286         * m4/jm-macros.m4: Require autoconf-2.52f.
28287         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28288         Use these AC_-prefixed names, not the AM_-prefixed ones.
28289
28290         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28291
28292 2001-11-05  Jim Meyering  <meyering@lucent.com>
28293
28294         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28295
28296 2001-11-04  Jim Meyering  <meyering@lucent.com>
28297
28298         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28299         $DEFS.
28300
28301 2001-11-03  Jim Meyering  <meyering@lucent.com>
28302
28303         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28304         of AC_DEFUN.
28305
28306         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28307         know the name of the variable in the macro definition.
28308
28309 2001-11-03  Jim Meyering  <meyering@lucent.com>
28310
28311         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28312         in argmatch_to_argument call.
28313
28314         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28315         argument.
28316
28317         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28318         e.g., a fault due to an attempt to free a NULL pointer.
28319
28320 2001-11-01  Jim Meyering  <meyering@lucent.com>
28321
28322         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28323         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28324
28325 2001-11-01  Jim Meyering  <meyering@lucent.com>
28326
28327         * lib/dirfd.c, lib/dirfd.h: New files.
28328         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28329
28330         * lib/hash.c (hash_print) [TESTING]: Clean up.
28331
28332 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28333
28334         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28335         to avoid a warning if -Wall.
28336
28337 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28338
28339         * README: New file
28340         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28341         (per RMS's instructions, this is now the canonical source)
28342         * lgpl/, gpl/: New directories.
28343
28344 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28345
28346         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28347
28348 2001-10-21  Jim Meyering  <meyering@lucent.com>
28349
28350         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28351         this code would end up calling gettext even in packages built
28352         with --disable-nls.
28353         * lib/getopt.c (_): Likewise.
28354         * lib/regex.c (_): Likewise.
28355
28356 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28357
28358         * m4/error.m4 (jm_PREREQ_ERROR):
28359         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28360         AC_FUNC_STRERROR_R does that.
28361         Check for strerror declaration.
28362
28363         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28364         are supposed to have them these days.
28365         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28366         Merge changes from latest Autoconf CVS.
28367         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28368         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28369         POSIX decided to standardize on the int flavor of strerror_r.
28370
28371 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28372
28373         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28374         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28375         Use strerror_r that is only a macro, even if it is not a function.
28376         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28377         (private_strerror): Use prototypes, not old-style function definition.
28378         (print_errno_message): New function.
28379         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28380         char*-flavored one.
28381         (error_tail, error, error_at_line): Use it.
28382
28383 2001-10-11  Jim Meyering  <meyering@lucent.com>
28384
28385         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28386         and quote_n (1, ... to avoid clobbering a buffer.
28387
28388 2001-10-05  Jim Meyering  <meyering@lucent.com>
28389
28390         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28391         hash-pjw.h.
28392         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28393         * lib/hash-pjw.h: New file.
28394
28395 2001-09-30  Jim Meyering  <meyering@lucent.com>
28396
28397         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28398         `struct fsstat' has the `f_fstypename' member.
28399         Use that to define FS_TYPE, which is now used to make
28400         the getfsstat link test tighter.
28401
28402 2001-09-30  Jim Meyering  <meyering@lucent.com>
28403
28404         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28405         Include <sys/ucred.h>, for Apple Darwin.
28406         Include sys/mount.h and sys/fs_types.h only if available.
28407         (FS_TYPE): Define.
28408         (read_filesystem_list): Use FS_TYPE.
28409
28410 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28411
28412         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28413         a boolean context.
28414
28415 2001-09-29  Jim Meyering  <meyering@lucent.com>
28416
28417         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28418         [one-argument getmntent function]): Include stdio.h before mntent.h.
28419         SunOS 4.1.x needs it for the declaration of `FILE'.
28420         Patch by Volker Borchert.
28421
28422         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28423         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28424         sys/fs_types.h, and make the link-test for getfsstat guard #include
28425         directives with appropriate #if HAVE_*_H tests so that we can
28426         detect getfsstat on Apple Darwin1.3.7 systems.
28427         Reported by Nelson Beebe.
28428         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28429
28430 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28431
28432         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28433         #defines strtoimax.  Also treat the other strto* functions
28434         like strtoimax.
28435
28436         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28437         Check for strtoul and strtoumax,
28438         as those declarations are made even in the signed case.
28439         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28440         Likewise, for strtol and strtoimax.
28441
28442 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28443
28444         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28445         #defines strtoimax.  Also treat the other strto* functions
28446         like strtoimax.
28447
28448         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28449         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28450         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28451
28452 2001-09-26  Jim Meyering  <meyering@lucent.com>
28453
28454         Most macros in unlocked-io.h had the wrong number of arguments.
28455         * lib/gen-uio: New script.
28456         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28457         * lib/unlocked-io.hin: Remove file.
28458         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28459         rather than trying to embed it here.
28460         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28461         Reported by Padraig Brady.
28462
28463 2001-09-25  Volker Borchert  <bt@teknon.de>
28464
28465         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28466         `result'.
28467
28468 2001-09-24  Jim Meyering  <meyering@lucent.com>
28469
28470         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28471
28472 2001-09-23  Jim Meyering  <meyering@lucent.com>
28473
28474         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28475         instead of the mere test for existence of mntent.h.  The latter
28476         would get a false-positive on AIX 3.4 systems.
28477         In the outer getmntent if-block, don't die if neither of the getmntent
28478         tests succeeds.  Instead, just fall through and continue with the
28479         remaining tests.
28480
28481 2001-09-23  Jim Meyering  <meyering@lucent.com>
28482
28483         * lib/mountlist.c: Remove useless parentheses in #if directives.
28484         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28485         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28486
28487 2001-09-22  Jim Meyering  <meyering@lucent.com>
28488
28489         * m4/gettext.m4: New file.  From gettext.
28490         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28491         * m4/progtest.m4: Likewise
28492         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28493         * m4/glibc21.m4: Likewise.
28494
28495         * m4/libintl.m4: Remove.  No longer used.
28496
28497 2001-09-22  Jim Meyering  <meyering@lucent.com>
28498
28499         * lib/localcharset.c: Update from latest gettext.
28500         * lib/config.charset: Likewise.
28501
28502 2001-09-20  Jim Meyering  <meyering@lucent.com>
28503
28504         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28505         strtoimax.
28506         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28507         strtoumax.
28508
28509 2001-09-20  Jim Meyering  <meyering@lucent.com>
28510
28511         * lib/xstrtol.c (strtoimax): Guard declaration with
28512         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28513         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28514         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28515         (strtoumax): Likewise, for completeness (it wasn't necessary).
28516
28517 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28518
28519         * lib/strtoimax.c (HAVE_LONG_LONG):
28520         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28521         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28522         to work around bug in IBM C compiler.
28523
28524 2001-09-17  Jim Meyering  <meyering@lucent.com>
28525
28526         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28527         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28528         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28529         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28530         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28531         whenever the right hand side need not be expanded by the shell.
28532
28533 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28534
28535         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28536         library.  It's not correct, as some older glibcs are buggy.
28537         fnmatch wasn't fixed until glibc 2.2.
28538
28539         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28540         special shell magic here.
28541
28542 2001-09-16  Jim Meyering  <meyering@lucent.com>
28543
28544         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28545         * m4/jm-macros.m4: Require it.
28546
28547 2001-09-16  Jim Meyering  <meyering@lucent.com>
28548
28549         * lib/mkdir.c: New file.
28550
28551 2001-09-15  Jim Meyering  <meyering@lucent.com>
28552
28553         * m4/jm-macros.m4: Check for help2man.
28554
28555 2001-09-11  Jim Meyering  <meyering@lucent.com>
28556
28557         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28558         The body, by Paul Eggert, was moved here from configure.in.
28559         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28560
28561 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28562
28563         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28564         (jm_PREREQ): Use it.
28565
28566 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28567
28568         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28569         Use ssize_t, not int, to store result of readlink.
28570         Check for ssize_t overflow as well as size_t overflow,
28571         as POSIX says the result of readlink is implementation-defined
28572         when ssize_t overflows.
28573         Remove unnecessary cast to char*.
28574         Use free+malloc instead of realloc, as the storage doesn't need
28575         to be preserved and it's clearer and can be more efficient that way.
28576         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28577         * lib/xreadlink.h (xreadlink): Update prototype.
28578
28579 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28580
28581         * lib/xgetcwd.c: Revert some of the previous change; intead,
28582         fix the HAVE_GETCWD_NULL code to behave more like the
28583         !HAVE_GETCWD_NULL code used to.
28584
28585         Include "xalloc.h".
28586         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28587         invoke xalloc_die.
28588
28589 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28590
28591         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28592         sys/param.h, as pathmax.h includes them.
28593
28594 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28595
28596         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28597         (jm_PREREQ_XGETCWD): New macro.
28598
28599         * m4/getcwd.m4: New file.
28600
28601 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28602
28603         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28604         like the HAVE_GETCWD_NULL code.
28605         Include pathmax.h if not HAVE_GETCWD.
28606         Do not include xalloc.h.
28607         (INITIAL_BUFFER_SIZE): New symbol.
28608         Do not use xmalloc / xrealloc, since the caller is responsible for
28609         handling errors.  Preserve errno around `free' during failure.
28610         Do not overrun buffer when using getwd.
28611
28612 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28613
28614         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28615         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28616         getcwd (NULL, 0).
28617
28618 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28619
28620         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28621         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28622         spotted by Jim Meyering.
28623
28624 2001-09-03  Jim Meyering  <meyering@lucent.com>
28625
28626         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28627         failure.
28628
28629 2001-09-02  Jim Meyering  <meyering@lucent.com>
28630
28631         * lib/error.c: Update from GNU libc.
28632
28633 2001-09-01  Jim Meyering  <meyering@lucent.com>
28634
28635         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28636         Used by df.
28637
28638 2001-09-01  Jim Meyering  <meyering@lucent.com>
28639
28640         * lib/xreadlink.c: New file.
28641         * lib/xreadlink.h: New file.
28642         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28643         xreadlink.h.
28644
28645         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28646         doesn't conflict with sparc Solaris 7's definition in
28647         /usr/include/sys/int_types.h.
28648
28649         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28650         files.
28651         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28652         and strncasecmp as r-values.  Unixware didn't have declarations.
28653
28654 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28655
28656         * lib/xstrtol.h: Add copyright notice.
28657         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28658         LONGINT_INVALID_SUFFIX_CHAR.
28659
28660 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28661
28662         * lib/xstrtol.c (strtoimax): New decl.
28663
28664 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28665
28666         * lib/xgetcwd.c: Don't include pathmax.h.
28667         Include stdlib.h and unistd.h if available.
28668         Include xalloc.h.
28669         (xmalloc, xstrdup, free): Remove decls.
28670         (xgetcwd): Don't assume sizes fit in unsigned.
28671         Check for overflow when computing sizes.
28672         Simplify reallocation code.
28673
28674 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28675
28676         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28677         a directory's st_size can have an arbitrary value, so the old
28678         usage could waste an arbitrary amount of memory.  All uses
28679         changed.
28680         * lib/savedir.h: Update prototype.
28681
28682 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28683
28684         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28685
28686         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28687         old strtoimax.c.
28688
28689         Also, make the following further changes to make this file's
28690         configuration more similar to that of strtol.c:
28691         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28692         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28693         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28694         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28695         changed to signed values.
28696
28697         And make the following changes as well:
28698         Fix copyright notice, as 1999 was missing.
28699         (verify): New macro.
28700         (strtoimax): Check sizes at compile-time, not run-time.
28701         Prefer strtol to strtoll if both work.
28702         (main): Remove; it was not that useful and was a pain to maintain.
28703
28704         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28705
28706 2001-08-31  Jim Meyering  <meyering@lucent.com>
28707
28708         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28709         Use an initial, malloc'd, buffer of length 128 rather than
28710         a statically allocated one of length 1024.
28711
28712 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28713
28714         Simplify code, partly by assuming autoconf 2.52 semantics.
28715
28716         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28717
28718         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28719         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28720         All uses removed.
28721         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28722         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28723         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28724         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28725         jm_AC_HEADER_INTTYPES_H.
28726         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28727
28728         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28729
28730         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28731         Quote first arg of AC_DEFUN.
28732         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28733         since they are needed to parse the include file even if we need
28734         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28735         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28736         but with opposite signedness.
28737
28738 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28739
28740         Merge 'exclude' changes from tar 1.13.22.
28741         This fixes one or two unlikely storage allocation overflow bugs,
28742         but doesn't change user-visible behavior otherwise.
28743
28744 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28745
28746         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28747         (jm_PREREQ_EXCLUDE): New macro.
28748
28749 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28750
28751         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28752         tm to be declared.
28753
28754 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28755
28756         * lib/hash.c: Remove '2001' from copyright notice.
28757
28758 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28759
28760         * lib/full-write.h: New file.
28761         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28762         * lib/full-write.c: Correct credits, as cccp.c no longer
28763         exists and anyway it was so heavily changed from the old cccp
28764         code as to be unrecognizable.  Include full-write.h.
28765         (full_write) Return size_t, with short writes meaning failure.
28766         All callers changed.  This fixes a bug with large buffers
28767         on 64-bit hosts.
28768         * lib/utime.c: Include full-write.h.
28769
28770 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28771
28772         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28773         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28774         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28775         Include if available.
28776         (<xalloc.h>): Include
28777         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28778         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28779         collide with FNM macros.
28780         (struct patopts): New struct.
28781         (struct exclude): Use it, as exclude patterns now come with options.
28782         (new_exclude): Support above changes.
28783         (new_exclude, add_exclude_file):
28784         Initial size must now be a power of two to simplify overflow checking.
28785         (free_exclude, fnmatch_no_wildcards): New function.
28786         (excluded_filename): No longer requires options arg, as the options
28787         are determined by add_exclude.  Now returns bool, not int.
28788         (excluded_filename, add_exclude):
28789         Add support for the fancy new exclusion options.
28790         (add_exclude, add_exclude_file): Now takes int options arg.
28791         Check for arithmetic overflow when computing sizes.
28792         (add_exclude_file): xrealloc might modify errno, so don't
28793         realloc until after errno might be used.
28794
28795         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28796         New macros.
28797         (free_exclude): New decl.
28798         (add_exclude, add_exclude_file): Now takes int options arg.
28799         (excluded_filename): No longer requires options arg, as the options
28800         are determined by add_exclude.  Now returns bool, not int.
28801
28802 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28803
28804         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28805
28806 2001-08-27  Jim Meyering  <meyering@lucent.com>
28807
28808         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28809
28810         * lib/version-etc.c (N_): Remove definition.
28811         Revert most of last change.
28812         Instead, simply don't mark the `Copyright...' string for translation.
28813         Based on advice from Paul Eggert.
28814
28815         * lib/strtoxmax.c: Tweak comment.
28816
28817 2001-08-26  Jim Meyering  <meyering@lucent.com>
28818
28819         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28820
28821         * m4/xstrtoimax.m4: New file.
28822         * m4/xstrtoumax.m4: Add comments explaining why we
28823         AC_REPLACE_FUNCS(strtol).
28824
28825 2001-08-26  Jim Meyering  <meyering@lucent.com>
28826
28827         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28828         of copyright with `%s' so translators don't get an untranslated
28829         message in 2002.
28830         (COPYRIGHT_YEAR): Define.
28831         (version_etc): Use fprintf rather than fputs.
28832         Suggestion from Ulrich Drepper.
28833
28834         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28835
28836         * lib/strtoll.c: New file, from GNU libc.
28837         * lib/xstrtoimax.c: New file.
28838
28839         * lib/xstrtol.h: Add xstrtoimax.
28840         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28841         * lib/strtoimax.c: New file.  Likewise, but first define
28842         STRTOUXMAX_SIGNED.
28843
28844         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28845         ...
28846         * lib/strtoxmax.c: ... then renamed to this.
28847
28848 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28849
28850         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28851         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28852         (jm_AC_TYPE_INTMAX_T): New macro.
28853         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28854
28855         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28856
28857         * m4/longlong.m4: Renamed from ulonglong.m4.
28858         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28859         * m4/uintmax_t.m4: Removed.
28860
28861 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28862
28863         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28864         Port to Solaris 8, where 'sed' requires a space after the 'r'
28865         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28866         Redirect output to $tmp just once.
28867
28868 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28869
28870         * lib/addext.c (<errno.h>): Include.
28871         (errno): Declare if not defined.
28872         (addext): Work correctly when pathconf returns -1 and leaves
28873         errno alone because there is no limit.  Also, work even if
28874         pathconf returns a value greater than SIZE_MAX.
28875
28876 2001-08-12  Jim Meyering  <meyering@lucent.com>
28877
28878         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28879         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28880         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28881         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28882         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28883         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28884         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28885         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28886         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28887         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28888         utime.m4, utimes.m4, xstrtoumax.m4:
28889         Quote the first argument in each use of AC_DEFUN.
28890
28891 2001-08-12  Jim Meyering  <meyering@lucent.com>
28892
28893         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28894         Simply `return getcwd (NULL, 0);'.
28895         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28896         Use 1300 as initial value for length, not PATH_MAX.
28897
28898         * lib/pathmax.h: Clean up cpp syntax.
28899
28900 2001-08-12  Jim Meyering  <meyering@lucent.com>
28901
28902         * lib/gettimeofday.c: New file.
28903         * lib/gtod.h: New file.
28904         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28905
28906 2001-08-05  Jim Meyering  <meyering@lucent.com>
28907
28908         * m4/jm-macros.m4: Require autoconf-2.52.
28909
28910 2001-08-04  Jim Meyering  <meyering@lucent.com>
28911
28912         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28913         stmt, to get in sync with glibc.
28914
28915 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28916
28917         The following changes are from gettext 0.10.39 as maintained by
28918         Bruno Haible.
28919
28920         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28921         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28922         with inverted sense.  All uses changed.
28923
28924         * lib/mbswidth.c: Don't include <limits.h>.
28925         Include <stdlib.h> and <string.h> unconditionally.
28926         (iswcntrl, mbsinit, ISCNTRL): New macros.
28927         (mbsnwidth): Use K&R style function declarations.
28928         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28929         can optimize it when MB_CUR_MAX == 1.
28930         The width of control characters is zero, not 1.
28931
28932 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28933
28934         The following changes are from gettext 0.10.39 as maintained by
28935         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28936
28937         * m4/codeset.m4: Upgrade to serial AM1.
28938         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28939         all uses changed.  Quote first arg of AC_DEFUN.
28940         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28941
28942         * m4/iconv.m4: Upgrade to serial AM2.
28943         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28944         Add --with-libconv-prefix.
28945         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28946         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28947         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28948         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28949         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28950
28951         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28952         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28953         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28954         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28955         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28956         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28957         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28958         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28959         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28960
28961         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28962         string.h any more.
28963
28964         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28965         not the default value.
28966
28967         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28968         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28969         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28970         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28971         Also check for iswcntrl, used for wcwidth fallback.
28972         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28973         to Autoconf 2.13.
28974
28975 2001-08-03  Jim Meyering  <meyering@lucent.com>
28976
28977         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28978         as it was in the original.  Reported by Paul Eggert.
28979
28980 2001-07-16  Jim Meyering  <meyering@lucent.com>
28981
28982         * m4/gettimeofday.m4: New file.
28983         Prompted by a report from Bernhard Baehr.
28984
28985 2001-07-15  Jim Meyering  <meyering@lucent.com>
28986
28987         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28988         stuff. Now it's in ../Makefile.cfg.
28989
28990 2001-07-15  Jim Meyering  <meyering@lucent.com>
28991
28992         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28993         (BUILT_SOURCES): Add unlocked-io.h.
28994         (io_functions): Define.
28995         (unlocked-io.h): New rule.
28996         (DISTCLEANFILES): Add unlocked-io.h.
28997         (all-local): Depend on unlocked-io.h, to ensure it is created.
28998
28999         * lib/unlocked-io.hin: New file
29000
29001         * lib/regex.c: Update from glibc.
29002
29003 2001-07-05  Jim Meyering  <meyering@lucent.com>
29004
29005         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29006         recommendation.
29007         (libfetish_a_SOURCES): Put all .h files here instead.
29008         Remove a thus-exposed (better checks in automake) duplicate and
29009         two unnecessary .h files.
29010
29011 2001-07-04  Jim Meyering  <meyering@lucent.com>
29012
29013         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29014         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29015         distcheck failure.
29016
29017 2001-07-02  Jim Meyering  <meyering@lucent.com>
29018
29019         The following changes were prompted by suggestions from Bruno Haible.
29020
29021         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29022         is now generated.
29023         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29024         definition of EXTRA_DIST.
29025         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29026         ensure that the generated file is created/updated whenever the list
29027         of $(unlocked_functions) is changed.
29028         (jm-glibc-io.m4): New rule.
29029         (unlocked-io.h): New rule -- currently unused.
29030
29031 2001-06-24  Jim Meyering  <meyering@lucent.com>
29032
29033         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29034         unmatched right bracket, rather than kludging it with an extra,
29035         falsely-matching quote in a comment.  Patch by Akim Demaille.
29036
29037 2001-06-11  Jim Meyering  <meyering@lucent.com>
29038
29039         * lib/regex.c: Update from GNU libc.
29040
29041 2001-05-27  Jim Meyering  <meyering@lucent.com>
29042
29043         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29044         Check for ut_type in struct utmp.
29045
29046 2001-05-27  Jim Meyering  <meyering@lucent.com>
29047
29048         * lib/readutmp.h (UT_TYPE): Define.
29049
29050 2001-05-24  Jim Meyering  <meyering@lucent.com>
29051
29052         * lib/argmatch.c: Include "quote.h".
29053         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29054         quote function.  Reported by Göran Uddeborg.
29055
29056 2001-05-22  Jim Meyering  <meyering@lucent.com>
29057
29058         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29059         now that we use the package-supplied version unconditionally.
29060         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29061
29062 2001-05-21  Jim Meyering  <meyering@lucent.com>
29063
29064         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29065         shell syntax errors.
29066
29067 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29068
29069         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29070
29071 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29072
29073         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29074         Don't bother to check library strftime, since
29075         we'll be using our own my_strftime function anyway.
29076         Define my_strftime instead of strftime.
29077
29078 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29079
29080         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29081         which is not yet declared.
29082
29083 2001-05-15  Jim Meyering  <meyering@lucent.com>
29084
29085         * m4/regex.m4: Use proper quoting so brackets appear in the test
29086         program.
29087         Reported by, and with help from, Bruno Haible.
29088
29089 2001-05-13  Jim Meyering  <meyering@lucent.com>
29090
29091         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29092         undefined.
29093
29094 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29095
29096         dirname code cleanup.  base_name now behaves more compatibly
29097         with POSIX basename when given file names that have trailing
29098         slashes, and similarly for dir_name.  Add new primitives
29099         base_len and dir_len.  Put the directory-name-related decls
29100         into dirname.h.
29101
29102         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29103         * lib/backupfile.c (base_name): Likewise.
29104         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29105         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29106         * lib/makepath.c (strip_trailing_slashes): Likewise.
29107         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29108         ISSLASH): Likewise.
29109         * lib/rename.c (strip_trailing_slashes): Likewise.
29110         * lib/same.c (base_name): Likewise.
29111         * lib/stripslash.c (ISSLASH): Likewise.
29112
29113         * lib/addext.c: Include <dirname.h> after size_t is defined.
29114         * lib/backupfile.c: Likewise.
29115
29116         * lib/addext.c (addext): Use base_len to trim redundant
29117         trailing slashes instead of doing it ourselves.
29118         But do not trim the last slash if it is not redundant.
29119
29120         * lib/backupfile.c (find_backup_file_name,
29121         max_backup_version): Use base_len instead of rolling it ourselves.
29122         Handle the case of "" and (on DOS) "C:" correctly.
29123
29124         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29125         needed. Include <string.h>, <dirname.h>.
29126         (base_name): Allow file names ending in slashes, other than names
29127         that are all slashes.  In this case, return the basename followed
29128         by the slashes.  This is more general, and can be used in places
29129         where the original base_name purposely had an assertion failure.
29130         (base_len): New function.
29131
29132         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29133         Do not include <assert.h>; no longer needed.
29134         Include xalloc.h.
29135         (memrchr): Remove decl.
29136         (dir_name_r): Remove.
29137         (dir_len): Renamed from dirlen.  All callers changed.
29138         Rewrite in terms of base_name, for simplicity and consistency.
29139         (dir_name): Never return NULL.  All callers changed.
29140         Do not include <stdlib.h> in test program; no longer needed.
29141         return 0; is fine for test program.
29142
29143         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29144         New macros.
29145         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29146
29147         * lib/path-concat.c (path_concat): Use base_len to compute
29148         base length, not strlen; this means we cannot rely on memcpy
29149         to null-terminate.
29150
29151         * lib/same.c (STREQ): Remove.
29152         (same_name): Handle the case where the basename ends in trailing '/'.
29153
29154         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29155         a slash was stripped.  Do not strip the last slash after a
29156         file system prefix.
29157
29158 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29159
29160         * lib/Makefile.am (libfetish_a_SOURCES):
29161         Add strftime.c, since we now compile it on all hosts.
29162
29163         * lib/strftime.c (my_strftime):
29164         Define to nstrftime if emacs, but only if my_strftime is not defined.
29165         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29166         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29167         Add one more extra argument: a nanoseconds value.
29168         All uses changed.
29169         (ns): New macro.
29170         (my_strftime function): Add %N format.
29171         (emacs_strftimeu): Renamed from emacs_strftime,
29172         with extra ut argument.
29173
29174 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29175
29176         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29177
29178 2001-04-21  Jim Meyering  <meyering@lucent.com>
29179
29180         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29181         doesn't interfere.
29182
29183 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29184
29185         * m4/ftruncate.m4: Check for chsize.
29186         Link with ftruncate.o unconditionally if ftruncate is missing.
29187         This was required when cross-compiling to i586-mingw32msvc.
29188
29189 2001-04-08  Jim Meyering  <meyering@lucent.com>
29190
29191         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29192         recomputed; that's necessary when the offset spans a DST transition.
29193         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29194
29195 2001-04-02  Jim Meyering  <meyering@lucent.com>
29196
29197         * lib/regex.h, regex.c: Update from GNU libc.
29198
29199 2001-03-24  Jim Meyering  <meyering@lucent.com>
29200
29201         * m4/jm-macros.m4: Require autoconf-2.49d.
29202
29203 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29204
29205         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29206
29207 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29208
29209         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29210
29211 2001-03-17  Jim Meyering  <meyering@lucent.com>
29212
29213         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29214         now that the version in autoconf is equivalent.
29215         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29216
29217         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29218         Suggestion from Akim Demaille.
29219
29220         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29221         (jm_PREREQ_TEMPNAME): New function.
29222
29223 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29224
29225         * lib/tempname.c (uint64_t): Define to uintmax_t if
29226         not defined, and if UINT64_MAX is not defined.
29227         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29228         Reported by John David Anglin.
29229
29230 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29231
29232         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29233         resolve alias if codeset is empty.
29234         * lib/config.charset (BeOS): Use wildcard syntax.
29235
29236 2001-03-13  Jim Meyering  <meyering@lucent.com>
29237
29238         * lib/path-concat.c (path_concat)
29239         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29240         concatenating e.g., `C:' and `foo'.
29241         From Bruno Haible.
29242
29243 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29244
29245         * lib/localcharset.c (locale_charset): Don't use
29246         setlocale(LC_CTYPE,NULL). Don't return NULL.
29247         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29248
29249 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29250
29251         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29252         support for DOS/DJGPP.
29253
29254 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29255
29256         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29257         lacks mkstemp.  Compile our own tempname.c if we compile our own
29258         mkstemp.c, as mkstemp relies on tempname.
29259
29260 2001-03-01  Jim Meyering  <meyering@lucent.com>
29261
29262         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29263         AH_VERBATIM really does output its argument verbatim.
29264
29265 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29266
29267         * lib/Makefile.am (libfetish_a_SOURCES):
29268         Add dup-safer.c, fopen-safer.c.
29269         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29270
29271         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29272         * lib/unistd-safer.h: New files.
29273
29274 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29275
29276         The mkstemp replacement is taken from glibc 2.2.2, with some
29277         portability fixes for use outside glibc, as follows:
29278
29279         * lib/tempname.c (struct_stat64): New macro.
29280         (direxists, __gen_tempname): Use it.
29281         This avoids a portability problem with Solaris 8.
29282
29283         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29284         (<stddef.h>, <stdint.h>, <string.h>):
29285         Include only if STDC_HEADERS || _LIBC.
29286         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29287         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29288         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29289         (__set_errno): Define this macro if <errno.h> doesn't.
29290         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29291         Define these macros if <stdio.h> doesn't.
29292         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29293         Define these macros if <sys/stat.h>
29294         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29295         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29296         __xstat64): Define if not _LIBC.
29297         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29298         (__gen_tempname): Invoke gettimeofday only if
29299         HAVE_GETTIMEOFDAY || _LIBC;
29300         otherwise, fall back on plain "time".
29301         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29302
29303         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29304
29305         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29306
29307 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29308
29309         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29310
29311 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29312
29313         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29314         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29315         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29316         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29317
29318 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29319
29320         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29321         Remove workaround macros for hosts that have mbrtowc but not
29322         mbstate_t, as we now insist on proper declarations for both
29323         before using mbrtowc.
29324
29325 2001-02-17  Jim Meyering  <meyering@lucent.com>
29326
29327         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29328         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29329         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29330         UnixWare 7.1.1.
29331
29332         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29333         rather than AC_CACHE_VAL.
29334
29335 2001-02-17  Jim Meyering  <meyering@lucent.com>
29336
29337         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29338         around included file name.
29339
29340         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29341
29342         * lib/strftime.c: Update from GNU libc (the only changes were to
29343         comments).
29344
29345 2001-02-17  Jim Meyering  <meyering@lucent.com>
29346
29347         * lib/regex.c: Update from libc.
29348
29349 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29350
29351         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29352         clash.
29353
29354 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29355
29356         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29357         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29358         Reported by Mark Hounschell via Paul Eggert.
29359
29360 2001-02-07  Jim Meyering  <meyering@lucent.com>
29361
29362         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29363
29364 2001-02-05  Jim Meyering  <meyering@lucent.com>
29365
29366         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29367         it includes the patch required for `large file' support with at least
29368         HP-UX's 10.20 /bin/cc.
29369
29370 2001-02-03  Jim Meyering  <meyering@lucent.com>
29371
29372         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29373         AS_IF, now that it works once again (mysteriously).
29374         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29375
29376 2001-01-30  Jim Meyering  <meyering@lucent.com>
29377
29378         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29379         * m4/chown.m4: Rename conftestchown to conftest.chown.
29380         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29381         s/conftestdir2/conftest.d2/.
29382         * m4/utimes.m4: s/conftestdata/conftest.data/
29383         Inspired by Pavel Roskin's change in autoconf.
29384
29385 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29386
29387         * lib/config.charset: Update for FreeBSD 4.2.
29388
29389 2001-01-27  Jim Meyering  <meyering@lucent.com>
29390
29391         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29392         a use of AS_IF.
29393         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29394
29395 2001-01-26  Jim Meyering  <meyering@lucent.com>
29396
29397         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29398         quotearg.c includes it.
29399
29400 2001-01-26  Jim Meyering  <meyering@lucent.com>
29401
29402         * lib/quotearg.c: Include stddef.h.
29403         * lib/quote.c: Include stddef.h.
29404         Reported by Axel Kittenberger.
29405
29406         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29407         line in double quotes so that it evokes a better diagnostic.
29408         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29409         Reported by Axel Kittenberger.
29410
29411 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29412
29413         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29414         as if it was a `charset'.
29415
29416 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29417
29418         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29419         has const.
29420
29421 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29422
29423         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29424         to avoid a warning.  Add back 'const' to inptr.
29425
29426 2001-01-20  Jim Meyering  <meyering@lucent.com>
29427
29428         Be sure that headers are checked before used in code compiled
29429         for the type checks.
29430         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29431         In place of that, invoke jm_CHECK_ALL_TYPES.
29432         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29433         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29434         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29435         The check for ssize_t was mistakenly run before the test for unistd.h.
29436
29437         The configure-time check for stdbool.h was missing.
29438         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29439         (jm_PREREQ_HASH): New function.
29440
29441 2001-01-17  Jim Meyering  <meyering@lucent.com>
29442
29443         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29444         for autoconf-2.49c.
29445         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29446
29447 2001-01-16  Jim Meyering  <meyering@lucent.com>
29448
29449         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29450         From Bruno Haible.
29451
29452 2001-01-14  Jim Meyering  <meyering@lucent.com>
29453
29454         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29455         foo and bar.  Create conftestdir/ in the script, not in the C code.
29456         Remove directories in the script, not in the C code.
29457         Remove conftestdir{,2} before trying to create the directory.
29458         Make the entire configure script fail if the mkdir fails.
29459
29460 2001-01-14  Jim Meyering  <meyering@lucent.com>
29461
29462         * lib/rename.c: New file.  From Volker Borchert.
29463         Include stdlib.h, string.h or strings.h, and xalloc.h.
29464         Use strip_trailing_slashes rather than open-coding it.
29465
29466 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29467
29468         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29469
29470 2001-01-03  Jim Meyering  <meyering@lucent.com>
29471
29472         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29473         of local `inptr' to avoid warning with some system declarations of
29474         iconv.
29475
29476 2001-01-02  Volker Borchert  <bt@teknon.de>
29477
29478         * m4/rename.m4: New file.
29479         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29480
29481 2001-01-01  Jim Meyering  <meyering@lucent.com>
29482
29483         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29484         even on systems with utmpx.h.  It's necessary for the declaration of
29485         utmp's ut_user member.  Reported by Andreas Jaeger.
29486
29487         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29488         available. They are required for the declarations of getgrgid and
29489         getpwuid resp.
29490         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29491         Reported by Andreas Jaeger.
29492
29493 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29494
29495         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29496         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29497         so `make install' also works in VPATH builds.
29498
29499 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29500
29501         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29502         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29503         can be used in subdirectories.
29504
29505 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29506
29507         * lib/modechange.c: Do not assume that mode_t uses the
29508         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29509         the other-execute bit of FOO even if S_IXOTH != 1.
29510
29511         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29512         WOTH, XOTH, ALLM): New macros.
29513         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29514          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29515         Use them.
29516         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29517         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29518         (mode_compile):
29519         No need to use uintmax_t; unsigned long is long enough.
29520         Don't bother to get suffix since we don't use it.
29521
29522 2000-12-26  Jim Meyering  <meyering@lucent.com>
29523
29524         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29525         better with autoheader.
29526
29527 2000-12-24  Jim Meyering  <meyering@lucent.com>
29528
29529         * lib/hash.c (is_prime): Return explicit boolean values.
29530         (hash_get_first): Return NULL to appease Irix5.6's 89.
29531         Reported by Nelson Beebe.
29532
29533 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29534
29535         * lib/localcharset.c (locale_charset): Add support for Win32.
29536
29537 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29538
29539         * lib/physmem.h, lib/physmem.c: New files.
29540
29541         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29542         (noinst_HEADERS): Add physmem.h.
29543
29544         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29545         't' for compatibility with Solaris 8 sort.
29546
29547 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29548
29549         * lib/config.charset: Add support for BeOS.
29550
29551 2000-12-17  Jim Meyering  <meyering@lucent.com>
29552
29553         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29554         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29555
29556 2000-12-16  Jim Meyering  <meyering@lucent.com>
29557
29558         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29559         N and M) would have treated it like `chown N:N FILE'.
29560
29561         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29562
29563 2000-12-16  Jim Meyering  <meyering@lucent.com>
29564
29565         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29566         SHELLS_FILE to a file name that's useful on djgpp systems.
29567         Include stdlib.h.
29568         (ADDITIONAL_DEFAULT_SHELLS): Define.
29569         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29570         Based mostly on a patch from Prashant TR.
29571
29572 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29573
29574         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29575         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29576         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29577
29578 2000-12-08  Andreas Schwab  <schwab@suse.de>
29579
29580         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29581         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29582
29583 2000-12-07  Jim Meyering  <meyering@lucent.com>
29584
29585         * lib/stripslash.c (ISSLASH): Define.
29586         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29587         `/'.
29588         From Prashant TR.
29589
29590         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29591         (dir_name_r): Declare this function as static.
29592         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29593         manifest itself on a name containing a mix of slashes and
29594         backslashes.
29595         Make this function work with names starting with a DOS-style
29596         drive letter and colon prefix.
29597         (dir_name): Append `.' if necessary.
29598         Based mostly on patches from Prashant TR and Eli Zaretskii.
29599
29600         * lib/dirname.h (dir_name_r): Remove prototype.
29601
29602 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29603
29604         * m4/off_t-format.m4: Remove this file.
29605         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29606
29607 2000-12-06  Jim Meyering  <meyering@lucent.com>
29608
29609         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29610         replacement strtoull, we may well need the replacement strtoul, too.
29611         Check for declarations of strtoul and strtoull.
29612         Check for strtol.  Mainly as a cue to cause automake to include
29613         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29614         Check for limits.h -- strtol.c needs it.
29615
29616 2000-12-05  Jim Meyering  <meyering@lucent.com>
29617
29618         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29619
29620 2000-12-04  Jim Meyering  <meyering@lucent.com>
29621
29622         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29623         Also include memory.h, stdlib.h, unistd.h if appropriate.
29624         Reported by Andreas Jaeger (conflicting declaration of malloc).
29625
29626 2000-12-02  Jim Meyering  <meyering@lucent.com>
29627
29628         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29629         * m4/jm-macros.m4 (jm_MACROS): require it.
29630
29631 2000-12-02  Jim Meyering  <meyering@lucent.com>
29632
29633         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29634
29635 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29636
29637         * lib/memrchr.c: Include <config.h> before any system include file.
29638
29639 2000-11-30  Jim Meyering  <meyering@lucent.com>
29640
29641         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29642
29643 2000-11-30  Jim Meyering  <meyering@lucent.com>
29644
29645         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29646
29647 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29648
29649         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29650
29651 2000-11-26  Jim Meyering  <meyering@lucent.com>
29652
29653         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29654
29655 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29656
29657         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29658         size of (size_t) -1; it's not portable.
29659
29660 2000-11-17  Jim Meyering  <meyering@lucent.com>
29661
29662         * lib/strstr.c: Update from GNU libc.
29663
29664 2000-11-17  Akim Demaille  <akim@epita.fr>
29665
29666         * lib/obstack.h: Formatting changes.
29667         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29668         prevent type checking.
29669         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29670         cast the value to (void *): assigning a `foo *' to a `void *'
29671         variable is valid.
29672         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29673
29674 2000-11-16  Jim Meyering  <meyering@lucent.com>
29675
29676         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29677
29678 2000-11-11  Jim Meyering  <meyering@lucent.com>
29679
29680         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29681
29682 2000-11-10  Jim Meyering  <meyering@lucent.com>
29683
29684         * lib/obstack.h: Update from GNU libc.
29685         * lib/obstack.c: Likewise.
29686
29687 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29688
29689         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29690
29691 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29692
29693         * lib/getusershell.c (setusershell): Use rewind rather than
29694         fseek/fseeko, to avoid configuration hassles with fseeko.
29695         Don't bother opening SHELLS_FILE if shellstream is NULL;
29696         it's not necessary.
29697
29698 2000-11-05  Jim Meyering  <meyering@lucent.com>
29699
29700         * lib/makepath.h (make_dir): Declare.
29701         * lib/makepath.c (make_dir): Remove `static' attribute.
29702         Tweak a comment.
29703
29704 2000-11-04  Jim Meyering  <meyering@lucent.com>
29705
29706         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29707
29708 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29709
29710         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29711         last one in a bucket, advance to the next bucket.
29712
29713 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29714
29715         * lib/fnmatch.c: Do not comment out all the code if we are using
29716         the GNU C library, because in some cases we are replacing buggy
29717         code in the GNU C library itself.
29718
29719 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29720
29721         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29722         (regex_compile): Catch bogus \(\1\).
29723
29724 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29725
29726         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29727         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29728         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29729
29730 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29731
29732         * lib/error.h, getline.h, modechange.h:
29733         Remove "2000" from Copyright line, as the file hasn't been
29734         changed this year other than in the copyright notice.
29735
29736         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29737         was changed this year.
29738
29739 2000-10-29  Jim Meyering  <meyering@lucent.com>
29740
29741         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29742         renaming.
29743         * m4/ls-mntd-fs.m4: Likewise
29744
29745 2000-10-29  Jim Meyering  <meyering@lucent.com>
29746
29747         * lib/xstat.in: Fix grammar in comment.
29748
29749 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29750
29751         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29752         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29753         doesn't define __restrict_arr.
29754
29755 2000-10-28  Jim Meyering  <meyering@lucent.com>
29756
29757         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29758         (jm_PREREQ_MEMCHR): New function.
29759
29760 2000-10-28  Jim Meyering  <meyering@lucent.com>
29761
29762         * lib/memchr.c: Update from libc.
29763         Adjust for portability:
29764         [HAVE_STDLIB_H]: Include stdlib.h.
29765         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29766         Undef __memchr, too.
29767         [!weak_alias]: Define __memchr to memchr.
29768
29769         * lib/regex.c: Update from libc.
29770         * lib/regex.h: Likewise.
29771         * lib/getopt1.c: Likewise.
29772         * lib/memcmp.c: Likewise.
29773
29774         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29775         Avoid using fseek, when possible -- it's broken by design.
29776         Patch by Ulrich Drepper.
29777
29778 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29779
29780         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29781         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29782         Giving in to popular pressure to shut up the compiler with casts.
29783
29784 2000-10-26  Jim Meyering  <meyering@lucent.com>
29785
29786         * lib/strftime.c: Update from libc.
29787
29788 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29789
29790         * regex.c: More `unsigned char' -> `re_char' changes.
29791         Also change several `int' into `re_wchar_t'.
29792         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29793         (PUSH_FAILURE_POINTER): Don't cast any more.
29794         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29795         We want GCC to complain, since this piece of code makes
29796         re_match non-reentrant, which *should* be fixed.
29797         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29798         (EXTEND_BUFFER): Use RETALLOC.
29799         (SET_LIST_BIT): Don't cast.
29800         (re_wchar_t): New type.
29801         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29802         that those two functions will always properly return.
29803         (IMMEDIATE_QUIT_CHECK): Cast to void.
29804         (analyse_first): Use recursion rather than an explicit stack.
29805         (re_compile_fastmap): Can't fail anymore.
29806         (re_search_2): Don't check re_compile_fastmap for failure.
29807         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29808         Now also sets the new value (passed in a new argument).
29809         (re_match_2_internal): Use it.
29810         Also, use a new var `reg' of type size_t when looping through regs
29811         rather than reuse the inappropriate `mcnt'.
29812
29813 2000-10-25  Jim Meyering  <meyering@lucent.com>
29814
29815         * lib/obstack.c: Update from libc.
29816
29817 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29818
29819         * regex.c (regex_compile): Change the way of handling a range from
29820         a char less than 256 to a char not less than 256.
29821
29822 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29823
29824         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29825         NT-Emacs only.
29826         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29827         so that re_search functions only quit when callers expect them to.
29828
29829 2000-10-23  Jim Meyering  <meyering@lucent.com>
29830
29831         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29832         wrong.  That set_locale call must not have any side effects.
29833         From Paul Eggert.
29834
29835 2000-10-22  Jim Meyering  <meyering@lucent.com>
29836
29837         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29838         [CYCLIC]: Remove now-unused definition.
29839
29840         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29841         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29842         Suggestion from Ulrich Drepper.
29843
29844 2000-10-21  Jim Meyering  <meyering@lucent.com>
29845
29846         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29847         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29848         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29849
29850 2000-10-21  Jim Meyering  <meyering@lucent.com>
29851
29852         * lib/dirname.c (memrchr): Declare if necessary.
29853         (dir_name): Remove the restriction that there be no
29854         trailing slashes.  Now, this code skips past them, effectively
29855         ignoring them.
29856         [TEST_DIRNAME] (main): New unit tests.
29857
29858         * lib/memrchr.c: New file from GNU libc.
29859         Undef __memrchr, too.
29860         [!weak_alias]: Define __memrchr to memrchr.
29861         Guard weak_alias use with `#ifdef weak_alias'.
29862
29863 2000-10-21  Jim Meyering  <meyering@lucent.com>
29864
29865         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29866         (dir_name): Use dir_name_r.
29867         * lib/dirname.h (dir_name_r): Declare it.
29868
29869 2000-10-17  Jim Meyering  <meyering@lucent.com>
29870
29871         * lib/quote.h (PARAMS): Define and use.
29872         Reported by Akim Demaille.
29873
29874         * lib/getopt.c: Update from libc.
29875
29876 2000-10-16  Jim Meyering  <meyering@lucent.com>
29877
29878         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29879         setlocale.
29880         From Jan Fedak.
29881
29882 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29883
29884         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29885
29886 2000-09-25  Jim Meyering  <meyering@lucent.com>
29887
29888         * lib/md5.h (rol): Define (from GnuPG).
29889
29890         * lib/sha.c: Give credit (GnuPG) where due.
29891         (M): Use rol rather than open-coding it.
29892         Add a FIXME comment.
29893
29894 2000-09-21  Jim Meyering  <meyering@lucent.com>
29895
29896         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29897         Reported by Michael Stone.
29898
29899 2000-09-20  Jim Meyering  <meyering@lucent.com>
29900
29901         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29902         (noinst_HEADERS): Add sha.h.
29903         Based on code from Scott G. Miller and from GnuPG.
29904
29905 2000-09-18  Jim Meyering  <meyering@lucent.com>
29906
29907         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29908         LIBS. Otherwise, everyone ends up linking with -lelf for some
29909         configurations.
29910         Reported by Mike Stone.
29911
29912 2000-09-15  Jim Meyering  <meyering@lucent.com>
29913
29914         * lib/regex.c: Update from libc.
29915
29916 2000-09-10  Jim Meyering  <meyering@lucent.com>
29917
29918         * lib/getopt.c (_getopt_internal): Update from glibc.
29919
29920 2000-09-09  Jim Meyering  <meyering@lucent.com>
29921
29922         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29923         think it should be used as a general replacement for isascii.
29924         * lib/fnmatch.c: Likewise.
29925         * lib/mbswidth.c: Likewise
29926         * lib/regex.c: Likewise.
29927
29928         Don't use atoi.
29929         * lib/userspec.c: Include sys/param.h and limits.h.
29930         Include xstrtol.h.
29931         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29932         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29933         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29934         UID, GID.  Check range.
29935
29936 2000-09-06  Jim Meyering  <meyering@lucent.com>
29937
29938         * lib/getopt.c (_getopt_internal): Update from glibc.
29939
29940 2000-08-30  Jim Meyering  <meyering@lucent.com>
29941
29942         * lib/strftime.c: Merge in changes from GNU libc.
29943
29944 2000-08-26  Jim Meyering  <meyering@lucent.com>
29945
29946         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29947         * m4/fpending.m4: New file.
29948
29949 2000-08-26  Jim Meyering  <meyering@lucent.com>
29950
29951         * lib/closeout.c: Include "__fpending.h".
29952         (close_stdout_status): Return right away if there's nothing to flush.
29953
29954         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29955         * lib/__fpending.c: New file.
29956         * lib/__fpending.h: New file.
29957
29958 2000-08-20  Jim Meyering  <meyering@lucent.com>
29959
29960         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29961         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29962         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29963
29964 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29965
29966         Improve fileutils installation on systems where running
29967         programs (like install) can't be unlinked.
29968         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29969         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29970
29971 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29972
29973         Standardize on "memory exhausted" instead of "Memory exhausted"
29974         or "virtual memory exhausted".
29975         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29976         "virtual memory exhausted".
29977         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29978         our own message.
29979         * lib/userspec.c (parse_user_spec): Likewise.
29980         * lib/bumpalloc.h: comment fix
29981         * lib/same.c, userspec.c: Include xalloc.h.
29982
29983         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29984         not char *const and pointing to a constant array.
29985         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29986         (xrealloc): Comment fix.
29987
29988         * lib/userspec.c (parse_user_spec):
29989         Don't translate a message until just before returning,
29990         to avoid unnecessary translation.
29991
29992 2000-08-07  Jim Meyering  <meyering@lucent.com>
29993
29994         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29995         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29996         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29997         getgroups.c, gethostname.c, getopt.h, group-member.c,
29998         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29999         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30000         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30001         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30002         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30003         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30004         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30005         yesno.c: Back out Copyright date changes for each file with no change
30006         this year.  This eases coordination with other programs using the same
30007         source code modules.  From Paul Eggert.
30008
30009 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30010
30011         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30012         not char, for compatibility with glibc 2.1.3 strftime.c.
30013
30014 2000-08-03  Greg McGary  <greg@mcgary.org>
30015
30016         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30017         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30018         (EXTEND_BUFFER): Use them.
30019
30020 2000-08-01  Jim Meyering  <meyering@lucent.com>
30021
30022         * lib/dirname.c (ISSLASH): Define.
30023         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30024         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30025         both `\' and `/' may be use as path separators.
30026         Based on a patch from Prashant TR.
30027
30028 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30029
30030         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30031         slot vector a constant, since it might get modified.
30032
30033 2000-07-31  Jim Meyering  <meyering@lucent.com>
30034
30035         * lib/xmalloc.c: Use `virtual memory exhausted', not
30036         `Memory exhausted'.
30037         * lib/obstack.c (print_and_abort): Likewise.
30038
30039 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30040
30041         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30042         buffer, so that the caller can always quote one small
30043         component of a "memory exhausted" message in slot 0.
30044         From a suggestion by Jim Meyering.
30045
30046 2000-07-30  Jim Meyering  <meyering@lucent.com>
30047
30048         * lib/makepath.c (make_path): Quote the other instance, too.
30049
30050         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30051         (STATIC_BUF_SIZE): Define.
30052         (quotearg_n_options): Use only statically allocated storage when
30053         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30054         than STATIC_BUF_SIZE.
30055
30056 2000-07-29  Jim Meyering  <meyering@lucent.com>
30057
30058         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30059         * lib/dirname.c (dir_name): Likewise.
30060
30061         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30062         `/'.
30063
30064         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30065         (dir_name): Assert that there are no trailing slashes.
30066
30067 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30068
30069         * lib/mbswidth.h (mbswidth): Add a flags argument.
30070         (mbswidth): New declaration.
30071         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30072         * lib/mbswidth.c (mbswidth): Add a flags argument.
30073         (mbsnwidth): New function.
30074
30075 2000-07-24  Jim Meyering  <meyering@lucent.com>
30076
30077         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30078
30079 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30080
30081         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30082
30083 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30084
30085         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30086         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30087         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30088         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30089         invoke multibyte primitives.
30090
30091 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30092
30093         * lib/quotearg.c:
30094         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30095         so that mbstate_t is always defined.
30096
30097         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30098         be 1 in at least one GCC installation, and this configuration
30099         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30100         performance on hosts that have mbrtowc but have only unibyte
30101         locales, but I assume these hosts are rare.
30102
30103 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30104
30105         * lib/mbswidth.c (_XOPEN_SOURCE):
30106         Don't define; this causes problems on Solaris 7.
30107         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30108
30109 2000-07-23  Jim Meyering  <meyering@lucent.com>
30110
30111         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30112         too: getgrgid, getpwuid, getuid.
30113
30114 2000-07-23  Jim Meyering  <meyering@lucent.com>
30115
30116         * lib/basename.c (base_name): Add an assertion.
30117
30118 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30119
30120         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30121         shadow its mbsinit function.
30122
30123 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30124
30125         * lib/mbswidth.h: New file.
30126         * lib/mbswidth.c: New file.
30127         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30128         (noinst_HEADERS): Add mbswidth.h.
30129
30130 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30131
30132         * lib/config.charset: Add support for FreeBSD. Improve support for
30133         HP-UX and IRIX 6.
30134
30135 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30136
30137         * m4/mbswidth.m4: New file.
30138         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30139
30140 2000-07-15  Jim Meyering  <meyering@lucent.com>
30141
30142         * lib/makepath.c: Include quote.h.
30143         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30144         corresponding argument in a `quote (...)' call.
30145         Give better diagnostics.
30146
30147         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30148         (noinst_HEADERS): Add quote.h.
30149
30150         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30151         from tar's src/misc.c.
30152         * lib/quote.h: New file.  Prototypes for same.
30153
30154 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30155
30156         From a suggestion by Bruno Haible.
30157         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30158         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30159         to decide whether to define the BeOS workaround macro;
30160         this adjusts to the change to AC_MBSTATE_T.
30161
30162 2000-07-14  Jim Meyering  <meyering@lucent.com>
30163
30164         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30165         jm_AC_TYPE_UINTMAX_T.
30166
30167 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30168
30169         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30170
30171         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30172         quotearg_buffer_restyled): Add support for
30173         clocale_quoting_style.  Undo previous change to
30174         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30175         and "{RIGHT QUOTATION MARK}" msgids.
30176
30177 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30178
30179         From a suggestion by Bruno Haible.
30180         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30181         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30182         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30183         and mbstate_t, to a single-part test that simply defines mbstate_t.
30184         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30185         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30186
30187 2000-07-10  Jim Meyering  <meyering@lucent.com>
30188
30189         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30190
30191         * m4/gnu-source.m4: Output to confdefs.h directly.
30192         Suggestion from Akim Demaille.
30193
30194 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30195
30196         The old behavior of quoting `like this' doesn't look good with
30197         newer, ISO-style fonts.  See:
30198         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30199
30200         Instead, quote "like this" by default.  Let the translator
30201         tailor the locale-specific quoting behavior by providing
30202         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30203
30204         * lib/quotearg.c (N_): New macro.
30205         (gettext_default): New function.
30206         (quotearg_buffer_restyled): Use
30207         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30208         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30209
30210 2000-07-09  Jim Meyering  <meyering@lucent.com>
30211
30212         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30213         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30214
30215         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30216         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30217
30218 2000-07-09  Jim Meyering  <meyering@lucent.com>
30219
30220         * lib/Most files: Update copyright dates to include 2000.
30221
30222 2000-07-08  Jim Meyering  <meyering@lucent.com>
30223
30224         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30225         if not defined.
30226         (xgethostname): Remove now-unnecessary #ifdef.
30227         Move declaration of `err' into loop where it's used.
30228
30229 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30230         and Bruno Haible  <haible@clisp.cons.org>
30231
30232         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30233         only if the test for an object-type mbstate_t fails.  This
30234         prevents us from mistakenly reporting that mbstate_t is a
30235         system object type after we "#define mbstate_t int" to work
30236         around its lack.
30237
30238 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30239         and Bruno Haible  <haible@clisp.cons.org>
30240
30241         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30242
30243 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30244
30245         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30246         to strerror_r.
30247         Include <ctype.h> for use of isalpha.
30248
30249 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30250
30251         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30252         by allocating a larger buffer. Test the gethostname return value for
30253         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30254         returns an error and ENAMETOOLONG isn't defined.
30255
30256 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30257
30258         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30259         dimension.
30260
30261 2000-07-04  Jim Meyering  <meyering@lucent.com>
30262
30263         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30264         of the deprecated AC_CHECKING.
30265
30266 2000-07-04  Jim Meyering  <meyering@lucent.com>
30267
30268         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30269         Reported by Bruno Haible.
30270
30271 2000-07-04  Jim Meyering  <meyering@lucent.com>
30272
30273         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30274         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30275         lacks mbrtowc.
30276
30277 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30278
30279         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30280         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30281
30282 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30283         and Bruno Haible  <haible@clisp.cons.org>
30284
30285         * lib/quotearg.c (mbrtowc):
30286         Assign to *pwc, and return 1 only if result is nonzero.
30287         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30288
30289 2000-07-03  Jim Meyering  <meyering@lucent.com>
30290
30291         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30292
30293 2000-07-03  Jim Meyering  <meyering@lucent.com>
30294
30295         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30296         This is necessary to get a definition of e.g., UTMP_FILE on
30297         HP-UX 10.20.
30298         From Bob Proulx.
30299
30300 2000-07-02  Jim Meyering  <meyering@lucent.com>
30301
30302         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30303
30304         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30305         AC_LIBOBJ(function_name).
30306         * m4/chown.m4: Likewise.
30307         * m4/fnmatch.m4: Likewise.
30308         * m4/ftruncate.m4: Likewise.
30309         * m4/getgroups.m4: Likewise.
30310         * m4/getline.m4: Likewise.
30311         * m4/group-member.m4: Likewise.
30312         * m4/jm-macros.m4: Likewise.
30313         * m4/lstat.m4: Likewise.
30314         * m4/malloc.m4: Likewise.
30315         * m4/memcmp.m4: Likewise.
30316         * m4/nanosleep.m4: Likewise.
30317         * m4/putenv.m4: Likewise.
30318         * m4/realloc.m4: Likewise.
30319         * m4/regex.m4: Likewise.
30320         * m4/stat.m4: Likewise.
30321         * m4/strftime.m4: Likewise.
30322
30323 2000-07-02  Jim Meyering  <meyering@lucent.com>
30324
30325         * lib/quotearg.c (mbstate_t): Don't define here.
30326
30327 2000-07-02  Jim Meyering  <meyering@lucent.com>
30328
30329         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30330
30331 2000-07-01  Jim Meyering  <meyering@lucent.com>
30332
30333         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30334
30335 2000-07-01  Jim Meyering  <meyering@lucent.com>
30336
30337         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30338         problem.
30339
30340 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30341
30342         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30343         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30344
30345 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30346
30347         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30348         per change in ../m4/ls-mntd-fs.m4.
30349         (read_filesystem_list): Ignore symbolic links.
30350
30351 2000-06-29  Jim Meyering  <meyering@lucent.com>
30352
30353         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30354         for declaration of strcmp.
30355
30356         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30357
30358         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30359         Avoid warning by casting result to `char *' to remove `const'.
30360
30361 2000-06-28  Jim Meyering  <meyering@lucent.com>
30362
30363         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30364         included by quotearg.c, for which we perform this test.  From
30365         Bruno Haible.
30366
30367 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30368
30369         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30370         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30371         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30372
30373 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30374
30375         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30376
30377 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30378
30379         savedir now sets errno on failure and invokes xmalloc to get memory.
30380         Fix a couple of other minor bugs while we're at it.
30381
30382         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30383         (NAMLEN): Remove macro.
30384         (malloc, realloc): Remove decls.
30385         (stpcpy): Likewise.
30386         ("xalloc.h"): Include.
30387         (NAME_SIZE_DEFAULT): New macro.
30388         (savedir): Use xmalloc / xrealloc to allocate memory.
30389         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30390         Skip "" directory entries.
30391         Use strlen to calculate directory entry length, since the old method
30392         is rarely used these days and isn't worth supporting.
30393         Don't use a pointer after freeing it.
30394         Check for integer overflow when calculating allocation size.
30395         Use memcpy to copy entries, instead of stpcpy.
30396         Set errno properly when returning NULL.
30397         Check for readdir error.
30398
30399 2000-06-26  Jim Meyering  <meyering@lucent.com>
30400
30401         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30402
30403 2000-06-25  Jim Meyering  <meyering@lucent.com>
30404
30405         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30406         Linux header bug when _XOPEN_SOURCE is defined to 500.
30407
30408 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30409
30410         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30411         deficiency.
30412
30413 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30414
30415         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30416         Include xalloc.h.
30417         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30418
30419 2000-06-24  Jim Meyering  <meyering@lucent.com>
30420
30421         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30422         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30423         for which strerror does return char*, but which lacks a conveniently
30424         accessible declaration of the function.  If the compile-test says
30425         strerror_r doesn't work, then resort to a `run'-test that works on
30426         BeOS and segfaults on DEC Unix.
30427
30428 2000-06-24  Jim Meyering  <meyering@lucent.com>
30429
30430         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30431
30432 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30433
30434         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30435         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30436
30437 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30438
30439         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30440         (mbrtowc, mbstate_t): Define substitutes if
30441         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30442         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30443         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30444
30445 2000-06-23  Jim Meyering  <meyering@lucent.com>
30446
30447         * m4/afs.m4: Add missing AC_MSG_RESULT.
30448         Reported by Bruno Haible.
30449
30450         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30451         Suggestion from Bruno Haible.
30452
30453 2000-06-23  Jim Meyering  <meyering@lucent.com>
30454
30455         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30456
30457 2000-06-21  Jim Meyering  <meyering@lucent.com>
30458
30459         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30460
30461 2000-06-21  Jim Meyering  <meyering@lucent.com>
30462
30463         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30464         (noinst_HEADERS): Add getstr.h.
30465
30466         * lib/getline.c (getstr): Move into a separate file.
30467         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30468         the following changes: new parameter, delim2; both delim[12]
30469         parameters have type `int', not `char'.  The latter would lose
30470         with 8-bit delimiters.
30471         * lib/getstr.h: New file.
30472
30473 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30474
30475         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30476         than 1024, return a memory chunk of least possible size, instead
30477         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30478         Use free/xmalloc instead of xrealloc to avoid copying for very long
30479         paths.
30480
30481 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30482
30483         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30484         the empty string.
30485
30486 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30487
30488         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30489         address, not strdup.  Include <stdlib.h> and don't declare free().
30490
30491 2000-06-19  Jim Meyering  <meyering@lucent.com>
30492
30493         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30494
30495 2000-06-18  Jim Meyering  <meyering@lucent.com>
30496
30497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30498
30499         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30500         `checking whether...' message to be consistent with that of the
30501         lstat test.
30502
30503 2000-06-18  Jim Meyering  <meyering@lucent.com>
30504
30505         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30506         Besides, these days every porting target provides a mkdir function.
30507
30508         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30509         needed. (this snippet comes from src/system.h).
30510
30511 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30512
30513         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30514
30515 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30516
30517         * lib/human.c (adjust_value): New function.
30518         (human_readable_inexact): Apply rounding style even when
30519         printing approximate values.
30520
30521 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30522
30523         * lib/human.c (human_readable_inexact): Allow an input block
30524         size that is not a multiple of the output block size, and vice versa.
30525         Reported by Piergiorgio Sartor.
30526
30527 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30528
30529         * lib/getdate.y (get_date): Apply relative times after time
30530         zone indicator, not before.  Reported by Todd A. Jacobs.
30531
30532 2000-06-13  Jim Meyering  <meyering@lucent.com>
30533
30534         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30535
30536         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30537
30538 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30539
30540         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30541
30542 2000-06-12  Jim Meyering  <meyering@lucent.com>
30543
30544         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30545         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30546         optional argument.
30547         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30548         the optional argument, `lib'.
30549
30550 2000-06-08  Jim Meyering  <meyering@lucent.com>
30551
30552         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30553
30554 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30555
30556         Rewrite largefile configuration so that we don't need to run
30557         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30558         AC_CANONICAL_HOST in configure.in -- jmm]
30559
30560         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30561         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30562         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30563         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30564         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30565         All uses changed.
30566         Instead of inspecting the output of getconf, try to compile the
30567         test program without and with the macro definition.
30568         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30569         for getconf.  Instead, check for the needed flags by compiling
30570         test programs.
30571
30572 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30573
30574         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30575
30576 2000-06-04  Jim Meyering  <meyering@lucent.com>
30577
30578         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30579         SunOS 4.1.4 for which gid_t is an unsigned type.
30580
30581 2000-06-03  Jim Meyering  <meyering@lucent.com>
30582
30583         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30584         now that autoconf requires that.
30585
30586         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30587         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30588         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30589
30590 2000-06-03  Jim Meyering  <meyering@lucent.com>
30591
30592         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30593
30594 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30595
30596         * m4/glibc21.m4: New file.
30597         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30598
30599 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30600
30601         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30602         newer, don't install charset.alias.
30603         * lib/config.charset: Change the Linux/glibc rules so they become empty
30604         on glibc-2.1 or newer.
30605
30606 2000-06-02  Jim Meyering  <meyering@lucent.com>
30607
30608         * lib/mountlist.c: Back out last change.  Instead, do this...
30609         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30610         me_dummy member using the same `ignore'-testing code.
30611         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30612         fs_type strings.
30613         From Mark D. Roth.
30614
30615 2000-05-29  Jim Meyering  <meyering@lucent.com>
30616
30617         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30618         mounts with the `ignore' attribute.  Based on a patch from
30619         Mark D. Roth.
30620
30621 2000-05-28  Jim Meyering  <meyering@lucent.com>
30622
30623         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30624         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30625         * m4/stat.m4: Likewise.
30626         * m4/lstat.m4: Likewise.
30627         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30628
30629         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30630         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30631
30632 2000-05-26  Jim Meyering  <meyering@lucent.com>
30633
30634         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30635
30636 2000-05-24  Jim Meyering  <meyering@lucent.com>
30637
30638         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30639         autoconf requires that.
30640         * m4/lib-check.m4: Likewise.
30641         * m4/jm-macros.m4: Likewise.
30642         * m4/strftime.m4: Likewise.
30643
30644         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30645         AC_CHECK_DECLS, now that autoconf requires that.
30646
30647 2000-05-22  Jim Meyering  <meyering@lucent.com>
30648
30649         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30650         * m4/lstat.m4: Likewise.
30651
30652 2000-05-22  Jim Meyering  <meyering@lucent.com>
30653
30654         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30655
30656 2000-05-20  Jim Meyering  <meyering@lucent.com>
30657
30658         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30659         (jm_PREREQ): Use it.
30660
30661 2000-05-18  Jim Meyering  <meyering@lucent.com>
30662
30663         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30664         back, too, since it may have been modified by allocate_entry.
30665         (hash_delete): Rewrite to use neither the assignment operator
30666         nor the comma operator in an if-expression.
30667
30668 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30669
30670         * lib/closeout.c:
30671         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30672         Remove; no longer needed.
30673         "quotearg.h": Add include.
30674         (file_name): Do not bother to explicitly initialize to NULL; it's less
30675         efficient on some hosts.
30676         (close_stdout_status): Remove test as to whether stdout was already
30677         closed; it breaks for the case "echo x | sort >&-".
30678         Quote file name colons.
30679         Do not assume that _("write error") lacks format strings.
30680
30681 2000-05-15  Jim Meyering  <meyering@lucent.com>
30682
30683         * lib/version-etc.c (version_etc_copyright): Update the copyright
30684         string used in all --version output.
30685
30686 2000-05-14  Jim Meyering  <meyering@lucent.com>
30687
30688         * lib/closeout.c (close_stdout_set_file_name): New function.
30689         (close_stdout_status): Use new file-scoped global.
30690         Return right away if fstat says the stdout file descriptor is invalid.
30691         * lib/closeout.h (close_stdout_set_file_name): Declare.
30692
30693 2000-05-10  Jim Meyering  <meyering@lucent.com>
30694
30695         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30696         (close_stdout_set_status): New function.
30697         * lib/closeout.h (close_stdout_set_status): Declare.
30698
30699 2000-05-09  Jim Meyering  <meyering@lucent.com>
30700
30701         * m4/gettext.m4: Rename this...
30702         * m4/libintl.m4: ...to this.
30703
30704 2000-05-08  Jim Meyering  <meyering@lucent.com>
30705
30706         * lib/long-options.c: Don't include closeout.h.
30707         (parse_long_options): Don't call close_stdout for --version.
30708
30709 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30710
30711         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30712         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30713         2.1.3 bug.  This avoids a clash when files like regex.c define
30714         _GNU_SOURCE.
30715
30716 2000-05-06  Jim Meyering  <meyering@lucent.com>
30717
30718         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30719         (AC_REPLACE_FUNCS): Add strnlen.
30720
30721         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30722         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30723
30724         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30725         AC_SEARCH_LIBS call for nanosleep.
30726         (LIB_NANOSLEEP): Set and AC_SUBST.
30727
30728 2000-05-06  Jim Meyering  <meyering@lucent.com>
30729
30730         * lib/strnlen.c: Undefine __strnlen and strnlen.
30731         [!weak_alias]: Define __strnlen to strnlen.
30732
30733         * lib/atexit.c: New file, from libiberty.
30734
30735 2000-05-06  Jim Meyering  <meyering@lucent.com>
30736
30737         * lib/closeout.c (close_stdout_status): Also check for errors on the
30738         stderr stream.
30739
30740 2000-05-05  Jim Meyering  <meyering@lucent.com>
30741
30742         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30743         AC_SEARCH_LIBS call for clock_gettime.
30744         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30745
30746         * m4/search-libs.m4: Update from autoconf.
30747
30748         su doesn't work on Solaris 2.6.
30749         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30750         <shadow.h>.  Reported by Dragos Harabor.
30751
30752 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30753
30754         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30755         memcpy instead of xmalloc, xrealloc, path_concat.
30756         (locale_charset): Treat empty environment variables as absent.
30757         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30758
30759 2000-05-04  Jim Meyering  <meyering@lucent.com>
30760
30761         * lib/getopt.c: Update from glibc.
30762         * lib/obstack.c: Likewise.
30763         * lib/obstack.h: Likewise.
30764         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30765         file
30766
30767         * lib/regex.h: Likewise.
30768         * lib/strndup.c: Likewise.
30769         * lib/strnlen.c: New file, from glibc.
30770
30771 2000-05-03  Jim Meyering  <meyering@lucent.com>
30772
30773         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30774
30775 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30776
30777         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30778         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30779         compile-time test, rather than inspecting host and OS, to
30780         decide whether to define _LARGEFILE_SOURCE.
30781
30782 2000-05-01  Jim Meyering  <meyering@lucent.com>
30783
30784         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30785
30786         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30787         Based on a patch from Bruno Haible.
30788
30789 2000-05-01  Jim Meyering  <meyering@lucent.com>
30790
30791         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30792
30793 2000-04-29  Jim Meyering  <meyering@lucent.com>
30794
30795         * lib/path-concat.c: Declare strdup only if it's not defined.
30796         * lib/canon-host.c: Likewise.
30797
30798 2000-04-28  Jim Meyering  <meyering@lucent.com>
30799
30800         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30801         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30802         is included first, then limits.h is included by locale.h by libintl.h.
30803         From John David Anglin.
30804
30805 2000-04-25  Jim Meyering  <meyering@lucent.com>
30806
30807         * lib/makepath.c (S_IRWXUGO): Define.
30808         (make_path): Always perform explicit chmod if MODE specifies any
30809         of the `special' permission bits.  Prompted by a bug report against
30810         install from Mate Wierdl and Joost van Baal.
30811
30812 2000-04-18  Jim Meyering  <meyering@lucent.com>
30813
30814         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30815         (jm_PREREQ): Use it.
30816
30817 2000-04-18  Jim Meyering  <meyering@lucent.com>
30818
30819         * lib/README: New file.
30820
30821         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30822         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30823
30824 2000-04-17  Jim Meyering  <meyering@lucent.com>
30825
30826         Get it right :-)
30827         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30828         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30829         Suggestion from Akim Demaille.
30830
30831 2000-04-17  Jim Meyering  <meyering@lucent.com>
30832
30833         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30834         the definition of it to rpl_strftime also defined-away the system's
30835         declaration.
30836
30837 2000-04-15  Jim Meyering  <meyering@lucent.com>
30838
30839         Use `C' to denote so-called `contiguous' files, the same way
30840         that tar does.
30841         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30842         (ftypelet): Use S_ISCTG.
30843         From Michael Deutschmann.
30844
30845 2000-04-14  Jim Meyering  <meyering@lucent.com>
30846
30847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30848         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30849         clobbered.
30850
30851 2000-04-14  Jim Meyering  <meyering@lucent.com>
30852
30853         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30854
30855 2000-04-13  Jim Meyering  <meyering@lucent.com>
30856
30857         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30858         AH_VERBATIM to insert required #ifndef into config.h.in.
30859         Suggestion from Akim Demaille.
30860
30861 2000-04-12  Jim Meyering  <meyering@lucent.com>
30862
30863         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30864         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30865         Christian Krackowizer.
30866
30867         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30868         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30869         (AC_SYS_LARGEFILE): Require.
30870         (AM_C_PROTOTYPES): Require.
30871
30872 2000-04-08  Jim Meyering  <meyering@lucent.com>
30873
30874         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30875         names don't conflict.  Reported by Eli Zaretskii.
30876
30877 2000-04-07  Jim Meyering  <meyering@lucent.com>
30878
30879         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30880         sys/types.h, to work around system header problems on AIX 3.2.5.
30881         From Bruno Haible.
30882
30883 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30884
30885         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30886         bug.  Deal with the different error behavior of Irix iconv.
30887
30888 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30889
30890         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30891         IRIX if the installer said otherwise.
30892
30893 2000-04-05  Jim Meyering  <meyering@lucent.com>
30894
30895         Portability tweaks required for ultrix4.3.
30896         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30897         (jm_CHECK_DECLS): Add getutent to the list of functions.
30898         (_jm_DECL_HEADERS): Add utmpx.h.
30899         From John David Anglin.
30900
30901         * m4/strftime.m4: Back out the 2000-04-02 change.
30902         Instead of that change, simply undefine putenv in the test program.
30903
30904 2000-04-05  Jim Meyering  <meyering@lucent.com>
30905
30906         Portability tweaks required for ultrix4.3.
30907         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30908         getutent.
30909         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30910         * lib/canon-host.c: Declare strdup.
30911         * lib/path-concat.c: Likewise.
30912         From John David Anglin.
30913
30914 2000-04-04  Jim Meyering  <meyering@lucent.com>
30915
30916         Be more DOS 8.3-friendly.
30917         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30918         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30919         * lib/Makefile.am: Reflect renaming.
30920         Reported by Eli Zaretskii.
30921
30922         Use a temporary file name that won't clash with `charset.alias'
30923         in the DOS 8.3 name space.
30924         * lib/Makefile.am (charset_tmp): Define.
30925         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30926         (uninstall-local): Likewise.
30927         Reported by Eli Zaretskii.
30928
30929 2000-04-03  Jim Meyering  <meyering@lucent.com>
30930
30931         * m4/gettext.m4: Fix typo in comment.
30932
30933         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30934         textutils/configure.in).  Suggestion from Paul Eggert.
30935         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30936
30937 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30938
30939         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30940         variable in the shell rather than using putenv, which isn't
30941         portable.  This avoids the configure-time inter-test dependency
30942         on the potentially-renamed putenv function.
30943
30944 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30945
30946         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30947         before checking struct stat.st_blksize, so that
30948         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30949
30950 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30951
30952         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30953         since strftime.c uses HAVE_STRFTIME to decide whether to use
30954         the underlying strftime.
30955
30956 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30957
30958         * lib/time/strftime.c (my_strftime): Make sure we call the system
30959         strftime, not ourselves, when invoking the underlying strftime.
30960
30961 2000-03-24  Jim Meyering  <meyering@lucent.com>
30962
30963         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30964         (charset_alias): Define.
30965         (install-exec-local): Factor out common code.
30966         (uninstall-local): Split lines longer than 80.
30967         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30968         (SUFFIXES): Define.
30969         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30970         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30971
30972 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30973
30974         * lib/config.charset: Output a line containing "Packages using this
30975         file".
30976         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30977         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30978         ref-del.sed): New rules.
30979
30980 2000-03-17  Jim Meyering  <meyering@lucent.com>
30981
30982         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30983         Otherwise, include <strings.h>
30984
30985 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30986
30987         * lib/unicodeio.c (utf8_wctomb): New function.
30988         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30989         format instead of in UCS-4 with platform dependent endianness.
30990
30991 2000-03-10  Jim Meyering  <meyering@lucent.com>
30992
30993         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30994         From Marco Franzen.
30995
30996 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30997
30998         * lib/savedir.c (savedir): Work even if directory size is
30999         negative; this can happen with some screwy NFS configurations.
31000
31001 2000-03-06  Jim Meyering  <meyering@lucent.com>
31002
31003         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31004         if it's NULL (because we ran out of memory).  From Bruno Haible.
31005
31006 2000-03-05  Jim Meyering  <meyering@lucent.com>
31007
31008         * lib/localcharset.c ("path-concat.h"): Include.
31009         (get_charset_aliases): Use path_concat instead of ANSI string
31010         concatenation.
31011
31012         * lib/unicodeio.h (PARAMS): Define.
31013         Use it to guard prototype.
31014
31015 2000-03-04  Jim Meyering  <meyering@lucent.com>
31016
31017         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31018         for lib/localcharset.c.
31019
31020 2000-03-04  Jim Meyering  <meyering@lucent.com>
31021
31022         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31023         installing into it.
31024         (uninstall-local): Uncomment this rule so `make distcheck' works
31025         once again.
31026
31027         * lib/unicodeio.c (<errno.h>): Include it.
31028         (errno): Declare if not defined.
31029
31030         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31031
31032         * lib/config.charset: New version, incorporating remarks from a linux
31033         i18n mailing list.  From Bruno Haible.
31034
31035 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31036
31037         * m4/codeset.m4: New file.
31038         * m4/iconv.m4: New file.
31039         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31040
31041 2000-03-03  Jim Meyering  <meyering@lucent.com>
31042
31043         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31044
31045 2000-03-02  Jim Meyering  <meyering@lucent.com>
31046
31047         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31048         the messages come out on separate lines.
31049
31050         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31051         rather than jm_CHECK_DECLARATIONS.
31052         * m4/decl.m4: Remove now-unused file.
31053
31054         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31055         geteuid.
31056
31057 2000-03-02  Jim Meyering  <meyering@lucent.com>
31058
31059         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31060
31061 2000-03-01  Jim Meyering  <meyering@lucent.com>
31062
31063         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31064         * lib/unicodeio.c: Likewise.
31065
31066 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31067
31068         * lib/config.charset: New file.
31069         * lib/localcharset.c: New file.
31070         * lib/unicodeio.h, lib/unicodeio.c: New files.
31071         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31072         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31073         (noinst_HEADERS): Add unicodeio.h.
31074         (all-local, install-exec-local, charset.alias): New targets.
31075
31076 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31077
31078         * lib/quotearg.c (ALERT_CHAR): New macro.
31079         (quotearg_buffer_restyled): Use it.
31080
31081 2000-02-27  Jim Meyering  <meyering@lucent.com>
31082
31083         * m4/check-decl.m4: Add getenv to the list.
31084
31085 2000-02-27  Jim Meyering  <meyering@lucent.com>
31086
31087         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31088         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31089
31090         * lib/backupfile.c: Guard inclusion of stdlib.h with
31091         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31092         Declare malloc if needed.
31093
31094         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31095         `#ifndef HAVE_DECL..'
31096         now that autoconf always defines the HAVE_DECL_ symbols.
31097         * lib/human.c: Likewise.
31098         * lib/same.c: Likewise.
31099         * lib/strtoumax.c: Likewise.
31100
31101         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31102         declaration check was not run.
31103         * lib/hash.c: Likewise.
31104         * lib/human.c: Likewise.
31105         * lib/same.c: Likewise.
31106         * lib/strtoumax.c: Likewise.
31107
31108         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31109         `.', then first look up the entire `.'-containing string as a login
31110         name.
31111
31112 2000-02-23  Jim Meyering  <meyering@lucent.com>
31113
31114         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31115         in place of my hack.
31116
31117 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31118
31119         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31120         (textint): New typedef.
31121         (parser_control): Member year changed from int to textint.
31122         All uses changed.
31123         (YYSTYPE): Removed; replaced by %union with int and textint members.
31124         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31125         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31126         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31127         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31128         (date, number, to_year): Use width of number in digits, not its value,
31129         to determine whether it's a 2-digit year, or a 2-digit time.
31130         (yylex): Store number of digits of numeric tokens.
31131         Reported by John Kendall.
31132
31133         (parser_control): Changed from struct parser_control to typedef (for
31134         consistency).  All uses changed.
31135
31136         (tID): Removed; not used.
31137         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31138
31139 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31140
31141         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31142         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31143
31144 2000-02-12  Jim Meyering  <meyering@lucent.com>
31145
31146         * lib/userspec.c (ISDIGIT): Define it.
31147         (isdigit): Remove definition.
31148         (is_number): Use ISDIGIT, not isdigit.
31149         <libintl.h>: Include.
31150         (_ and N_): Define.
31151         (parse_user_spec): Mark translatable strings.
31152
31153 2000-02-10  Jim Meyering  <meyering@lucent.com>
31154
31155         With these changes, nanosleep.[ch] are finally enough like the other
31156         lib/* replacement files to compile on a few more losing systems.
31157
31158         * lib/nanosleep.h: Don't include config.h.
31159         Remove prototype from declaration of nanosleep.
31160         (PARAMS): Remove now-unneeded definition.
31161         * lib/nanosleep.c: #undef nanosleep.
31162         (rpl_nanosleep): Rename from nanosleep.
31163
31164 2000-02-10  Jim Meyering  <meyering@lucent.com>
31165
31166         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31167         gnu_nanosleep to rpl_nanosleep.
31168
31169 2000-02-09  Jim Meyering  <meyering@lucent.com>
31170
31171         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31172         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31173
31174 2000-02-08  Akim Demaille  <akim@epita.fr>
31175
31176         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31177         `[' and `]' and remove uses of `changequote'.
31178         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31179         (AC_SYS_LARGEFILE): Likewise.
31180         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31181         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31182         of changequote.
31183         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31184         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31185         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31186         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31187
31188 2000-02-05  Jim Meyering  <meyering@lucent.com>
31189
31190         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31191         Remove explicit use of AC_HEADER_TIME.  It is required by
31192         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31193         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31194         in autoconf whereby the expansion of the latter ended up preceding
31195         the expansion of its prerequisite, AC_HEADER_TIME.
31196         Reported by Volker Borchert.
31197
31198 2000-02-03  Jim Meyering  <meyering@lucent.com>
31199
31200         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31201
31202 2000-02-03  Jim Meyering  <meyering@lucent.com>
31203
31204         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31205         rather than with `#if HAVE_UTMPNAME'.
31206
31207 2000-02-02  Jim Meyering  <meyering@lucent.com>
31208
31209         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31210         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31211         Reported by Eli Zaretskii.
31212
31213 2000-02-01  Jim Meyering  <meyering@lucent.com>
31214
31215         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31216
31217 2000-01-31  Jim Meyering  <meyering@lucent.com>
31218
31219         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31220         functions.  Add the time.h and sys/time.h headers along with the
31221         AC_REQUIRE'ment of AC_HEADER_TIME.
31222
31223 2000-01-31  Jim Meyering  <meyering@lucent.com>
31224
31225         * lib/nanosleep.h (nanosleep): Guard declaration with
31226         `#if ! HAVE_DECL_NANOSLEEP'.
31227         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31228         the declaration in that vendor's sys/timers.h.
31229         Reported by Christian Krackowizer.
31230
31231         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31232         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31233         (ISPRINT): Likewise.
31234         Reported by Tom Tromey.
31235
31236 2000-01-30  Jim Meyering  <meyering@lucent.com>
31237
31238         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31239
31240         * m4/prereq.m4 (utmp_includes): Define.
31241         Check for ut_user and ut_name members in both struct utmpx
31242         and struct utmp.
31243
31244 2000-01-30  Jim Meyering  <meyering@lucent.com>
31245
31246         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31247         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31248         header files where only utmpx.ut_user is declared.
31249
31250         * lib/readutmp.h (UT_USER): Define.
31251
31252 2000-01-29  Jim Meyering  <meyering@lucent.com>
31253
31254         * m4/lib-check.m4: New file containing library-related checks from
31255         fileutils and sh-utils (textutils had none).
31256
31257 2000-01-28  Jim Meyering  <meyering@lucent.com>
31258
31259         * m4/perl.m4: Change format of warning message to look more like that
31260         from the missing script.  Suggestion from François Pinard.
31261
31262 2000-01-25  Jim Meyering  <meyering@lucent.com>
31263
31264         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31265         well as time.h in the compile check.
31266         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31267         Fix typo in cross-compiling case: s/yes/no/.
31268
31269 2000-01-23  Jim Meyering  <meyering@lucent.com>
31270
31271         * m4/jm-macros.m4: Move df-related tests here from
31272         fileutils/configure.in
31273
31274         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31275         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31276
31277         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31278         s/space/ac_fsusage_space/.
31279         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31280
31281         * m4/ftruncate.m4: New file (derived from part of
31282         fileutils/configure.in).
31283         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31284         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31285
31286         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31287         AC_SUBST these here, rather than just in sh-util/configure.in, so
31288         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31289         all the same.
31290         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31291         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31292         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31293         (AC_SUBST(POW_LIBM)): Likewise.
31294         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31295
31296 2000-01-23  Jim Meyering  <meyering@lucent.com>
31297
31298         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31299         obstack.c.
31300
31301 2000-01-22  Jim Meyering  <meyering@lucent.com>
31302
31303         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31304
31305         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31306
31307         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31308         configure.in
31309         (AC_CHECK_HEADERS): Likewise for sh-utils.
31310         (AC_CHECK_HEADERS): Likewise for textutils.
31311         Merge the three lists of headers.
31312
31313         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31314         from fileutils' configure.in.
31315
31316         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31317         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31318         check-decl.m4.
31319
31320         * m4/check-decl.m4: Use #if rather than #ifdef.
31321         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31322         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31323         (_jm_DECL_HEADERS): Define new function.
31324         (jm_CHECK_DECLARATIONS): Require it.
31325
31326 2000-01-22  Jim Meyering  <meyering@lucent.com>
31327
31328         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31329         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31330         Required for some AIX systems.  Reported by Christian Krackowizer.
31331         [TESTING] (main): New function.
31332
31333         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31334         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31335         letters.
31336
31337         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31338         iswprint.
31339
31340         * lib/strverscmp.c (ISDIGIT): Define.
31341         (strverscmp): Use ISDIGIT, not isdigit.
31342
31343 2000-01-19  Jim Meyering  <meyering@lucent.com>
31344
31345         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31346         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31347         defines `struct timespec' in <sys/time.h>
31348
31349         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31350         Thanks to Akim for explaining.
31351
31352 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31353
31354         * lib/nanosleep.c (nanosleep):
31355         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31356         POSIX.1 doesn't require SA_INTERRUPT and some systems
31357         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31358         it's been part of POSIX.1 since day 1 (in 1988).
31359
31360 2000-01-17  Jim Meyering  <meyering@lucent.com>
31361
31362         * lib/interlock: Remove unused file.  Reported by François Pinard.
31363
31364 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31365
31366         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31367         alert, backslash, formfeed, and vertical tab unnecessarily in
31368         shell quoting style.
31369
31370 2000-01-16  Jim Meyering  <meyering@lucent.com>
31371
31372         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31373         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31374         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31375         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31376
31377 2000-01-16  Jim Meyering  <meyering@lucent.com>
31378
31379         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31380         because the latter didn't work.
31381
31382 2000-01-15  Jim Meyering  <meyering@lucent.com>
31383
31384         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31385         (AC_REPLACE_FUNCS): Add memcpy and memset.
31386         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31387         Add strpbrk.
31388         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31389
31390 2000-01-12  Jim Meyering  <meyering@lucent.com>
31391
31392         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31393         (jm_PREREQ): Use it.
31394         (jm_PREREQ_READUTMP): New macro.
31395         (jm_PREREQ): Use it.
31396
31397 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31398
31399         Quote multibyte characters correctly.
31400         * m4/c-bs-a.m4: New file.
31401         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31402         (jm_PREREQ): Use it.
31403
31404 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31405
31406         * m4/uintmax_t.m4: Port to autoconf 2.13.
31407
31408 2000-01-08  Jim Meyering  <meyering@ascend.com>
31409
31410         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31411         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31412
31413 2000-01-04  Jim Meyering  <meyering@ascend.com>
31414
31415         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31416         jm_STRUCT_DIRENT_D_TYPE.
31417         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31418         jm_STRUCT_DIRENT_D_INO.
31419         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31420         jm_STRUCT_UTIMBUF.
31421         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31422         renamings.
31423         * m4/utime.m4: Likewise.
31424
31425         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31426         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31427
31428 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31429
31430         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31431         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31432
31433 2000-01-02  Jim Meyering  <meyering@ascend.com>
31434
31435         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31436         remember if this is necessary.
31437
31438 1999-12-26  Jim Meyering  <meyering@ascend.com>
31439
31440         * m4/jm-macros.m4: Use it here.
31441         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31442
31443 1999-12-23  Jim Meyering  <meyering@ascend.com>
31444
31445         * m4/jm-macros.m4: Check for clock_gettime (moved from
31446         fileutils/configure.in)
31447         Check for gettimeofday.
31448
31449 1999-12-20  Jim Meyering  <meyering@ascend.com>
31450
31451         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31452         autoconf-2.14a-1999-12-20.
31453
31454 1999-12-19  Jim Meyering  <meyering@ascend.com>
31455
31456         * m4/lstat-slash.m4: New file.
31457         * m4/jm-macros.m4: Use the new macro:
31458         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31459
31460 1999-12-07  Jim Meyering  <meyering@ascend.com>
31461
31462         * m4/perl.m4: Require that File::Compare be available, too.
31463         Too many systems seem to lack it.
31464
31465         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31466         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31467
31468 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31469
31470         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31471         problem with the QNX 4.25 shell, which doesn't propagate exit
31472         status of failed commands inside shell assignments.
31473
31474 1999-11-17  Jim Meyering  <meyering@ascend.com>
31475
31476         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31477
31478 1999-11-07  Jim Meyering  <meyering@ascend.com>
31479
31480         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31481
31482 1999-11-06  Jim Meyering  <meyering@ascend.com>
31483
31484         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31485         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31486
31487 1999-11-05  Jim Meyering  <meyering@ascend.com>
31488
31489         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31490         configure.in of textutils, fileutils, and sh-utils into this one
31491         (shared between those packages) file.
31492         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31493         AC_STRUCT_ST_BLKSIZE.
31494
31495 1999-11-03  Jim Meyering  <meyering@ascend.com>
31496
31497         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31498         of AC_CHECK_TYPE checks includes unistd.h.
31499         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31500         Suggestion from Akim Demaille.
31501
31502 1999-10-30  Jim Meyering  <meyering@ascend.com>
31503
31504         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31505         m4-quoted string.
31506         * m4/ls-mntd-fs.m4: Likewise.
31507         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31508         * m4/jm-winsz1.m4: Likewise.
31509
31510         * m4/const.m4: Remove file, since the fix made it into the experimental
31511         version of autoconf.
31512         * m4/mktime.m4: Likewise.
31513
31514         * m4/check-type.m4: Remove file, now that the latest version of
31515         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31516
31517         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31518         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31519         AC_CHECK_TYPE.
31520
31521 1999-10-04  Jim Meyering  <meyering@ascend.com>
31522
31523         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31524
31525 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31526
31527         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31528         2.95.1 bug with HP-UX 10.20.
31529
31530 1999-09-17  Jim Meyering  <meyering@ascend.com>
31531
31532         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31533         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31534         due to missing strdup (against sh-utils-2.0).
31535
31536 1999-08-29  Jim Meyering  <meyering@ascend.com>
31537
31538         * m4/jm-macros.m4: Require jm_BISON.
31539         * m4/bison.m4: New file.
31540
31541 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31542
31543         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31544         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31545
31546 1999-08-05  Jim Meyering  <meyering@ascend.com>
31547
31548         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31549         to avoid conflicts with `conftest' on 8+3 filesystems.
31550         Suggestion from Eli Zaretskii.
31551
31552 1999-08-04  Jim Meyering  <meyering@ascend.com>
31553
31554         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31555         fileutils and sh-utils (textutils's getline test was inadequate).
31556         (AM_FUNC_GETLINE): Run this test.
31557         (AC_CHECK_FUNCS): Check for getdelim.
31558         Reported by Bob Proulx.
31559
31560 1999-08-02  Jim Meyering  <meyering@ascend.com>
31561
31562         * m4/jm-macros.m4: Add a comment.
31563
31564 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31565
31566         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31567         <inttypes.h> defines strtoumax as a macro (and not as a
31568         function).
31569
31570 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31571
31572         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31573         that we can shift, multiply and divide unsigned long long
31574         values; Ultrix cc can't do it.
31575
31576 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31577
31578         * m4/mktime.m4: New file, which is a preview of what should appear
31579         in the next public autoconf release.
31580
31581 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31582
31583         * m4/lfs.m4: Remove this file.
31584         * m4/largefile.m4: New file.  It contains the old contents of
31585         lfs.m4, except that all names with prefix AC_LFS have been
31586         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31587         compatible with future autoconf versions.  Also, some minor m4
31588         quoting problems have been fixed.
31589
31590 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31591
31592         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31593         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31594         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31595         and simplify the shell code.
31596
31597 1999-08-01  Jim Meyering  <meyering@ascend.com>
31598
31599         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31600         m4.
31601
31602 1999-07-20  Jim Meyering  <meyering@ascend.com>
31603
31604         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31605
31606 1999-07-15  Jim Meyering  <meyering@ascend.com>
31607
31608         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31609
31610 1999-05-22  Jim Meyering  <meyering@ascend.com>
31611
31612         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31613
31614 1999-05-20  Jim Meyering  <meyering@ascend.com>
31615
31616         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31617         Add a colon after each `then' in case $4 is empty.
31618
31619 1999-05-16  Jim Meyering  <meyering@ascend.com>
31620
31621         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31622
31623 1999-05-10  Jim Meyering  <meyering@ascend.com>
31624
31625         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31626
31627         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31628         AC_FUNC_MKTIME.
31629
31630 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31631
31632         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31633
31634 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31635
31636         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31637         not CPPFLAGS, so that linking works correctly in IRIX.
31638
31639 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31640
31641         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31642
31643 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31644
31645         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31646         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31647         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31648         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31649         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31650
31651         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31652
31653 1999-04-20  Jim Meyering  <meyering@ascend.com>
31654
31655         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31656         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31657         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31658
31659 1999-04-18  Jim Meyering  <meyering@ascend.com>
31660
31661         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31662         * m4/jm-macros.m4: Use it.
31663
31664 1999-04-06  Jim Meyering  <meyering@ascend.com>
31665
31666         * m4/strftime.m4: Remove test for %f.
31667
31668 1999-03-29  Jim Meyering  <meyering@ascend.com>
31669
31670         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31671         superset of the AC_TYPE_* checks in the textutils, fileutils,
31672         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31673         AC_TYPE_PID_T.
31674
31675 1999-03-28  Jim Meyering  <meyering@ascend.com>
31676
31677         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31678         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31679         replaced e.g., in the *.sh files of the sh-utils.
31680
31681 1999-03-20  Jim Meyering  <meyering@ascend.com>
31682
31683         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31684         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31685         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31686
31687 1999-03-19  Jim Meyering  <meyering@ascend.com>
31688
31689         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31690
31691 1999-03-12  Jim Meyering  <meyering@ascend.com>
31692
31693         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31694
31695 1999-03-07  Jim Meyering  <meyering@ascend.com>
31696
31697         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31698         declared.
31699
31700 1999-02-17  Jim Meyering  <meyering@ascend.com>
31701
31702         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31703         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31704
31705 1999-02-07  Jim Meyering  <meyering@ascend.com>
31706
31707         * m4/group-member.m4: New file -- extracted from sh-utils'
31708         configure.in.
31709
31710         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31711         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31712
31713 1999-02-06  Jim Meyering  <meyering@ascend.com>
31714
31715         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31716         * m4/fnmatch.m4: Likewise.
31717         * m4/getgroups.m4: Likewise.
31718         * m4/lstat.m4: Likewise.
31719         * m4/malloc.m4: Likewise.
31720         * m4/putenv.m4: Likewise.
31721         * m4/realloc.m4: Likewise.
31722         * m4/regex.m4: Likewise.
31723         * m4/stat.m4: Likewise.
31724         * m4/strftime.m4: Likewise.
31725         Suggestion from Alain Magloire.
31726
31727         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31728         * m4/fnmatch.m4: Likewise.
31729         * m4/getgroups.m4: Likewise.
31730         * m4/getline.m4: Likewise.
31731         * m4/lstat.m4: Likewise.
31732         * m4/malloc.m4: Likewise.
31733         * m4/memcmp.m4: Likewise.
31734         * m4/putenv.m4: Likewise.
31735         * m4/realloc.m4: Likewise.
31736         * m4/regex.m4: Likewise.
31737         * m4/stat.m4: Likewise.
31738         * m4/strftime.m4: Likewise.
31739         Suggestion from Alain Magloire.
31740
31741         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31742         an argument.
31743
31744         * m4/regex.m4: Add a run-time Test for proper operation of
31745         re_compile_pattern.
31746
31747 1999-01-31  Jim Meyering  <meyering@ascend.com>
31748
31749         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31750
31751 1999-01-30  Jim Meyering  <meyering@ascend.com>
31752
31753         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31754
31755         * m4/jm-mktime.m4: Make this a wrapper around the official
31756         AM_FUNC_MKTIME rather than my private copy, now that the official one
31757         is up to date.
31758         * m4/mktime.m4: Remove file.
31759
31760         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31761         * m4/uptime.m4: Likewise.
31762         * m4/uintmax_t.m4: Likewise.
31763
31764 1999-01-28  Jim Meyering  <meyering@ascend.com>
31765
31766         * m4/jm-macros.m4: Use jm_AFS.
31767         * m4/afs.m4: New file (from fileutils' configure.in).
31768
31769         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31770         * m4/chown.m4: Likewise.
31771         * m4/d-ino.m4: Likewise.
31772         * m4/d-type.m4: Likewise.
31773         * m4/fnmatch.m4: Likewise.
31774         * m4/getgroups.m4: Likewise.
31775         * m4/gettext.m4: Likewise.
31776         * m4/jm-mktime.m4: Likewise.
31777         * m4/jm-winsz2.m4: Likewise.
31778         * m4/lcmessage.m4: Likewise.
31779         * m4/ls-mntd-fs.m4: Likewise.
31780         * m4/malloc.m4: Likewise.
31781         * m4/memcmp.m4: Likewise.
31782         * m4/putenv.m4: Likewise.
31783         * m4/realloc.m4: Likewise.
31784         * m4/st_mtim.m4: Likewise.
31785         * m4/strftime.m4: Likewise.
31786
31787 1999-01-16  Jim Meyering  <meyering@ascend.com>
31788
31789         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31790         (ARGMATCH_DIE_DECL): Define.
31791
31792 1999-01-12  Jim Meyering  <meyering@ascend.com>
31793
31794         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31795         Reported by Lars Hecking.
31796
31797 1999-01-10  Jim Meyering  <meyering@ascend.com>
31798
31799         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31800         gross kludge.
31801         * m4/inttypes_h.m4: Likewise.
31802         * m4/lstat.m4: Likewise.
31803         * m4/malloc.m4: Likewise.
31804         * m4/readdir.m4: Likewise.
31805         * m4/realloc.m4: Likewise.
31806         * m4/st_dm_mode.m4: Likewise.
31807         * m4/stat.m4: Likewise.
31808         * m4/utimbuf.m4: Likewise.
31809         * m4/utimes.m4: Likewise.
31810
31811         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31812         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31813         comments in config.h.in are meaningful.
31814
31815         * m4/jm-macros.m4: Require autoconf-2.13 here.
31816
31817         * m4/regex.m4: By default, don't use the included regex.c on systems
31818         with glibc 2.  Suggestion from Uli Drepper.
31819
31820 1999-01-02  Jim Meyering  <meyering@ascend.com>
31821
31822         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31823
31824 1998-12-18  Jim Meyering  <meyering@ascend.com>
31825
31826         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31827         Based on a suggestion from Lars Hecking.
31828
31829 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31830
31831         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31832
31833 1998-11-16  Jim Meyering  <meyering@ascend.com>
31834
31835         * m4/lfs.m4: Double-quote the `uname...` expression.
31836
31837 1998-11-14  Jim Meyering  <meyering@ascend.com>
31838
31839         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31840         * m4/stat.m4: Likewise.
31841
31842 1998-11-03  Jim Meyering  <meyering@ascend.com>
31843
31844         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31845         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31846
31847 1998-10-18  Jim Meyering  <meyering@ascend.com>
31848
31849         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31850
31851 1998-10-17  Jim Meyering  <meyering@ascend.com>
31852
31853         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31854         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31855         calls for those previously hard-coded headers.  Instead, take a new
31856         parameter.
31857         (jm_CHECK_DECLARATIONS): Reflect interface change.
31858         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31859         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31860
31861         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31862
31863 1998-10-14  Jim Meyering  <meyering@ascend.com>
31864
31865         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31866         instead of "TZ=America/Vancouver".  From Paul Eggert.
31867
31868 1998-10-11  Jim Meyering  <meyering@ascend.com>
31869
31870         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31871         This adds a test for a recently added compatibility fix for mktime.c.
31872         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31873
31874 1998-09-27  Jim Meyering  <meyering@ascend.com>
31875
31876         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31877
31878         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31879         ../configure.in, including a change from Gordon Matzigkeit to allow
31880         cross-compiling for the Hurd.
31881
31882         * m4/glibc.m4: New file/macro to test for the GNU C Library
31883         versions 1 and 2.  From Gordon Matzigkeit.
31884         Indent.
31885
31886 1998-09-21  Jim Meyering  <meyering@ascend.com>
31887
31888         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31889
31890 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31891
31892         Port nanosecond-resolution times to UnixWare 2.1.2 and
31893         pedantic Solaris 2.6.
31894
31895         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31896         AC_STRUCT_ST_MTIM.
31897         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31898         Generate name of ns member, instead of just 1 or undef.
31899         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31900
31901 1998-08-15  Jim Meyering  <meyering@ascend.com>
31902
31903         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31904         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31905         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31906         instead of jm_TYPE_SSIZE_T.
31907
31908 1998-08-12  Jim Meyering  <meyering@ascend.com>
31909
31910         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31911
31912 1998-08-02  Jim Meyering  <meyering@ascend.com>
31913
31914         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31915         in acconfig.h manually.
31916
31917 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31918
31919         * m4/st_mtim.m4: New file.
31920
31921 1998-07-28  Jim Meyering  <meyering@ascend.com>
31922
31923         * m4/utimes.m4: Undef stat.
31924
31925 1998-07-25  Jim Meyering  <meyering@ascend.com>
31926
31927         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31928         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31929
31930 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31931
31932         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31933         uid and gid actually remain unchanged.
31934
31935 1998-07-07  Jim Meyering  <meyering@ascend.com>
31936
31937         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31938
31939 1998-07-04  Jim Meyering  <meyering@ascend.com>
31940
31941         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31942         to prove that this macro can be used in packages without regex.c.
31943
31944 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31945
31946         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31947         is to be used.
31948
31949 1998-07-03  Jim Meyering  <meyering@ascend.com>
31950
31951         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31952
31953         * m4/gettext.m4: New file -- from gettext-0.10.35.
31954         * m4/lcmessage.m4: Likewise.
31955         * m4/progtest.m4: Likewise.
31956
31957         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31958         * m4/jm-macros.m4: Require the new macro.
31959
31960 1998-06-29  Jim Meyering  <meyering@ascend.com>
31961
31962         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31963         for the definition of NGROUPS (used in a system header included
31964         by sys/mount.h).
31965
31966 1998-06-28  Jim Meyering  <meyering@ascend.com>
31967
31968         * m4/ls-mntd-fs.m4: New file.
31969         * m4/fstypename.m4: New file.
31970
31971         * m4/jm-macros.m4: Require the new macro.
31972         * m4/jm-glibc-io.m4: New file.
31973
31974 1998-05-19  Jim Meyering  <meyering@ascend.com>
31975
31976         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31977         * m4/lchown.m4: New file.
31978
31979         * m4/Makefile.am.in: New file.
31980         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31981
31982 1998-05-14  Jim Meyering  <meyering@ascend.com>
31983
31984         * m4/Makefile.am (EXTRA_DIST): Add them.
31985         * m4/jm-macros.m4: New file.
31986         * m4/utimbuf.m4: New file.
31987
31988 1998-05-12  Jim Meyering  <meyering@ascend.com>
31989
31990         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31991
31992 1998-05-11  Jim Meyering  <meyering@ascend.com>
31993
31994         * m4/isc-posix.m4: New file.
31995
31996 1998-05-10  Jim Meyering  <meyering@ascend.com>