New module 'uniwidth/u32-width'.
[gnulib.git] / ChangeLog
1 2007-07-07  Bruno Haible  <bruno@clisp.org>
2
3         * lib/uniwidth/u32-width.c: New file.
4         * modules/uniwidth/u32-width: New file.
5
6         * tests/uniwidth/test-u16-width.c: New file.
7         * modules/uniwidth/u16-width-tests: New file.
8
9         * lib/uniwidth/u16-width.c: New file.
10         * modules/uniwidth/u16-width: New file.
11
12         * tests/uniwidth/test-u8-width.c: New file.
13         * modules/uniwidth/u8-width-tests: New file.
14
15         * lib/uniwidth/u8-width.c: New file.
16         * modules/uniwidth/u8-width: New file.
17
18         * tests/uniwidth/test-uc_width.c: New file.
19         * modules/uniwidth/width-tests: New file.
20
21         * lib/uniwidth/width.c: New file, from GNU libiconv.
22         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
23         * modules/uniwidth/width: New file.
24
25         * lib/uniwidth.h: New file, from GNU libiconv.
26         * modules/uniwidth/base: New file.
27
28 2007-07-07  Bruno Haible  <bruno@clisp.org>
29
30         * lib/uniname.h: New file, from GNU gettext.
31         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
32         * lib/uniname/uninames.h: New file, from GNU gettext.
33         * lib/uniname/uniname.c: New file, from GNU gettext.
34         * tests/uniname/test-uninames.sh: New file.
35         * tests/uniname/test-uninames.c: New file, from GNU gettext.
36         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
37         * modules/uniname/base: New file.
38         * modules/uniname/uniname: New file.
39         * modules/uniname/uniname-tests: New file.
40         * MODULES.html.sh (Unicode string functions): Add the new modules.
41
42 2007-07-06  Bruno Haible  <bruno@clisp.org>
43
44         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
45
46 2007-07-06  Bruno Haible  <bruno@clisp.org>
47
48         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
49         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
50         includes <cygwin/sys_time.h> which includes <sys/select.h> which
51         include <sys/time.h>.
52         Reported by Eric Blake.
53
54 2007-07-06  Eric Blake  <ebb9@byu.net>
55
56         Fix testing canonicalize on cygwin.
57         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
58         Revert patch from 2007-06-19.
59         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
60         canonicalize module is also in use.
61         * tests/test-canonicalize.c: New file.
62         * tests/test-canonicalize.sh: Likewise.
63         * modules/canonicalize-tests: Likewise.
64
65 2007-07-06  Jim Meyering  <jim@meyering.net>
66
67         * lib/getugroups.c (getugroups): Detect getgrent failure.
68         Adjust comment to reflect reality: this function may return -1.
69
70 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
71
72         * build-aux/bootstrap (TP_URL,get_translations): Update to use
73         the new TP address.
74         (usage): Fix typo
75         (gnulib_mk): New variable.
76
77 2007-07-05  Jim Meyering  <jim@meyering.net>
78
79         Don't let endgrent clobber errno, no matter how improbable.
80         * lib/getugroups.c (getugroups): Save and restore errno around
81         endgrent call.
82
83         Close the group DB even when failing with 2^31 or more members.
84         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
85
86 2007-07-04  Jim Meyering  <jim@meyering.net>
87
88         * lib/getugroups.h: New file.
89         * lib/getugroups.c: Include "getugroups.h".
90         Remove uses of "register" keyword.
91         Move local variable, "cp", down into scope where used.
92         Give "username" parameter the "const" attribute.
93         * modules/getugroups (Files): Add lib/getugroups.h
94
95 2007-07-04  Karl Berry  <karl@gnu.org>
96
97         * MODULES.html.sh (func_all_modules): Complete rename of
98         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
99
100 2007-07-02  Bruno Haible  <bruno@clisp.org>
101
102         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
103         mode, when inttypes.h comes from gnulib.
104         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
105
106 2007-07-02  Simon Josefsson  <simon@josefsson.org>
107
108         * NEWS: Mention lgpl module name change.
109
110         * modules/lgpl-2.1: Renamed from lgpl.
111
112         * NEWS: Mention gpl module name change.
113
114         * modules/gpl-3.0: New file, based on gpl-2.0.
115
116         * modules/gpl-2.0: Renamed from gpl.
117
118         * modules/gpl: Fix filename, doc/gpl.texi is now found at
119         doc/gpl-2.0.texi.
120
121 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
122
123         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
124         #define __STDC_LIMIT_MACROS temporarily while including
125         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
126         Problem reported by Joel E. Denny in
127         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
128
129 2007-07-01  Bruno Haible  <bruno@clisp.org>
130
131         * lib/unistdio.h: New file.
132         * lib/unistdio/u-asnprintf.h: New file.
133         * lib/unistdio/u-asprintf.h: New file.
134         * lib/unistdio/u-printf-args.c: New file.
135         * lib/unistdio/u-printf-args.h: New file.
136         * lib/unistdio/u-printf-parse.h: New file.
137         * lib/unistdio/u-snprintf.h: New file.
138         * lib/unistdio/u-sprintf.h: New file.
139         * lib/unistdio/u-vasprintf.h: New file.
140         * lib/unistdio/u-vsnprintf.h: New file.
141         * lib/unistdio/u-vsprintf.h: New file.
142         * lib/unistdio/ulc-asnprintf.c: New file.
143         * lib/unistdio/ulc-asprintf.c: New file.
144         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
145         * lib/unistdio/ulc-printf-parse.c: New file.
146         * lib/unistdio/ulc-snprintf.c: New file.
147         * lib/unistdio/ulc-sprintf.c: New file.
148         * lib/unistdio/ulc-vasnprintf.c: New file.
149         * lib/unistdio/ulc-vasprintf.c: New file.
150         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
151         * lib/unistdio/ulc-vsnprintf.c: New file.
152         * lib/unistdio/ulc-vsprintf.c: New file.
153         * lib/unistdio/u8-asnprintf.c: New file.
154         * lib/unistdio/u8-asprintf.c: New file.
155         * lib/unistdio/u8-printf-parse.c: New file.
156         * lib/unistdio/u8-snprintf.c: New file.
157         * lib/unistdio/u8-sprintf.c: New file.
158         * lib/unistdio/u8-vasnprintf.c: New file.
159         * lib/unistdio/u8-vasprintf.c: New file.
160         * lib/unistdio/u8-vsnprintf.c: New file.
161         * lib/unistdio/u8-vsprintf.c: New file.
162         * lib/unistdio/u8-u8-asnprintf.c: New file.
163         * lib/unistdio/u8-u8-asprintf.c: New file.
164         * lib/unistdio/u8-u8-snprintf.c: New file.
165         * lib/unistdio/u8-u8-sprintf.c: New file.
166         * lib/unistdio/u8-u8-vasnprintf.c: New file.
167         * lib/unistdio/u8-u8-vasprintf.c: New file.
168         * lib/unistdio/u8-u8-vsnprintf.c: New file.
169         * lib/unistdio/u8-u8-vsprintf.c: New file.
170         * lib/unistdio/u16-asnprintf.c: New file.
171         * lib/unistdio/u16-asprintf.c: New file.
172         * lib/unistdio/u16-printf-parse.c: New file.
173         * lib/unistdio/u16-snprintf.c: New file.
174         * lib/unistdio/u16-sprintf.c: New file.
175         * lib/unistdio/u16-vasnprintf.c: New file.
176         * lib/unistdio/u16-vasprintf.c: New file.
177         * lib/unistdio/u16-vsnprintf.c: New file.
178         * lib/unistdio/u16-vsprintf.c: New file.
179         * lib/unistdio/u16-u16-asnprintf.c: New file.
180         * lib/unistdio/u16-u16-asprintf.c: New file.
181         * lib/unistdio/u16-u16-snprintf.c: New file.
182         * lib/unistdio/u16-u16-sprintf.c: New file.
183         * lib/unistdio/u16-u16-vasnprintf.c: New file.
184         * lib/unistdio/u16-u16-vasprintf.c: New file.
185         * lib/unistdio/u16-u16-vsnprintf.c: New file.
186         * lib/unistdio/u16-u16-vsprintf.c: New file.
187         * lib/unistdio/u32-asnprintf.c: New file.
188         * lib/unistdio/u32-asprintf.c: New file.
189         * lib/unistdio/u32-printf-parse.c: New file.
190         * lib/unistdio/u32-snprintf.c: New file.
191         * lib/unistdio/u32-sprintf.c: New file.
192         * lib/unistdio/u32-vasnprintf.c: New file.
193         * lib/unistdio/u32-vasprintf.c: New file.
194         * lib/unistdio/u32-vsnprintf.c: New file.
195         * lib/unistdio/u32-vsprintf.c: New file.
196         * lib/unistdio/u32-u32-asnprintf.c: New file.
197         * lib/unistdio/u32-u32-asprintf.c: New file.
198         * lib/unistdio/u32-u32-snprintf.c: New file.
199         * lib/unistdio/u32-u32-sprintf.c: New file.
200         * lib/unistdio/u32-u32-vasnprintf.c: New file.
201         * lib/unistdio/u32-u32-vasprintf.c: New file.
202         * lib/unistdio/u32-u32-vsnprintf.c: New file.
203         * lib/unistdio/u32-u32-vsprintf.c: New file.
204         * tests/unistdio/test-ulc-asnprintf1.c: New file.
205         * tests/unistdio/test-ulc-asnprintf1.h: New file.
206         * tests/unistdio/test-ulc-printf1.h: New file.
207         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
208         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
209         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
210         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
211         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
212         * tests/unistdio/test-ulc-vasprintf1.c: New file.
213         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
214         * tests/unistdio/test-ulc-vsprintf1.c: New file.
215         * tests/unistdio/test-u8-asnprintf1.c: New file.
216         * tests/unistdio/test-u8-asnprintf1.h: New file.
217         * tests/unistdio/test-u8-printf1.h: New file.
218         * tests/unistdio/test-u8-vasnprintf1.c: New file.
219         * tests/unistdio/test-u8-vasnprintf2.c: New file.
220         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
221         * tests/unistdio/test-u8-vasnprintf3.c: New file.
222         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
223         * tests/unistdio/test-u8-vasprintf1.c: New file.
224         * tests/unistdio/test-u8-vsnprintf1.c: New file.
225         * tests/unistdio/test-u8-vsprintf1.c: New file.
226         * tests/unistdio/test-u16-asnprintf1.c: New file.
227         * tests/unistdio/test-u16-asnprintf1.h: New file.
228         * tests/unistdio/test-u16-printf1.h: New file.
229         * tests/unistdio/test-u16-vasnprintf1.c: New file.
230         * tests/unistdio/test-u16-vasnprintf2.c: New file.
231         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
232         * tests/unistdio/test-u16-vasnprintf3.c: New file.
233         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
234         * tests/unistdio/test-u16-vasprintf1.c: New file.
235         * tests/unistdio/test-u16-vsnprintf1.c: New file.
236         * tests/unistdio/test-u16-vsprintf1.c: New file.
237         * tests/unistdio/test-u32-asnprintf1.c: New file.
238         * tests/unistdio/test-u32-asnprintf1.h: New file.
239         * tests/unistdio/test-u32-printf1.h: New file.
240         * tests/unistdio/test-u32-vasnprintf1.c: New file.
241         * tests/unistdio/test-u32-vasnprintf2.c: New file.
242         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
243         * tests/unistdio/test-u32-vasnprintf3.c: New file.
244         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
245         * tests/unistdio/test-u32-vasprintf1.c: New file.
246         * tests/unistdio/test-u32-vsnprintf1.c: New file.
247         * tests/unistdio/test-u32-vsprintf1.c: New file.
248         * modules/unistdio/base: New file.
249         * modules/unistdio/u-printf-args: New file.
250         * modules/unistdio/ulc-asnprintf: New file.
251         * modules/unistdio/ulc-asprintf: New file.
252         * modules/unistdio/ulc-fprintf: New file.
253         * modules/unistdio/ulc-printf-parse: New file.
254         * modules/unistdio/ulc-snprintf: New file.
255         * modules/unistdio/ulc-sprintf: New file.
256         * modules/unistdio/ulc-vasnprintf: New file.
257         * modules/unistdio/ulc-vasprintf: New file.
258         * modules/unistdio/ulc-vfprintf: New file.
259         * modules/unistdio/ulc-vsnprintf: New file.
260         * modules/unistdio/ulc-vsprintf: New file.
261         * modules/unistdio/u8-asnprintf: New file.
262         * modules/unistdio/u8-asprintf: New file.
263         * modules/unistdio/u8-printf-parse: New file.
264         * modules/unistdio/u8-snprintf: New file.
265         * modules/unistdio/u8-sprintf: New file.
266         * modules/unistdio/u8-vasnprintf: New file.
267         * modules/unistdio/u8-vasprintf: New file.
268         * modules/unistdio/u8-vsnprintf: New file.
269         * modules/unistdio/u8-vsprintf: New file.
270         * modules/unistdio/u8-u8-asnprintf: New file.
271         * modules/unistdio/u8-u8-asprintf: New file.
272         * modules/unistdio/u8-u8-snprintf: New file.
273         * modules/unistdio/u8-u8-sprintf: New file.
274         * modules/unistdio/u8-u8-vasnprintf: New file.
275         * modules/unistdio/u8-u8-vasprintf: New file.
276         * modules/unistdio/u8-u8-vsnprintf: New file.
277         * modules/unistdio/u8-u8-vsprintf: New file.
278         * modules/unistdio/u16-asnprintf: New file.
279         * modules/unistdio/u16-asprintf: New file.
280         * modules/unistdio/u16-printf-parse: New file.
281         * modules/unistdio/u16-snprintf: New file.
282         * modules/unistdio/u16-sprintf: New file.
283         * modules/unistdio/u16-vasnprintf: New file.
284         * modules/unistdio/u16-vasprintf: New file.
285         * modules/unistdio/u16-vsnprintf: New file.
286         * modules/unistdio/u16-vsprintf: New file.
287         * modules/unistdio/u16-u16-asnprintf: New file.
288         * modules/unistdio/u16-u16-asprintf: New file.
289         * modules/unistdio/u16-u16-snprintf: New file.
290         * modules/unistdio/u16-u16-sprintf: New file.
291         * modules/unistdio/u16-u16-vasnprintf: New file.
292         * modules/unistdio/u16-u16-vasprintf: New file.
293         * modules/unistdio/u16-u16-vsnprintf: New file.
294         * modules/unistdio/u16-u16-vsprintf: New file.
295         * modules/unistdio/u32-asnprintf: New file.
296         * modules/unistdio/u32-asprintf: New file.
297         * modules/unistdio/u32-printf-parse: New file.
298         * modules/unistdio/u32-snprintf: New file.
299         * modules/unistdio/u32-sprintf: New file.
300         * modules/unistdio/u32-vasnprintf: New file.
301         * modules/unistdio/u32-vasprintf: New file.
302         * modules/unistdio/u32-vsnprintf: New file.
303         * modules/unistdio/u32-vsprintf: New file.
304         * modules/unistdio/u32-u32-asnprintf: New file.
305         * modules/unistdio/u32-u32-asprintf: New file.
306         * modules/unistdio/u32-u32-snprintf: New file.
307         * modules/unistdio/u32-u32-sprintf: New file.
308         * modules/unistdio/u32-u32-vasnprintf: New file.
309         * modules/unistdio/u32-u32-vasprintf: New file.
310         * modules/unistdio/u32-u32-vsnprintf: New file.
311         * modules/unistdio/u32-u32-vsprintf: New file.
312         * modules/unistdio/ulc-asnprintf-tests: New file.
313         * modules/unistdio/ulc-vasnprintf-tests: New file.
314         * modules/unistdio/ulc-vasprintf-tests: New file.
315         * modules/unistdio/ulc-vsnprintf-tests: New file.
316         * modules/unistdio/ulc-vsprintf-tests: New file.
317         * modules/unistdio/u8-asnprintf-tests: New file.
318         * modules/unistdio/u8-vasnprintf-tests: New file.
319         * modules/unistdio/u8-vasprintf-tests: New file.
320         * modules/unistdio/u8-vsnprintf-tests: New file.
321         * modules/unistdio/u8-vsprintf-tests: New file.
322         * modules/unistdio/u16-asnprintf-tests: New file.
323         * modules/unistdio/u16-vasnprintf-tests: New file.
324         * modules/unistdio/u16-vasprintf-tests: New file.
325         * modules/unistdio/u16-vsnprintf-tests: New file.
326         * modules/unistdio/u16-vsprintf-tests: New file.
327         * modules/unistdio/u32-asnprintf-tests: New file.
328         * modules/unistdio/u32-vasnprintf-tests: New file.
329         * modules/unistdio/u32-vasprintf-tests: New file.
330         * modules/unistdio/u32-vsnprintf-tests: New file.
331         * modules/unistdio/u32-vsprintf-tests: New file.
332         * MODULES.html.sh (Unicode string functions): Add the new modules.
333
334 2007-07-01  Bruno Haible  <bruno@clisp.org>
335
336         * lib/sprintf.c (sprintf): Limit the available length estimation,
337         to avoid address wraparound.
338         * lib/vsprintf.c (vsprintf): Likewise.
339         * modules/sprintf-posix (Dependencies): Add stdint.
340         * modules/vsprintf-posix (Dependencies): Likewise.
341
342 2007-07-01  Bruno Haible <bruno@clisp.org>
343
344         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
345         Windows PATH as well. Conservative double-quoting. Comments.
346
347 2007-07-01  Bruno Haible <bruno@clisp.org>
348             Eric Blake  <ebb9@byu.net>
349             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
350
351         * gnulib-tool (self_abspathname): Fix algorithm to cope with
352         empty components in $PATH, denoting '.'.
353
354 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
355
356         * gnulib-tool: Fix indentation.
357         (func_create_megatestdir): Likewise.
358         Report by Bruno Haible.
359
360 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
361
362         Sync from Automake.
363         * build-aux/gnupload: Fix shell portability issues with for loops.
364         Report by Karl Berry.
365
366 2007-06-29  Simon Josefsson  <simon@josefsson.org>
367
368         * build-aux/maint.mk (POURL): Use translationproject.org.
369
370 2007-06-27  Simon Josefsson  <simon@josefsson.org>
371             Bruno Haible  <bruno@clisp.org>
372
373         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
374         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
375         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
376         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
377         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
378
379 2007-06-27  Bruno Haible  <bruno@clisp.org>
380
381         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
382         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
383
384 2007-06-26  Karl Berry  <karl@gnu.org>
385
386         * MODULES.html.sh: remove xreadlink-with-size.
387
388 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
389
390         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
391         method that I hope also handles the double-include problem noted
392         by Bruno Haible in
393         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
394
395 2007-06-23  Bruno Haible  <bruno@clisp.org>
396
397         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
398         Don't let the 'mostlyclean' target fail if the last subdirectory could
399         not be removed.
400         Reported by Karl Berry.
401
402 2007-06-23  Bruno Haible  <bruno@clisp.org>
403
404         * gnulib-tool (echo): Add a speedier workaround for ksh.
405         * tests/test-echo.sh: Likewise.
406
407 2007-06-23  Bruno Haible  <bruno@clisp.org>
408
409         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
410         * tests/test-echo.sh: Likewise.
411
412 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
413
414         * gnulib-tool (IFS): Initialize early, so we don't set it to
415         empty later.
416         (self_abspathname): Rewrite algorithm to set it, reindent.
417         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
418         (func_create_megatestdir): Merge some sed scripts.
419
420 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
421
422         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
423         exposed by Sun Studio 11 cc on Solaris 8.
424
425 2007-06-22  Bruno Haible  <bruno@clisp.org>
426
427         * gnulib-tool (echo): Ensure the echo primitive does not interpret
428         backslashes.
429         * tests/test-echo.sh: New file.
430
431 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
432
433         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
434         simplify `sed_replace_build_aux' scripts, they are portable but
435         echoing them with `echo' is not.
436         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
437
438 2007-06-21  Karl Berry  <karl@gnu.org>
439
440         * config/srclist.txt: guess we can't handle the licenses via
441         srclist at the moment.
442
443 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
444
445         * MODULES.html.sh: Add include_next.
446         * modules/include_next: New file.
447
448 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
449
450         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
451         INCLUDE_NEXT.
452         (gl_CHECK_NEXT_HEADERS): New macro.
453         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
454         the obsolescent gl_ABSOLUTE_HEADER.
455         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
456         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
457         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
458         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
459         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
460         * m4/math_h.m4 (gl_MATH_H): Likewise.
461         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
462         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
463         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
464         * m4/stdint.m4 (gl_STDINT_H): Likewise.
465         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
466         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
467         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
468         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
469         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
470         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
471         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
472         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
473         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
474         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
475         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
476         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
477         * m4/inttypes.m4 (gl_INTTYPES_H): Define
478         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
479         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
480         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
481         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
482         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
483         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
484         * lib/float_.h: Likewise.
485         * lib/inttypes_.h: Likewise.
486         * lib/math_.h: Likewise.
487         * lib/search_.h: Likewise.
488         * lib/signal_.h: Likewise.
489         * lib/stdint_.h: Likewise.
490         * lib/stdio_.h: Likewise.
491         * lib/stdlib_.h: Likewise.
492         * lib/string_.h: Likewise.
493         * lib/sys_stat_.h: Likewise.
494         * lib/sys_time_.h: Likewise.
495         * lib/time_.h: Likewise.
496         * lib/unistd_.h: Likewise.
497         * lib/wchar_.h: Likewise.
498         * lib/wctype_.h: Likewise.
499         * lib/dirent_.h: Likewise.
500         * lib/iconv_.h: Likewise.
501         * lib/locale_.h: Likewise.
502         * lib/netinet_in_.h: Likewise.
503         * lib/sys_select_.h: Likewise.
504         * lib/sys_socket_.h: Likewise.
505         * lib/sysexits_.h: Likewise.
506         * modules/fcntl (Depends-on): Depend on include_next, not
507         absolute_header.
508         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
509         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
510         * modules/fchdir: Likewise.
511         * modules/float: Likewise.
512         * modules/iconv_open: Likewise.
513         * modules/inttypes: Likewise.
514         * modules/locale: Likewise.
515         * modules/math: Likewise.
516         * modules/netinet_in: Likewise.
517         * modules/search: Likewise.
518         * modules/signal: Likewise.
519         * modules/stdint: Likewise.
520         * modules/stdio: Likewise.
521         * modules/stdlib: Likewise.
522         * modules/string: Likewise.
523         * modules/sys_select: Likewise.
524         * modules/sys_socket: Likewise.
525         * modules/sys_stat: Likewise.
526         * modules/sys_time: Likewise.
527         * modules/sysexits: Likewise.
528         * modules/time: Likewise.
529         * modules/unistd: Likewise.
530         * modules/wchar: Likewise.
531         * modules/wctype: Likewise.
532         * modules/sys_stat: Change maintainer to "all".
533         * modules/unistd: Likewise.
534
535 2007-06-20  Karl Berry  <karl@gnu.org>
536
537         * config/srclist.txt: track www changes in license files.
538
539 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
540
541         * build-aux/bootstrap: Remove stray dot.
542         Make sure build_aux settings are honored when linking
543         gnulib_extra_files.
544
545 2007-06-19  Eric Blake  <ebb9@byu.net>
546
547         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
548         Allow compilation on cygwin.
549
550 2007-06-19  Jim Meyering  <jim@meyering.net>
551
552         xreadlink-with-size: Remove module.  No longer used.
553         Ex-callers now use xreadlink or mreadlink-with-size.
554         * modules/xreadlink-with-size: Remove module.
555         * lib/xreadlink-with-size.c: Remove file.
556         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
557         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
558         just before the function definition *is* accurate.
559
560         Eliminate one way canonicalize_filename_mode could exit.
561         * lib/canonicalize.c (canonicalize_filename_mode):
562         Use mreadlink_with_size, not xreadlink_with_size.
563
564 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
565
566         Detect porting problems to FreeBSD/arm, which has time_t wider than
567         long int.  Original problem reported for GNU diff by Xin Li in
568         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
569         * modules/getdate (Depends-on): Add intprops, verify.
570         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
571         is an integer type no wider than long int.
572
573 2007-06-18  Jim Meyering  <jim@meyering.net>
574
575         New module: mreadlink-with-size.
576         * MODULES.html.sh: Add mreadlink-with-size.
577         * modules/mreadlink-with-size: New module
578         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
579         not xreadlink-with-size.
580         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
581
582 2007-06-16  Bruno Haible  <bruno@clisp.org>
583
584         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
585         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
586         Reported by Gary V. Vaughan <gary@gnu.org>.
587
588 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
589
590         Revamp lchown so that it lives in unistd.h where it belongs.
591         * lib/lchown.h: Remove.
592         * lib/dirchownmod.c: Don't include lib/lchown.h.
593         * lib/fchownat.c: Likewise.
594         * lib/openat.c: Likewise.
595         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
596         does not follow symlinks.
597         (EOPNOTSUPP): Define if not defined.
598         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
599         is defined to 0.
600         (lchown): New decl.
601         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
602         Do not check for lchown decl.
603         Set REPLACE_LCHOWN.
604         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
605         REPLACE_LCHOWN.
606         * modules/chown: Make it clear it follows symlinks.
607         * modules/lchown: Make it clear it doesn't follow symlinks.
608         (Files): Remove lib/lchown.h
609         (Depends-on): Add unistd.
610         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
611         (Include): Include <unistd.h>, not "lchown.h".
612         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
613         REPLACE_LCHOWN.
614
615 2007-06-15  Jim Meyering  <jim@meyering.net>
616
617         Change license (GPL to LGPL) of fsusage and dependents.
618         * modules/fsusage (License): Change to LGPL.
619         * modules/full-read (License): Likewise.
620         * modules/full-write (License): Likewise.
621         * modules/safe-read (License): Likewise.
622         * modules/safe-write (License): Likewise.
623
624 2007-06-14  Ben Pfaff  <blp@gnu.org>
625
626         Missing part of allocsa -> malloca transition.
627         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
628         gl_MALLOCA.
629
630 2007-06-12  Bruno Haible  <bruno@clisp.org>
631
632         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
633         to ia64, x86_64, i386.
634         Reported by Eric Blake.
635
636 2007-06-12  Bruno Haible  <bruno@clisp.org>
637
638         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
639         cross-compiling to x86_64.
640
641 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
642
643         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
644         glitch reported by Ralf Wildenhues in
645         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
646
647         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
648         Vin Shelton.
649
650 2007-06-11  Bruno Haible  <bruno@clisp.org>
651
652         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
653         replacement string.
654         Reported by Eric Blake.
655
656 2007-06-10  Bruno Haible  <bruno@clisp.org>
657
658         Prepare vasnprintf code for use with Unicode strings.
659         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
660         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
661         TYPE_U32_STRING.
662         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
663         a_u32_string variants.
664         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
665         * lib/printf-args.c: Don't include config.h and the specification
666         header if PRINTF_FETCHARGS is already defined.
667         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
668         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
669         TYPE_U16_STRING, TYPE_U32_STRING.
670         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
671         u16_directive, u16_directives, u32_directive, u32_directives): New
672         types.
673         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
674         New declarations.
675         * lib/printf-parse.c: Don't include config.h and the specification
676         header if PRINTF_PARSE is already defined. Eliminate the set of
677         parameters for WIDE_CHAR_VERSION; the user of this file must provide
678         them now. Include c-ctype.h.
679         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
680         directive and CHAR_T_ONLY_ASCII.
681         * lib/vasnprintf.c: Don't include config.h and the specification header
682         if VASNPRINTF is already defined.
683         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
684         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
685         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
686         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
687         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
688         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
689         code accordingly.
690         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
691         pad_ourselves also in this case, with the 'c' and 's' directives, and
692         with a different notion of "width".
693         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
694
695 2007-06-10  Bruno Haible  <bruno@clisp.org>
696
697         * modules/unistr/u32-mbsnlen: New file.
698         * lib/unistr/u32-mbsnlen.c: New file.
699
700         * modules/unistr/u16-mbsnlen: New file.
701         * lib/unistr/u16-mbsnlen.c: New file.
702
703         * modules/unistr/u8-mbsnlen: New file.
704         * lib/unistr/u8-mbsnlen.c: New file.
705
706         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
707         declarations.
708
709 2007-06-10  Bruno Haible  <bruno@clisp.org>
710
711         * lib/string_.h (mbsnlen): New declaration.
712         * lib/mbsnlen.c: New file.
713         * m4/mbsnlen.m4: New file.
714         * modules/mbsnlen: New file.
715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
716         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
717         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
718
719 2007-06-10  Bruno Haible  <bruno@clisp.org>
720
721         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
722
723 2007-06-10  Bruno Haible  <bruno@clisp.org>
724
725         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
726         * lib/mbuiter.h: Likewise.
727
728 2007-06-10  Bruno Haible  <bruno@clisp.org>
729
730         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
731         declaration.
732
733 2007-06-10  Karl Berry  <karl@gnu.org>
734
735         * config/srclist.txt: remove gettext entries, Bruno prefers
736         to update individually.
737
738 2007-06-10  Bruno Haible  <bruno@clisp.org>
739
740         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
741         'maxlen'. Ensure only length + width bytes are allocated, not
742         length + 1 + width.
743
744 2007-06-09  Bruno Haible  <bruno@clisp.org>
745
746         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
747         (CHAR_T): Remove macro.
748         (VASNPRINTF): Update.
749
750 2007-06-09  Bruno Haible  <bruno@clisp.org>
751
752         * MODULES.html.sh (Unicode string functions): Add the new modules.
753
754         * modules/uniconv/u32-conv-to-enc: New file.
755         * lib/uniconv/u32-conv-to-enc.c: New file.
756         * modules/uniconv/u32-conv-to-enc-tests: New file.
757         * tests/uniconv/test-u32-conv-to-enc.c: New file.
758
759         * modules/uniconv/u16-conv-to-enc: New file.
760         * lib/uniconv/u16-conv-to-enc.c: New file.
761         * lib/uniconv/u-conv-to-enc.h: New file.
762         * modules/uniconv/u16-conv-to-enc-tests: New file.
763         * tests/uniconv/test-u16-conv-to-enc.c: New file.
764
765         * modules/uniconv/u8-conv-to-enc: New file.
766         * lib/uniconv/u8-conv-to-enc.c: New file.
767         * modules/uniconv/u8-conv-to-enc-tests: New file.
768         * tests/uniconv/test-u8-conv-to-enc.c: New file.
769
770         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
771         u32_conv_to_encoding): New declarations.
772
773 2007-06-09  Bruno Haible  <bruno@clisp.org>
774
775         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
776
777 2007-06-09  Bruno Haible  <bruno@clisp.org>
778
779         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
780         * modules/malloca: Renamed from modules/allocsa, updated.
781         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
782         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
783         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
784         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
785         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
786         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
787         * modules/xmalloca: Renamed from modules/xallocsa, updated.
788         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
789         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
790         * modules/c-strcasestr (Depends-on): Update.
791         * lib/c-strcasestr.c: Update.
792         * modules/c-strstr (Depends-on): Update.
793         * lib/c-strstr.c: Update.
794         * modules/canonicalize-lgpl (Depends-on): Update.
795         * lib/canonicalize-lgpl.c: Update.
796         * modules/clean-temp (Depends-on): Update.
797         * lib/clean-temp.c: Update.
798         * modules/csharpcomp (Depends-on): Update.
799         * lib/csharpcomp.c: Update.
800         * modules/csharpexec (Depends-on): Update.
801         * lib/csharpexec.c: Update.
802         * modules/javacomp (Depends-on): Update.
803         * lib/javacomp.c: Update.
804         * modules/javaexec (Depends-on): Update.
805         * lib/javaexec.c: Update.
806         * modules/mbscasestr (Depends-on): Update.
807         * lib/mbscasestr.c: Update.
808         * modules/mbsstr (Depends-on): Update.
809         * lib/mbsstr.c: Update.
810         * modules/setenv (Depends-on): Update.
811         * lib/setenv.c: Update.
812         * modules/strcasestr (Depends-on): Update.
813         * lib/strcasestr.c: Update.
814         * modules/striconveha (Depends-on): Update.
815         * lib/striconveha.c: Update.
816         * modules/relocatable-prog-wrapper (Files): Update.
817         * lib/relocwrapper.c: Update.
818         * build-aux/install-reloc: Update.
819         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
820
821 2007-06-08  Bruno Haible  <bruno@clisp.org>
822
823         Port to uClibc.
824         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
825         * lib/fpurge.c (fpurge): Likewise.
826         * lib/freading.c (freading): Likewise.
827         * lib/fseeko.c (rpl_fseeko): Likewise.
828         * lib/fseterr.c (fseterr): Likewise.
829         * lib/fwriting.c (fwriting): Likewise.
830         * tests/test-fflush.c (main): Avoid a failure on uClibc.
831
832 2007-06-08  Bruno Haible  <bruno@clisp.org>
833
834         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
835         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
836         * modules/gettext (Files): Add m4/intlmacosx.m4.
837
838 2007-06-07  Bruno Haible  <bruno@clisp.org>
839
840         * modules/localename-tests: New file.
841         * tests/test-localename.c: New file.
842
843         New module 'localename'.
844         * lib/localename.h: New file.
845         * lib/localename.c: New file, from GNU gettext.
846         * m4/localename.m4: New file.
847         * modules/localename: New file.
848
849 2007-06-07  Bruno Haible  <bruno@clisp.org>
850
851         Work around the lack of <wchar.h> on some builds of uClibc.
852         * doc/headers/wchar.texi: Update.
853         * lib/wchar_.h: Include <wchar.h> only if it exists.
854         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
855         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
856         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
857         doesn't exist.
858         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
859         * modules/mbfile (Depends-on): Add wchar.
860         * modules/mbiter (Depends-on): Likewise.
861         * modules/mbuiter (Depends-on): Likewise.
862         Reported by Simon Josefsson.
863
864 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
865
866         Work around problem reported by Steven M. Schweda in
867         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
868         Tru64 5.1B with the Compaq compiler environment installed declares
869         an 'isblank' function but does not define it in the C library.
870         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
871         * lib/regex_internal.h (isblank): Likewise.
872         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
873         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
874
875 2007-06-05  Bruno Haible  <bruno@clisp.org>
876
877         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
878         ia64.
879         * modules/printf-safe: New file.
880         * modules/fprintf-posix (Depends-on): Add printf-safe.
881         * modules/printf-posix (Depends-on): Likewise.
882         * modules/snprintf-posix (Depends-on): Likewise.
883         * modules/sprintf-posix (Depends-on): Likewise.
884         * modules/vasnprintf-posix (Depends-on): Likewise.
885         * modules/vasprintf-posix (Depends-on): Likewise.
886         * modules/vfprintf-posix (Depends-on): Likewise.
887         * modules/vprintf-posix (Depends-on): Likewise.
888         * modules/vsnprintf-posix (Depends-on): Likewise.
889         * modules/vsprintf-posix (Depends-on): Likewise.
890         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
891         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
892         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
893         "no" on i386, x86_64, ia64.
894         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
895         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
896         on i386, x86_64, ia64.
897         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
898         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
899         on i386, x86_64, ia64.
900         * tests/test-vasnprintf-posix.c: Include float.h.
901         (LDBL80_WORDS): New macro.
902         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
903         on i386, x86_64, ia64.
904         * tests/test-vasprintf-posix.c: Include float.h.
905         (LDBL80_WORDS): New macro.
906         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
907         on i386, x86_64, ia64.
908         * tests/test-snprintf-posix.c: Include float.h.
909         * tests/test-sprintf-posix.c: Likewise.
910         * tests/test-vsnprintf-posix.c: Likewise.
911         * tests/test-vsprintf-posix.c: Likewise.
912
913 2007-06-05  Bruno Haible  <bruno@clisp.org>
914
915         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
916         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
917         non-IEEE numbers on i386, x86_64, ia64.
918         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
919         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
920         * tests/test-isnanl.h: Include float.h.
921         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
922
923 2007-06-05  Bruno Haible  <bruno@clisp.org>
924
925         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
926         also the %a / %A. Handle the %a / %A code before this extra handling.
927
928 2007-06-05  Bruno Haible  <bruno@clisp.org>
929
930         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
931         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
932
933 2007-06-05  Bruno Haible  <bruno@clisp.org>
934
935         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
936         typo in variable name.
937
938 2007-06-05  Eric Blake  <ebb9@byu.net>
939
940         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
941         Reported by Simon Josefsson.
942
943 2007-06-04  Bruno Haible  <bruno@clisp.org>
944
945         Avoid test failures on some PowerPC platforms.
946         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
947         Define differently for PowerPC.
948         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
949         Reported by Gary V. Vaughan <gary@gnu.org>.
950
951 2007-06-02  Bruno Haible  <bruno@clisp.org>
952
953         Fix test-stdint failure on FreeBSD/ia64.
954         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
955         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
956         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
957         * doc/headers/stdint.texi: Update.
958
959 2007-06-01  Bruno Haible  <bruno@clisp.org>
960
961         * tests/test-binary-io.c (main): Pass a third argument to open().
962         Reported by Gary V. Vaughan <gary@gnu.org>.
963
964 2007-06-01  Bruno Haible  <bruno@clisp.org>
965
966         * doc/functions/frexpl.texi: Update for mingw.
967
968 2007-06-01  Bruno Haible  <bruno@clisp.org>
969
970         * tests/test-lseek.c (main): Disable test of errno for invalid third
971         argument.
972         * doc/functions/lseek.texi: Update.
973         Reported by Gary V. Vaughan <gary@gnu.org>.
974
975 2007-05-28  Bruno Haible  <bruno@clisp.org>
976
977         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
978
979 2007-05-31  Eric Blake  <ebb9@byu.net>
980
981         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
982         cross compiling.
983
984 2007-05-30  Eric Blake  <ebb9@byu.net>
985         and Bruno Haible  <bruno@clisp.org>
986
987         Work around mingw test failures exposed by m4-1.4.9b.
988         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
989         * tests/test-unistd.c: Disable uid_t and git_t tests for the
990         moment.
991
992 2007-05-30  Bruno Haible  <bruno@clisp.org>
993
994         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
995         assuming that they are closed. Needed on HP-UX 11.
996
997 2007-05-29  Bruno Haible  <bruno@clisp.org>
998
999         Fix a problem with #include_next.
1000         * lib/dirent_.h: Split the double-inclusion guard.
1001         * lib/fcntl_.h: Likewise.
1002         * lib/float_.h: Likewise.
1003         * lib/iconv_.h: Likewise.
1004         * lib/inttypes_.h: Likewise.
1005         * lib/locale_.h: Likewise.
1006         * lib/math_.h: Likewise.
1007         * lib/netinet_in_.h: Likewise.
1008         * lib/search_.h: Likewise.
1009         * lib/signal_.h: Likewise.
1010         * lib/stdint_.h: Likewise.
1011         * lib/stdio_.h: Likewise.
1012         * lib/stdlib_.h: Likewise.
1013         * lib/string_.h: Likewise.
1014         * lib/sys_select_.h: Likewise.
1015         * lib/sys_socket_.h: Likewise.
1016         * lib/sys_stat_.h: Likewise.
1017         * lib/sys_time_.h: Likewise.
1018         * lib/sysexits_.h: Likewise.
1019         * lib/time_.h: Likewise.
1020         * lib/unistd_.h: Likewise.
1021         * lib/wchar_.h: Likewise.
1022         * lib/wctype_.h: Likewise.
1023
1024 2007-05-29  Bruno Haible  <bruno@clisp.org>
1025
1026         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1027         for the moment.
1028
1029 2007-05-29  Bruno Haible  <bruno@clisp.org>
1030
1031         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1032         invocation.
1033         Reported by Eric Blake.
1034
1035 2007-05-29  Bruno Haible  <bruno@clisp.org>
1036
1037         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1038         compiling case.
1039
1040 2007-05-29  Eric Blake  <ebb9@byu.net>
1041             Bruno Haible  <bruno@clisp.org>
1042
1043         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1044         cross compiles.
1045
1046 2007-05-28  Eric Blake  <ebb9@byu.net>
1047
1048         * modules/closein-tests (test_closein_LDADD): Support test on
1049         cygwin with libtool.
1050
1051 2007-05-28  Bruno Haible  <bruno@clisp.org>
1052
1053         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1054         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1055         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1056         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1057         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1058         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1059         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1060         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1061         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1062
1063 2007-05-28  Eric Blake  <ebb9@byu.net>
1064
1065         Unconditionally include <config.h> in unit tests.
1066         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1067         * tests/test-allocsa.c, tests/test-arcfour.c,
1068         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1069         tests/test-array_list.c, tests/test-array_oset.c,
1070         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1071         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1072         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1073         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1074         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1075         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1076         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1077         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1078         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1079         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1080         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1081         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1082         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1083         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1084         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1085         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1086         test-md5.c, test-memmem.c, test-printf-posix.c,
1087         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1088         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1089         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1090         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1091         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1092         test-vasnprintf-posix2.c, test-vasnprintf.c,
1093         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1094         test-vfprintf-posix.c, test-vprintf-posix.c,
1095         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1096         test-xvasprintf.c: Likewise.
1097
1098 2007-05-28  Bruno Haible  <bruno@clisp.org>
1099
1100         * gnulib-tool (func_import): Remember the --with-tests command-line
1101         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1102         Reported by Eric Blake.
1103
1104 2007-05-28  Bruno Haible  <bruno@clisp.org>
1105
1106         * modules/ftell-tests: New file.
1107         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1108         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1109
1110         * lib/ftell.c: New file.
1111         * modules/ftell: New file.
1112         * m4/ftell.m4: New file.
1113         * doc/functions/ftell.texi: Update.
1114         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1115         REPLACE_FTELL.
1116         * lib/stdio_.h (rpl_ftell): New declaration.
1117         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1118         REPLACE_FTELL.
1119
1120 2007-05-28  Eric Blake  <ebb9@byu.net>
1121
1122         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1123
1124 2007-05-28  Bruno Haible  <bruno@clisp.org>
1125
1126         * modules/fseek-tests: New file.
1127         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1128         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1129
1130         * lib/fseek.c: New file.
1131         * modules/fseek: New file.
1132         * m4/fseek.m4: New file.
1133         * doc/functions/fseek.texi: Update.
1134         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1135         REPLACE_FSEEK.
1136         * lib/stdio_.h (rpl_fseek): New declaration.
1137         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1138         REPLACE_FSEEK.
1139
1140 2007-05-28  Bruno Haible  <bruno@clisp.org>
1141
1142         * lib/stdio_.h (fflush): More comments.
1143
1144 2007-05-28  Bruno Haible  <bruno@clisp.org>
1145
1146         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1147         runtime test.
1148
1149 2007-05-28  Eric Blake  <ebb9@byu.net>
1150
1151         Improve lseek module.
1152         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1153         * lib/unistd_.h (lseek): Scale back link warning message.
1154         * tests/test-lseek.c: Beef up test.
1155         * tests/test-lseek.sh: Exercise more facets of lseek.
1156         Reported by Bruno Haible.
1157
1158 2007-05-28  Bruno Haible  <bruno@clisp.org>
1159
1160         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1161         to define.
1162
1163 2007-05-27  Bruno Haible  <bruno@clisp.org>
1164
1165         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1166
1167 2007-05-27  Bruno Haible  <bruno@clisp.org>
1168
1169         * modules/openmp: New file.
1170         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1171         Noah Misch.
1172
1173 2007-05-26  Bruno Haible  <bruno@clisp.org>
1174
1175         * modules/chdir-long (Depends-on): Add fchdir.
1176         * modules/chdir-safer (Depends-on): Likewise.
1177         * modules/fts (Depends-on): Likewise.
1178         * modules/fts-lgpl (Depends-on): Likewise.
1179         * modules/openat (Depends-on): Likewise.
1180         * modules/savewd (Depends-on): Likewise.
1181
1182 2007-05-24  Eric Blake  <ebb9@byu.net>
1183
1184         Fix lseek on mingw.
1185         * modules/lseek: New module.
1186         * m4/lseek.m4: New file.
1187         * lib/lseek.c: New file.
1188         * modules/lseek-tests: New file.
1189         * tests/test-lseek.c: New file.
1190         * tests/test-lseek.sh: New file.
1191         * MODULES.html.sh: Document lseek module.
1192         * modules/fflush (Depends-on): Add lseek, fseeko.
1193         * modules/fseeko (Depends-on): Likewise.
1194         * modules/ftello (Depends-on): Likewise.
1195         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1196         broken.
1197         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1198         broken.
1199         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1200         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1201         * lib/ftello.c (rpl_ftello): Likewise.
1202         * tests/test-fseeko.c (main): Test this.
1203         * tests/test-fseeko.sh: Likewise.
1204         * tests/test-ftello.c (main): Likewise.
1205         * tests/test-ftello.sh: Likewise.
1206         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1207         implies replacing fseek.
1208         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1209         HAVE_FTELLO.
1210         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1211         * modules/unistd (Makefile.am): Likewise.
1212         * lib/unistd_.h (lseek): Declare a replacement.
1213         * doc/functions/lseek.texi (lseek): Document this fix.
1214         * doc/functions/fseek.texi (fseek): Likewise.
1215         * doc/functions/ftell.texi (ftell): Likewise.
1216
1217 2007-05-24  Bruno Haible  <bruno@clisp.org>
1218
1219         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1220         in the printed representation of a NaN.
1221         * tests/test-vasprintf-posix.c (test_function): Likewise.
1222         * tests/test-snprintf-posix.h (test_function): Likewise.
1223         * tests/test-sprintf-posix.h (test_function): Likewise.
1224         Reported by Eric Blake.
1225
1226 2007-05-23  Eric Blake  <ebb9@byu.net>
1227
1228         Fix fseeko/ftello on cygwin 1.5.24.
1229         * doc/functions/fseeko.texi (fseeko): Document the fix.
1230         * doc/functions/ftello.texi (ftello): Document the fix.
1231         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1232         * doc/functions/stdout.text (stdout): New file.
1233         * doc/functions/stderr.text (stderr): New file.
1234         * doc/gnulib.texi (Function Substitutes): Use new files.
1235         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1236         prior to 1.7.0.
1237         * tests/test-ftello.c (main): Likewise for ftello.
1238         * tests/test-fseeko.sh: New file.
1239         * tests/test-ftello.sh: New file.
1240         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1241         with seekable stdin.
1242         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1243         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1244         (gl_REPLACE_FSEEKO): New macro.
1245         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1246         * modules/fseeko (Files): Distribute fseeko.c.
1247         * modules/ftello (Files): Distribute ftello.c.
1248         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1249         mode.
1250         * lib/ftello.c (rpl_ftello): New file.
1251         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1252         fseeko, ftello.
1253         (gl_STDIN_LARGE_OFFSET): New macro.
1254         * modules/stdio (Makefile.am): Perform the replacement.
1255         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1256
1257 2007-05-23  Bruno Haible  <bruno@clisp.org>
1258
1259         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1260         GNULIB_POSIXCHECK is defined.
1261
1262 2007-05-21  Bruno Haible  <bruno@clisp.org>
1263
1264         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1265         Check also the output for NaN arguments. When cross-compiling, guess
1266         no on IRIX.
1267         * lib/vasnprintf.c: Update comments.
1268         * tests/test-vasnprintf-posix.c (strisnan): New function.
1269         (test_function): Use it.
1270         * tests/test-vasprintf-posix.c (strisnan): New function.
1271         (test_function): Use it.
1272         * tests/test-snprintf-posix.h (strisnan): New function.
1273         (test_function): Use it.
1274         * tests/test-sprintf-posix.h (strisnan): New function.
1275         (test_function): Use it.
1276         Reported by Eric Blake.
1277
1278 2007-05-20  Bruno Haible  <bruno@clisp.org>
1279
1280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1281         numbers that fails on BeOS.
1282         * doc/functions/frexpl.texi: Update.
1283
1284 2007-05-20  Jim Meyering  <jim@meyering.net>
1285
1286         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1287         forced upon us by glibc-2.6.
1288
1289 2007-05-20  Bruno Haible  <bruno@clisp.org>
1290
1291         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1292         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1293         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1294         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1295         NEED_PRINTF_INFINITE.
1296         (is_infinitel): New function.
1297         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1299         gl_PREREQ_VASNPRINTF_INFINITE.
1300         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1301         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1302         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1303         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1304         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1305         gl_PREREQ_VASNPRINTF_INFINITE.
1306         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1307         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1309         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1310         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1311         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1312         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1313         * doc/functions/fprintf.texi: Update.
1314         * doc/functions/printf.texi: Update.
1315         * doc/functions/snprintf.texi: Update.
1316         * doc/functions/sprintf.texi: Update.
1317         * doc/functions/vfprintf.texi: Update.
1318         * doc/functions/vprintf.texi: Update.
1319         * doc/functions/vsnprintf.texi: Update.
1320         * doc/functions/vsprintf.texi: Update.
1321
1322 2007-05-20  Bruno Haible  <bruno@clisp.org>
1323
1324         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1325         was not found in libc.
1326         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1327
1328 2007-05-20  Bruno Haible  <bruno@clisp.org>
1329
1330         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1331         printed as "-nan" instead of "nan".
1332         * tests/test-vasprintf-posix.c (test_function): Likewise.
1333         * tests/test-snprintf-posix.h (test_function): Likewise.
1334         * tests/test-sprintf-posix.h (test_function): Likewise.
1335         Needed for HP-UX 11.
1336
1337 2007-05-20  Jim Meyering  <jim@meyering.net>
1338
1339         Fix buggy test for the fchownat-deref bug.
1340         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1341         symlink required for the run-test.  Without it, this test would
1342         always declare that fchownat doesn't work, and client code would
1343         unnecessarily use the replacement function with fixed libc.
1344         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1345         Reported by Greg Schafer.
1346
1347 2007-05-19  Bruno Haible  <bruno@clisp.org>
1348
1349         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1350         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1351         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1352         Needed for IRIX 6.5 and Solaris 2.5.1.
1353
1354 2007-05-19  Bruno Haible  <bruno@clisp.org>
1355
1356         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1357         (test_function): Skip tests involving -0.0 on platforms where
1358         -0.0 = 0.0.
1359         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1360         (test_function): Skip tests involving -0.0 on platforms where
1361         -0.0 = 0.0.
1362         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1363         (test_function): Skip tests involving -0.0 on platforms where
1364         -0.0 = 0.0.
1365         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1366         (test_function): Skip tests involving -0.0 on platforms where
1367         -0.0 = 0.0.
1368         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1369         tests.
1370         * tests/test-printf-posix.h (test_function): Likewise.
1371         * tests/test-printf-posix.output: Remove all -0.0 related results.
1372         Needed for IRIX 6.5.
1373
1374 2007-05-19  Bruno Haible  <bruno@clisp.org>
1375
1376         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1377         printed as "nan0x7fffffff" instead of "nan".
1378         * tests/test-vasprintf-posix.c (test_function): Likewise.
1379         * tests/test-snprintf-posix.h (test_function): Likewise.
1380         * tests/test-sprintf-posix.h (test_function): Likewise.
1381         * tests/test-fprintf-posix.h (NaN): Remove macro.
1382         (test_function): Remove all NaN related tests.
1383         * tests/test-printf-posix.h (NaN): Remove macro.
1384         (test_function): Remove all NaN related tests.
1385         * tests/test-printf-posix.output: Remove all NaN related results.
1386         Needed for IRIX 6.5.
1387
1388 2007-05-19  Bruno Haible  <bruno@clisp.org>
1389
1390         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1391         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1392
1393 2007-05-19  Bruno Haible  <bruno@clisp.org>
1394
1395         * lib/float_.h: New file.
1396         * m4/float_h.m4: New file.
1397         * modules/float: New file.
1398         * modules/isnanl (Dependencies): Add float.
1399         * modules/isnanl-nolibm (Dependencies): Likewise.
1400         * modules/mathl (Dependencies): Likewise.
1401         * modules/printf-frexpl (Dependencies): Likewise.
1402         * modules/signbit (Dependencies): Likewise.
1403         * modules/vasnprintf (Dependencies): Likewise.
1404         * doc/headers/float.texi: Update.
1405
1406 2007-05-19  Jim Meyering  <jim@meyering.net>
1407
1408         * lib/utimens.c (gl_futimens): Rename from futimens,
1409         now that glibc-2.6 declares futimens.
1410         * lib/utimens.h: Likewise.
1411
1412 2007-05-19  Bruno Haible  <bruno@clisp.org>
1413
1414         Avoid test failures on mingw.
1415         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1416         * tests/test-printf-posix.sh: Likewise.
1417         * tests/test-vfprintf-posix.sh: Likewise.
1418         * tests/test-vprintf-posix.sh: Likewise.
1419
1420 2007-05-19  Bruno Haible  <bruno@clisp.org>
1421
1422         Fix *printf result for NaN, Inf, -0.0 on mingw.
1423         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1424         * lib/vasnprintf.c: Include math.h and isnan.h.
1425         (is_infinite_or_zero): New function.
1426         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1427         values in the %f, %F, %e, %E, %g, %G directives.
1428         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1429         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1430         gl_PRINTF_INFINITE and test its result. Invoke
1431         gl_PREREQ_VASNPRINTF_INFINITE.
1432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1433         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1434         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1435         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1436         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1437         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1438         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1439         * doc/functions/fprintf.texi: Update.
1440         * doc/functions/printf.texi: Update.
1441         * doc/functions/snprintf.texi: Update.
1442         * doc/functions/sprintf.texi: Update.
1443         * doc/functions/vfprintf.texi: Update.
1444         * doc/functions/vprintf.texi: Update.
1445         * doc/functions/vsnprintf.texi: Update.
1446         * doc/functions/vsprintf.texi: Update.
1447
1448 2007-05-19  Bruno Haible  <bruno@clisp.org>
1449
1450         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1451         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1452         Instead of multiplying with 10^k, set extra_zeroes to k.
1453         (scale10_round_long_double): Remove function.
1454
1455 2007-05-18  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1458         introduced on 2007-05-06.
1459
1460 2007-05-18  Bruno Haible  <bruno@clisp.org>
1461
1462         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1463         %g directives.
1464         * tests/test-vasprintf-posix.c (test_function): Likewise.
1465         * tests/test-snprintf-posix.h (test_function): Likewise.
1466         * tests/test-sprintf-posix.h (test_function): Likewise.
1467
1468 2007-05-18  Bruno Haible  <bruno@clisp.org>
1469
1470         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1471         (strmatch): New function.
1472         (test_function): Test the %f directive on numbers of various exponents.
1473         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1474         (strmatch): New function.
1475         (test_function): Test the %f directive on numbers of various exponents.
1476         * tests/test-snprintf-posix.h (strmatch): New function.
1477         (test_function): Test the %f directive on numbers of various exponents.
1478         * tests/test-sprintf-posix.h (strmatch): New function.
1479         (test_function): Test the %f directive on numbers of various exponents.
1480         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1481         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1482         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1483         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1484
1485 2007-05-18  Bruno Haible  <bruno@clisp.org>
1486
1487         Add support for 'long double' number output.
1488         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1489         * lib/vasnprintf.c: Include math.h and float+.h.
1490         (mp_limb_t): New type.
1491         (GMP_LIMB_BITS): New macro.
1492         (mp_twolimb_t): New type.
1493         (GMP_TWOLIMB_BITS): New macro.
1494         (mpn_t): New type.
1495         (multiply, divide, convert_to_decimal, decode_long_double,
1496         scale10_round_long_double, scale10_round_decimal_long_double,
1497         floorlog10l): New functions.
1498         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1499         for the %f, %F, %e, %E, %g, %G directives.
1500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1501         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1502         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1503         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1504         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1505         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1506         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1507         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1508         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1509         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1510         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1511         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1512         * modules/snprintf-posix (Depends-on): Likewise.
1513         * modules/sprintf-posix (Depends-on): Likewise.
1514         * modules/vasnprintf-posix (Depends-on): Likewise.
1515         * modules/vasprintf-posix (Depends-on): Likewise.
1516         * modules/vfprintf-posix (Depends-on): Likewise.
1517         * modules/vsnprintf-posix (Depends-on): Likewise.
1518         * modules/vsprintf-posix (Depends-on): Likewise.
1519         * modules/vasnprintf (Files): Add lib/float+.h.
1520         * doc/functions/fprintf.texi: Update.
1521         * doc/functions/printf.texi: Update.
1522         * doc/functions/snprintf.texi: Update.
1523         * doc/functions/sprintf.texi: Update.
1524         * doc/functions/vfprintf.texi: Update.
1525         * doc/functions/vprintf.texi: Update.
1526         * doc/functions/vsnprintf.texi: Update.
1527         * doc/functions/vsprintf.texi: Update.
1528
1529 2007-05-18  Bruno Haible  <bruno@clisp.org>
1530
1531         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1532
1533 2007-05-18  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1536         for printing 64-bit integers. Needed for mingw.
1537
1538 2007-05-18  Bruno Haible  <bruno@clisp.org>
1539
1540         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1541         gl_FUNC_FREXPL_WORKS.
1542         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1543
1544 2007-05-18  Bruno Haible  <bruno@clisp.org>
1545
1546         * modules/frexpl-nolibm-tests: New file.
1547
1548         * modules/frexpl-nolibm: New file.
1549         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1550
1551 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1552
1553         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1554         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1555         GCC 4.2, which otherwise issues a lot of warnings.
1556         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1557         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1558         Likewise.
1559         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1560         * modules/iconv_open (iconv.h): Likewise.
1561         * modules/locale (locale.h): Likewise.
1562         * modules/netinet_in (netinet/in.h): Likewise.
1563         * modules/sys_select (sys_select.h): Likewise.
1564         * modules/sys_socket (sys/socket.h): Likewise.
1565         * modules/sys_stat (sys/stat.h): Likewise.
1566         * modules/sysexits (sysexits.h): Likewise.
1567         * modules/unistd (unistd.h): Likewise.
1568
1569 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1570
1571         * modules/closein-tests (Makefile.am): Distribute
1572         `test-closein.sh'.
1573
1574 2007-05-17  Bruno Haible  <bruno@clisp.org>
1575
1576         * tests/test-printf-posix.output: Renamed from
1577         tests/test-fprintf-posix.out.
1578         * modules/fprintf-posix-tests: Update.
1579         * modules/printf-posix-tests: Update.
1580         * modules/vfprintf-posix-tests: Update.
1581         * modules/vprintf-posix-tests: Update.
1582         * tests/test-fprintf-posix.sh: Update.
1583         * tests/test-printf-posix.sh: Update.
1584         * tests/test-vfprintf-posix.sh: Update.
1585         * tests/test-vprintf-posix.sh: Update.
1586         Reported by Ralf Wildenhues.
1587
1588 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1589
1590         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1591         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1592         GCC 4.2, which otherwise issues a lot of warnings.
1593         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1594         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1595         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1596         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1597         it should no longer be needed.
1598         * lib/string_.h: Likewise.
1599         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1600         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1601         * modules/inttypes (inttypes.h): Likewise.
1602         * modules/math (math.h): Likewise.
1603         * modules/search (search.h): Likewise.
1604         * modules/signal (signal.h): Likewise.
1605         * modules/stdint (stdint.h): Likewise.
1606         * modules/stdio (stdio.h): Likewise.
1607         * modules/stdlib (stdlib.h): Likewise.
1608         * modules/string (string.h): Likewise.
1609         * modules/sys_time (sys/time.h): Likewise.
1610         * modules/time (time.h): Likewise.
1611         * modules/wchar (wchar.h): Likewise.
1612         * modules/wctype (wtype.h): Likewise.
1613
1614 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1615
1616         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1617
1618 2007-05-13  Bruno Haible  <bruno@clisp.org>
1619
1620         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1621         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1622         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1623         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1624         (gl_PREREQ_STRTOK_R): Don't require it here.
1625
1626 2007-05-13  Bruno Haible  <bruno@clisp.org>
1627
1628         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1629         when used in C++ mode.
1630
1631 2007-05-12  Bruno Haible  <bruno@clisp.org>
1632
1633         * lib/linebuffer.h: Tweak doc.
1634         * lib/linebuffer.c: Likewise.
1635
1636 2007-05-12  James Youngman  <jay@gnu.org>
1637
1638         * lib/linebuffer.c (readlinebuffer_delim): New function,
1639         like readlinebuffer, but use a caller-specified delimiter.
1640         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1641         as the delimiter.
1642         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1643
1644 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1645
1646         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1647         * modules/openat (Files): Remove openat-die.c.
1648         (Depends-on): Add openat-die.
1649         * modules/openat-die: New module.
1650
1651 2007-05-06  Bruno Haible  <bruno@clisp.org>
1652
1653         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1654         Update with info about Cygwin.
1655         * doc/functions/fprintf.texi: Update.
1656         * doc/functions/printf.texi: Update.
1657         * doc/functions/snprintf.texi: Update.
1658         * doc/functions/sprintf.texi: Update.
1659         * doc/functions/vfprintf.texi: Update.
1660         * doc/functions/vprintf.texi: Update.
1661         * doc/functions/vsnprintf.texi: Update.
1662         * doc/functions/vsprintf.texi: Update.
1663         Reported by Eric Blake.
1664
1665 2007-05-06  Bruno Haible  <bruno@clisp.org>
1666
1667         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1668         padding ourselves for the floating-point directives.
1669         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1670         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1672         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1673         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1674         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1675         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1676         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1677         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1678         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1679         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1680         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1681         * tests/test-snprintf-posix.h (test_function): Also check the width
1682         and some flags in the %f directive.
1683         * tests/test-sprintf-posix.h (test_function): Likewise.
1684         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1685         * tests/test-vasprintf-posix.c (test_function): Likewise.
1686         * doc/functions/fprintf.texi: Update.
1687         * doc/functions/printf.texi: Update.
1688         * doc/functions/snprintf.texi: Update.
1689         * doc/functions/sprintf.texi: Update.
1690         * doc/functions/vfprintf.texi: Update.
1691         * doc/functions/vprintf.texi: Update.
1692         * doc/functions/vsnprintf.texi: Update.
1693         * doc/functions/vsprintf.texi: Update.
1694
1695 2007-05-06  Bruno Haible  <bruno@clisp.org>
1696
1697         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1698         pass the ' flag character to sprintf or snprintf.
1699         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1700         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1701         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1702         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1703         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1705         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1706         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1707         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1708         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1709         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1710         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1711         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1712         flag.
1713         * tests/test-sprintf-posix.h (test_function): Likewise.
1714         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1715         * tests/test-vasprintf-posix.c (test_function): Likewise.
1716         * doc/functions/fprintf.texi: Update.
1717         * doc/functions/printf.texi: Update.
1718         * doc/functions/snprintf.texi: Update.
1719         * doc/functions/sprintf.texi: Update.
1720         * doc/functions/vfprintf.texi: Update.
1721         * doc/functions/vprintf.texi: Update.
1722         * doc/functions/vsnprintf.texi: Update.
1723         * doc/functions/vsprintf.texi: Update.
1724
1725 2007-05-01  Bruno Haible  <bruno@clisp.org>
1726
1727         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1728
1729 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1730
1731         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1732         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1733
1734 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1735
1736         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1737         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1738         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1739
1740 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1741
1742         * lib/argp-help.c (struct hol_entry): New member `ord'.
1743         (HOL_ENTRY_PTRCMP): Use ord for comparison
1744         (hol_sort): Initialize ord.
1745
1746 2007-05-01  Bruno Haible  <bruno@clisp.org>
1747
1748         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1749         Reported by Eric Blake.
1750         * doc/gnulib.texi (Function Substitutes): Update.
1751
1752 2007-05-01  Bruno Haible  <bruno@clisp.org>
1753
1754         * doc/functions.texi: Remove file, now redundant through
1755         doc/functions/*.texi.
1756
1757 2007-05-01  Bruno Haible  <bruno@clisp.org>
1758
1759         * modules/argp (Depends-on): Add sleep.
1760
1761 2007-05-01  Bruno Haible  <bruno@clisp.org>
1762
1763         * modules/sleep-tests: New file.
1764         * tests/test-sleep.c: New file.
1765
1766         * modules/sleep: New file.
1767         * lib/sleep.c: New file.
1768         * m4/sleep.m4: New file.
1769         * lib/unistd_.h (sleep): New declaration.
1770         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1771         HAVE_SLEEP.
1772         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1773         * doc/functions/sleep.texi: Document the sleep module.
1774
1775 2007-05-01  Bruno Haible  <bruno@clisp.org>
1776
1777         * lib/sigprocmask.h: Remove file.
1778         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1779         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1780         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1781         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1782         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1783         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1784         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1785         HAVE_SIGSET_T as a shell variable.
1786         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1787         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1788         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1789         (Depends-on): Add signal. Remove verify.
1790         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1791         (Include): Mention <signal.h> instead of sigprocmask.h.
1792         * NEWS: Mention the change.
1793         * lib/fatal-signal.c: Don't include sigprocmask.h.
1794
1795 2007-05-01  Bruno Haible  <bruno@clisp.org>
1796
1797         * modules/signal: New file.
1798         * lib/signal_.h: New file.
1799         * m4/signal_h.m4: New file.
1800
1801 2007-05-01  Bruno Haible  <bruno@clisp.org>
1802
1803         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1804         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1805         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1806         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1807
1808 2007-05-01  Bruno Haible  <bruno@clisp.org>
1809
1810         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1811         configure time.
1812         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1813         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1814         * modules/sys_stat (Makefile.am): Substitute their values into
1815         sys/stat.h.
1816
1817 2007-05-01  Bruno Haible  <bruno@clisp.org>
1818
1819         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1820         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1821         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1822
1823 2007-05-01  Bruno Haible  <bruno@clisp.org>
1824
1825         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1826         'assert' module here.
1827
1828 2007-05-01  Bruno Haible  <bruno@clisp.org>
1829
1830         * doc/functions/*.texi: New files.
1831         * doc/functions/google-ranking.txt: New file.
1832         * doc/gnulib.texi (Function Substitutes): New chapter.
1833         (ctime, inet_ntoa): Remove sections.
1834         * doc/ctime.texi: Remove file.
1835         * doc/inet_ntoa.texi: Remove file.
1836         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1837         dependencies.
1838         (%.info): New rule, specifying a --reference-limit.
1839
1840 2007-05-01  Bruno Haible  <bruno@clisp.org>
1841
1842         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1843
1844 2007-05-01  Bruno Haible  <bruno@clisp.org>
1845
1846         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1847         the portability of 'mkdir' to mingw systems.
1848
1849 2007-05-01  Bruno Haible  <bruno@clisp.org>
1850
1851         * doc/headers/google-ranking.txt: New file.
1852
1853 2007-04-30  Eric Blake  <ebb9@byu.net>
1854
1855         Prefer fseeko to fseek.
1856         * modules/getpass (Depends-on): Add fseeko.
1857         * lib/getpass.c (getpass): Use fseeko, not fseek.
1858
1859 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1860
1861         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1862         assumes the sorting is stable, while most qsort implementations
1863         are not.  Use argument addresses to ensure they never compare as
1864         equal.
1865
1866         * tests/test-argp-2.sh (usage-indent test): Fix output
1867         (func_compare): Restore diff options
1868         * tests/test-argp.c: Restore #include "progname.h"
1869
1870 2007-04-29  Bruno Haible  <bruno@clisp.org>
1871
1872         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1873         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1874         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1875         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1876         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1877         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1878         (TESTS, check_PROGRAMS): Add test-snprintf.
1879         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1880         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1881         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1882         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1883         assertions that fail on HP-UX, OSF/1, or IRIX.
1884         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1885
1886 2007-04-29  Bruno Haible  <bruno@clisp.org>
1887
1888         * MODULES.html.sh (posix_functions): Remove 'contents'.
1889
1890 2007-04-29  Karl Berry  <karl@gnu.org>
1891
1892         * config/srclist.txt (gendocs_template_min): new entry.
1893
1894 2007-04-29  Bruno Haible  <bruno@clisp.org>
1895
1896         Work around fpurge bug on BSD systems.
1897         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1898         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1899         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1900         fpurge to rpl_fpurge if the system already has this function.
1901         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1902         the case where the system already has this function. Correct invariants
1903         on BSD systems.
1904         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1905         BSD systems.
1906
1907 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1908
1909         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1910         proposed by Sven Verdoolaege.
1911
1912         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1913         options.
1914         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1915         (usage and help tests): Update
1916
1917 2007-04-29  Bruno Haible  <bruno@clisp.org>
1918
1919         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1920         Print more information in case of failure. Disable a test on BeOS.
1921
1922 2007-04-29  Bruno Haible  <bruno@clisp.org>
1923
1924         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1925         This helps debugging on systems on which no gdb is available.
1926
1927 2007-04-29  Bruno Haible  <bruno@clisp.org>
1928
1929         * lib/freading.h: Improve comments.
1930         * lib/fwriting.h: Likewise.
1931         * tests/test-freading.c (main): Don't check freading immediately after
1932         repositioning. Needed for glibc.
1933
1934 2007-04-29  Bruno Haible  <bruno@clisp.org>
1935
1936         * lib/freading.c (freading): Trivial simplification.
1937
1938 2007-04-28  Bruno Haible  <bruno@clisp.org>
1939
1940         * tests/test-fwriting.c (main): Also test the interaction between
1941         fflush and fwriting.
1942         * modules/fwriting-tests (Depends-on): Add fflush.
1943
1944         * tests/test-freading.c (main): Also test the interaction between
1945         fflush and freading.
1946         * modules/freading-tests (Depends-on): Add fflush.
1947
1948 2007-04-28  Bruno Haible  <bruno@clisp.org>
1949
1950         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1951         fseeko and ftello.
1952         Suggested by Eric Blake.
1953
1954 2007-04-28  Jim Meyering  <jim@meyering.net>
1955
1956         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1957         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1958         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1959
1960 2007-04-27  Eric Blake  <ebb9@byu.net>
1961
1962         * doc/headers/assert.texi (assert.h): Document assert module use.
1963
1964 2007-04-27  Bruno Haible  <bruno@clisp.org>
1965
1966         * doc/headers/*.texi: New files.
1967         * doc/gnulib.texi (Header File Substitutes): New chapter.
1968         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1969         dependencies.
1970         (standards.info ,standards.html, standards.dvi): Update dependencies.
1971         (mostlyclean, clean): New targets.
1972
1973 2007-04-27  Bruno Haible  <bruno@clisp.org>
1974
1975         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1976         * modules/sysexits (Files, Makefile.am): Update.
1977
1978         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1979         * modules/sys_socket (Files, Makefile.am): Update.
1980
1981         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1982         * modules/sys_stat (Files, Makefile.am): Update.
1983
1984 2007-04-27  Eric Blake  <ebb9@byu.net>
1985
1986         * lib/freading.h: Improve comments.
1987         * lib/fwriting.h: Likewise.
1988         * lib/fflush.c: Likewise.
1989
1990         Fix closein for mingw.
1991         * modules/closein-tests: Add tests for closein.
1992         * tests/test-closein.c: New file.
1993         * tests/test-closein.sh: Likewise.
1994         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
1995         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
1996
1997 2007-04-27  Bruno Haible  <bruno@clisp.org>
1998
1999         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2000         version is < 6.
2001         * lib/math_.h [__DECC]: Likewise.
2002         * lib/stdio_.h [__DECC]: Likewise.
2003         * lib/stdlib_.h [__DECC]: Likewise.
2004         * lib/string_.h [__DECC]: Likewise.
2005         * lib/time_.h [__DECC]: Likewise.
2006         * lib/wchar_.h [__DECC]: Likewise.
2007         * lib/wctype_.h [__DECC]: Likewise.
2008
2009 2007-04-27  Bruno Haible  <bruno@clisp.org>
2010
2011         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2012
2013 2007-04-27  Bruno Haible  <bruno@clisp.org>
2014
2015         * lib/fflush.c: Add comments.
2016         * modules/fpurge-tests (Depends-on): Add fflush.
2017         * modules/freadable-tests (Depends-on): Likewise.
2018         * modules/fwritable-tests (Depends-on): Likewise.
2019
2020 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2021
2022         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2023         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2024         Report by Bruno Haible <bruno@clisp.org>.
2025
2026 2007-04-26  Eric Blake  <ebb9@byu.net>
2027
2028         Fix fflush on mingw.
2029         * modules/fflush (Depends-on): Add freading.
2030         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2031         but unread data.
2032
2033 2007-04-26  Eric Blake  <ebb9@byu.net>
2034         and Bruno Haible  <bruno@clisp.org>
2035
2036         Implement freading and fwriting.
2037         * lib/freading.c: New file.
2038         * lib/freading.h: Likewise.
2039         * m4/freading.m4: Likewise.
2040         * modules/freading: Likewise.
2041         * modules/freading-tests: Likewise.
2042         * tests/test-freading.c: Likewise.
2043         * lib/fwriting.c: New file.
2044         * lib/fwriting.h: Likewise.
2045         * m4/fwriting.m4: Likewise.
2046         * modules/fwriting: Likewise.
2047         * modules/fwriting-tests: Likewise.
2048         * tests/test-fwriting.c: Likewise.
2049         * MODULES.html.sh (File stream based Input/Output): Mention them.
2050
2051 2007-04-26  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2054         'long' when we assume it.
2055         Suggested by Eric Blake.
2056
2057 2007-04-26  Bruno Haible  <bruno@clisp.org>
2058
2059         Ensure fseeko, ftello are declared on glibc systems.
2060         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2061         * modules/fseeko (configure.ac-early): Likewise.
2062         * modules/ftello (configure.ac-early): Likewise.
2063         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2064         AC_FUNC_FSEEKO for this.
2065         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2066         (gl_CHECK_FSEEKO): Remove macro.
2067
2068 2007-04-26  Bruno Haible  <bruno@clisp.org>
2069
2070         * tests/test-fflush.c (main): Also check the ftell result after
2071         fflush and fseek/fseeko.
2072         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2073         file descriptor position cache in the stream.
2074         * lib/fseeko.c (rpl_fseeko): Likewise.
2075
2076 2007-04-26  Bruno Haible  <bruno@clisp.org>
2077
2078         * modules/fflush-tests (Depends-on): Add fseeko.
2079
2080 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2081             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2082
2083         * lib/argz_.h: ensure error_t definition is obtained in same
2084         mechanism system argz.h would have.
2085         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2086         argz facilities are known bad.  Err on the side of caution if
2087         cross-compiling.
2088
2089 2007-04-25  Eric Blake  <ebb9@byu.net>
2090
2091         * lib/fpurge.c (includes): Use stdlib.h for free.
2092         * tests/test-fflush.c (main): Also test fflush-fseeko.
2093
2094 2007-04-25  Bruno Haible  <bruno@clisp.org>
2095
2096         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2097         * lib/fseeko.c: New file.
2098         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2099         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2100         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2101         gl_FUNC_FSEEKO.
2102         (gl_FUNC_FSEEKO): Invoke it.
2103         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2104         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2105         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2106
2107 2007-04-25  Bruno Haible  <bruno@clisp.org>
2108
2109         * modules/fflush (Depends-on): Add ftello.
2110
2111 2007-04-25  Bruno Haible  <bruno@clisp.org>
2112
2113         * modules/ftello-tests: New file.
2114         * tests/test-ftello.c: New file.
2115
2116         * modules/ftello: New file.
2117         * m4/ftello.m4: New file.
2118         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2119         HAVE_FTELLO.
2120         * lib/stdio_.h (ftello): New declaration.
2121         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2122         HAVE_FTELLO.
2123
2124 2007-04-25  Bruno Haible  <bruno@clisp.org>
2125
2126         * modules/fseeko-tests: New file.
2127         * tests/test-fseeko.c: New file.
2128
2129         * modules/fseeko: New file.
2130         * m4/fseeko.m4: New file.
2131         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2132         HAVE_FSEEKO.
2133         * lib/stdio_.h (fseeko): New declaration.
2134         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2135         HAVE_FSEEKO.
2136
2137 2007-04-25  Bruno Haible  <bruno@clisp.org>
2138
2139         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2140
2141 2007-04-25  Bruno Haible  <bruno@clisp.org>
2142
2143         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2144         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2145         * tests/test-unistd.c: Likewise.
2146         * tests/test-fcntl.c: Likewise.
2147
2148 2007-04-23  Eric Blake  <ebb9@byu.net>
2149
2150         * lib/fflush.c: Fix missing include.
2151         Reported by Bruno Haible.
2152
2153 2007-04-23  Bruno Haible  <bruno@clisp.org>
2154
2155         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2156         Reported by Eric Blake.
2157
2158 2007-04-23  Bruno Haible  <bruno@clisp.org>
2159
2160         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2161
2162 2007-04-23  Bruno Haible  <bruno@clisp.org>
2163
2164         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2165
2166 2007-04-23  Bruno Haible  <bruno@clisp.org>
2167
2168         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2169         Needed on HP-UX 11.
2170
2171 2007-04-16  Eric Blake  <ebb9@byu.net>
2172
2173         Make fflush rely on fpurge.
2174         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2175         open coding all variants.
2176         * modules/fflush (Depends-on): Add fpurge and unistd.
2177         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2178         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2179
2180         Fix --with-tests compilation on cygwin.
2181         * modules/argmatch-tests (Makefile.am): List gnulib library first
2182         in LDADD.
2183         * modules/argp-tests (Makefile.am): Likewise.
2184         * modules/array-list-tests (Makefile.am): Likewise.
2185         * modules/array-oset-tests (Makefile.am): Likewise.
2186         * modules/avltree-list-tests (Makefile.am): Likewise.
2187         * modules/avltree-oset-tests (Makefile.am): Likewise.
2188         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2189         * modules/carray-list-tests (Makefile.am): Likewise.
2190         * modules/dirname-tests (Makefile.am): Likewise.
2191         * modules/frexp-tests (Makefile.am): Likewise.
2192         * modules/isnanl-tests (Makefile.am): Likewise.
2193         * modules/linked-list-tests (Makefile.am): Likewise.
2194         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2195         * modules/lock-tests (Makefile.am): Likewise.
2196         * modules/rbtree-list-tests (Makefile.am): Likewise.
2197         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2198         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2199         * modules/tls-tests (Makefile.am): Likewise.
2200         * modules/tsearch-tests (Makefile.am): Likewise.
2201         * modules/xvasprintf-tests (Makefile.am): Likewise.
2202
2203         Fix fpurge for cygwin.
2204         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2205         value.
2206         * modules/fpurge-tests (Depends-on): Clean up trash.
2207
2208 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2209
2210         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2211
2212         * m4/autobuild.m4: Re-indent.
2213
2214 2007-04-13  Bruno Haible  <bruno@clisp.org>
2215
2216         * modules/fpurge-tests: New file.
2217         * tests/test-fpurge.c: New file.
2218
2219         * modules/fpurge: New file.
2220         * lib/fpurge.h: New file.
2221         * lib/fpurge.c: New file.
2222         * m4/fpurge.m4: New file.
2223
2224 2007-04-13  Bruno Haible  <bruno@clisp.org>
2225
2226         * modules/fbufmode-tests: New file.
2227         * tests/test-fbufmode.c: New file.
2228
2229         * modules/fbufmode: New file.
2230         * lib/fbufmode.h: New file.
2231         * lib/fbufmode.c: New file.
2232         * m4/fbufmode.m4: New file.
2233
2234 2007-04-13  Bruno Haible  <bruno@clisp.org>
2235
2236         * modules/fwritable-tests: New file.
2237         * tests/test-fwritable.c: New file.
2238
2239         * modules/fwritable: New file.
2240         * lib/fwritable.h: New file.
2241         * lib/fwritable.c: New file.
2242         * m4/fwritable.m4: New file.
2243
2244 2007-04-13  Bruno Haible  <bruno@clisp.org>
2245
2246         * modules/freadable-tests: New file.
2247         * tests/test-freadable.c: New file.
2248
2249         * modules/freadable: New file.
2250         * lib/freadable.h: New file.
2251         * lib/freadable.c: New file.
2252         * m4/freadable.m4: New file.
2253
2254 2007-04-13  Bruno Haible  <bruno@clisp.org>
2255
2256         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2257         MOSTLYCLEANFILES.
2258
2259 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2260
2261         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2262         gzip bootstrap.conf to avoid dragging in i18n machinery.
2263         (gnulib_tool_option): Use it.
2264
2265 2007-04-13  Bruno Haible  <bruno@clisp.org>
2266
2267         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2268         %F directives.
2269         * tests/test-vasprintf-posix.c (test_function): Likewise.
2270         * tests/test-snprintf-posix.h (test_function): Likewise.
2271         * tests/test-sprintf-posix.h (test_function): Likewise.
2272         * tests/test-fprintf-posix.h (test_function): Likewise.
2273         * tests/test-printf-posix.h (test_function): Likewise.
2274         * tests/test-fprintf-posix.out: Likewise.
2275
2276 2007-04-13  Bruno Haible  <bruno@clisp.org>
2277
2278         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2279         * modules/tls-tests (configure.ac): Likewise.
2280         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2281
2282 2007-04-13  Bruno Haible  <bruno@clisp.org>
2283
2284         * lib/tls.c (glthread_tls_get): Fix return type.
2285         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2286
2287 2007-04-12  Eric Blake  <ebb9@byu.net>
2288
2289         * modules/gettime (Depends-on): Remove gettime.
2290         Reported by Dmitry V. Levin.
2291
2292 2007-04-12  Bruno Haible  <bruno@clisp.org>
2293
2294         * modules/fflush (Include): Mention <stdio.h>.
2295         * modules/strtoimax (Include): Mention <inttypes.h>.
2296         * modules/strtoumax (Include): Likewise.
2297
2298 2007-04-12  Eric Blake  <ebb9@byu.net>
2299
2300         * .cvsignore: New file.
2301         * .gitignore: Likewise.
2302
2303 2007-04-12  Bruno Haible  <bruno@clisp.org>
2304
2305         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2306         not before, since $(LDADD) often contains libgnu.a.
2307         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2308         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2309         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2310         Needed on Cygwin.
2311
2312 2007-04-12  Eric Blake  <ebb9@byu.net>
2313
2314         Work around glibc's failure to flush stdin on fclose.
2315         * lib/closein.c (close_stdin): Flush stdin before closing.
2316
2317         Work around glibc's failure to reset seekable stdin on exit.
2318         * modules/closein: New module.
2319         * lib/closein.c: New file.
2320         * lib/closein.h: Likewise.
2321         * m4/closein.m4: Likewise.
2322         * MODULES.html.sh (File stream based Input/Output): Document it.
2323
2324 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2325
2326         * gnulib-tool: Rename generated 'autobuild' script to
2327         'do-autobuild' in --create-megatestdir output.
2328
2329         * doc/gnulib.texi (Build robot for gnulib): Fix.
2330
2331 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2332
2333         * modules/sysexits (Depends-on): Add absolute-header.
2334
2335 2007-04-12  Eric Blake  <ebb9@byu.net>
2336
2337         No need to preserve errno on success.
2338         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2339         Reported by Bruno Haible.
2340
2341 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2342
2343         * MODULES.html.sh (Support for maintaining and releasing
2344         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2345
2346 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2347
2348         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2349
2350 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2351
2352         * modules/autobuild: New module.
2353
2354         * m4/autobuild.m4: New file.
2355
2356 2007-04-11  Bruno Haible  <bruno@clisp.org>
2357
2358         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2359         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2360         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2362         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2363         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2364         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2366         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2367         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2368         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2369         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2370         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2371         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2372         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2373         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2374         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2375         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2376         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2377         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_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/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_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/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_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         Reported by Eric Blake.
2387
2388 2007-04-11  Bruno Haible  <bruno@clisp.org>
2389
2390         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2391
2392 2007-04-10  Bruno Haible  <bruno@clisp.org>
2393
2394         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2395         for NaN and Infinity. Needed on FreeBSD 6.1.
2396         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2397         regarding results for "%010a" of Infinity and NaN.
2398         * tests/test-vasprintf-posix.c (test_function): Likewise.
2399         * tests/test-snprintf-posix.h (test_function): Likewise.
2400         * tests/test-sprintf-posix.h (test_function): Likewise.
2401         * tests/test-fprintf-posix.h (test_function): Likewise.
2402         * tests/test-printf-posix.h (test_function): Likewise.
2403         * tests/test-fprintf-posix.out: Likewise.
2404
2405 2007-04-10  Bruno Haible  <bruno@clisp.org>
2406
2407         * modules/locale-tests: New file.
2408         * tests/test-locale.c: New file.
2409
2410         * modules/locale: New file.
2411         * lib/locale_.h: New file.
2412         * m4/locale_h.m4: New file.
2413
2414 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2415             Bruno Haible  <bruno@clisp.org>
2416
2417         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2418         be determined, test for availability of the copysignf, copysign,
2419         copysignl functions.
2420         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2421         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2422         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2423
2424 2007-04-09  Eric Blake  <ebb9@byu.net>
2425
2426         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2427         * modules/stdio (Makefile.am): Support fflush.
2428         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2429         * modules/fflush: New file.
2430         * lib/fflush.c: Likewise.
2431         * m4/fflush.m4: Likewise.
2432         * modules/fflush-tests: New test.
2433         * tests/test-fflush.c: Likewise.
2434         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2435
2436 2007-04-06  Bruno Haible  <bruno@clisp.org>
2437
2438         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2439         (VASNPRINTF): Use signbit for faster determination whether to print a
2440         minus sign.
2441         * modules/vasnprintf (Files): Remove lib/float+.h.
2442         * modules/fprintf-posix (Depends-on): Add signbit.
2443         * modules/snprintf-posix (Depends-on): Likewise.
2444         * modules/sprintf-posix (Depends-on): Likewise.
2445         * modules/vasnprintf-posix (Depends-on): Likewise.
2446         * modules/vasprintf-posix (Depends-on): Likewise.
2447         * modules/vfprintf-posix (Depends-on): Likewise.
2448         * modules/vsnprintf-posix (Depends-on): Likewise.
2449         * modules/vsprintf-posix (Depends-on): Likewise.
2450
2451 2007-04-06  Bruno Haible  <bruno@clisp.org>
2452
2453         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2454         * tests/test-frexpl.c (main): Likewise.
2455         * tests/test-ldexpl.c (main): Likewise.
2456         * modules/frexp-tests (Depends-on): Add signbit.
2457         * modules/frexpl-tests (Depdends-on): Likewise.
2458         * modules/ldexpl-tests (Depdends-on): Likewise.
2459
2460 2007-04-06  Bruno Haible  <bruno@clisp.org>
2461
2462         * modules/signbit-tests: New file.
2463         * tests/test-signbit.c: New file.
2464
2465         * modules/signbit: New file.
2466         * lib/signbitf.c: New file.
2467         * lib/signbitd.c: New file.
2468         * lib/signbitl.c: New file.
2469         * m4/signbit.m4: New file.
2470         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2471         (signbit): New macro.
2472         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2473         REPLACE_SIGNBIT.
2474         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2475         REPLACE_FREXPL into math.h.
2476
2477 2007-04-06  Bruno Haible  <bruno@clisp.org>
2478
2479         * modules/isnanf-nolibm-tests: New file.
2480         * tests/test-isnanf.c: New file.
2481
2482         * modules/isnanf-nolibm: New file.
2483         * lib/isnanf.h: New file.
2484         * lib/isnanf.c: New file.
2485         * lib/isnan.c: Consider the USE_FLOAT macro.
2486         * m4/isnanf.m4: New file.
2487
2488 2007-04-06  Bruno Haible  <bruno@clisp.org>
2489
2490         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2491         (Link): New section.
2492
2493         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2494
2495 2007-04-06  Bruno Haible  <bruno@clisp.org>
2496
2497         Assume the 'long double' type.
2498         * m4/longdouble.m4: Remove file.
2499         * config/srclist.txt: Don't mention longdouble.m4.
2500         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2501         * lib/float+.h: Likewise.
2502         * lib/frexp.c: Likewise.
2503         * lib/printf-args.h: Likewise.
2504         * lib/printf-args.c: Likewise.
2505         * lib/printf-frexp.c: Likewise.
2506         * lib/printf-parse.c: Likewise.
2507         * lib/vasnprintf.c: Likewise.
2508         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2509         * m4/intl.m4: Likewise.
2510         * m4/isnanl.m4: Likewise.
2511         * m4/printf.m4: Likewise.
2512         * m4/printf-frexpl.m4: Likewise.
2513         * m4/vasnprintf.m4: Likewise.
2514         * modules/allocsa (Files): Remove m4/longdouble.m4.
2515         * modules/gettext (Files): Likewise.
2516         * modules/relocatable-prog-wrapper (Files): Likewise.
2517         * modules/vasnprintf (Files): Likewise.
2518         * modules/isnanl (Files): Likewise.
2519         (Include): Simplify.
2520         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2521         (Include): Simplify.
2522         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2523         (Include): Simplify.
2524         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2525         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2526         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2527         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2528         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2529         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2530         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2531         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2532         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2533         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2534         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2535         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2536         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2537         * tests/test-isnanl.c: Likewise.
2538         * tests/test-snprintf-posix.h: Likewise.
2539         * tests/test-sprintf-posix.h: Likewise.
2540         * tests/test-vasnprintf-posix.c: Likewise.
2541         * tests/test-vasnprintf-posix2.c: Likewise.
2542         * tests/test-vasprintf-posix.c: Likewise.
2543
2544 2007-04-06  Bruno Haible  <bruno@clisp.org>
2545
2546         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2547         * lib/math_.h [__DECC]: Include the overridden include file through
2548         #include_next, outside the double-inclusion guard.
2549         * lib/stdio_.h [__DECC]: Likewise.
2550         * lib/stdlib_.h [__DECC]: Likewise.
2551         * lib/string_.h [__DECC]: Likewise.
2552         * lib/time_.h [__DECC]: Likewise.
2553         * lib/wchar_.h [__DECC]: Likewise.
2554         * lib/wctype_.h [__DECC]: Likewise.
2555         * lib/inttypes_.h [__DECC]: Likewise.
2556         Reported by Albert Chin <china@thewrittenword.com> in
2557         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2558
2559 2007-04-04  Eric Blake  <ebb9@byu.net>
2560
2561         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2562         1.5.x.
2563
2564 2007-04-04  Bruno Haible  <bruno@clisp.org>
2565
2566         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2567         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2568
2569 2007-04-04  Bruno Haible  <bruno@clisp.org>
2570
2571         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2572         results for "%010a" of Infinity and NaN.
2573         * tests/test-vasprintf-posix.c (test_function): Likewise.
2574         * tests/test-snprintf-posix.h (test_function): Likewise.
2575         * tests/test-sprintf-posix.h (test_function): Likewise.
2576         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2577         * tests/test-printf-posix.h (test_function): Likewise.
2578         * tests/test-fprintf-posix.out: Update.
2579         Needed for FreeBSD 6.1.
2580
2581 2007-04-04  Bruno Haible  <bruno@clisp.org>
2582
2583         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2584         directly used by the gnulib modules nor by gnulib-tool.
2585
2586 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2587
2588         * DEPENDENCIES: Give overall description of version dependency
2589         desirability.  Use more-typical names for apps.
2590         Add shell, coreutils, diffutils, grep, tar, gzip.
2591
2592 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2593
2594         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2595
2596 2007-04-04  Karl Berry  <karl@gnu.org>
2597
2598         * MODULES.html.sh (func_module): missing '.
2599
2600 2007-04-03  Bruno Haible  <bruno@clisp.org>
2601
2602         * modules/argmatch-tests (Makefile.am): New variable
2603         test_argmatch_LDADD.
2604         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2605         * modules/array-list-tests (Makefile.am): New variable
2606         test_array_list_LDADD.
2607         * modules/array-oset-tests (Makefile.am): New variable
2608         test_array_oset_LDADD.
2609         * modules/avltree-list-tests (Makefile.am): New variable
2610         test_avltree_list_LDADD.
2611         * modules/avltree-oset-tests (Makefile.am): New variable
2612         test_avltree_oset_LDADD.
2613         * modules/avltreehash-list-tests (Makefile.am): New variable
2614         test_avltreehash_list_LDADD.
2615         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2616         test_canonicalize_lgpl_LDADD.
2617         * modules/carray-list-tests (Makefile.am): New variable
2618         test_carray_list_LDADD.
2619         * modules/dirname-tests (Makefile.am): New variable
2620         test_dirname_LDADD.
2621         * modules/linked-list-tests (Makefile.am): New variable
2622         test_linked_list_LDADD.
2623         * modules/linkedhash-list-tests (Makefile.am): New variable
2624         test_linkedhash_list_LDADD.
2625         * modules/rbtree-list-tests (Makefile.am): New variable
2626         test_rbtree_list_LDADD.
2627         * modules/rbtree-oset-tests (Makefile.am): New variable
2628         test_rbtree_oset_LDADD.
2629         * modules/rbtreehash-list-tests (Makefile.am): New variable
2630         test_rbtreehash_list_LDADD.
2631         * modules/xvasprintf-tests (Makefile.am): New variable
2632         test_xvasprintf_LDADD.
2633         Reported by Eric Blake.
2634
2635 2007-04-03  Eric Blake  <ebb9@byu.net>
2636
2637         * DEPENDENCIES: Weaken m4 requirements.
2638
2639 2007-04-03  Bruno Haible  <bruno@clisp.org>
2640
2641         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2642         * modules/isnanl-tests (configure.ac): Likewise.
2643
2644 2007-04-03  Ben Pfaff  <blp@gnu.org>
2645
2646         * modules/iconv_open: Add $(srcdir)/ to source directory
2647         references in Makefile fragments that call gperf, to fix VPATH
2648         builds.
2649
2650 2007-04-03  Bruno Haible  <bruno@clisp.org>
2651
2652         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2653         * lib/ldexpl.c: Undo last change.
2654
2655 2007-04-03  Bruno Haible  <bruno@clisp.org>
2656
2657         * modules/printf-frexpl (Depends-on): Undo last change.
2658         (Files): Add m4/ldexpl.m4.
2659
2660 2007-04-03  Bruno Haible  <bruno@clisp.org>
2661
2662         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2663         * modules/isnanl (Link): New section.
2664
2665         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2666         * modules/frexp (Link): New section.
2667
2668         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2669         * modules/frexpl (Link): New section.
2670
2671         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2672         * modules/ldexpl (Link): New section.
2673
2674 2007-04-03  Bruno Haible  <bruno@clisp.org>
2675
2676         * modules/TEMPLATE-EXTENDED: New file.
2677         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2678
2679 2007-04-03  Bruno Haible  <bruno@clisp.org>
2680
2681         * DEPENDENCIES: New file.
2682         Suggested by Simon Josefsson.
2683
2684 2007-04-03  Bruno Haible  <bruno@clisp.org>
2685
2686         * doc/gnulib.texi: Escape @.
2687
2688 2007-04-03  James Youngman  <jay@gnu.org>
2689         and Paul Eggert  <eggert@cs.ucla.edu>
2690
2691         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2692         birthtime on all systems that have birthtime, not just those which
2693         use st_birthtimensec rather than st_birthtim.  Putting zero in
2694         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2695         that the birth time is not available for files on an NFS mount.
2696
2697 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2698
2699         * modules/memxor: Move back from crypto/, suggested by Bruno.
2700         * modules/crypto/hmac-sha1: Fix memxor dependency.
2701
2702         * modules/crypto/gc: Moved from ../.
2703
2704 2007-04-02  Eric Blake  <ebb9@byu.net>
2705
2706         * lib/ldexpl.c (includes): Avoid libm.
2707
2708         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2709
2710 2007-04-02  Bruno Haible  <bruno@clisp.org>
2711
2712         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2713         on IRIX.
2714
2715 2007-04-02  Bruno Haible  <bruno@clisp.org>
2716
2717         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2718         x86 or x86_64 platforms running MacOS X.
2719         Reported by Ryan Schmidt <@ryandesign.com>.
2720
2721 2007-04-02  Bruno Haible  <bruno@clisp.org>
2722
2723         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2724         i386.
2725
2726 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2727
2728         * modules/crypto/arcfour: Moved from ../.
2729         * modules/crypto/arcfour-tests: Moved from ../.
2730         * modules/crypto/arctwo: Moved from ../.
2731         * modules/crypto/arctwo-tests: Moved from ../.
2732         * modules/crypto/des: Moved from ../.
2733         * modules/crypto/des-tests: Moved from ../.
2734         * modules/crypto/gc-arcfour: Moved from ../.
2735         * modules/crypto/gc-arcfour-tests: Moved from ../.
2736         * modules/crypto/gc-arctwo: Moved from ../.
2737         * modules/crypto/gc-arctwo-tests: Moved from ../.
2738         * modules/crypto/gc-des: Moved from ../.
2739         * modules/crypto/gc-des-tests: Moved from ../.
2740         * modules/crypto/gc-hmac-md5: Moved from ../.
2741         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2742         * modules/crypto/gc-hmac-sha1: Moved from ../.
2743         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2744         * modules/crypto/gc-md2: Moved from ../.
2745         * modules/crypto/gc-md2-tests: Moved from ../.
2746         * modules/crypto/gc-md4: Moved from ../.
2747         * modules/crypto/gc-md4-tests: Moved from ../.
2748         * modules/crypto/gc-md5: Moved from ../.
2749         * modules/crypto/gc-md5-tests: Moved from ../.
2750         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2751         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2752         * modules/crypto/gc-random: Moved from ../.
2753         * modules/crypto/gc-rijndael: Moved from ../.
2754         * modules/crypto/gc-rijndael-tests: Moved from ../.
2755         * modules/crypto/gc-sha1: Moved from ../.
2756         * modules/crypto/gc-sha1-tests: Moved from ../.
2757         * modules/crypto/gc-tests: Moved from ../.
2758         * modules/crypto/hmac-md5: Moved from ../.
2759         * modules/crypto/hmac-md5-tests: Moved from ../.
2760         * modules/crypto/hmac-sha1: Moved from ../.
2761         * modules/crypto/hmac-sha1-tests: Moved from ../.
2762         * modules/crypto/md2: Moved from ../.
2763         * modules/crypto/md2-tests: Moved from ../.
2764         * modules/crypto/md4: Moved from ../.
2765         * modules/crypto/md4-tests: Moved from ../.
2766         * modules/crypto/md5: Moved from ../.
2767         * modules/crypto/md5-tests: Moved from ../.
2768         * modules/crypto/memxor: Moved from ../.
2769         * modules/crypto/rijndael: Moved from ../.
2770         * modules/crypto/rijndael-tests: Moved from ../.
2771         * modules/crypto/sha1: Moved from ../.
2772
2773 2007-03-30  James Youngman  <jay@gnu.org>
2774
2775         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2776         rename() to change the ctime of a file (because ctime is unaffected
2777         by rename on jfs2 on AIX 5.1).
2778         (main): Start by doing cleanup, in case a previous run failed leaving
2779         test files behind.
2780
2781 2007-03-31  Bruno Haible  <bruno@clisp.org>
2782
2783         Support old proprietary implementations of iconv.
2784         * modules/iconv_open: New file.
2785         * lib/iconv_.h: New file.
2786         * m4/iconv_h.m4: New file.
2787         * lib/iconv_open.c: New file.
2788         * lib/iconv_open-aix.gperf: New file.
2789         * lib/iconv_open-hpux.gperf: New file.
2790         * lib/iconv_open-irix.gperf: New file.
2791         * lib/iconv_open-osf.gperf: New file.
2792         * m4/iconv_open.m4: New file.
2793         * modules/linebreak (Depends-on): Add iconv_open.
2794         * modules/striconv (Depends-on): Likewise.
2795         * modules/striconveh (Depends-on): Likewise.
2796         * modules/unicodeio (Depends-on): Likewise.
2797         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2798         (iconv_t)(-1).
2799         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2800         conversion if cd is (iconv_t)(-1).
2801         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2802         is not possible.
2803
2804 2007-03-31  Bruno Haible  <bruno@clisp.org>
2805
2806         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2807         work on Solaris either. Protect also second use of "autodetect_jp".
2808
2809 2007-03-31  Bruno Haible  <bruno@clisp.org>
2810
2811         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2812         the function is not present.
2813
2814 2007-03-31  Bruno Haible  <bruno@clisp.org>
2815
2816         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2817         the function is not present.
2818
2819 2007-03-31  Bruno Haible  <bruno@clisp.org>
2820
2821         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2822         a bug in HP-UX iconv_open().
2823
2824 2007-03-31  Bruno Haible  <bruno@clisp.org>
2825
2826         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2827         (Mathematics <math.h>): New section, add fpieee.
2828         (Input/output <stdio.h>): Add fseterr.
2829         (Mathematics <math.h>): New section, add printf-frexp.
2830         (Container data structures): Add sublist.
2831         (Core language properties): Add fpucw, inline.
2832         (Functions for greatest-width integer types <inttypes.h>): Add
2833         imaxabs, imaxdiv, inttypes.
2834         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2835         isnanl-nolibm, ldexp.
2836         (Mathematics <math.h>): New section, add printf-frexpl.
2837         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2838         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2839         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2840         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2841         (Unicode string functions): Add unistr/u*-mbtoucr.
2842         (Java): Add javacomp-script, javaexec-script.
2843         (C#): Add csharpcomp-script, csharpexec-script.
2844         (Support for building libraries and executables): Add havelib,
2845         relocatable-*.
2846         (Support for maintaining and releasing projects): Renamed from
2847         'Support for maintaining and release projects'. Add announce-gen.
2848
2849 2007-03-31  Bruno Haible  <bruno@clisp.org>
2850
2851         * README: Talk primarily about git.
2852         (git and CVS): Renamed from CVS.
2853         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2854         gnulib is available through git.
2855         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2856
2857 2007-03-30  Bruno Haible  <bruno@clisp.org>
2858
2859         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2860         * lib/poll_.h: Likewise.
2861         * lib/stat_.h: Likewise.
2862         * lib/sys_time_.h: Likewise.
2863         * lib/sysexit_.h: Likewise.
2864         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2865         * lib/stdbool_.h: Likewise.
2866         * lib/byteswap_.h: Add double-inclusion guard.
2867
2868 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2869
2870         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2871
2872 2007-03-30  Karl Berry  <karl@gnu.org>
2873
2874         * config/srclist-update: double space after USA in the license
2875         substitution, since that's how it's usually (?) written.
2876
2877 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2878
2879         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2880         reported by Bruno Haible.
2881
2882 2007-03-29  Bruno Haible  <bruno@clisp.org>
2883
2884         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2885         a bug in AIX iconv().
2886
2887 2007-03-29  Bruno Haible  <bruno@clisp.org>
2888
2889         * modules/ldexpl-tests: New file.
2890         * tests/test-ldexpl.c: New file.
2891
2892 2007-03-29  Bruno Haible  <bruno@clisp.org>
2893
2894         * lib/ldexpl.c: Include fpucw.h.
2895         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2896         multiplication.
2897         * modules/ldexpl (Depends-on): Add fpucw.
2898
2899 2007-03-29  Bruno Haible  <bruno@clisp.org>
2900
2901         * modules/ldexpl: New file.
2902         * m4/ldexpl.m4: New file.
2903         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2904         set.
2905         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2906         REPLACE_LDEXPL.
2907         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2908         REPLACE_LDEXPL.
2909         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2910         gl_FUNC_LDEXPL_WORKS.
2911         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2912         * modules/mathl (Files): Remove lib/ldexpl.c.
2913         (Depends-on): Add ldexpl.
2914
2915 2007-03-29  Bruno Haible  <bruno@clisp.org>
2916
2917         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2918
2919 2007-03-29  Bruno Haible  <bruno@clisp.org>
2920
2921         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2922         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2923         and possibly also HP-UX.
2924         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2925         work on AIX, IRIX, HP-UX, OSF/1.
2926         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2927         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2928         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2929         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2930         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2931         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2932
2933 2007-03-29  Bruno Haible  <bruno@clisp.org>
2934
2935         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2936
2937 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2938
2939         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2940         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2941
2942 2007-03-29  Eric Blake  <ebb9@byu.net>
2943
2944         * lib/acl-internal.h: Remove redundant include.
2945         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2946         Cygwin when a file is locked.
2947
2948 2007-03-29  Bruno Haible  <bruno@clisp.org>
2949
2950         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2951         file.
2952         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2953
2954 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2955
2956         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2957         try to remove a parent directory if the child couldn't be removed
2958         (except for the first rmdir, which could fail because the child
2959         doesn't exist).  Problem reported by Jeff Blaine in
2960         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2961
2962 2007-03-28  Bruno Haible  <bruno@clisp.org>
2963
2964         * lib/striconveh.c (utf8conv_carefully): New function.
2965         (mem_cd_iconveh_internal): Invoke it.
2966
2967 2007-03-28  Bruno Haible  <bruno@clisp.org>
2968
2969         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2970         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2971         input.
2972         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2973         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2974         unistr/u8-uctomb.
2975
2976 2007-03-28  Bruno Haible  <bruno@clisp.org>
2977
2978         * modules/unistr/u8-mbtoucr: New file.
2979         * lib/unistr/u8-mbtoucr.c: New file.
2980         * modules/unistr/u16-mbtoucr: New file.
2981         * lib/unistr/u16-mbtoucr.c: New file.
2982         * modules/unistr/u16-mbtoucr: New file.
2983         * lib/unistr/u16-mbtoucr.c: New file.
2984         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
2985
2986 2007-03-27  Simon Josefsson  <simon@josefsson.org>
2987             Bruno Haible  <bruno@clisp.org>
2988
2989         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
2990         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
2991         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
2992
2993         * m4/stdio_h.m4: Add stubs for vasprintf too.
2994
2995         * modules/stdio: Support vasprintf in sed command.
2996
2997         * modules/vasprintf: Depend on stdio for prototypes.  Remove
2998         vasprintf.h.  Add stdio module indicator.
2999
3000         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3001         vasprintf.h.
3002
3003         * lib/vasprintf.h: File removed.
3004
3005         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3006         * lib/vasprintf.c: Ditto.
3007         * lib/xvasprintf.c: Ditto.
3008         * tests/test-vasprintf-posix.c: Ditto.
3009         * tests/test-vasprintf.c: Ditto.
3010
3011 2007-03-27  Bruno Haible  <bruno@clisp.org>
3012
3013         Make vasnprintf multithread-safe.
3014         * lib/vasnprintf.c (decimal_point_char): New function.
3015         (VASNPRINTF): Use it.
3016         Suggested by Simon Josefsson.
3017
3018 2007-03-27  Eric Blake  <ebb9@byu.net>
3019
3020         Support sub-second birthtime on cygwin.
3021         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3022         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3023         (get_stat_birthtime): Also work with st_birthtim.
3024
3025 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3026
3027         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3028         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3029         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3030         (get_stat_birthtime_ns): Simplify compile-time tests.
3031         (get_stat_birthtime): Change the API to look like
3032         get_stat_mtime etc., except return a negative tv_nsec on error.
3033         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3034         Don't check for "spare" fields.
3035         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3036         or for struct stat.st_birthtime, as these tests aren't used.
3037         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3038
3039 2007-03-27  Bruno Haible  <bruno@clisp.org>
3040
3041         * lib/stat-time.h: Include <sys/stat.h>.
3042
3043 2007-03-27  James Youngman  <jay@gnu.org>
3044
3045         * lib/stat-time.h (get_stat_birthtime): New function for
3046           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3047         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3048           and its variants.
3049         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3050         * modules/stat-time-test: New file.
3051         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3052
3053 2007-03-26  Bruno Haible  <bruno@clisp.org>
3054
3055         Better support of signalling NaNs.
3056         * lib/atanl.c: Include isnanl.h.
3057         (atanl): Perform test for NaN at the beginning of the function and
3058         through a call to isnanl.
3059         * lib/cosl.c: Include isnanl.h.
3060         (cosl): Perform test for NaN at the beginning of the function and
3061         through a call to isnanl.
3062         * lib/ldexpl.c: Include isnanl.h.
3063         (ldexpl): Perform test for NaN through a call to isnanl.
3064         * lib/logl.c: Include isnanl.h.
3065         (logl): Perform test for NaN at the beginning of the function and
3066         through a call to isnanl.
3067         * lib/sinl.c: Include isnanl.h.
3068         (sinl): Perform test for NaN at the beginning of the function and
3069         through a call to isnanl.
3070         * lib/sqrtl.c: Include isnanl.h.
3071         (sqrtl): Perform test for NaN at the beginning of the function and
3072         through a call to isnanl.
3073         * lib/tanl.c: Include isnanl.h.
3074         (tanl): Perform test for NaN at the beginning of the function and
3075         through a call to isnanl.
3076         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3077         * modules/mathl (Depends-on): Add isnanl.
3078
3079 2007-03-26  Eric Blake  <ebb9@byu.net>
3080
3081         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3082         regression in logic sense of previous patch.
3083
3084 2007-03-26  Bruno Haible  <bruno@clisp.org>
3085
3086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3087         unportable shell command "if ! ...".
3088         Reported by Ralf Wildenhues.
3089
3090 2007-03-25  Bruno Haible  <bruno@clisp.org>
3091
3092         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3093         <sysexits.h> file, and only add EX_CONFIG.
3094         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3095         absolute file name and whether it is sufficient. Substitute also
3096         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3097         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3098         ABSOLUTE_SYSEXITS_H into sysexits.h.
3099
3100 2007-03-25  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3103         hints is NULL.
3104
3105 2007-03-25  Bruno Haible  <bruno@clisp.org>
3106
3107         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3108         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3109
3110 2007-03-25  Bruno Haible  <bruno@clisp.org>
3111
3112         * lib/vasnprintf.c: Include langinfo.h.
3113         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3114         multithread-safe.
3115         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3116         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3117         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3118         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3119         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3120         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3121         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3122         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3123         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3124         Reported by Simon Josefsson.
3125
3126 2007-03-25  Bruno Haible  <bruno@clisp.org>
3127
3128         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3129         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3130         * modules/vasnprintf (Depends-on): Add stdint.
3131
3132 2007-03-25  Bruno Haible  <bruno@clisp.org>
3133
3134         * modules/fpieee: New file.
3135         * m4/fpieee.m4: New file.
3136         * modules/isnan-nolibm (Depends-on): Add fpieee.
3137         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3138         * modules/isnanl (Depends-on): Add fpieee.
3139
3140 2007-03-25  Bruno Haible  <bruno@clisp.org>
3141
3142         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3143
3144 2007-03-25  Bruno Haible  <bruno@clisp.org>
3145
3146         Avoid test failures on IRIX 6.5.
3147         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3148         (main): Use it.
3149         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3150         macros.
3151         (main): Use them.
3152
3153 2007-03-25  Bruno Haible  <bruno@clisp.org>
3154
3155         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3156         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3157         exists but doesn't work.
3158         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3159         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3160         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3161         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3162
3163 2007-03-25  Bruno Haible  <bruno@clisp.org>
3164
3165         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3166         returns inf. Needed on IRIX 6.5.
3167
3168 2007-03-25  Bruno Haible  <bruno@clisp.org>
3169
3170         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3171         (main): Use isnanl instead of x != x idiom.
3172         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3173
3174         * tests/test-frexp.c: Include isnan.h.
3175         (main): Use isnan instead of x != x idiom.
3176         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3177
3178 2007-03-25  Bruno Haible  <bruno@clisp.org>
3179
3180         * tests/test-frexp.c (NaN): New function/macro.
3181         (main): Use it instead of 0.0 / 0.0.
3182         * tests/test-isnan.c (NaN): New function/macro.
3183         (main): Use it instead of 0.0 / 0.0.
3184         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3185         (test_function): Use it instead of 0.0 / 0.0.
3186         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3187         (test_function): Use it instead of 0.0 / 0.0.
3188         * tests/test-snprintf-posix.h (NaN): New function/macro.
3189         (test_function): Use it instead of 0.0 / 0.0.
3190         * tests/test-sprintf-posix.h (NaN): New function/macro.
3191         (test_function): Use it instead of 0.0 / 0.0.
3192         * tests/test-fprintf-posix.h (NaN): New function/macro.
3193         (test_function): Use it instead of 0.0 / 0.0.
3194         * tests/test-printf-posix.h (NaN): New function/macro.
3195         (test_function): Use it instead of 0.0 / 0.0.
3196
3197         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3198
3199 2007-03-25  Bruno Haible  <bruno@clisp.org>
3200
3201         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3202
3203 2007-03-25  Bruno Haible  <bruno@clisp.org>
3204
3205         * lib/regexec.c (merge_state_with_log): Make static.
3206
3207 2007-03-25  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/trigl.c (kernel_rem_pio2): Make static.
3210
3211 2007-03-25  Bruno Haible  <bruno@clisp.org>
3212
3213         * lib/sincosl.c (sincosl_table): Make static.
3214
3215 2007-03-25  Bruno Haible  <bruno@clisp.org>
3216
3217         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3218         if the compiler does not support C99.
3219
3220 2007-03-25  Bruno Haible  <bruno@clisp.org>
3221
3222         * modules/time (Makefile.am): Ensure all rule action lines start with a
3223         tab.
3224
3225 2007-03-24  Bruno Haible  <bruno@clisp.org>
3226
3227         * modules/tsearch-tests: New file.
3228         * tests/test-tsearch.sh: New file.
3229         * tests/test-tsearch.c: New file, mostly copied from glibc.
3230
3231         * modules/search-tests: New file.
3232         * tests/test-search.c: New file.
3233
3234         * modules/search: New file.
3235         * lib/search_.h: New file, incorporating lib/tsearch.h.
3236         * m4/search_h.m4: New file.
3237         * lib/tsearch.h: Remove file.
3238         * lib/tsearch.c: Include search.h instead of tsearch.h.
3239         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3240         HAVE_TSEARCH.
3241         * modules/tsearch (Files): Remove lib/tsearch.h.
3242         (Depends-on): Add search.
3243         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3244         (Include): Change tsearch.h into search.h.
3245
3246 2007-03-24  Bruno Haible  <bruno@clisp.org>
3247
3248         * modules/fpucw: New file.
3249         * lib/fpucw.h: New file.
3250         * lib/frexp.c: Include fpucw.h.
3251         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3252         (FUNC): Use them.
3253         * lib/printf-frexp.c: Include fpucw.h.
3254         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3255         (FUNC): Use them.
3256         * lib/vasnprintf.c: Include fpucw.h.
3257         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3258         'long double' calculations.
3259         * tests/test-frexpl.c: Include fpucw.h.
3260         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3261         * tests/test-printf-frexpl.c: Include fpucw.h.
3262         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3263         * modules/frexpl (Depends-on): Add fpucw.
3264         * modules/printf-frexpl (Depends-on): Likewise.
3265         * modules/fprintf-posix (Depends-on): Likewise.
3266         * modules/snprintf-posix (Depends-on): Likewise.
3267         * modules/sprintf-posix (Depends-on): Likewise.
3268         * modules/vasnprintf-posix (Depends-on): Likewise.
3269         * modules/vasprintf-posix (Depends-on): Likewise.
3270         * modules/vfprintf-posix (Depends-on): Likewise.
3271         * modules/vsnprintf-posix (Depends-on): Likewise.
3272         * modules/vsprintf-posix (Depends-on): Likewise.
3273         * modules/frexpl-tests (Depends-on): Likewise.
3274         * modules/printf-frexpl-tests (Depends-on): Likewise.
3275
3276 2007-03-24  Bruno Haible  <bruno@clisp.org>
3277
3278         * lib/float+.h: New file.
3279         * lib/isnan.c: Include float+.h.
3280         (SIZE): New macro.
3281         (FUNC): Compare only SIZE bytes of the value.
3282         * lib/vasnprintf.c: Include float+.h.
3283         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3284         SIZEOF_LDBL or SIZEOF_DBL bytes.
3285         * modules/isnan-nolibm (Files): Add lib/float+.h.
3286         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3287         * modules/isnanl (Files): Add lib/float+.h.
3288         * modules/vasnprintf (Files): Add lib/float+.h.
3289
3290 2007-03-24  Bruno Haible  <bruno@clisp.org>
3291
3292         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3293         include isnanl-nolibm.h.
3294
3295 2007-03-24  Bruno Haible  <bruno@clisp.org>
3296
3297         * tests/test-read-file.c (main): Don't produce spurious output for
3298         expected situations. Make the test fail if it encountered unexpected
3299         results.
3300
3301 2007-03-24  Bruno Haible  <bruno@clisp.org>
3302
3303         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3304         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3305
3306 2007-03-24  Bruno Haible  <bruno@clisp.org>
3307
3308         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3309
3310 2007-03-24  Bruno Haible  <bruno@clisp.org>
3311
3312         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3313         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3314
3315         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3316         * modules/utf8-ucs4: Turn into a symbolic link to module
3317         unistr/u8-mbtouc.
3318
3319         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3320         utf8-ucs4-unsafe.
3321         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3322         unistr/u8-mbtouc-unsafe.
3323
3324         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3325         * modules/utf16-ucs4: Turn into a symbolic link to module
3326         unistr/u16-mbtouc.
3327
3328         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3329         utf16-ucs4-unsafe.
3330         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3331         unistr/u16-mbtouc-unsafe.
3332
3333         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3334         * modules/ucs4-utf8: Turn into a symbolic link to module
3335         unistr/u8-ubtomb.
3336
3337         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3338         * modules/ucs4-utf16: Turn into a symbolic link to module
3339         unistr/u16-ubtomb.
3340
3341 2007-03-24  Bruno Haible  <bruno@clisp.org>
3342
3343         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3344         Enable the function only if HAVE_INLINE.
3345         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3346         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3347         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3348         Enable the function only if HAVE_INLINE.
3349         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3350         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3351         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3352         Enable the function only if HAVE_INLINE.
3353         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3354         Enable the function only if HAVE_INLINE.
3355         * modules/utf8-ucs4: Update.
3356         * modules/utf8-ucs4-unsafe: Update.
3357         * modules/utf16-ucs4: Update.
3358         * modules/utf16-ucs4-unsafe: Update.
3359         * modules/ucs4-utf8: Update.
3360         * modules/ucs4-utf16: Update.
3361
3362 2007-03-24  Bruno Haible  <bruno@clisp.org>
3363
3364         * lib/utf8-ucs4.h: Remove file.
3365         * lib/utf8-ucs4-unsafe.h: Remove file.
3366         * lib/utf16-ucs4.h: Remove file.
3367         * lib/utf16-ucs4-unsafe.h: Remove file.
3368         * lib/ucs4-utf8.h: Remove file.
3369         * lib/ucs4-utf16.h: Remove file.
3370         * lib/unistr.h: Include their previous contents.
3371         * m4/utf-ucs4.m4: Remove file.
3372         * m4/ucs4-utf.m4: Remove file.
3373         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3374         (Depends-on): Add unistr/base.
3375         (configure.ac): Remove gl_UTF_UCS4.
3376         (Makefile.am): Update.
3377         (Include): Change to unistr.h.
3378         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3379         (Depends-on): Add unistr/base.
3380         (configure.ac): Remove gl_UTF_UCS4.
3381         (Makefile.am): Update.
3382         (Include): Change to unistr.h.
3383         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3384         (Depends-on): Add unistr/base.
3385         (configure.ac): Remove gl_UTF_UCS4.
3386         (Makefile.am): Update.
3387         (Include): Change to unistr.h.
3388         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.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/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3394         (Depends-on): Add unistr/base.
3395         (configure.ac): Remove gl_UCS4_UTF.
3396         (Makefile.am): Update.
3397         (Include): Change to unistr.h.
3398         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3399         (Depends-on): Add unistr/base.
3400         (configure.ac): Remove gl_UCS4_UTF.
3401         (Makefile.am): Update.
3402         (Include): Change to unistr.h.
3403         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3404         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3405         utf8-ucs4-unsafe.h.
3406         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3407         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3408         utf16-ucs4-unsafe.h.
3409         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3410         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3411         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3412         * lib/unistr/u8-strchr.c: Likewise.
3413         * lib/unistr/u8-strrchr.c: Likewise.
3414         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3415         * lib/unistr/u16-strchr.c: Likewise.
3416         * lib/unistr/u16-strrchr.c: Likewise.
3417         * lib/striconveh.c: Update.
3418         * lib/linebreak.c: Update.
3419
3420 2007-03-24  Bruno Haible  <bruno@clisp.org>
3421
3422         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3423         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3424
3425 2007-03-22  Bruno Haible  <bruno@clisp.org>
3426
3427         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3428
3429 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3430
3431         * MODULES.html.sh (File system functions): New module write-any-file.
3432         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3433         * m4/write-any-file.m4: New files.
3434
3435 2007-03-23  Eric Blake  <ebb9@byu.net>
3436
3437         * gnulib-tool: Rearrange space-tab sequences, since some editors
3438         like to eat them.
3439
3440 2007-03-23  Eric Blake  <ebb9@byu.net>
3441
3442         * lib/version-etc.c (version_etc_va): Update license wording to
3443         be more concise.  Recommended by Richard Stallman.
3444
3445 2007-03-22  Bruno Haible  <bruno@clisp.org>
3446
3447         * lib/poll.c (MSG_PEEK): New fallback definition.
3448
3449 2007-03-22  Bruno Haible  <bruno@clisp.org>
3450
3451         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3452         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3453         (main): Update.
3454         Fixes a compilation error on BeOS.
3455
3456 2007-03-22  Bruno Haible  <bruno@clisp.org>
3457
3458         * modules/frexpl-tests: New file.
3459         * tests/test-frexpl.c: New file.
3460
3461         * modules/frexpl: New file.
3462         * m4/frexpl.m4: New file.
3463         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3464         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3465         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3466         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3467         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3468         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3469
3470 2007-03-22  Bruno Haible  <bruno@clisp.org>
3471
3472         * lib/frexpl.c: Share code with lib/frexp.c.
3473         * modules/mathl (Files): Add lib/frexp.c.
3474         (Depends-on): Add isnanl-nolibm.
3475
3476 2007-03-22  Bruno Haible  <bruno@clisp.org>
3477
3478         * modules/printf-frexp (Files): Add m4/frexp.m4.
3479         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3480         only if the found frexp function actually works.
3481
3482 2007-03-22  Bruno Haible  <bruno@clisp.org>
3483
3484         * lib/frexp.c: Remove older implementation that uses divisions.
3485
3486 2007-03-21  Bruno Haible  <bruno@clisp.org>
3487
3488         * modules/frexp-tests: New file.
3489         * tests/test-frexp.c: New file.
3490
3491         * modules/frexp: New file.
3492         * lib/frexp.c: New file.
3493         * m4/frexp.m4: New file.
3494         * lib/math_.h (frexp): New declaration.
3495         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3496         REPLACE_FREXP.
3497         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3498
3499 2007-03-21  Bruno Haible  <bruno@clisp.org>
3500
3501         * modules/isnanl-tests: New file.
3502         * tests/test-isnanl.c: New file.
3503
3504         * modules/isnanl: New file.
3505         * lib/isnanl.h: New file.
3506         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3507         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3508         gl_FUNC_ISNANL_WORKS.
3509         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3510         New macros.
3511
3512 2007-03-21  Bruno Haible  <bruno@clisp.org>
3513
3514         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3515         lib/isnanl.h.
3516         (Include): Update.
3517         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3518         * lib/vasnprintf.c: Update.
3519         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3520         tests/test-isnanl.h, remove tests/test-isnanl.c.
3521         (Makefile.am): Update.
3522         * tests/test-isnanl-nolibm.c: New file.
3523         * tests/test-isnanl.h: New file.
3524         * tests/test-isnanl.c: Remove file.
3525
3526 2007-03-21  Jim Meyering  <jim@meyering.net>
3527
3528         When trying to open ".", treat ESTALE like EACCES.
3529         * lib/savewd.c (savewd_save): Resort to forking not just upon
3530         failure with EACCES, but also when errno is ESTALE.
3531
3532 2007-03-20  Bruno Haible  <bruno@clisp.org>
3533
3534         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3535         Needed on AIX 5.1. Reported by Matthew Woehlke.
3536
3537 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3538
3539         Suggestions by Bruno Haible:
3540         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3541         our own.
3542         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3543         * modules/acl (Depends-on): Add gettext.
3544
3545 2007-03-19  Bruno Haible  <bruno@clisp.org>
3546
3547         * modules/iconvme: Remove file.
3548         * lib/iconvme.h: Remove file.
3549         * lib/iconvme.c: Remove file.
3550         * m4/iconvme.m4: Remove file.
3551
3552 2007-03-19  Bruno Haible  <bruno@clisp.org>
3553
3554         * doc/relocatable-maint.texi: Break long shell script line.
3555         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3556
3557 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3558
3559         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3560         handle file_has_acl.
3561         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3562         * lib/acl.c: Move header inclusions and related macro defns into
3563         lib/acl-internal.h.
3564         (S_ISLNK): Remove defn, since that's now done for us.
3565         (file_has_acl): Move to lib/file-has-acl.c.
3566         Call acl_trivial if available.  This is the crucial part of the fix.
3567         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3568         shared within the library.  Rewrite a bit, partly to make it compatible
3569         with the GNU coding style.
3570         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3571         Remove unnecessary double-quotes.
3572         Don't test for acl_to_text; the build will catch that.
3573         Replace acl_entries if it doesn't exist and it is needed.
3574         Check for -lsec and acl_trivial (as used on Solaris 10).
3575         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3576         lib/file-has-acl.c.
3577         (Depends-on): Add sys_stat, for S_ISLNK.
3578
3579 2007-03-19  Ben Pfaff  <blp@gnu.org>
3580
3581         * doc/gnulib.texi: Fix typos.
3582         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3583
3584 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3585
3586         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3587         If size is zero here, buf must be zero.
3588
3589 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3590
3591         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3592         <bruno@clisp.org>.
3593
3594 2007-03-18  Bruno Haible  <bruno@clisp.org>
3595
3596         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3597         Suggested by Eric Blake.
3598
3599 2007-03-18  Ben Pfaff  <blp@gnu.org>
3600
3601         * doc/relocatable.texi: Recommend using as prefix a directory
3602         that does not exist and will never be created.  Based on
3603         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3604         and others.
3605
3606 2007-03-17  Bruno Haible  <bruno@clisp.org>
3607
3608         * lib/fchownat.c: Include lchown.h.
3609
3610 2007-03-17  Bruno Haible  <bruno@clisp.org>
3611
3612         Fix endless loop when the given allocated size was > INT_MAX.
3613         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3614         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3615         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3616         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3617         * lib/sprintf.c (sprintf): Likewise.
3618
3619 2007-03-17  Bruno Haible  <bruno@clisp.org>
3620
3621         * tests/test-argp-2.sh (func_compare): Output a context diff.
3622
3623 2007-03-17  Bruno Haible  <bruno@clisp.org>
3624
3625         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3626         locale's decimal-point character.
3627
3628 2007-03-17  Bruno Haible  <bruno@clisp.org>
3629
3630         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3631         before comparing it. Needed because on some platforms (e.g. x86) a
3632         'long double' occupies less bytes than sizeof (long double).
3633
3634 2007-03-17  Bruno Haible  <bruno@clisp.org>
3635
3636         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3637         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3638         * tests/test-getaddrinfo.c (simple): Likewise.
3639         * tests/test-read-file.c (main): Likewise.
3640
3641 2007-03-17  Bruno Haible  <bruno@clisp.org>
3642
3643         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3644
3645 2007-03-17  Bruno Haible  <bruno@clisp.org>
3646
3647         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3648         unused variable.
3649
3650 2007-03-17  Bruno Haible  <bruno@clisp.org>
3651
3652         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3653         * tests/test-c-strncasecmp.c: Likewise.
3654
3655 2007-03-17  Bruno Haible  <bruno@clisp.org>
3656
3657         * modules/stdlib (Depends-on): Add unistd.
3658         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3659         Needed for MacOS X 10.3.
3660
3661 2007-03-17  Bruno Haible  <bruno@clisp.org>
3662
3663         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3664
3665 2007-03-17  Bruno Haible  <bruno@clisp.org>
3666
3667         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3668
3669 2007-03-17  Bruno Haible  <bruno@clisp.org>
3670
3671         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3672         to reflect files copied from gnulib (with or without modifications).
3673         Suggested by Jim Meyering.
3674
3675 2007-03-17  Eric Blake  <ebb9@byu.net>
3676
3677         * NEWS: Document stdlib change from 2007-02-18.
3678
3679 2007-03-17  Jim Meyering  <jim@meyering.net>
3680
3681         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3682         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3683         someone uses a name containing shell meta-characters.
3684         Reported by Alfred M. Szmidt.
3685
3686         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3687
3688 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3689
3690         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3691         and copy gettext configuration files only if configure.ac contains
3692         a use of AM_GNU_GETTEXT_VERSION.
3693
3694 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3695
3696         * build-aux/bootstrap (gnulib_name): New variable.
3697         (gnulib_tool_options): Use it.
3698
3699 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3700
3701         * tests/test-des.c: Use new namespace.
3702
3703 2007-03-15  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3706         Reported by James Youngman <jay@gnu.org>.
3707
3708 2007-03-15  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3711         declared prototype. Needed with cc on OSF/1 5.1.
3712
3713 2007-03-15  Bruno Haible  <bruno@clisp.org>
3714
3715         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3716         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3717         (struct gl_list_implementation): Add dispose_fn argument to the
3718         'create_empty', 'create' methods.
3719         (struct gl_list_impl_base): Add field 'dispose_fn'.
3720         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3721         argument.
3722         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3723         dispose_fn argument.
3724         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3725         dispose_fn on the dropped values.
3726         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3727         dispose_fn argument.
3728         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3729         dropped values.
3730         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3731         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3732         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3733         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3734         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3735         argument.
3736         (gl_tree_list_free): Call dispose_fn on the dropped values.
3737         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3738         the dropped values.
3739         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3740         Add dispose_fn argument.
3741         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3742         Call dispose_fn on the dropped values.
3743         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3744         Add dispose_fn argument.
3745         (gl_sublist_create): Initialize the 'dispose_fn' field.
3746         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3747         * tests/test-array_list.c (main): Update.
3748         * tests/test-carray_list.c (main): Update.
3749         * tests/test-avltree_list.c (main): Update.
3750         * tests/test-rbtree_list.c (main): Update.
3751         * tests/test-avltreehash_list.c (main): Update.
3752         * tests/test-rbtreehash_list.c (main): Update.
3753         * tests/test-linked_list.c (main): Update.
3754         * tests/test-linkedhash_list.c (main): Update.
3755         * tests/test-array_oset.c (main): Update.
3756
3757 2007-03-15  Bruno Haible  <bruno@clisp.org>
3758
3759         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3760         (gl_oset_create_empty): Add dispose_fn argument.
3761         (struct gl_oset_implementation): Add dispose_fn argument to
3762         'create_empty' method.
3763         (struct gl_oset_impl_base): Add dispose_fn field.
3764         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3765         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3766         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3767         values.
3768         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3769         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3770         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3771         dropped value.
3772         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3773         dropped value.
3774         * tests/test-array_oset.c (main): Update.
3775         * tests/test-avltree_oset.c (main): Update.
3776         * tests/test-rbtree_oset.c (main): Update.
3777         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3778
3779 2007-03-13  Bruno Haible  <bruno@clisp.org>
3780
3781         * tests/test-stdbool.c (i): Update after last patch.
3782
3783 2007-03-12  Bruno Haible  <bruno@clisp.org>
3784
3785         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3786         the iswprint macro. Needed on Solaris 2.5.1.
3787
3788 2007-03-12  Bruno Haible  <bruno@clisp.org>
3789
3790         * tests/test-printf-frexp.c (main): Declare x as volatile.
3791
3792 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3793
3794         * doc/gnulib.texi (Build robot for gnulib): New section.
3795
3796 2007-03-12  Jim Meyering  <jim@meyering.net>
3797
3798         * build-aux/bootstrap: New file.
3799         * build-aux/bootstrap.conf: New file, from coreutils.
3800
3801 2007-03-11  Bruno Haible  <bruno@clisp.org>
3802
3803         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3804
3805 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3806
3807         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3808         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3809         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3810
3811 2007-03-11  Bruno Haible  <bruno@clisp.org>
3812
3813         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3814         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3815
3816 2007-03-11  Bruno Haible  <bruno@clisp.org>
3817
3818         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3819         formula. Needed for SunPRO C 5.0.
3820
3821 2007-03-11  Bruno Haible  <bruno@clisp.org>
3822
3823         * modules/long-options (Depends-on): Add getopt.
3824
3825 2007-03-11  Bruno Haible  <bruno@clisp.org>
3826
3827         * modules/modechange (Depends-on): Add stdbool.
3828
3829 2007-03-11  Bruno Haible  <bruno@clisp.org>
3830
3831         * modules/i-ring (Depends-on): Add stdbool.
3832
3833 2007-03-11  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/gc-des (Depends-on): Add stdbool.
3836
3837 2007-03-11  Bruno Haible  <bruno@clisp.org>
3838
3839         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3840
3841 2007-03-11  Bruno Haible  <bruno@clisp.org>
3842
3843         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3844
3845 2007-03-11  Bruno Haible  <bruno@clisp.org>
3846
3847         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3848
3849 2007-03-11  Bruno Haible  <bruno@clisp.org>
3850
3851         * lib/vasnprintf.c (sprintf): Undefine.
3852
3853 2007-03-11  Bruno Haible  <bruno@clisp.org>
3854
3855         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3856         initializers in SunPRO C and Compaq C compilers.
3857
3858 2007-03-11  Bruno Haible  <bruno@clisp.org>
3859
3860         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3861         decrementing code ANSI C compliant.
3862
3863 2007-03-11  Bruno Haible  <bruno@clisp.org>
3864
3865         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3866         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3867
3868 2007-03-11  Bruno Haible  <bruno@clisp.org>
3869
3870         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3871         <stdbool.h> substitute doesn't pass.
3872
3873 2007-03-11  Bruno Haible  <bruno@clisp.org>
3874
3875         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3876
3877 2007-03-11  Bruno Haible  <bruno@clisp.org>
3878
3879         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3880         script, for submission to autobuild.josefsson.org.
3881
3882 2007-03-10  Bruno Haible  <bruno@clisp.org>
3883
3884         * modules/canonicalize-lgpl-tests: New file.
3885         * tests/test-canonicalize-lgpl.sh: New file.
3886         * tests/test-canonicalize-lgpl.c: New file.
3887
3888         * modules/c-strcase-tests: New file.
3889         * tests/test-c-strcase.sh: New file.
3890         * tests/test-c-strcasecmp.c: New file.
3891         * tests/test-c-strncasecmp.c: New file.
3892
3893         * modules/atexit-tests: New file.
3894         * tests/test-atexit.sh: New file.
3895         * tests/test-atexit.c: New file.
3896
3897 2007-03-10  Bruno Haible  <bruno@clisp.org>
3898
3899         * tests/test-binary-io.sh: Use temporary filenames that are not so
3900         likely to clash with those of other tests (in a parallel make).
3901         * tests/test-binary-io.c: Likewise.
3902
3903 2007-03-10  Bruno Haible  <bruno@clisp.org>
3904
3905         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3906         fallback; use #error instead.
3907         Suggested by Simon Josefsson.
3908
3909 2007-03-10  Bruno Haible  <bruno@clisp.org>
3910
3911         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3912         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3913         first and the last.
3914
3915 2007-03-10  Bruno Haible  <bruno@clisp.org>
3916
3917         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3918
3919 2007-03-10  Bruno Haible  <bruno@clisp.org>
3920
3921         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3922         "make distcheck".
3923         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3924         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3925         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3926
3927 2007-03-10  Bruno Haible  <bruno@clisp.org>
3928
3929         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3930         variable.
3931         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3932         variable.
3933
3934 2007-03-09  Eric Blake  <ebb9@byu.net>
3935         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3936
3937         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3938         types are not being provided by gnulib.
3939         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3940         types are supported.
3941
3942 2007-03-10  Bruno Haible  <bruno@clisp.org>
3943
3944         * lib/stdio_.h (__attribute__): New macro.
3945         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3946         vsprintf): Specify __attribute__ __format__ for GCC.
3947         Suggested by Eric Blake.
3948
3949 2007-03-09  Bruno Haible  <bruno@clisp.org>
3950
3951         * modules/printf-posix-tests: New file.
3952         * tests/test-printf-posix.sh: New file.
3953         * tests/test-printf-posix.c: New file.
3954
3955         * modules/printf-posix: New file.
3956         * lib/printf.c: New file.
3957         * m4/printf-posix-rpl.m4: New file.
3958         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3959         REPLACE_PRINTF.
3960         * lib/stdio_.h (printf): New declaration.
3961         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3962         ____strfmon____): New macros.
3963         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3964         REPLACE_PRINTF.
3965
3966 2007-03-09  Bruno Haible  <bruno@clisp.org>
3967
3968         * tests/test-vasnprintf-posix2.sh: New file.
3969         * tests/test-vasnprintf-posix2.c: New file.
3970         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3971         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3972         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3973
3974         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3975         a locale dependent decimal point, rather than always '.'.
3976
3977 2007-03-09  Eric Blake  <ebb9@byu.net>
3978
3979         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3980         spite of platforms like Tandem/NSK that define it to -1.
3981
3982 2007-03-08  Bruno Haible  <bruno@clisp.org>
3983
3984         * modules/vprintf-posix-tests: New file.
3985         * tests/test-vprintf-posix.sh: New file.
3986         * tests/test-vprintf-posix.c: New file.
3987         * tests/test-printf-posix.h: New file.
3988
3989         * modules/vprintf-posix: New file.
3990         * lib/vprintf.c: New file.
3991         * m4/vprintf-posix.m4: New file.
3992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
3993         REPLACE_VPRINTF.
3994         * lib/stdio_.h (vprintf): New declaration.
3995         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
3996         REPLACE_VPRINTF.
3997
3998 2007-03-08  Bruno Haible  <bruno@clisp.org>
3999
4000         * modules/fprintf-posix-tests: New file.
4001         * tests/test-fprintf-posix.sh: New file.
4002         * tests/test-fprintf-posix.c: New file.
4003
4004         * modules/fprintf-posix: New file.
4005         * lib/fprintf.c: New file.
4006         * m4/fprintf-posix.m4: New file.
4007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4008         REPLACE_FPRINTF.
4009         * lib/stdio_.h (fprintf): New declaration.
4010         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4011         REPLACE_FPRINTF.
4012
4013 2007-03-08  Bruno Haible  <bruno@clisp.org>
4014
4015         * modules/vfprintf-posix-tests: New file.
4016         * tests/test-vfprintf-posix.sh: New file.
4017         * tests/test-vfprintf-posix.c: New file.
4018         * tests/test-fprintf-posix.h: New file.
4019         * tests/test-fprintf-posix.out: New file.
4020
4021         * modules/vfprintf-posix: New file.
4022         * lib/vfprintf.c: New file.
4023         * m4/vfprintf-posix.m4: New file.
4024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4025         REPLACE_VFPRINTF.
4026         * lib/stdio_.h (vfprintf): New declaration.
4027         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4028         REPLACE_VFPRINTF.
4029
4030 2007-03-08  Bruno Haible  <bruno@clisp.org>
4031
4032         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4033
4034 2007-03-08  Bruno Haible  <bruno@clisp.org>
4035
4036         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4037         instead of 'expr' invocations.
4038         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4039         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4040         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4041         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4042         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4043         Suggested by Paul Eggert.
4044
4045 2007-03-08  Bruno Haible  <bruno@clisp.org>
4046
4047         * modules/fseterr-tests: New file.
4048         * tests/test-fseterr.c: New file.
4049
4050         * modules/fseterr: New file.
4051         * lib/fseterr.h: New file.
4052         * lib/fseterr.c: New file.
4053
4054 2007-03-08  Bruno Haible  <bruno@clisp.org>
4055
4056         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4057         * lib/getopt_.h: Likewise.
4058         * lib/mbswidth.h: Likewise.
4059         * lib/setenv.h: Likewise.
4060         * lib/vasnprintf.h: Likewise.
4061         * lib/vasprintf.h: Likewise.
4062         * lib/verror.h: Likewise.
4063         * lib/xsetenv.h: Likewise.
4064         * lib/xvasprintf.h: Likewise.
4065
4066 2007-03-08  Jim Meyering  <jim@meyering.net>
4067
4068         * users.txt: Add parted.
4069
4070         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4071
4072 2007-03-07  Bruno Haible  <bruno@clisp.org>
4073
4074         * m4/printf.m4: Make the shell script snippets copy&pastable.
4075
4076 2007-03-02  Bruno Haible  <bruno@clisp.org>
4077
4078         * lib/netinet_in_.h: New file.
4079         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4080         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4081         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4082         (Depends-on): Add absolute-header.
4083         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4084         into netinet/in.h.
4085
4086 2007-03-03  Bruno Haible  <bruno@clisp.org>
4087
4088         * lib/sys_select_.h: New file.
4089         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4090         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4091         * modules/sys_select (Files): Add lib/sys_select_.h.
4092         (Depends-on): Add absolute-header.
4093         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4094         into sys/select.h.
4095
4096 2007-03-02  Bruno Haible  <bruno@clisp.org>
4097
4098         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4099         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4100         values.
4101         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4102         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4103         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4104         * modules/sys_socket (Depends-on): Add absolute-header.
4105         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4106         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4107         (Include): Remove requirement of inclusion of <sys/types.h>.
4108
4109 2007-03-02  Bruno Haible  <bruno@clisp.org>
4110
4111         * lib/byteswap_.h (bswap_32): Fix formula.
4112
4113 2007-03-06  Bruno Haible  <bruno@clisp.org>
4114
4115         * modules/sprintf-posix-tests: New file.
4116         * tests/test-sprintf-posix.c: New file.
4117
4118         * modules/sprintf-posix: New file.
4119         * lib/sprintf.c: New file.
4120         * m4/sprintf-posix.m4: New file.
4121         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4122         REPLACE_SPRINTF.
4123         * lib/stdio_.h (sprintf): New declaration.
4124         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4125         REPLACE_SPRINTF.
4126
4127 2007-03-06  Bruno Haible  <bruno@clisp.org>
4128
4129         * modules/vsprintf-posix-tests: New file.
4130         * tests/test-vsprintf-posix.c: New file.
4131         * tests/test-sprintf-posix.h: New file.
4132
4133         * modules/vsprintf-posix: New file.
4134         * lib/vsprintf.c: New file.
4135         * m4/vsprintf-posix.m4: New file.
4136         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4137         REPLACE_VSPRINTF.
4138         * lib/stdio_.h (vsprintf): New declaration.
4139         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4140         REPLACE_VSPRINTF.
4141
4142 2007-03-06  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/vsnprintf (Depend-on): Remove minmax.
4145
4146 2007-03-06  Bruno Haible  <bruno@clisp.org>
4147
4148         * modules/snprintf-posix-tests: New file.
4149         * tests/test-snprintf-posix.c: New file.
4150
4151         * modules/snprintf-posix: New file.
4152         * m4/snprintf-posix.m4: New file.
4153         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4154         gl_FUNC_SNPRINTF.
4155         (gl_FUNC_SNPRINTF): Invoke it.
4156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4157         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4158         is set.
4159         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4160
4161 2007-03-06  Bruno Haible  <bruno@clisp.org>
4162
4163         * modules/vsnprintf-posix-tests: New file.
4164         * tests/test-vsnprintf-posix.c: New file.
4165         * tests/test-snprintf-posix.h: New file.
4166
4167         * modules/vsnprintf-posix: New file.
4168         * m4/vsnprintf-posix.m4: New file.
4169         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4170         gl_FUNC_VSNPRINTF.
4171         (gl_FUNC_VSNPRINTF): Invoke it.
4172         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4173         * lib/stdio_.h (vsnprintf): Define as a replacement if
4174         REPLACE_VSNPRINTF is set.
4175         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4176
4177 2007-03-06  Bruno Haible  <bruno@clisp.org>
4178
4179         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4180         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4181
4182 2007-03-06  Bruno Haible  <bruno@clisp.org>
4183
4184         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4185         (asinl): Declare also if HAVE_DECL_ASINL is set.
4186         (atanl): Declare also if HAVE_DECL_ATANL is set.
4187         (ceill): Declare also if HAVE_DECL_CEILL is set.
4188         (cosl): Declare also if HAVE_DECL_COSL is set.
4189         (expl): Declare also if HAVE_DECL_EXPL is set.
4190         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4191         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4192         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4193         (logl): Declare also if HAVE_DECL_LOGL is set.
4194         (sinl): Declare also if HAVE_DECL_SINL is set.
4195         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4196         (tanl): Declare also if HAVE_DECL_TANL is set.
4197         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4198         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4199         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4200         declaration of frexpl, ldexpl.
4201         * modules/printf-frexpl (Depends-on): Add math.
4202         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4203
4204 2007-03-05  Bruno Haible  <bruno@clisp.org>
4205
4206         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4207         frexpl and ldexpl are declared.
4208         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4209
4210 2007-03-05  Bruno Haible  <bruno@clisp.org>
4211
4212         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4213         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4214
4215 2007-03-05  Bruno Haible  <bruno@clisp.org>
4216
4217         * lib/stdio_.h: Include <stddef.h>.
4218
4219 2007-03-05  Bruno Haible  <bruno@clisp.org>
4220
4221         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4222
4223 2007-03-05  Bruno Haible  <bruno@clisp.org>
4224
4225         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4226         NetBSD 4, from Ralf Wildenhues.
4227
4228 2007-03-04  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/vasprintf.h: Update #if logic for the case when the functions
4231         exist but are overridden.
4232
4233 2007-03-04  Bruno Haible  <bruno@clisp.org>
4234
4235         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4236         implementations: glibc-2.4 and MacOS X 10.3.
4237         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4238         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4239         * tests/test-vasprintf-posix.c (test_function): Likewise.
4240
4241 2007-03-04  Bruno Haible  <bruno@clisp.org>
4242
4243         * modules/vasprintf-posix-tests: New file.
4244         * tests/test-vasprintf-posix.c: New file.
4245
4246         * modules/vasprintf-posix: New file.
4247         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4248         defined.
4249         * m4/vasprintf-posix.m4: New file.
4250         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4251         gl_FUNC_VASPRINTF.
4252         (gl_FUNC_VASPRINTF): Invoke it.
4253         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4254         here.
4255         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4256
4257 2007-03-04  Bruno Haible  <bruno@clisp.org>
4258
4259         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4260         REPLACE_GETTIMEOFDAY.
4261         * modules/sys_time (Makefile.am): Likewise.
4262         * m4/sys_time_h.m4: Likewise.
4263         * m4/gettimeofday.m4: Likewise.
4264
4265 2007-03-04  Bruno Haible  <bruno@clisp.org>
4266
4267         * modules/vasnprintf-posix-tests: New file.
4268         * tests/test-vasnprintf-posix.c: New file.
4269
4270         * modules/vasnprintf-posix: New file.
4271         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4272         printf-frexpl.h.
4273         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4274         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4275         REPLACE_VASNPRINTF is defined.
4276         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4277         gl_FUNC_VASNPRINTF.
4278         (gl_FUNC_VASNPRINTF): Invoke it.
4279         * m4/vasnprintf-posix.m4: New file.
4280         * m4/printf.m4: New file.
4281
4282 2007-03-04  Bruno Haible  <bruno@clisp.org>
4283
4284         Compile progreloc.c only if --enable-relocatable is specified.
4285         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4286         if --enable-relocatable was specified.
4287         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4288         lib_SOURCES.
4289
4290 2007-03-04  Jim Meyering  <jim@meyering.net>
4291
4292         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4293         Use it consistently, rather than enumerating errno constants.
4294
4295 2007-03-04  Bruno Haible  <bruno@clisp.org>
4296
4297         * modules/xvasprintf-tests: New file.
4298         * tests/test-xvasprintf.c: New file.
4299
4300         * modules/vasprintf-tests: New file.
4301         * tests/test-vasprintf.c: New file.
4302
4303         * modules/vasnprintf-tests: New file.
4304         * tests/test-vasnprintf.c: New file.
4305
4306         * modules/vsnprintf-tests: New file.
4307         * tests/test-vsnprintf.c: New file.
4308
4309         * modules/snprintf-tests: New file.
4310         * tests/test-snprintf.c: New file.
4311
4312 2007-03-04  Bruno Haible  <bruno@clisp.org>
4313
4314         Compile relocatable.c only if --enable-relocatable is specified.
4315         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4316         gl_RELOCATABLE_LIBRARY.
4317         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4318         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4319         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4320         gl_RELOCATABLE_LIBRARY.
4321         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4322         (Makefile.am): Remove lib_SOURCES.
4323         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4324         gl_RELOCATABLE_LIBRARY.
4325         (Makefile.am): Remove lib_SOURCES.
4326         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4327         always.
4328         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4329         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4330
4331 2007-03-04  Bruno Haible  <bruno@clisp.org>
4332
4333         * modules/argmatch-tests: New file.
4334         * tests/test-argmatch.c: New file.
4335
4336         * tests/test-allocsa.c (main): Halve the number of loop runs.
4337
4338         * modules/alloca-opt-tests: New file.
4339         * tests/test-alloca-opt.c: New file.
4340
4341 2007-03-04  Jim Meyering  <jim@meyering.net>
4342
4343         Work around difference between Linux ACLs and Solaris 10 ZFS.
4344         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4345         for EINVAL.
4346
4347 2007-03-03  Bruno Haible  <bruno@clisp.org>
4348
4349         * modules/relocatable-prog (Depends-on): Add back progreloc's
4350         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4351
4352 2007-03-03  Bruno Haible  <bruno@clisp.org>
4353
4354         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4355         * modules/relocatable-lib: New file.
4356
4357 2007-03-03  Bruno Haible  <bruno@clisp.org>
4358
4359         * modules/relocatable-prog: Renamed from modules/relocatable.
4360         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4361
4362 2007-03-03  Bruno Haible  <bruno@clisp.org>
4363
4364         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4365         m4/relocatable-lib.m4.
4366         (Depends-on): Remove 'relocatable'.
4367         (configure.ac): Add gl_RELOCATABLE_NOP.
4368
4369 2007-03-03  Bruno Haible  <bruno@clisp.org>
4370
4371         * modules/relocatable-prog-wrapper: New file.
4372         * modules/relocatable (Depends-on): Add it. Remove all other
4373         dependencies except progname.
4374         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4375
4376         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4377         (gl_FUNC_STRERROR): Nop.
4378         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4379
4380         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4381         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4382
4383         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4384         (gl_FUNC_READLINK): Update.
4385
4386         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4387
4388 2007-03-03  Bruno Haible  <bruno@clisp.org>
4389
4390         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4391         * modules/xreadlink (Depends-on): Add unistd.
4392         * modules/xreadlink-with-size (Depends-on): Likewise.
4393
4394 2007-03-03  Bruno Haible  <bruno@clisp.org>
4395
4396         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4397         extracted from gt_FUNC_SETENV.
4398         (gt_FUNC_SETENV): Remove macro.
4399         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4400         remove gt_FUNC_SETENV.
4401
4402 2007-03-03  Bruno Haible  <bruno@clisp.org>
4403
4404         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4405         ENABLE_RELOCATABLE here.
4406         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4407
4408 2007-03-03  Bruno Haible  <bruno@clisp.org>
4409
4410         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4411         * tests/test-rbtreehash_list.c: Include progname.h.
4412         (main): Call set_program_name.
4413
4414         * modules/rbtree-oset-tests (Depends-on): Add progname.
4415         * tests/test-rbtree_oset.c: Include progname.h.
4416         (main): Call set_program_name.
4417
4418         * modules/rbtree-list-tests (Depends-on): Add progname.
4419         * tests/test-rbtree_list.c: Include progname.h.
4420         (main): Call set_program_name.
4421
4422         * modules/linked-list-tests (Depends-on): Add progname.
4423         * tests/test-linked_list.c: Include progname.h.
4424         (main): Call set_program_name.
4425
4426 2007-03-03  Bruno Haible  <bruno@clisp.org>
4427
4428         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4429         All uses of __restrict changed to _Restrict_.
4430         * lib/glob_.h (__restrict): Remove macro.
4431
4432 2007-03-02  Bruno Haible  <bruno@clisp.org>
4433
4434         * modules/gettext (configure.ac): Require gettext infrastructure
4435         from version 0.16.1.
4436
4437 2007-03-02  Bruno Haible  <bruno@clisp.org>
4438
4439         * modules/linkedhash-list-tests (Depends-on): Add progname.
4440         * tests/test-linkedhash_list.c: Include progname.h.
4441         (main): Call set_program_name.
4442
4443         * modules/carray-list-tests (Depends-on): Add progname.
4444         * tests/test-carray_list.c: Include progname.h.
4445         (main): Call set_program_name.
4446
4447         * modules/avltreehash-list-tests (Depends-on): Add progname.
4448         * tests/test-avltreehash_list.c: Include progname.h.
4449         (main): Call set_program_name.
4450
4451         * modules/avltree-oset-tests (Depends-on): Add progname.
4452         * tests/test-avltree_oset.c: Include progname.h.
4453         (main): Call set_program_name.
4454
4455         * modules/avltree-list-tests (Depends-on): Add progname.
4456         * tests/test-avltree_list.c: Include progname.h.
4457         (main): Call set_program_name.
4458
4459         * modules/array-oset-tests (Depends-on): Add progname.
4460         * tests/test-array_oset.c: Include progname.h.
4461         (main): Call set_program_name.
4462
4463         * modules/array-list-tests (Depends-on): Add progname.
4464         * tests/test-array_list.c: Include progname.h.
4465         (main): Call set_program_name.
4466
4467         * modules/argp-tests (Depends-on): Add progname.
4468         * tests/test-argp.c: Include argp.h first. Include progname.h.
4469         (main): Call set_program_name.
4470
4471 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4472
4473         * doc/gnulib-tool.texi (Initial import): Reword description of
4474         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4475         limited effect even if defined after the first system include.
4476
4477 2007-03-01  Bruno Haible  <bruno@clisp.org>
4478
4479         * build-aux/config.libpath: Update to libtool-1.5.22.
4480         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4481
4482 2007-03-01  Bruno Haible  <bruno@clisp.org>
4483
4484         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4485         foo_CFLAGS.
4486         Reported by Ralf Wildenhues.
4487
4488 2007-03-01  Bruno Haible  <bruno@clisp.org>
4489
4490         * build-aux/install-reloc: Remove object files left over by some
4491         compilers.
4492         Reported by Ralf Wildenhues.
4493
4494 2007-03-01  Bruno Haible  <bruno@clisp.org>
4495
4496         * build-aux/install-reloc: Break long lines.
4497
4498 2007-03-01  Bruno Haible  <bruno@clisp.org>
4499
4500         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4501         Reported by Ralf Wildenhues.
4502
4503 2007-03-01  Bruno Haible  <bruno@clisp.org>
4504
4505         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4506         include ordering constraints.
4507
4508 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4509
4510         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4511         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4512         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4513         as another example.
4514         * lib/time_.h: Fix misspelling.
4515         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4516         Require gl_HEADER_TIME_H_DEFAULTS.
4517         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4518         * m4/time_r.m4 (gl_TIME_R): Likewise.
4519         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4520
4521 2007-03-01  Bruno Haible  <bruno@clisp.org>
4522
4523         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4524         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4525
4526 2007-03-01  Jim Meyering  <jim@meyering.net>
4527
4528         * modules/xreadlink (Maintainer): Add my name.
4529         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4530
4531 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4532             Bruno Haible  <bruno@clisp.org>
4533
4534         * build-aux/install-reloc: Compile also c-ctype.c.
4535         * build-aux/relocatable.sh.in: New file.
4536         * doc/relocatable.texi: New file.
4537         * doc/relocatable-maint.texi: New file.
4538         * doc/gnulib.texi: Include relocatable-maint.texi.
4539         * lib/progreloc.c: Include unistd.h unconditionally.
4540         * lib/relocwrapper.c: Include unistd.h unconditionally.
4541         Include c-ctype.h.
4542         (add_dotbin): Use c_tolower.
4543         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4544         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4545         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4546         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4547         to m4/relocatable-lib.m4.
4548         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4549         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4550         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4551         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4552         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4553         * modules/relocatable: New file.
4554         * modules/relocatable-lib: New file.
4555         * modules/relocatable-script: New file.
4556
4557 2007-02-28  Bruno Haible  <bruno@clisp.org>
4558
4559         Import --enable-relocatable infrastructure.
4560         * build-aux/config.libpath: New file, from GNU gettext.
4561         * build-aux/install-reloc: New file, from GNU gettext.
4562         * build-aux/reloc-ldflags: New file, from GNU gettext.
4563         * lib/relocatable.h: New file, from GNU gettext.
4564         * lib/relocatable.c: New file, from GNU gettext.
4565         * lib/relocwrapper.c: New file, from GNU gettext.
4566         * m4/relocatable.m4: New file, from GNU gettext.
4567
4568 2007-02-28  Bruno Haible  <bruno@clisp.org>
4569
4570         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4571
4572         * modules/xreadlink: New file, from GNU gettext with modifications.
4573         * lib/xreadlink.c: New file, from GNU gettext.
4574         * lib/xreadlink.h: Add comments.
4575         (xreadlink): New declaration.
4576
4577         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4578         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4579         lib/xreadlink-with-size.c.
4580         (configure.ac): Remove gl_XREADLINK invocation.
4581         (Makefile.am): Augment lib_SOURCES.
4582         * m4/xreadlink.m4: Remove file.
4583         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4584         (xreadlink_with_size): Renamed from xreadink.
4585         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4586         * modules/canonicalize (Depends-on): Replace xreadlink with
4587         xreadlink-with-size.
4588         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4589
4590 2007-02-25  Jim Meyering  <jim@meyering.net>
4591
4592         * build-aux/announce-gen: When complaining about excess arguments,
4593         list them.
4594
4595 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4596
4597         * README: Document signed integer overflow situation more
4598         accurately.
4599
4600 2007-02-25  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4603         'a' or 'A' conversion.
4604
4605 2007-02-25  Bruno Haible  <bruno@clisp.org>
4606
4607         * modules/filename: Renamed from modules/pathname.
4608         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4609         lib/concatpath.c with lib/concat-filename.c.
4610         (Makefile.am): Update.
4611         (Include): Replace pathname.h with filename.h.
4612         * lib/filename.h: Renamed from lib/pathname.h.
4613         (concatenated_filename): Renamed from concatenated_pathname.
4614         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4615         (concatenated_filename): Renamed from concatenated_pathname.
4616         * lib/findprog.c: Include filename.h instead of pathname.h.
4617         (find_in_path): Update.
4618         * lib/javacomp.c: Include filename.h instead of pathname.h.
4619         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4620         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4621         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4622         is_oldgcj_14_13_usable, is_javac_usable): Update.
4623         * lib/javaexec.c: Include filename.h instead of pathname.h.
4624         (execute_java_class): Update.
4625         * modules/findprog: Update.
4626         * modules/javacomp: Update.
4627         * modules/javaexec: Update.
4628         * MODULES.html.sh (File system functions): Add 'filename', remove
4629         'pathname'.
4630
4631 2007-02-25  Bruno Haible  <bruno@clisp.org>
4632
4633         * modules/printf-frexpl-tests: New file.
4634         * tests/test-printf-frexpl.c: New file.
4635
4636         * modules/printf-frexpl: New file.
4637         * lib/printf-frexpl.h: New file.
4638         * lib/printf-frexpl.c: New file.
4639         * m4/printf-frexpl.m4: New file.
4640
4641 2007-02-25  Bruno Haible  <bruno@clisp.org>
4642
4643         * modules/printf-frexp-tests: New file.
4644         * tests/test-printf-frexp.c: New file.
4645
4646         * modules/printf-frexp: New file.
4647         * lib/printf-frexp.h: New file.
4648         * lib/printf-frexp.c: New file.
4649         * m4/printf-frexp.m4: New file.
4650
4651 2007-02-25  Bruno Haible  <bruno@clisp.org>
4652
4653         Assume automake >= 1.10 for the tests.
4654         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4655         * modules/arctwo-tests: Likewise.
4656         * modules/argp-tests: Likewise.
4657         * modules/avltree-list-tests: Likewise.
4658         * modules/avltree-oset-tests: Likewise.
4659         * modules/avltreehash-list-tests: Likewise.
4660         * modules/carray-list-tests: Likewise.
4661         * modules/crc-tests: Likewise.
4662         * modules/des-tests: Likewise.
4663         * modules/gc-arcfour-tests: Likewise.
4664         * modules/gc-arctwo-tests: Likewise.
4665         * modules/gc-des-tests: Likewise.
4666         * modules/gc-hmac-md5-tests: Likewise.
4667         * modules/gc-hmac-sha1-tests: Likewise.
4668         * modules/gc-md2-tests: Likewise.
4669         * modules/gc-md4-tests: Likewise.
4670         * modules/gc-md5-tests: Likewise.
4671         * modules/gc-pbkdf2-sha1-tests: Likewise.
4672         * modules/gc-rijndael-tests: Likewise.
4673         * modules/gc-sha1-tests: Likewise.
4674         * modules/gc-tests: Likewise.
4675         * modules/getaddrinfo-tests: Likewise.
4676         * modules/hmac-md5-tests: Likewise.
4677         * modules/hmac-sha1-tests: Likewise.
4678         * modules/linked-list-tests: Likewise.
4679         * modules/linkedhash-list-tests: Likewise.
4680         * modules/lock-tests: Likewise.
4681         * modules/md2-tests: Likewise.
4682         * modules/md4-tests: Likewise.
4683         * modules/md5-tests: Likewise.
4684         * modules/rbtree-list-tests: Likewise.
4685         * modules/rbtree-oset-tests: Likewise.
4686         * modules/rbtreehash-list-tests: Likewise.
4687         * modules/read-file-tests: Likewise.
4688         * modules/rijndael-tests: Likewise.
4689         * modules/stdint-tests: Likewise.
4690         * modules/tls-tests: Likewise.
4691
4692 2007-02-24  Bruno Haible  <bruno@clisp.org>
4693
4694         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4695         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4696         function; instead check whether isnan with a double argument links.
4697         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4698         function; instead check whether isnan with a 'long double' argument
4699         links.
4700         Reported by Eric Blake <ebb9@byu.net>.
4701
4702 2007-02-24  Bruno Haible  <bruno@clisp.org>
4703
4704         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4705         defined.
4706         * lib/isnanl.c: Remove all code. Just include isnan.c.
4707         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4708
4709 2007-02-25  Jim Meyering  <jim@meyering.net>
4710
4711         Avoid conflicting types for 'unsetenv' on FreeBSD.
4712         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4713         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4714         in stdlib.h.
4715
4716 2007-02-24  Bruno Haible  <bruno@clisp.org>
4717
4718         * modules/isnanl-nolibm-tests: New file.
4719         * tests/test-isnanl.c: New file.
4720
4721         * modules/isnanl-nolibm: New file.
4722         * lib/isnanl.h: New file.
4723         * lib/isnanl.c: New file.
4724         * m4/isnanl.m4: New file.
4725
4726 2007-02-24  Bruno Haible  <bruno@clisp.org>
4727
4728         * modules/isnan-nolibm-tests: New file.
4729         * tests/test-isnan.c: New file.
4730
4731         * modules/isnan-nolibm: New file.
4732         * lib/isnan.h: New file.
4733         * lib/isnan.c: New file.
4734         * m4/isnan.m4: New file.
4735
4736 2007-02-24  Bruno Haible  <bruno@clisp.org>
4737
4738         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4739         assume that an exponent fits in 20 bits.
4740
4741 2007-02-24  Jim Meyering  <jim@meyering.net>
4742
4743         * m4/regex.m4: Update the description of the configure-time option,
4744         --without-included-regex, to state accurately what the defaults are,
4745         and perhaps to give people an idea why using this option is risky.
4746
4747 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4748
4749         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4750         loops on small arguments.  This attempts to avoid the problem
4751         Bruno Haible reported for AIX 4.3.2 in
4752         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4753
4754 2007-02-23  Bruno Haible  <bruno@clisp.org>
4755
4756         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4757         Needed for help2man.
4758
4759 2007-02-23  Karl Berry  <karl@gnu.org>
4760
4761         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4762         exists, foo.h should be cvs-ignored, not committed.
4763
4764 2007-02-23  Eric Blake  <ebb9@byu.net>
4765
4766         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4767         * lib/stat-time.h (includes): Likewise.
4768         * lib/utimecmp.c (includes): Likewise.
4769         * lib/utimens.h (includes): Likewise.
4770         * lib/getdate.y (includes): Also include "timespec.h" for use
4771         internal to the module.
4772         * modules/utimens (Depends-on): Revert yesterday's patch.
4773         * modules/nanosleep (Depends-on): Add missing dependency.
4774
4775 2007-02-22  Bruno Haible  <bruno@clisp.org>
4776
4777         * lib/glob.c: Don't include getlogin_r.h.
4778
4779 2007-02-22  Jim Meyering  <jim@meyering.net>
4780
4781         * modules/utimens (Depends-on): Add timespec, required for
4782         utimens.h's inclusion of timespec.h.
4783
4784 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4785
4786         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4787         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4788         Schwab in
4789         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4790         I'll try to think of a better way to fix the Solaris problem.
4791
4792         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4793         like glibc; on Solaris 10, it fails with errno == EINVAL.
4794         POSIX says the behavior is unspecified if the first argument is NULL,
4795         so play it safe and never pass NULL to the system getcwd.
4796
4797 2007-02-21  Jim Meyering  <jim@meyering.net>
4798
4799         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4800         of gettimeofday.  It would conflict with the one now always
4801         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4802         an IRIX 6.5 build failure.
4803
4804 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4805
4806         Minor fixups to port to Solaris 10 with Sun C 5.8.
4807         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4808         * modules/getcwd (Depends-on): Add dirfd.
4809         * lib/putenv.c (putenv): #undef it.
4810         (rpl_putenv): New decl.
4811         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4812
4813 2007-02-20  Bruno Haible  <bruno@clisp.org>
4814
4815         * modules/stdio-tests: New file.
4816         * tests/test-stdio.c: New file.
4817
4818         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4819         (Depends-on): Add stdio.
4820         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4821         (Include): Use <stdio.h> instead of vsnprintf.h.
4822         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4823         HAVE_DECL_VSNPRINTF.
4824         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4825
4826         * modules/snprintf (Files): Remove lib/snprintf.h.
4827         (Depends-on): Add stdio.
4828         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4829         (Include): Use <stdio.h> instead of snprintf.h.
4830         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4831         HAVE_DECL_SNPRINTF.
4832         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4833         * lib/getaddrinfo.c: Likewise.
4834
4835         * modules/stdio: New file.
4836         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4837         * lib/snprintf.h: Remove file.
4838         * lib/vsnprintf.h: Remove file.
4839         * lib/.cppi-disable: Remove snprintf.h.
4840         * m4/stdio_h.m4: New file.
4841         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4842
4843 2007-02-20  Jim Meyering  <jim@meyering.net>
4844
4845         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4846         used by e.g., mingw.  From Bruno Haible.
4847
4848 2007-02-19  Bruno Haible  <bruno@clisp.org>
4849
4850         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4851         warnings.
4852         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4853
4854 2007-02-19  Bruno Haible  <bruno@clisp.org>
4855
4856         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4857         from mingw users.
4858
4859 2007-02-19  Bruno Haible  <bruno@clisp.org>
4860
4861         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4862         warnings.
4863         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4864
4865 2007-02-19  Jim Meyering  <jim@meyering.net>
4866
4867         Don't use FD after a successful "fdopendir (fd)".
4868         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4869         Reset it by calling dirfd on the just-obtained DIR*.
4870
4871         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4872         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4873
4874 2007-02-18  Bruno Haible  <bruno@clisp.org>
4875
4876         * lib/readlink.c: Include <unistd.h>.
4877         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4878         HAVE_READLINK.
4879         * modules/readlink (Depends-on): Add unistd.
4880         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4881         (Include): Add <unistd.h>.
4882
4883         * lib/getlogin_r.h: Remove file.
4884         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4885         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4886         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4887         HAVE_DECL_GETLOGIN_R.
4888         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4889         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4890         (Include): Use <unistd.h> instead of getlogin_r.h.
4891
4892         * lib/getcwd.h: Remove file.
4893         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4894         * lib/xgetcwd.c: Likewise.
4895         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4896         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4897         * modules/getcwd (Files): Remove lib/getcwd.h.
4898         (Depends-on): Add unistd.
4899         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4900         (Include): Use <unistd.h> instad of getcwd.h.
4901
4902         * lib/ftruncate.c: Include <unistd.h> first.
4903         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4904         Set HAVE_FTRUNCATE.
4905         * modules/ftruncate (Depends-on): Add unistd.
4906         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4907
4908         * lib/fchdir.c: Include <unistd.h> first.
4909         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4910         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4911         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4912         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4913         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4914
4915         * lib/dup2.c: Include <unistd.h> first.
4916         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4917         HAVE_DUP2.
4918         * modules/dup2 (Depends-on): Add unistd.
4919         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4920
4921         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4922         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4923         REPLACE_CHOWN. Don't define chown as a macro here.
4924         * modules/chown (Depends-on): Add unistd.
4925         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4926
4927         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4928         Add definition for GL_LINK_WARNING.
4929         (chown, dup2): New declarations.
4930         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4931         link warning.
4932         (ftruncate): New declaration.
4933         (getcwd): New declaration, taken from old getcwd.h.
4934         (getlogin_r): New declaration, taken from old getlogin_r.h.
4935         (readlink): New declaration.
4936         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4937         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4938         (gl_PREREQ_UNISTD): Remove macro.
4939         (gl_UNISTD_MODULE_INDICATOR): New macro.
4940         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4941         many new variables. Don't set UNISTD_H.
4942         * modules/unistd (Description): Change.
4943         (Depends-on): Add link-warning.
4944         (configure.ac): Update.
4945         (Makefile.am): Create unistd.h always. Substitute many new variables
4946         into it.
4947
4948 2007-02-18  Bruno Haible  <bruno@clisp.org>
4949
4950         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4951         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4952         HAVE_GETSUBOPT.
4953         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4954         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4955         * lib/getsubopt.h: Remove file.
4956         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4957         (Depends-on): Add stdlib.
4958         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4959         (Includes): Use <stdlib.h> instead of getsubopt.h.
4960         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4961         Set HAVE_GETSUBOPT.
4962         * lib/getsubopt.c: Don't include getsubopt.h.
4963
4964 2007-02-18  Bruno Haible  <bruno@clisp.org>
4965
4966         * modules/fchdir (Depends-on): Add dup2.
4967
4968 2007-02-18  Bruno Haible  <bruno@clisp.org>
4969
4970         * lib/stdlib_.h: Handle glibc's special invocation convention
4971         specially.
4972
4973 2007-02-18  Bruno Haible  <bruno@clisp.org>
4974
4975         * modules/stdlib-tests: New file.
4976         * tests/test-stdlib.c: New file.
4977
4978         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4979         (Depends-on): Add stdlib.
4980         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4981         (Includes): Use <stdlib.h> instead of mkstemp.h.
4982         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4983         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4984         * lib/mkstemp.c: Don't include mkstemp.h.
4985         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
4986         * lib/stdlib--.h: Don't include mkstemp.h.
4987
4988         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
4989         (Depends-on): Add stdlib.
4990         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4991         (Includes): Use <stdlib.h> instead of mkdtemp.h.
4992         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4993         HAVE_MKDTEMP.
4994         * lib/mkdtemp.c: Don't include mkdtemp.h.
4995         * lib/clean-temp.c: Don't include mkdtemp.h.
4996
4997         * modules/exit (Files): Remove lib/exit.h.
4998         (Depends-on): Add stdlib.
4999         (Makefile.am): Remove lib_SOURCES.
5000         (Include): Use <stdlib.h> instead of exit.h.
5001         * lib/argmatch.c: Don't include exit.h.
5002         * lib/execute.c: Likewise.
5003         * lib/pagealign_alloc.c: Likewise.
5004         * lib/pipe.c: Likewise.
5005         * lib/wait-process.c: Likewise.
5006         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5007         * lib/exitfail.c: Likewise.
5008         * lib/savewd.c: Likewise.
5009         * lib/xsetenv.c: Likewise.
5010
5011         * modules/stdlib: New file.
5012         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5013         and extra comments about mkstemp().
5014         * lib/exit.h: Remove file.
5015         * lib/mkdtemp.h: Remove file.
5016         * lib/mkstemp.h: Remove file.
5017         * m4/stdlib_h.m4: New file.
5018         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5019
5020 2007-02-18  Bruno Haible  <bruno@clisp.org>
5021
5022         * modules/math-tests: New file.
5023         * tests/test-math.c: New file.
5024
5025         * modules/math: New file.
5026         * modules/mathl (Files): Remove lib/mathl.h.
5027         (Depends-on): Add math.
5028         (Makefile.am): Don't mention mathl.h.
5029         (Include): Use <math.h> instead of mathl.h.
5030         * lib/math_.h: New file.
5031         * lib/mathl.h: Remove file.
5032         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5033         mathl.h.
5034         * lib/asinl.c: Likewise.
5035         * lib/atanl.c: Likewise.
5036         * lib/ceill.c: Likewise.
5037         * lib/cosl.c: Likewise.
5038         * lib/expl.c: Likewise.
5039         * lib/floorl.c: Likewise.
5040         * lib/frexpl.c: Likewise.
5041         * lib/ldexpl.c: Likewise.
5042         * lib/logl.c: Likewise.
5043         * lib/sincosl.c: Likewise.
5044         * lib/sinl.c: Likewise.
5045         * lib/sqrtl.c: Likewise.
5046         * lib/tanl.c: Likewise.
5047         * lib/trigl.c: Likewise.
5048         * m4/math_h.m4: New file.
5049         * MODULES.html.sh (Mathematics): Add math.
5050
5051 2007-02-17  Bruno Haible  <bruno@clisp.org>
5052
5053         * modules/wctype-tests: New file.
5054         * tests/test-wctype.c: New file.
5055
5056         * modules/wchar-tests: New file.
5057         * tests/test-wchar.c: New file.
5058
5059         * modules/unistd-tests: New file.
5060         * tests/test-unistd.c: New file.
5061
5062         * modules/time-tests: New file.
5063         * tests/test-time.c: New file.
5064
5065         * modules/sysexits-tests: New file.
5066         * tests/test-sysexits.c: New file.
5067
5068         * modules/sys_time-tests: New file.
5069         * tests/test-sys_time.c: New file.
5070
5071         * modules/sys_stat-tests: New file.
5072         * tests/test-sys_stat.c: New file.
5073
5074         * modules/sys_socket-tests: New file.
5075         * tests/test-sys_socket.c: New file.
5076
5077         * modules/sys_select-tests: New file.
5078         * tests/test-sys_select.c: New file.
5079
5080         * modules/string-tests: New file.
5081         * tests/test-string.c: New file.
5082
5083         * modules/stdbool-tests: New file.
5084         * tests/test-stdbool.c: New file.
5085
5086         * modules/netinet_in-tests: New file.
5087         * tests/test-netinet_in.c: New file.
5088
5089         * modules/inttypes-tests: New file.
5090         * tests/test-inttypes.c: New file.
5091
5092         * modules/fcntl-tests: New file.
5093         * tests/test-fcntl.c: New file.
5094
5095         * modules/byteswap-tests: New file.
5096         * tests/test-byteswap.c: New file.
5097
5098         * modules/arpa_inet-tests: New file.
5099         * tests/test-arpa_inet.c: New file.
5100
5101 2007-02-17  Bruno Haible  <bruno@clisp.org>
5102
5103         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5104         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5105         if the corresponding module is not enabled. Emit link warnings if
5106         the function is used nevertheless.
5107         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5108         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5109         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5110         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5111         * modules/inttypes (Depends-on): Add link-warning.
5112         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5113         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5114         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5115         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5116         * modules/imaxdiv (configure.ac): Likewise.
5117         * modules/strtoimax (configure.ac): Likewise.
5118         * modules/strtoumax (configure.ac): Likewise.
5119
5120 2007-02-17  Bruno Haible  <bruno@clisp.org>
5121
5122         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5123         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5124         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5125         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5126
5127 2007-02-17  Bruno Haible  <bruno@clisp.org>
5128
5129         * modules/link-warning: New file.
5130         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5131         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5132         * modules/string (Depends-on): Add link-warning.
5133         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5134         string.h.
5135         * MODULES.html.sh (Support for building libraries and executables): Add
5136         link-warning.
5137
5138 2007-02-17  Bruno Haible  <bruno@clisp.org>
5139
5140         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5141         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5142         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5143         long lines.
5144
5145 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5146             Bruno Haible  <bruno@clisp.org>
5147
5148         * modules/tmpfile: New file.
5149         * lib/tmpfile.c: New file.
5150         * m4/tmpfile.m4: New file.
5151         * MODULES.html.sh (func_all_modules): New section "Input/output".
5152
5153 2007-02-15  Bruno Haible  <bruno@clisp.org>
5154
5155         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5156         (supports_delete_on_close): New function.
5157         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5158
5159 2007-02-14  Bruno Haible  <bruno@clisp.org>
5160
5161         * modules/mbspcasecmp-tests: New file.
5162         * tests/test-mbspcasecmp.sh: New file.
5163         * tests/test-mbspcasecmp.c: New file.
5164
5165         New module mbspcasecmp.
5166         * modules/mbspcasecmp: New file.
5167         * lib/mbspcasecmp.c: New file.
5168         * lib/string_.h (strncasecmp): Change warning message.
5169         (mbspcasecmp): New declaration.
5170         * m4/mbspcasecmp.m4: New file.
5171         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5172         GNULIB_MBSPCASECMP.
5173         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5174         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5175
5176 2007-02-14  Bruno Haible  <bruno@clisp.org>
5177
5178         * modules/mbsncasecmp-tests: New file.
5179         * tests/test-mbsncasecmp.sh: New file.
5180         * tests/test-mbsncasecmp.c: New file.
5181
5182         New module mbsncasecmp.
5183         * modules/mbsncasecmp: New file.
5184         * lib/mbsncasecmp.c: New file.
5185         * lib/string_.h (mbsncasecmp): New declaration.
5186         * m4/mbsncasecmp.m4: New file.
5187         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5188         GNULIB_MBSNCASECMP.
5189         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5190         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5191
5192 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5193
5194         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5195         Verify that it doesn't overlap with our flags.
5196         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5197         do not have the desired effect in multibyte locales; instead, use
5198         mbscasecmp.
5199         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5200         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5201         we don't require GNU fnmatch ourselves (if our users require it, they
5202         should do so explicitly).
5203
5204         Fix regex code so it doesn't rely on strcasecmp.
5205         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5206         Otherwise, include gnulib's langinfo.h.
5207         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5208         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5209         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5210         * modules/regex (FILES): Remove m4/codeset.m4.
5211         (Depends-on): Add localcharset.  Remove strcase.
5212
5213 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5214
5215         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5216         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5217
5218 2007-02-13  Bruno Haible  <bruno@clisp.org>
5219
5220         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5221         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5222
5223 2007-02-12  Bruno Haible  <bruno@clisp.org>
5224
5225         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5226         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5227         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5228         time warning rather than a link error.
5229
5230 2007-02-12  Bruno Haible  <bruno@clisp.org>
5231
5232         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5233         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5234         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5235
5236 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5237
5238         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5239         args, not 2.
5240
5241 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5242
5243         New module 'time', so that apps can include <time.h> as per
5244         POSIX and GNU instead of separate include files like time_r.h
5245         and timegm.h.  This implementation tries out a simpler approach
5246         for replacing decls in standard include files (as compared to
5247         the string module), somewhat as an experiment.
5248
5249         * config/srclist.txt: Comment out mktime.c for now.
5250         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5251         since it doesn't apply any more.  Use generic wording instead.
5252         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5253         'time'.
5254         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5255         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5256         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5257         Don't include <sys/types.h>; no longer needed since we assume C89.
5258         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5259         * lib/strftime.c: Likewise.
5260         * lib/time_r.c: Likewise.
5261         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5262         * lib/nanosleep.c: Include <time.h> first, to check interface.
5263         * lib/strptime.c: Likewise.
5264         * lib/time_r.c: Likewise.
5265         * lib/timegm.c: Likewise.
5266         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5267         needed.
5268         * lib/timegm.c: Don't include timegm.h; no longer needed.
5269         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5270         time.h now handles any problems in that area.
5271         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5272         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5273         that time.h defines struct timespec.
5274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5275         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5276         handles that.
5277         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5278         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5279         needed.  Set REPLACE_LOCALTIME.
5280         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5281         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5282         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5283         nanosleep; time_h.m4 now does that.  Don't require
5284         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5285         module handles this now.
5286         * modules/getdate (Depends-on): Remove timespec.  Add time.
5287         * modules/nanosleep (Depends-on): Likewise.
5288         * modules/stat-time (Depends-on): Likewise.
5289         * modules/nanosleep (Include): Include time.h, not timespec.h.
5290         * modules/strptime (Files): Remove lib/strptime.h.
5291         (Depends-on): Add extensions, time.
5292         (Include): Include time.h, not strptime.h.
5293         * modules/time_r (Files): Remove lib/time_r.h.
5294         (Depends-on): Add time.
5295         (Include): Include time.h, not time_r.h.
5296         * modules/timegm: Likewise.
5297         * modules/timespec (Description): Now does timespec-related decls
5298         of our own, instead of struct timespec itself.
5299         (Depends-on): Add time; remove extensions.
5300         (Maintainer): Add self.
5301         * modules/utimecmp (Depends-on): Add time; remove timespec.
5302         * modules/utimens (Depends-on): Likewise.
5303         * modules/xnanosleep (Depends-on): Likewise.
5304
5305 2007-02-11  Bruno Haible  <bruno@clisp.org>
5306
5307         * lib/c-strstr.c: Include allocsa.h.
5308         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5309         * lib/c-strcasestr.c: Include allocsa.h.
5310         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5311         * lib/strcasestr.c: Include allocsa.h.
5312         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5313         * lib/mbsstr.c: Include allocsa.h.
5314         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5315         allocsa/freesa instead of malloc/free.
5316         * lib/mbscasestr.c: Include allocsa.h.
5317         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5318         allocsa/freesa instead of malloc/free.
5319         * modules/c-strstr (Depends-on): Add allocsa.
5320         * modules/c-strcasestr (Depends-on): Likewise.
5321         * modules/strcasestr (Depends-on): Likewise.
5322         * modules/mbsstr (Depends-on): Likewise.
5323         * modules/mbscasestr (Depends-on): Likewise.
5324
5325 2007-02-11  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5328
5329         * modules/mbsspn-tests: New file.
5330         * tests/test-mbsspn.sh: New file.
5331         * tests/test-mbsspn.c: New file.
5332
5333 2007-02-11  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5336
5337         * modules/mbspbrk-tests: New file.
5338         * tests/test-mbspbrk.sh: New file.
5339         * tests/test-mbspbrk.c: New file.
5340
5341 2007-02-11  Bruno Haible  <bruno@clisp.org>
5342
5343         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5344         unneeded cast.
5345
5346         * modules/mbscspn-tests: New file.
5347         * tests/test-mbscspn.sh: New file.
5348         * tests/test-mbscspn.c: New file.
5349
5350 2007-02-11  Bruno Haible  <bruno@clisp.org>
5351
5352         * modules/mbscasecmp-tests: New file.
5353         * tests/test-mbscasecmp.sh: New file.
5354         * tests/test-mbscasecmp.c: New file.
5355
5356 2007-02-11  Bruno Haible  <bruno@clisp.org>
5357
5358         Ensure O(n) worst-case complexity of mbscasestr.
5359         * lib/mbscasestr.c: Include stdbool.h.
5360         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5361         functions.
5362         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5363         the bookkeeping indicates that it's worth it.
5364         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5365
5366         * modules/mbscasestr-tests: New file.
5367         * tests/test-mbscasestr1.c: New file.
5368         * tests/test-mbscasestr2.sh: New file.
5369         * tests/test-mbscasestr2.c: New file.
5370         * tests/test-mbscasestr3.sh: New file.
5371         * tests/test-mbscasestr3.c: New file.
5372         * tests/test-mbscasestr4.sh: New file.
5373         * tests/test-mbscasestr4.c: New file.
5374         * m4/locale-tr.m4: New file.
5375
5376 2007-02-11  Bruno Haible  <bruno@clisp.org>
5377
5378         Ensure O(n) worst-case complexity of mbsstr.
5379         * lib/mbsstr.c: Include stdbool.h.
5380         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5381         functions.
5382         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5383         bookkeeping indicates that it's worth it.
5384         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5385
5386         * modules/mbsstr-tests: New file.
5387         * tests/test-mbsstr1.c: New file.
5388         * tests/test-mbsstr2.sh: New file.
5389         * tests/test-mbsstr2.c: New file.
5390         * tests/test-mbsstr3.sh: New file.
5391         * tests/test-mbsstr3.c: New file.
5392         * m4/locale-fr.m4: New file.
5393
5394 2007-02-11  Bruno Haible  <bruno@clisp.org>
5395
5396         * lib/mbsrchr.c (mbsrchr): Fix bug.
5397
5398         * modules/mbsrchr-tests: New file.
5399         * tests/test-mbsrchr.sh: New file.
5400         * tests/test-mbsrchr.c: New file.
5401
5402 2007-02-11  Bruno Haible  <bruno@clisp.org>
5403
5404         * lib/mbschr.c (mbschr): Fix bug.
5405
5406         * modules/mbschr-tests: New file.
5407         * tests/test-mbschr.sh: New file.
5408         * tests/test-mbschr.c: New file.
5409         * m4/locale-zh.m4: New file.
5410
5411 2007-02-11  Bruno Haible  <bruno@clisp.org>
5412
5413         Support for copying multibyte string iterators.
5414         * lib/mbiter.h: Include <string.h>.
5415         (mbiter_multi_copy): New function.
5416         (mbi_copy): New macro.
5417         * lib/mbuiter.h: Include <string.h>.
5418         (mbuiter_multi_copy): New function.
5419         (mbui_copy): New macro.
5420
5421 2007-02-11  Bruno Haible  <bruno@clisp.org>
5422
5423         New module mbslen.
5424         * modules/mbslen: New file.
5425         * lib/mbslen.c: New file.
5426         * lib/string_.h (mbslen): New declaration.
5427         * m4/mbslen.m4: New file.
5428         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5429         GNULIB_MBSLEN.
5430         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5431         * MODULES.html.sh (Internationalization functions): Add mbslen.
5432
5433 2007-02-11  Bruno Haible  <bruno@clisp.org>
5434
5435         Ensure O(n) worst-case complexity of strcasestr substitute.
5436         * lib/strcasestr.c: Include stdbool.h.
5437         (knuth_morris_pratt): New function.
5438         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5439         bookkeeping indicates that it's worth it.
5440         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5441
5442         * modules/strcasestr-tests: New file.
5443         * tests/test-strcasestr.c: New file.
5444
5445 2007-02-11  Bruno Haible  <bruno@clisp.org>
5446
5447         Ensure O(n) worst-case complexity of c_strcasestr.
5448         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5449         (knuth_morris_pratt): New function.
5450         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5451         the bookkeeping indicates that it's worth it.
5452         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5453
5454         * modules/c-strcasestr-tests: New file.
5455         * tests/test-c-strcasestr.c: New file.
5456
5457 2007-02-11  Bruno Haible  <bruno@clisp.org>
5458
5459         Ensure O(n) worst-case complexity of c_strstr.
5460         * lib/c-strstr.c: Include stdbool.h, string.h.
5461         (knuth_morris_pratt): New function.
5462         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5463         bookkeeping indicates that it's worth it.
5464         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5465
5466         * lib/c-strstr.c: Complete rewrite for maintainability.
5467
5468         * modules/c-strstr-tests: New file.
5469         * tests/test-c-strstr.c: New file.
5470
5471 2007-02-11  Bruno Haible  <bruno@clisp.org>
5472
5473         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5474         5.2.1 and earlier, whereby \055 was treated just like the range
5475         delimiter '-'.
5476         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5477
5478 2007-02-08  Bruno Haible  <bruno@clisp.org>
5479
5480         * modules/regex (Depends-on): Add stdbool.
5481         Reported by Dalibor Topic <robilad@kaffe.org>.
5482
5483 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5484
5485         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5486         Prefer returning from main to exiting from it.
5487         Remove unnecessary parens after sizeof.
5488
5489 2007-02-05  Bruno Haible  <bruno@clisp.org>
5490
5491         New module mbssep.
5492         * modules/mbssep: New file.
5493         * lib/mbssep.c: New file.
5494         * lib/string_.h (strsep): Add a conditional link warning.
5495         (mbssep): New declaration.
5496         * m4/mbssep.m4: New file.
5497         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5498         GNULIB_MBSSEP.
5499         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5500         * MODULES.html.sh (Internationalization functions): Add mbssep.
5501
5502 2007-02-05  Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5505         Optimize search in case of 1 delimiter.
5506
5507 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5508
5509         * lib/acl.h: Include sys/types.h before sys/acl.h.
5510
5511 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5512
5513         Merge upstream fix for glibc bugzilla #3957:
5514
5515         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5516
5517         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5518         bit for RE_HAT_LISTS_NOT_NEWLINE.
5519         (build_charclass_op): Remove bogus comment.
5520
5521 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5522
5523         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5524
5525 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5526
5527         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5528         * lib/memmem.c [!defined _LIBC]: Include config.h.
5529
5530 2007-02-04  Bruno Haible  <bruno@clisp.org>
5531
5532         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5533         warning message.
5534
5535 2007-02-04  Bruno Haible  <bruno@clisp.org>
5536
5537         New module mbstok_r.
5538         * modules/mbstok_r: New file.
5539         * lib/mbstok_r.c: New file.
5540         * lib/string_.h (strtok_r): Change argument names to match the
5541         comments. Add a conditional link warning.
5542         (mbstok_r): New declaration.
5543         * m4/mbstok_r.m4: New file.
5544         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5545         GNULIB_MBSTOK_R.
5546         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5547         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5548
5549 2007-02-04  Bruno Haible  <bruno@clisp.org>
5550
5551         New module mbsspn.
5552         * modules/mbsspn: New file.
5553         * lib/mbsspn.c: New file.
5554         * lib/string_.h (strspn): Add a conditional link warning.
5555         (mbsspn): New declaration.
5556         * m4/mbsspn.m4: New file.
5557         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5558         GNULIB_MBSSPN.
5559         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5560         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5561
5562 2007-02-04  Bruno Haible  <bruno@clisp.org>
5563
5564         New module mbspbrk.
5565         * modules/mbspbrk: New file.
5566         * lib/mbspbrk.c: New file.
5567         * lib/string_.h (strpbrk): Add a conditional link warning.
5568         (mbspbrk): New declaration.
5569         * m4/mbspbrk.m4: New file.
5570         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5571         GNULIB_MBSPBRK.
5572         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5573         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5574
5575 2007-02-04  Bruno Haible  <bruno@clisp.org>
5576
5577         New module mbscspn.
5578         * modules/mbscspn: New file.
5579         * lib/mbscspn.c: New file.
5580         * lib/string_.h (strcspn): Add a conditional link warning.
5581         (mbscspn): New declaration.
5582         * m4/mbscspn.m4: New file.
5583         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5584         GNULIB_MBSCSPN.
5585         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5586         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5587
5588 2007-02-04  Bruno Haible  <bruno@clisp.org>
5589
5590         New module mbscasestr, reduced goal of strcasestr.
5591         * modules/mbscasestr: New file.
5592         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5593         (mbscasestr): Renamed from strcasestr.
5594         * lib/strcasestr.c: Don't include mbuiter.h.
5595         (strcasestr): Remove support for multibyte locales.
5596         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5597         Change the conditional link warning.
5598         (mbscasestr): New declaration.
5599         * m4/mbscasestr.m4: New file.
5600         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5601         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5602         REPLACE_STRCASESTR.
5603         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5604         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5605         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5606         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5607         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5608         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5609         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5610         (Depends-on): Remove mbuiter.
5611         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5612
5613 2007-02-04  Bruno Haible  <bruno@clisp.org>
5614
5615         Simplify handling of strncasecmp.
5616         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5617         the conditional link warning.
5618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5619         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5620         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5621         * modules/strcase (configure.ac): Don't invoke
5622         gl_STRING_MODULE_INDICATOR.
5623         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5624
5625 2007-02-04  Bruno Haible  <bruno@clisp.org>
5626
5627         New module mbscasecmp, reduced goal of strcasecmp.
5628         * modules/mbscasecmp: New file.
5629         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5630         (mbscasecmp): Renamed from strcasecmp.
5631         * lib/strcasecmp.c: Don't include mbuiter.h.
5632         (strcasecmp): Remove support for multibyte locales.
5633         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5634         Change the conditional link warning.
5635         (mbscasecmp): New declaration.
5636         * m4/mbscasecmp.m4: New file.
5637         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5638         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5639         REPLACE_STRCASECMP.
5640         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5641         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5642         GNULIB_MBSCASECMP.
5643         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5644         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5645         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5646         (Depends-on): Remove mbuiter.
5647         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5648
5649 2007-02-04  Bruno Haible  <bruno@clisp.org>
5650
5651         New module mbsstr. Remove module strstr.
5652         * modules/mbsstr: New file.
5653         * modules/strstr: Remove file.
5654         * lib/mbsstr.c: Renamed from lib/strstr.c.
5655         (mbsstr): Renamed from strstr.
5656         * lib/string_.h (strstr): Remove declaration. Change the conditional
5657         link warning.
5658         (mbsstr): New declaration.
5659         * m4/mbsstr.m4: New file.
5660         * m4/strstr.m4: Remove file.
5661         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5662         REPLACE_STRSTR.
5663         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5664         Don't initialize GNULIB_STRSTR.
5665         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5666         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5667         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5668         (Support for systems lacking ANSI C 89): Remove strstr.
5669
5670 2007-02-04  Bruno Haible  <bruno@clisp.org>
5671
5672         New module mbsrchr.
5673         * modules/mbsrchr: New file.
5674         * lib/mbsrchr.c: New file.
5675         * lib/string_.h (strrchr): Add a conditional link warning.
5676         (mbsrchr): New declaration.
5677         * m4/mbsrchr.m4: New file.
5678         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5679         GNULIB_MBSRCHR.
5680         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5681         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5682
5683 2007-02-04  Bruno Haible  <bruno@clisp.org>
5684
5685         New module mbschr.
5686         * modules/mbschr: New file.
5687         * lib/mbschr.c: New file.
5688         * lib/string_.h (strchr): Add a conditional link warning.
5689         (mbschr): New declaration.
5690         * m4/mbschr.m4: New file.
5691         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5692         GNULIB_MBSCHR.
5693         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5694         * MODULES.html.sh (Internationalization functions): Add mbschr.
5695
5696 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5697
5698         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5699
5700         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5701
5702 2007-02-04  Bruno Haible  <bruno@clisp.org>
5703
5704         New module description section 'configure.ac-early'.
5705         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5706         (func_get_autoconf_early_snippet): New function.
5707         (func_import, func_create_testdir): Use it. Remove special cases for
5708         modules 'extensions' and 'lock'.
5709         * modules/extensions (configure.ac-early): Require
5710         gl_USE_SYSTEM_EXTENSIONS.
5711         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5712
5713 2007-02-04  Bruno Haible  <bruno@clisp.org>
5714
5715         Make use of gcj-4.3's -fsource and -ftarget option.
5716         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5717         and if so try the options -fsource and -ftarget.
5718         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5719         source_version, ftarget_option, target_version arguments.
5720         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5721         (is_envjavac_oldgcj_14_14_usable): Renamed from
5722         is_envjavac_gcj_14_14_usable.
5723         (is_envjavac_oldgcj_14_13_usable): Renamed from
5724         is_envjavac_gcj_14_13_usable.
5725         (is_gcj_present): Update.
5726         (is_gcj_43, is_gcj43_usable): New functions.
5727         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5728         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5729         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5730         try the options -fsource and -ftarget.
5731
5732 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5733
5734         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5735         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5736         larger value.
5737
5738 2007-02-03  Jim Meyering  <jim@meyering.net>
5739
5740         Give tools a better chance to allocate space for very large buffers.
5741         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5742
5743         Make pwd and readlink work also when run with an unreadable parent dir
5744         on systems with openat support.
5745         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5746         provided getcwd function, even when we have openat support.
5747         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5748
5749 2007-02-02  Bruno Haible  <bruno@clisp.org>
5750
5751         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5752         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5753         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5754         portability problems if one of these functions is only used on specific
5755         platforms.
5756         Reported by Paul Eggert.
5757
5758 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5759
5760         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5761         is causing more trouble than it's curing.
5762         * lib/regex_internal.h (__mempcpy): Remove.
5763         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5764         (and make the code a tad smaller to boot).
5765         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5766
5767 2007-02-02  Jim Meyering  <jim@meyering.net>
5768
5769         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5770         section, not in the Makefile.am: one.
5771
5772 2007-02-02  Eric Blake  <ebb9@byu.net>
5773
5774         * lib/strchrnul.c: Always include config.h first.
5775
5776         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5777         gnulib strstr is not necessary here.
5778
5779 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5780
5781         * m4/socklen.m4: Fix typo.
5782
5783 2007-02-02  Eric Blake  <ebb9@byu.net>
5784
5785         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5786         * modules/netinet_in (Makefile.am): Likewise.
5787
5788 2007-02-01  Bruno Haible  <bruno@clisp.org>
5789
5790         * lib/string_.h (GL_LINK_WARNING): New macro.
5791         (strcasecmp, strstr, strcasestr): If provided by the system,
5792         conditionally define as a macro that leads to a warning instead of to
5793         an error.
5794         (strncasecmp): Conditionally define as a macro that leads to a warning.
5795
5796 2007-02-01  Karl Berry  <karl@gnu.org>
5797
5798         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5799
5800 2007-02-01  Bruno Haible  <bruno@clisp.org>
5801
5802         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5803         renamings.
5804
5805 2007-02-01  Eric Blake  <ebb9@byu.net>
5806
5807         * modules/regex (Depends-on): Revert dependence on mempcpy.
5808         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5809         module's definition of mempcpy.
5810         Reported by Paul Eggert.
5811
5812 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5813
5814         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5815         the symbol XYZ before redefining it.  This fixes a problem with
5816         programs that don't use XYZ, when compiled on systems that define
5817         XYZ to something else.
5818
5819 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5822         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5823         writeable to group or other and (2) is intended to have a special
5824         mode bit that is set or cleared.  In such a case, the directory
5825         should be neither group- nor other-writeable until the special
5826         mode bits are right.
5827
5828 2007-01-31  Eric Blake  <ebb9@byu.net>
5829
5830         * modules/mountlist (Depends-on): Add strstr.
5831
5832         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5833         bug.
5834         * modules/string (Makefile.am): Remove redundant replacement.
5835         * modules/regex (Depends-on): Add mempcpy.
5836
5837 2007-01-31  Bruno Haible  <bruno@clisp.org>
5838
5839         New module description field 'Link'.
5840         * gnulib-tool (func_usage): Document --extract-link-directive.
5841         (sed_extract_prog): Recognize 'Link' directive.
5842         (func_get_link_directive): New function.
5843         (func_import): Show summary of link directives.
5844         Handle --extract-link-directive option.
5845         * modules/acl (Link): New section.
5846         * modules/clock-time (Link): New section.
5847         * modules/euidaccess (Link): New section.
5848         * modules/gettext (Link): New section.
5849         * modules/iconv (Link): New section.
5850         * modules/lock (Link): New section.
5851         * modules/nanosleep (Link): New section.
5852         * modules/readline (Link): New section.
5853
5854 2007-01-27  Bruno Haible  <bruno@clisp.org>
5855
5856         Enforce the use of gnulib modules for unportable <string.h> functions.
5857         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5858         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5859         (gl_HEADER_STRING_H_BODY): Require it.
5860         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5861         the symbol XYZ to one that gives a link error.
5862         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5863         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5864         * modules/mempcpy (configure.ac): Likewise.
5865         * modules/memrchr (configure.ac): Likewise.
5866         * modules/stpcpy (configure.ac): Likewise.
5867         * modules/stpncpy (configure.ac): Likewise.
5868         * modules/strcase (configure.ac): Likewise.
5869         * modules/strcasestr (configure.ac): Likewise.
5870         * modules/strchrnul (configure.ac): Likewise.
5871         * modules/strdup (configure.ac): Likewise.
5872         * modules/strndup (configure.ac): Likewise.
5873         * modules/strnlen (configure.ac): Likewise.
5874         * modules/strpbrk (configure.ac): Likewise.
5875         * modules/strsep (configure.ac): Likewise.
5876         * modules/strstr (configure.ac): Likewise.
5877         * modules/strtok_r (configure.ac): Likewise.
5878
5879 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5880
5881         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5882
5883 2007-01-30  Jim Meyering  <jim@meyering.net>
5884
5885         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5886
5887 2007-01-29  Bruno Haible  <bruno@clisp.org>
5888
5889         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5890         * lib/execute.c: Likewise.
5891         * lib/pipe.c: Likewise.
5892         * lib/printf-args.h: Likewise.
5893         * lib/printf-args.c: Likewise.
5894         * lib/printf-parse.c: Likewise.
5895         * lib/vasnprintf.c: Likewise.
5896
5897 2007-01-29  Eric Blake  <ebb9@byu.net>
5898
5899         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5900         declaration.
5901
5902 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5903
5904         * lib/strptime.h (strptime): Use 'restrict' for args where
5905         POSIX requires this.
5906         * lib/strptime.c (strptime): Likewise.
5907         Change license notice from LGPL to GPL, since gnulib-tool will
5908         change this as needed.
5909         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5910         defined.
5911         Include "strptime.h" first, to check interface.
5912         Do not #undef _LIBC and _NL_CURRENT.
5913         Do not include <stdlib.h>; no longer needed.
5914         Include "time_r.h" and declare ptime_locale_status
5915         only if _LIBC is not defined.
5916         (__P): Remove unused macro.
5917         (match_string): Bring back glibc version, but use it only if _LIBC
5918         is defined.
5919         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5920         Remove unnecessary assertion and abort() call.
5921         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5922         * m4/strptime.m4: Fix serial number comment.
5923         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5924         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5925         (Depends-on): Add time_r.
5926
5927 2007-01-29  Bruno Haible  <bruno@clisp.org>
5928
5929         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5930         strptime.
5931         * modules/strptime (Depends-on): Add stdbool.
5932         * lib/strptime.h: Include <time.h> always. Add comments.
5933
5934 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5935
5936         * modules/strptime: New file.
5937         * lib/strptime.h: New file.
5938         * lib/strptime.c: New file.
5939         * m4/strptime.m4: New file.
5940
5941 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5942
5943         * MODULES.html.sh: New module mpsort.
5944         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5945
5946         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5947         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5948         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5949         All uses changed.
5950         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5951         All uses changed.
5952         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5953         to _Restrict_.
5954         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5955         the parameter matches the prototype.
5956
5957 2007-01-28  Jim Meyering  <jim@meyering.net>
5958
5959         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5960         sys/time.h here, reverting that part of the previous patch:
5961         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5962
5963 2007-01-28  Bruno Haible  <bruno@clisp.org>
5964
5965         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5966         value of $(SYS_TIME_H).
5967         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5968         remove it conditionally, too. [added by Jim Meyering]
5969         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5970         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5971         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5972         GETTIMEOFDAY_REPLACEMENT to 1.
5973
5974 2007-01-28  Bruno Haible  <bruno@clisp.org>
5975
5976         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5977         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5978         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5979         Set UNISTD_H instead of UNISTD_H2.
5980         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5981
5982 2007-01-28  Bruno Haible  <bruno@clisp.org>
5983
5984         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
5985         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
5986
5987 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5988
5989         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
5990         (func_create_testdir): Ensure C locale for `grep' and `tr'
5991         character ranges.
5992         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
5993         ACLOCAL_AMFLAGS parsing state machine.
5994
5995 2007-01-27  Bruno Haible  <bruno@clisp.org>
5996
5997         * modules/unistr/base: Update.
5998
5999 2007-01-27  Bruno Haible  <bruno@clisp.org>
6000
6001         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6002         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6003         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6004         modules/unistr/u32-mbtouc.
6005         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6006         * lib/unistr.h: Update.
6007         * lib/linebreak.c: Update.
6008         * modules/unistr/u32-mbtouc: Renamed from
6009         modules/unistr/u32-mbtouc-safe.
6010         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6011         * lib/unistr.h: Update.
6012         * lib/unistr/u32-to-u8.c: Update.
6013         * lib/unistr/u32-to-u16.c: Update.
6014
6015 2007-01-27  Bruno Haible  <bruno@clisp.org>
6016
6017         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6018         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6019         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6020         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6021         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6022         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6023         modules/unistr/u16-mbtouc.
6024         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6025         * lib/unistr.h: Update.
6026         * lib/linebreak.c: Update.
6027         * modules/linebreak: Update.
6028         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6029         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6030         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6031         * modules/unistr/u16-mbtouc: Renamed from
6032         modules/unistr/u16-mbtouc-safe.
6033         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6034         * lib/unistr.h: Update.
6035         * lib/unistr/u16-to-u8.c: Update.
6036         * modules/unistr/u16-to-u8: Update.
6037         * lib/unistr/u16-to-u32.c: Update.
6038         * modules/unistr/u16-to-u32: Update.
6039
6040 2007-01-27  Bruno Haible  <bruno@clisp.org>
6041
6042         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6043         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6044         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6045         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6046         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6047         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6048         modules/unistr/u8-mbtouc.
6049         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6050         * lib/unistr.h: Update.
6051         * lib/striconveh.c: Update.
6052         * modules/striconveh: Update.
6053         * lib/linebreak.c: Update.
6054         * modules/linebreak: Update.
6055         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6056         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6057         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6058         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6059         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6060         * lib/unistr.h: Update.
6061         * lib/striconveh.c: Update.
6062         * modules/striconveh: Update.
6063         * lib/unistr/u8-to-u16.c: Update.
6064         * modules/unistr/u8-to-u16: Update.
6065         * lib/unistr/u8-to-u32.c: Update.
6066         * modules/unistr/u8-to-u32: Update.
6067
6068 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6069
6070         Sync from Libtool.
6071         * lib/argz.c: Do not include strings.h nor memory.h, include
6072         string.h unconditionally.  Patch by Simon Josefsson.
6073
6074 2007-01-27  Bruno Haible  <bruno@clisp.org>
6075
6076         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6077         from gl_HEADER_STRING_H_BODY.
6078         (gl_HEADER_STRING_H_BODY): Require it.
6079         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6080         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6081         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6082         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6083         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6084         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6085         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6086         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6087         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6088         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6089         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6090         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6091         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6092         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6093         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6094
6095 2007-01-27  Bruno Haible  <bruno@clisp.org>
6096
6097         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6098         check_PROGRAMS into noinst_PROGRAMS.
6099         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6100         check_PROGRAMS in this case.
6101         (func_import): Set for_test to false.
6102         (func_create_testdir): Set for_test to true.
6103
6104 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6105             Bruno Haible  <bruno@clisp.org>
6106
6107         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6108         (Depends-on): Add string.
6109         (Includes): Use <string.h> instead of strcasestr.h.
6110         * modules/string (Makefile.am): Also substitute the value of
6111         REPLACE_STRCASESTR.
6112         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6113         assume strcasestr is declared in <string.h> not <strings.h>. Also
6114         set REPLACE_STRCASESTR.
6115         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6116         REPLACE_STRCASESTR.
6117         * lib/strcasestr.h: Remove file.
6118         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6119         * lib/string_.h (strcasestr): New declaration.
6120
6121 2007-01-27  Bruno Haible  <bruno@clisp.org>
6122
6123         * lib/string_.h: Use 'extern'.
6124
6125 2007-01-27  Jim Meyering  <jim@meyering.net>
6126
6127         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6128         of set-but-not-used local, "q".
6129
6130         * lib/mempcpy.c: Include <config.h> before <string.h>.
6131         This fixes a compilation error on HP-UX, due to the system's
6132         "restrict"-using mempcpy prototype.
6133
6134 2007-01-26  Bruno Haible  <bruno@clisp.org>
6135
6136         Small optimization.
6137         * lib/javacomp.c: Include c-strstr.h.
6138          (is_envjavac_gcj): Use c_strstr instead of strstr.
6139         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6140
6141 2007-01-26  Bruno Haible  <bruno@clisp.org>
6142
6143         * MODULES.html.sh (Unicode string functions): Add the new modules.
6144
6145         * modules/uniconv/u32-strconv-to-locale: New file.
6146         * lib/uniconv/u32-strconv-to-locale.c: New file.
6147
6148         * modules/uniconv/u16-strconv-to-locale: New file.
6149         * lib/uniconv/u16-strconv-to-locale.c: New file.
6150
6151         * modules/uniconv/u8-strconv-to-locale: New file.
6152         * lib/uniconv/u8-strconv-to-locale.c: New file.
6153
6154         * modules/uniconv/u32-strconv-from-locale: New file.
6155         * lib/uniconv/u32-strconv-from-locale.c: New file.
6156
6157         * modules/uniconv/u16-strconv-from-locale: New file.
6158         * lib/uniconv/u16-strconv-from-locale.c: New file.
6159
6160         * modules/uniconv/u8-strconv-from-locale: New file.
6161         * lib/uniconv/u8-strconv-from-locale.c: New file.
6162
6163         * modules/uniconv/u32-strconv-to-enc: New file.
6164         * lib/uniconv/u32-strconv-to-enc.c: New file.
6165         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6166         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6167
6168         * modules/uniconv/u16-strconv-to-enc: New file.
6169         * lib/uniconv/u16-strconv-to-enc.c: New file.
6170         * lib/uniconv/u-strconv-to-enc.h: New file.
6171         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6172         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6173
6174         * modules/uniconv/u8-strconv-to-enc: New file.
6175         * lib/uniconv/u8-strconv-to-enc.c: New file.
6176         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6177         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6178
6179         * modules/uniconv/u32-strconv-from-enc: New file.
6180         * lib/uniconv/u32-strconv-from-enc.c: New file.
6181         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6182         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6183
6184         * modules/uniconv/u16-strconv-from-enc: New file.
6185         * lib/uniconv/u16-strconv-from-enc.c: New file.
6186         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6187         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6188
6189         * modules/uniconv/u8-strconv-from-enc: New file.
6190         * lib/uniconv/u8-strconv-from-enc.c: New file.
6191         * lib/uniconv/u-strconv-from-enc.h: New file.
6192         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6193         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6194
6195         * modules/uniconv/u32-conv-from-enc: New file.
6196         * lib/uniconv/u32-conv-from-enc.c: New file.
6197         * modules/uniconv/u32-conv-from-enc-tests: New file.
6198         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6199
6200         * modules/uniconv/u16-conv-from-enc: New file.
6201         * lib/uniconv/u16-conv-from-enc.c: New file.
6202         * lib/uniconv/u-conv-from-enc.h: New file.
6203         * modules/uniconv/u16-conv-from-enc-tests: New file.
6204         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6205
6206         * modules/uniconv/u8-conv-from-enc: New file.
6207         * lib/uniconv/u8-conv-from-enc.c: New file.
6208         * modules/uniconv/u8-conv-from-enc-tests: New file.
6209         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6210
6211         * modules/uniconv/base: New file.
6212         * lib/uniconv.h: New file.
6213
6214 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6215
6216         * doc/gnulib-tool.texi (Initial import): Update to match current
6217         behavior with strdup module.
6218         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6219         * lib/memmem.h: Remove; all uses removed.  This is now done
6220         by <string.h>.
6221         * lib/mempcpy.h: Likewise.
6222         * lib/memrchr.h: Likewise.
6223         * lib/stpcpy.h: Likewise.
6224         * lib/stpncpy.h: Likewise.
6225         * lib/strcase.h: Likewise.
6226         * lib/strchrnul.h: Likewise.
6227         * lib/strdup.h: Likewise.
6228         * lib/strndup.h: Likewise.
6229         * lib/strnlen.h: Likewise.
6230         * lib/strpbrk.h: Likewise.
6231         * lib/strsep.h: Likewise.
6232         * lib/strstr.h: Likewise.
6233         * lib/strtok_r.h: Likewise.
6234         * lib/string_.h: New file.
6235         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6236         Rely on <string.h> instead.
6237         * lib/canon-host.c: Likewise.
6238         * lib/chdir-long.c: Likewise.
6239         * lib/concatpath.c: Likewise.
6240         * lib/exclude.c: Likewise.
6241         * lib/fchdir.c: Likewise.
6242         * lib/getaddrinfo.c: Likewise.
6243         * lib/getcwd.c: Likewise.
6244         * lib/getsubopt.c: Likewise.
6245         * lib/glob.c: Likewise.
6246         * lib/hard-locale.c: Likewise.
6247         * lib/iconvme.c: Likewise.
6248         * lib/javacomp.c: Likewise.
6249         * lib/mempcpy.c: Likewise.
6250         * lib/memrchr.c: Likewise.
6251         * lib/regex_internal.h: Likewise.
6252         * lib/stpncpy.c: Likewise.
6253         * lib/strcasecmp.c: Likewise.
6254         * lib/strchrnul.c: Likewise.
6255         * lib/strdup.c: Likewise.
6256         * lib/striconv.c: Likewise.
6257         * lib/striconveh.c: Likewise.
6258         * lib/striconveha.c: Likewise.
6259         * lib/strncasecmp.c: Likewise.
6260         * lib/strndup.c: Likewise.
6261         * lib/strnlen.c: Likewise.
6262         * lib/strsep.c: Likewise.
6263         * lib/strstr.c: Likewise.
6264         * lib/strtok_r.c: Likewise.
6265         * lib/userspec.c: Likewise.
6266         * lib/w32spawn.h: Likewise.
6267         * lib/xstrndup.c: Likewise.
6268         * lib/mountlist.c (strstr): Remove decl.
6269         * m4/string_h.m4: New file.
6270         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6271         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6272         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6273         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6274         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6275         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6276         Set REPLACE_STRCASECMP if necessary.
6277         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6278         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6279         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6280         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6281         HAVE_DECL_STRDUP if necessary.
6282         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6283         since gl_FUNC_STRNDUP does that now.
6284         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6285         Check for decl here...
6286         (gl_PREREQ_STRNLEN): ... not here.
6287         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6288         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6289         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6290         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6291         necessary.
6292         * modules/string: New file.
6293         * modules/memmem (Files): Remove special-purpose include file.
6294         (Depends-on): Add string.
6295         (Include): Include <string.h>, not the removed file.
6296         * modules/mempcpy: Likewise.
6297         * modules/memrchr: Likewise.
6298         * modules/stpcpy: Likewise.
6299         * modules/stpncpy: Likewise.
6300         * modules/strcase: Likewise.
6301         * modules/strchrnul: Likewise.
6302         * modules/strdup: Likewise.
6303         * modules/strndup: Likewise.
6304         * modules/strnlen: Likewise.
6305         * modules/strpbrk: Likewise.
6306         * modules/strsep: Likewise.
6307         * modules/strstr: Likewise.
6308         * modules/strtok_r: Likewise.
6309         * tests/test-dirname.c: Don't include "strdup.h", since
6310         <string.h> now suffices.
6311         * tests/test-memmem.c: Don't include "memmem.h", since
6312         <string.h> now suffices.
6313
6314 2007-01-25  Bruno Haible  <bruno@clisp.org>
6315
6316         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6317         *resultp is 0.
6318
6319         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6320         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6321         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6322         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6323
6324         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6325         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6326         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6327         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6328         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6329         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6330
6331 2007-01-24  Bruno Haible  <bruno@clisp.org>
6332
6333         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6334         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6335         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6336         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6337         gl_FUNC_FTS_CORE.
6338         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6339         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6340         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6341         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6342         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6343         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6344         gl_FUNC_FCHOWNAT.
6345         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6346         gl_FUNC_STRFTIME.
6347         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6348         Reported by Ralf Wildenhues.
6349
6350 2007-01-24  Bruno Haible  <bruno@clisp.org>
6351
6352         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6353         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6354         gl_GETADDRINFO.
6355         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6356         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6357         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6358
6359 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6360
6361         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6362         Don't use 'exit'; just return from 'main'.
6363         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6364
6365         * lib/fnmatch_.h: Readjust white space and comments to match
6366         glibc, to avoid spurious diffs.
6367
6368 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6369
6370         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6371         2004-12-01 change by Jakub Jelinek, since this code won't compile
6372         if !LIBC.  Problem reported by Bob Proulx.
6373
6374 2007-01-23  Bruno Haible  <bruno@clisp.org>
6375
6376         * lib/striconveh.c: Include c-strcaseeq.h.
6377         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6378         * modules/striconveh (Depends-on): Add c-strcaseeq.
6379
6380 2007-01-23  Bruno Haible  <bruno@clisp.org>
6381
6382         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6383
6384         * modules/c-strcaseeq: New file.
6385         * lib/c-strcaseeq.h: New file.
6386
6387         * modules/streq: New file.
6388         * lib/streq.h: New file.
6389
6390 2007-01-23  Bruno Haible  <bruno@clisp.org>
6391
6392         * modules/striconveha-tests: New file.
6393         * tests/test-striconveha.c: New file.
6394
6395         * lib/striconveha.h: Include <stdbool.h>.
6396         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6397         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6398         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6399         (mem_iconveha): New function.
6400         (str_iconveha_notranslit): Renamed from str_iconveha.
6401         (str_iconveha): New function.
6402         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6403         c-strcase.
6404
6405 2007-01-23  Bruno Haible  <bruno@clisp.org>
6406
6407         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6408         encodings without forgiving before trying any encoding with handler.
6409         (str_iconveha): Try all encodings without forgiving before trying any
6410         encoding with handler.
6411
6412 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6413
6414         Import the following changes from libc.
6415
6416         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6417
6418         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6419
6420         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6421
6422         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6423         normal_bracket label.
6424
6425         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6426
6427         [BZ #361]
6428         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6429         to normal_bracket after fetching the next character.
6430
6431 2007-01-22  Bruno Haible  <bruno@clisp.org>
6432
6433         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6434         argument.
6435         * lib/striconveh.c (iconv_carefully_1): New function.
6436         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6437         argument.
6438         (str_cd_iconveh): Update.
6439         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6440         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6441         * tests/test-striconveh.c (MAGIC): New macro.
6442         (new_offsets): New function.
6443         (main): Test call with and without offsets.
6444
6445 2007-01-22  Bruno Haible  <bruno@clisp.org>
6446
6447         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6448         * modules/sys_select (Makefile.am): Likewise.
6449         * modules/sys_socket (Makefile.am): Likewise.
6450         * modules/sys_time (Makefile.am): Likewise.
6451
6452 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6453
6454         * modules/gettimeofday (License): Change from GPL to LGPL, since
6455         gettimeofday is a library function.
6456
6457 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6458
6459         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6460
6461 2007-01-21  Bruno Haible  <bruno@clisp.org>
6462
6463         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6464
6465 2007-01-21  Bruno Haible  <bruno@clisp.org>
6466
6467         * modules/striconveha: New file.
6468         * lib/striconveha.h: New file.
6469         * lib/striconveha.c: New file.
6470         * MODULES.html.sh (Internationalization functions): Add striconveha.
6471         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6472         string.
6473         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6474
6475 2007-01-21  Bruno Haible  <bruno@clisp.org>
6476
6477         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6478         * lib/striconveh.c (str_iconveh): Likewise.
6479
6480 2007-01-21  Bruno Haible  <bruno@clisp.org>
6481
6482         * lib/striconveh.h (mem_iconveh): New declaration.
6483         * lib/striconveh.c (mem_iconveh): New function.
6484         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6485
6486 2007-01-21  Bruno Haible  <bruno@clisp.org>
6487
6488         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6489
6490         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6491         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6492         original result buffer.
6493         (str_cd_iconveh): Update.
6494         * tests/test-striconveh.c (main): Update.
6495
6496         * lib/striconv.h (mem_cd_iconv): Change specification.
6497         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6498         result buffer.
6499         (str_cd_iconv): Update.
6500         * tests/test-striconv.c (main): Update.
6501
6502 2007-01-21  Bruno Haible  <bruno@clisp.org>
6503
6504         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6505
6506 2007-01-20  Jim Meyering  <jim@meyering.net>
6507
6508         * lib/userspec.c (parse_with_separator): If a user or group string
6509         starts with "+", skip the corresponding name-to-ID look-up, since
6510         such a look-up must fail: user and group names may not include "+".
6511
6512 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6513
6514         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6515         since we now assume the sys_time module.
6516         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6517         check for sys/time.h; no longer needed.
6518         * modules/poll (Depends-on): Depend on sys_time.
6519
6520 2007-01-18  Bruno Haible  <bruno@clisp.org>
6521
6522         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6523         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6524
6525         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6526         gettimeofday.
6527
6528         * tests/test-gettimeofday.c: Include <time.h>.
6529         (dummy): Remove variable.
6530
6531         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6532         gl_HEADER_SYS_TIME_H.
6533         (gl_HEADER_SYS_TIME_H): New macro.
6534
6535         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6536         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6537         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6538         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6539         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6540         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6541         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6542         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6543         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6544         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6545         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6546
6547         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6548         last change; it caused a compilation error when cross-compiling to
6549         Cygwin.
6550
6551 2007-01-18  Jim Meyering  <jim@meyering.net>
6552
6553         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6554         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6555         than the race-prone "test -d sys || mkdir sys".
6556         (configure.ac): Use AC_PROG_MKDIR_P.
6557         * modules/sys_select: Likewise.
6558         * modules/sys_socket: Likewise.
6559         * modules/sys_time: Likewise.
6560
6561 2007-01-18  Eric Blake  <ebb9@byu.net>
6562
6563         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6564         replace gettimeofday.
6565         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6566         name, to avoid infinite recursion.
6567
6568 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6569
6570         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6571         module sys_time.
6572         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6573         assume timespec.h defines struct timeval.
6574         * lib/settime.c: Likewise.
6575         * lib/utimens.c: Likewise.
6576         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6577         since we now assume the gettimeofday module.
6578         * lib/tempname.c (__gen_tempname): Likewise.
6579         * lib/gettimeofday.h: Remove.
6580         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6581         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6582         Include <time.h>, for 'time()'.
6583         (localtime_buffer_addr): Also use this workaround if
6584         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6585         to simplify the uses.  All uses changed.
6586         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6587         that #undef is inside {}, and 'const' follows type name consistently.
6588         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6589         (gettimeofday): Do not use the maximum possible value for
6590         tv->tv_usec, since that might break usages other than ls.c.
6591         Instead, we'll leave ls.c alone.  This undoes today's patch
6592         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6593         we've never observed the problem but might as well keep the
6594         canary.
6595         * lib/nanosleep.c: Include timespec.h first, for interface check.
6596         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6597         now assume the sys_time module.
6598         * lib/tempname.c: Likewise.
6599         * lib/timespec.h: Likewise.
6600         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6601         needed.
6602         * lib/strftime.c: Likewise.
6603         * lib/timespec.h: Likewise.
6604         * lib/posixtm.c: Include posixtm.h first, for interface check.
6605         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6606         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6607         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6608         * lib/sys_time_.h: New file.
6609         * lib/timespec.h (struct timespec): Use long int, not long.
6610         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6611         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6612         Remove obsolescent call to AC_HEADER_TIME.
6613         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6614         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6615         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6616         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6617         Likewise.
6618         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6619         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6620         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6621         into the sys_time module.  Check for gettimeofday just once.
6622         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6623         for gettimeofday signature to just check the signature.  Merely
6624         compile it, since linking doesn't test signature.  Improve test for
6625         whether gettimeofday.o is actually needed.
6626         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6627         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6628         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6629         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6630         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6631         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6632         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6633         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6634         than worrying about sys/time.h.
6635         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6636         Don't bother worrying about TIME_WITH_SYS_TIME.
6637         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6638         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6639         * m4/sys_time_h.m4: New file.
6640         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6641         Don't include sys/time.h.  Return from main rather than exiting.
6642         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6643         all uses changed.
6644         * modules/gethrxtime (Depends-on): Add sys_time.
6645         * modules/gettime (Depends-on): Likewise.
6646         * modules/gettimeofday (Depends-on): Likewise.
6647         * modules/nanosleep (Depends-on): Likewise.
6648         * modules/settime (Depends-on): Likewise.
6649         * modules/tempname (Depends-on): Likewise.
6650         * modules/utimens (Depends-on): Likewise.
6651         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6652         (Include:) Change back to <sys/time.h>.
6653         (Maintainer:) Add self.
6654         * modules/sys_time: New file.
6655         * modules/tempname (Depends-on): Add gettimeofday.
6656         * tests/test-gettimeofday.c: Include <sys/time.h>
6657         rather than gettimeofday.h.
6658
6659 2007-01-17  Bruno Haible  <bruno@clisp.org>
6660
6661         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6662         the license default to GPL.
6663         (func_create_testdir): Don't complain if a module is LGPL and its
6664         tests module depends on GPLed modules.
6665
6666 2007-01-17  Bruno Haible  <bruno@clisp.org>
6667
6668         * lib/gettimeofday.c (gettimeofday): Add code for the case
6669         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6670         maximum possible value for tv->tv_usec, rather than the minimum one.
6671
6672 2005-10-08  Martin Lambers  <marlam@marlam.de>
6673 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6674 2007-01-16  Bruno Haible  <bruno@clisp.org>
6675
6676         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6677         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6678         gl_FUNC_GETTIMEOFDAY.
6679         (Include): Add gettimeofday.h.
6680         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6681         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6682         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6683         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6684         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6685         * lib/gettimeofday.h: New file.
6686         * lib/gettimeofday.c: Include <sys/timeb.h>.
6687         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6688         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6689         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6690         fall back on time().
6691
6692         * tests/test-gettimeofday.c: New file.
6693         * modules/gettimeofday-tests: New file.
6694
6695 2007-01-16  Eric Blake  <ebb9@byu.net>
6696
6697         * modules/fnmatch (Depends-on): Depend on wchar.
6698         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6699         * m4/fnmatch.m4: Likewise.
6700         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6701         * m4/mbchar.m4: Likewise.
6702         * modules/mbswidth (Depends-on): Depend on wchar.
6703         * lib/mbswidth.c: Assume <wchar.h>.
6704         * m4/mbswidth.m4: Likewise.
6705         * modules/quotearg (Depends-on): Depend on wchar.
6706         * lib/quotearg.c: Assume <wchar.h>.
6707         * m4/quotearg.m4: Likewise.
6708         * modules/regex (Depends-on): Depend on wchar.
6709         * lib/regex_internal.h: Assume <wchar.h>.
6710         * m4/regex.m4: Likewise.
6711         * modules/stdint (Depends-on): Depend on wchar.
6712         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6713         * m4/stdint.m4: Likewise.
6714         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6715         * modules/strftime (Depends-on): Depend on wchar.
6716         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6717         * modules/strtol (Depends-on): Depend on wchar.
6718         * lib/strtol.c: Assume <wchar.h>.
6719         * modules/wcwidth (Depends-on): Depend on wchar.
6720         * lib/wcwidth.h: Assume <wchar.h>.
6721         * m4/wcwidth.m4: Likewise.
6722
6723 2007-01-16  Bruno Haible  <bruno@clisp.org>
6724
6725         * modules/csharpexec-script: New, created from...
6726         * modules/csharpexec: ... this.
6727
6728 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6729
6730         * modules/javaexec-script: New, created from...
6731         * modules/javaexec: ... this.
6732
6733 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6734
6735         * modules/poll (Dependencies): Add sys_select.
6736
6737 2007-01-15  Jim Meyering  <jim@meyering.net>
6738
6739         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6740         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6741         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6742         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6743
6744 2007-01-15  Bruno Haible  <bruno@clisp.org>
6745
6746         * modules/striconveh: New file.
6747         * lib/striconveh.h: New file.
6748         * lib/striconveh.c: New file.
6749         * MODULES.html.sh (Internationalization functions): Add striconveh.
6750
6751         * modules/striconveh-tests: New file.
6752         * tests/test-striconveh.c: New file.
6753
6754 2007-01-15  Bruno Haible  <bruno@clisp.org>
6755
6756         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6757         not from GNU libiconv or GNU libc.
6758
6759 2007-01-15  Bruno Haible  <bruno@clisp.org>
6760
6761         * doc/gnulib-intro.texi (Copyright): Explain the different license
6762         terms for module descriptions, autoconf macros, tests, documentation.
6763
6764 2007-01-14  Bruno Haible  <bruno@clisp.org>
6765
6766         * modules/striconv-tests: New file.
6767         * tests/test-striconv.c: New file.
6768
6769 2007-01-14  Bruno Haible  <bruno@clisp.org>
6770
6771         * modules/iconv-tests: New file.
6772         * tests/test-iconv.c: New file.
6773
6774 2007-01-14  Bruno Haible  <bruno@clisp.org>
6775
6776         * gnulib-tool (func_get_license): For test modules, use the license of
6777         the main module.
6778
6779 2007-01-14  Bruno Haible  <bruno@clisp.org>
6780
6781         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6782         if iconv is found to exist.
6783
6784 2007-01-14  Bruno Haible  <bruno@clisp.org>
6785
6786         * modules/c-ctype-tests: New file.
6787         * tests/test-c-ctype.c: New file.
6788
6789 2007-01-14  Bruno Haible  <bruno@clisp.org>
6790
6791         * modules/binary-io-tests: New file.
6792         * tests/test-binary-io.sh: New file.
6793         * tests/test-binary-io.c: New file.
6794
6795 2007-01-14  Bruno Haible  <bruno@clisp.org>
6796
6797         * modules/array-oset-tests: New file.
6798         * tests/test-array_oset.c: New file.
6799
6800 2007-01-14  Bruno Haible  <bruno@clisp.org>
6801
6802         * modules/array-list-tests: New file.
6803         * tests/test-array_list.c: New file.
6804
6805 2007-01-14  Bruno Haible  <bruno@clisp.org>
6806
6807         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6808         and make.
6809         Reported by Simon Josefsson in
6810         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6811
6812 2007-01-14  Bruno Haible  <bruno@clisp.org>
6813
6814         * modules/allocsa-tests: New file.
6815         * tests/test-allocsa.c: New file.
6816
6817 2007-01-14  Bruno Haible  <bruno@clisp.org>
6818
6819         * modules/fchdir (Depends-on): Add absolute-header.
6820         * modules/unistd (Depends-on): Likewise.
6821
6822 2006-12-30  Bruno Haible  <bruno@clisp.org>
6823
6824         * modules/fchdir: New file.
6825         * modules/unistd (Files): Add lib/unistd_.h.
6826         (Makefile.am): Generate unistd.h from unistd_.h.
6827         * lib/fchdir.c: New file.
6828         * lib/dirent_.h: New file.
6829         * lib/unistd_.h: New file.
6830         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6831         * m4/fchdir.m4: New file.
6832         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6833         (gl_HEADER_UNISTD): Invoke it.
6834         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6835         function.
6836         * lib/backupfile.c (opendir, closedir): Undefine.
6837         * lib/chown.c (open, close): Undefine.
6838         * lib/clean-temp.c (open, close): Undefine.
6839         * lib/copy-file.c (open, close): Undefine.
6840         * lib/execute.c (open, close): Undefine.
6841         * lib/fsusage.c (open, close): Undefine.
6842         * lib/gc-gnulib.c (open, close): Undefine.
6843         * lib/getcwd.c (opendir, closedir): Undefine.
6844         * lib/glob.c (opendir, closedir): Undefine.
6845         * lib/javacomp.c (open, close): Undefine.
6846         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6847         * lib/openat-proc.c (open, close): Undefine.
6848         * lib/pagealign_alloc.c (open, close): Undefine.
6849         * lib/pipe.c (open, close): Undefine.
6850         * lib/progreloc.c (open, close): Undefine.
6851         * lib/savedir.c (opendir, closedir): Undefine.
6852         * lib/utime.c (open, close): Undefine.
6853         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6854
6855 2007-01-10  Bruno Haible  <bruno@clisp.org>
6856
6857         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6858
6859 2007-01-12  Eric Blake  <ebb9@byu.net>
6860
6861         Provide a robust <wchar.h>.  Further simplifications are now
6862         possible in other modules, but not included here.
6863         * modules/wchar: New module.
6864         * m4/wchar.m4: New file.
6865         * lib/wchar_.h: Likewise.
6866         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6867         of the new module.
6868         * MODULES.html.sh (Extended multibyte and wide character utilities):
6869         New section.
6870
6871 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6872
6873         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6874         to a reasonable default for memory allocation.
6875         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6876         file system that reports garbage st_size values for symlinks.
6877         Problem reported by Liyang Hu.
6878
6879 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6880
6881         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6882         Emacs .#* auto-save files).
6883
6884 2007-01-11  Bruno Haible  <bruno@clisp.org>
6885
6886         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6887         directory.
6888
6889 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6890
6891         Use @...@ consistently in lib/wctype_.h.
6892         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6893         on it being set to 1 or 0.
6894         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6895         go back to AC_SUBSTing it.
6896         * modules/wctype (Makefile.am): Undo previous change.
6897
6898 2007-01-10  Eric Blake  <ebb9@byu.net>
6899
6900         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6901         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6902         * modules/wctype (Makefile.am): Likewise.
6903         Reported by Chris McGuire.
6904
6905 2007-01-10  Jim Meyering  <jim@meyering.net>
6906
6907         fts.c: a small readability/maintainability improvement
6908         * lib/fts.c (fts_read): Make this code slightly more readable and
6909         maintainable by hoisting the "sp->fts_cur = p" assignments to
6910         immediately follow the statements that set P.  Derived from
6911         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6912
6913 2007-01-10  Eric Blake  <ebb9@byu.net>
6914
6915         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6916         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6917         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6918         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6919         Reported by Chris McGuire.
6920
6921 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6922
6923         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6924         in sed script.
6925
6926 2007-01-09  Bruno Haible  <bruno@clisp.org>
6927
6928         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6929         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6930         variables.
6931         (func_module): Use them.
6932
6933 2007-01-09  Bruno Haible  <bruno@clisp.org>
6934
6935         * modules/unistr/base: New file.
6936         * lib/unistr.h: New file.
6937
6938         * modules/unistr/u8-to-u16: New file.
6939         * lib/unistr/u8-to-u16.c: New file.
6940
6941         * modules/unistr/u8-to-u32: New file.
6942         * lib/unistr/u8-to-u32.c: New file.
6943
6944         * modules/unistr/u16-to-u8: New file.
6945         * lib/unistr/u16-to-u8.c: New file.
6946
6947         * modules/unistr/u16-to-u32: New file.
6948         * lib/unistr/u16-to-u32.c: New file.
6949
6950         * modules/unistr/u32-to-u8: New file.
6951         * lib/unistr/u32-to-u8.c: New file.
6952
6953         * modules/unistr/u32-to-u16: New file.
6954         * lib/unistr/u32-to-u16.c: New file.
6955
6956         * modules/unistr/u8-check: New file.
6957         * modules/unistr/u16-check: New file.
6958         * modules/unistr/u32-check: New file.
6959         * lib/unistr/u8-check.c: New file.
6960         * lib/unistr/u16-check.c: New file.
6961         * lib/unistr/u32-check.c: New file.
6962
6963         * modules/unistr/u8-chr: New file.
6964         * modules/unistr/u16-chr: New file.
6965         * modules/unistr/u32-chr: New file.
6966         * lib/unistr/u8-chr.c: New file.
6967         * lib/unistr/u16-chr.c: New file.
6968         * lib/unistr/u32-chr.c: New file.
6969
6970         * modules/unistr/u8-cmp: New file.
6971         * modules/unistr/u16-cmp: New file.
6972         * modules/unistr/u32-cmp: New file.
6973         * lib/unistr/u8-cmp.c: New file.
6974         * lib/unistr/u16-cmp.c: New file.
6975         * lib/unistr/u32-cmp.c: New file.
6976
6977         * modules/unistr/u8-cpy: New file.
6978         * modules/unistr/u16-cpy: New file.
6979         * modules/unistr/u32-cpy: New file.
6980         * lib/unistr/u8-cpy.c: New file.
6981         * lib/unistr/u16-cpy.c: New file.
6982         * lib/unistr/u32-cpy.c: New file.
6983         * lib/unistr/u-cpy.h: New file.
6984
6985         * modules/unistr/u8-cpy-alloc: New file.
6986         * modules/unistr/u16-cpy-alloc: New file.
6987         * modules/unistr/u32-cpy-alloc: New file.
6988         * lib/unistr/u8-cpy-alloc.c: New file.
6989         * lib/unistr/u16-cpy-alloc.c: New file.
6990         * lib/unistr/u32-cpy-alloc.c: New file.
6991         * lib/unistr/u-cpy-alloc.h: New file.
6992
6993         * modules/unistr/u8-endswith: New file.
6994         * modules/unistr/u16-endswith: New file.
6995         * modules/unistr/u32-endswith: New file.
6996         * lib/unistr/u8-endswith.c: New file.
6997         * lib/unistr/u16-endswith.c: New file.
6998         * lib/unistr/u32-endswith.c: New file.
6999         * lib/unistr/u-endswith.h: New file.
7000
7001         * modules/unistr/u8-mblen: New file.
7002         * modules/unistr/u16-mblen: New file.
7003         * modules/unistr/u32-mblen: New file.
7004         * lib/unistr/u8-mblen.c: New file.
7005         * lib/unistr/u16-mblen.c: New file.
7006         * lib/unistr/u32-mblen.c: New file.
7007
7008         * modules/unistr/u8-mbtouc: New file.
7009         * modules/unistr/u16-mbtouc: New file.
7010         * modules/unistr/u32-mbtouc: New file.
7011         * lib/unistr/u8-mbtouc.c: New file.
7012         * lib/unistr/u16-mbtouc.c: New file.
7013         * lib/unistr/u32-mbtouc.c: New file.
7014
7015         * modules/unistr/u8-mbtouc-safe: New file.
7016         * modules/unistr/u16-mbtouc-safe: New file.
7017         * modules/unistr/u32-mbtouc-safe: New file.
7018         * lib/unistr/u8-mbtouc-safe.c: New file.
7019         * lib/unistr/u16-mbtouc-safe.c: New file.
7020         * lib/unistr/u32-mbtouc-safe.c: New file.
7021
7022         * modules/unistr/u8-move: New file.
7023         * modules/unistr/u16-move: New file.
7024         * modules/unistr/u32-move: New file.
7025         * lib/unistr/u8-move.c: New file.
7026         * lib/unistr/u16-move.c: New file.
7027         * lib/unistr/u32-move.c: New file.
7028         * lib/unistr/u-move.h: New file.
7029
7030         * modules/unistr/u8-next: New file.
7031         * modules/unistr/u16-next: New file.
7032         * modules/unistr/u32-next: New file.
7033         * lib/unistr/u8-next.c: New file.
7034         * lib/unistr/u16-next.c: New file.
7035         * lib/unistr/u32-next.c: New file.
7036
7037         * modules/unistr/u8-prev: New file.
7038         * modules/unistr/u16-prev: New file.
7039         * modules/unistr/u32-prev: New file.
7040         * lib/unistr/u8-prev.c: New file.
7041         * lib/unistr/u16-prev.c: New file.
7042         * lib/unistr/u32-prev.c: New file.
7043
7044         * modules/unistr/u8-set: New file.
7045         * modules/unistr/u16-set: New file.
7046         * modules/unistr/u32-set: New file.
7047         * lib/unistr/u8-set.c: New file.
7048         * lib/unistr/u16-set.c: New file.
7049         * lib/unistr/u32-set.c: New file.
7050         * lib/unistr/u-set.h: New file.
7051
7052         * modules/unistr/u8-startswith: New file.
7053         * modules/unistr/u16-startswith: New file.
7054         * modules/unistr/u32-startswith: New file.
7055         * lib/unistr/u8-startswith.c: New file.
7056         * lib/unistr/u16-startswith.c: New file.
7057         * lib/unistr/u32-startswith.c: New file.
7058         * lib/unistr/u-startswith.h: New file.
7059
7060         * modules/unistr/u8-stpcpy: New file.
7061         * modules/unistr/u16-stpcpy: New file.
7062         * modules/unistr/u32-stpcpy: New file.
7063         * lib/unistr/u8-stpcpy.c: New file.
7064         * lib/unistr/u16-stpcpy.c: New file.
7065         * lib/unistr/u32-stpcpy.c: New file.
7066         * lib/unistr/u-stpcpy.h: New file.
7067
7068         * modules/unistr/u8-stpncpy: New file.
7069         * modules/unistr/u16-stpncpy: New file.
7070         * modules/unistr/u32-stpncpy: New file.
7071         * lib/unistr/u8-stpncpy.c: New file.
7072         * lib/unistr/u16-stpncpy.c: New file.
7073         * lib/unistr/u32-stpncpy.c: New file.
7074         * lib/unistr/u-stpncpy.h: New file.
7075
7076         * modules/unistr/u8-strcat: New file.
7077         * modules/unistr/u16-strcat: New file.
7078         * modules/unistr/u32-strcat: New file.
7079         * lib/unistr/u8-strcat.c: New file.
7080         * lib/unistr/u16-strcat.c: New file.
7081         * lib/unistr/u32-strcat.c: New file.
7082         * lib/unistr/u-strcat.h: New file.
7083
7084         * modules/unistr/u8-strchr: New file.
7085         * modules/unistr/u16-strchr: New file.
7086         * modules/unistr/u32-strchr: New file.
7087         * lib/unistr/u8-strchr.c: New file.
7088         * lib/unistr/u16-strchr.c: New file.
7089         * lib/unistr/u32-strchr.c: New file.
7090
7091         * modules/unistr/u8-strcmp: New file.
7092         * modules/unistr/u16-strcmp: New file.
7093         * modules/unistr/u32-strcmp: New file.
7094         * lib/unistr/u8-strcmp.c: New file.
7095         * lib/unistr/u16-strcmp.c: New file.
7096         * lib/unistr/u32-strcmp.c: New file.
7097
7098         * modules/unistr/u8-strcpy: New file.
7099         * modules/unistr/u16-strcpy: New file.
7100         * modules/unistr/u32-strcpy: New file.
7101         * lib/unistr/u8-strcpy.c: New file.
7102         * lib/unistr/u16-strcpy.c: New file.
7103         * lib/unistr/u32-strcpy.c: New file.
7104         * lib/unistr/u-strcpy.h: New file.
7105
7106         * modules/unistr/u8-strcspn: New file.
7107         * modules/unistr/u16-strcspn: New file.
7108         * modules/unistr/u32-strcspn: New file.
7109         * lib/unistr/u8-strcspn.c: New file.
7110         * lib/unistr/u16-strcspn.c: New file.
7111         * lib/unistr/u32-strcspn.c: New file.
7112         * lib/unistr/u-strcspn.h: New file.
7113
7114         * modules/unistr/u8-strdup: New file.
7115         * modules/unistr/u16-strdup: New file.
7116         * modules/unistr/u32-strdup: New file.
7117         * lib/unistr/u8-strdup.c: New file.
7118         * lib/unistr/u16-strdup.c: New file.
7119         * lib/unistr/u32-strdup.c: New file.
7120         * lib/unistr/u-strdup.h: New file.
7121
7122         * modules/unistr/u8-strlen: New file.
7123         * modules/unistr/u16-strlen: New file.
7124         * modules/unistr/u32-strlen: New file.
7125         * lib/unistr/u8-strlen.c: New file.
7126         * lib/unistr/u16-strlen.c: New file.
7127         * lib/unistr/u32-strlen.c: New file.
7128         * lib/unistr/u-strlen.h: New file.
7129
7130         * modules/unistr/u8-strmblen: New file.
7131         * modules/unistr/u16-strmblen: New file.
7132         * modules/unistr/u32-strmblen: New file.
7133         * lib/unistr/u8-strmblen.c: New file.
7134         * lib/unistr/u16-strmblen.c: New file.
7135         * lib/unistr/u32-strmblen.c: New file.
7136
7137         * modules/unistr/u8-strmbtouc: New file.
7138         * modules/unistr/u16-strmbtouc: New file.
7139         * modules/unistr/u32-strmbtouc: New file.
7140         * lib/unistr/u8-strmbtouc.c: New file.
7141         * lib/unistr/u16-strmbtouc.c: New file.
7142         * lib/unistr/u32-strmbtouc.c: New file.
7143
7144         * modules/unistr/u8-strncat: New file.
7145         * modules/unistr/u16-strncat: New file.
7146         * modules/unistr/u32-strncat: New file.
7147         * lib/unistr/u8-strncat.c: New file.
7148         * lib/unistr/u16-strncat.c: New file.
7149         * lib/unistr/u32-strncat.c: New file.
7150         * lib/unistr/u-strncat.h: New file.
7151
7152         * modules/unistr/u8-strncmp: New file.
7153         * modules/unistr/u16-strncmp: New file.
7154         * modules/unistr/u32-strncmp: New file.
7155         * lib/unistr/u8-strncmp.c: New file.
7156         * lib/unistr/u16-strncmp.c: New file.
7157         * lib/unistr/u32-strncmp.c: New file.
7158
7159         * modules/unistr/u8-strncpy: New file.
7160         * modules/unistr/u16-strncpy: New file.
7161         * modules/unistr/u32-strncpy: New file.
7162         * lib/unistr/u8-strncpy.c: New file.
7163         * lib/unistr/u16-strncpy.c: New file.
7164         * lib/unistr/u32-strncpy.c: New file.
7165         * lib/unistr/u-strncpy.h: New file.
7166
7167         * modules/unistr/u8-strnlen: New file.
7168         * modules/unistr/u16-strnlen: New file.
7169         * modules/unistr/u32-strnlen: New file.
7170         * lib/unistr/u8-strnlen.c: New file.
7171         * lib/unistr/u16-strnlen.c: New file.
7172         * lib/unistr/u32-strnlen.c: New file.
7173         * lib/unistr/u-strnlen.h: New file.
7174
7175         * modules/unistr/u8-strpbrk: New file.
7176         * modules/unistr/u16-strpbrk: New file.
7177         * modules/unistr/u32-strpbrk: New file.
7178         * lib/unistr/u8-strpbrk.c: New file.
7179         * lib/unistr/u16-strpbrk.c: New file.
7180         * lib/unistr/u32-strpbrk.c: New file.
7181         * lib/unistr/u-strpbrk.h: New file.
7182
7183         * modules/unistr/u8-strrchr: New file.
7184         * modules/unistr/u16-strrchr: New file.
7185         * modules/unistr/u32-strrchr: New file.
7186         * lib/unistr/u8-strrchr.c: New file.
7187         * lib/unistr/u16-strrchr.c: New file.
7188         * lib/unistr/u32-strrchr.c: New file.
7189
7190         * modules/unistr/u8-strspn: New file.
7191         * modules/unistr/u16-strspn: New file.
7192         * modules/unistr/u32-strspn: New file.
7193         * lib/unistr/u8-strspn.c: New file.
7194         * lib/unistr/u16-strspn.c: New file.
7195         * lib/unistr/u32-strspn.c: New file.
7196         * lib/unistr/u-strspn.h: New file.
7197
7198         * modules/unistr/u8-strstr: New file.
7199         * modules/unistr/u16-strstr: New file.
7200         * modules/unistr/u32-strstr: New file.
7201         * lib/unistr/u8-strstr.c: New file.
7202         * lib/unistr/u16-strstr.c: New file.
7203         * lib/unistr/u32-strstr.c: New file.
7204         * lib/unistr/u-strstr.h: New file.
7205
7206         * modules/unistr/u8-strtok: New file.
7207         * modules/unistr/u16-strtok: New file.
7208         * modules/unistr/u32-strtok: New file.
7209         * lib/unistr/u8-strtok.c: New file.
7210         * lib/unistr/u16-strtok.c: New file.
7211         * lib/unistr/u32-strtok.c: New file.
7212         * lib/unistr/u-strtok.h: New file.
7213
7214         * modules/unistr/u8-uctomb: New file.
7215         * modules/unistr/u16-uctomb: New file.
7216         * modules/unistr/u32-uctomb: New file.
7217         * lib/unistr/u8-uctomb.c: New file.
7218         * lib/unistr/u16-uctomb.c: New file.
7219         * lib/unistr/u32-uctomb.c: New file.
7220
7221         * MODULES.html.sh (Unicode string functions): Add the new modules.
7222
7223 2007-01-08  Bruno Haible  <bruno@clisp.org>
7224
7225         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7226         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7227         subdirectories.
7228
7229 2007-01-08  Karl Berry  <karl@gnu.org>
7230
7231         * doc/error.texi: mention that main() fns must set program_name
7232         when progname is used.
7233
7234 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7235
7236         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7237         WCTYPE_H is empty, for the benefit of builds from non-distclean
7238         directories.  Problem reported by Eric Blake in
7239         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7240
7241 2007-01-08  Bruno Haible  <bruno@clisp.org>
7242
7243         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7244         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7245         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7246         PROVIDE_CANONICALIZE_FILENAME_MODE.
7247         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7248
7249 2007-01-08  Bruno Haible  <bruno@clisp.org>
7250
7251         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7252         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7253         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7254         * lib/fts.c: Likewise.
7255         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7256
7257 2006-12-25  Bruno Haible  <bruno@clisp.org>
7258
7259         * modules/utf8-ucs4-safe: New file.
7260         * lib/utf8-ucs4-safe.h: New file.
7261         * lib/unistr/utf8-ucs4-safe.c: New file.
7262
7263         * modules/utf16-ucs4-safe: New file.
7264         * lib/utf16-ucs4-safe.h: New file.
7265         * lib/unistr/utf16-ucs4-safe.c: New file.
7266
7267         * MODULES.html.sh (Unicode string functions): Add the new modules.
7268
7269 2007-01-08  Bruno Haible  <bruno@clisp.org>
7270
7271         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7272         (Depends-on): Add unitypes.
7273         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7274         (u8_mbtouc_aux): Move out to separate file.
7275         (u8_mbtouc): Use ucs4_t, uint8_t types.
7276         * lib/unistr/utf8-ucs4.c: New file.
7277
7278         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7279         (Depends-on): Add unitypes.
7280         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7281         (u16_mbtouc_aux): Move out to separate file.
7282         (u16_mbtouc): Use ucs4_t, uint16_t types.
7283         * lib/unistr/utf16-ucs4.c: New file.
7284
7285         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7286         (Depends-on): Add unitypes.
7287         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7288         (u8_uctomb_aux): Move out to separate file.
7289         (u8_uctomb): Use ucs4_t, uint8_t types.
7290         * lib/unistr/ucs4-utf8.c: New file.
7291
7292         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7293         (Depends-on): Add unitypes.
7294         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7295         (u16_uctomb_aux): Move out to separate file.
7296         (u16_uctomb): Use ucs4_t, uint16_t types.
7297         * lib/unistr/ucs4-utf16.c: New file.
7298
7299 2006-12-25  Bruno Haible  <bruno@clisp.org>
7300
7301         * modules/unitypes: New file.
7302         * lib/unitypes.h: New file.
7303         * MODULES.html.sh (func_all_modules): New section "Unicode string
7304         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7305         this section. Add unitypes.
7306
7307 2007-01-08  Bruno Haible  <bruno@clisp.org>
7308
7309         Avoid variable names that conflict with those from libtool.
7310         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7311         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7312         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7313         library_names_spec to acl_library_names_spec, hardcode_* to
7314         acl_hardcode_*.
7315         Reported by Ralf Wildenhues.
7316
7317 2007-01-08  Bruno Haible  <bruno@clisp.org>
7318
7319         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7320         definition.
7321         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7322         definition.
7323         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7324         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7325         definition.
7326         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7327         definition.
7328         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7329         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7330         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7331         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7332         definition.
7333         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7334         definition.
7335         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7336         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7337         GC_USE_<algorithm>.
7338         * lib/gc-libgcrypt.c: Likewise.
7339         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7340         * modules/gc-arctwo (configure.ac): Likewise.
7341         * modules/gc-des (configure.ac): Likewise.
7342         * modules/gc-hmac-md5 (configure.ac): Likewise.
7343         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7344         * modules/gc-md2 (configure.ac): Likewise.
7345         * modules/gc-md4 (configure.ac): Likewise.
7346         * modules/gc-md5 (configure.ac): Likewise.
7347         * modules/gc-random (configure.ac): Likewise.
7348         * modules/gc-rijndael (configure.ac): Likewise.
7349         * modules/gc-sha1 (configure.ac): Likewise.
7350
7351 2007-01-08  Bruno Haible  <bruno@clisp.org>
7352
7353         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7354         macro definition.
7355         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7356         definition.
7357         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7358         definition.
7359         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7360         * modules/fcntl-safer (configure.ac): Likewise.
7361         * modules/fopen-safer (configure.ac): Likewise.
7362         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7363         GNULIB_FWRITEERROR macro definition.
7364
7365 2007-01-08  Bruno Haible  <bruno@clisp.org>
7366
7367         * m4/gnulib-common.m4: New file.
7368         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7369         (func_get_filelist): Add m4/gnulib-common.m4.
7370
7371 2007-01-08  Bruno Haible  <bruno@clisp.org>
7372
7373         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7374         command.
7375
7376 2007-01-08  Jim Meyering  <jim@meyering.net>
7377
7378         Use a more robust test for a "can't happen" condition.
7379         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7380         narrowed the st_size value.  Presuming the "can't happen" condition
7381         is true, that narrowing could conceivably convert an invalid st_size
7382         value into a valid one.  Instead, use a change based on Matthew
7383         Woehlke's original patch.
7384
7385         Slight readability improvement: use an assert-like macro
7386         in place of literal "abort ()" uses.
7387         * lib/fts.c (fts_assert): Define.
7388         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7389         Use this macro instead of a bare 'abort'.
7390
7391 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7392
7393         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7394         simply work around them.
7395         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7396         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7397         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7398         declaring.
7399         Don't bother to define as macros, since the standard doesn't require it.
7400         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7401         longer worry about IRIX 5.3.
7402         (HAVE_WCTYPE_CTMP_BUG): Remove.
7403
7404 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7405
7406         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7407         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7408         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7409         Problems reported by Georg Schwarz for IRIX 5.3.
7410
7411         * gnulib-tool (autoconf_minversion): Take the maximum version number
7412         found, not the minimum.  Problem reported by James Youngman.
7413
7414 2007-01-03  Karl Berry  <karl@gnu.org>
7415
7416         * doc/error.texi: new file, explaining interaction with progname.
7417         * doc/gnulib.texi: include it.  Update copyright.
7418
7419 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7420
7421         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7422         AC_CANONICAL_HOST, to improve autobuild outputs.
7423
7424 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7425             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7426
7427         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7428         sockets, server sockets, and other file descriptors.  Count errors
7429         to compute the return value.  Reorder the code a bit to be easier
7430         to follow.  Don't set event bits that were not requested (except
7431         POLLERR and POLLHUP).
7432
7433 2007-01-01  Bruno Haible  <bruno@clisp.org>
7434
7435         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7436
7437 2007-01-03  Jim Meyering  <jim@meyering.net>
7438
7439         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7440
7441 2007-01-02  Bruno Haible  <bruno@clisp.org>
7442
7443         * modules/settime (Include): Require timespec.h.
7444         * modules/nanosleep (Include): Likewise.
7445
7446 2007-01-01  Bruno Haible  <bruno@clisp.org>
7447
7448         * gnulib-tool (func_emit_copyright_notice): Bump year.
7449         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7450
7451 2007-01-01  Bruno Haible  <bruno@clisp.org>
7452
7453         Improve support for OpenBSD.
7454         * build-aux/config.rpath (libname_spec): Export.
7455         (library_names_spec): New variable. Export.
7456         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7457         library_names_spec from the config.rpath output. Locate shared library
7458         through the name pattern in library_names_spec.
7459
7460 2007-01-01  Eric Blake  <ebb9@byu.net>
7461
7462         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7463
7464 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7465
7466         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7467         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7468         assume the C locale, and avoid an "eval" that could cause trouble.
7469         Problem with SORT reported by Bob Proulx.
7470
7471         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7472         Define.  Trivial patch from Henning Nielsen Lund, originally
7473         sent to bug-grep@gnu.org today.
7474
7475 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7476
7477         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7478         struct stat.  Problem reported by Henning Nielsen Lund.
7479         * lib/acl.c: Include acl.h first, to check interface.  Don't
7480         bother to include sys/types.h and sys/stat.h again.
7481
7482 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7483
7484         Import the following change from libc; problem reported by
7485         Sven Verdoolaege.
7486
7487         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7488
7489         [BZ #1373]
7490         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7491
7492 2006-12-28  Jim Meyering  <jim@meyering.net>
7493
7494         * build-aux/announce-gen: Do not assume that the package
7495         builds any of tar.gz, tar.bz2, and .xdelta files.
7496         Suggestion from Simon Josefsson.
7497
7498 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7499
7500         * modules/announce-gen: New file.
7501
7502 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7503
7504         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7505         handles its gotchas now.
7506         * lib/mbswidth.c: Likewise.
7507         * lib/wcwidth.h: Likewise.
7508         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7509         and iswcntrl; the wctype module does this stuff now.
7510         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7511         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7512         * modules/mbchar (Depends-on): Add wctype.
7513         * modules/mbswidth (Depends-on): Likewise.
7514         * modules/wcwidth (Depends-on): Likewise.
7515
7516 2006-12-27  Eric Blake  <ebb9@byu.net>
7517
7518         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7519         module uses more than what <wctype.h> is required to provide.
7520
7521 2006-12-26  Eric Blake  <ebb9@byu.net>
7522
7523         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7524
7525 2006-12-26  Eric Blake  <ebb9@byu.net>
7526
7527         * modules/absolute-header: New module.
7528         * modules/fcntl (Depends-on): Depend on it.
7529         * modules/inttypes (Depends-on): Likewise.
7530         * modules/stdint (Depends-on): Likewise.
7531         * modules/sys_stat (Depends-on): Likewise.
7532         * modules/wctype (Depends-on): Likewise.
7533         * MODULES.html.sh (Support for building libraries and
7534         executables): Document it.
7535
7536 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7537
7538         * gnulib-tool (SED): Remove, undoing previous change.
7539         The problem was that it broke coreutils on Solaris, because
7540         "sed --posix" leaked into a makefile.
7541         (sed): New alias, if 'alias' and GNU sed.
7542
7543 2006-12-24  Jim Meyering  <jim@meyering.net>
7544
7545         Work around an fchownat bug in glibc-2.4:
7546         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7547         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7548         in spite of the -P option.
7549         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7550         New macros.
7551         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7552         * modules/openat (Files): Add lib/fchownat.c.
7553         * lib/openat.c (fchownat): Don't define here.  Move to...
7554         * lib/fchownat.c: ...this new file.
7555
7556 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7557
7558         Fix bug reported by Bruno Haible in
7559         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7560         where quotearg.c didn't compile on Mac OS X 10.2 because it
7561         lacks <wchar.h> and wint_t.
7562         * lib/wctype_.h (__wctype_wint_t): New type.
7563         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7564         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7565         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7566         Arg is now of type __wctype_wint_t, not wint_t.
7567         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7568         substitute HAVE_WINT_T.
7569         * modules/wctype (Files): Add m4/wint_t.m4.
7570         (wctype.h): Substitute HAVE_WINT_T.
7571
7572 2006-12-23  Bruno Haible  <bruno@clisp.org>
7573
7574         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7575
7576 2006-12-23  Bruno Haible  <bruno@clisp.org>
7577
7578         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7579         S_ISLNK.
7580         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7581         mingw.
7582
7583 2006-12-22  Bruno Haible  <bruno@clisp.org>
7584
7585         * lib/copy-file.c: Include acl.h.
7586         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7587         Close the file descriptors only after being done with copy_acl.
7588         * modules/copy-file (Depends-on): Add acl.
7589
7590 2006-12-22  Bruno Haible  <bruno@clisp.org>
7591
7592         * gnulib-tool (SED): New variable.
7593         Use $SED instead of sed everywhere.
7594
7595 2006-12-22  Bruno Haible  <bruno@clisp.org>
7596
7597         * modules/no-c++: New file.
7598         * m4/no-c++.m4: New file.
7599         * MODULES.html.sh (Support for building libraries and executables):
7600         Add no-c++.
7601
7602 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7603
7604         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7605         Include <limits.h>, and use its INT_MAX to rewrite the
7606         j loop so that it does not overflow 'int'.  Problem reported by
7607         Ralf Wildenhues in
7608         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7609         Play it safe by shifting left by 1 rather than multiplying by 2,
7610         as GCC is less likely to optimize this away when the value
7611         is signed (when it assumes overflow leads to undefined behavior).
7612         Also, don't assume time_t uses two's complement.
7613
7614 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7615
7616         * MODULES.html.sh: New module wctype.
7617         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7618         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7619         <wctype.h>, since the new wctype module should fix this.
7620         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7621         the wctype module should arrange for it.
7622         * lib/regex_internal.h: Likewise.
7623         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7624         since the wctype module should handle this now.
7625         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7626         * modules/fnmatch (Depends-on): Add wctype.
7627         * modules/quotearg (Depends-on): Likewise.
7628         * modules/regex (Depends-on): Likewise.
7629
7630 2006-12-19  Bruno Haible  <bruno@clisp.org>
7631
7632         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7633         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7634
7635 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7636
7637         * modules/savewd (Depends-on): Fix dependency on fcntl.
7638
7639 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7640
7641         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7642         conforms to C99, rather than relying on the user's environment
7643         setting of STDINT_H.
7644
7645 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7646         and Eric Blake  <ebb9@byu.net>
7647
7648         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7649         This is more consistent with the other defines here.
7650         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7651         Port to z/OS.  Problem reported by Paul Gilmartin.
7652         Change local vars to use gl_ prefix rather than ac_.
7653         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7654         with other defines.
7655         * modules/double-slash-root: New module.
7656         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7657         (Depends-on): Add double-slash-root.
7658         * MODULES.html.sh (File system functions): Mention new module.
7659
7660 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7661
7662         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7663         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7664         This is for the benefit of gzip, which doesn't do i18n.
7665
7666 2006-12-12  Jim Meyering  <jim@meyering.net>
7667
7668         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7669         Reported by Andreas Schwab <schwab@suse.de>.
7670
7671 2006-12-12  Bruno Haible  <bruno@clisp.org>
7672
7673         Merge these changes.
7674         2006-09-05  Bruno Haible  <bruno@clisp.org>
7675         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7676         iconv_alloc succeeded.
7677         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7678         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7679         test for " && dest " at the end - dest is always != NULL there. Call
7680         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7681         with 2xNULL arguments, also to flush the state storage. Handle the
7682         IRIX iconv behaviour. Realloc the final result, to throw away unused
7683         memory.
7684
7685 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7686
7687         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7688         and fchmodat unconditionally, since glibc 2.4 has them.
7689         Problem reported by Arkadiusz Miskiewicz.
7690
7691 2006-12-10  Bruno Haible  <bruno@clisp.org>
7692
7693         * gnulib-tool (func_import): Show the include files only for those
7694         modules that are copied and specified.
7695         Reported by Karl Berry.
7696
7697 2006-12-08  Jim Meyering  <jim@meyering.net>
7698
7699         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7700         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7701
7702         * build-aux/announce-gen: Add two new options, both optional:
7703         --bootstrap-tools=TOOL_LIST
7704               a comma-separated list of tools, e.g.,
7705               autoconf,automake,bison,gnulib
7706         --gnulib-snapshot-date=DATE
7707               if gnulib is in the bootstrap tool list,
7708               then report this as the snapshot date.
7709               If not specified, use the current date/time.
7710               If you specify a date here, be sure it's UTC.
7711
7712 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7713
7714         * tests/test-argp-2.sh: Fix test to match actual output.
7715         (func_compare): Fix sed script to be portable.
7716
7717 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7718
7719         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7720         workaround for this case.  It is not autoconfigured now; offhand
7721         it's hard to see how to autoconfigure it.
7722
7723 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7724
7725         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7726         a directory that is about to be chowned.  Such a directory's
7727         initial file permissions should permit the owner only and this
7728         should not be changed until after the chown, since the group and
7729         other bits would be incorrect if they granted permission before
7730         the chown.
7731
7732         Fix porting problem for iswctype reported by Georg Schwarz in:
7733         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7734         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7735         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7736         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7737         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7738
7739 2006-12-03  Jim Meyering  <jim@meyering.net>
7740
7741         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7742         p->fts_statp may not yet be defined.
7743         (fts_read): Instead, set it in the caller, once p->fts_statp is
7744         sure to be defined, and corresponds to a top-level directory.
7745         This bug made du -x fail.  Here's the coreutils test case:
7746         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7747         Reported by Mike Frysinger.
7748
7749 2006-12-01  Jim Meyering  <jim@meyering.net>
7750
7751         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7752         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7753         Reported by Simon Josefsson.
7754
7755 2006-11-30  Jim Meyering  <jim@meyering.net>
7756
7757         * m4/warning.m4: Use the all-permissive copyright notice
7758         recommended by RMS (rather than LGPL).
7759         * m4/vararrays.m4: Likewise.
7760         * m4/flexmember.m4: Likewise.
7761
7762 2006-11-29  Bruno Haible  <bruno@clisp.org>
7763
7764         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7765         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7766         using +=.
7767         Reported by Simon Josefsson <simon@josefsson.org>.
7768
7769 2006-11-28  James Youngman <jay@gnu.org>
7770
7771         * README: Advise users that they might find the bug-gnulib@gnu.org
7772         and autotools-announce@gnu.org mailing lists useful.
7773
7774 2006-11-28  Bruno Haible  <bruno@clisp.org>
7775
7776         * m4/ptrdiff_max.m4: Remove file.
7777
7778 2006-11-21  Bruno Haible  <bruno@clisp.org>
7779
7780         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7781         _AC_COMPUTE_INT.
7782         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7783         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7784         _AC_COMPUTE_INT.
7785         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7786         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7787         _AC_COMPUTE_INT.
7788         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7789
7790 2006-11-28  Jim Meyering  <jim@meyering.net>
7791
7792         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7793         warning from "gcc -Wshadow" about shadowing the builtin.
7794
7795 2006-11-27  Bruno Haible  <bruno@clisp.org>
7796
7797         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7798         _AC_COMPUTE_INT.
7799         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7800
7801 2006-11-27  Bruno Haible  <bruno@clisp.org>
7802             Paul Eggert  <eggert@cs.ucla.edu>
7803
7804         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7805
7806 2006-11-26  Bruno Haible  <bruno@clisp.org>
7807
7808         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7809         noinst_LTLIBRARIES.
7810
7811 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7812             Bruno Haible  <bruno@clisp.org>
7813
7814         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7815         if compiling with "gcc -ansi".
7816
7817 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7818
7819         Fix some incompatibilities with gcc -ansi -pedantic.
7820         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7821         if compiling pedantically with GCC, unless it's C99 or later.
7822         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7823         it mishandles gcc -ansi -pedantic as well.
7824         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7825         if gcc -pedantic.
7826         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7827         initializers for struct if -pedantic, unless it's C99 or later.
7828
7829 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7830
7831         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7832         Don't close an fd more than once. Identical atimes indicate
7833         success, not failure.
7834
7835 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7836
7837         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7838
7839 2006-11-23  Jim Meyering  <jim@meyering.net>
7840
7841         * build-aux/announce-gen: New file.  From coreutils.
7842
7843 2006-11-22  Jim Meyering  <jim@meyering.net>
7844
7845         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7846         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7847         (fts_read): Use a temporary to narrow the overused st_size member
7848         before using it in a switch statement.  Reported by Matthew Woehlke.
7849
7850         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7851         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7852
7853 2006-11-20  Bruno Haible  <bruno@clisp.org>
7854
7855         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7856         changequote instead of pairs of brackets.
7857         Reported by Andreas Schwab <schwab@suse.de>.
7858
7859 2006-11-21  Jim Meyering  <jim@meyering.net>
7860
7861         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7862         so as to remain compatible with older compilers.
7863         Patch from Michael Deutschmann.
7864
7865 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7866
7867         * MODULES.html.sh (File system functions): Add openat.
7868
7869         * lib/openat.h (rpl_fstatat): New macro, if
7870         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7871         (fstatat): Define to rpl_fstatat under the same conditions,
7872         unless COMPILING_FSTATAT.
7873         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7874         seems to have the bug.
7875         * lib/fstatat.c: New file.
7876         * modules/openat (Files): Add it.
7877
7878 2006-11-20  Bruno Haible  <bruno@clisp.org>
7879
7880         * Makefile: New file.
7881
7882 2006-11-20  Jim Meyering  <jim@meyering.net>
7883
7884         The beginnings of syntax-related checks for gnulib.
7885         * lib/Makefile: New file.
7886         * lib/t-idcache: New script.  Ensure that the two halves of
7887         idcache.c stay in sync.
7888
7889         * lib/idcache.c: Adjust comments in user- and group- portions to
7890         be more accurate, and to be consistent with one another.
7891
7892 2006-11-20  Jim Meyering  <jim@meyering.net>
7893
7894         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7895         continue using the flexible array member (thus, this module performs
7896         half as many malloc calls), with the addition that...
7897         (getgroup, getuser): Consistently record a non-match via an empty
7898         "name" string, and map an empty string match to a NULL return value.
7899         * modules/idcache (Depends-on): Re-add flexmember.
7900
7901         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7902         (getuidbyname, getgroup, getgidbyname): Likewise.
7903
7904         Use cleaner syntax: NULL rather than 0.
7905         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7906
7907 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7908
7909         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7910         It mishandled the case where the group was missing.
7911         Problem reported by Greg Schafer.
7912         * modules/idcache: Likewise.
7913
7914 2006-11-18  Jim Meyering  <jim@meyering.net>
7915
7916         * check-module (%exempt_header): Add exception for some
7917         conditionally-included headers.
7918
7919         * modules/i-ring (Depends-on): Add verify.
7920         (License): Change to LGPL.
7921
7922 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7923
7924         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7925         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7926         and inttostr.h.  Use snprintf rather than uinttostr, so that
7927         LGPLed code doesn't depend on GPLed.
7928
7929 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7930
7931         * modules/inline (License): Change from GPL to LGPL.
7932
7933 2006-11-17  Jim Meyering  <jim@meyering.net>
7934
7935         * modules/d-type (License): Switch to LGPL.
7936
7937 2006-11-15  Bruno Haible  <bruno@clisp.org>
7938
7939         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7940
7941 2006-11-15  Eric Blake  <ebb9@byu.net>
7942
7943         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7944         the module dependency.
7945
7946 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7947             Bruno Haible  <bruno@clisp.org>
7948
7949         * gnulib-tool (func_create_testdir): Add license consistency check.
7950
7951 2006-11-15  Eric Blake  <ebb9@byu.net>
7952
7953         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7954         random "(cached)" in configure output.
7955
7956 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7957
7958         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7959         test for conforming inttypes.h is both announced and cached.
7960
7961         * MODULES.html.sh (seen_modules, seen_files): New variables.
7962         (func_module): Rewrite to use a few less gnulib-tool and sed
7963         invocations.  Avoid a couple of quadratic algorithms for ...
7964         (missed_modules, missed_files): ... these, with ...
7965         (func_append, func_tmpdir): ... these new functions, from
7966         gnulib-tool.  Analogously, install traps for cleanup.
7967
7968         * tests/test-gc.c (main): Remove unused variables.
7969         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7970
7971 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7972
7973         * modules/inttostr (License): Change to LGPL.
7974
7975 2006-11-14  Eric Blake  <ebb9@byu.net>
7976
7977         * modules/tempname (License): Change to LGPL.
7978
7979 2006-11-14  Eric Blake  <ebb9@byu.net>
7980
7981         * doc/functions.texi (Function Portability): *printf functions on
7982         Cygwin now understand all POSIX size specifiers.
7983
7984 2006-11-14  Bruno Haible  <bruno@clisp.org>
7985
7986         * modules/c-ctype (License): Change to LGPL.
7987
7988 2006-11-12  Bruno Haible  <bruno@clisp.org>
7989
7990         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7991         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
7992         for GNOME libraries, for which the include files are installed in
7993         subdirectories of $prefix/include.
7994
7995 2006-11-12  Bruno Haible  <bruno@clisp.org>
7996
7997         * m4/lib-link.m4: Require at least autoconf-2.54.
7998         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
7999         name to underscores for the --with option.
8000
8001 2006-11-13  Bruno Haible  <bruno@clisp.org>
8002
8003         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8004         the tests directory.
8005         Reported by Ralf Wildenhues.
8006
8007 2006-11-13  Bruno Haible  <bruno@clisp.org>
8008
8009         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8010         (func_emit_initmacro_end): Undo the override here.
8011         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8012         Works around the famous automake error in coreutils.
8013
8014 2006-11-13  Eric Blake  <ebb9@byu.net>
8015
8016         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8017         element, not its node.
8018
8019 2006-11-12  Bruno Haible  <bruno@clisp.org>
8020
8021         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8022         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8023
8024 2006-11-12  Bruno Haible  <bruno@clisp.org>
8025
8026         * gnulib-tool: New option --local-symlink.
8027         (func_usage): Document it.
8028         (lsymbolic): New variable.
8029         (func_import, func_create_testdir): If --symlink was not specified,
8030         test whether --local-symlink was specified and the file comes from
8031         the local_gnulib_dir.
8032
8033 2006-11-12  Bruno Haible  <bruno@clisp.org>
8034
8035         * gnulib-tool (func_ln): New function.
8036         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8037
8038 2006-11-12  Bruno Haible  <bruno@clisp.org>
8039
8040         Finish support for source files in subdirectories.
8041         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8042         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8043         AUTOMAKE_OPTIONS.
8044         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8045
8046 2006-11-12  Bruno Haible  <bruno@clisp.org>
8047
8048         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8049         EXTRA_lib_SOURCES augmentation.
8050         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8051
8052 2006-11-12  Jim Meyering  <jim@meyering.net>
8053
8054         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8055         file descriptors.  This also averts a failure on systems with
8056         native openat support when a traversed directory lacks "x" access.
8057         * lib/fts_.h: Include "i-ring.h"
8058         (struct FTS) [fts_fd_ring]: New member.
8059         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8060         (FCHDIR): Add parentheses.
8061         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8062         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8063         When descending, rather than simply closing the previous
8064         fts_cwd_fd value, push that file descriptor onto the ring.
8065         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8066         (fts_open): Initialize the new fd_ring member.
8067         (fts_close): Clear the ring.
8068         (fts_safe_changedir): When possible, use our new fd_ring to skip
8069         the diropen and fstat and dev/ino comparison that would normally
8070         accompany a virtual `chdir ("..")'.
8071
8072         * modules/fts (Depends-on): Add i-ring.
8073         * modules/i-ring: New module.
8074         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8075         * m4/i-ring.m4: New file.
8076
8077 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8078
8079         * gnulib-tool (func_create_testdir): Fix replacement of
8080         `build-aux' in configure.ac.  Run autotools in gltests
8081         subdirectory.
8082         (func_create_testdir, func_create_megatestdir, test): There is
8083         no need for '--force' in most autotool invocations in a new
8084         tree.  Actually fail the whole test if any of the tools, or the
8085         configure or make stages fail.
8086
8087         Sync from Automake.
8088         * build-aux/gnupload: Revert last change.  Add pointer to upload
8089         instructions of the GNU Maintenance Instructions.
8090         Suggestion by Karl Berry.
8091
8092 2006-11-10  Jim Meyering  <jim@meyering.net>
8093
8094         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8095
8096 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8097
8098         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8099         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8100         (bind_textdomain_codeset) [! ENABLE_NLS]:
8101         Evaluate all the arguments.  That way, callers get compatible behavior
8102         if the arguments have side effects.  Also, it avoids some GCC
8103         diagnostics in some cases; Joel E. Denny reported problems when Bison
8104         was configured with --enable-gcc-warnigs.
8105
8106 2006-11-10  Jim Meyering  <jim@meyering.net>
8107
8108         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8109         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8110         account.
8111
8112 2006-11-10  Jim Meyering  <jim@meyering.net>
8113
8114         * modules/inline: New file/module.
8115         * modules/xalloc (Files): Remove m4/inline.m4.
8116         (Depends-on): Add inline, instead.
8117         * modules/oset: Likewise.
8118         * modules/list: Likewise.
8119
8120 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8121
8122         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8123         Problem reported by Matthew Woehlke.
8124
8125 2006-11-09  Bruno Haible  <bruno@clisp.org>
8126
8127         * lib/tempname.c (gen_tempname): Remove variant that invokes
8128         __gen_tempname.
8129         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8130         __gen_tempname.
8131
8132 2006-11-08  Bruno Haible  <bruno@clisp.org>
8133
8134         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8135         to 'yes' instead of 'cross-compiling'.
8136
8137 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8138
8139         * lib/quotearg.h (quotearg_free): New decl.
8140         * lib/quotearg.c (quotearg_free): New function.
8141         (slot0, nslots, slotvec0, slotvec):
8142         Now file-scope so that quotearg_free can get at them.
8143
8144 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8145
8146         Sync from Automake.
8147         * build-aux/gnupload: Add missing 'gnu' to example URL.
8148         Report by Karl Berry.
8149
8150 2006-11-08  Bruno Haible  <bruno@clisp.org>
8151
8152         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8153         Suggested by Paul Eggert.
8154
8155 2006-11-08  Jim Meyering  <jim@meyering.net>
8156
8157         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8158         It's already included if !_LIBC.
8159         (fts_safe_changedir): Add a comment.
8160
8161 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8162
8163         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8164         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8165         Matthew Woehlke.
8166
8167         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8168         definitions up, to avoid colliding with change below.
8169         (static_inline) [HAVE_INLINE]: New macro.
8170         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8171         Provide extern decls when !HAVE_INLINE.  Do not define unless
8172         static_inline is defined, either by us or by xmalloc.c.  Use
8173         static_inline rather than static inline.
8174         (XCALLOC): Optimize sizeof(T) = 1 case.
8175         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8176
8177 2006-11-07  Bruno Haible  <bruno@clisp.org>
8178
8179         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8180         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8181         AC_C_INLINE.
8182         * modules/xalloc (Files): Add m4/inline.m4.
8183
8184 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8185
8186         * README: Fix typo.
8187         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8188         (Miscellanous Notes): ...from this.
8189
8190 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8191
8192         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8193         Mention that offsetof should be used instead of sizeof.
8194         From Bruno Haible.
8195
8196 2006-11-07  Bruno Haible  <bruno@clisp.org>
8197
8198         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8199
8200 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8201
8202         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8203         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8204         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8205         (gl_tree_add_before, gl_tree_add_after):
8206         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8207         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8208         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8209         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8210         (gl_linked_add_after, gl_linked_add_at): Likewise.
8211         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8212         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8213         (gl_tree_add_before, gl_tree_add_after): Likewise.
8214         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8215         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8216         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8217
8218 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8219
8220         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8221
8222 2006-11-06  Bruno Haible  <bruno@clisp.org>
8223
8224         * m4/inline.m4: New file.
8225         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8226         * modules/list (Files): Add m4/inline.m4.
8227         * modules/oset (Files): Likewise.
8228
8229 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8230
8231         * lib/idcache.c: Include <stddef.h>, for offsetof.
8232         (struct userid.name): Change from char * to a flexible array member.
8233         All uses changed.
8234         * modules/idcache (Depends-on): Add flexmember.
8235
8236         * MODULES.html.sh (Core language properties): New module flexmember.
8237         * modules/flexmember, m4/flexmember.m4: New files.
8238
8239         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8240         inline functions that are identical with the old xnmalloc_inline,
8241         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8242         that we can avoid some unnecessary integer multiplications and
8243         divisions in the common case where the element size is known at
8244         compile time.
8245         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8246         needed.
8247         (xnboundedmalloc): Remove.
8248         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8249         arguments, for consistency with rest of this header.
8250         (xcharalloc): Rewrite using XNMALLOC.
8251         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8252         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8253         versions have been moved to lib/xalloc.h and renamed to be the
8254         non-*_inline versions.
8255         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8256         and xnrealloc functions, since those functions are now inline and
8257         now call us.
8258         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8259         renaming described above.
8260         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8261         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8262         captures the dependency in AC_C_INLINE.
8263
8264         New module canonicalize-lgpl, proposed by Charles Wilson in
8265         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8266         with a few small changes afterwards.
8267         * MODULES.html.sh (File system functions): New module
8268         canonicalize-lgpl.
8269         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8270         and canonicalize_file_name.
8271         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8272         * modules/canonicalize-lgpl: New files.
8273
8274 2006-11-05  Bruno Haible  <bruno@clisp.org>
8275
8276         * gnulib-tool (func_import, func_create_testdir): Create directories
8277         also for files in subdirectories of lib/.
8278
8279 2006-11-05  Bruno Haible  <bruno@clisp.org>
8280
8281         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8282         ANSI C compliant.
8283
8284 2006-11-03  Bruno Haible  <bruno@clisp.org>
8285
8286         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8287         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8288         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8289         (xnboundedmalloc): New inline function.
8290         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8291         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8292         xmalloc.
8293         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8294         xmalloc.
8295         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8296         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8297         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8298         xmalloc.
8299         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8300         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8301         xmalloc.
8302         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8303         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8304         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8305         xmalloc.
8306         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8307         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8308         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8309         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8310         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8311         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8312         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8313
8314 2006-11-03  Bruno Haible  <bruno@clisp.org>
8315
8316         * lib/c-ctype.h [C++]: Define functions without name mangling.
8317         * lib/fwriteerror.h [C++]: Likewise.
8318         * lib/gcd.h [C++]: Likewise.
8319         * lib/linebreak.h [C++]: Likewise.
8320
8321 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8322
8323         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8324         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8325         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8326         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8327         Check for functions and headers just once.
8328         Check for declaration of canonicalize_file_name.
8329         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8330
8331 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8332
8333         * gnulib-tool (func_import): Fix typo in actioncmd.
8334
8335 2006-11-02  Bruno Haible  <bruno@clisp.org>
8336
8337         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8338         newline sequence in the Makefile.am snippet as a space, like "make"
8339         does.
8340         Reported by Roger Persson <perrog@gmail.com>.
8341
8342 2006-11-01  Bruno Haible  <bruno@clisp.org>
8343
8344         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8345         already declared in <string.h>.
8346         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8347
8348 2006-11-01  Bruno Haible  <bruno@clisp.org>
8349
8350         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8351         * lib/strcase.h: Include <string.h>.
8352         (strcasecmp): Define to rpl_strcasecmp here.
8353
8354 2006-11-01  Bruno Haible  <bruno@clisp.org>
8355
8356         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8357
8358 2006-11-01  Eric Blake  <ebb9@byu.net>
8359
8360         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8361
8362         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8363
8364 2006-10-29  Bruno Haible  <bruno@clisp.org>
8365
8366         Make it compile in C++ mode.
8367         * lib/full-write.c (full_rw): Add a cast.
8368
8369 2006-11-01  Bruno Haible  <bruno@clisp.org>
8370
8371         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8372         be POSIX compliant.
8373         Reported by Roger Persson <perrog@gmail.com>.
8374
8375 2006-11-01  Eric Blake  <ebb9@byu.net>
8376
8377         * lib/getopt_.h: Fix comments.
8378
8379 2006-10-31  Eric Blake  <ebb9@byu.net>
8380
8381         * modules/tmpdir (Depends-on): Add sys_stat.
8382         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8383         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8384         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8385         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8386         tempname.
8387
8388 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8389
8390         Avoid some C++ diagnostics reported by Bruno Haible.
8391         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8392         xmalloc.
8393         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8394         (struct slotvec): Move to top level.
8395         (quotearg_n_options): Rewrite to avoid xmalloc.
8396         * lib/xalloc.h (xcharalloc): New function.
8397         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8398         [defined __cplusplus]: Add function template that provides result
8399         type propagation.  This part of the change is from Bruno Haible.
8400
8401 2006-10-29  Bruno Haible  <bruno@clisp.org>
8402
8403         Make it compile in C++ mode.
8404         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8405         * lib/strnlen1.c (strnlen1): Cast memchr result.
8406         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8407         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8408         (create_temp_dir): Rename local variable 'template'.
8409         (compile_csharp_using_sscli): Add cast.
8410         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8411         * lib/findprog.c (find_in_path): Likewise.
8412         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8413         * lib/wait-process.c (register_slave_subprocess): Likewise.
8414
8415 2006-10-22  Bruno Haible  <bruno@clisp.org>
8416
8417         * modules/tsearch: New file.
8418         * lib/tsearch.h: New file.
8419         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8420         * m4/tsearch.m4: New file.
8421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8422
8423 2006-10-29  Eric Blake  <ebb9@byu.net>
8424
8425         * lib/arcfour.c: Assume config.h.
8426         * lib/arctwo.c: Likewise.
8427         * lib/base64.c: Likewise.
8428         * lib/check-version.c: Likewise.
8429         * lib/crc.c: Likewise.
8430         * lib/des.c: Likewise.
8431         * lib/gc-gnulib.c: Likewise.
8432         * lib/gc-libgcrypt.c: Likewise.
8433         * lib/gc-pbkdf2-sha1.c: Likewise.
8434         * lib/getaddrinfo.c: Likewise.
8435         * lib/getdelim.c: Likewise.
8436         * lib/getline.c: Likewise.
8437         * lib/hmac-md5.c: Likewise.
8438         * lib/hmac-sha1.c: Likewise.
8439         * lib/iconvme.c: Likewise.
8440         * lib/md2.c: Likewise.
8441         * lib/md4.c: Likewise.
8442         * lib/memxor.c: Likewise.
8443         * lib/read-file.c: Likewise.
8444         * lib/readline.c: Likewise.
8445         * lib/rijndael-alg-fst.c: Likewise.
8446         * lib/rijndael-api-fst.c: Likewise.
8447         * lib/xgetdomainname.c: Likewise.
8448
8449 2006-10-28  Eric Blake  <ebb9@byu.net>
8450
8451         * lib/xstrndup.c: Assume config.h.
8452
8453 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8454
8455         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8456         stat-macros.h is now for our own macros, whereas stat_h is for
8457         macros in the <sys/stat.h> name space.
8458         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8459         (STAT_MACROS_H): Remove.
8460         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8461         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8462         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8463         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8464         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8465         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8466         Move these macros to ...
8467         * lib/stat_.h: here.  Don't include stat-macros.h.
8468         * lib/canonicalize.c: Don't include stat-macros.h.
8469         * lib/chown.c: Likewise.
8470         * lib/euidaccess.c: Likewise.
8471         * lib/file-type.c: Likewise.
8472         * lib/filemode.c: Likewise.
8473         * lib/glob.c: Likewise.
8474         * lib/isapipe.c: Likewise.
8475         * lib/lchown.c: Likewise.
8476         * lib/lstat.c: Likewise.
8477         * lib/mkdir-p.c: Likewise.
8478         * lib/rmdir.c: Likewise.
8479         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8480         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8481         unless mkdir isn't declared, to speed up 'configure'.
8482         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8483         would define all the S_* symbols.
8484         * modules/canonicalize (Depends-on):
8485         Depend on sys_stat, not stat-macros.
8486         * modules/chown: Likewise.
8487         * modules/euidaccess: Likewise.
8488         * modules/filemode: Likewise.
8489         * modules/file-type: Likewise.
8490         * modules/glob: Likewise.
8491         * modules/isapipe: Likewise.
8492         * modules/lchown: Likewise.
8493         * modules/lstat: Likewise.
8494         * modules/mkancesdirs: Likewise.
8495         * modules/rmdir: Likewise.
8496         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8497         * modules/modechange: Likewise.
8498         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8499         (configure.ac): Remove gl_STAT_MACROS.
8500         * modules/sys_stat (Depends-on): Remove stat-macros.
8501
8502 2006-10-27  Bruno Haible  <bruno@clisp.org>
8503
8504         * m4/signed.m4: Remove file.
8505         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8506         invocation.
8507         * modules/vasnprintf (Files): Remove m4/signed.m4.
8508
8509 2006-10-27  Bruno Haible  <bruno@clisp.org>
8510
8511         Update to GNU gettext 0.16.
8512         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8513         m4/inttypes-h.m4, m4/signed.m4.
8514         * m4/gettext.m4: Update to GNU gettext 0.16.
8515         * m4/intl.m4: New file, from GNU gettext.
8516         * m4/intldir.m4: New file, from GNU gettext.
8517         * config/srclist.txt: Update
8518
8519 2006-10-27  Eric Blake  <ebb9@byu.net>
8520
8521         * MODULES.html.sh: Document tempname.
8522         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8523         dependencies.
8524         (Files): Move lib/tempname.c...
8525         * modules/tempname: ...to this new module.
8526         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8527         (gl_PREREQ_TEMPNAME): Move...
8528         * m4/tempname.m4: ...to this new file.
8529         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8530         * modules/sys_stat (Depends-on): Add stat-macros.
8531         * lib/stat_.h (includes): Pick up stat macros.
8532         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8533         if stat macros are broken.
8534         * lib/tempname.c (includes): No need to include "stat-macros.h".
8535         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8536         (direxists, __path_search) [!_LIBC]: Don't compile these in
8537         gnulib; the tmpdir module covers that.
8538         * lib/tempname.h: New file.
8539
8540 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8541
8542         * COPYING: Explain how gnulib-tool converts licence headers.
8543         Almost all wording by Eric Blake.
8544
8545 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8546
8547         * lib/mbchar.h (is_basic_table): Make read-only.
8548         * lib/mbchar.c (is_basic_table): Likewise.
8549         Reported by John Darrington.
8550
8551 2006-10-25  Bruno Haible  <bruno@clisp.org>
8552
8553         * lib/progname.h (set_program_name): Undefine before defining.
8554
8555 2006-10-25  Bruno Haible  <bruno@clisp.org>
8556
8557         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8558         false for non-gcc C++ compilers.
8559         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8560
8561 2006-10-24  Bruno Haible  <bruno@clisp.org>
8562
8563         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8564         iconv implementations like Irix iconv.
8565
8566 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8567
8568         * modules/vararrays: New file.
8569         * m4/vararrays.m4: New file, taken from diffutils.
8570         * MODULES.html.sh: New module vararrays.
8571
8572 2006-10-24  Karl Berry  <karl@gnu.org>
8573
8574         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8575         Don't call GNU Unix.
8576
8577 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8578
8579         * users.txt: Add Libtool.
8580
8581         Sync from Libtool:
8582
8583         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8586         to gnulib's policy of including config.h unconditionally.
8587
8588 2006-10-24  Bruno Haible  <bruno@clisp.org>
8589
8590         * modules/wcwidth (Files): Add m4/wint_t.m4.
8591         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8592         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8593
8594 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8595
8596         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8597         to pacify GCC with some -W flags enabled.  Problem reported by
8598         Bruno Haible.
8599
8600 2006-10-24  Jim Meyering  <jim@meyering.net>
8601
8602         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8603         Reported by Karl Berry.
8604
8605 2006-10-23  Bruno Haible  <bruno@clisp.org>
8606
8607         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8608
8609 2006-10-24  Bruno Haible  <bruno@clisp.org>
8610
8611         * lib/gl_list.h: Use C comment style, not C++ comment style.
8612
8613 2006-10-23  Eric Blake  <ebb9@byu.net>
8614
8615         * lib/getaddrinfo.c (includes): Add missing include.
8616
8617 2006-10-23  Bruno Haible  <bruno@clisp.org>
8618             Paul Eggert  <eggert@cs.ucla.edu>
8619
8620         Ability to rename obstack_free.
8621         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8622         obstack_free.
8623         (obstack_free): Invoke the __obstack_free macro.
8624         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8625
8626 2006-10-23  Bruno Haible  <bruno@clisp.org>
8627             Paul Eggert  <eggert@cs.ucla.edu>
8628
8629         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8630         __argc, __argv from the declaration. (They are defined as macros on
8631         mingw.)
8632
8633 2006-10-22  Bruno Haible  <bruno@clisp.org>
8634
8635         * doc/gnulib-intro.texi: New file.
8636         * doc/gnulib.texi: Include it.
8637
8638 2006-10-21  Bruno Haible  <bruno@clisp.org>
8639
8640         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8641         "Introduction", "Miscellanous Notes", "Particular Modules".
8642
8643 2006-10-21  Bruno Haible  <bruno@clisp.org>
8644
8645         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8646         Change mostlyclean-local rule to avoid sh syntax error from bash
8647         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8648
8649 2006-10-23  Jim Meyering  <jim@meyering.net>
8650
8651         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8652         in place of snprintf.
8653
8654         * modules/inttostr (Files): Add lib/uinttostr.c.
8655         * lib/uinttostr.c (inttostr): New file/function.
8656         * lib/inttostr.h (uinttostr): Declare.
8657         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8658         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8659         Add uinttostr.
8660         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8661
8662 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8663
8664         * lib/canonicalize.c (ELOOP): Define if not already defined.
8665         Problem reported by Bruno Haible in
8666         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8667
8668 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8671         Problem reported by Perry Smith and Ville Laurikari.
8672
8673         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8674         uses.
8675
8676 2006-10-19  Bruno Haible  <bruno@clisp.org>
8677
8678         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8679         for mingw.
8680
8681 2006-10-19  Bruno Haible  <bruno@clisp.org>
8682
8683         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8684         Needed for mingw.
8685
8686 2006-10-19  Bruno Haible  <bruno@clisp.org>
8687
8688         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8689
8690 2006-10-19  Bruno Haible  <bruno@clisp.org>
8691
8692         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8693         it.
8694
8695 2006-10-19  Bruno Haible  <bruno@clisp.org>
8696
8697         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8698         invocation.
8699
8700 2006-10-19  Bruno Haible  <bruno@clisp.org>
8701
8702         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8703         mountlist by default.
8704
8705 2006-10-16  Bruno Haible  <bruno@clisp.org>
8706
8707         * lib/c-strstr.c: Include c-strstr.h.
8708
8709 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8710
8711         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8712         in a slash.
8713
8714 2006-10-18  Bruno Haible  <bruno@clisp.org>
8715
8716         * lib/lock.h [C++]: Wrap definitions in extern "C".
8717
8718 2006-10-18  Bruno Haible  <bruno@clisp.org>
8719
8720         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8721         gl_LIBOBJS list.
8722
8723 2006-10-18  Bruno Haible  <bruno@clisp.org>
8724
8725         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8726
8727 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * lib/xstrtol.h: Include gettext.h.
8730         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8731         Problem reported by Eric Blake.
8732         * modules/xstrtol (Depends-on): Add gettext-h.
8733
8734 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8735
8736         * lib/strftime.c (advance): New macro.
8737         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8738         incomplete type, so you can't add 0 to it.  Problem and patch
8739         reported by Eelco Dolstra for dietlibc.
8740
8741 2006-10-18  Jim Meyering  <jim@meyering.net>
8742
8743         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8744         type for a local, and rename it: s/up/user_proc/.
8745
8746 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8747
8748         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8749         READ_UTMP_USER_PROCESS.
8750         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8751
8752 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8753
8754         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8755         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8756
8757 2006-10-17  Eric Blake  <ebb9@byu.net>
8758
8759         * lib/sigprocmask.c (sigprocmask): Fix typo.
8760
8761         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8762
8763         * modules/clean-temp (Makefile.am): Don't add to make output...
8764         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8765         config.h.
8766
8767 2006-10-17  Bruno Haible  <bruno@clisp.org>
8768
8769         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8770         differently if DEFAULT_TEXT_DOMAIN is set.
8771
8772 2006-10-16  Bruno Haible  <bruno@clisp.org>
8773
8774         * lib/clean-temp.c: Include fwriteerror.h.
8775
8776 2006-10-16  Bruno Haible  <bruno@clisp.org>
8777
8778         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8779
8780 2006-10-16  Bruno Haible  <bruno@clisp.org>
8781
8782         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8783         * lib/sigprocmask.h: Include <sys/types.h>.
8784         (sigset_t): Use the system's definition if present.
8785
8786 2006-10-17  Eric Blake  <ebb9@byu.net>
8787
8788         * lib/xvasprintf.c (includes): Assume config.h.
8789         * lib/xasprintf.c (includes): Likewise.
8790
8791 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8792
8793         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8794         at least as wide as intmax_t.
8795
8796 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8797
8798         (Imported from Automake.)
8799         * build-aux/gnupload: Update to version 1.1 of directive file.
8800
8801 2006-10-16  Eric Blake  <ebb9@byu.net>
8802
8803         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8804         match Automake 1.10a.
8805
8806 2006-10-14  Bruno Haible  <bruno@clisp.org>
8807
8808         * modules/sigprocmask: New file.
8809         * lib/sigprocmask.h: New file.
8810         * lib/sigprocmask.c: New file.
8811         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8812         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8813         request sigprocmask.o.
8814         (gl_PREREQ_SIGPROCMASK): New macro.
8815         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8816         (Depends-on): Add sigprocmask.
8817         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8818         gt_SIGNALBLOCKING. Test for 'raise' only once.
8819         * lib/fatal-signal.c: Include sigprocmask.h.
8820         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8821         unblock_fatal_signals): Define always.
8822         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8823         sigprocmask.
8824
8825 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8826
8827         Sync from Automake.
8828         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8829         which incorrectly sets the mode of an existing destination
8830         directory.  In some cases the unpatched install-sh could do the
8831         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8832         system.  We hope this is rare in practice, but it's clearly worth
8833         fixing.  Problem reported by Alex Unleashed in
8834         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8835         Also, don't bother to check for -m bugs unless we're using -m;
8836         suggested by Stepan Kasal.
8837
8838 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8839
8840         Sync from Automake.
8841         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8842         `-c' flag, so they appear at the same position as in %FASTDEP%
8843         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8844         which ignores unknown options only after the first non-option.
8845         Bug report against M4 by Nelson H. F. Beebe.
8846
8847 2006-10-13  Jim Meyering  <jim@meyering.net>
8848
8849         Fix a bug in yesterday's change.
8850         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8851         p->fts_statp->st_dev would be used uninitialized.
8852         Ensures that we always call fts_stat on the very first entry.
8853         Miklos Szeredi reported that find -xdev stopped working.
8854
8855 2006-10-12  Bruno Haible  <bruno@clisp.org>
8856
8857         * gnulib-tool (func_get_automake_snippet): Append an automatically
8858         computed EXTRA_DIST augmentation.
8859         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8860         * modules/alloca-opt (Makefile.am): Likewise.
8861         * modules/allocsa (Makefile.am): Likewise.
8862         * modules/arcfour (Makefile.am): Likewise.
8863         * modules/arctwo (Makefile.am): Likewise.
8864         * modules/argmatch (Makefile.am): Likewise.
8865         * modules/argz (Makefile.am): Likewise.
8866         * modules/atexit (Makefile.am): Likewise.
8867         * modules/backupfile (Makefile.am): Likewise.
8868         * modules/byteswap (Makefile.am): Likewise.
8869         * modules/c-strtod (Makefile.am): Likewise.
8870         * modules/c-strtold (Makefile.am): Likewise.
8871         * modules/calloc (Makefile.am): Likewise.
8872         * modules/canon-host (Makefile.am): Likewise.
8873         * modules/canonicalize (Makefile.am): Likewise.
8874         * modules/chdir-long (Makefile.am): Likewise.
8875         * modules/chdir-safer (Makefile.am): Likewise.
8876         * modules/check-version (Makefile.am): Likewise.
8877         * modules/chown (Makefile.am): Likewise.
8878         * modules/cloexec (Makefile.am): Likewise.
8879         * modules/close-stream (Makefile.am): Likewise.
8880         * modules/closeout (Makefile.am): Likewise.
8881         * modules/crc (Makefile.am): Likewise.
8882         * modules/csharpexec (Makefile.am): Likewise.
8883         * modules/cycle-check (Makefile.am): Likewise.
8884         * modules/des (Makefile.am): Likewise.
8885         * modules/dev-ino (Makefile.am): Likewise.
8886         * modules/dirfd (Makefile.am): Likewise.
8887         * modules/dirname (Makefile.am): Likewise.
8888         * modules/dup2 (Makefile.am): Likewise.
8889         * modules/eealloc (Makefile.am): Likewise.
8890         * modules/error (Makefile.am): Likewise.
8891         * modules/euidaccess (Makefile.am): Likewise.
8892         * modules/exclude (Makefile.am): Likewise.
8893         * modules/exitfail (Makefile.am): Likewise.
8894         * modules/fcntl-safer (Makefile.am): Likewise.
8895         * modules/fcntl (Makefile.am): Likewise.
8896         * modules/file-type (Makefile.am): Likewise.
8897         * modules/fileblocks (Makefile.am): Likewise.
8898         * modules/filemode (Makefile.am): Likewise.
8899         * modules/filenamecat (Makefile.am): Likewise.
8900         * modules/fnmatch (Makefile.am): Likewise.
8901         * modules/fopen-safer (Makefile.am): Likewise.
8902         * modules/fpending (Makefile.am): Likewise.
8903         * modules/fprintftime (Makefile.am): Likewise.
8904         * modules/free (Makefile.am): Likewise.
8905         * modules/fsusage (Makefile.am): Likewise.
8906         * modules/ftruncate (Makefile.am): Likewise.
8907         * modules/fts (Makefile.am): Likewise.
8908         * modules/gc-arcfour (Makefile.am): Likewise.
8909         * modules/gc-des (Makefile.am): Likewise.
8910         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8911         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8912         * modules/gc-md4 (Makefile.am): Likewise.
8913         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8914         * modules/gc-sha1 (Makefile.am): Likewise.
8915         * modules/gc (Makefile.am): Likewise.
8916         * modules/getaddrinfo (Makefile.am): Likewise.
8917         * modules/getcwd (Makefile.am): Likewise.
8918         * modules/getdelim (Makefile.am): Likewise.
8919         * modules/getdomainname (Makefile.am): Likewise.
8920         * modules/getgroups (Makefile.am): Likewise.
8921         * modules/gethostname (Makefile.am): Likewise.
8922         * modules/gethrxtime (Makefile.am): Likewise.
8923         * modules/getline (Makefile.am): Likewise.
8924         * modules/getloadavg (Makefile.am): Likewise.
8925         * modules/getlogin_r (Makefile.am): Likewise.
8926         * modules/getndelim2 (Makefile.am): Likewise.
8927         * modules/getopt (Makefile.am): Likewise.
8928         * modules/getpagesize (Makefile.am): Likewise.
8929         * modules/getpass-gnu (Makefile.am): Likewise.
8930         * modules/getpass (Makefile.am): Likewise.
8931         * modules/getsubopt (Makefile.am): Likewise.
8932         * modules/gettime (Makefile.am): Likewise.
8933         * modules/gettimeofday (Makefile.am): Likewise.
8934         * modules/getugroups (Makefile.am): Likewise.
8935         * modules/getusershell (Makefile.am): Likewise.
8936         * modules/glob (Makefile.am): Likewise.
8937         * modules/group-member (Makefile.am): Likewise.
8938         * modules/hard-locale (Makefile.am): Likewise.
8939         * modules/hash (Makefile.am): Likewise.
8940         * modules/hmac-md5 (Makefile.am): Likewise.
8941         * modules/hmac-sha1 (Makefile.am): Likewise.
8942         * modules/human (Makefile.am): Likewise.
8943         * modules/idcache (Makefile.am): Likewise.
8944         * modules/imaxabs (Makefile.am): Likewise.
8945         * modules/imaxdiv (Makefile.am): Likewise.
8946         * modules/inet_ntop (Makefile.am): Likewise.
8947         * modules/inet_pton (Makefile.am): Likewise.
8948         * modules/intprops (Makefile.am): Likewise.
8949         * modules/inttostr (Makefile.am): Likewise.
8950         * modules/inttypes (Makefile.am): Likewise.
8951         * modules/isapipe (Makefile.am): Likewise.
8952         * modules/javaversion (Makefile.am): Likewise.
8953         * modules/lchmod (Makefile.am): Likewise.
8954         * modules/lchown (Makefile.am): Likewise.
8955         * modules/localcharset (Makefile.am): Likewise.
8956         * modules/long-options (Makefile.am): Likewise.
8957         * modules/lstat (Makefile.am): Likewise.
8958         * modules/malloc (Makefile.am): Likewise.
8959         * modules/mathl (Makefile.am): Likewise.
8960         * modules/mbchar (Makefile.am): Likewise.
8961         * modules/md2 (Makefile.am): Likewise.
8962         * modules/md4 (Makefile.am): Likewise.
8963         * modules/md5 (Makefile.am): Likewise.
8964         * modules/memcasecmp (Makefile.am): Likewise.
8965         * modules/memchr (Makefile.am): Likewise.
8966         * modules/memcmp (Makefile.am): Likewise.
8967         * modules/memcoll (Makefile.am): Likewise.
8968         * modules/memcpy (Makefile.am): Likewise.
8969         * modules/memmem (Makefile.am): Likewise.
8970         * modules/memmove (Makefile.am): Likewise.
8971         * modules/mempcpy (Makefile.am): Likewise.
8972         * modules/memrchr (Makefile.am): Likewise.
8973         * modules/memset (Makefile.am): Likewise.
8974         * modules/memxor (Makefile.am): Likewise.
8975         * modules/mkancesdirs (Makefile.am): Likewise.
8976         * modules/mkdir-p (Makefile.am): Likewise.
8977         * modules/mkdir (Makefile.am): Likewise.
8978         * modules/mkdtemp (Makefile.am): Likewise.
8979         * modules/mkstemp (Makefile.am): Likewise.
8980         * modules/mktime (Makefile.am): Likewise.
8981         * modules/modechange (Makefile.am): Likewise.
8982         * modules/mountlist (Makefile.am): Likewise.
8983         * modules/nanosleep (Makefile.am): Likewise.
8984         * modules/obstack (Makefile.am): Likewise.
8985         * modules/openat (Makefile.am): Likewise.
8986         * modules/pagealign_alloc (Makefile.am): Likewise.
8987         * modules/pathmax (Makefile.am): Likewise.
8988         * modules/physmem (Makefile.am): Likewise.
8989         * modules/poll (Makefile.am): Likewise.
8990         * modules/posixtm (Makefile.am): Likewise.
8991         * modules/posixver (Makefile.am): Likewise.
8992         * modules/putenv (Makefile.am): Likewise.
8993         * modules/quote (Makefile.am): Likewise.
8994         * modules/quotearg (Makefile.am): Likewise.
8995         * modules/raise (Makefile.am): Likewise.
8996         * modules/read-file (Makefile.am): Likewise.
8997         * modules/readline (Makefile.am): Likewise.
8998         * modules/readlink (Makefile.am): Likewise.
8999         * modules/readtokens (Makefile.am): Likewise.
9000         * modules/readutmp (Makefile.am): Likewise.
9001         * modules/realloc (Makefile.am): Likewise.
9002         * modules/regex (Makefile.am): Likewise.
9003         * modules/rename-dest-slash (Makefile.am): Likewise.
9004         * modules/rename (Makefile.am): Likewise.
9005         * modules/rijndael (Makefile.am): Likewise.
9006         * modules/rmdir (Makefile.am): Likewise.
9007         * modules/rpmatch (Makefile.am): Likewise.
9008         * modules/safe-read (Makefile.am): Likewise.
9009         * modules/safe-write (Makefile.am): Likewise.
9010         * modules/same-inode (Makefile.am): Likewise.
9011         * modules/same (Makefile.am): Likewise.
9012         * modules/save-cwd (Makefile.am): Likewise.
9013         * modules/savedir (Makefile.am): Likewise.
9014         * modules/setenv (Makefile.am): Likewise.
9015         * modules/settime (Makefile.am): Likewise.
9016         * modules/sha1 (Makefile.am): Likewise.
9017         * modules/sig2str (Makefile.am): Likewise.
9018         * modules/snprintf (Makefile.am): Likewise.
9019         * modules/stat-macros (Makefile.am): Likewise.
9020         * modules/stat-time (Makefile.am): Likewise.
9021         * modules/stdbool (Makefile.am): Likewise.
9022         * modules/stdint (Makefile.am): Likewise.
9023         * modules/stdlib-safer (Makefile.am): Likewise.
9024         * modules/stpcpy (Makefile.am): Likewise.
9025         * modules/stpncpy (Makefile.am): Likewise.
9026         * modules/strcase (Makefile.am): Likewise.
9027         * modules/strcasestr (Makefile.am): Likewise.
9028         * modules/strchrnul (Makefile.am): Likewise.
9029         * modules/strcspn (Makefile.am): Likewise.
9030         * modules/strdup (Makefile.am): Likewise.
9031         * modules/strerror (Makefile.am): Likewise.
9032         * modules/strftime (Makefile.am): Likewise.
9033         * modules/strndup (Makefile.am): Likewise.
9034         * modules/strnlen (Makefile.am): Likewise.
9035         * modules/strpbrk (Makefile.am): Likewise.
9036         * modules/strsep (Makefile.am): Likewise.
9037         * modules/strstr (Makefile.am): Likewise.
9038         * modules/strtod (Makefile.am): Likewise.
9039         * modules/strtoimax (Makefile.am): Likewise.
9040         * modules/strtok_r (Makefile.am): Likewise.
9041         * modules/strtol (Makefile.am): Likewise.
9042         * modules/strtoll (Makefile.am): Likewise.
9043         * modules/strtoul (Makefile.am): Likewise.
9044         * modules/strtoull (Makefile.am): Likewise.
9045         * modules/strtoumax (Makefile.am): Likewise.
9046         * modules/strverscmp (Makefile.am): Likewise.
9047         * modules/sys_socket (Makefile.am): Likewise.
9048         * modules/sys_stat (Makefile.am): Likewise.
9049         * modules/sysexits (Makefile.am): Likewise.
9050         * modules/time_r (Makefile.am): Likewise.
9051         * modules/timegm (Makefile.am): Likewise.
9052         * modules/timespec (Makefile.am): Likewise.
9053         * modules/tmpfile-safer (Makefile.am): Likewise.
9054         * modules/trim (Makefile.am): Likewise.
9055         * modules/unistd-safer (Makefile.am): Likewise.
9056         * modules/unlinkdir (Makefile.am): Likewise.
9057         * modules/unlocked-io (Makefile.am): Likewise.
9058         * modules/userspec (Makefile.am): Likewise.
9059         * modules/utime (Makefile.am): Likewise.
9060         * modules/utimecmp (Makefile.am): Likewise.
9061         * modules/utimens (Makefile.am): Likewise.
9062         * modules/vasnprintf (Makefile.am): Likewise.
9063         * modules/vasprintf (Makefile.am): Likewise.
9064         * modules/vsnprintf (Makefile.am): Likewise.
9065         * modules/xalloc (Makefile.am): Likewise.
9066         * modules/xgetcwd (Makefile.am): Likewise.
9067         * modules/xnanosleep (Makefile.am): Likewise.
9068         * modules/xreadlink (Makefile.am): Likewise.
9069         * modules/xstrtod (Makefile.am): Likewise.
9070         * modules/xstrtol (Makefile.am): Likewise.
9071         * modules/xstrtold (Makefile.am): Likewise.
9072         * modules/yesno (Makefile.am): Likewise.
9073         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9074
9075 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9076
9077         * modules/error (Makefile.am): Distribute files through
9078         EXTRA_DIST, not lib_SOURCES.
9079
9080 2006-10-12  Eric Blake  <ebb9@byu.net>
9081
9082         * modules/error (Makefile.am): Distribute files in /lib.
9083         * modules/obstack (Makefile.am): Likewise.
9084
9085 2006-10-12  Bruno Haible  <bruno@clisp.org>
9086
9087         * modules/acl (Makefile.am): Distribute all files in lib/ through
9088         EXTRA_DIST.
9089         * modules/arcfour (Makefile.am): Likewise.
9090         * modules/arctwo (Makefile.am): Likewise.
9091         * modules/argmatch (Makefile.am): Likewise.
9092         * modules/argz (Makefile.am): Likewise.
9093         * modules/atexit (Makefile.am): Likewise.
9094         * modules/backupfile (Makefile.am): Likewise.
9095         * modules/c-strtod (Makefile.am): Likewise.
9096         * modules/c-strtold (Makefile.am): Likewise.
9097         * modules/calloc (Makefile.am): Likewise.
9098         * modules/canon-host (Makefile.am): Likewise.
9099         * modules/canonicalize (Makefile.am): Likewise.
9100         * modules/chdir-long (Makefile.am): Likewise.
9101         * modules/chdir-safer (Makefile.am): Likewise.
9102         * modules/check-version (Makefile.am): Likewise.
9103         * modules/chown (Makefile.am): Likewise.
9104         * modules/cloexec (Makefile.am): Likewise.
9105         * modules/close-stream (Makefile.am): Likewise.
9106         * modules/closeout (Makefile.am): Likewise.
9107         * modules/crc (Makefile.am): Likewise.
9108         * modules/cycle-check (Makefile.am): Likewise.
9109         * modules/des (Makefile.am): Likewise.
9110         * modules/dirfd (Makefile.am): Likewise.
9111         * modules/dirname (Makefile.am): Likewise.
9112         * modules/dup2 (Makefile.am): Likewise.
9113         * modules/euidaccess (Makefile.am): Likewise.
9114         * modules/exclude (Makefile.am): Likewise.
9115         * modules/exitfail (Makefile.am): Likewise.
9116         * modules/fcntl-safer (Makefile.am): Likewise.
9117         * modules/file-type (Makefile.am): Likewise.
9118         * modules/fileblocks (Makefile.am): Likewise.
9119         * modules/filemode (Makefile.am): Likewise.
9120         * modules/filenamecat (Makefile.am): Likewise.
9121         * modules/fnmatch (Makefile.am): Likewise.
9122         * modules/fopen-safer (Makefile.am): Likewise.
9123         * modules/fpending (Makefile.am): Likewise.
9124         * modules/fprintftime (Makefile.am): Likewise.
9125         * modules/free (Makefile.am): Likewise.
9126         * modules/fsusage (Makefile.am): Likewise.
9127         * modules/ftruncate (Makefile.am): Likewise.
9128         * modules/fts (Makefile.am): Likewise.
9129         * modules/gc (Makefile.am): Likewise.
9130         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9131         * modules/getaddrinfo (Makefile.am): Likewise.
9132         * modules/getcwd (Makefile.am): Likewise.
9133         * modules/getdelim (Makefile.am): Likewise.
9134         * modules/getdomainname (Makefile.am): Likewise.
9135         * modules/getgroups (Makefile.am): Likewise.
9136         * modules/gethostname (Makefile.am): Likewise.
9137         * modules/gethrxtime (Makefile.am): Likewise.
9138         * modules/getline (Makefile.am): Likewise.
9139         * modules/getloadavg (Makefile.am): Likewise.
9140         * modules/getlogin_r (Makefile.am): Likewise.
9141         * modules/getopt (Makefile.am): Likewise.
9142         * modules/getpass (Makefile.am): Likewise.
9143         * modules/getpass-gnu (Makefile.am): Likewise.
9144         * modules/getsubopt (Makefile.am): Likewise.
9145         * modules/gettime (Makefile.am): Likewise.
9146         * modules/gettimeofday (Makefile.am): Likewise.
9147         * modules/getugroups (Makefile.am): Likewise.
9148         * modules/getusershell (Makefile.am): Likewise.
9149         * modules/glob (Makefile.am): Likewise.
9150         * modules/group-member (Makefile.am): Likewise.
9151         * modules/hard-locale (Makefile.am): Likewise.
9152         * modules/hash (Makefile.am): Likewise.
9153         * modules/hmac-md5 (Makefile.am): Likewise.
9154         * modules/hmac-sha1 (Makefile.am): Likewise.
9155         * modules/human (Makefile.am): Likewise.
9156         * modules/idcache (Makefile.am): Likewise.
9157         * modules/imaxabs (Makefile.am): Likewise.
9158         * modules/imaxdiv (Makefile.am): Likewise.
9159         * modules/inet_ntop (Makefile.am): Likewise.
9160         * modules/inet_pton (Makefile.am): Likewise.
9161         * modules/inttostr (Makefile.am): Likewise.
9162         * modules/isapipe (Makefile.am): Likewise.
9163         * modules/lchown (Makefile.am): Likewise.
9164         * modules/long-options (Makefile.am): Likewise.
9165         * modules/lstat (Makefile.am): Likewise.
9166         * modules/malloc (Makefile.am): Likewise.
9167         * modules/mathl (Makefile.am): Likewise.
9168         * modules/mbchar (Makefile.am): Likewise.
9169         * modules/md2 (Makefile.am): Likewise.
9170         * modules/md4 (Makefile.am): Likewise.
9171         * modules/md5 (Makefile.am): Likewise.
9172         * modules/memcasecmp (Makefile.am): Likewise.
9173         * modules/memchr (Makefile.am): Likewise.
9174         * modules/memcmp (Makefile.am): Likewise.
9175         * modules/memcoll (Makefile.am): Likewise.
9176         * modules/memcpy (Makefile.am): Likewise.
9177         * modules/memmem (Makefile.am): Likewise.
9178         * modules/memmove (Makefile.am): Likewise.
9179         * modules/mempcpy (Makefile.am): Likewise.
9180         * modules/memrchr (Makefile.am): Likewise.
9181         * modules/memset (Makefile.am): Likewise.
9182         * modules/memxor (Makefile.am): Likewise.
9183         * modules/mkancesdirs (Makefile.am): Likewise.
9184         * modules/mkdir (Makefile.am): Likewise.
9185         * modules/mkdir-p (Makefile.am): Likewise.
9186         * modules/mkdtemp (Makefile.am): Likewise.
9187         * modules/mkstemp (Makefile.am): Likewise.
9188         * modules/mktime (Makefile.am): Likewise.
9189         * modules/modechange (Makefile.am): Likewise.
9190         * modules/mountlist (Makefile.am): Likewise.
9191         * modules/nanosleep (Makefile.am): Likewise.
9192         * modules/openat (Makefile.am): Likewise.
9193         * modules/pagealign_alloc (Makefile.am): Likewise.
9194         * modules/physmem (Makefile.am): Likewise.
9195         * modules/poll (Makefile.am): Likewise.
9196         * modules/posixtm (Makefile.am): Likewise.
9197         * modules/posixver (Makefile.am): Likewise.
9198         * modules/putenv (Makefile.am): Likewise.
9199         * modules/quote (Makefile.am): Likewise.
9200         * modules/quotearg (Makefile.am): Likewise.
9201         * modules/raise (Makefile.am): Likewise.
9202         * modules/read-file (Makefile.am): Likewise.
9203         * modules/readline (Makefile.am): Likewise.
9204         * modules/readlink (Makefile.am): Likewise.
9205         * modules/readtokens (Makefile.am): Likewise.
9206         * modules/readutmp (Makefile.am): Likewise.
9207         * modules/realloc (Makefile.am): Likewise.
9208         * modules/regex (Makefile.am): Likewise.
9209         * modules/rename (Makefile.am): Likewise.
9210         * modules/rename-dest-slash (Makefile.am): Likewise.
9211         * modules/rijndael (Makefile.am): Likewise.
9212         * modules/rmdir (Makefile.am): Likewise.
9213         * modules/rpmatch (Makefile.am): Likewise.
9214         * modules/safe-read (Makefile.am): Likewise.
9215         * modules/safe-write (Makefile.am): Likewise.
9216         * modules/same (Makefile.am): Likewise.
9217         * modules/save-cwd (Makefile.am): Likewise.
9218         * modules/savedir (Makefile.am): Likewise.
9219         * modules/setenv (Makefile.am): Likewise.
9220         * modules/settime (Makefile.am): Likewise.
9221         * modules/sha1 (Makefile.am): Likewise.
9222         * modules/sig2str (Makefile.am): Likewise.
9223         * modules/snprintf (Makefile.am): Likewise.
9224         * modules/stdlib-safer (Makefile.am): Likewise.
9225         * modules/stpcpy (Makefile.am): Likewise.
9226         * modules/stpncpy (Makefile.am): Likewise.
9227         * modules/strcase (Makefile.am): Likewise.
9228         * modules/strcasestr (Makefile.am): Likewise.
9229         * modules/strchrnul (Makefile.am): Likewise.
9230         * modules/strcspn (Makefile.am): Likewise.
9231         * modules/strdup (Makefile.am): Likewise.
9232         * modules/strerror (Makefile.am): Likewise.
9233         * modules/strftime (Makefile.am): Likewise.
9234         * modules/strndup (Makefile.am): Likewise.
9235         * modules/strnlen (Makefile.am): Likewise.
9236         * modules/strpbrk (Makefile.am): Likewise.
9237         * modules/strsep (Makefile.am): Likewise.
9238         * modules/strstr (Makefile.am): Likewise.
9239         * modules/strtod (Makefile.am): Likewise.
9240         * modules/strtoimax (Makefile.am): Likewise.
9241         * modules/strtok_r (Makefile.am): Likewise.
9242         * modules/strtol (Makefile.am): Likewise.
9243         * modules/strtoll (Makefile.am): Likewise.
9244         * modules/strtoul (Makefile.am): Likewise.
9245         * modules/strtoull (Makefile.am): Likewise.
9246         * modules/strtoumax (Makefile.am): Likewise.
9247         * modules/strverscmp (Makefile.am): Likewise.
9248         * modules/time_r (Makefile.am): Likewise.
9249         * modules/timegm (Makefile.am): Likewise.
9250         * modules/tmpfile-safer (Makefile.am): Likewise.
9251         * modules/unistd-safer (Makefile.am): Likewise.
9252         * modules/unlinkdir (Makefile.am): Likewise.
9253         * modules/userspec (Makefile.am): Likewise.
9254         * modules/utime (Makefile.am): Likewise.
9255         * modules/utimecmp (Makefile.am): Likewise.
9256         * modules/utimens (Makefile.am): Likewise.
9257         * modules/vasnprintf (Makefile.am): Likewise.
9258         * modules/vasprintf (Makefile.am): Likewise.
9259         * modules/vsnprintf (Makefile.am): Likewise.
9260         * modules/xalloc (Makefile.am): Likewise.
9261         * modules/xgetcwd (Makefile.am): Likewise.
9262         * modules/xnanosleep (Makefile.am): Likewise.
9263         * modules/xreadlink (Makefile.am): Likewise.
9264         * modules/xstrtod (Makefile.am): Likewise.
9265         * modules/xstrtol (Makefile.am): Likewise.
9266         * modules/xstrtold (Makefile.am): Likewise.
9267         * modules/yesno (Makefile.am): Likewise.
9268
9269 2006-10-12  Jim Meyering  <jim@meyering.net>
9270
9271         * m4/getloadavg.m4: Revert the change below.
9272
9273         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9274         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9275         fail with a symlink, which is what coreutils' ./bootstrap now
9276         creates by default.
9277
9278 2006-10-12  Bruno Haible  <bruno@clisp.org>
9279
9280         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9281         mingw.
9282         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9283         MSVC and mingw explicitly.
9284
9285 2006-10-11  Simon Josefsson  <jas@extundo.com>
9286             Bruno Haible  <bruno@clisp.org>
9287
9288         Add support for multiple gnulib-tool invocations in the scope of a
9289         single configure.ac file.
9290         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9291         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9292         with the same contents as the _LIBADD variable.
9293         (func_emit_initmacro_start, func_emit_initmacro_end,
9294         func_emit_initmacro_done): New functions.
9295         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9296         gl_LIBOBJS and gl_LTLIBOBJS.
9297
9298 2006-10-11  Bruno Haible  <bruno@clisp.org>
9299
9300         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9301         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9302         autoreconf. Instead, invoke autopoint explicitly but move back the
9303         *.m4 files from gnulib.
9304
9305 2006-10-11  Bruno Haible  <bruno@clisp.org>
9306
9307         * gnulib-tool (func_usage): Make module names after --create-testdir
9308         optional.
9309         (func_create_testdir): If no module was specified, use nearly all
9310         modules.
9311
9312 2006-10-12  Jim Meyering  <jim@meyering.net>
9313
9314         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9315         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9316         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9317         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9318         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9319         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9320         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9321         (fts_set_stat_required): New function.
9322         (fts_open): Defer the calls to fts_stat, if possible or requested.
9323         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9324         into fts_stat itself.
9325         (fts_read): Perform any required (deferred) fts_stat call.
9326         (fts_build): Likewise, for the directory we're about to open and read.
9327         In the readdir loop, carefully decide whether each entry will require
9328         an eventual call to fts_stat, using dirent.d_type info if available.
9329         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9330         a command line argument into this function.  Update all callers.
9331         Map a return value of FTS_DOT to FTS_D for a command line argument.
9332         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9333         Thanks to Miklos Szeredi for his tenacity and for the initial
9334         bug report about "find" failing on a FUSE-based file system.
9335
9336         * lib/fts.c (fts_open): Use consistent indentation.
9337
9338 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9341         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9342         reported by Jim Meyering.  All uses of cache variables renamed
9343         to match Autoconf's.
9344         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9345         the other one.
9346
9347         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9348         Fix misspelling in diagnostic.
9349
9350 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9351
9352         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9353         defined.  Problem reported by Matthew Woehlke.
9354
9355         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9356         Add support for Tandem NonStop R series.
9357         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9358         Use new macro.
9359
9360         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9361         (has_trailing_slash): Omit size arg; all callers changed.
9362         Omit 'inline', since it doesn't help performance and we'd
9363         need to configure it.
9364         Don't count //, ///, etc. as having a trailing slash.
9365         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9366         (rpl_rename_dest_slash): On failure, use rename's errno rather
9367         than (in some cases) an incorrect or junk errno.
9368         Simplify code by removing need to compute length; this does
9369         cause it to make two passes instead of one over the file name,
9370         but it's worth it.
9371
9372         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9373         change, since Autoconf's version may no longer be appropriate now
9374         that we are using CVS Autoconf's version.  Add support for Tandem.
9375
9376 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9377             Bruno Haible  <bruno@clisp.org>
9378
9379         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9380         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9381         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9382         gl_AC_TYPE_LONG_LONG.
9383
9384         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9385         instead of HAVE_LONG_LONG.
9386         * lib/printf-args.c (printf_fetchargs): Likewise.
9387         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9388         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9389         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9390         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9391         gl_AC_TYPE_LONG_LONG.
9392
9393 2006-10-11  Bruno Haible  <bruno@clisp.org>
9394
9395         * m4/longlong.m4: Add comments.
9396         * m4/ulonglong.m4: Likewise.
9397
9398 2006-10-10  Bruno Haible  <bruno@clisp.org>
9399
9400         Make it possible to #define stpcpy, strdup to aliases.
9401         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9402         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9403
9404 2006-10-10  Bruno Haible  <bruno@clisp.org>
9405
9406         Make it possible to #define gcd to an alias.
9407         * lib/gcd.c: Include config.h.
9408
9409 2006-10-10  Bruno Haible  <bruno@clisp.org>
9410
9411         Make it possible to #define c_isascii to an alias.
9412         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9413         defined. Undefine the macros before defining them, to avoid gcc
9414         warnings.
9415         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9416         define NO_C_CTYPE_MACROS early.
9417
9418 2006-10-10  Bruno Haible  <bruno@clisp.org>
9419
9420         Make it possible to #define set_program_name to an alias.
9421         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9422         ENABLE_RELOCATABLE early.
9423
9424 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9425
9426         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9427         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9428         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9429         More generally, don't assume that 64-bit signed int is available
9430         if unsigned int is, and vice versa.
9431         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9432         unsigned symbols, not on their signed counterparts.
9433         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9434         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9435         (UINT64_C, UINTMAX_C):
9436         Likewise.
9437         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9438         unsigned counterparts.
9439         (Have_long_long, Unsigned): New macros.
9440         (Int): Renamed from INT.
9441         (strtoimax): Use the new macros.
9442         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9443         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9444         * modules/inttypes (inttypes.h): Substitute
9445         HAVE_UNSIGNED_LONG_LONG_INT.
9446         * modules/stdint (stdint.h): Likewise.
9447         (Files): Add m4/ulonglong.m4.
9448
9449 2006-10-10  Bruno Haible  <bruno@clisp.org>
9450
9451         Fix a gcc -Wshadow warning.
9452         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9453         to 'bucket'.
9454         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9455         gl_linked_indexof_from_to): Likewise.
9456         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9457         Likewise.
9458         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9459         Likewise.
9460         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9461         Reported by Eric Blake.
9462
9463 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9464
9465         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9466         for NetBSD.  Problem reported by Bruno Haible.
9467
9468 2006-10-09  Jim Meyering  <jim@meyering.net>
9469
9470         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9471         Patch from Bruno Haible.
9472
9473 2006-10-09  Jim Meyering  <jim@meyering.net>
9474
9475         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9476         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9477         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9478
9479 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9480
9481         Don't include <config.h> twice; this doesn't work in some cases,
9482         e.g., when config.h has "#define intmax_t long long int" and
9483         we include <config.h>, <inttypes.h>, <config.h> in that order.
9484         Problem reported by Matthew Woehlke in:
9485         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9486         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9487         * lib/fts-cycle.c: Don't include config.h.
9488         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9489         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9490         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9491         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9492         inttypes.h.
9493         * lib/xstrtoumax.c: Likewise.
9494         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9495         __strtol and the like, so that this module is more like its siblings.
9496         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9497         Remove; no longer needed now that we assume gnulib inttypes.h.
9498
9499 2006-10-08  Bruno Haible  <bruno@clisp.org>
9500
9501         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9502         option.
9503
9504 2006-10-07  Jim Meyering  <jim@meyering.net>
9505
9506         * modules/inttypes (inttypes.h): Revert what seems to have been
9507         an inadvertent part of today's change: use "|", not "/" in the
9508         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9509
9510 2006-10-07  Bruno Haible  <bruno@clisp.org>
9511
9512         * modules/sublist: New file.
9513
9514 2006-10-07  Bruno Haible  <bruno@clisp.org>
9515
9516         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9517         * modules/argz (argz.h): Likewise.
9518         * modules/arpa_inet (arpa/inet.h): Likewise.
9519         * modules/byteswap (byteswap.h): Likewise.
9520         * modules/configmake (configmake.h): Likewise.
9521         * modules/fcntl (fcntl.h): Likewise.
9522         * modules/fnmatch (fnmatch.h): Likewise.
9523         * modules/getopt (getopt.h): Likewise.
9524         * modules/glob (glob.h): Likewise.
9525         * modules/inttypes (inttypes.h): Likewise.
9526         * modules/netinet_in (netinet/in.h): Likewise.
9527         * modules/poll (poll.h): Likewise.
9528         * modules/stdbool (stdbool.h): Likewise.
9529         * modules/stdint (stdint.h): Likewise.
9530         * modules/sys_select (sys/select.h): Likewise.
9531         * modules/sys_socket (sys/socket.h): Likewise.
9532         * modules/sys_stat (sys/stat.h): Likewise.
9533         * modules/sysexits (sysexits.h): Likewise.
9534         * modules/unistd (unistd.h): Likewise.
9535         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9536         Add a "DO NOT EDIT" comment to the generated file.
9537         (func_import): Likewise for gnulib-comp.m4.
9538
9539 2006-10-07  Bruno Haible  <bruno@clisp.org>
9540
9541         * lib/gl_sublist.h: New file.
9542         * lib/gl_sublist.c: New file.
9543
9544 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9545
9546         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9547         name (relative to the original working directory) and the file
9548         name component (relative to the temporary working directory).  All
9549         callers changed.
9550         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9551         * lib/mkdir-p.c (make_dir_parents): Likewise.
9552         * lib/mkdir-p.h (make_dir_parents): Likewise.
9553
9554 2006-10-06  Eric Blake  <ebb9@byu.net>
9555
9556         Define several macros for use by the clean-temp module.
9557         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9558         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9559         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9560
9561         * lib/clean-temp.h (close_stream_temp): New declaration.
9562         * lib/clean-temp.c (includes): Pull in headers according to what
9563         other modules are in use.
9564         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9565
9566 2006-10-06  Bruno Haible  <bruno@clisp.org>
9567
9568         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9569         instead of fopen, fwriteerror.
9570
9571 2006-10-06  Bruno Haible  <bruno@clisp.org>
9572
9573         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9574         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9575         int.
9576         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9577         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9578         Return an error indicator.
9579         Suggested by Eric Blake.
9580
9581 2006-10-06  Bruno Haible  <bruno@clisp.org>
9582
9583         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9584         Reported by Eric Blake.
9585
9586 2006-10-06  Bruno Haible  <bruno@clisp.org>
9587
9588         * modules/closeout (Description): Mention stderr too.
9589
9590 2006-10-06  Bruno Haible  <bruno@clisp.org>
9591         and Paul Eggert  <eggert@cs.ucla.edu>
9592
9593         * lib/closeout.c (close_stdout): Also close stderr.
9594         * lib/closeout.h: Update comment.
9595
9596 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9597
9598         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9599         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9600         * lib/dirchownmod.c: Include lchown.h.
9601         * lib/lchown.c: Don't include files that lchown.h now includes.
9602         Don't declare chown, since lchown.h now does that.
9603         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9604         (lchown): Define to rpl_chown if lchown is declared but
9605         does not exist.  Declare using a prototype if lchown is not
9606         declared.  Add a copyright notice.
9607         * lib/mkstemp.h: Include <unistd.h>.
9608         * lib/openat.c: Include lchown.h.
9609
9610         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9611         we now test for that separately.
9612         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9613         rather than O_NOFOLLOW, when testing whether it's possible to
9614         avoid a race condition reliably.
9615         * lib/savewd.c (savewd_chdir): Likewise.
9616
9617         Remove macros that are no longer needed now that stdint.h is
9618         reliable.
9619         * lib/fsusage.c (UINTMAX_MAX): Remove.
9620         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9621         * lib/utimecmp.c (SIZE_MAX): Remove.
9622
9623         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9624
9625         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9626         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9627         O_NOATIME works.
9628
9629 2006-10-05  Bruno Haible  <bruno@clisp.org>
9630
9631         * lib/gl_list.h (gl_sortedlist_search_from_to,
9632         gl_sortedlist_indexof_from_to): New declarations.
9633         (gl_list_implementation): New fields sortedlist_search_from_to,
9634         sortedlist_indexof_from_to.
9635         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9636         inline functions.
9637         * lib/gl_list.c (gl_sortedlist_search_from_to,
9638         gl_sortedlist_indexof_from_to): New functions.
9639         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9640         function.
9641         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9642         (gl_array_sortedlist_search_from_to): New function.
9643         (gl_array_list_implementation): Update.
9644         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9645         function.
9646         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9647         (gl_carray_sortedlist_search_from_to): New function.
9648         (gl_carray_list_implementation): Update.
9649         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9650         gl_linked_sortedlist_indexof_from_to): New functions.
9651         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9652         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9653         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9654         gl_tree_sortedlist_indexof_from_to): New functions.
9655         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9656         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9657         Update.
9658         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9659         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9660         Update.
9661
9662 2006-10-05  Bruno Haible  <bruno@clisp.org>
9663
9664         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9665         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9666         (struct gl_list_implementation): Add fields search_from_to,
9667         indexof_from_to. Remove fields search, indexof.
9668         (gl_list_search): Use the search_from_to method.
9669         (gl_list_search_from, gl_list_search_from_to): New functions.
9670         (gl_list_indexof): Use the indexof_from_to method.
9671         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9672         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9673         (gl_list_search_from, gl_list_search_from_to): New functions.
9674         (gl_list_indexof): Use the indexof_from_to method.
9675         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9676         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9677         gl_array_indexof. Add start_index, end_index arguments.
9678         (gl_array_search_from_to): Renamed from gl_array_search. Add
9679         start_index, end_index arguments.
9680         (gl_array_remove, gl_array_list_implementation): Update.
9681         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9682         gl_carray_indexof. Add start_index, end_index arguments.
9683         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9684         start_index, end_index arguments.
9685         (gl_carray_remove, gl_carray_list_implementation): Update.
9686         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9687         gl_linked_search. Add start_index, end_index arguments.
9688         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9689         start_index, end_index arguments.
9690         (gl_linked_remove): Update.
9691         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9692         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9693         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9694         field to 'size_t'.
9695         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9696         gl_tree_search. Add start_index, end_index arguments.
9697         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9698         start_index, end_index arguments.
9699         (gl_tree_remove): Update.
9700         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9701         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9702         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9703         function.
9704         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9705         gl_tree_search. Add start_index, end_index arguments.
9706         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9707         start_index, end_index arguments.
9708         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9709         Update.
9710         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9711
9712 2006-10-05  Bruno Haible  <bruno@clisp.org>
9713
9714         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9715
9716         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9717         fwriteerror_temp): New declarations.
9718         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9719         (descriptors): New variable.
9720         (cleanup): First, close the descriptors.
9721         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9722         fclose_temp, fwriteerror_temp): New functions.
9723
9724 2006-10-04  Jim Meyering  <jim@meyering.net>
9725
9726         * lib/fts.c (fts_open): Tiny comment change.
9727
9728 2006-10-04  Bruno Haible  <bruno@clisp.org>
9729
9730         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9731         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9732         gl_LOCK_BODY.
9733         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9734         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9735         gl_LOCK_EARLY_BODY.
9736         (gl_LOCK): Require gl_LOCK_BODY.
9737
9738 2006-10-04  Bruno Haible  <bruno@clisp.org>
9739
9740         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9741         (gl_oset_search_atleast): New declaration.
9742         (struct gl_oset_implementation): Add field 'search_atleast'.
9743         (gl_oset_search_atleast): New inline function.
9744         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9745         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9746         (gl_array_oset_implementation): Update.
9747         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9748         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9749         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9750
9751 2006-10-04  Bruno Haible  <bruno@clisp.org>
9752
9753         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9754
9755 2006-10-03  Bruno Haible  <bruno@clisp.org>
9756
9757         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9758         from gl_avltreehash_list_implementation.
9759
9760 2006-10-03  Bruno Haible  <bruno@clisp.org>
9761
9762         * lib/gl_oset.c (gl_oset_add): Fix return type.
9763
9764 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9765
9766         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9767
9768 2006-10-02  Eric Blake  <ebb9@byu.net>
9769
9770         * modules/strnlen (Depends-on): Add extensions.
9771
9772 2006-10-02  Eric Blake  <ebb9@byu.net>
9773
9774         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9775         definition in 2.60+.
9776
9777 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9778
9779         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9780         checks.
9781
9782 2006-10-02  Bruno Haible  <bruno@clisp.org>
9783
9784         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9785         to the AUTOMAKE_OPTIONS.
9786         Reported by Jim Meyering.
9787
9788 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9789
9790         Work around bug in Solaris 10 /proc file system:
9791         /proc/self/fd/NNN/.. isn't the parent directory of
9792         the directory whose file descriptor is NNN.  This needs to
9793         be worked around at run time, not compile time, since a
9794         program might be built on Solaris 8, where things work, and
9795         run on Solaris 10.
9796         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9797         to use the following interface instead:
9798         (OPENAT_BUFFER_SIZE): New macro.
9799         (openat_proc_name): New function.
9800         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9801         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9802         Likewise.
9803         * lib/openat-proc.c: New file.
9804         * modules/openat (Files): Add lib/openat-proc.c.
9805         (Depends-on): Add same-inode, stdbool.
9806         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9807
9808 2006-09-29  Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9811         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9812         argument. Set stdout_closed before testing for ferror, not after.
9813         (fwriteerror, fwriteerror_no_ebadf): New functions.
9814
9815 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9816
9817         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9818
9819 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9820
9821         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9822         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9823
9824 2006-09-28  Jim Meyering  <jim@meyering.net>
9825
9826         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9827         Include <unistd.h>.
9828
9829 2006-09-28  Bruno Haible  <bruno@clisp.org>
9830
9831         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9832         * modules/linkedhash-list (Depends-on): Likewise.
9833         * modules/rbtreehash-list (Depends-on): Likewise.
9834
9835 2006-09-28  Bruno Haible  <bruno@clisp.org>
9836
9837         * lib/strndup.h: Simplify the redefinition of strndup.
9838         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9839         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9840
9841 2006-09-28  Bruno Haible  <bruno@clisp.org>
9842
9843         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9844         * lib/gl_linkedhash_list.c: Likewise.
9845         * lib/gl_rbtreehash_list.c: Likewise.
9846
9847 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9848
9849         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9850         getaddrinfo.
9851
9852         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9853         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9854         it causes <stdio_ext.h> to cause a compile-time error.
9855         Problem reported by Nelson H. F. Beebe.
9856         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9857         of HAVE_DECL___PENDING.
9858
9859         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9860         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9861         declaration.
9862
9863 2006-09-27  Jim Meyering  <jim@meyering.net>
9864
9865         This file could end up with a definition for a function
9866         named __strndup, rather than rpl_strndup on a system with
9867         incomplete weak_alias support.
9868         * lib/strndup.c (strndup): Rename from __strndup.
9869         Remove #defines that used to map __strndup to strndup.
9870         Don't use K&R prototypes.
9871         Remove LIBC-related code, since this file is not sync'd with glibc.
9872         * lib/strndup.h: Revamp, accordingly.
9873         * m4/strndup.m4: Modernize.
9874
9875 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         * modules/savewd (Depends-on): Add 'raise'.
9878         * lib/savewd.c: Include <signal.h>, for 'raise'.
9879
9880 2006-09-26  Jim Meyering  <jim@meyering.net>
9881
9882         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9883         when we detect Darwin 8.7.0's acl_get_file bug.
9884         Rearrange to perform the new (below) run-test while $LIBS
9885         contains any acl-related library.  Set USE_ACL at the end.
9886         (gl_ACL_GET_FILE): New function.
9887
9888 2006-09-26  Eric Blake  <ebb9@byu.net>
9889
9890         * lib/verror.c: Include <config.h> unconditionally.
9891
9892 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9893
9894         * modules/clock-time (Maintainer): Add self.
9895         * modules/getlogin_r (Depends-on): Add extensions.
9896
9897 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9898
9899         * modules/clock-time: New module.
9900         * modules/nanosleep (Depends-on): Add clock-time.
9901         * modules/gethrxtime (Depends-on): Likewise.
9902         * modules/gettime (Depends-on): Likewise.
9903         * modules/settime (Depends-on): Likewise.
9904
9905         * modules/fts-lgpl: Depend on openat.
9906         * modules/mkancesdirs: Depend on savewd.
9907         * modules/mkdir-p: Likewise.
9908
9909 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9910
9911         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9912
9913         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9914         `gl_have_arbitrary_file_name_length_limit' to
9915         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9916         actually works between configure runs.
9917
9918 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9919             Bruno Haible  <bruno@clisp.org>
9920
9921         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9922
9923 2006-09-25  Jim Meyering  <jim@meyering.net>
9924
9925         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9926         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9927
9928 2006-09-25  Eric Blake  <ebb9@byu.net>
9929
9930         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9931         exec's in 2006-09-18 patch when shuffling fds.
9932
9933 2006-09-25  Bruno Haible  <bruno@clisp.org>
9934
9935         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9936         Reported by Jim Meyering.
9937
9938 2006-09-24  Jim Meyering  <jim@meyering.net>
9939
9940         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9941         compare a pointer against a literal "0".  That caused failures with
9942         at least HP-UX's hpcc.
9943
9944 2006-09-22  Simon Josefsson  <jas@extundo.com>
9945
9946         * modules/gc-sha1:
9947         * modules/gc-md4:
9948         * modules/gc-hmac-sha1:
9949         * modules/gc-hmac-md5:
9950         * modules/gc-des:
9951         * modules/gc-arcfour: Distribute more files.
9952
9953 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9954
9955         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9956         (gl_linked_iterator_from_to): Initialize struct completely.
9957         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9958         (gl_tree_iterator_from_to): Likewise
9959         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9960         * lib/gl_array_list.c [lint] (gl_array_iterator)
9961         (gl_array_iterator_from_to): Likewise.
9962         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9963         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9964         (gl_carray_iterator_from_to): Likewise.
9965
9966         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9967         * lib/md4.c (md4_process_block): Remove unused variable.
9968         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9969         parentheses for clarity.
9970
9971 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9972
9973         * modules/bison-i18n (Depends-on): Add gettext.
9974
9975 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9976
9977         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9978         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9979         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9980         also add missing comma that caused broken test.
9981         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9982         stdlib.h, for `abort'.
9983         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9984         variables.
9985         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
9986         include unistd.h if present, for `rmdir'.
9987         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
9988         variables.
9989         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
9990         in the process include standard headers for prototypes.
9991         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
9992         gets declared on GNU/Linux.
9993         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
9994         unistd.h, for `rmdir'.
9995         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
9996
9997         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
9998         always true.
9999         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10000
10001         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10002
10003 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10004
10005         * gnulib-tool (func_version): Create output all at once.  This
10006         may help avoid triggering unnecessary SIGPIPEs, and at any
10007         rate it doesn't hurt.
10008
10009 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10010             Bruno Haible  <bruno@clisp.org>
10011
10012         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10013         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10014         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10015
10016         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10017         (gl_FUNC_VASPRINTF): Invoke it.
10018
10019 2006-09-22  Bruno Haible  <bruno@clisp.org>
10020
10021         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10022         getloadavg.c as first argument.
10023
10024 2006-09-22  Bruno Haible  <bruno@clisp.org>
10025
10026         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10027         at the beginning of the gl_INIT macro.
10028         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10029         gl_GETLOADAVG.
10030
10031 2006-09-22  Bruno Haible  <bruno@clisp.org>
10032
10033         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10034         module.
10035         Suggested by Ralf Wildenhues.
10036
10037 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10038
10039         Import this patch from libc:
10040
10041         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10042
10043         * lib/regex_internal.c (re_string_reconstruct): Handle
10044         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10045         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10046         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10047         re_string_context_at.
10048
10049         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10050         now requires it.
10051         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10052         gl_REGEX now does it for us.
10053         (gl_REGEX): Add test taken from
10054         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10055
10056         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10057         Check that large offsets work.  Modernize Autoconf usages.
10058         Prefer "yes" to mean a good thing rather than a bad.
10059         Don't put "#define mkstemp" in config.h, as this might interfere
10060         with standard system headers that "#define mkstemp mkstemp64".
10061
10062         * modules/mkstemp (Depends-on): Add extensions, so that
10063         mkstemp is visible on some platforms.
10064         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10065         (Include): Change to "mkstemp.h" from <stdlib.h>.
10066         (Files): Add mkstemp.h.
10067
10068         * lib/mkstemp.h: New file, since some standard headers
10069         #define mkstemp.
10070         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10071         Include "mkstemp.h".
10072         Make the _LIBC code resemble glibc original more,
10073         e.g., use K&R style.
10074         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10075         (mkstemp): Remove, since mkstemp.h does this for us.
10076         * lib/stdlib--.h: Include mkstemp.h.
10077
10078         Import this patch from libc:
10079
10080         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10081
10082         * lib/tempname.c (__gen_tempname): Change attempts_min
10083         into a macro.  Use preprocessor to decide how to initialize
10084         attempts [Coverity CID 67].
10085
10086 2006-09-20  Bruno Haible  <bruno@clisp.org>
10087
10088         * lib/mkdtemp.c: Import from libc.
10089         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10090                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10091                 attempts_min into a macro.  Use preprocessor to decide how to
10092                 initialize attempts [Coverity CID 67].
10093         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10094                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10095                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10096
10097 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10098
10099         * gnulib-tool (func_exit): New function, to allow to pass the
10100         exit status portably through the trap.  Use everywhere.
10101         (--help, --version): Signal a write error.
10102         (trap): catch SIGPIPE, for write errors.
10103         Exit at the end of the trap, with the correct exit status.
10104
10105 2006-09-19  Karl Berry  <karl@gnu.org>
10106
10107         * doc/gnulib.texi: note about the license texinfo files.
10108
10109 2006-09-19  Eric Blake  <ebb9@byu.net>
10110
10111         * gnulib-tool: Avoid space-tab.
10112
10113 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10114
10115         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10116         that prevented coreutils 6.1 from building.  Problem reported
10117         by Petter Reinholdtsen.
10118
10119 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10120
10121         * gnulib-tool (avoidlist): Fix typo that broke options like
10122         --avoid=lock that are used by coreutils bootstrap.
10123
10124 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10125
10126         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10127         more systematically.
10128
10129 2006-09-18  Jim Meyering  <jim@meyering.net>
10130
10131         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10132
10133 2006-09-18  Bruno Haible  <bruno@clisp.org>
10134
10135         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10136
10137 2006-09-18  Bruno Haible  <bruno@clisp.org>
10138
10139         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10140         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10141         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10142         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10143         * m4/gettext.m4: Require autoconf >= 2.52.
10144         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10145         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10146         of gl_cv_header_inttypes_h.
10147
10148 2006-09-18  Bruno Haible  <bruno@clisp.org>
10149
10150         * lib/javaversion.c: Include configmake.h.
10151
10152 2006-09-18  Bruno Haible  <bruno@clisp.org>
10153
10154         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10155         avoid that the while loops be executed in a subshell.
10156
10157 2006-09-18  Bruno Haible  <bruno@clisp.org>
10158
10159         * MODULES.html.sh (func_module): Break long lines.
10160         Suggested by Bruce Korb <bkorb@gnu.org>.
10161
10162 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10163
10164         Speed up by a factor of 1.12.
10165         * gnulib-tool (nl): New variable.
10166         (func_import): Rewrite include directive extraction to only read each
10167         directive once.
10168
10169 2006-09-17  Bruno Haible  <bruno@clisp.org>
10170
10171         * modules/javaversion (Makefile.am): Remove DEFS setting.
10172         (Depends-on): Add configmake, for PKGDATADIR definition.
10173
10174 2006-09-17  Bruno Haible  <bruno@clisp.org>
10175
10176         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10177
10178 2006-09-17  Bruno Haible  <bruno@clisp.org>
10179
10180         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10181         (func_modules_transitive_closure, func_modules_add_dummy,
10182         func_modules_to_filelist, func_import, func_create_testdir,
10183         func_create_megatestdir, ...): Use it wherever possible.
10184         Suggested by Ralf Wildenhues.
10185
10186 2006-09-16  Karl Berry  <karl@gnu.org>
10187
10188         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10189         to avoid sectioning errors.
10190         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10191         [ifinfo]: blank line after @center-ed titles.
10192         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10193         Spell FSF address consistently with others.
10194         (These changes approved by rms.)
10195
10196 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10197
10198         Speed up by a factor of 1.61.
10199         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10200         already checked module names again.
10201
10202 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10203
10204         Speed up by a factor of 1.13.
10205         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10206         for new_files, and the input to func_add_or_update.
10207
10208 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10209
10210         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10211         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10212
10213 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10214
10215         * modules/mkancesdirs (Depends-on): Add fcntl.
10216         * modules/savewd: New file.
10217         * MODULES.html.sh (File system functions): Add savewd.
10218
10219         * modules/configmake (Makefile.am): Add support for the
10220         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10221
10222 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10223
10224         * m4/savewd.m4: New file.
10225
10226 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10227
10228         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10229         (dirchownmod): New arg FD.  All callers changed.
10230         Use FD rather than opening the directory ourself, as opening is
10231         now the caller's responsibility.
10232         * lib/dirchownmod.h: Likewise.
10233         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10234         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10235         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10236         (test_dir): Remove.
10237         (mkancesdirs): Return length of prefix of FILE that has already
10238         been made, or -2 if there is a child doing the work.  Redo
10239         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10240         ".", and treat ".." specially since it might stray back into
10241         already-created areas.  Use a subprocess if necessary.  New arg
10242         WD; all users changed.  MAKE_DIR function should now return 1
10243         if it creates a directory that is not readable.  Return -2 if
10244         a child process is spun off.
10245         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10246         Adjust signature to match code.
10247         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10248         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10249         all users changed.
10250         * lib/savewd.c, lib/savewd.h: New files.
10251
10252 2006-09-15  Jim Meyering  <jim@meyering.net>
10253
10254         * modules/rename-dest-slash: New module.
10255         * MODULES.html.sh (posix_compat): Add it here.
10256
10257         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10258
10259 2006-09-15  Jim Meyering  <jim@meyering.net>
10260
10261         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10262         file.
10263
10264         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10265
10266 2006-09-15  Jim Meyering  <jim@meyering.net>
10267
10268         * lib/rename-dest-slash.c (has_trailing_slash): Use
10269         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10270         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10271         test before testing whether SRC is a directory.
10272         Suggestions from Bruno Haible.
10273
10274         Avoid a warning about an unused variable.
10275         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10276         into the #ifdef block where it's used.
10277
10278         * lib/rename-dest-slash.c: New file.
10279
10280 2006-09-14  Bruno Haible  <bruno@clisp.org>
10281
10282         * lib/allocsa.c: Include <config.h> unconditionally.
10283         * lib/asnprintf.c: Likewise.
10284         * lib/asprintf.c: Likewise.
10285         * lib/c-strcasecmp.c: Likewise.
10286         * lib/c-strcasestr.c: Likewise.
10287         * lib/c-strncasecmp.c: Likewise.
10288         * lib/c-strstr.c: Likewise.
10289         * lib/classpath.c: Likewise.
10290         * lib/clean-temp.c: Likewise.
10291         * lib/concatpath.c: Likewise.
10292         * lib/copy-file.c: Likewise.
10293         * lib/csharpcomp.c: Likewise.
10294         * lib/csharpexec.c: Likewise.
10295         * lib/execute.c: Likewise.
10296         * lib/fatal-signal.c: Likewise.
10297         * lib/findprog.c: Likewise.
10298         * lib/fwriteerror.c: Likewise.
10299         * lib/gl_array_list.c: Likewise.
10300         * lib/gl_array_oset.c: Likewise.
10301         * lib/gl_avltree_list.c: Likewise.
10302         * lib/gl_avltree_oset.c: Likewise.
10303         * lib/gl_avltreehash_list.c: Likewise.
10304         * lib/gl_carray_list.c: Likewise.
10305         * lib/gl_linked_list.c: Likewise.
10306         * lib/gl_linkedhash_list.c: Likewise.
10307         * lib/gl_list.c: Likewise.
10308         * lib/gl_oset.c: Likewise.
10309         * lib/gl_rbtree_list.c: Likewise.
10310         * lib/gl_rbtree_oset.c: Likewise.
10311         * lib/gl_rbtreehash_list.c: Likewise.
10312         * lib/imaxabs.c: Likewise.
10313         * lib/imaxdiv.c: Likewise.
10314         * lib/javacomp.c: Likewise.
10315         * lib/javaexec.c: Likewise.
10316         * lib/javaversion.c: Likewise.
10317         * lib/linebreak.c: Likewise.
10318         * lib/localcharset.c: Likewise.
10319         * lib/lock.c: Likewise.
10320         * lib/mbchar.c: Likewise.
10321         * lib/mbswidth.c: Likewise.
10322         * lib/mkdtemp.c: Likewise.
10323         * lib/pipe.c: Likewise.
10324         * lib/printf-args.c: Likewise.
10325         * lib/printf-parse.c: Likewise.
10326         * lib/progname.c: Likewise.
10327         * lib/progreloc.c: Likewise.
10328         * lib/readlink.c: Likewise.
10329         * lib/sh-quote.c: Likewise.
10330         * lib/stpcpy.c: Likewise.
10331         * lib/stpncpy.c: Likewise.
10332         * lib/strcasecmp.c: Likewise.
10333         * lib/strcasestr.c: Likewise.
10334         * lib/strcspn.c: Likewise.
10335         * lib/striconv.c: Likewise.
10336         * lib/strncasecmp.c: Likewise.
10337         * lib/strnlen1.c: Likewise.
10338         * lib/strstr.c: Likewise.
10339         * lib/strtok_r.c: Likewise.
10340         * lib/tls.c: Likewise.
10341         * lib/tmpdir.c: Likewise.
10342         * lib/unicodeio.c: Likewise.
10343         * lib/unsetenv.c: Likewise.
10344         * lib/vasnprintf.c: Likewise.
10345         * lib/vasprintf.c: Likewise.
10346         * lib/wait-process.c: Likewise.
10347         * lib/xallocsa.c: Likewise.
10348         * lib/xsetenv.c: Likewise.
10349         * lib/xstriconv.c: Likewise.
10350
10351 2006-09-13  Simon Josefsson  <jas@extundo.com>
10352
10353         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10354         that internally, suggested by Ralf Wildenhues
10355         <Ralf.Wildenhues@gmx.de>.
10356
10357 2006-09-13  Simon Josefsson  <jas@extundo.com>
10358
10359         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10360         @LIBOBJS@.
10361         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10362
10363 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10364
10365         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10366         longer worry about uses that don't define HAVE_CONFIG_H.
10367         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10368         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10369         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10370         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10371         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10372         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10373         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10374         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10375         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10376         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10377         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10378         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10379         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10380         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10381         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10382         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10383         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10384         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10385         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10386         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10387         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10388         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10389         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10390         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10391         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10392         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10393         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10394         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10395         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10396         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10397         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10398         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10399         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10400         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10401         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10402         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10403         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10404         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10405         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10406         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10407         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10408         Likewise.
10409
10410 2006-09-13  Eric Blake  <ebb9@byu.net>
10411
10412         * lib/getopt.c: Fix typo in last commit.
10413
10414 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10415
10416         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10417         dgettext.
10418
10419 2006-09-12  Jim Meyering  <jim@meyering.net>
10420
10421         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10422         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10423         Reported by Nelson H. F. Beebe.
10424
10425 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10426
10427         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10428         program_invocation_name and program_invocation_short_name are
10429         initialized.
10430         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10431         and program_invocation_short_name to argp.h, so they are visible
10432         to user programs.
10433         * lib/argp.h: Likewise
10434
10435 2006-09-10  Bruno Haible  <bruno@clisp.org>
10436
10437         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10438         m4/inttypes_h.m4, m4/uintmax_t.m4.
10439
10440 2006-09-10  Bruno Haible  <bruno@clisp.org>
10441
10442         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10443         gl_AC_TYPE_UINTMAX_T.
10444
10445 2006-09-10  Bruno Haible  <bruno@clisp.org>
10446
10447         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10448
10449 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10450
10451         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10452         convention.  Text proposed by Bruno Haible.
10453         (struct argp_option): Document the use of N_() wrappers.
10454
10455         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10456         '\v', and translate the two parts separately, instead of feeding
10457         the whole string to gettext.  This allows to exclude
10458         '\v' from the strings visible to the translator by writing doc
10459         strings as N_("..") "\v" N_("..").
10460
10461 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10462
10463         * config/srclist.txt: Undo latest change; the bug was fixed.
10464
10465 2006-09-09  Bruno Haible  <bruno@clisp.org>
10466
10467         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10468         assignments if building a library without libtool.
10469         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10470         in func_emit_lib_Makefile_am.
10471         (func_import): When building a static library libfoo.a, arrange to
10472         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10473         (func_create_testdir): Likewise.
10474         * modules/gc (configure.ac, Makefile.am): If building statically,
10475         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10476         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10477         * modules/striconv (configure.ac, Makefile.am): Likewise.
10478         Based on a suggestion by Ralf Wildenhues.
10479
10480 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10481
10482         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10483         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10484         Also:
10485
10486         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10487         Add year_2050_test to catch glibc bug 2821
10488         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10489
10490         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10491         Prefer #ifdef to #if.
10492
10493         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10494         Return from 'main' instead of calling 'exit'.
10495
10496 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10499         returned the maximum time_t value rather than (time_t) -1.
10500         Problem originally reported by William Bardwell
10501         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10502
10503         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10504         Moved to here ...
10505         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10506         ... from here.
10507
10508 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10509
10510         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10511         2821 is fixed.
10512
10513 2006-09-08  Jim Meyering  <jim@meyering.net>
10514
10515         Don't make generated files read-only.  That would bother too many
10516         people.  However, do retain the ability to work when targets are
10517         read-only: remove the destination and temporary files before writing
10518         them (when generated via sed or echo), or by using the -f option for
10519         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10520         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10521         * modules/byteswap, modules/configmake, modules/fcntl:
10522         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10523         * modules/localcharset, modules/netinet_in, modules/poll:
10524         * modules/stdbool, modules/stdint, modules/sys_select:
10525         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10526
10527 2006-09-08  Jim Meyering  <jim@meyering.net>
10528
10529         Avoid new build failure on FreeBSD 6.0.
10530         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10531         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10532         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10533
10534 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10535
10536         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10537
10538 2006-09-07  Jim Meyering  <jim@meyering.net>
10539
10540         Fix global typo in last change: use chmod u-w, not chmod u-x.
10541         Spotted by Paul Eggert and Bruce Korb.
10542         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10543         * modules/byteswap, modules/configmake, modules/fcntl:
10544         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10545         * modules/localcharset, modules/netinet_in, modules/poll:
10546         * modules/stdbool, modules/stdint, modules/sys_select:
10547         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10548
10549 2006-09-06  Jim Meyering  <jim@meyering.net>
10550
10551         Make generated files be read-only.
10552         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10553         Ensure that each generated file is now read-only.
10554         * modules/argz: Likewise.
10555         * modules/arpa_inet: Likewise.
10556         * modules/byteswap: Likewise.
10557         * modules/configmake: Likewise.
10558         * modules/fcntl: Likewise.
10559         * modules/fnmatch: Likewise.
10560         * modules/getopt: Likewise.
10561         * modules/glob: Likewise.
10562         * modules/inttypes: Likewise.
10563         * modules/netinet_in: Likewise.
10564         * modules/poll: Likewise.
10565         * modules/stdbool: Likewise.
10566         * modules/stdint: Likewise.
10567         * modules/sys_select: Likewise.
10568         * modules/sys_socket: Likewise.
10569         * modules/sys_stat: Likewise.
10570         * modules/sysexits: Likewise.
10571         * modules/localcharset: Same as above, but continue using temporary
10572         file named "t-$@" (why different?) rather than the "$@-t" used
10573         everywhere else.
10574
10575         * modules/sysexits (Makefile.am): Replace literal occurrences
10576         of "sysexit.h" more readable, and more consistent, "$@".
10577
10578 2006-09-06  Bruno Haible  <bruno@clisp.org>
10579
10580         * modules/striconv: New file.
10581         * modules/xstriconv: New file.
10582         * MODULES.html.sh (Internationalization functions): Add striconv,
10583         xstriconv.
10584
10585 2006-09-06  Bruno Haible  <bruno@clisp.org>
10586
10587         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10588         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10589         not using libtool correctly.
10590
10591 2006-09-06  Bruno Haible  <bruno@clisp.org>
10592
10593         * lib/striconv.h: New file.
10594         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10595         iconvstring.c.
10596         * lib/xstriconv.h: New file.
10597         * lib/xstriconv.c: New file.
10598
10599 2006-09-06  Bruno Haible  <bruno@clisp.org>
10600
10601         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10602         lib_..._LDFLAGS.
10603
10604 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10605
10606         * lib/argz_.h: Sync from Libtool.
10607
10608         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10609                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10610
10611         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10612
10613 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10614
10615         * modules/trim: New file.
10616
10617 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10618
10619         * lib/trim.h: New file.
10620         * lib/trim.c: New file.
10621
10622 2006-09-05  Bruno Haible  <bruno@clisp.org>
10623
10624         * MODULES.html.sh (String handling): Add trim.
10625
10626 2006-09-04  Karl Berry  <karl@gnu.org>
10627
10628         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10629         until next release.
10630
10631 2006-09-03  Bruno Haible  <bruno@clisp.org>
10632
10633         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10634         correctly.
10635
10636 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10637
10638         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10639         not gl_GETLOADAVG.  Omit unneeded semicolons.
10640         Problems reported by Ralf Wildenhues in
10641         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10642         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10643         at the end, which is the usual gnulib style.
10644
10645         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10646         of doing all the work ourselves.
10647         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10648         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10649
10650 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10651
10652         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10653         Problem reported by Ralf Wildenhues in
10654         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10655
10656         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10657         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10658
10659 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10660
10661         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10662         yesterday's patch by changing test -n to test -z.
10663
10664 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10665
10666         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10667         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10668         the former is now obsolescent.
10669
10670         * modules/chdir-long (Depends-on): Add fcntl.
10671
10672 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10673
10674         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10675         obsolescent, and programs should use gnulib instead.
10676         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10677         but with prefixes changed.
10678
10679 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10680
10681         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10682         or stdbool.h, because they might not exist while configuring.
10683
10684         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10685         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10686         does that for us.
10687         (O_DIRECTORY): Remove.
10688
10689 2006-08-31  Eric Blake  <ebb9@byu.net>
10690
10691         * gnulib-tool: Don't let emacs change spaces to TAB.
10692
10693 2006-08-31  Bruno Haible  <bruno@clisp.org>
10694
10695         * gnulib-tool: When calling func_import more than once, do it in a
10696         subshell.
10697         Reported by Eric Blake <ebb9@byu.net>.
10698
10699 2006-08-31  Bruno Haible  <bruno@clisp.org>
10700
10701         * gnulib-tool (nl): Remove variable.
10702         (sed_transform_lib_file): Use more robust test for config-h module.
10703         (func_import): Fix typo in 2006-08-25 patch.
10704
10705 2006-08-31  Bruno Haible  <bruno@clisp.org>
10706
10707         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10708         specified, augment Makefile.am variables instead of assigning them.
10709
10710 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10711
10712         Work around a bug in both the Linux and SunOS 64-bit kernels:
10713         nanosleep mishandles sleeps for longer than 2**31 seconds.
10714         Problem reported by Frank v Waveren in
10715         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10716         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10717         Check for nanosleep bug.
10718         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10719
10720 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10721
10722         Work around a bug in both the Linux and SunOS 64-bit kernels:
10723         nanosleep mishandles sleeps for longer than 2**31 seconds.
10724         Problem reported by Frank v Waveren in
10725         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10726         * lib/nanosleep.c (BILLION): New constant.
10727         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10728         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10729         implementation.
10730
10731 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10732
10733         * modules/nanosleep (Depends-on): Add gettime.
10734
10735 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10736         and Simon Josefsson  <jas@extundo.com>
10737         and Oskar Liljeblad  <oskar@osk.mine.nu>
10738
10739         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10740         * gnulib-tool (func_import): New license type 'unmodifiable license
10741         text'.
10742         * modules/fdl: Use it.  Longer description.
10743         * module/gpl, module/lgpl: New files.
10744
10745 2006-08-30  Jim Meyering  <jim@meyering.net>
10746
10747         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10748         shadowing the parameter.
10749
10750 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10751
10752         Sync from Libtool:
10753
10754         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10755
10756         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10757         sharing with gnulib.  Report by Eric Blake.
10758
10759 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10760
10761         * modules/isapipe: New file.
10762         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10763
10764 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10765
10766         * modules/configmake (Makefile.am): Add a comment, and omit
10767         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10768         by Bruno Haible.
10769
10770 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10771
10772         * m4/isapipe.m4: New file.
10773
10774 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10775
10776         * lib/isapipe.c, lib/isapipe.h: New files.
10777
10778 2006-08-29  Jim Meyering  <jim@meyering.net>
10779
10780         * modules/configmake (Makefile.am): Make configmake.h depend on
10781         Makefile.  Otherwise, a stale configmake.h could hang around.
10782
10783 2006-08-29  Eric Blake  <ebb9@byu.net>
10784
10785         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10786         resolution of upstream bug 3044.
10787
10788 2006-08-29  Bruno Haible  <bruno@clisp.org>
10789
10790         * modules/localcharset (Depends-on): Add configmake.
10791         (Makefile.am): Remove setting of LIBDIR through DEFS.
10792
10793 2006-08-29  Bruno Haible  <bruno@clisp.org>
10794
10795         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10796         defined.
10797
10798 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10799
10800         * modules/fcntl: New file.
10801         * modules/chdir-safer (Depends-on): Add fcntl.
10802         * modules/fts: Likewise.
10803         * modules/mkdir-p: Likewise.
10804
10805         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10806         This undoes the most recent change, since we're now addressing the
10807         problem in a different way.
10808
10809         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10810         into output, since the output might be called Makefile.am even
10811         if $makefile_name is something different.
10812         (func_import): Use $makefile_am rather than
10813         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10814         empty.
10815
10816         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10817
10818 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10819
10820         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10821         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10822         recent change to stdint.m4, since we're now addressing the problem in a
10823         different way.
10824
10825 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10826
10827         * m4/fcntl_h.m4: New file.
10828
10829 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10830
10831         * lib/fcntl_.h: New file.
10832         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10833         the fcntl module.
10834         * lib/dirchownmod.c: Likewise.
10835         * lib/fts.c: Likewise.
10836
10837         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10838         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10839         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10840         just before including <inttypes.h>, to avoid circular inclusion.
10841
10842 2006-08-28  Jim Meyering  <jim@meyering.net>
10843
10844         * doc/visibility.texi: Actually read and correct the grammar of the
10845         sentence affected by yesterday's change.
10846
10847 2006-08-28  Eric Blake  <ebb9@byu.net>
10848
10849         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10850         needs wrapper.
10851
10852 2006-08-28  Eric Blake  <ebb9@byu.net>
10853
10854         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10855
10856 2006-08-28  Eric Blake  <ebb9@byu.net>
10857
10858         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10859
10860 2006-08-28  Bruno Haible  <bruno@clisp.org>
10861
10862         * modules/c-strstr: New file, from GNU gettext.
10863         * MODULES.html.sh (String handling): Add c-strstr.
10864
10865 2006-08-28  Bruno Haible  <bruno@clisp.org>
10866
10867         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10868         macros.
10869         Reported by Eric Blake.
10870
10871 2006-08-28  Bruno Haible  <bruno@clisp.org>
10872
10873         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10874         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10875         * lib/vasprintf.c: Include errno.h, limits.h.
10876         (EOVERFLOW): New fallback definition.
10877         (vasprintf): Test here whether the string length is > INT_MAX.
10878         * lib/vsnprintf.c: Include errno.h, limits.h.
10879         (EOVERFLOW): New fallback definition.
10880         (vsnprintf): Fix bug when generated string was too long for the buffer.
10881         Test here whether the string length is > INT_MAX.
10882
10883 2006-08-28  Bruno Haible  <bruno@clisp.org>
10884
10885         * lib/inttypes_.h (SCNX*): Remove definitions.
10886         Reported by Eric Blake.
10887
10888 2006-08-28  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/c-strstr.h: New file, from GNU gettext.
10891         * lib/c-strstr.c: New file, from GNU gettext.
10892
10893 2006-08-28  Bruno Haible  <bruno@clisp.org>
10894
10895         * gnulib-tool: Reorder some statements.
10896
10897 2006-08-28  Bruno Haible  <bruno@clisp.org>
10898
10899         * gnulib-tool: New option --makefile-name.
10900         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10901         $makefile_name.
10902         (func_import): Write $makefile_name to the cache file, and read it from
10903         there unless explicitly specified. Use $makefile_name as file name
10904         instead of Makefile.am. Adjust the recommendations accordingly.
10905
10906 2006-08-28  Bruno Haible  <bruno@clisp.org>
10907
10908         * gnulib-tool (func_verify_module): Check against misapplying patch.
10909
10910 2006-08-28  Bruno Haible  <bruno@clisp.org>
10911
10912         * gnulib-tool (func_relativize, func_relconcat): New functions.
10913         Give an error if --local-dir is given with --update.
10914         Remove trailing slashes from $local_gnulib_dir.
10915         (func_import): Store the relativized $local_gnulib_dir in
10916         gnulib-cache.m4, and read it from there if not specified explicitly.
10917
10918 2006-08-28  Bruno Haible  <bruno@clisp.org>
10919
10920         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10921         is the current directory. Respect also $local_gnulib_dir.
10922
10923 2006-08-28  Bruno Haible  <bruno@clisp.org>
10924             Simon Josefsson  <jas@extundo.com>
10925
10926         BeOS portability.
10927         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10928
10929 2006-08-27  Jim Meyering  <jim@meyering.net>
10930
10931         * doc/visibility.texi: Remove duplicate word: "pointer".
10932
10933 2006-08-26  Bruno Haible  <bruno@clisp.org>
10934
10935         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10936         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10937         (Makefile.am): Create inttypes.h from inttypes_.h.
10938         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10939
10940         * modules/imaxabs: New file.
10941
10942         * modules/imaxdiv: New file.
10943
10944 2006-08-26  Bruno Haible  <bruno@clisp.org>
10945
10946         * m4/inttypes.m4: New file.
10947         * m4/_inttypes_h.m4: Remove file.
10948         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10949         PRI_MACROS_BROKEN.
10950         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10951
10952         * m4/imaxabs.m4: New file.
10953
10954         * m4/imaxdiv.m4: New file.
10955
10956 2006-08-26  Bruno Haible  <bruno@clisp.org>
10957
10958         * lib/inttypes_.h: New file.
10959         * lib/inttypes.h: Remove file.
10960         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10961
10962         * lib/imaxabs.c: New file.
10963
10964         * lib/imaxdiv.c: New file.
10965
10966 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10967
10968         New config-h module, so that "make" output needn't be cluttered
10969         by -DHAVE_CONFIG_H.
10970         * MODULES.html.sh (Support for building libraries and executables):
10971         Add config-h.
10972         * modules/config-h: New file.
10973         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10974         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10975         the config-h module is used.
10976
10977         New configmake module, so that "make" output needn't be cluttered
10978         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10979         * MODULES.html.sh (Support for building libraries and executables):
10980         Add configmake.
10981         * modules/configmake: New file.
10982
10983 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10984
10985         * m4/config-h.m4: New file.
10986
10987 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10988
10989         * config/srclist.txt: Add elisp-comp.
10990
10991 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10992
10993         * MODULES.html.sh (Support for building libraries and executables):
10994         Add elisp-comp.
10995         * build-aux/elisp-comp: New file.
10996         * modules/elisp-comp: New file.
10997
10998 2006-08-24  Bruno Haible  <bruno@clisp.org>
10999
11000         * gnulib-tool (func_create_testdir): Use non-default values of
11001         sourcebase and m4base.
11002
11003 2006-08-24  Bruno Haible  <bruno@clisp.org>
11004
11005         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11006         HTML structure.
11007
11008 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         * modules/openat (Depends-on): Add lchown.
11011
11012 2006-08-23  Bruno Haible  <bruno@clisp.org>
11013
11014         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11015         of gl_LOCK_EARLY instead of gl_LOCK.
11016
11017 2006-08-23  Bruno Haible  <bruno@clisp.org>
11018
11019         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11020         on OSF/1 to no.
11021         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11022
11023 2006-08-23  Bruno Haible  <bruno@clisp.org>
11024
11025         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11026         as unusable.
11027
11028         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11029         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11030         (gl_LOCK): New macro.
11031
11032 2006-08-22  Simon Josefsson  <jas@extundo.com>
11033
11034         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11035         to md5 module.
11036
11037 2006-08-22  Simon Josefsson  <jas@extundo.com>
11038
11039         * MODULES.html.sh: Add "Support for maintaining and release
11040         projects".
11041
11042         * build-aux/gnupload: New file, from coreutils.
11043
11044 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11045
11046         Avoid the need for AC_LIBSOURCES in m4 macros.
11047         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11048         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11049         * modules/check-version (EXTRA_DIST): Add check-version.h.
11050         * modules/crc (EXTRA_DIST): Add crc.h.
11051         * modules/des (EXTRA_DIST): Add des.h.
11052         * modules/gc (EXTRA_DIST): Add gc.h.
11053         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11054         * modules/getline (EXTRA_DIST): Add getline.h.
11055         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11056         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11057         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11058         * modules/md2 (EXTRA_DIST): Add md2.h.
11059         * modules/md4 (EXTRA_DIST): Add md4.h.
11060         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11061         * modules/read-file (EXTRA_DIST): Add read-file.h.
11062         * modules/readline (EXTRA_DIST): Add readline.h.
11063         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11064         rijndael-api-fst.h.
11065
11066 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11067
11068         * m4/rijndael.m4 (gl_ARCFOUR):
11069         * m4/arctwo.m4 (gl_ARCTWO):
11070         * m4/check-version.m4 (gl_CHECK_VERSION):
11071         * m4/crc.m4 (gl_CRC):
11072         * m4/des.m4 (gl_DES):
11073         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11074         * m4/gc.m4 (gl_GC):
11075         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11076         * m4/getline.m4 (gl_FUNC_GETLINE):
11077         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11078         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11079         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11080         * m4/md2.m4 (gl_MD2):
11081         * m4/md4.m4 (gl_MD4):
11082         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11083         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11084         * m4/readline.m4 (gl_FUNC_READLINE):
11085         * m4/rijndael.m4 (gl_RIJNDAEL):
11086         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11087         to get the necessary .h files and whatnot.
11088
11089 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11090
11091         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11092         gnulib rather than the other way around.
11093         * config/srclistvars.sh (COREUTILS): Remove.
11094
11095 2006-08-22  Jim Meyering  <jim@meyering.net>
11096
11097         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11098
11099         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11100
11101 2006-08-22  Eric Blake  <ebb9@byu.net>
11102
11103         * modules/regexprops-generic: New file.
11104         * MODULES.html.sh (Support for building documentation): List it.
11105
11106 2006-08-22  Eric Blake  <ebb9@byu.net>
11107
11108         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11109         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11110         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11111         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11112
11113 2006-08-22  Bruno Haible  <bruno@clisp.org>
11114
11115         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11116         and lib_LTLIBRARIES like the other lib_* variables.
11117
11118 2006-08-22  Bruno Haible  <bruno@clisp.org>
11119
11120         * build-aux/x-to-1.in: New file, from GNU gettext.
11121
11122 2006-08-22  Bruno Haible  <bruno@clisp.org>
11123
11124         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11125         <utmpx.h> exists.
11126
11127 2006-08-22  Bruno Haible  <bruno@clisp.org>
11128
11129         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11130         <utmpx.h> exists.
11131
11132 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11133
11134         BeOS portability.
11135         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11136         exist.
11137         Problem reported by Bruno Haible.
11138
11139 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11140
11141         Avoid the need for AC_LIBSOURCES in m4 macros.
11142         * modules/acl (EXTRA_DIST): Add acl.h.
11143         * modules/argmatch (Files): Add m4/argmatch.m4.
11144         (configure.ac): Add gl_ARGMATCH.
11145         (EXTRA_DIST): Renamed from lib_SOURCES, for
11146         consistency with the other modules.  Remove argmatch.c.
11147         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11148         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11149         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11150         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11151         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11152         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11153         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11154         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11155         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11156         * modules/closeout (EXTRA_DIST): Add closeout.h.
11157         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11158         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11159         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11160         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11161         dirname.h; remove basename.c and stripslash.c.
11162         * modules/exclude (EXTRA_DIST): Add exclude.h.
11163         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11164         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11165         * modules/file-type (EXTRA_DIST): Add file-type.h.
11166         * modules/filemode (EXTRA_DIST): Add filemode.h.
11167         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11168         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11169         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11170         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11171         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11172         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11173         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11174         * modules/getdate (EXTRA_DIST): Add getdate.c.
11175         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11176         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11177         * modules/getpass (EXTRA_DIST): Add getpass.h.
11178         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11179         * modules/group-member (EXTRA_DIST): Add group-member.h.
11180         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11181         * modules/hash (EXTRA_DIST): Add hash.h.
11182         * modules/human (EXTRA_DIST): Add human.h.
11183         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11184         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11185         * modules/lchown (EXTRA_DIST): Add lchown.h.
11186         * modules/long-options (EXTRA_DIST): Add long-options.h.
11187         * modules/lstat (EXTRA_DIST): Add lstat.h.
11188         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11189         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11190         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11191         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11192         * modules/memxor (EXTRA_DIST): Add memxor.h.
11193         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11194         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11195         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11196         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11197         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11198         * modules/physmem (EXTRA_DIST): Add physmem.h.
11199         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11200         * modules/posixver (EXTRA_DIST): Add posixver.h.
11201         * modules/quote (EXTRA_DIST): Add quote.h.
11202         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11203         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11204         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11205         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11206         regex_internal.h regexec.c.
11207         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11208         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11209         * modules/same (EXTRA_DIST): Add same.h.
11210         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11211         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11212         * modules/savedir (EXTRA_DIST): Add savedir.h.
11213         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11214         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11215         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11216         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11217         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11218         * modules/strdup (EXTRA_DIST): Add strdup.h.
11219         * modules/strftime (EXTRA_DIST): Add strftime.h.
11220         * modules/strndup (EXTRA_DIST): Add strndup.h.
11221         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11222         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11223         * modules/time_r (EXTRA_DIST): Add time_r.h.
11224         * modules/timespec (EXTRA_DIST): Add timespec.h.
11225         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11226         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11227         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11228         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11229         * modules/userspec (EXTRA_DIST): Add userspec.h.
11230         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11231         * modules/utimens (EXTRA_DIST): Add utimens.h.
11232         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11233         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11234         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11235         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11236         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11237         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11238         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11239         * modules/yesno (EXTRA_DIST): Add yesno.h.
11240
11241 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11242
11243         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11244
11245         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11246         * m4/dev-ino.m4, same-inode.m4: Remove.
11247
11248         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11249         * m4/acl.m4 (AC_FUNC_ACL):
11250         * m4/backupfile.m4 (gl_BACKUPFILE):
11251         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11252         * m4/canon-host.m4 (gl_CANON_HOST):
11253         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11254         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11255         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11256         * m4/cloexec.m4 (gl_CLOEXEC):
11257         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11258         * m4/closeout.m4 (gl_CLOSEOUT):
11259         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11260         * m4/dirname.m4 (gl_DIRNAME):
11261         * m4/exclude.m4 (gl_EXCLUDE):
11262         * m4/exitfail.m4 (gl_EXITFAIL):
11263         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11264         * m4/file-type.m4 (gl_FILE_TYPE):
11265         * m4/filemode.m4 (gl_FILEMODE):
11266         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11267         * m4/fpending.m4 (gl_FUNC_FPENDING):
11268         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11269         * m4/fts.m4 (gl_FUNC_FTS):
11270         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11271         * m4/getdate.m4 (gl_GETDATE):
11272         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11273         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11274         * m4/getpass.m4 (gl_FUNC_GETPASS):
11275         * m4/gettime.m4 (gl_GETTIME):
11276         * m4/getugroups.m4 (gl_GETUGROUPS):
11277         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11278         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11279         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11280         * m4/hash.m4 (gl_HASH):
11281         * m4/idcache.m4 (gl_IDCACHE):
11282         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11283         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11284         * m4/long-options.m4 (gl_LONG_OPTIONS):
11285         * m4/lstat.m4 (gl_FUNC_LSTAT):
11286         * m4/md5.m4 (gl_MD5):
11287         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11288         * m4/memcoll.m4 (gl_MEMCOLL):
11289         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11290         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11291         * m4/memxor.m4 (gl_MEMXOR):
11292         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11293         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11294         * m4/modechange.m4 (gl_MODECHANGE):
11295         * m4/mountlist.m4 (gl_MOUNTLIST):
11296         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11297         * m4/openat.m4 (gl_FUNC_OPENAT):
11298         * m4/pathmax.m4 (gl_PATHMAX):
11299         * m4/physmem.m4 (gl_PHYSMEM):
11300         * m4/posixtm.m4 (gl_POSIXTM):
11301         * m4/posixver.m4 (gl_POSIXVER):
11302         * m4/quote.m4 (gl_QUOTE):
11303         * m4/quotearg.m4 (gl_QUOTEARG):
11304         * m4/readtokens.m4 (gl_READTOKENS):
11305         * m4/readutmp.m4 (gl_READUTMP):
11306         * m4/regex.m4 (gl_REGEX):
11307         * m4/safe-read.m4 (gl_SAFE_READ):
11308         * m4/safe-write.m4 (gl_SAFE_WRITE):
11309         * m4/same.m4 (gl_SAME):
11310         * m4/save-cwd.m4 (gl_SAVE_CWD):
11311         * m4/savedir.m4 (gl_SAVEDIR):
11312         * m4/settime.m4 (gl_SETTIME):
11313         * m4/sha1.m4 (gl_SHA1):
11314         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11315         * m4/stat-macros.m4 (gl_STAT_MACROS):
11316         * m4/stat-time.m4 (gl_STAT_TIME):
11317         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11318         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11319         * m4/strdup.m4 (gl_FUNC_STRDUP):
11320         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11321         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11322         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11323         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11324         * m4/time_r.m4 (gl_TIME_R):
11325         * m4/timespec.m4 (gl_TIMESPEC):
11326         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11327         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11328         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11329         * m4/userspec.m4 (gl_USERSPEC):
11330         * m4/utimecmp.m4 (gl_UTIMECMP):
11331         * m4/utimens.m4 (gl_UTIMENS):
11332         * m4/xalloc.m4 (gl_XALLOC):
11333         * m4/xgetcwd.m4 (gl_XGETCWD):
11334         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11335         * m4/xreadlink.m4 (gl_XREADLINK):
11336         * m4/xstrtod.m4 (gl_XSTRTOD):
11337         * m4/yesno.m4 (gl_YESNO):
11338         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11339         to get the necessary .h files and whatnot.
11340
11341 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11342             Bruno Haible  <bruno@clisp.org>
11343
11344         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11345         /bin/sh understanding of '!' conditional negation.
11346
11347 2006-08-21  Jim Meyering  <jim@meyering.net>
11348
11349         * modules/openat (Depends-on): Really alphabetize.
11350
11351         * modules/acl (Depends-on): Add error and quote.
11352
11353         * check-module (find_included_lib_files): Add at-func.c to the
11354         ok-to-include-more-than-once white list.
11355
11356         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11357
11358 2006-08-21  Bruno Haible  <bruno@clisp.org>
11359
11360         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11361         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11362         Reported by Martin Lambers <marlam@marlam.de>.
11363
11364 2006-08-21  Bruno Haible  <bruno@clisp.org>
11365
11366         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11367         specify an installation location, don't emit a noinst_LIBRARIES or
11368         noinst_LTLIBRARIES assignment.
11369
11370 2006-08-21  Bruno Haible  <bruno@clisp.org>
11371
11372         BeOS portability.
11373         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11374         BeOS has mbrtowc() but no <wctype.h>.
11375
11376 2006-08-21  Bruno Haible  <bruno@clisp.org>
11377
11378         BeOS portability.
11379         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11380         exist.
11381
11382 2006-08-21  Bruno Haible  <bruno@clisp.org>
11383
11384         BeOS portability.
11385         * lib/mbchar.h: Include <wctype.h> only if it exists.
11386
11387 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11388
11389         Remove files that are no longer needed by their respective modules.
11390         * m4/obstack.m4: Remove.
11391         * m4/strerror_r.m4: Remove.
11392         * m4/uint32_t.m4: Remove.
11393         * m4/uintptr_t.m4: Remove.
11394         * m4/ullong_max.m4: Remove.
11395         * m4/xstrtoimax.m4: Remove.
11396         * m4/xstrtoumax.m4: Remove.
11397
11398         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11399         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11400         dependencies now capture this.
11401
11402         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11403         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11404         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11405         * m4/human.m4 (gl_HUMAN): Likewise.
11406         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11407         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11408
11409         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11410
11411         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11412         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11413         stdint.
11414         * m4/human.m4 (gl_HUMAN): Likewise.
11415         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11416         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11417         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11418         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11419         * m4/xstrtol (gl_XSTRTOL): Likewise.
11420
11421         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11422         AC_TYPE_LONG_LONG_INT.
11423         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11424         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11425         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11426         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11427
11428         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11429         on stdbool.
11430
11431         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11432         (gl_PREREQ_XSTRTOUL): Remove.
11433
11434         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11435
11436         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11437         mode.
11438
11439 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11440
11441         Add and change modules to make it easier for coreutils to use
11442         gnulib-tool.
11443         * modules/backupfile (Files): Remove m4/d-ino.m4.
11444         (Depends-on): Add d-ino.
11445         * modules/cycle-check (Depends-on): Add stdint.
11446         (lib_SOURCES): Add cycle-check.h.
11447         * modules/d-ino: New module.
11448         * modules/d-type: New module.
11449         * modules/error (Files): Remove m4/strerror_r.m4.
11450         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11451         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11452         m4/inttypes_h.m4, m4/uintmax_t.m4.
11453         (Depends-on): Add stdint.
11454         (lib_SOURCES): Add fsusage.h.
11455         * modules/getcwd (Files): Remove d-ino.m4.
11456         (Depends-on): Add d-ino.
11457         * modules/getndelim2 (Depends-on): Add stdint.
11458         * modules/glob (Files): Remove m4/d-type.m4.
11459         (Depends-on): Add d-type.
11460         * modules/host-os: New module.
11461         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11462         m4/inttypes_h.m4, m4/uintmax_t.m4.
11463         * Depends-on: Add stdint.
11464         (lib_SOURCES): Add human.h.
11465         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11466         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11467         m4/uintmax_t.m4, m4/ulonglong.m4.
11468         (Depends-on): Add stdint.
11469         (EXTRA_DIST): Add inttostr.h.
11470         * modules/lchmod: New module.
11471         * modules/link-follow: New module.
11472         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11473         (Depends-on): Add lchmod.
11474         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11475         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11476         (Depends-on): Add stdint.
11477         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11478         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11479         (Depends-on): Add stdint.
11480         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11481         * modules/perl: New module.
11482         * modules/regex (Depends-on): Add stdint.
11483         * modules/rmdir-errno: New module.
11484         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11485         m4/intmax_t.m4.
11486         (Depends-on): Add stdint.
11487         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11488         m4/uintmax_t.m4.
11489         (Depends-on): Add stdint.
11490         * modules/unlink-busy: New module.
11491         * modules/utimecmp (Depends-on): Add stdint.
11492         * modules/uptime: New module.
11493         * modules/winsz-ioctl: New module.
11494         * modules/winsz-termios: New module.
11495         * modules/xnanosleep (Depends-on): Add nanosleep.
11496         * modules/ullong_max: Remove.
11497         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11498         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11499         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11500         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11501         (Depends-on): Add inttypes.
11502         (lib_SOURCES): Add xstrtol.h.
11503         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11504         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11505         * MODULES.html.sh: Move 'assert' into the assert section.
11506         Move 'dummy' into the linking section.
11507         Remove ullong_max.
11508         Add section for compatibility checks for POSIX:2001 functions,
11509         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11510         winsz-ioctl, and winsz-termios into it.
11511         Add lchmod.
11512         Add top-level Misc section and put host-os, perl, and uptime
11513         into it.
11514
11515 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11518         now assume the stdint module.  Do not include inttypes.h.
11519         * lib/fsusage.h: Likewise.
11520         * lib/getndelim2.c: Likewise.
11521         * lib/human.h: Likewise.
11522         * lib/inttostr.h: Likewise.
11523         * lib/obstack.c: Likewise.
11524         * lib/regex_internal.h: Likewise.
11525         * lib/tempname.c: Likewise.
11526         * lib/utimecmp.c: Likewise.
11527         * lib/xstrtol.h: Likewise.
11528
11529         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11530
11531         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11532         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11533         * lib/xtime.h: Likewise.
11534
11535 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * modules/openat (Files): Add lib/fchmodat.c.
11538         Fixes problem reported by Jay Youngman.
11539
11540 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11541
11542         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11543         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11544
11545 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11546             Bruno Haible  <bruno@clisp.org>
11547
11548         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11549         and is a script that invokes bison. Tighten the code. Add comments.
11550
11551 2006-08-18  Jim Meyering  <jim@meyering.net>
11552
11553         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11554         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11555         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11556         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11557
11558 2006-08-18  Bruno Haible  <bruno@clisp.org>
11559
11560         * modules/bison-i18n: New file.
11561         * MODULES.html.sh (Internationalization functions): Add it.
11562
11563 2006-08-18  Bruno Haible  <bruno@clisp.org>
11564
11565         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11566         sys/statvfs.h. When getmntinfo was found, check its declaration and
11567         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11568
11569 2006-08-18  Bruno Haible  <bruno@clisp.org>
11570
11571         * m4/bison-i18n.m4: New file, from bison.
11572
11573 2006-08-18  Bruno Haible  <bruno@clisp.org>
11574
11575         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11576         (ME_DUMMY): Treat "kernfs" as a dummy.
11577         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11578
11579 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         Update from coreutils.
11582
11583         2006-08-15  Jim Meyering  <jim@meyering.net>
11584
11585         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11586
11587         2006-01-17  Jim Meyering  <jim@meyering.net>
11588
11589         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11590
11591         2006-01-11  Jim Meyering  <jim@meyering.net>
11592
11593         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11594         Check for the lchmod function.
11595
11596 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11597
11598         Update from coreutils.
11599
11600         * lib/__fpending.h: Add copyright notice.
11601         * lib/fprintftime.h: Likewise.
11602         * lib/savedir.c: Use (C) in copyright notice.
11603         * lib/savedir.h: Likewise.
11604
11605         2006-08-15  Jim Meyering  <jim@meyering.net>
11606
11607         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11608         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11609         in support of the EXPECTED_ERRNO macro.
11610         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11611         definitions.  Instead, define the appropriate symbols and include
11612         "at-func.c".
11613         * lib/mkdirat.c (mkdirat): Likewise.
11614         * lib/fchmodat.c (fchmodat): Likewise.
11615         (ENOSYS): Remove definition.
11616         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11617         it.  Don't include "unistd--.h" -- it wasn't ever used.
11618
11619         2006-01-17  Jim Meyering  <jim@meyering.net>
11620
11621         Rewrite fts.c not to change the current working directory,
11622         by using openat, fstatat, fdopendir, etc..
11623
11624         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11625         (HAVE_OPENAT_SUPPORT): Define.
11626         [_LIBC] (fchdir): Don't undef or define; no longer used.
11627         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11628         Now, this `function' always succeeds, and consumes its file descriptor
11629         parameter -- so callers must not close such FDs.  Update callers.
11630         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11631         (diropen): Add parameter, SP.  Adjust all callers.
11632         Implement using diropen_fd, rather than open.
11633         (fts_open): Initialize new member, fts_cwd_fd.
11634         Remove fts_rft-setting code.
11635         (fts_close): Close fts_cwd_fd, if necessary.
11636         (__opendir2): Define in terms of opendir or opendirat,
11637         depending on whether the FST_NOCHDIR flag is set.
11638         (fts_build): Since fts_safe_changedir consumes its FD, and since
11639         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11640         and close the dup'd file descriptor upon failure.
11641         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11642         (fts_safe_changedir): Tweak semantics to reflect that this function
11643         now calls cwd_advance_fd and hence consumes its FD argument.
11644         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11645         [struct FTS] (fts_rft): Remove now-unused member.
11646         [struct FTS] (fts_cycle.state): Improve comment.
11647
11648         * lib/openat.c (openat_needs_fchdir): New function.
11649         * lib/openat.h (openat_needs_fchdir): Declare it.
11650
11651 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11654         Problem and fix reported by Pádraig Brady in
11655         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11656
11657 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11658
11659         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11660
11661 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11662
11663         * lib/memcoll.c (memcoll): Optimize for the common case where the
11664         arguments are bytewise equal.
11665
11666 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * doc/regexprops-generic.texi: Add a copyright notice.
11669
11670 2006-08-15  Bruno Haible  <bruno@clisp.org>
11671
11672         * modules/tmpdir (License): Change to LGPL.
11673
11674 2006-08-15  Bruno Haible  <bruno@clisp.org>
11675
11676         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11677         module.
11678
11679 2006-08-14  Simon Josefsson  <jas@extundo.com>
11680
11681         * config/srclist.txt: Add gnupload.
11682
11683 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11684
11685         Change copyright notice from LGPL 2 to GPL 2, since that's the
11686         standard form used in the gnulib repository.
11687         * tests/test-lock.c: Likewise.
11688         * tests/test-stdint.c: Likewise.
11689         * tests/test-tls.c: Likewise.
11690
11691         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11692         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11693         Add copyright notice.
11694
11695         * check-module: Add copyright notice.  Output a copyright
11696         notice if "--version" is specified.
11697         * modules/COPYING: New file.
11698         * tests/test-getaddrinfo.c: Add copyright notice.
11699         * tests/test-verify.c: Likewise.
11700
11701 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11702
11703         Change copyright notice from LGPL 2 to GPL 2, since that's the
11704         standard form used in the gnulib repository.
11705         * lib/lock.c: LGPL -> GPL.
11706         * lib/lock.h: Likewise.
11707         * lib/strnlen1.c: Likewise.
11708         * lib/strnlen1.h: Likewise.
11709         * lib/tls.c: Likewise.
11710         * lib/tls.h: Likewise.
11711         * lib/tmpdir.c: Likewise.
11712
11713         * lib/TODO: Remove; this belongs only in coreutils.
11714
11715 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         Add copyright notices to long-enough files that lack them, since
11718         otherwise the files aren't clearly free.  Use the same notice that
11719         getdate.texi already uses.
11720         * doc/alloca-opt.texi: Add copyright notice.
11721         * doc/alloca.texi: Likewise.
11722         * doc/ctime.texi: Likewise.
11723         * doc/functions.texi: Likewise.
11724         * doc/gcd.texi: Likewise.
11725         * doc/gnulib-tool.texi: Likewise.
11726         * doc/inet_ntoa.texi: Likewise.
11727         * doc/visibility.texi: Likewise.
11728
11729         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11730         * doc/quote.texi: Add copyright notice.
11731
11732         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11733         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11734         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11735         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11736         is now obsolete, and give a pointer to the Sun list.
11737         Add copyright notice.
11738
11739 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11740
11741         * config/srclistvars.sh: Add copyright notice.
11742
11743 2006-08-14  Eric Blake  <ebb9@byu.net>
11744
11745         Import the following change from libc:
11746
11747         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11748
11749         Upstream bug 2997.
11750         * lib/misc/error.c: Add space between program name and message if file
11751         name is missing.
11752
11753 2006-08-12  Karl Berry  <karl@gnu.org>
11754
11755         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11756         remove, these originate in gnulib now.
11757
11758 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11759
11760         * doc/Makefile (standards.info standards.html standards.dvi):
11761         Also depend on make-stds.texi.
11762
11763 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11766         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11767
11768         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11769         in wchar_t.  Problem reported by Eric Blake.
11770
11771         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11772         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11773         Also, help the compiler to keep LEN in a register.
11774
11775 2006-08-11  Eric Blake  <ebb9@byu.net>
11776
11777         * users.txt: Sort.  Add tar.
11778
11779 2006-08-11  Bruno Haible  <bruno@clisp.org>
11780
11781         * users.txt: New file.
11782
11783 2006-08-11  Bruno Haible  <bruno@clisp.org>
11784
11785         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11786         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11787
11788 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11789
11790         * modules/snprintf (Depends-on): Remove minmax.
11791         (Maintainer): Add self and Bruno.
11792
11793 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11794
11795         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11796         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11797         (EOVERFLOW): Define if the system does not.
11798         Do not include "minmax.h"; it wasn't used.
11799         (snprintf): Don't assume size_t promotes to an unsigned type.
11800         Fix bug when generated string was too long for the buffer: the
11801         buffer's contents are supposed to be the initial prefix of the
11802         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11803         exceeds INT_MAX; do the check ourselves.
11804
11805         Import the following changes from libc:
11806
11807         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11808
11809         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11810         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11811         set wc to the byte which couldn't be converted.
11812         (re_string_reconstruct): Don't clear valid_raw_len before calling
11813         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11814         tip_context using re_string_context_at.
11815
11816         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11817
11818         * lib/posix/regex.h: g++ still cannot handled [restrict].
11819
11820         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11821
11822         * lib/posix/regex.h: Remove special handling for VMS.
11823
11824 2006-08-10  Jim Meyering  <jim@meyering.net>
11825
11826         * modules/same-inode: New module.
11827         * modules/dev-ino: New module.
11828         * modules/cycle-check: Depend on these modules, rather than simply
11829         including their .h files.
11830         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11831         required via m4/cycle-check.m4.
11832         * modules/same: Depend on new same-inode module, rather than
11833         including same-inode.h.
11834         * modules/chdir-safer: New file.
11835
11836         * modules/chown (Depends-on): Add stat-macros.
11837
11838 2006-08-10  Jim Meyering  <jim@meyering.net>
11839
11840         * m4/cycle-check.m4: New file.
11841         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11842         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11843
11844 2006-08-10  Eric Blake  <ebb9@byu.net>
11845
11846         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11847         in from original proposal.
11848
11849 2006-08-10  Eric Blake  <ebb9@byu.net>
11850         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11851
11852         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11853         namespace.
11854
11855 2006-08-10  Bruno Haible  <bruno@clisp.org>
11856
11857         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11858         as well.
11859
11860 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11861
11862         Sync from coreutils.
11863
11864         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11865
11866         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11867         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11868
11869 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * modules/restrict: Remove; no longer needed now that we assume
11872         Autoconf 2.59 or later.
11873         * MODULES.html.sh: Remove 'restrict'.
11874         * modules/argp (Depends-on): Remove 'restrict'.
11875         * modules/base64 (Depends-on): Likewise.
11876         * modules/gc (Depends-on): Likewise.
11877         * modules/getaddrinfo (Depends-on): Likewise.
11878         * modules/glob (Depends-on): Likewise.
11879         * modules/inet_ntop (Depends-on): Likewise.
11880         * modules/inet_pton (Depends-on): Likewise.
11881         * modules/memxor (Depends-on): Likewise.
11882         * modules/regex (Depends-on): Likewise.
11883         * modules/strtok_r (Depends-on): Likewise.
11884         * modules/time_r (Depends-on): Likewise.
11885
11886 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11887
11888         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11889         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11890         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11891         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11892         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11893         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11894         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11895         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11896
11897         Merge from coreutils.
11898         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11899         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11900         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11901         * m4/time_r.m4 (gl_TIME_R): Likewise.
11902
11903 2006-08-09  Karl Berry  <karl@gnu.org>
11904
11905         * config/srclist.txt: no more gettext-tools, per Bruno.
11906
11907 2006-08-08  Eric Blake  <ebb9@byu.net>
11908
11909         * modules/verror: New module.
11910         * MODULES.html.sh: Document it.
11911
11912 2006-08-08  Eric Blake  <ebb9@byu.net>
11913
11914         * lib/verror.h, lib/verror.c: New files.
11915
11916 2006-08-08  Eric Blake  <ebb9@byu.net>
11917
11918         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11919         verror_at_line output complies with GNU Coding Standards even when
11920         file is NULL.
11921
11922 2006-08-07  Bruno Haible  <bruno@clisp.org>
11923
11924         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11925         versions of AIX.
11926         Reported by Ralf Wildenhues.
11927
11928 2006-08-07  Bruno Haible  <bruno@clisp.org>
11929
11930         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11931         in an AC_DEFUN. Needed so that the autoconf snippets can use
11932         AC_REQUIRE.
11933
11934 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11935
11936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11937         Initialize pkgdata_DATA.
11938         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11939         overriding it.
11940
11941 2006-08-06  Eric Blake  <ebb9@byu.net>
11942
11943         * lib/error.h: Fold in some upstream changes from glibc.
11944         * lib/error.c: Likewise.
11945
11946 2006-08-04  Bruno Haible  <bruno@clisp.org>
11947
11948         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11949         Make the mostlyclean-local rule depend on mostlyclean-generic.
11950         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11951
11952 2006-07-31  Bruno Haible  <bruno@clisp.org>
11953
11954         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11955         <stdlib.h>, <string.h>.
11956
11957 2006-07-30  Bruno Haible  <bruno@clisp.org>
11958
11959         * modules/readlink (License): Change to LGPL.
11960
11961 2006-07-30  Bruno Haible  <bruno@clisp.org>
11962
11963         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11964         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11965         set PKGDATADIR to point to it.
11966
11967 2006-07-30  Bruno Haible  <bruno@clisp.org>
11968
11969         * modules/csharpexec (configure.ac): Comment out macro invocation.
11970         * modules/javaexec (configure.ac): Likewise.
11971         * modules/javacomp-script (configure.ac): Likewise.
11972
11973         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11974
11975 2006-07-30  Bruno Haible  <bruno@clisp.org>
11976
11977         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11978         linked-list.
11979
11980 2006-07-30  Bruno Haible  <bruno@clisp.org>
11981
11982         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11983
11984 2006-07-30  Bruno Haible  <bruno@clisp.org>
11985
11986         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11987         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
11988         get removed.
11989
11990 2006-07-29  Bruno Haible  <bruno@clisp.org>
11991
11992         Make it possible for gnulib-tool to work with locally modified or
11993         augmented gnulib repositories.
11994         * gnulib-tool (func_usage): Document --local-dir option.
11995         (local_gnulib_dir): New variable.
11996         Handle --local-dir option.
11997         (func_lookup_file): New function.
11998         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
11999         (func_get_description, func_get_filelist, func_get_description,
12000         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12001         func_get_automake_snippet, func_get_include_directive,
12002         func_get_license, func_get_maintainer): Use func_lookup_file.
12003         (func_import, func_create_testdir): Use func_lookup_file.
12004
12005 2006-07-29  Bruno Haible  <bruno@clisp.org>
12006
12007         * modules/setenv (Depends-on): Add unistd.
12008
12009 2006-07-29  Bruno Haible  <bruno@clisp.org>
12010
12011         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12012
12013 2006-07-29  Bruno Haible  <bruno@clisp.org>
12014
12015         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12016
12017 2006-07-29  Bruno Haible  <bruno@clisp.org>
12018
12019         * gnulib-tool (import, update): If there is no Makefile.am, look at
12020         aclocal.m4, instead of bailing out.
12021
12022 2006-07-29  Bruno Haible  <bruno@clisp.org>
12023
12024         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12025         Categorize the options by when they are useful.
12026
12027 2006-07-29  Bruno Haible  <bruno@clisp.org>
12028
12029         * gnulib-tool (func_usage): Document option --no-libtool.
12030         Handle option --no-libtool.
12031         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12032         for changed semantics of $libtool variable.
12033         (func_import): Likewise. If libtool is not used, show this through
12034         an option --no-libtool.
12035         (func_create_testdir): Update.
12036
12037 2006-07-29  Bruno Haible  <bruno@clisp.org>
12038
12039         * gnulib-tool (func_import): Extend error message about missing
12040         --doc-base.
12041
12042 2006-07-29  Bruno Haible  <bruno@clisp.org>
12043
12044         * gnulib-tool (func_import): Don't create the $docbase directory if
12045         there is no file to store there.
12046
12047 2006-07-29  Bruno Haible  <bruno@clisp.org>
12048
12049         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12050         relevant, look for configure.ac there, not in the current directory.
12051         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12052
12053 2006-07-29  Bruno Haible  <bruno@clisp.org>
12054
12055         * gnulib-tool (SORT): New variable.
12056         (func_usage): Undocument --assume-autoconf option.
12057         Remove --assume-autoconf option handling.
12058         (autoconf_minversion): Determine from the contents of configure.ac.
12059         (func_import): Remove autoconf_minversion handling.
12060         Suggested by Eric Blake.
12061
12062 2006-07-29  Bruno Haible  <bruno@clisp.org>
12063
12064         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12065
12066 2006-07-29  Bruno Haible  <bruno@clisp.org>
12067
12068         * config/srclist.txt (*setenv.[ch]): Remove rules.
12069
12070 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12071
12072         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12073
12074 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12075
12076         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12077         arpa/inet.h.
12078
12079 2006-07-28  Simon Josefsson  <jas@extundo.com>
12080
12081         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12082         * modules/inet_pton (Depends-on): Likewise.
12083
12084 2006-07-28  Simon Josefsson  <jas@extundo.com>
12085
12086         * m4/netinet_in_h.m4: New file.
12087
12088 2006-07-28  Simon Josefsson  <jas@extundo.com>
12089
12090         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12091         #include's.
12092
12093 2006-07-28  Simon Josefsson  <jas@extundo.com>
12094
12095         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12096         #include's.
12097
12098 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12099
12100         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12101         setgid on directories only if they set these bits.
12102         * lib/modechange.h: Remove obsolete comment about masks.
12103
12104 2006-07-28  Eric Blake  <ebb9@byu.net>
12105
12106         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12107         macro expansion.
12108
12109 2006-07-28  Bruno Haible  <bruno@clisp.org>
12110
12111         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12112
12113 2006-07-28  Bruno Haible  <bruno@clisp.org>
12114
12115         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12116
12117 2006-07-28  Bruno Haible  <bruno@clisp.org>
12118
12119         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12120         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12121         Define fallbacks.
12122         Avoids link error on FreeBSD 4.x.
12123         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12124
12125         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12126         encoding.
12127         * lib/mbswidth.c (iswcntrl): Likewise.
12128
12129 2006-07-27  Bruno Haible  <bruno@clisp.org>
12130
12131         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12132         test.
12133
12134 2006-07-27  Bruno Haible  <bruno@clisp.org>
12135
12136         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12137         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12138         defined.
12139
12140 2006-07-26  Eric Blake  <ebb9@byu.net>
12141
12142         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12143
12144 2006-07-26  Eric Blake  <ebb9@byu.net>
12145
12146         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12147         like mingw that lack mkstemp.
12148         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12149         avoid compilation warning on mingw.
12150
12151 2006-07-26  Bruno Haible  <bruno@clisp.org>
12152
12153         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12154         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12155         INT_FAST*_MIN, INTPTR_MIN.
12156
12157 2006-07-25  Bruno Haible  <bruno@clisp.org>
12158
12159         * modules/version-etc (Depends-on): Add stdarg.
12160
12161 2006-07-25  Bruno Haible  <bruno@clisp.org>
12162
12163         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12164         complex commands.
12165
12166 2006-07-25  Bruno Haible  <bruno@clisp.org>
12167
12168         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12169         defined in <stdarg.h> or config.h.
12170
12171 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12172
12173         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12174         (gl_STDIO_SAFER): Remove.
12175
12176 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12177
12178         * MODULES.html.sh (File stream based Input/Output):
12179         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12180         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12181         * modules/fopen-safer, modules/tmpfile-safer: New files.
12182         * modules/stdio-safer: Remove.
12183
12184 2006-07-24  Bruno Haible  <bruno@clisp.org>
12185
12186         * modules/tmpdir: New file.
12187         * MODULES.html.sh (File system functions): Add it.
12188
12189 2006-07-24  Bruno Haible  <bruno@clisp.org>
12190
12191         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12192         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12193
12194 2006-07-24  Bruno Haible  <bruno@clisp.org>
12195
12196         * modules/clean-temp: New file.
12197
12198 2006-07-24  Bruno Haible  <bruno@clisp.org>
12199
12200         * m4/tmpdir.m4: New file, from GNU gettext.
12201
12202 2006-07-24  Bruno Haible  <bruno@clisp.org>
12203
12204         * lib/tmpdir.h: New file, from GNU gettext.
12205         * lib/tmpdir.c: New file, from GNU gettext.
12206
12207 2006-07-24  Bruno Haible  <bruno@clisp.org>
12208
12209         * lib/clean-temp.h: New file, from GNU gettext.
12210         * lib/clean-temp.c: New file, from GNU gettext.
12211
12212 2006-07-23  Eric Blake  <ebb9@byu.net>
12213
12214         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12215         (Depends-on): Add binary-io.
12216
12217 2006-07-23  Eric Blake  <ebb9@byu.net>
12218
12219         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12220
12221 2006-07-23  Eric Blake  <ebb9@byu.net>
12222
12223         * lib/tmpfile-safer.c: New file.
12224         * lib/stdio-safer.h (fopen_safer): Add prototype.
12225         * lib/stdio--.h (tmpfile): Make safer.
12226
12227 2006-07-23  Bruno Haible  <bruno@clisp.org>
12228
12229         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12230         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12231         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12232         gl_linked_remove_at): Use it.
12233
12234 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12235         and Simon Josefsson <jas@extundo.com>
12236
12237         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12238
12239         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12240
12241 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12242
12243         * modules/close-stream: New file.
12244         * modules/closeout (Description): Make it clear that it exits
12245         with a diagnostic on error.
12246         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12247         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12248
12249 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12250
12251         * m4/close-stream.m4: New file.
12252
12253 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         * lib/close-stream.c, lib/close-stream.h: New files.
12256
12257 2006-07-22  Bruno Haible  <bruno@clisp.org>
12258
12259         Merge from GNU gettext 0.15.
12260
12261         2006-05-01  Bruno Haible  <bruno@clisp.org>
12262
12263                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12264
12265         2006-07-22  Bruno Haible  <bruno@clisp.org>
12266
12267                 * modules/javaversion: New file.
12268                 * MODULES.html.sh (Java): Add javaversion.
12269
12270         2006-03-12  Bruno Haible  <bruno@clisp.org>
12271
12272                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12273
12274         2005-12-04  Bruno Haible  <bruno@clisp.org>
12275
12276                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12277                 (untested).
12278
12279         2006-06-21  Bruno Haible  <bruno@clisp.org>
12280
12281                 Avoid warnings from recent versions of mcs.
12282                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12283                 -o, -L, -r any more. Use options documented since mcs-1.0
12284                 instead. Similarly for -g.
12285
12286         2005-12-04  Bruno Haible  <bruno@clisp.org>
12287
12288                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12289                 .resources, not .resource.
12290
12291         2005-07-09  Bruno Haible  <bruno@clisp.org>
12292
12293                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12294                 add a .dll suffix.
12295                 Reported by Mark Junker <mjscod@gmx.de>.
12296
12297         2006-07-22  Bruno Haible  <bruno@clisp.org>
12298
12299                 * modules/gettext: Upgrade to gettext-0.15.
12300                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12301                 m4/visibility.m4.
12302                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12303
12304 2006-07-22  Bruno Haible  <bruno@clisp.org>
12305
12306         Merge from GNU gettext 0.15.
12307
12308         2006-03-25  Bruno Haible  <bruno@clisp.org>
12309
12310                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12311
12312         2006-07-21  Bruno Haible  <bruno@clisp.org>
12313
12314                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12315                 "1.1".
12316
12317         2006-05-09  Bruno Haible  <bruno@clisp.org>
12318
12319                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12320                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12321                 for the conftestver execution.
12322
12323         2006-05-01  Bruno Haible  <bruno@clisp.org>
12324
12325                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12326                 optional target-version argument. Verify that the compiler
12327                 groks source of the specified source-version, or add -source
12328                 option as necessary. Verify that the compiler produces
12329                 bytecode in the specified target-version, or add -target and
12330                 -source options as necessary. Make the result of the test
12331                 available as variable CONF_JAVAC. Also log error output in
12332                 config.log.
12333
12334         2006-03-11  Bruno Haible  <bruno@clisp.org>
12335
12336                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12337
12338         2006-05-09  Bruno Haible  <bruno@clisp.org>
12339
12340                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12341                 CLASSPATH_SEPARATOR to a semicolon.
12342
12343         2006-03-12  Bruno Haible  <bruno@clisp.org>
12344
12345                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12346                 available as variable CONF_JAVA, for subsequent autoconf
12347                 tests. Also log error output in config.log.
12348
12349         2006-07-19  Bruno Haible  <bruno@clisp.org>
12350
12351                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12352                 that getline works on glibc2 systems. Needed to avoid trouble
12353                 in relocatable.c.
12354                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12355
12356         2005-12-04  Bruno Haible  <bruno@clisp.org>
12357
12358                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12359                 launcher (untested).
12360
12361         2005-12-04  Bruno Haible  <bruno@clisp.org>
12362
12363                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12364
12365         2006-07-22  Bruno Haible  <bruno@clisp.org>
12366
12367                 * gettext.m4: Update from GNU gettext-0.15.
12368                 * nls.m4: Likewise.
12369                 * po.m4: Likewise.
12370                 * inttypes-pri.m4: Likewise.
12371                 * inttypes-h.m4: Renamed from inttypes.m4.
12372                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12373
12374 2006-07-22  Bruno Haible  <bruno@clisp.org>
12375
12376         Merge from GNU gettext 0.15.
12377
12378         2005-07-05  Bruno Haible  <bruno@clisp.org>
12379
12380                 * printf-args.c (printf_fetchargs): Work around broken
12381                 definition of wint_t on mingw.
12382
12383         2005-02-12  Bruno Haible  <bruno@clisp.org>
12384
12385                 * xallocsa.h: Add extern "C" for C++.
12386
12387         2006-05-17  Bruno Haible  <bruno@clisp.org>
12388
12389                 Cygwin portability.
12390                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12391
12392         2006-04-30  Bruno Haible  <bruno@clisp.org>
12393
12394                 * progreloc.c: Include <mach-o/dyld.h> if available.
12395                 (find_executable): Use _NSGetExecutablePath when possible.
12396
12397         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12398
12399                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12400                 function.
12401
12402         2005-12-29  Bruno Haible  <bruno@clisp.org>
12403
12404                 * progreloc.c (set_program_name_and_installdir): Fix
12405                 compilation error.
12406
12407         2005-12-04  Bruno Haible  <bruno@clisp.org>
12408
12409                 Cygwin portability.
12410                 * progreloc.c: Include <windows.h> also on Cygwin.
12411                 (find_executable): Add support for Cygwin.
12412                 (set_program_name_and_installdir): Handle also platforms with
12413                 nonempty EXEEXT.
12414
12415         2006-07-11  Bruno Haible  <bruno@clisp.org>
12416
12417                 * javacomp.c: Fix a comment.
12418                 Reported by Jim Meyering.
12419
12420         2006-04-30  Bruno Haible  <bruno@clisp.org>
12421
12422                 * javacomp.h (compile_java_class): Add source_version,
12423                 target_version arguments.
12424                 * javacomp.c: Rewritten to choose only a compiler that
12425                 respects the specified source_version and target_version.
12426
12427         2006-06-27  Bruno Haible  <bruno@clisp.org>
12428
12429                 Assume correct S_ISDIR macro.
12430                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12431
12432         2006-07-22  Bruno Haible  <bruno@clisp.org>
12433
12434                 * javaversion.h: New file, from GNU gettext.
12435                 * javaversion.c: New file, from GNU gettext.
12436                 * javaversion.java: New file, from GNU gettext.
12437                 * javaversion.class: New file, from GNU gettext.
12438
12439         2006-05-17  Bruno Haible  <bruno@clisp.org>
12440
12441                 Cygwin portability.
12442                 * javaexec.c (execute_java_class): Test for jview program
12443                 also on Cygwin.
12444
12445         2006-04-09  Bruno Haible  <bruno@clisp.org>
12446
12447                 * fatal-signal.c: Don't include string.h.
12448                 (at_fatal_signal): Use a copying loop instead of memcpy.
12449
12450         2005-12-04  Bruno Haible  <bruno@clisp.org>
12451
12452                 * csharpexec.c: Add support for 'clix' launcher (untested).
12453                 (execute_csharp_using_sscli): New function.
12454                 (execute_csharp_program): Call it.
12455
12456         2006-06-21  Bruno Haible  <bruno@clisp.org>
12457
12458                 Avoid warnings from recent versions of mcs.
12459                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12460                 -o, -L, -r any more. Use options documented since mcs-1.0
12461                 instead. Similarly for -g.
12462
12463         2005-07-09  Bruno Haible  <bruno@clisp.org>
12464
12465                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12466                 add a .dll suffix.
12467                 Reported by Mark Junker <mjscod@gmx.de>.
12468
12469         2006-06-17  Bruno Haible  <bruno@clisp.org>
12470
12471                 * config.charset: Update for NetBSD 3.0.
12472
12473         2006-05-17  Bruno Haible  <bruno@clisp.org>
12474
12475                 Cygwin portability.
12476                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12477
12478         2006-05-16  Bruno Haible  <bruno@clisp.org>
12479
12480                 * localcharset.c [CYGWIN]: Include <windows.h>.
12481                 (get_charset_aliases): For Cygwin, return the same CPxxx
12482                 aliases list as under WIN32.
12483                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12484                 the environment variables. Fall back to GetACP().
12485
12486         2006-04-05  Bruno Haible  <bruno@clisp.org>
12487
12488                 * config.charset: Update Juan Manuel Guerrero's address.
12489
12490         2005-02-12  Bruno Haible  <bruno@clisp.org>
12491
12492                 * allocsa.h: Add extern "C" for C++.
12493
12494         2005-02-10  Bruno Haible  <bruno@clisp.org>
12495
12496                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12497                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12498
12499         2006-07-22  Bruno Haible  <bruno@clisp.org>
12500
12501                 * gettext.h: Update to GNU gettext-0.15.
12502
12503 2006-07-22  Bruno Haible  <bruno@clisp.org>
12504
12505         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12506         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12507         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12508
12509 2006-07-21  Eric Blake  <ebb9@byu.net>
12510
12511         * modules/stdlib-safer: New file.
12512         * MODULES.html.sh (File stream based Input/Output): Add
12513         stdlib-safer.
12514
12515 2006-07-21  Eric Blake  <ebb9@byu.net>
12516
12517         * lib/stdlib-safer.h: New file from coreutils, required by
12518         stdlib--.h.
12519
12520 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12521
12522         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12523
12524 2006-07-20  Bruno Haible  <bruno@clisp.org>
12525
12526         * gnulib-tool: Recognize new option --assume-autoconf.
12527         (autoconf_minversion): New variable.
12528         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12529
12530 2006-07-20  Bruno Haible  <bruno@clisp.org>
12531
12532         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12533
12534 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12535
12536         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12537         Reindent and repaginate.
12538
12539 2006-07-19  Derek Price  <derek@ximbiot.com>
12540
12541         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12542         Correct grammar.
12543
12544 2006-07-17  Bruno Haible  <bruno@clisp.org>
12545
12546         * modules/list: New file.
12547         * modules/array-list: New file.
12548         * modules/carray-list, modules/carray-list-tests: New files.
12549         * modules/linked-list, modules/linked-list-tests: New files.
12550         * modules/avltree-list, modules/avltree-list-tests: New files.
12551         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12552         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12553         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12554         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12555         * modules/oset: New file.
12556         * modules/array-oset: New file.
12557         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12558         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12559         * tests/test-carray_list.c: New file.
12560         * tests/test-linked_list.c: New file.
12561         * tests/test-avltree_list.c: New file.
12562         * tests/test-rbtree_list.c: New file.
12563         * tests/test-linkedhash_list.c: New file.
12564         * tests/test-avltreehash_list.c: New file.
12565         * tests/test-rbtreehash_list.c: New file.
12566         * tests/test-avltree_oset.c: New file.
12567         * tests/test-rbtree_oset.c: New file.
12568         * MODULES.html.sh (Container data structures): New section.
12569
12570 2006-07-17  Bruno Haible  <bruno@clisp.org>
12571
12572         * m4/gl_list.m4: New file.
12573
12574 2006-07-17  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/gl_list.h: New file.
12577         * lib/gl_list.c: New file.
12578         * lib/gl_array_list.h: New file.
12579         * lib/gl_array_list.c: New file.
12580         * lib/gl_carray_list.h: New file.
12581         * lib/gl_carray_list.c: New file.
12582         * lib/gl_linked_list.h: New file.
12583         * lib/gl_linked_list.c: New file.
12584         * lib/gl_anylinked_list1.h: New file.
12585         * lib/gl_anylinked_list2.h: New file.
12586         * lib/gl_avltree_list.h: New file.
12587         * lib/gl_avltree_list.c: New file.
12588         * lib/gl_anyavltree_list1.h: New file.
12589         * lib/gl_anyavltree_list2.h: New file.
12590         * lib/gl_rbtree_list.h: New file.
12591         * lib/gl_rbtree_list.c: New file.
12592         * lib/gl_anyrbtree_list1.h: New file.
12593         * lib/gl_anyrbtree_list2.h: New file.
12594         * lib/gl_anytree_list1.h: New file.
12595         * lib/gl_anytree_list2.h: New file.
12596         * lib/gl_linkedhash_list.h: New file.
12597         * lib/gl_linkedhash_list.c: New file.
12598         * lib/gl_anyhash_list1.h: New file.
12599         * lib/gl_anyhash_list2.h: New file.
12600         * lib/gl_avltreehash_list.h: New file.
12601         * lib/gl_avltreehash_list.c: New file.
12602         * lib/gl_rbtreehash_list.h: New file.
12603         * lib/gl_rbtreehash_list.c: New file.
12604         * lib/gl_anytreehash_list1.h: New file.
12605         * lib/gl_anytreehash_list2.h: New file.
12606
12607         * lib/gl_oset.h: New file.
12608         * lib/gl_oset.c: New file.
12609         * lib/gl_array_oset.h: New file.
12610         * lib/gl_array_oset.c: New file.
12611         * lib/gl_avltree_oset.h: New file.
12612         * lib/gl_avltree_oset.c: New file.
12613         * lib/gl_rbtree_oset.h: New file.
12614         * lib/gl_rbtree_oset.c: New file.
12615         * lib/gl_anytree_oset.h: New file.
12616
12617 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         * m4/mkancesdirs.m4: New file.
12620         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12621         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12622         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12623         it.
12624
12625 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12626
12627         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12628         * lib/mkancesdirs.h: New files.
12629         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12630         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12631         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12632         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12633         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12634         callers changed.  Revamp internals significantly, by not
12635         attempting to create directories that are temporarily more
12636         permissive than the final results.  Do not attempt to use
12637         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12638         This removes some race conditions, fixes some bugs, and simplifies
12639         things.  Use new dirchownmod function to do owner and mode changes.
12640         * lib/mkdir-p.h: Likewise.
12641         * lib/modechange.c (octal_to_mode): New function.
12642         (struct mode_change): New member mentioned.
12643         (make_node_op_equals): New arg mentioned.  All callers changed.
12644         (mode_compile): Keep track of which mode bits the user has explicitly
12645         mentioned.
12646         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12647         New arg PMODE_BITS, to keep track of which mode bits the user
12648         mentioned; it treats S_ISUID and S_ISGID speciall.
12649         All callers changed.
12650         * lib/modechange.h: Likewise.
12651
12652 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12653
12654         * MODULES.html.sh: Add mkancestors.
12655         * modules/mkancesdirs: New module.
12656         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12657         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12658         The chdir-safer and afs files are now orphans; I'll remove them
12659         unless someone speaks up.
12660         Add lib/dirchownmod.c, lib/dirchownmod.h.
12661         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12662         Add lchown, mkancesdirs.
12663         (Maintainer): Add self.
12664
12665 2006-07-15  Karl Berry  <karl@gnu.org>
12666
12667         * gnulib-tool: help message wording/arrangement.
12668
12669 2006-07-14  Simon Josefsson  <jas@extundo.com>
12670
12671         * doc/gnulib.texi (Libtool and Windows): New section.
12672
12673 2006-07-12  Simon Josefsson  <jas@extundo.com>
12674
12675         * modules/gendocs (License): Fix license, approved by Karl.
12676
12677 2006-07-12  Eric Blake  <ebb9@byu.net>
12678
12679         * MODULES.html.sh: Add gendocs.
12680
12681 2006-07-11  Eric Blake  <ebb9@byu.net>
12682
12683         * modules/fdl: New module, to install doc/fdl.texi.
12684         * MODULES.html.sh: Add new section for documentation modules.
12685         * gnulib-tool: Avoid space-tab.
12686         (--doc-base): New option, to manage files from doc.
12687
12688 2006-07-11  Eric Blake  <ebb9@byu.net>
12689
12690         * m4/absolute-header.m4: Fix comments to match recent change.
12691
12692 2006-07-11  Eric Blake  <ebb9@byu.net>
12693
12694         * gnulib-tool: List --doc-base before --tests-base.
12695
12696 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12697
12698         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12699
12700 2006-07-11  Bruno Haible  <bruno@clisp.org>
12701
12702         * README: Mention where to put documentation.
12703
12704 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12705
12706         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12707
12708 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12709
12710         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12711         to stdint.m4.
12712
12713 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12714
12715         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12716         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12717         "no/such/file/stdint.h" when there is no such file, so that
12718         the resulting C code can be parsed by dodgy compilers.
12719         Problems reported by Bob Proulx.
12720
12721 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12722
12723         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12724         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12725         macros into the GNU _D_EXACT_NAMLEN.
12726         * lib/savedir.c:  Likewise.
12727         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12728
12729 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12730         and Paul Eggert  <eggert@cs.ucla.edu>
12731
12732         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12733         * m4/savedir.m4:
12734         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12735         macros into the GNU _D_EXACT_NAMLEN.
12736
12737 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12740         around the absolute name, to work around a problem with the HP-UX
12741         11.23 native C compiler, reported by Bob Proulx.
12742
12743 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12744
12745         * doc/maintain.texi, make-stds.texi: Sync from
12746         <http://savannah.gnu.org/projects/gnustandards>.
12747
12748 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12749
12750         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12751
12752 2006-07-09  Jim Meyering  <jim@meyering.net>
12753
12754         * m4/glob.m4: Remove a doubled word in a comment.
12755
12756 2006-07-09  Jim Meyering  <jim@meyering.net>
12757
12758         * lib/argp-pv.c: Remove a doubled word in a comment.
12759         * lib/check-version.c (check_version): Likewise.
12760         * lib/javacomp.c (compile_java_class): Likewise.
12761
12762 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12763
12764         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12765         for the benefit of people using Autoconf 2.60.  If you want to
12766         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12767         (or m4/onceonly.m4, if pre-2.57) manually.
12768
12769 2006-07-08  Jim Meyering  <jim@meyering.net>
12770
12771         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12772         comment.
12773         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12774         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12775         comment.
12776
12777 2006-07-08  Jim Meyering  <jim@meyering.net>
12778
12779         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12780
12781 2006-07-07  Simon Josefsson  <jas@extundo.com>
12782
12783         * tests/test-crc.c: Change expected crc value, the test vector
12784         were probably computed using the old broken crc.c?
12785
12786 2006-07-06  Simon Josefsson  <jas@extundo.com>
12787
12788         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12789         now the canonical place for the M4 file).
12790
12791         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12792         from the sys_socket dependency now.
12793
12794         * modules/inet_pton (Files): Ditto.
12795
12796         * modules/inet_ntop (Files): Ditto.
12797
12798 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12799
12800         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12801         not gl_PREREQ_GETUSERSHELL.
12802
12803 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12804
12805         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12806         with only one argument, for Autoconf 2.60.
12807         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12808         expand to nothing, so add a shell command to avoid syntax error.
12809         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12810
12811 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12812
12813         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12814
12815 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12818         no longer needed.  Check for isblank decl.
12819         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12820         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12821         of existence.
12822
12823 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * lib/getloadavg.c: Use __VMS, not VMS.
12826         * lib/getopt.c: Likewise.
12827         * lib/getpagesize.h: Likewise.
12828         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12829         and probably does not work.
12830
12831 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         * lib/.cppi-disable: Add wcwidth.
12834         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12835         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12836         (ISGRAPH): Remove.  All uses changed to isgraph.
12837         (FOLD) [!defined _LIBC]: Remove special case.
12838         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12839         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12840         HAVE_ISBLANK.
12841         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12842         case.
12843
12844 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12845
12846         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12847         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12848         brackets.  Other minor changes to suppress some compiler
12849         warnings.
12850
12851 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12852         and Paul Eggert  <eggert@cs.ucla.edu>
12853
12854         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12855         of invoking obsolescent AC_HEADER_DIRENT macro.
12856         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12857         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12858         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12859         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12860         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12861         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12862         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12863         * m4/readdir.m4: Remove; no longer needed.
12864
12865 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12866         and Paul Eggert  <eggert@cs.ucla.edu>
12867
12868         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12869         Don't worry about this obsolete case any more.
12870         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12871         directories.
12872         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12873         worry about this obsolete case any more.
12874         * lib/fts.c: Likewise.
12875         * lib/getcwd.c: Likewise.
12876         * lib/glob.h: Likewise.
12877         * lib/savedir.c: Likewise.
12878
12879 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12880
12881         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12882         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12883         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12884         needed.
12885         All uses removed.
12886         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12887         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12888         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12889         needed.
12890         * m4/getdate.m4 (gl_GETDATE): Likewise.
12891         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12892         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12893         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12894         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12895         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12896         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12897         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12898         needed.
12899
12900 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12901
12902         * lib/memcasecmp.c: Include <limits.h>.
12903         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12904         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12905         Don't assume isdigit succeeds only on '0' through '9'.
12906
12907 2006-07-05  Eric Blake  <ebb9@byu.net>
12908
12909         * modules/getaddrinfo (Depends-on): Add snprintf.
12910
12911 2006-07-05  Eric Blake  <ebb9@byu.net>
12912
12913         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12914         to avoid 'header present but could not be compiled' on cygwin.
12915
12916 2006-07-05  Eric Blake  <ebb9@byu.net>
12917
12918         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12919         missing from netdb.h.
12920         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12921
12922 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12923
12924         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12925         no longer needed.
12926         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12927         * m4/getdate.m4 (gl_GETDATE): Likewise.
12928         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12929         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12930         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12931         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12932         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12933
12934 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12935
12936         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12937         All uses of is_space replaced by isspace.
12938         * lib/exit.h: Don't talk about STDC_HEADERS.
12939         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12940         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12941         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12942         replaced by isprint etc.
12943         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12944         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12945         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12946         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12947         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12948         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12949
12950 2006-07-05  Bruno Haible  <bruno@clisp.org>
12951
12952         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12953         the function exists, before testing against AIX.
12954         Reported by Martin Lambers <marlam@marlam.de>.
12955
12956 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12959         From Mark D. Baushke.
12960
12961 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12964         to the absolute name, not just one, to bypass Sun C 5.8's
12965         "warning: #include of /usr/include/... may be non-portable".
12966
12967 2006-07-04  Eric Blake  <ebb9@byu.net>
12968
12969         * modules/dirname-tests: New test module.
12970         * tests/test-dirname.c: New file, replacing dirname.c
12971         TEST_DIRNAME section that was recently deleted.
12972
12973 2006-07-04  Bruno Haible  <bruno@clisp.org>
12974
12975         Assume ANSI C header files and <ctype.h> functions.
12976         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12977         (mbsnwidth): Use isprint, iscntrl instead.
12978
12979 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12980
12981         Merge from coreutils.
12982         * MODULES.html.sh: Add xstrtold.
12983         * modules/xstrtold: New file.
12984         * modules/cycle-check (Files): Add lib/same-inode.h.
12985         * modules/dirname (Files): Add m4/double-slash-root.m4.
12986         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
12987         * modules/mkdir-p (Files): Add lib/same-inode.h.
12988         * modules/same (Files): Add lib/same-inode.h.
12989
12990 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12991
12992         * m4/absolute-header.m4: Renamed from full-header-path.m4.
12993         This is to keep the terminology clean; POSIX talks about
12994         "absolute pathnames", not "full pathnames", but the GNU
12995         Coding Standards say to use "path" for something else;
12996         so use "absolute" to keep both sides happy.
12997         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
12998         Set gl_absolute_header, not gl_full_header_path.
12999         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13000         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13001         All uses changed.
13002
13003         Merge from coreutils.
13004
13005         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13008         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13009         want to require the building of c-strtod.o.
13010         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13011         needs -lm directly.
13012         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13013
13014         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13015
13016         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13017         --as-needed option if available.  Problem reported by Albert Chin in
13018         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13019         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13020         cc merely issues a bunch of annoying warnings for --as-needed
13021         (this problem was reported by Bob Proulx).  Also, try linking with
13022         -lm to detect a bug in binutils 2.16 (this problem was reported
13023         by Ralf Wildenhues).
13024
13025         2006-06-18  Jim Meyering  <jim@meyering.net>
13026
13027         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13028         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13029         macro.
13030         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13031         also check for glibc-2.4's abort-inducing bug.
13032
13033         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13034         Low-probability clean-up should be to use rmdir to get rid of
13035         the just-created directory, not unlink.
13036
13037         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13038         configure fail, and request a bug report to inform us about it.
13039         Add a comment that, barring reports to the contrary, in 2007 we'll
13040         assume ftruncate is universally available.
13041
13042         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13043
13044         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13045
13046         2006-03-12  Jim Meyering  <jim@meyering.net>
13047
13048         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13049         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13050         * m4/same.m4 (gl_SAME): Likewise.
13051         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13052
13053         2006-03-11  Eric Blake  <ebb9@byu.net>
13054
13055         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13056         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13057         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13058         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13059
13060 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13063         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13064         reported by Mark D. Baushke, one in
13065         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13066
13067         Merge from coreutils.
13068
13069         * lib/.cppi-disable: Add stdint_.h.
13070         * lib/.cvsignore: Add stdint.h.
13071
13072         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13073
13074         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13075         both double and long double versions.
13076         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13077         * lib/xstrtold.c: New file.
13078         * lib/xstrtod.h (xstrtold): New decl.
13079
13080         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13081
13082         * lib/filemode.c (setst): Remove.
13083         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13084         (arguably) clearer, and the generated code is a bit smaller on my
13085         Debian GNU/Linux stable x86 host.
13086
13087         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13088
13089         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13090         Assume that filemode.h includes sys/types.h and sys/stat.h.
13091         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13092         (ftypelet): Reorder to put common cases first, for efficiency.
13093         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13094         to do 'M'.
13095         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13096         of 10, for compatibility with FreeBSD.  All callers changed.
13097         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13098         types that can't be deduced solely from st_mode.  First arg is now a
13099         const pointer.
13100         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13101         (strmode): Renamed from mode_string.
13102         (filemodestring): New decl.
13103         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13104         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13105         needed.
13106         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13107
13108         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13109
13110         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13111         fsusage.h now does that.  Include fsusage.h first, to test interface.
13112         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13113         at most one method (the old code could have generated decls that
13114         didn't conform to C89, not that this was ever exercised).
13115         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13116
13117         2006-03-19  Jim Meyering  <jim@meyering.net>
13118
13119         Work even in a chroot where d_ino values for entries in "/"
13120         don't match the stat.st_ino values for the same names.
13121         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13122         number, iterate through all entries again, using lstat instead.
13123         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13124         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13125
13126         * lib/getcwd.c (__getcwd): Clarify a comment.
13127         Use memcpy in place of a call to strcpy.
13128
13129         2006-03-12  Jim Meyering  <jim@meyering.net>
13130
13131         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13132         matches that of the current directory (which we're about to chdir ".."
13133         out of), then save the dev-ino of the parent, instead.
13134
13135         * lib/same-inode.h (SAME_INODE): New file/macro.
13136         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13137         Include "same-inode.h", instead.
13138         * lib/same.c: Likewise.
13139         * lib/cycle-check.h: Include "same-inode.h".
13140         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13141         * lib/cycle-check.c (SAME_INODE): Remove definition.
13142         * lib/root-dev-ino.h: Include "same-inode.h".
13143
13144         2006-03-11  Eric Blake  <ebb9@byu.net>
13145
13146         * lib/same.c (same_name): s/base_name/last_component/
13147         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13148         * lib/filenamecat.c (file_name_concat): Likewise.
13149
13150         2006-03-11  Eric Blake  <ebb9@byu.net>,
13151                     Paul Eggert  <eggert@cs.ucla.edu>
13152
13153         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13154         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13155         drive prefix.
13156         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13157         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13158         (last_component): New method.
13159         * lib/dirname.c (dir_len): Determine when drive letters need a
13160         subsequent slash.  Preserve // when it is special.
13161         (dir_name): Don't append dot when drive letter is absolute.
13162         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13163         * lib/basename.c (base_name): New semantics - malloc the result.
13164         Preserve // when it is special.  Preserve relative files that look
13165         like drive letters.
13166         (base_len): Preserve // when it is special.
13167         (last_component): New method, similar to old base_name semantics.
13168         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13169         base_name.  Strip redundant slashes from ///.
13170
13171 2006-07-03  Jim Meyering  <jim@meyering.net>
13172
13173         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13174         macro is used before the first cycle_check call.
13175
13176 2006-07-03  Eric Blake  <ebb9@byu.net>
13177
13178         * modules/dirname (Depends-on): Add xstrndup.
13179
13180 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13183         test cases, so that config.log is a bit easier to follow.
13184
13185 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13186
13187         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13188         both are 64 bits, since this seems to be the tradition, and this
13189         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13190         we ever run into a host that prefers long long to long in this
13191         case, we'll need another configure-time test.  Problem reported by
13192         Jim Meyering.
13193
13194 2006-07-02  Eric Blake  <ebb9@byu.net>
13195
13196         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13197
13198 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         * modules/inttypes (Depends-on): No longer depends on stdint.
13201         * modules/stdint (Description): Say more about assumptions.
13202         Say that the fast types might differ.  Say macros are used.
13203         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13204         (Makefile.am): Revise list of substituted symbols to match
13205         new stdint.m4.
13206         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13207         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13208         * tests/test-stdint.c (verify_same_types)
13209         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13210         the code conforms to C99/C89.
13211         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13212         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13213
13214 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13215
13216         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13217         but fix a bug, by requiring at least 64 bits.
13218         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13219         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13220         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13221         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13222
13223         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13224         changes.  Make 2.59 a prerequisite.  Check and substitute for
13225         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13226         inttypes.h.  Do not use special include files; just use the
13227         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13228         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13229         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13230         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13231         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13232         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13233         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13234         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13235         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13236         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13237         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13238         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13239         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13240         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13241         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13242         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13243         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13244         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13245         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13246         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13247         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13248         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13249         not check for things that C99 does not require, e.g., int8_t.  If
13250         a test isn't needed unless <stdint.h> isn't working, and is
13251         unlikely to be needed for any other reason, then don't do it
13252         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13253         size_t, since we assume C89 freestanding at least.  Do not check
13254         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13255         the right thing even if the types are not defined.  Instead use:
13256         (gl_STDINT_TYPE_PROPERTIES): New macro.
13257         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13258         testing whether <sys/types.h> clashes, as Autoconf does this for
13259         us now.  All uses removed.
13260         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13261         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13262         (gl_CHECK_TYPE_SAME):
13263         Remove; no longer needed.
13264         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13265         exists, since we'll return 0 anyway in that case.
13266         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13267
13268 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13271         possible collision with system files.
13272         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13273         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13274         WCHAR_MIN and WCHAR_MAX in this case.
13275         (<stddef.h>): Do not include; no longer needed.
13276         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13277         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13278         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13279         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13280         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13281         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13282         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13283         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13284         !defined(__c99))]: Include in this case too, since it's harmless
13285         now.
13286         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13287         dangerous to do so.
13288         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13289         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13290         (_STDINT_MIN, _STDINT_MAX): New macros.
13291         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13292         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13293         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13294         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13295         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13296         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13297         macros, not typedefs; this simplifies things quite a bit.
13298         Use long int for all types narrower than int64_t.
13299         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13300         Define in terms of long long int or int64_t or long int,
13301         not int64_t or int32_t.  This saves some compile-time testing.
13302         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13303         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13304         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13305         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13306         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13307         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13308         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13309         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13310         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13311         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13312         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13313         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13314         undef any previous version and define our own version, for
13315         simplicity and consistency with the new macros for types.
13316         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13317         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13318         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13319         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13320         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13321         @WINT_T_SUFFIX@ to keep things simple here.
13322         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13323         Simplify by assuming typical 8/16/32/64 host, since we're
13324         already doing that elsewhere anyway.
13325         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13326         and assume long long int is 64 bits if available.  This
13327         speeds up 'configure'.
13328
13329 2006-07-01  Eric Blake  <ebb9@byu.net>
13330
13331         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13332         Reported by Andreas Buening.
13333
13334 2006-07-01  Eric Blake  <ebb9@byu.net>
13335
13336         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13337
13338 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13339
13340         * lib/getaddrinfo.c: fixed typo
13341
13342 2006-06-29  Jim Meyering  <jim@meyering.net>
13343
13344         * modules/strftime (Maintainer): Add my name, since with the
13345         FPRINTFTIME changes strftime.c has forked from glibc.
13346
13347 2006-06-29  Eric Blake  <ebb9@byu.net>
13348
13349         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13350
13351 2006-06-29  Eric Blake  <ebb9@byu.net>
13352
13353         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13354
13355 2006-06-29  Eric Blake  <ebb9@byu.net>
13356
13357         * lib/stat_.h: New file.
13358
13359 2006-06-29  Eric Blake  <ebb9@byu.net>
13360
13361         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13362         unused static function.
13363
13364 2006-06-29  Eric Blake  <ebb9@byu.net>
13365
13366         * doc/functions.texi (Function Portability): Document missing lstat
13367         on mingw.
13368
13369 2006-06-29  Eric Blake  <ebb9@byu.net>
13370
13371         * MODULES.html.sh: Add sys_stat.
13372         * modules/sys_stat: New module.
13373         * modules/mkstemp (Depends-on): Add sys_stat.
13374
13375 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13376
13377         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13378
13379 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13380
13381         * m4/c-bs-a.m4: Removed.
13382
13383 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13384
13385         * lib/strftime.c: Assume strftime() exists.
13386
13387 2006-06-29  Derek Price  <derek@ximbiot.com>
13388
13389         * modules/c-bs-a: Removed - \a is C89.
13390         * MODULES.html.sh: Remove c-bs-a.
13391
13392 2006-06-29  Bruno Haible  <bruno@clisp.org>
13393
13394         * modules/wcwidth (License): Change to LGPL.
13395
13396 2006-06-28  Simon Josefsson  <jas@extundo.com>
13397
13398         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13399         on _WIN32.
13400
13401         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13402         getnameinfo.
13403
13404 2006-06-28  Simon Josefsson  <jas@extundo.com>
13405
13406         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13407
13408 2006-06-28  Simon Josefsson  <jas@extundo.com>
13409
13410         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13411         functions there.  It will succeed on Windows XP, but on Windows
13412         2000 and (presumably) earlier, it will fail, and use the internal
13413         re-implementation.
13414         (use_win32_p): New function.
13415         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13416         Support AI_NUMERICSERV to disable getservbyname.
13417         (getnameinfo): New function, only supports
13418         NI_NUMERICHOST|NI_NUMERICSERV for now.
13419
13420         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13421         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13422         getnameinfo.
13423
13424 2006-06-28  Eric Blake  <ebb9@byu.net>
13425
13426         * modules/wcwidth: New file.
13427         * modules/mbchar (Depends-on): Add wcwidth.
13428         * modules/mbswidth (Depends-on): Add wcwidth.
13429         * MODULES.html.sh: Add wcwidth.
13430
13431 2006-06-28  Eric Blake  <ebb9@byu.net>
13432
13433         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13434         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13435
13436 2006-06-28  Eric Blake  <ebb9@byu.net>
13437
13438         * lib/xvasprintf.h: Fix comments.
13439
13440 2006-06-28  Eric Blake  <ebb9@byu.net>
13441
13442         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13443         * lib/mbswidth.c (wcwidth): Move from here...
13444         * lib/wcwidth.h: ...to this new file.
13445
13446 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13447
13448         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13449
13450         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13451         it's obsolete.
13452         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13453
13454 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13455
13456         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13457         Autoconf 2.60 says this stuff was obsolete.
13458
13459 2006-06-28  Bruno Haible  <bruno@clisp.org>
13460
13461         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13462
13463 2006-06-28  Bruno Haible  <bruno@clisp.org>
13464
13465         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13466         gt_TYPE_WCHAR_T.
13467
13468 2006-06-28  Bruno Haible  <bruno@clisp.org>
13469
13470         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13471         declaration for wcwidth.
13472         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13473
13474 2006-06-28  Bruno Haible  <bruno@clisp.org>
13475
13476         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13477         (mkdir): Define using _mkdir.
13478
13479 2006-06-28  Bruno Haible  <bruno@clisp.org>
13480
13481         * lib/getaddrinfo.h: Fix POSIX URL.
13482         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13483         _WIN32.
13484         (use_win32_p): Make static.
13485         (getaddrinfo): Reject service name if it is empty or does not consist
13486         solely of decimal digits, or if its value is > 65535.
13487         (getnameinfo): Remove useless casts.
13488
13489 2006-06-27  Simon Josefsson  <jas@extundo.com>
13490
13491         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13492         Eggert and Martin Lambers.
13493
13494 2006-06-27  Simon Josefsson  <jas@extundo.com>
13495
13496         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13497         Eggert and Martin Lambers.
13498
13499 2006-06-27  Bruno Haible  <bruno@clisp.org>
13500
13501         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13502         result to 0, not to empty.
13503         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13504
13505 2006-06-27  Bruno Haible  <bruno@clisp.org>
13506
13507         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13508
13509 2006-06-26  Simon Josefsson  <jas@extundo.com>
13510
13511         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13512         present.
13513
13514 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13517         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13518         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13519
13520 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13521
13522         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13523
13524 2006-06-26  Bruno Haible  <bruno@clisp.org>
13525
13526         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13527
13528 2006-06-26  Bruno Haible  <bruno@clisp.org>
13529
13530         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13531
13532 2006-06-26  Bruno Haible  <bruno@clisp.org>
13533
13534         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13535         SGI C compiler in pre-C99 mode.
13536         Suggested by Mark D. Baushke and Larry Jones.
13537
13538 2006-06-26  Bruno Haible  <bruno@clisp.org>
13539
13540         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13541         WCHAR_MAX.
13542         Reported by Mark D. Baushke and Larry Jones.
13543
13544 2006-06-26  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13547         in pre-C99 mode.
13548         Suggested by Mark D. Baushke and Larry Jones.
13549
13550 2006-06-23  Simon Josefsson  <jas@extundo.com>
13551             Bruno Haible  <bruno@clisp.org>
13552
13553         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13554         Emit mostlyclean-local rule.
13555         (func_emit_tests_Makefile_am): Likewise.
13556         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13557
13558 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13559
13560         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13561
13562 2006-06-23  Bruno Haible  <bruno@clisp.org>
13563
13564         * tests/test-stdint.c: Update to match ISO C 99 Technical
13565         Corrigendum 1.
13566
13567 2006-06-23  Bruno Haible  <bruno@clisp.org>
13568
13569         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13570
13571 2006-06-23  Bruno Haible  <bruno@clisp.org>
13572
13573         * lib/stdint_.h: Treat IRIX like OpenBSD.
13574
13575 2006-06-23  Bruno Haible  <bruno@clisp.org>
13576
13577         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13578         ISO C 99 Technical Corrigendum 1.
13579
13580 2006-06-22  Simon Josefsson  <jas@extundo.com>
13581
13582         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13583         MinGW.
13584
13585 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13586
13587         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13588         needed.  Some compiler complained about some of them.  Problem reported
13589         by Larry Jones in
13590         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13591
13592 2006-06-21  Simon Josefsson  <jas@extundo.com>
13593
13594         * tests/test-getaddrinfo.c: New file.
13595
13596         * modules/getaddrinfo-tests: New file.
13597
13598         * MODULES.html.sh: Add inet_pton.
13599
13600         * modules/inet_pton: New file.
13601
13602 2006-06-21  Simon Josefsson  <jas@extundo.com>
13603
13604         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13605         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13606         of using the (limited) gnulib implementation on Windows XP.
13607
13608         * m4/inet_pton.m4: New file.
13609
13610 2006-06-21  Simon Josefsson  <jas@extundo.com>
13611
13612         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13613         variable.
13614
13615         * lib/socket_.h: Don't define WINVER.
13616
13617         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13618         slightly modified to work in gnulib.
13619
13620 2006-06-21  Simon Josefsson  <jas@extundo.com>
13621
13622         * doc/gnulib.texi (Windows sockets): Add.
13623
13624 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13625
13626         * lib/read-file.c (fread_file): Start with buffer allocation of
13627         0 bytes rather than 1 byte; this simplifies the code.
13628         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13629         code to free buffer and save/restore errno.
13630         (internal_read_file): Remove unused local.
13631
13632 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13633
13634         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13635         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13636         Problem reported by Denis Excoffier in
13637         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13638
13639 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13640
13641         * modules/sys_socket, modules/socklen: Include sys/types since
13642         FreeBSD 4.x's sys/socket.h needs it.
13643
13644 2006-06-19  Simon Josefsson  <jas@extundo.com>
13645
13646         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13647
13648 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13651
13652 2006-06-19  Bruno Haible  <bruno@clisp.org>
13653
13654         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13655         and FULL_PATH_INTTYPES_H in angle brackets.
13656         Reported by Mark D. Baushke <mdb@gnu.org>.
13657
13658 2006-06-17  Eric Blake  <ebb9@byu.net>
13659
13660         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13661         errno.
13662
13663 2006-06-17  Bruno Haible  <bruno@clisp.org>
13664
13665         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13666         <sys/inttypes.h>.
13667
13668 2006-06-17  Bruno Haible  <bruno@clisp.org>
13669
13670         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13671         whether errno is declared. Assume <errno.h> declares errno.
13672
13673 2006-06-17  Bruno Haible  <bruno@clisp.org>
13674
13675         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13676
13677 2006-06-17  Bruno Haible  <bruno@clisp.org>
13678
13679         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13680         problem on Solaris 2.5.1.
13681
13682 2006-06-16  Eric Blake  <ebb9@byu.net>
13683
13684         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13685         * lib/unicodeio.c [!defined errno]: Likewise.
13686         * lib/strtol.c [!defined errno]: Likewise.
13687         * lib/strtod.c [!defined errno]: Likewise.
13688
13689 2006-06-15  Eric Blake  <ebb9@byu.net>
13690
13691         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13692
13693 2006-06-15  Eric Blake  <ebb9@byu.net>
13694
13695         * config/srclist.txt (ssize_t.m4): Lose sync.
13696
13697 2006-06-15  Bruno Haible  <bruno@clisp.org>
13698
13699         * modules/stdint (Files): Include m4/full-header-path.m4,
13700         m4/size_max.m4, m4/wchar_t.m4.
13701         (Makefile.am): Many more substitutions.
13702         * modules/stdint-tests: New file.
13703         * tests/test-stdint.c: New file.
13704
13705 2006-06-15  Bruno Haible  <bruno@clisp.org>
13706
13707         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13708         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13709         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13710         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13711         gl_CHECK_TYPE_SAME): New macros.
13712
13713 2006-06-15  Bruno Haible  <bruno@clisp.org>
13714
13715         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13716
13717 2006-06-15  Bruno Haible  <bruno@clisp.org>
13718
13719         * lib/stdint_.h: Rewritten to be fully auto-configured.
13720         Fixes bug on HP-UX/IA64.
13721
13722 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         * lib/getdate.y (__attribute__): Don't define if already defined.
13725         Problem reported by Larry Jones.
13726         * lib/utimens.c (__attribute__): Likewise.
13727
13728 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13729
13730         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13731         reported by Andreas Schwab.
13732
13733 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13734             Bruno Haible  <bruno@clisp.org>
13735
13736         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13737         check for the declaration of strnlen and a run test that exposes the
13738         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13739         rpl_strndup.
13740
13741 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13742             Bruno Haible  <bruno@clisp.org>
13743
13744         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13745
13746 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13747
13748         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13749         compile test, for Tru64 4.0D.
13750
13751 2006-05-28  Karl Berry  <karl@gnu.org>
13752
13753         * config/srclist.txt (printf-args.c): lose sync.
13754
13755 2006-05-26  Martin Lambers  <marlam@marlam.de>
13756
13757         * lib/getpass.c: Updates the test for the native W32 API, and adds
13758         missing includes, thus fixing compilation warnings.
13759
13760 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13761
13762         * lib/exclude.c (exclude_fnmatch): New function.
13763         (excluded_file_name): Call exclude_fnmatch.
13764         * lib/exclude.h (excluded_file_name): New prototype
13765
13766 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * lib/tempname.c (small_open, large_open): New macros.
13769         (__open, __open64) [!_LIBC]: Remove.
13770         (__gen_tempname): Use small_open and large_open instead of __open
13771         and __open64.  This fixes a portability bug on HP-UX 11.11i
13772         reported by Simon Wing-Tang in
13773         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13774
13775 2006-05-24  Bruno Haible  <bruno@clisp.org>
13776
13777         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13778         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13779         Reported by Thorsten Maerz <torte@netztorte.de> via
13780         Aaron Stone <aaron@serendipity.cx>.
13781
13782 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13783
13784         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13785         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13786         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13787         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13788         not really conditional on the cache.
13789         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13790
13791 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13794         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13795         (my_usleep): Don't mishandle maximum value.
13796
13797 2006-05-19  Jim Meyering  <jim@meyering.net>
13798
13799         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13800
13801 2006-05-17  Bruno Haible  <bruno@clisp.org>
13802
13803         Cygwin portability.
13804         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13805
13806 2006-05-17  Bruno Haible  <bruno@clisp.org>
13807
13808         * lib/stdint_.h: Fix recognition of Cygwin.
13809
13810 2006-05-15  Bruno Haible  <bruno@clisp.org>
13811
13812         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13813         on libtool patch by Ralf Wildenhues.
13814
13815 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13816
13817         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13818         test for C99 conformance; (bool) 0.5 is an integer constant
13819         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13820         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13821
13822 2006-05-11  Simon Josefsson  <jas@extundo.com>
13823
13824         * m4/xvasprintf.m4: Fix obvious typo.
13825
13826 2006-05-11  Jim Meyering  <jim@meyering.net>
13827
13828         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13829         James Lemley.
13830
13831 2006-05-10  Simon Josefsson  <jas@extundo.com>
13832
13833         * lib/md4.c: Typo fix, update copyright years.
13834         (K1, K2): Don't use L because it turn computations into 64-bit on
13835         64-bit platforms.
13836
13837 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13838
13839         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13840         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13841         unwanted sign propagation, e.g., on hosts with 64-bit int.
13842         There still are some problems with reeelly weird theoretical hosts
13843         (e.g., 33-bit int) but it's not worth worrying about now.
13844         * lib/sha1.c (rol): Likewise.
13845         (K1, K2, K3, K4): Remove unnecessary L suffix.
13846
13847 2006-05-10  Bruno Haible  <bruno@clisp.org>
13848
13849         * lib/des.c: Cast to avoid warnings.
13850
13851 2006-05-09  Bruno Haible  <bruno@clisp.org>
13852
13853         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13854         (Depends-on): Depend also on xsize, stdarg.
13855         (configure.ac): Add gl_XVASPRINTF.
13856
13857 2006-05-09  Bruno Haible  <bruno@clisp.org>
13858
13859         * m4/xvasprintf.m4: New file.
13860
13861 2006-05-09  Bruno Haible  <bruno@clisp.org>
13862
13863         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13864         (EOVERFLOW): Define fallback value.
13865         (xstrcat): New function.
13866         (xvasprintf): Recognize the special case of a string concatenation.
13867
13868 2006-05-08  Eric Blake  <ebb9@byu.net>
13869
13870         * gnulib-tool (func_version): Base copyright year on CVS date.
13871         (func_emit_copyright_notice): New function.
13872         (func_emit_lib_Makefile_am): Use it.
13873         (func_emit_tests_Makefile_am): Likewise.
13874         (func_import): Likewise.
13875
13876 2006-05-08  Bruno Haible  <bruno@clisp.org>
13877
13878         * modules/stdarg: New file.
13879         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13880
13881 2006-05-08  Bruno Haible  <bruno@clisp.org>
13882
13883         * m4/stdarg.m4: New file, from GNU gettext.
13884
13885 2006-05-08  Bruno Haible  <bruno@clisp.org>
13886
13887         * config/srclist.txt (build-aux/config.rpath): different from latest
13888         release.
13889
13890 2006-05-08  Bruno Haible  <bruno@clisp.org>
13891
13892         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13893
13894 2006-05-05  Jim Meyering  <jim@meyering.net>
13895
13896         * m4/warning.m4: New file, derived from bison's file by the same name.
13897
13898 2006-05-03  Bruno Haible  <bruno@clisp.org>
13899
13900         * lib/stdint_.h: Shorter URL.
13901         * lib/inttypes.h: Likewise.
13902
13903 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13906
13907 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13908
13909         * lib/verify.h: Document the internals better.  Most of this change
13910         was written by Bruno Haible.
13911
13912 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         * doc/verify.texi: New file, partly based on a proposal by
13915         Bruno Haible.
13916
13917 2006-05-02  Bruno Haible  <bruno@clisp.org>
13918
13919         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13920         test from here...
13921         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13922
13923 2006-04-29  Bruno Haible  <bruno@clisp.org>
13924
13925         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13926         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13927
13928 2006-04-29  Bruno Haible  <bruno@clisp.org>
13929
13930         * gnulib-tool: Make --update option actually work.
13931
13932 2006-04-29  Bruno Haible  <bruno@clisp.org>
13933
13934         * doc/gcd.texi: New file.
13935         * doc/gnulib.texi: Include it.
13936
13937 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13938
13939         * lib/getdate.y (get_date): When adding relative date, start with the
13940         initial time, not with the result of the first mktime call.
13941
13942 2006-04-25  Bruno Haible  <bruno@clisp.org>
13943
13944         * gnulib-tool (func_import): Output the include directives in three
13945         blocks, sorted separately.
13946         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13947
13948 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13951         to define main with arguments, for C++.  Reported by Eric Blake.
13952         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13953         Prefer 'int main ()' to 'int main (void)', for C++.
13954         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13955         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13956         for 'main', for C99 and C++.
13957
13958 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13959
13960         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13961         Don't assume that exit status -1 is valid.
13962         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13963         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13964         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13965         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13966         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13967         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13968         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13969         functions can be used without declaring them, or that you can
13970         exit with status -1.
13971         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13972
13973 2006-04-24  Karl Berry  <karl@gnu.org>
13974
13975         * config/srclist.txt (longdouble.m4): sync lost.
13976
13977 2006-04-24  Eric Blake  <ebb9@byu.net>
13978
13979         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13980
13981 2006-04-24  Bruno Haible  <bruno@clisp.org>
13982
13983         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13984         poll() implementation in AIX.
13985         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13986
13987 2006-04-24  Bruno Haible  <bruno@clisp.org>
13988
13989         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
13990         assigned exactly once.
13991
13992 2006-04-23  Claudio Fontana  <claudio@gnu.org>
13993             Bruno Haible  <bruno@clisp.org>
13994
13995         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
13996         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
13997         for AM_CPPFLAGS.
13998
13999 2006-04-23  Bruno Haible  <bruno@clisp.org>
14000
14001         * modules/copy-file: Depend on unistd.
14002         * modules/execute: Likewise.
14003         * modules/fatal-signal: Likewise.
14004         * modules/findprog: Likewise.
14005         * modules/mkdtemp : Likewise.
14006         * modules/pipe: Likewise.
14007         * modules/wait-process: Likewise.
14008
14009 2006-04-23  Bruno Haible  <bruno@clisp.org>
14010
14011         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14012         condition was already detected.
14013         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14014
14015 2006-04-23  Bruno Haible  <bruno@clisp.org>
14016
14017         * lib/copy-file.c: Include <unistd.h> unconditionally.
14018         * lib/execute.c: Likewise.
14019         * lib/fatal-signal.c: Likewise.
14020         * lib/findprog.c: Likewise.
14021         * lib/mkdtemp.c: Likewise.
14022         * lib/pipe.h: Likewise.
14023         * lib/pipe.c: Likewise.
14024         * lib/wait-process.h: Likewise.
14025
14026 2006-04-23  Bruno Haible  <bruno@clisp.org>
14027
14028         * gnulib-tool (func_usage): Fix --import description. Document
14029         --update.
14030         (func_import): Create temporary file in a temporary directory, if
14031         --dry-run is specified. Silence errors from 'grep' when there are no
14032         m4 files in $m4dir.
14033         (func_create_testdir): Silence errors from 'grep' when there are no
14034         m4 files in $m4dir.
14035         Reported by Karl Berry <karl@freefriends.org>.
14036
14037 2006-04-20  Bruno Haible  <bruno@clisp.org>
14038
14039         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14040         one argument, so that the code will be portable to Autoconf 2.60.
14041         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14042         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14043         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14044
14045 2006-04-19  Derek Price  <derek@ximbiot.com>
14046             Eric Blake  <ebb9@byu.net>
14047
14048         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14049         rather than "/full/path.h".  Update comment to match.  Shorten &
14050         generalize m4_translit call via AS_TR_CPP.
14051
14052 2006-04-19  Derek Price  <derek@ximbiot.com>
14053             Eric Blake  <ebb9@byu.net>
14054
14055         * lib/inttypes.h: Correct grammar in comment.
14056
14057 2006-04-18  Derek Price  <derek@ximbiot.com>
14058             Paul Eggert  <eggert@cs.ucla.edu>
14059
14060         * modules/inttypes: New file.
14061         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14062
14063 2006-04-18  Derek Price  <derek@ximbiot.com>
14064             Paul Eggert  <eggert@cs.ucla.edu>
14065
14066         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14067         New files.
14068
14069 2006-04-18  Derek Price  <derek@ximbiot.com>
14070             Paul Eggert  <eggert@cs.ucla.edu>
14071
14072         * lib/inttypes.h: New file.
14073         * lib/strtoimax.c: Assume <inttypes.h>.
14074
14075 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14078         isn't mounted.  Problem reported by Kir Kolyshkin.
14079
14080 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14081
14082         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14083         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14084         Derek R. Price.
14085         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14086         implementation.
14087
14088 2006-04-12  Eric Blake  <ebb9@byu.net>
14089
14090         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14091         is now done automatically by the corresponding Autoconf macro.
14092
14093 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14094
14095         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14096         time_r.h.
14097
14098 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14099
14100         Merge regex changes from libc, removing some of our
14101         POSIX-conformance changes that were rejected and redoing them in a
14102         less-intrusive way.
14103
14104         * lib/regcomp.c (re_compile_internal, init_dfa):
14105         Length arg is now size_t, not Idx.  All uses changed.
14106         (peek_token): Forward decl now says internal_function.
14107         (__re_error_msgid, __re_error_msgid_idx):
14108         Now static rather than extern with attribute_hidden.
14109         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14110         For some reason libc prefers K&R style defns for external functions.
14111         (regerror) [!defined _LIBC]: Likewise.
14112         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14113         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14114         (build_range_exp, build_collating_symbol):
14115         Use K&R-style defn.
14116         (re_compile_fastmap): Use '\0' to memset, not 0.
14117         (utf8_sb_map): Make the calculations more obvious.
14118         (init_dfa, parse_bracket_exp, build_charclass_op):
14119         Call calloc and cast result, as glibc does.
14120         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14121         (build_range_exp, build_collating_symbol):
14122         Now internal functions.
14123
14124         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14125
14126         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14127         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14128         Don't depend on VMS; depend on __VMS instead, for POSIX
14129         namespace cleanness.
14130         (regoff_t): Define to ssize_t, not long int.
14131
14132         Remove the REG_ macros named below.  Instead, make the old names
14133         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14134         __USE_GNU_REGEX.
14135         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14136         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14137         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14138         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14139         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14140         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14141         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14142         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14143         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14144         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14145         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14146         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14147         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14148         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14149         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14150         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14151         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14152         (REG_NREGS):
14153         Remove.  All uses replaced by the old RE_* names.
14154         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14155         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14156         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14157         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14158         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14159         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14160         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14161         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14162         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14163         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14164         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14165         Don't bother having these macros be independent of each others'
14166         values, since they no longer exist in the POSIX name space.
14167
14168         Rename the following member names back to their old names,
14169         unless !__USE_GNU_REGEX.  All uses changed back.
14170         (buffer): Renamed from re_buffer.
14171         (allocated): Renamed from re_allocated.
14172         (used): Renamed from re_used.
14173         (syntax): Renamed from re_syntax.
14174         (fastmap): Renamed from re_fastmap.
14175         (translate): Renamed from re_translate.
14176         (can_be_null): Renamed from re_can_be_null.
14177         (regs_allocated): Renamed from re_regs_allocated.
14178         (fastmap_accurate): Renamed from re_fastmap_accurate.
14179         (no_sub): Renamed from re_no_sub.
14180         (not_bol): Renamed from re_not_bol.
14181         (not_eol): Renamed from re_not_eol.
14182         (newline_anchor): Renamed from re_newline_anchor.
14183         (num_regs): Renamed from rm_num_regs.
14184         (start): Renamed from rm_start.
14185         (end): Renamed from rm_end.
14186
14187         (free_state): Move up a bit.
14188
14189         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14190         #define to be empty.
14191         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14192         when that is what is intended.
14193         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14194         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14195         (MAX): New macro.
14196         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14197         All uses changed back to re_malloc, etc.  It's now the caller's
14198         responsibility to check for overflow; all callers changed.
14199         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14200         (re_x2nrealloc): Remove.
14201         (free_state): Remove decl.
14202
14203         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14204         (re_set_registers, re_exec):
14205         Use K&R-style defn.
14206
14207         2006-01-31  Roland McGrath  <roland@redhat.com>
14208
14209         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14210         Reported by Mike Frysinger <vapier@gentoo.org>.
14211
14212         2006-01-15  Andreas Jaeger  <aj@suse.de>
14213
14214         [BZ #1950]
14215         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14216         build_wcs_upper_buffer change.
14217         (build_wcs_upper_buffer): Change return type.
14218
14219         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14220
14221         * lib/regex_internal.h: Include <stdint.h> if available.
14222
14223         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14224
14225         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14226
14227         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14228
14229         * lib/regcomp.c: Adjust for changed secondary hash function.
14230
14231         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14232
14233         * lib/regex.h: Pretty printing.
14234         Clean up namespace a bit.
14235
14236         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14237
14238         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14239         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14240
14241         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14242                     Ulrich Drepper  <drepper@redhat.com>
14243
14244         [BZ #1302]
14245         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14246         changed.
14247         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14248
14249         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14250
14251         [BZ #281]
14252         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14253         * lib/regcomp.c: Remove unnecessary uses of
14254         unsigned RE_TRANSLATE_TYPE.
14255         * lib/regex_internal.h: Likewise.
14256         * lib/regex_internal.c: Likewise.
14257         * lib/regexec.c: Likewise.
14258         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14259
14260         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14261
14262         * lib/regexec.c (find_recover_state): Remove unnecessary
14263         initialization.
14264         (transit_state_bkref): Make DFA a const pointer.
14265         (get_subexp): Likewise.
14266         (check_arrival): Likewise.
14267         (update_cur_sifted_state): Likewise.
14268         (re_search_internal): Likewise.
14269         (prune_impossible_nodes): Likewise.
14270         (acquire_init_state_context): Likewise.
14271         (proceed_next_node): Likewise.
14272         (set_regs): Likewise.
14273         (free_fail_stack_return): Likewise.
14274         (check_arrival_expand_ecl): Mark DFA parameter as const.
14275         (check_arrival_expand_ecl_sub): Likewise.
14276         (check_subexp_limits): Likewise.
14277         (sub_epsilon_src_nodes):  Likewise.
14278         (add_epsilon_src_nodes):  Likewise.
14279         (merge_state_array): Likewise.
14280         (update_regs): Likewise.
14281         (build_trtable): Likewise.
14282         (sift_states_backward): Mark MCTX parameter as const.
14283         (build_sifted_states): Likewise.
14284         (update_cur_sifted_state): Likewise.
14285         (sift_states_mkref): Likewise.
14286         (check_arrival_expand_ecl): Mark eclosure as const.
14287         (check_dst_limits_calc_pos_1): Likewise.
14288         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14289         pointer.
14290
14291         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14292
14293         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14294         (transit_state_sb): Likewise.
14295         (transit_state_mb): Likewise.
14296         (sift_states_iter_mb): Likewise.
14297         (check_arrival_add_next_nodes): Likewise.
14298         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14299         [_LIBC] (re_search_2_stub): Use mempcpy.
14300
14301         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14302         mbrtowc for very simple UTF-8 case.
14303
14304         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14305         a pointer-to-const.
14306         (re_acquire_state_context): Likewise.
14307         * lib/regex_internal.h: Adjust prototypes.
14308
14309         * lib/regex.c: Prevent using C++ compilers.
14310
14311         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14312         (re_acquire_state_context): Likewise.
14313
14314 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14315
14316         * modules/regex (Depends-on): Add ssize_t.
14317
14318 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14319
14320         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14321         translation table.
14322
14323 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14326
14327 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14328             Bruno Haible  <bruno@clisp.org>
14329
14330         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14331         <sys/types.h> and <inttypes.h>.
14332
14333 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14334
14335         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14336         `__error_t_defined', so argp.h will not typedef the former.
14337
14338 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14341         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14342         glibc names.  Even if glibc is changed to conform to POSIX, the
14343         traditional names will be available anyway, since regex depends on
14344         the extensions module.  Also, fix a longstanding typo in the
14345         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14346         reported by Emanuele Giaquinta.  Also, change sense of cached
14347         variable, so that the message makes sense.
14348
14349 2006-03-24  Simon Josefsson  <jas@extundo.com>
14350
14351         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14352         including some doc fixes.
14353         (base64_encode_alloc): Fix +1 bug on allocation failures.
14354
14355 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14356
14357         * lib/base64.c (base64_encode): Do not read past end of array with
14358         unsanitized input on systems with CHAR_BIT > 8.
14359
14360 2006-03-24  Eric Blake  <ebb9@byu.net>
14361
14362         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14363
14364 2006-03-22  Karl Berry  <karl@gnu.org>
14365
14366         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14367         * config/srclistvars.sh (COREUTILS): new var.
14368
14369 2006-03-17  Jim Meyering  <jim@meyering.net>
14370
14371         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14372         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14373
14374 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14375
14376         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14377         no longer needs it.  Instead, check that regoff_t is as least
14378         as wide as ptrdiff_t.
14379
14380         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14381         so that our regex.h stays compatible with the installed regex.
14382         This is helpful for installers who configure --without-included-regex.
14383         Problem reported by Emanuele Giaquinta.
14384
14385 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14388         Typedef to long int, not to off_, as POSIX will likely change
14389         in that direction.
14390
14391 2006-03-15  Eric Blake  <ebb9@byu.net>
14392
14393         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14394
14395 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14396
14397         * lib/argp-help.c (validate_uparams): Fix typo
14398         * lib/argp-parse.c (argp_default_options): Consistently begin help
14399         messages with a lowercase letter.
14400
14401 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14402
14403         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14404         overrun buffers and shouldn't be used (much as gets shouldn't be
14405         used).
14406         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14407
14408 2006-03-08  Simon Josefsson  <jas@extundo.com>
14409
14410         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14411         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14412
14413 2006-03-08  Simon Josefsson  <jas@extundo.com>
14414
14415         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14416         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14417
14418 2006-03-08  Simon Josefsson  <jas@extundo.com>
14419
14420         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14421         signal that configure disabled the device.
14422
14423 2006-03-08  Simon Josefsson  <jas@extundo.com>
14424
14425         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14426         languages.
14427
14428 2006-03-07  Simon Josefsson  <jas@extundo.com>
14429
14430         * modules/getopt (Depends-on): Add unistd.
14431
14432         * modules/unistd: New file.
14433
14434 2006-03-07  Simon Josefsson  <jas@extundo.com>
14435
14436         * modules/gc-random: New file.
14437
14438 2006-03-07  Simon Josefsson  <jas@extundo.com>
14439
14440         * m4/unistd_h.m4: New file.
14441
14442 2006-03-07  Simon Josefsson  <jas@extundo.com>
14443
14444         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14445         test to be side-effect free by storing the result in the cache
14446         variable gl_cv_lib_readline, and moving the assignment of
14447         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14448         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14449
14450 2006-03-07  Simon Josefsson  <jas@extundo.com>
14451
14452         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14453         error on missing devices (the functions will return an error).
14454
14455         * m4/gc.m4: Move random stuff to gc-random.m4
14456
14457 2006-03-07  Simon Josefsson  <jas@extundo.com>
14458
14459         * lib/unistd_.h: New file.
14460
14461 2006-03-07  Simon Josefsson  <jas@extundo.com>
14462
14463         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14464
14465 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14468         Problem reported by Juan Manuel Guerrero.
14469
14470 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14473         the unistd module.
14474         * lib/getlogin_r.c: Likewise.
14475         * lib/getlogin_r.h: Likewise.
14476         * lib/glob.c: Likewise.
14477         * lib/pagealign_alloc.c: Likewise.
14478         * lib/unistd_.h: Remove; no longer needed.
14479
14480 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14483         Add unistd.
14484         * modules/c-stack (Depends-on): Add unistd.
14485         * modules/getlogin_r: Likewise.
14486         * modules/glob: Likewise.
14487         * modules/pagealign_alloc: Likewise.
14488         * modules/unistd (Files): Remove lib/unistd_.h.
14489         (EXTRA_DIST): Remove.
14490         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14491         need unistd_.h.
14492         (MOSTLYCLEANFILES): Remove unistd.h-t.
14493
14494 2006-03-03  Simon Josefsson  <jas@extundo.com>
14495
14496         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14497
14498 2006-03-03  Simon Josefsson  <jas@extundo.com>
14499
14500         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14501         libidn and bison.
14502
14503 2006-03-03  Simon Josefsson  <jas@extundo.com>
14504
14505         * build-aux/maint.mk: Add indent target.
14506
14507 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14508
14509         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14510         our replacement poll.h in any case, to avoid a differing
14511         declaration from a system header.  Seen on AIX.
14512
14513 2006-03-01  Simon Josefsson  <jas@extundo.com>
14514
14515         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14516         <kasal@ucw.cz>.
14517
14518 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14519
14520         * modules/gettime (Depends-on): Add extensions module.
14521         * modules/nanosleep (Depends-on): Likewise.
14522         * modules/settime (Depends-on): Likewise.
14523
14524 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14527         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14528         pedantically.
14529         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14530         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14531
14532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14533         not "==".  Reported by Ralf Wildenhues.
14534
14535 2006-03-01  Karl Berry  <karl@gnu.org>
14536
14537         * doc/Copyright/request-*: new files, synced from gnuorg.
14538
14539 2006-03-01  Karl Berry  <karl@gnu.org>
14540
14541         * config/srclist.txt (Copyright/*): new entries.
14542
14543 2006-02-28  Simon Josefsson  <jas@extundo.com>
14544
14545         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14546
14547 2006-02-27  Simon Josefsson  <jas@extundo.com>
14548
14549         * lib/base64.h: Indent #define's.  From Jim Meyering
14550         <jim@meyering.net>.
14551
14552 2006-02-27  Jim Meyering  <jim@meyering.net>
14553
14554         Revert the change of 2006-02-24, so these files can continue
14555         to be sync'd from gettext.
14556         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14557         of `config.h'.
14558
14559 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * modules/intprops: New file.
14562         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14563         Add intprops.
14564         * modules/getloadavg (Files): Remove lib/intprops.h.
14565         (Depends-on): Add intprops.
14566         * modules/human: Likewise.
14567         * modules/inttostr: Likewise.
14568         * modules/openat: Likewise.
14569         * modules/sig2str: Likewise.
14570         * modules/userspec: Likewise.
14571         * modules/utimecmp: Likewise.
14572         * modules/xnanosleep: Likewise.
14573         * modules/xstrtol: Likewise.
14574
14575 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14576
14577         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14578         * modules/lock-tests (TESTS): Use $(EXEEXT).
14579         * modules/tls-tests: Likewise.
14580         * modules/argp-tests: Likewise.
14581         (check_PROGRAMS): New var, replacing...
14582         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14583
14584 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14585
14586         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14587         `config.h'.
14588
14589 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14590
14591         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14592
14593 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14594
14595         Sync from coreutils.
14596         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14597         gl_CHDIR_SAFER.
14598
14599 2006-02-22  Jim Meyering  <jim@meyering.net>
14600
14601         Sync from coreutils.
14602         * m4/chdir-safer.m4: New file.
14603
14604 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14607         AT_FDCWD exceeds INT_MAX.
14608         * lib/openat.h (AT_FDCWD): Likewise.
14609
14610 2006-02-17  Eric Blake  <address@hidden>
14611
14612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14613
14614 2006-02-16  Simon Josefsson  <jas@extundo.com>
14615
14616         * modules/getaddrinfo (Depends-on): Add sys_socket.
14617
14618 2006-02-15  Simon Josefsson  <jas@extundo.com>
14619
14620         * build-aux/maint.mk: Add dsyntax-check rule.
14621
14622 2006-02-15  Eric Blake  <ebb9@byu.net>
14623
14624         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14625         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14626         'present but cannot compile' warnings on cygwin.
14627         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14628         use ws2tcpip.h if sys/socket.h works.
14629         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14630         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14631
14632 2006-02-14  Simon Josefsson  <jas@extundo.com>
14633
14634         * modules/maintainer-makefile (Files): Rename.
14635
14636         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14637         and (the local) Makefile.cfg to maint-cfg.mk.
14638
14639         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14640         to the latter.
14641
14642         * modules/maintainer-makefile: New module.
14643
14644         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14645         severaly stripped to make it possible to build it up from scratch
14646         with reliable tests.
14647
14648         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14649         fixes to permit overriding the default actions when configure and
14650         makefile are not available.
14651
14652 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14653
14654         Sync from coreutils.
14655         * modules/lstat (Depends-on): Don't depend on xalloc.
14656         (License): Change from GPL to LGPL, since this is now simply a
14657         replacement for a libc function.
14658
14659 2006-02-14  Jim Meyering  <jim@meyering.net>
14660
14661         Sync from coreutils.
14662
14663         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14664         failure on deficient systems, and simplify gnulib lgpl dependencies.
14665         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14666         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14667
14668         * lib/xalloc-die.c: Remove unused definition of N_.
14669
14670 2006-02-14  Jim Meyering  <jim@meyering.net>
14671
14672         Sync from coreutils.
14673         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14674         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14675         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14676         double-quote uses of that variable, to accommodate the rare case in
14677         which getmntent is available in none of the libraries checked.  This
14678         happens at least on FreeBSD 5.0.
14679
14680 2006-02-13  Simon Josefsson  <jas@extundo.com>
14681
14682         * gnulib-tool (Usage): Fix --import, from
14683         karl@freefriends.org (Karl Berry).
14684
14685 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14686
14687         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14688
14689 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14690
14691         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14692         "autoupdate" on 2005-12-12.
14693
14694 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14695
14696         * modules/closeout (Depends-on): Remove atexit.
14697
14698 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14699
14700         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14701         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14702
14703 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14704
14705         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14706         __EXTENSIONS__ if this causes compilation to fail.  Problem
14707         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14708         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14709
14710 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14713         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14714         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14715         All uses changed.
14716
14717 2006-01-26  Simon Josefsson  <jas@extundo.com>
14718
14719         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14720         prototype is visible on mingw32.
14721
14722         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14723         for mingw32.
14724
14725         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14726         mingw32).
14727
14728 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14729
14730         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14731         attempt to open for write; this always fails, at least on POSIX
14732         hosts.  This reinstates the 2006-01-09 change, which was
14733         inadvertently removed.
14734
14735 2006-01-26  Bruno Haible  <bruno@clisp.org>
14736
14737         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14738         Reported by Paul Eggert.
14739
14740 2006-01-26  Bruno Haible  <bruno@clisp.org>
14741             Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         * lib/stdbool_.h (_Bool)
14744         [(! (defined __cplusplus || defined __BEOS__)
14745           && !defined __GNUC__
14746           && !(defined __HP_cc || defined __xlc__
14747                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14748                || defined __sgi))]:
14749         #define to signed char in these cases too; this simplifies
14750         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14751         etc., separately) and makes it more conservative.
14752
14753 2006-01-25  Simon Josefsson  <jas@extundo.com>
14754
14755         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14756         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14757         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14758
14759 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14760
14761         * lib/argp-namefrob.h: Bugfix. Remove stray #
14762
14763 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14766         so that we test the test.
14767         Check for yet another HP-UX cc bug involving *bool |= bool.
14768
14769 2006-01-25  Karl Berry  <karl@gnu.org>
14770
14771         * config/srclist.txt (vasnprintf.c): sync lost.
14772
14773 2006-01-25  Jim Meyering  <jim@meyering.net>
14774
14775         Sync from the stable (b5) branch of coreutils:
14776
14777         * lib/fts.c (fts_children): Don't let close() clobber errno from
14778         failed fchdir().
14779
14780         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14781         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14782         a dangling symlink.  That can also happen at least for ELOOP.
14783         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14784         FYI, this bug predates the inclusion of fts.c in coreutils.
14785
14786         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14787         in their own block, so pre-c99 compilers don't object.
14788
14789         Avoid the double-free (first in fts_read, second in fts_close) that
14790         would occur when an `active' directory is made inaccessible (e.g.,
14791         via chmod a-x) during a traversal.
14792         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14793         before returning.  Reproduce this failure by
14794         mkdir -p a/b; cd a; chmod a-x . b
14795         Reported by Stavros Passas.
14796
14797 2006-01-25  Jim Meyering  <jim@meyering.net>
14798
14799         * lib/fileblocks.c: Remove more useless parentheses.
14800         * lib/readutmp.h: Likewise.
14801
14802 2006-01-25  Bruno Haible  <bruno@clisp.org>
14803
14804         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14805         warnings.
14806         Reported by Paul Eggert.
14807
14808 2006-01-25  Bruno Haible  <bruno@clisp.org>
14809
14810         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14811         rid of a trap command. For Solaris sh.
14812         Reported by Mark D. Baushke <mdb@gnu.org>.
14813
14814 2006-01-24  Simon Josefsson  <jas@extundo.com>
14815
14816         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14817         Bruno.
14818
14819 2006-01-24  Karl Berry  <karl@gnu.org>
14820
14821         * config/srclist.txt (argp-namefrob.h): sync lost.
14822
14823 2006-01-24  Jim Meyering  <jim@meyering.net>
14824
14825         * modules/openat (Files): Add lib/intprops.h.
14826         From Mark D. Baushke.
14827
14828 2006-01-24  Jim Meyering  <jim@meyering.net>
14829
14830         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14831         Reported by Mark D. Baushke.
14832
14833 2006-01-24  Jim Meyering  <jim@meyering.net>
14834
14835         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14836
14837 2006-01-24  Bruno Haible  <bruno@clisp.org>
14838
14839         * modules/strnlen (Maintainer): Change from glibc to all.
14840
14841 2006-01-24  Bruno Haible  <bruno@clisp.org>
14842
14843         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14844         Patch by Paul Eggert.
14845
14846 2006-01-24  Bruno Haible  <bruno@clisp.org>
14847
14848         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14849         already has it.
14850         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14851         2005-11-26.
14852
14853         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14854         'signed char' to avoid problems with the built-in _Bool type.
14855         Reported by Paul Eggert on 2005-11-26.
14856
14857 2006-01-24  Bruno Haible  <bruno@clisp.org>
14858
14859         * gnulib-tool (func_import): Avoid constructing complicated sed
14860         expressions inside backquote.
14861         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14862
14863 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14864
14865         These changes imported from libc.
14866         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14867         test and two separate function calls.
14868         * lib/strndup.c (__strndup): Add libc_hidden_def.
14869
14870 2006-01-23  Simon Josefsson  <jas@extundo.com>
14871
14872         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14873         Remove the test_*_SOURCES variable: automake infers it by default.
14874         * modules/tls-tests: Likewise.
14875
14876 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         Work around porting bugs reported by Dieter in
14879         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14880         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14881         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14882         Include "getopt.h" first, to check interface.
14883         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14884         !HAVE_DECL_GETENV.
14885         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14886         (__strndup): Revert to K&R-style function dfns, the glibc style.
14887         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14888         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14889         Include strnlen.h first, to get prototype properly.
14890         (strnlen): Renamed from __strnlen.
14891         Remove weak alias.
14892
14893 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14894
14895         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14896
14897 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14898
14899         * config/srclist.txt: Adjust to reflect glibc reorganization.
14900         This affects only comments.
14901
14902 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14903
14904          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14905          Reported by Bruce Korb <bkorb@gnu.org>.
14906
14907 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14908
14909         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14910         to pacify gcc -Wswitch-default.
14911
14912 2006-01-22  Bruno Haible  <bruno@clisp.org>
14913
14914         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14915         temporary buffer for sprintf, take into account the precision also
14916         for 'd', 'i', 'u', 'o', 'x', 'X'.
14917
14918 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14919
14920         * modules/argp-tests: New module
14921         * tests/test-argp.c: New file
14922         * tests/test-argp-2.sh: New file
14923
14924 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14925
14926         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14927         (__argp_base_name): Removed
14928         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14929         typo.
14930         (__argp_base_name): Provide macro definition or extern declaration
14931         depending on the configuration
14932
14933 2006-01-20  Simon Josefsson  <jas@extundo.com>
14934
14935         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14936
14937 2006-01-20  Simon Josefsson  <jas@extundo.com>
14938
14939         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14940
14941 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14942
14943         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14944         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14945         Suggested by Bruno Haible.
14946
14947 2006-01-20  Karl Berry  <karl@gnu.org>
14948
14949         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14950         until changes propagate, I guess.
14951
14952 2006-01-19  Simon Josefsson  <jas@extundo.com>
14953
14954         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14955
14956 2006-01-19  Simon Josefsson  <jas@extundo.com>
14957
14958         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14959
14960 2006-01-19  Simon Josefsson  <jas@extundo.com>
14961
14962         * gnulib-tool: Set check_PROGRAMS.
14963
14964         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14965         modules/des-tests, modules/gc-arcfour-tests,
14966         modules/gc-arctwo-tests, modules/gc-des-tests,
14967         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14968         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14969         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14970         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14971         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14972         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14973         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14974         test_*_SOURCES.
14975
14976 2006-01-18  Simon Josefsson  <jas@extundo.com>
14977
14978         * modules/socklen (Depends-on): Depend on sys_socket.
14979
14980 2006-01-18  Simon Josefsson  <jas@extundo.com>
14981
14982         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14983         modules/des-tests, modules/gc-arcfour-tests,
14984         modules/gc-arctwo-tests, modules/gc-des-tests,
14985         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14986         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14987         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14988         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14989         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14990         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
14991         $(EXEEXT) to automake TESTS variable, for mingw32.
14992
14993 2006-01-17  Simon Josefsson  <jas@extundo.com>
14994
14995         * modules/socklen (Include): Need sys/socket.h.
14996
14997 2006-01-17  Bruno Haible  <bruno@clisp.org>
14998
14999         * modules/ssize_t (Include): Add <sys/types.h>.
15000
15001 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15002
15003         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15004         it's not portable and it doesn't work with cross-compiles.
15005         Problem reported by Bruno Haible.  Fix missing-$ typo in
15006         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15007         -zignore from being used with Sun's C compiler.
15008
15009 2006-01-12  Simon Josefsson  <jas@extundo.com>
15010
15011         * lib/base64.c: Fix warning, reported by Bruno Haible
15012         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15013
15014 2006-01-12  Bruno Haible  <bruno@clisp.org>
15015
15016         * modules/ldd: New file.
15017         * build-aux/ldd.sh.in: New file.
15018         * MODULES.html.sh (Support for building libraries and executables): Add
15019         ldd.
15020
15021 2006-01-12  Bruno Haible  <bruno@clisp.org>
15022
15023         * m4/ldd.m4: New file.
15024
15025 2006-01-12  Bruno Haible  <bruno@clisp.org>
15026
15027         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15028         endless loop while replacing $auxdir with build-aux.
15029
15030 2006-01-11  Simon Josefsson  <jas@extundo.com>
15031
15032         * lib/stdint_.h (SIZE_MAX): Add missing (.
15033
15034 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         Sync from coreutils.
15037         * lib/md5.c: Fix commentary typos.
15038         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15039         * lib/md5.h (__attribute__): Remove; unused.
15040         * lib/sha1.c: Fix commentary to match md5 better.
15041         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15042         so that we don't need to worry about alignment.  All uses changed.
15043         This merges the 2005-10-28 md5 change into sha1.
15044
15045 2006-01-11  Jim Meyering  <jim@meyering.net>
15046
15047         Sync from coreutils.
15048         * lib/md5.c (OP): Fix spacing.
15049
15050 2006-01-11  Bruno Haible  <bruno@clisp.org>
15051
15052         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15053         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15054         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15055
15056 2006-01-11  Bruno Haible  <bruno@clisp.org>
15057
15058         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15059         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15060         the "early" section as well.
15061
15062 2006-01-11  Bruno Haible  <bruno@clisp.org>
15063
15064         Avoid "ar: no archive members specified" error on MacOS X.
15065         * gnulib-tool (func_modules_add_dummy): New function.
15066         (func_import, func_create_testdir): Invoke it.
15067
15068 2006-01-11  Bruno Haible  <bruno@clisp.org>
15069
15070         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15071         with $auxdir in AC_CONFIG_FILES statements.
15072
15073 2006-01-11  Bruno Haible  <bruno@clisp.org>
15074
15075         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15076         Initialize also noinst_HEADERS to empty.
15077
15078 2006-01-11  Bruno Haible  <bruno@clisp.org>
15079
15080         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15081         variables.
15082         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15083         autoreconf.
15084
15085 2006-01-11  Bruno Haible  <bruno@clisp.org>
15086
15087         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15088         overridable by the user.
15089         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15090
15091 2006-01-10  Simon Josefsson  <jas@extundo.com>
15092
15093         * modules/sys_socket: New file.
15094
15095 2006-01-10  Simon Josefsson  <jas@extundo.com>
15096
15097         * m4/sys_socket_h.m4: New file.
15098
15099 2006-01-10  Simon Josefsson  <jas@extundo.com>
15100
15101         * lib/socket_.h: New file.
15102
15103 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         * modules/readutmp (Maintainer): Add myself.
15106
15107 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15110         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15111         People who are still concerned with buggy memcmp implementations
15112         can invoke gl_FUNC_MEMCMP themselves.
15113
15114 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15115
15116         * lib/regex_internal.h (BITSET_WORD_BITS):
15117         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15118         preprocessor mishandles large unsigned values as if they were signed.
15119         Problem reported by Claudio Fontana in
15120         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15121
15122 2006-01-10  Jim Meyering  <jim@meyering.net>
15123
15124         Avoid the double-free (first in fts_read, second in fts_close) that
15125         would occur when an `active' directory is made inaccessible (e.g.,
15126         via chmod a-x) during a traversal.
15127         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15128         before returning.  Reproduce this failure by
15129         mkdir -p a/b; cd a; chmod a-x . b
15130         Reported by Stavros Passas.
15131
15132         Sync from coreutils.
15133         * lib/sha1.c: Tweak grammar in a comment.
15134
15135 2006-01-10  Jim Meyering  <jim@meyering.net>
15136
15137         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15138         Patch by Joerg Sonnenberger.
15139
15140 2006-01-10  Bruno Haible  <bruno@clisp.org>
15141
15142         * modules/readutmp: Depend on module free.
15143         * modules/strtok_r: Depend on module restrict.
15144
15145 2006-01-10  Bruno Haible  <bruno@clisp.org>
15146
15147         * modules/gettext (configure.ac): Add an invocation of
15148         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15149
15150 2006-01-10  Bruno Haible  <bruno@clisp.org>
15151
15152         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15153         Reported by Werner Lemberg <wl@gnu.org>.
15154
15155 2006-01-10  Bruno Haible  <bruno@clisp.org>
15156
15157         * lib/localcharset.c: Update from GNU gettext.
15158
15159 2006-01-10  Bruno Haible  <bruno@clisp.org>
15160
15161         * lib/argp.h (__const): Remove macro. Use const instead.
15162         * lib/argp-fmtstream.h (__const): Likewise.
15163         * lib/glob_.h (__const): Remove macro.
15164         * lib/glob-libc.h: Use const instead of __const.
15165
15166 2006-01-10  Bruno Haible  <bruno@clisp.org>
15167
15168         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15169         variable.
15170         Needed to avoid an automake error regarding the 'gettext' module.
15171
15172 2006-01-09  Simon Josefsson  <jas@extundo.com>
15173
15174         * modules/inet_ntop (Depends-on): Add restrict.
15175
15176 2006-01-09  Simon Josefsson  <jas@extundo.com>
15177
15178         * modules/gc-rijndael-tests (License): Put under LGPL.
15179
15180         * modules/gc-des-tests (License): Likewise.
15181
15182         * modules/gc-arcfour-tests (License): Likewise.
15183
15184         * modules/gc-arctwo-tests (License): Likewise.
15185
15186         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15187
15188         * modules/gc-hmac-sha1-tests (Files): Likewise.
15189
15190         * modules/gc-hmac-md5-tests (License): Likewise.
15191
15192         * modules/gc-sha1-tests (License): Likewise.
15193
15194         * modules/gc-md5-tests (License): Likewise.
15195
15196         * modules/gc-md4-tests (License): Likewise.
15197
15198         * modules/gc-md2-tests (License): Likewise.
15199
15200         * modules/gc-tests (License): Likewise.
15201
15202         * modules/des-tests (License): Likewise.
15203
15204         * modules/md4-tests (License): Likewise.
15205
15206         * modules/md2-tests (License): Likewise.
15207
15208 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         Sync from coreutils:
15211
15212         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15213         * modules/lib-ignore: New file.
15214         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15215         chdir-safer.m4, lchmod.m4.
15216         * modules/openat: Add mkdirat.c, openat-priv.h.
15217
15218 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         Sync from coreutils.
15221         * m4/lib-ignore.m4: New file.
15222         * m4/lchmod.m4: New file.
15223
15224 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15225
15226         Sync from coreutils.
15227         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15228         for write access: POSIX says that must fail.
15229         * lib/fts.c (diropen): Likewise.
15230         * lib/save-cwd.c (save_cwd): Likewise.
15231         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15232         well, for minor improvements on hosts that lack O_DIRECTORY.
15233         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15234         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15235         Fall back on chown if open failed with EACCES.
15236
15237         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15238         Report an error at compile-time if only a 1-second nominal clock
15239         resolution is found.
15240
15241         * lib/lchmod.h: New file.
15242         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15243         (make_dir_parents): Use lchown rather than chown, and
15244         lchmod rather than chmod.
15245
15246         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15247         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15248         "proc" reported by n0dalus.
15249
15250         * lib/mountlist.c: Include <limits.h>.
15251         (dev_from_mount_options)
15252         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15253         New function.  It no longer assumes "dev=" has the System V meaning
15254         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15255         (read_file_system_list)
15256         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15257         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15258         dev= in that case.
15259
15260         * lib/posixtm.h (PDS_PRE_2000): New macro.
15261         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15262         allow_century.  All usages changed.  Reject dates outside the range
15263         1969-1999 if PDS_PRE_2000 is used.
15264
15265 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15266
15267         Sync from coreutils.
15268         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15269         (Time of day items): Mention the possibility of leap seconds.
15270         Problem reported by Dr. David Alan Gilbert.
15271
15272 2006-01-09  Jim Meyering  <jim@meyering.net>
15273
15274         Sync from coreutils.
15275
15276         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15277
15278         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15279
15280         * lib/modechange.c (mode_compile): Reject an invalid mode string
15281         that starts with an octal digit.  From Andreas Gruenbacher.
15282
15283         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15284         and dup to open_safer and dup_safer, respectively.
15285         (openat_permissive): Fix typo in comment.
15286
15287         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15288         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15289         (_): Remove; no longer needed.
15290         (openat): Renamed from rpl_openat; no need for rpl_openat
15291         since openat.h renames openat for us.
15292         Replace most of the body with a call to openat_permissive,
15293         to avoid duplicate code.
15294         Port to (probably hypothetical) environments were mode_t is
15295         wider than int.
15296         (openat_permissive): Require mode arg, so that we can check
15297         types better.  Put it just after flags.  Change cwd failure
15298         indicator from pointer-to-bool to pointer-to-errno-value.
15299         All callers changed.
15300         Invoke openat_save_fail and/or openat_restore_fail if
15301         cwd_errno is null, so that openat can call us.
15302         (openat_permissive, fdopendir, fstatat, unlinkat):
15303         Simplify errno handling to avoid some duplicate code,
15304         as it's OK to set errno on success.
15305         * lib/openat.h: Revamp code so that function macros depend on
15306         __OPENAT_PREFIX only, not also on AT_FDCWD.
15307         (openat_ro): Remove.  Caller changed to use openat_permissive.
15308         (openat_permissive): Now a macro, if not a function.
15309         (openat_restore_fail, openat_save_fail): Now always functions,
15310         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15311
15312         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15313         and openat.c.
15314         * lib/mkdirat.c: Include openat-priv.h.
15315         Remove definitions of macros defined therein.
15316         * lib/openat.c: Likewise.
15317
15318         * lib/mkdirat.c (mkdirat): New file and function.
15319         * lib/openat.h (mkdirat): Declare.
15320
15321         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15322
15323         * lib/openat.h (openat_permissive): Declare.
15324         (openat_ro): Define.
15325
15326         * lib/openat.c (EXPECTED_ERRNO): New macro.
15327         (openat_permissive): New function -- used in remove.c rewrite.
15328         (all functions): Set errno just before returning, only if there
15329         was an actual failure.
15330         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15331
15332         Emulate openat-family functions using Linux's procfs, if possible.
15333         Idea and some code based on Ulrich Drepper's glibc changes.
15334
15335         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15336         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15337         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15338         before falling back on save_cwd and restore_cwd.
15339         (fdopendir, fstatat, unlinkat): Likewise.
15340
15341         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15342         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15343
15344         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15345         as second argument to va_arg.  Otherwise, some versions of gcc
15346         warn that `if this code is reached, the program will abort'.
15347
15348 2006-01-09  Jim Meyering  <jim@meyering.net>
15349
15350         Sync from coreutils.
15351         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15352         Require openat-priv.h.
15353
15354 2006-01-09  Bruno Haible  <bruno@clisp.org>
15355
15356         * modules/strnlen (Include): Use strnlen.h.
15357
15358 2006-01-09  Bruno Haible  <bruno@clisp.org>
15359
15360         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15361
15362 2006-01-09  Bruno Haible  <bruno@clisp.org>
15363
15364         * lib/sysexit_.h (EX_OK): New macro.
15365         Suggested by Martin Lambers <marlam@marlam.de>.
15366
15367 2006-01-09  Bruno Haible  <bruno@clisp.org>
15368
15369         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15370         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15371
15372 2006-01-09  Bruno Haible  <bruno@clisp.org>
15373
15374         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15375         numbers.
15376
15377 2006-01-09  Bruno Haible  <bruno@clisp.org>
15378
15379         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15380         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15381         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15382         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15383
15384 2006-01-09  Bruno Haible  <bruno@clisp.org>
15385
15386         * build-aux/javacomp.sh.in: New file, moved from lib/.
15387         * modules/javacomp-script (Files): Update.
15388         (configure.ac): Add AC_CONFIG_FILES invocation.
15389         (EXTRA_DIST): Remove variable.
15390
15391         * build-aux/javaexec.sh.in: New file, moved from lib/.
15392         * modules/javaexec (Files): Update.
15393         (configure.ac): Add AC_CONFIG_FILES invocation.
15394         (EXTRA_DIST): Remove javaexec.sh.in.
15395
15396         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15397         * modules/csharpcomp-script (Files): Update.
15398         (configure.ac): Add AC_CONFIG_FILES invocation.
15399         (EXTRA_DIST): Remove variable.
15400
15401         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15402         * modules/csharpexec (Files): Update.
15403         (configure.ac): Add AC_CONFIG_FILES invocation.
15404         (EXTRA_DIST): Remove csharpexec.sh.in.
15405
15406 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15407
15408         Sync from coreutils.
15409
15410         Add POSIX ACL support
15411         * lib/acl.h (copy_acl, set_acl): Add declarations.
15412         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15413         systems other than Linux.
15414         (chmod_or_fchmod): New function: use fchmod when possible,
15415         and chmod otherwise.
15416         (file_has_acl): Add a POSIX ACL implementation, with a
15417         Linux-specific subcase.
15418         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15419         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15420         acls are unsupported.
15421         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15422         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15423         are unsupported.
15424
15425 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15426
15427         Sync from coreutils.
15428         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15429
15430 2006-01-07  Bruno Haible  <bruno@clisp.org>
15431
15432         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15433         gl_EARLY.
15434
15435 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15436
15437         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15438         Problem reported for Mingw by Mark Junker.
15439
15440 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * README: Gnulib normally doesn't generate a tarball.
15443
15444 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15445
15446         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15447         long int, not int, for nanosecond counts, so that people who are
15448         used to POSIX struct timespec won't be surprised.  Reported by Jim
15449         Meyering.
15450
15451 2005-12-28  Bruno Haible  <bruno@clisp.org>
15452
15453         * build-aux/config.rpath: Update from GNU gettext.
15454
15455 2005-12-16  Jim Meyering  <jim@meyering.net>
15456
15457         * modules/fprintftime: New module.
15458         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15459
15460 2005-12-16  Jim Meyering  <jim@meyering.net>
15461
15462         * m4/fprintftime.m4: New file.
15463
15464 2005-12-16  Jim Meyering  <jim@meyering.net>
15465
15466         * lib/fprintftime.c, lib/fprintftime.h: New files.
15467
15468 2005-12-15  Simon Josefsson  <jas@extundo.com>
15469
15470         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15471         new m4/socklen.m4.
15472
15473 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15474
15475         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15476         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15477
15478 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15479
15480         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15481         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15482         struct uparams is valid. Fall back to the default values if it is
15483         not.
15484
15485 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15486
15487         * modules/argp (Files): Add argp-pin.c
15488         (Depends-on): dirname
15489         (lib_SOURCES): Add argp-pin.c
15490
15491 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15492
15493         * m4/argp.m4:  Check if program_invocation_name and
15494         program_invocation_short_name are declared and define appropriate
15495         macros if they are not.
15496
15497 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15498
15499         * lib/argp-help.c (__argp_base_name): New function
15500         (__argp_short_program_name): Rewrite using __argp_base_name
15501         * lib/argp-namefrob.h: Define program_invocation_name and
15502         program_invocation_short_name if requested
15503         (__argp_base_name): Add prototype
15504         * lib/argp-parse.c (argp_def): Use gettext wrappers
15505         (argp_default_parser): Use __argp_base_name
15506         * lib/argp-pin.c: New file. Defines program_invocation_name and
15507         program_invocation_short_name on systems that lack them.
15508
15509 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15510
15511         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15512         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15513         porting problem reported by Georg Schwarz in
15514         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15515
15516 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15517
15518         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15519         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15520         porting problem reported by Georg Schwarz in
15521         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15522
15523 2005-12-05  Bruno Haible  <bruno@clisp.org>
15524
15525         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15526         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15527         Reported by Mark Junker <mjscod@gmx.de>.
15528
15529 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15532         Use implementation from Albert Chin, with some
15533         comments/corrections by Stepan Kasal and myself.
15534
15535 2005-12-02  Bruno Haible  <bruno@clisp.org>
15536
15537         * gnulib-tool (func_import): Accept GPLed build tool modules when
15538         --lgpl is given.
15539         * modules/csharpcomp-script: New file.
15540         * modules/csharpcomp: Depend on it.
15541         * modules/javacomp-script: New file.
15542         * modules/javacomp: Depend on it.
15543         Suggested by Simon Josefsson.
15544
15545 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15546
15547         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15548         statement, to work around an HP-UX 10.20 compiler bug reported by
15549         Peter O'Gorman.
15550
15551 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15552
15553         * modules/savedir (Depends-on): Add openat.
15554
15555 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15558         (uintmax_t) [defined uintmax_t]: Do not declare.
15559         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15560         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15561         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15562         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15563         sake of portability to weird hosts that C allows (though we don't
15564         know of any practical examples).
15565
15566         * lib/savedir.h (fdsavedir): New decl.
15567         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15568         contains most of the former guts of savedir.
15569         (savedir): Use savedirstream.
15570         Include "openat.h".
15571
15572 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15573
15574         * modules/obstack (Files): Add m4/ulonglong.m4.
15575         Problem reported by Davide Angelocola.
15576
15577 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15580         coreutils no longer futzes with rounding modes.
15581
15582 2005-11-14  Jim Meyering  <jim@meyering.net>
15583
15584         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15585         replacement of mkstemp.
15586
15587 2005-11-10  Simon Josefsson  <jas@extundo.com>
15588
15589         * lib/readline.c: Remove EOL.
15590
15591 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * modules/gethrxtime (Depends-on): Add gettime.
15594
15595 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15598         or gettimeofday; no longer needed.
15599
15600 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15603         time business.
15604         (gethrxtime) [! (HAVE_NANOUPTIME
15605         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15606         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15607         our own approximation.
15608
15609 2005-11-08  Eric Blake  <ebb9@byu.net>
15610
15611         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15612
15613 2005-11-08  Eric Blake  <ebb9@byu.net>
15614
15615         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15616
15617 2005-11-04  Bruno Haible  <bruno@clisp.org>
15618
15619         * gnulib-tool: Implement --update mode.
15620
15621 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15622
15623         Fix porting problem reported by Theodoros V. Kalamatianos.
15624         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15625         Don't assume that futimes failing means we must fail.
15626
15627 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15628
15629         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15630         variables to suggest the intended function of the PATH_MAX check.
15631
15632 2005-10-30  Kean Johnston  <jkj@sco.com>
15633
15634         Trivial changes to support SCO systems.
15635         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15636         as PATH_MAX.
15637         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15638         where __ptr is null when no I/O is pending.
15639
15640 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15643         leave errno alone.  Problem reported by Dmitry V. Levin.
15644
15645 2005-10-28  Simon Josefsson  <jas@extundo.com>
15646
15647         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15648         Test more.
15649
15650         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15651
15652         * modules/md2, modules/md2-tests: New files.
15653
15654 2005-10-28  Simon Josefsson  <jas@extundo.com>
15655
15656         * m4/inet_ntop.m4: More tests.
15657
15658         * m4/gc-md2.m4, md2.m4: New file.
15659
15660 2005-10-28  Simon Josefsson  <jas@extundo.com>
15661
15662         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15663         "restrict" keywords, as per POSIX.  Protect the function
15664         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15665         Don't use K&R prototypes.  Check the sprintf return values.
15666         Re-define EAFNOSUPPORT if not present.  Indent.
15667
15668         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15669         suggested by Bruno Haible <bruno@clisp.org>.
15670
15671         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15672
15673         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15674
15675         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15676         libgcrypt).
15677
15678         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15679
15680         * lib/md2.h, lib/md2.c: New files.
15681
15682 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15685         errno alone.  Problem reported by Frederic Jolliton.
15686
15687 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * modules/verify (License): Change from GPL to LGPL.  This is a
15690         tiny module and there are apparently near-equivalents that are
15691         under the BSD license.
15692
15693 2005-10-24  Simon Josefsson  <jas@extundo.com>
15694
15695         * modules/sha1: Relicense to LGPL.
15696
15697 2005-10-24  Simon Josefsson  <jas@extundo.com>
15698
15699         * lib/md4.h: Shrink buffer size, now that we changed the type.
15700
15701 2005-10-23  Simon Josefsson  <jas@extundo.com>
15702
15703         * gnulib-tool (func_import): Fix --tests-base.
15704
15705 2005-10-22  Simon Josefsson  <jas@extundo.com>
15706
15707         * modules/arcfour (Depends-on): Need stdint.
15708
15709 2005-10-22  Simon Josefsson  <jas@extundo.com>
15710
15711         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15712         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15713
15714 2005-10-22  Simon Josefsson  <jas@extundo.com>
15715
15716         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15717         suggested by Bruno Haible <bruno@clisp.org>.
15718
15719 2005-10-22  Simon Josefsson  <jas@extundo.com>
15720
15721         * lib/crc.h: Include stddef.h, for size_t.
15722
15723 2005-10-22  Simon Josefsson  <jas@extundo.com>
15724
15725         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15726         arcfour_context struct (simplify test vector testing in GNU
15727         Shishi).
15728
15729 2005-10-21  Simon Josefsson  <jas@extundo.com>
15730
15731         * modules/des, modules/des-tests: New files.
15732
15733         * modules/gc-des, modules/gc-des-tests: New files.
15734
15735         * tests/test-des.c, tests/test-gc-des.c: New file.
15736
15737 2005-10-21  Simon Josefsson  <jas@extundo.com>
15738
15739         * modules/arctwo, modules/arctwo-tests: New files.
15740
15741         * tests/test-arctwo.c: New file.
15742
15743         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15744
15745         * tests/test-gc-arctwo.c: New file.
15746
15747 2005-10-21  Simon Josefsson  <jas@extundo.com>
15748
15749         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15750         Bruno Haible <bruno@clisp.org>.
15751
15752         * m4/gc-des.m4: New file.
15753
15754 2005-10-21  Simon Josefsson  <jas@extundo.com>
15755
15756         * m4/arctwo.m4: New file.
15757
15758         * m4/gc-arctwo.m4: New file.
15759
15760 2005-10-21  Simon Josefsson  <jas@extundo.com>
15761
15762         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15763         block.
15764
15765 2005-10-21  Simon Josefsson  <jas@extundo.com>
15766
15767         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15768         <bruno@clisp.org>.
15769
15770         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15771
15772         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15773         Bruno Haible <bruno@clisp.org>.
15774
15775         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15776         <bruno@clisp.org>.
15777
15778 2005-10-21  Simon Josefsson  <jas@extundo.com>
15779
15780         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15781
15782 2005-10-21  Simon Josefsson  <jas@extundo.com>
15783
15784         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15785
15786 2005-10-21  Simon Josefsson  <jas@extundo.com>
15787
15788         * lib/des.h, lib/des.c: New files.
15789
15790         * lib/gc-gnulib.c: Support DES.c
15791
15792 2005-10-21  Simon Josefsson  <jas@extundo.com>
15793
15794         * lib/arctwo.h, lib/arctwo.c: New files.
15795
15796         * lib/gc-gnulib.c: Support ARCTWO.
15797
15798 2005-10-21  Simon Josefsson  <jas@extundo.com>
15799
15800         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15801         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15802
15803 2005-10-21  Simon Josefsson  <jas@extundo.com>
15804
15805         * gnulib-tool (func_import, func_create_testdir): Define automake
15806         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15807         Makefile.am snippet),
15808         suggested by Bruno Haible <bruno@clisp.org>.
15809
15810         * modules/gc (Makefile.am): Use it.
15811
15812 2005-10-21  Bruno Haible  <bruno@clisp.org>
15813
15814         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15815         patch.
15816
15817 2005-10-19  Simon Josefsson  <jas@extundo.com>
15818
15819         * tests/test-gc-rijndael.c: New file.
15820
15821         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15822
15823 2005-10-19  Simon Josefsson  <jas@extundo.com>
15824
15825         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15826         interface too.
15827
15828 2005-10-19  Simon Josefsson  <jas@extundo.com>
15829
15830         * tests/test-gc-arcfour.c: New file.
15831
15832         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15833
15834 2005-10-19  Simon Josefsson  <jas@extundo.com>
15835
15836         * modules/gc-md4, modules/gc-md4-tests: New file.
15837
15838         * tests/test-gc-md4.c: New file.
15839
15840 2005-10-19  Simon Josefsson  <jas@extundo.com>
15841
15842         * m4/gc-md4.m4: New file.
15843
15844 2005-10-19  Simon Josefsson  <jas@extundo.com>
15845
15846         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15847         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15848         <kasal@ucw.cz>.
15849
15850 2005-10-19  Simon Josefsson  <jas@extundo.com>
15851
15852         * m4/gc-arcfour.m4: New file.
15853
15854         * m4/gc-rijndael.m4: New file.
15855
15856 2005-10-19  Simon Josefsson  <jas@extundo.com>
15857
15858         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15859
15860 2005-10-19  Simon Josefsson  <jas@extundo.com>
15861
15862         * lib/gc-gnulib.c: Support ARCFOUR.
15863
15864 2005-10-19  Simon Josefsson  <jas@extundo.com>
15865
15866         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15867         support.
15868
15869         * lib/gc.h: Add ECB enum type.
15870
15871         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15872
15873 2005-10-18  Simon Josefsson  <jas@extundo.com>
15874
15875         * tests/test-md5.c: New file.
15876
15877         * modules/md5-tests: New file.
15878
15879 2005-10-18  Simon Josefsson  <jas@extundo.com>
15880
15881         * tests/test-md4.c: New file.
15882
15883         * modules/md4, modules/md4-tests: New files.
15884
15885 2005-10-18  Simon Josefsson  <jas@extundo.com>
15886
15887         * m4/md4.m4: New file.
15888
15889 2005-10-18  Simon Josefsson  <jas@extundo.com>
15890
15891         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15892
15893 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15894
15895         * gnulib-tool (func_create_testdir): Omit the second check whether
15896         BUILT_SOURCES in nonempty.
15897
15898 2005-10-17  Simon Josefsson  <jas@extundo.com>
15899
15900         * tests/test-rijndael.c: New file.
15901
15902 2005-10-17  Simon Josefsson  <jas@extundo.com>
15903
15904         * modules/sha1: Depend on stdint instead of md5.
15905
15906         * modules/md5: Depend on stdint, remove uint32_t.
15907
15908 2005-10-17  Simon Josefsson  <jas@extundo.com>
15909
15910         * modules/gc-sha1-tests: New file.
15911
15912         * tests/test-gc-sha1.c: New file.
15913
15914 2005-10-17  Simon Josefsson  <jas@extundo.com>
15915
15916         * m4/md5.m4: Remove call to uint32_t.m4.
15917
15918 2005-10-17  Simon Josefsson  <jas@extundo.com>
15919
15920         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15921
15922         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15923         md5.h.
15924
15925         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15926
15927         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15928
15929 2005-10-17  Simon Josefsson  <jas@extundo.com>
15930
15931         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15932
15933 2005-10-17  Simon Josefsson  <jas@extundo.com>
15934
15935         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15936
15937 2005-10-17  Simon Josefsson  <jas@extundo.com>
15938
15939         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15940
15941         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15942
15943 2005-10-17  Bruno Haible  <bruno@clisp.org>
15944
15945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15946         that it can also be used in a test.
15947
15948 2005-10-16  Bruno Haible  <bruno@clisp.org>
15949
15950         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15951         TESTS_ENVIRONMENT, so that individual tests can augment it.
15952
15953         * gnulib-tool (func_create_testdir): Use an intermediate target for
15954         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15955         macros, like $(ALLOCA_H), which cannot be passed through the command
15956         line.
15957
15958 2005-10-15  Simon Josefsson  <jas@extundo.com>
15959
15960         * modules/rijndael-tests: New file.
15961
15962         * modules/rijndael: New file.
15963
15964 2005-10-15  Simon Josefsson  <jas@extundo.com>
15965
15966         * m4/rijndael.m4: New file.
15967
15968 2005-10-15  Simon Josefsson  <jas@extundo.com>
15969
15970         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15971
15972         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15973
15974 2005-10-14  Simon Josefsson  <jas@extundo.com>
15975
15976         * tests/test-arcfour.c: New file.
15977
15978         * modules/arcfour, modules/arcfour-tests: New files.
15979
15980 2005-10-14  Simon Josefsson  <jas@extundo.com>
15981
15982         * m4/arcfour.m4: New file.
15983
15984 2005-10-14  Simon Josefsson  <jas@extundo.com>
15985
15986         * lib/arcfour.h, lib/arcfour.c: New files.
15987
15988 2005-10-14  Roland McGrath  <roland@redhat.com>
15989
15990         Import from libc.  [BZ #1331]
15991         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
15992         macro argument.
15993         Reported by Matej Vela <vela@debian.org>.
15994
15995 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15996
15997         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
15998         include <wchar.h>; no longer needed.
15999
16000 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16003
16004 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16005         and  Ulrich Drepper  <drepper@redhat.com>
16006
16007         Import from libc.
16008         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16009         instead of inline stream orientation test and two separate
16010         function calls.  Pay no attention to USE_IN_LIBIO.
16011
16012 2005-10-13  Simon Josefsson  <jas@extundo.com>
16013
16014         * modules/gc-hmac-md5-tests: New file.
16015
16016         * tests/test-gc-hmac-sha1.c: New file.
16017
16018         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16019
16020         * modules/gc-hmac-md5-tests: New file.
16021
16022         * tests/test-gc-md5.c: New file.
16023
16024         * modules/gc-md5-tests: New file.
16025
16026 2005-10-13  Simon Josefsson  <jas@extundo.com>
16027
16028         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16029         Move memory allocation outside of loop.
16030
16031 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16034         intermediate directory is in a read-only file system.  Problem
16035         reported by Eric Blake.
16036
16037 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16038
16039         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16040
16041 2005-10-12  Simon Josefsson  <jas@extundo.com>
16042
16043         * tests/test-hmac-sha1.c: New file.
16044
16045         * modules/hmac-sha1-tests: New file.
16046
16047         * modules/hmac-sha1: New file.
16048
16049 2005-10-12  Simon Josefsson  <jas@extundo.com>
16050
16051         * modules/gc-sha1: New file.
16052
16053 2005-10-12  Simon Josefsson  <jas@extundo.com>
16054
16055         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16056
16057         * tests/test-gc-pbkdf2-sha1.c: New file.
16058
16059 2005-10-12  Simon Josefsson  <jas@extundo.com>
16060
16061         * modules/gc-md5, modules/gc-hmac-md5: New files.
16062
16063         * modules/gc (Files): Remove md5, memxor and hmac files.
16064
16065 2005-10-12  Simon Josefsson  <jas@extundo.com>
16066
16067         * m4/gc-pbkdf2-sha1.m4: New file.
16068
16069         * m4/gc-hmac-sha1.m4: New file.
16070
16071         * m4/gc-sha1: New file.
16072
16073         * m4/hmac-sha1.m4: New file.
16074
16075 2005-10-12  Simon Josefsson  <jas@extundo.com>
16076
16077         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16078
16079         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16080
16081 2005-10-12  Simon Josefsson  <jas@extundo.com>
16082
16083         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16084         suggested by Bruno Haible <bruno@clisp.org>.
16085
16086 2005-10-12  Simon Josefsson  <jas@extundo.com>
16087
16088         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16089
16090 2005-10-12  Simon Josefsson  <jas@extundo.com>
16091
16092         * lib/gc-pbkdf2-sha1.c: New file.
16093
16094         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16095
16096 2005-10-12  Simon Josefsson  <jas@extundo.com>
16097
16098         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16099
16100         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16101
16102 2005-10-12  Simon Josefsson  <jas@extundo.com>
16103
16104         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16105         GC_USE_HMAC_MD5, respectively.
16106
16107         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16108         (gc_md5): Fix typo.
16109
16110         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16111
16112         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16113
16114         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16115
16116 2005-10-12  Bruno Haible  <bruno@clisp.org>
16117
16118         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16119         Reported by Stepan Kasal <kasal@ucw.cz>.
16120
16121 2005-10-11  Simon Josefsson  <jas@extundo.com>
16122
16123         * tests/test-crc.c: New file.
16124
16125         * modules/crc, modules/crc-tests: New files.
16126
16127 2005-10-11  Simon Josefsson  <jas@extundo.com>
16128
16129         * m4/crc.m4: New file.
16130
16131 2005-10-11  Simon Josefsson  <jas@extundo.com>
16132
16133         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16134
16135         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16136
16137         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16138
16139 2005-10-11  Simon Josefsson  <jas@extundo.com>
16140
16141         * lib/crc.h, lib/crc.c: New files.
16142
16143         * lib/gc.h (gc_hash_buffer): Add doc.
16144
16145 2005-10-11  Bruno Haible  <bruno@clisp.org>
16146
16147         * modules/c-strcasestr: New file.
16148         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16149
16150 2005-10-11  Bruno Haible  <bruno@clisp.org>
16151
16152         * modules/c-strcase: New file.
16153         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16154
16155 2005-10-11  Bruno Haible  <bruno@clisp.org>
16156
16157         * lib/strcasecmp.c: Include limits.h.
16158         (strcasecmp): Avoid integer overflow on exotic platforms.
16159         * lib/strncasecmp.c: Include limits.h.
16160         (strncasecmp): Avoid integer overflow on exotic platforms.
16161         Reported by Paul Eggert.
16162
16163 2005-10-11  Bruno Haible  <bruno@clisp.org>
16164
16165         * lib/c-strcasestr.h: New file, from GNU gettext.
16166         * lib/c-strcasestr.c: New file, from GNU gettext.
16167
16168 2005-10-11  Bruno Haible  <bruno@clisp.org>
16169
16170         * lib/c-strcase.h: New file, from GNU gettext.
16171         * lib/c-strcasecmp.c: New file, from GNU gettext.
16172         * lib/c-strncasecmp.c: New file, from GNU gettext.
16173
16174 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16175
16176         * modules/mempcpy (License): GPL -> LGPL.
16177         * modules/strchrnul (License): Likewise.
16178         * modules/sysexits (License): Likewise.
16179
16180 2005-10-08  Simon Josefsson  <jas@extundo.com>
16181
16182         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16183
16184 2005-10-07  Simon Josefsson  <jas@extundo.com>
16185
16186         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16187
16188 2005-10-06  Simon Josefsson  <jas@extundo.com>
16189
16190         * tests/test-hmac-md5.c: New file.
16191
16192         * modules/hmac-md5-tests: New file.
16193
16194         * modules/hmac-md5: New file.
16195
16196 2005-10-06  Simon Josefsson  <jas@extundo.com>
16197
16198         * m4/hmac-md5.m4: New file.
16199
16200         * m4/memxor.m4: Require gl_C_RESTRICT.
16201
16202 2005-10-06  Simon Josefsson  <jas@extundo.com>
16203
16204         * lib/memxor.c (memxor): Avoid casts and warnings.
16205
16206 2005-10-06  Simon Josefsson  <jas@extundo.com>
16207
16208         * lib/hmac-md5.c: New file.
16209
16210         * lib/hmac.h: New file.
16211
16212 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16215         promotes to int, not unsigned int, to catch the AIX 5.3
16216         compiler bug.
16217
16218 2005-10-05  Simon Josefsson  <jas@extundo.com>
16219
16220         * modules/memxor: New file.
16221
16222         * modules/iconv (Files): Move config.rpath to havelib, it is used
16223         there.
16224
16225         * modules/havelib (Files): Add config.rpath.
16226
16227 2005-10-05  Simon Josefsson  <jas@extundo.com>
16228
16229         * m4/memxor.m4: New file.
16230
16231 2005-10-05  Simon Josefsson  <jas@extundo.com>
16232
16233         * lib/memxor.c (memxor): Fix compiler error.
16234
16235         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16236         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16237
16238         * lib/memxor.h, lib/memxor.c: New files.
16239
16240         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16241         we assume all systems have it, suggested by Jim Meyering
16242         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16243         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16244         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16245         same reasons.
16246
16247 2005-10-05  Simon Josefsson  <jas@extundo.com>
16248
16249         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16250
16251 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16254         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16255         needed, since the source code now assumes these .h files.
16256
16257 2005-10-05  Derek Price  <derek@ximbiot.com>
16258
16259         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16260
16261 2005-10-05  Bruno Haible  <bruno@clisp.org>
16262
16263         * modules/stdint (License): Change to LGPL.
16264
16265 2005-10-04  Simon Josefsson  <jas@extundo.com>
16266
16267         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16268         D. Baushke" <mdb@gnu.org>.
16269
16270 2005-10-04  Bruno Haible  <bruno@clisp.org>
16271
16272         * lib/verify.h (verify_true): Provide alternative definition for C++.
16273
16274 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16277         (SSIZE_MAX): New macro, if not already defined.
16278         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16279         than 2 GiB.
16280
16281 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         Sync from coreutils.
16284         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16285         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16286         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16287         ULLONG_MAX doesn't work with 2.7.2.1.
16288
16289 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16292         From Ben Pfaff.
16293
16294         * modules/exclude (Depends-on): Depend on verify.
16295         * modules/strtoimax (Depends-on): Likewise.
16296         * modules/utimecmp (Depends-on): Likewise.
16297
16298 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16299
16300         * lib/exclude.c: Include verify.h.
16301         (verify): Remove.  All callers changed to use verify.h's version.
16302         * lib/strtoimax.c: Likewise.
16303         * lib/utimecmp.c: Likewis.e
16304
16305         Sync from coreutils.
16306         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16307         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16308         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16309         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16310         bother returning ENOSYS if settimeofday or stime fails; just let
16311         them return whatever errno they want to return.
16312         * lib/utimens.c: Include unistd.h, for dup2.
16313         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16314         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16315
16316 2005-10-02  Jim Meyering  <jim@meyering.net>
16317
16318         Sync from coreutils.
16319         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16320         from glibc-2.2.5 that fails for read-only files.
16321
16322 2005-10-02  Jim Meyering  <jim@meyering.net>
16323
16324         Sync from coreutils.
16325         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16326         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16327         `#if HAVE_CONFIG_H'.
16328         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16329         Remove AT_FDCWD test.
16330         Do not consume the fd unless successful.
16331         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16332         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16333         block, so that we don't even try to compile it if settimeofday is
16334         available.  This works around a compilation failure on OSF1 V5.1,
16335         due to stime requiring a `long int*' while tv_sec is `int'.
16336
16337 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16338
16339         Sync from coreutils.
16340         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16341         against `yes', rather than just testing for nonempty.
16342
16343 2005-10-01  Simon Josefsson  <jas@extundo.com>
16344
16345         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16346         and Darwin.
16347
16348         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16349         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16350         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16351         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16352         Check if struct addrinfo is declared.
16353
16354 2005-10-01  Simon Josefsson  <jas@extundo.com>
16355
16356         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16357         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16358         AI_* and EAI_* definitions.  Protect function declarations.
16359
16360 2005-10-01  Jim Meyering  <jim@meyering.net>
16361
16362         Sync from coreutils.
16363
16364         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16365         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16366         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16367         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16368         in the inet and nsl libraries.  Required on Solaris 5.7.
16369
16370 2005-10-01  Jim Meyering  <jim@meyering.net>
16371
16372         Sync from coreutils.
16373         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16374         in the inet and nsl libraries.  Required on Solaris 5.7.
16375
16376 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16377
16378         * lib/getdelim.c (getdelim): Remove unused variables.
16379
16380 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16381
16382         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16383         so that the code works even with ancient cpp.  Portability problem
16384         with GCC 2.7.2.1 reported by Thomas M.Ott.
16385
16386 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16387
16388         * modules/regex (Depends-on): Add strcase.
16389
16390         * modules/gethostname (Licence): Change from GPL to LGPL, since
16391         gethostname.c is a trivial implementation of a standard library
16392         function.
16393         * modules/poll (License): Change from GPL to LGPL, since it's
16394         derived from LGPL code.
16395
16396 2005-09-27  Jim Meyering  <jim@meyering.net>
16397
16398         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16399         HAVE_CONFIG_H.
16400
16401         * lib/intprops.h (signed_type_or_expr__): Define.
16402         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16403         for unsigned types.
16404
16405 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16406
16407         * lib/verify.h (verify_expr): Remove, replacing with:
16408         (verify_true): New macro that returns true instead of void.
16409         (verify_type__): Remove.
16410         (verify): Use verify_true rather than verify_type__.
16411
16412 2005-09-26  Bruno Haible  <bruno@clisp.org>
16413
16414         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16415         is necessary.
16416         (lib_SOURCES): Remove mbchar.c.
16417         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16418         (Files): Add m4/mbrtowc.m4.
16419         * modules/mbiter: Likewise.
16420         * modules/mbuiter: Likewise.
16421
16422 2005-09-26  Bruno Haible  <bruno@clisp.org>
16423
16424         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16425         compile mbchar.c if they are not both present.
16426         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16427         * m4/mbiter.m4 (gl_MBITER): Likewise.
16428         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16429         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16430         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16431
16432 2005-09-25  Jim Meyering  <jim@meyering.net>
16433
16434         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16435         also uses socklen_t.
16436
16437 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * lib/utimens.c (ENOSYS): Define if not already defined.
16440         (futimens): Support having a null PATH if the file descriptor
16441         is nonnegative.
16442
16443         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16444         Remove.
16445         (__attribute): Define to empty unless GCC 3.1 or later.
16446         This works around a core dump on OpenBSD 3.4, which has GCC
16447         2.95.3, which dumps core when given __attribute__(()).  It also
16448         simplifies other tests, since we really don't want to bother with
16449         worrying about which ancient version of GCC supported what.
16450         Original problem reported by Yoann Vandoorselaere, with part of
16451         the fix suggested by Derek Price.
16452
16453 2005-09-24  Jim Meyering  <jim@meyering.net>
16454
16455         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16456         so we can once again use a positive bitfield width of 1 -- now we
16457         don't have to explain why we were using a bitfield width of 2.
16458
16459 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16462         and similarly for the other external symbols.  Problem reported
16463         by James Gallager.
16464
16465         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16466         bug reported by Jim Meyering.
16467
16468         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16469         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16470         not needed, since socklen is a prerequisite module.
16471
16472 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16473
16474         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16475         Problem reported by Eric Blake.
16476         (getaddrinfo): Initialize se so that it's not garbage.
16477         Redo internal storage allocation so that it doesn't make unportable
16478         assumptions about alignment.
16479         Fix a memory leak.
16480
16481         * lib/utimens.c (futimens): Use futimesat if available.
16482         Prefer it to futimes since it doesn't have the futimes bug.
16483
16484         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16485         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16486         Instead, declare a function that returns a pointer to an array,
16487         and use verify_type__ to declare the size of the array.
16488         Problem and germ of a solution reported by Bruno Haible.
16489         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16490         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16491
16492 2005-09-23  Jim Meyering  <jim@meyering.net>
16493
16494         Sync from coreutils.
16495         Correct build failure (socklen_t not defined) on at least
16496         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16497         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16498
16499 2005-09-23  Jim Meyering  <jim@meyering.net>
16500
16501         * modules/getaddrinfo (Depends-on): Add socklen.
16502
16503 2005-09-23  Bruno Haible  <bruno@clisp.org>
16504
16505         * tests/test-verify.c: New file.
16506
16507 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         Sync from coreutils.
16510
16511         * modules/argmatch (Depends-on): Add verify.
16512         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16513         unistd-safer.
16514         * modules/save-cwd (Depends-on): Likewise.
16515
16516         * modules/openat (Files): Add lib/openat-die.c.
16517         (Depends-on): Remove error, exitfail.
16518         Add dirname.
16519
16520         * modules/verify: New file.
16521         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16522         with "verify" module.
16523
16524 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16525
16526         Sync from coreutils.
16527
16528         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16529         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16530         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16531         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16532         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16533         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16534         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16535         Don't bother checking for string.h, stdlib.h, unistd.h.
16536         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16537         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16538         module's job.
16539         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16540         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16541
16542         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16543         (gl_GETDATE): Use it.
16544
16545         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16546
16547 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         Sync from coreutils.
16550
16551         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16552         stat-time.h.
16553         * lib/argmatch.h: Include verify.h
16554         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16555         (ARGMATCH_ASSERT): Remove; unused.
16556         * lib/canonicalize.c: Assume STDC_HEADERS.
16557         * lib/exclude.c: Include "strcase.h".
16558         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16559         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16560         and stdio-safer.h.
16561         (getusershell): Call fopen, not fopen_safer.
16562         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16563         Do not include unistd-safer.h.
16564         (save_cwd): Don't call fd_safer; no longer needed
16565         now that we include fcntl--.h.
16566
16567         * lib/getdate.y (relative_time): New type.
16568         (RELATIVE_TIME_0): New constant.
16569         (parser_control): Use relative_time instead of doing it ourselves.
16570         (%union): Add new relative_time rel member.
16571         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16572         Now typeless.
16573         (relunit, relunit_snumber): Now of type rel.
16574         (zone, rel, relunit, get_date): Adjust to above changes.
16575
16576         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16577         Do not include unistd-safer.h.
16578         (getloadavg): Don't call fd_safer; no longer needed
16579         now that we include fcntl--.h.
16580
16581         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16582         (make_dir_parents): Treat ENOSYS like EEXIST.
16583
16584         Improve quality of diagnostics on restore_cwd failure.
16585         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16586         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16587         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16588         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16589         each time through the loop.  Do not diagnose restore_cwd failure;
16590         that is the caller's job (and perhaps the caller does not care).
16591
16592         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16593         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16594         If the file already exists but is not a directory, don't bother
16595         to try to make its parents.
16596         Close potential file descriptor leak if we can't chdir("/") (!).
16597         Don't always return true if chdir($PWD) fails; return true only
16598         if the requested action was done successfully (except for the
16599         chdir($PWD)).
16600         Don't log final directory unless we actually made it.
16601         Refactor to avoid duplicate code to fix up permissions.
16602         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16603
16604         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16605         to make it a bit faster and (I hope) clearer.
16606         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16607         Fix bug in formats like %2N.
16608
16609         * lib/verify.h: New file.
16610
16611 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16612
16613         Sync from coreutils.
16614         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16615
16616 2005-09-22  Jim Meyering  <jim@meyering.net>
16617
16618         Sync from coreutils.
16619
16620         * m4/lstat.m4 (gl_FUNC_LSTAT):
16621         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16622         Remove obsolete comment.
16623         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16624         * m4/xstrtod.m4: Likewise.
16625
16626         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16627
16628 2005-09-22  Jim Meyering  <jim@meyering.net>
16629
16630         Sync from coreutils.
16631
16632         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16633
16634         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16635         the .tm_year member, since otherwise gcc-4.0 would now warn about
16636         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16637
16638         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16639         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16640
16641         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16642         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16643         when run in a time zone for which daylight savings time is in effect
16644         for the starting date.
16645
16646         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16647         stop us from restricting permissions of just-created absolute-named
16648         directories.
16649         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16650         to restore initial working directory.
16651         * lib/mkdir-p.c (make_dir_parents): New parameter:
16652         different_working_dir, to tell caller if/when we change the working
16653         directory and are unable to return to the initial one.
16654         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16655         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16656         `return false'.  This fixes a bug introduced on 2004-07-30.
16657
16658         * lib/openat.c (fdopendir): Be sure to close the supplied
16659         file descriptor before returning.  This makes our replacement
16660         implementation a little closer to Solaris's, where fdopendir
16661         ties the file descriptor to the returned DIR* pointer.
16662         * lib/openat.c (unlinkat): New function.
16663         * lib/openat.h (unlinkat): Add prototype.
16664         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16665         (openat_restore_fail): Rename from openat_restore_die.
16666         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16667
16668         Provide an alternative to exiting immediately upon save_cwd or
16669         restore_cwd failure.  Now, an application can arrange e.g.,
16670         to perform a longjump in that case.
16671         * lib/openat.c: Include dirname.h.
16672         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16673         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16674         and openat_restore_die rather than calling error directly.
16675         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16676
16677         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16678         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16679         define.
16680
16681         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16682         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16683                             int utc, int nanoseconds);
16684         Background:
16685         date should not have to allocate a megabyte of virtual memory to
16686         handle a format argument like +%1048575T.  When implemented with
16687         strftime, it must allocate such a buffer, use strftime to fill it
16688         in, print it, then free it.
16689         With fprintftime, it simply prints everything and exits.
16690         With no need for memory allocation, that's one fewer way to fail.
16691         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16692         optional field width, not before, so we accept %9:z, not %:9z.
16693         (my_strftime): Be sure to use L_('x') for literals.
16694
16695         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16696         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16697         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16698         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16699         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16700         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16701         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16702         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16703         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16704         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16705         * lib/xgethostname.c, lib/xreadlink.c:
16706         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16707
16708         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16709         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16710         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16711         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16712         and don't include <sys/file.h>).
16713
16714 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16715
16716         Sync from coreutils.
16717
16718         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16719         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16720         [!LDAV_DONE]: Avoid unused variable warning.
16721
16722 2005-09-21  Bruno Haible  <bruno@clisp.org>
16723
16724         * lib/unicodeio.h (unicode_to_mb): New declaration.
16725
16726 2005-09-20  Derek Price  <derek@ximbiot.com>
16727
16728         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16729         getaddrinfo.h.
16730
16731 2005-09-20  Bruno Haible  <bruno@clisp.org>
16732
16733         * gnulib-tool: Remove trailing slashes from the values specified for
16734         --source-base, --m4-base, --tests-base, --aux-dir.
16735         Suggested by Simon Josefsson <jas@extundo.com>.
16736
16737 2005-09-20  Bruno Haible  <bruno@clisp.org>
16738
16739         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16740         func_modules_to_filelist, func_import, func_create_testdir): Make all
16741         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16742         change when gnulib-tool is invoked in a different locale.
16743
16744 2005-09-19  Simon Josefsson  <jas@extundo.com>
16745
16746         * m4/socklen.m4: Fix typo.
16747
16748 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16749
16750         Use a consistent style for including <config.h>.
16751         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16752         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16753         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16754         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16755         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16756         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16757         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16758         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16759         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16760         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16761         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16762         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16763         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16764         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16765         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16766         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16767         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16768         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16769         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16770         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16771         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16772         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16773         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16774         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16775         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16776         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16777         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16778         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16779         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16780         lib/xstrtoumax.c, lib/yesno.c:
16781         Standardize inclusion of config.h.
16782         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16783         lib/inttostr.h:  Removed inclusion of config.h from header files.
16784         * lib/inttostr.c:  Adjusted in-tree users.
16785         * lib/timespec.h: Remove superfluous warning to include config.h.
16786         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16787         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16788         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16789         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16790         config.h with HAVE_CONFIG_H.
16791
16792 2005-09-19  Jim Meyering  <jim@meyering.net>
16793
16794         * modules/pathmax (License): Change to LGPL.
16795
16796 2005-09-19  Derek Price  <derek@ximbiot.com>
16797
16798         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16799
16800 2005-09-19  Bruno Haible  <bruno@clisp.org>
16801
16802         * gnulib-tool (import): Provide default for --tests-base.
16803
16804 2005-09-19  Bruno Haible  <bruno@clisp.org>
16805
16806         * doc/quote.texi: New file, extracted from gnulib.texi.
16807         * doc/ctime.texi: New file, extracted from gnulib.texi.
16808         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16809         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16810         * doc/gnulib.texi: Include them.
16811
16812 2005-09-18  Bruno Haible  <bruno@clisp.org>
16813
16814         Portability fix.
16815         * gnulib-tool (func_readlink): New function.
16816         (func_ln_if_changed): Use it.
16817
16818 2005-09-18  Bruno Haible  <bruno@clisp.org>
16819
16820         * gnulib-tool: Support --with-tests also with --import.
16821         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16822         (func_import): Use variables $testsbase and $inctests. Emit a
16823         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16824         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16825         SUBDIRS += $testsdir.
16826         (func_create_testdir): Update.
16827
16828 2005-09-18  Bruno Haible  <bruno@clisp.org>
16829
16830         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16831         instead of $dry_run.
16832         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16833         (func_ln_if_changed): Don't handle dry-run here.
16834         (func_import): In dry-run mode, detect more precisely which actions
16835         would be performed, and don't use "...ing" verbs.
16836
16837 2005-09-18  Bruno Haible  <bruno@clisp.org>
16838
16839         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16840         (func_import): Use join on two temporary files instead of three nested
16841         loops, in order to determine which files are new or old.
16842
16843 2005-09-18  Bruno Haible  <bruno@clisp.org>
16844
16845         * gnulib-tool (func_import): Comment out code that spits out the
16846         new files with --dry-run.
16847
16848 2005-09-18  Bruno Haible  <bruno@clisp.org>
16849
16850         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16851
16852 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16853
16854         * lib/stat-time.h: New file.
16855         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16856         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16857         in a different way.
16858         (timespec_cmp): New function.
16859         * lib/utimecmp.c: Include stat-time.h.
16860         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16861         members exist, not on the obsolescent ST_MTIM_NSEC.
16862         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16863
16864 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16865
16866         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16867
16868 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16869
16870         * MODULES.html.sh (File system functions): Add stat-time.
16871         * modules/stat-time: New file.
16872         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16873         is now done in a different way, by the stat-time module.
16874         * modules/utimecmp (Depends-on): Add stat-time.
16875
16876 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         * m4/st_mtim.m4: Remove.  Superseded by...
16879         * m4/stat-time.m4: New file.
16880         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16881         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16882
16883 2005-09-15  Derek Price  <derek@ximbiot.com>
16884
16885         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16886
16887 2005-09-15  Derek Price  <derek@ximbiot.com>
16888
16889         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16890         * lib/regex_internal.c: Ditto, using this...
16891         (__GNUC_PREREQ): ...new macro.
16892         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16893         using...
16894         (__GNUC_PREREQ): ...this new macro.
16895
16896         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16897
16898 2005-09-15  Derek Price  <derek@ximbiot.com>
16899             Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16902         changes, consolidating in...
16903         * lib/regex_internal.h: ...this file.
16904
16905 2005-09-13  Jim Meyering  <jim@meyering.net>
16906
16907         * lib/canon-host.c: Filter through gnu indent and reword comments
16908         slightly.
16909         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16910
16911 2005-09-13  Derek Price  <derek@ximbiot.com>
16912
16913         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16914         failure.
16915         Reported by Jim Meyering  <jim@meyering.net>.
16916
16917 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16918
16919         * lib/base64.c: Typo.
16920         (base64_encode): Put b64str in initialized data section.
16921
16922 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16923
16924         Merge glibc and coreutils changes into gnulib, plus a few
16925         extra fixes.
16926         * lib/md5.c: Use #error rather than a string.
16927         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16928         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16929         (__attribute__): Define to empty for non recent-GCC.
16930         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16931         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16932         Renamed from their non-__ counterparts, with new macros replacing
16933         them if not _LIBC.  Add __THROW attribute.
16934         (rol): Remove.
16935         (struct md5_ctx): Align buffer if using GCC.
16936         * lib/sha1.h (struct sha1_ctx): Likewise.
16937         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16938         The old name was backwards.
16939         (NOTSWAP): Remove; not used.
16940         (rol): New macro, moved here from md5.h.
16941         (sha1_process_block): Remove a FIXME that doesn't make sense.
16942
16943 2005-09-12  Derek Price  <derek@ximbiot.com>
16944
16945         Return usable errors from canon-host.
16946         * lib/canon-host.h: New file.
16947         * lib/canon-host.c (canon_host): Wrap...
16948         (canon_host_r): ...this new function, which now relies exclusively on
16949         getaddrinfo.
16950         (ch_strerror): New function.
16951         (last_cherror): New global.
16952         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16953         interface.
16954         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16955         void *.
16956         (freeaddrinfo): Free ai->ai_canonname when set.
16957
16958 2005-09-12  Derek Price  <derek@ximbiot.com>
16959
16960         Make canon-host require getaddrinfo.
16961         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16962         AC_LIBSOURCE canon-host.h.  Call...
16963         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16964         gl_GETADDRINFO.
16965         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16966
16967 2005-09-12  Derek Price  <derek@ximbiot.com>
16968
16969         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16970         LGPL.
16971         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16972
16973 2005-09-12  Derek Price  <derek@ximbiot.com>
16974
16975         * lib/gai_strerror.c: Include config.h when available.  Include
16976         getaddrinfo.h before other headers to test interface.
16977         Reported by Larry Jones <lawrence.jones@ugs.com>.
16978
16979 2005-09-12  Derek Price  <derek@ximbiot.com>
16980             Paul Eggert  <eggert@cs.ucla.edu>
16981
16982         * modules/glob (Files): Add glob-libc.h.
16983
16984 2005-09-12  Derek Price  <derek@ximbiot.com>
16985             Paul Eggert  <eggert@cs.ucla.edu>
16986
16987         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
16988         glob_.h, glob-libc.h.
16989         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
16990
16991 2005-09-12  Derek Price  <derek@ximbiot.com>
16992             Paul Eggert  <eggert@cs.ucla.edu>
16993
16994         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
16995         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
16996         protecting things that should be done only in gnulib contexts.
16997         * lib/glob_.h: New file, containing only the glob things needed for
16998         gnulib.
16999         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17000         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17001         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17002         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17003         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17004         and to respect the namespace rules better.
17005
17006 2005-09-08  Simon Josefsson  <jas@extundo.com>
17007
17008         * modules/socklen: New file.
17009
17010 2005-09-08  Simon Josefsson  <jas@extundo.com>
17011
17012         * m4/socklen.m4: New file.
17013
17014 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17015
17016         * modules/utimens (Files): Add m4/utimbuf.m4, since
17017         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17018         Reported by Sergey Poznyakoff.
17019
17020 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17021
17022         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17023         definitions, since that's the preferred style in glibc.
17024         Fix a minor spacing issue, and update copyright notice to match
17025         glibc's.
17026
17027 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17028
17029         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17030
17031 2005-09-06  Simon Josefsson  <jas@extundo.com>
17032
17033         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17034         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17035
17036 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17039         warning.
17040
17041 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17042
17043         * config/srclist.txt: Add glibc bug 1302.
17044
17045 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         Change bitset word type from unsigned int to unsigned long int,
17048         as this has better performance on typical 64-bit hosts.
17049         Port bitset code to hosts with unusual word sizes.
17050         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17051         (build_collating_symbol):
17052         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17053         argument is a bitset.  This is merely a style issue, but it makes
17054         it clearer that an entire array is expected.
17055         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17056         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17057         Port to the case where bitset_word is not the same as unsigned int.
17058         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17059         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17060         Likewise.
17061         * lib/regexec.c (check_dst_limits_calc_pos_1,
17062         check_subexp_matching_top):
17063         (build_trtable, group_nodes_into_DFAstates):
17064         Likewise.
17065         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17066         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17067         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17068         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17069         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17070         * lib/regcomp.c (optimize_subexps, lower_subexp):
17071         Work even if bitset_word has holes in its bitwise representation.
17072         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17073         * lib/regexec.c (check_dst_limits_calc_pos_1,
17074         check_subexp_matching_top):
17075         Likewise.
17076         * lib/regex_internal.c (re_string_reconstruct):
17077         Don't assume UCHAR_MAX == 255.
17078         * lib/regex_internal.h (bitset_set_all): Likewise.
17079         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17080         All uses changed.
17081         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17082         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17083         All uses changed.
17084         (BITSET_WORD_MAX): New macro.
17085         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17086         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17087         (bitset_empty, bitset_copy):
17088         Prefer sizeof (bitset) to multiplying it out ourselves.
17089         (bitset_not_merge): Remove; unused.
17090         (bitset_contain): Return bool, not unsigned int with one bit on.
17091         All callers changed.
17092         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17093         alignment than re_node_set; do this by defining a new internal
17094         type struct dests_alloc and using it to allocate memory.
17095
17096 2005-09-05  Bruno Haible  <bruno@clisp.org>
17097
17098         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17099         links.
17100
17101 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17102
17103         * modules/size_max (Makefile.am): Add size_max.h
17104
17105 2005-09-04  Derek Price  <derek@ximbiot.com>
17106
17107         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17108
17109 2005-09-03  Simon Josefsson  <jas@extundo.com>
17110
17111         * gnulib-tool: Fix typo.
17112
17113 2005-09-03  Simon Josefsson  <jas@extundo.com>
17114
17115         * config/srclist.txt: Add glibc bug 1293.
17116
17117 2005-09-03  Derek Price  <derek@ximbiot.com>
17118
17119         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17120         From Larry Jones <lawrence.jones@ugs.com>.
17121
17122 2005-09-02  Simon Josefsson  <jas@extundo.com>
17123
17124         * modules/socklen: New file.
17125
17126 2005-09-02  Simon Josefsson  <jas@extundo.com>
17127
17128         * modules/havelib: New module.
17129
17130         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17131         Use havelib.
17132
17133 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         Check for arithmetic overflow when calculating sizes, to prevent
17136         some buffer-overflow issues.  These patches are conservative, in the
17137         sense that when I couldn't determine whether an overflow was possible,
17138         I inserted a run-time check.
17139         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17140         macros.
17141         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17142         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17143         (re_xnrealloc, re_x2nrealloc): New inline functions.
17144         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17145         parse_bracket_exp):
17146         (build_equiv_class, build_charclass): Check for arithmetic overflow
17147         in size expression calculations.
17148         * lib/regex_internal.c (re_string_realloc_buffers):
17149         (build_wcs_upper_buffer, re_node_set_add_intersect):
17150         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17151         (re_dfa_add_node, register_state): Likewise.
17152         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17153         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17154         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17155         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17156
17157 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17158
17159         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17160         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17161
17162 2005-09-02  Bruno Haible  <bruno@clisp.org>
17163
17164         Support for lib vs. lib64 distinction on biarch platforms.
17165         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17166         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17167         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17168
17169 2005-09-02  Bruno Haible  <bruno@clisp.org>
17170
17171         * gnulib-tool (import): In the other first-use case, provide defaults
17172         as well.
17173
17174 2005-09-02  Bruno Haible  <bruno@clisp.org>
17175
17176         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17177         patches not yet found in the latest gettext release.
17178
17179 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17180
17181         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17182         to avoid a collision with bits/local_lim.h in glibc.
17183         All uses changed.  Problem reported by Dmitry V. Levin in
17184         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17185
17186         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17187         bugs in int versus size_t comparisons.
17188         (re_string_context_at): Fix bug where the code assumed that
17189         Idx is signed.
17190
17191         Use bool where appropriate.
17192         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17193         All callers changed.
17194         (calc_eclosure_iter): Likewise, for ROOT arg.
17195         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17196         (build_charclass_op): Likewise, for NON_MATCH arg.
17197         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17198         (re_string_construct_common): Likewise, for ICASE arg.
17199         * lib/regexec.c (re_search_2_stub, re_search_stub):
17200         Likewise, for RET_LEN arg.
17201         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17202         (set_regs): Likewise, for FL_BACKTRACK arg.
17203         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17204         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17205         (calc_eclosure_iter, parse_bracket_exp):
17206         Use bool for internal variables that are booleans.
17207         * lib/regexec.c (re_search_internal, check_matching,
17208         proceed_next_node):
17209         (set_regs, build_sifted_states, sift_states_bkref):
17210         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17211         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17212         (find_collation_sequence_value):
17213         Likewise.
17214         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17215         (re_node_set_compare):
17216         Return bool, not int. All callers changed.
17217         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17218         (build_trtable, check_node_accept): Likewise.
17219         * lib/regex_internal.h: Include stdbool.h.
17220
17221         Fix bugs uncovered when converting to bool.
17222         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17223         failure instead of charging ahead blindly.
17224         * lib/regex_internal.c (register_state): Likewise.
17225         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17226         for freeing internal storage.
17227         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17228         bitset pieces used as boolean, to avoid undefined behavior
17229         on hosts that do int overflow checking.
17230
17231 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         * config/srclist.txt: Add glibc bugs 1285-1287.
17234
17235 2005-09-01  Jim Meyering  <jim@meyering.net>
17236
17237         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17238         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17239         Require gl_STAT_MACROS, too.
17240
17241 2005-09-01  Bruno Haible  <bruno@clisp.org>
17242
17243         * gnulib-tool (import): In the first-use case, provide defaults.
17244
17245 2005-09-01  Bruno Haible  <bruno@clisp.org>
17246
17247         * gnulib-tool (func_import): Remove the .tmp files.
17248
17249 2005-09-01  Bruno Haible  <bruno@clisp.org>
17250
17251         * gnulib-tool (func_import): Fix handling of symbolic links.
17252
17253 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17254
17255         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17256         old glibc regex code mishandles strings longer than 2**31 bytes.
17257         This patch fixes this when the regex code is used in gnulib
17258         (i.e., outside glibc).
17259
17260         This patch should not affect the use of the regex code inside
17261         glibc.  No doubt this problem also needs to be handled for glibc
17262         as well, but the result will be an incompatible change to the
17263         glibc ABI, and the old ABI will have to be supported too.  That
17264         can be the the subject for another patch.
17265
17266         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17267         governing whether the rest of this patch is active.  By default,
17268         the macro is disabled and the patch has no effect.
17269         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17270         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17271         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17272         (re_match_2, re_set_registers): Use the new types.
17273         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17274         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17275         New macros.
17276         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17277         (re_string_context_at, bin_tree_t, re_dfastate_t):
17278         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17279         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17280         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17281         (re_string_char_size_at, re_string_wchar_at):
17282         (re_string_elem_size_at):
17283         Use the new types and macros to port to 64-bit hosts.
17284         Use unsigned types for internal values, so that the code
17285         mostly works even for arrays larger than SSIZE_MAX.
17286         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17287         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17288         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17289         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17290         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17291         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17292         (calc_inveclosure, parse_dup_op, build_range_exp):
17293         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17294         (fetch_number, create_token_tree, mark_opt_subexp):
17295         Likewise.
17296         * lib/regex_internal.c (re_string_construct_common,
17297         create_ci_newstate):
17298         (create_cd_newstate, re_string_allocate, re_string_construct):
17299         (re_string_realloc_buffers, build_wcs_upper_buffer):
17300         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17301         (re_string_reconstruct, re_string_peek_byte_case):
17302         (re_string_fetch_byte_case, re_string_context_at):
17303         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17304         (re_node_set_init_copy, re_node_set_add_intersect):
17305         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17306         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17307         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17308         (re_acquire_state, re_acquire_state_context, register_state):
17309         Likewise.
17310         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17311         search_cur_bkref_entry):
17312         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17313         (re_search_internal, re_search_2_stub, re_search_stub)
17314         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17315         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17316         (update_cur_sifted_state, check_dst_limits):
17317         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17318         (check_subexp_limits, sift_states_bkref, merge_state_array):
17319         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17320         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17321         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17322         (expand_bkref_cache, check_node_accept_bytes):
17323         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17324         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17325         (acquire_init_state_context, check_halt_node_context):
17326         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17327         (sift_states_backward, clean_state_log_if_needed):
17328         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17329         (find_recover_state, transit_state_sb, transit_state_mb):
17330         (transit_state_bkref, build_trtable, match_ctx_clean):
17331         Likewise.
17332         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17333         to work around an assumption that REG_MISSING is negative.
17334
17335         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17336         (seek_collating_symbol_entry) [defined _LIBC]:
17337         (lookup_collation_sequence_value) [defined _LIBC]:
17338         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17339         Use prototypes rather than old-style function definitions.
17340         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17341         (transit_state_sb) [0]:
17342         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17343
17344         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17345         rm_eo.
17346
17347         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17348         (optimize_subexps, lower_subexp):
17349         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17350         since the signed shift might overflow.  Use 1u<<31 instead.
17351         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17352         Likewise.
17353         * lib/regexec.c (check_dst_limits_calc_pos_1,
17354         check_subexp_matching_top): Likewise.
17355
17356         * lib/regcomp.c (optimize_subexps, lower_subexp):
17357         Use CHAR_BIT rather than 8, for clarity.
17358         * lib/regexec.c (check_dst_limits_calc_pos_1):
17359         (check_subexp_matching_top): Likewise.
17360         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17361         have to worry about portability issues when shifting it left.
17362         Remove no-longer-needed test for table_size > 0.
17363         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17364         in a word, as the resulting behavior is undefined.
17365         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17366         in one case, a <= should have been an <, and in another case the
17367         whole test was missing.
17368         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17369         the standard name CHAR_BIT.
17370         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17371         this is not true on one's complement and signed-magnitude hosts.
17372
17373         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17374         next_last_offset.
17375         (struct re_dfa_t): Remove unused member states_alloc.
17376         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17377
17378 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17379
17380         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17381         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17382         and large-file glibc and in 32-bit large-file Solaris.
17383
17384 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17385
17386         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17387         lengths fit in regoff_t; this isn't true if regoff_t is the same
17388         width as size_t.
17389         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17390         (= START + RANGE) instead of RANGE.  This avoids overflow
17391         problems when regoff_t is the same width as size_t.
17392         All callers changed.
17393         (re_search_2_stub): Check for overflow when adding the
17394         sizes of the two strings.
17395         (re_search_stub): Check for overflow when adding START
17396         to RANGE; if it occurs, substitute the extreme value.
17397
17398 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17401
17402 2005-08-31  Jim Meyering  <jim@meyering.net>
17403
17404         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17405         a pointer-to-const.
17406         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17407         (register_state): Likewise.
17408         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17409         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17410         (group_nodes_into_DFAstates): Likewise.
17411
17412 2005-08-31  Jim Meyering  <jim@meyering.net>
17413
17414         * check-module: Add a FIXME comment.
17415
17416 2005-08-31  Eric Blake  <ebb9@byu.net>
17417
17418         * modules/unistd-safer (Files): Add unistd--.h.
17419         * modules/stdio-safer (Files): Add stdio--.h.
17420
17421 2005-08-31  Derek Price  <derek@ximbiot.com>
17422
17423         * lib/getdelim.c (getdelim): Return EOF on EOF.
17424         Reported by Larry Jones <lawrence.jones@ugs.com>.
17425
17426 2005-08-31  Bruno Haible  <bruno@clisp.org>
17427
17428         Avoid unnecessary diffs in the generated lib/Makefile.am.
17429         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17430         the generated files.
17431         (func_import): Don't set cmd.
17432
17433 2005-08-31  Bruno Haible  <bruno@clisp.org>
17434
17435         * lib/strstr.c: Include <stddef.h>, for NULL.
17436         * lib/strcasestr.c: Likewise.
17437         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17438
17439 2005-08-31  Bruno Haible  <bruno@clisp.org>
17440
17441         * gnulib-tool: New option --macro-prefix.
17442         (func_import): Use macro_prefix.
17443         (import): Handle option --macro-prefix.
17444
17445 2005-08-31  Bruno Haible  <bruno@clisp.org>
17446
17447         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17448         Also use new variables cached_lgpl, cached_libtool.
17449
17450 2005-08-31  Bruno Haible  <bruno@clisp.org>
17451
17452         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17453         always instantiating them.
17454
17455 2005-08-31  Bruno Haible  <bruno@clisp.org>
17456
17457         * gnulib-tool (func_import): Read the previous cached settings
17458         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17459         earlier added by gnulib but are now dropped. Warn when a gnulib file
17460         overwrites a non-gnulib file.
17461
17462 2005-08-31  Bruno Haible  <bruno@clisp.org>
17463
17464         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17465         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17466         projects that don't keep autogenerated files in CVS. Put into
17467         actioncmd only the specified modules, not the transitive closure.
17468
17469 2005-08-31  Bruno Haible  <bruno@clisp.org>
17470
17471         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17472         Create directories that shall be filled.
17473         (import): Don't look for gl_* macros in configure.ac. Recurse across
17474         all directories containing a gnulib-cache.m4 files, if meaningful.
17475
17476 2005-08-31  Bruno Haible  <bruno@clisp.org>
17477
17478         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17479         (import): Set seen_libtool when we see gl_LIBTOOL.
17480
17481 2005-08-31  Bruno Haible  <bruno@clisp.org>
17482
17483         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17484         declaration macro definitions from generated gnulib.m4.
17485
17486 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17487
17488         * lib/iconvme.h: Add prototype for iconv_alloc.
17489
17490 2005-08-29  Simon Josefsson  <jas@extundo.com>
17491
17492         * lib/iconvme.c: Fix errno.
17493
17494 2005-08-29  Bruno Haible  <bruno@clisp.org>
17495
17496         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17497         that it works when the directory contains spaces.
17498
17499 2005-08-29  Bruno Haible  <bruno@clisp.org>
17500
17501         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17502
17503 2005-08-29  Bruno Haible  <bruno@clisp.org>
17504
17505         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17506         Emit more advice.
17507
17508 2005-08-29  Bruno Haible  <bruno@clisp.org>
17509         and Stepan Kasal  <kasal@ucw.cz>
17510
17511         * check-module: If more parameters are given, check each of them
17512         separately; add more exceptions, as noted by Jim Meyering.
17513         (check_module): New procedure.
17514         (%exempt_header): Now contains all exceptions.
17515
17516 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17517
17518         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17519
17520 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17521
17522         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17523
17524 2005-08-28  Bruno Haible  <bruno@clisp.org>
17525
17526         * m4/gnulib-tool.m4: New file.
17527
17528 2005-08-27  Jim Meyering  <jim@meyering.net>
17529
17530         * modules/unistd-safer (Files): Add pipe-safer.c.
17531         * modules/fcntl-safer (Files): Add creat-safer.c.
17532
17533 2005-08-27  Jim Meyering  <jim@meyering.net>
17534
17535         * m4/stdlib-safer.m4: New file.  From coreutils.
17536         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17537         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17538         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17539         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17540         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17541
17542 2005-08-27  Jim Meyering  <jim@meyering.net>
17543
17544         * lib/fopen-safer.c: Merge minor changes from coreutils.
17545         * lib/dup-safer.c: Likewise.
17546         * lib/fd-safer.c: Likewise.
17547
17548         Merge from coreutils.
17549         * lib/stdio--.h: New file.
17550         * lib/stdlib--.h: New file.
17551         * lib/mkstemp-safer.c: New file.
17552
17553         GNU tar needs these.
17554         * lib/pipe-safer.c: New file.
17555         * lib/creat-safer.c: New file.
17556         * lib/fcntl--.h (creat): Define to creat_safer.
17557         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17558         * lib/unistd--.h (pipe): Define to pipe_safer.
17559         * lib/unistd-safer.h: Declare pipe_safer.
17560
17561 2005-08-26  Simon Josefsson  <jas@extundo.com>
17562
17563         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17564         Haible <bruno@clisp.org>.
17565
17566 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * lib/regex_internal.h: Remove all references to
17569         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17570         or better.
17571         (bitset_not, bitset_merge, bitset_not_merge):
17572         (bitset_mask, re_string_allocate, re_string_construct):
17573         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17574         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17575         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17576         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17577         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17578         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17579         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17580         (re_acquire_state_context):
17581         Remove unnecessary forward decls.
17582         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17583         Put __attribute at function definition,
17584         now that the function decl has been removed.
17585         * lib/regex_internal.c (re_string_peek_byte_case):
17586         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17587         Likewise.
17588
17589 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17590
17591         * m4/regex.m4: Add AC_PREREQ(2.50).
17592         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17593
17594 2005-08-25  Simon Josefsson  <jas@extundo.com>
17595
17596         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17597         __fsetlocking.
17598
17599 2005-08-25  Simon Josefsson  <jas@extundo.com>
17600
17601         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17602         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17603         GLIBC specific code.
17604
17605 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17606
17607         Make regex safe for g++.  This fixes one real bug (an "err"
17608         that should have been "*err").  g++ problem reported by
17609         Sam Steingold.
17610         * lib/regex_internal.h (re_calloc): New macro, consistent with
17611         re_malloc etc.  All callers of calloc changed to use re_calloc.
17612         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17613         not int.  All callers changed.
17614         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17615         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17616         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17617         (find_recover_state): Change "err" to "*err"; this fixes what
17618         appears to be a real bug.
17619         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17620         versus int.
17621
17622 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17623
17624         * modules/regex (Depends-on): Add malloc, since the code
17625         assumes that !malloc(0) means failure.
17626
17627 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17630
17631         alloca modernization/simplification for regex.
17632         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17633         needs to be at the start of the file, and can be moved into
17634         regex_internal.h and simplified.
17635         * lib/regex_internal.h: Include <alloca.h>.
17636         (__libc_use_alloca) [!defined _LIBC]: New macro.
17637         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17638         now works outside glibc.
17639
17640 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         * config/srclist.txt: Add glibc bugs 1241, 1245.
17643
17644 2005-08-25  Jim Meyering  <jim@meyering.net>
17645
17646         * lib/open-safer.c: Include <config.h>.
17647         Otherwise, we'd lose LARGEFILE support in any file using
17648         e.g. "fcntl--.h"
17649
17650 2005-08-25  Bruno Haible  <bruno@clisp.org>
17651
17652         * m4/minmax.m4: Require autoconf 2.52.
17653         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17654         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17655         alternatives of translit over the alphabet.
17656         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17657
17658 2005-08-24  Simon Josefsson  <jas@extundo.com>
17659
17660         * tests/test-getpass.c: New file.
17661
17662 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17663
17664         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17665         for GNU regex features.
17666
17667 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17668
17669         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17670         * lib/regex.h (regerror): Likewise.
17671
17672         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17673         requires this.  (The code never needed it.)
17674
17675         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17676         All uses of recently-renamed identifiers changed to use the new,
17677         POSIX-compliant names.  The code will build and run just fine
17678         without these changes, but it's better to eat our own dog food
17679         and use the standard-conforming names.
17680
17681         * lib/regex.h: Fix a multitude of POSIX name space violations.
17682         These changes have an effect only for programs that define
17683         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17684         do not change anything for programs compiled in the normal way.
17685         Also, there is no effect on the ABI.
17686
17687         (_REGEX_SOURCE): New macro.
17688         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17689         defined and _GNU_SOURCE is not; this fixes a name space violation.
17690
17691         Rename the following macros to obey POSIX requirements.
17692         The old names are still visible as macros if _REGEX_SOURCE is defined.
17693         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17694         RE_BACKSLASH_ESCAPE_IN_LISTS.
17695         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17696         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17697         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17698         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17699         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17700         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17701         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17702         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17703         (REG_INTERVALS): renamed from RE_INTERVALS.
17704         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17705         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17706         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17707         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17708         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17709         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17710         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17711         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17712         RE_UNMATCHED_RIGHT_PAREN_ORD.
17713         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17714         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17715         (REG_DEBUG): renamed from RE_DEBUG.
17716         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17717         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17718         unusual, since we can't clash with the POSIX REG_ICASE.
17719         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17720         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17721         (REG_NO_SUB): renamed from RE_NO_SUB.
17722         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17723         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17724         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17725         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17726         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17727         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17728         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17729         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17730         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17731         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17732         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17733         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17734         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17735         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17736         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17737         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17738         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17739         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17740         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17741         (REG_FIXED): Renamed from REGS_FIXED.
17742         (REG_NREGS): Renamed from RE_NREGS.
17743
17744         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17745         of other REG_* macros, since POSIX says the user is allowed to
17746         #undef these macros selectively.
17747
17748         (reg_errcode_t): Update comment stating what other tables need
17749         to be consistent.
17750
17751         Rename the following enum values to obey POSIX requirements.
17752         The old names are still visible as macros.
17753         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17754         is not defined, since GNU is supposed to be a superset of POSIX as
17755         much as possible, and since we want reg_errcode_t to be a signed
17756         type for implementation consistency.
17757         (_REG_NOERROR): Renamed from REG_NOERROR.
17758         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17759         (_REG_BADPAT): Renamed from REG_BADPAT.
17760         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17761         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17762         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17763         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17764         (_REG_EBRACK): Renamed from REG_EBRACK.
17765         (_REG_EPAREN): Renamed from REG_EPAREN.
17766         (_REG_EBRACE): Renamed from REG_EBRACE.
17767         (_REG_BADBR): Renamed from REG_BADBR.
17768         (_REG_ERANGE): Renamed from REG_ERANGE.
17769         (_REG_ESPACE): Renamed from REG_ESPACE.
17770         (_REG_BADRPT): Renamed from REG_BADRPT.
17771         (_REG_EEND): Renamed from REG_EEND.
17772         (_REG_ESIZE): Renamed from REG_ESIZE.
17773         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17774         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17775         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17776         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17777         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17778
17779         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17780         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17781         changed.  But support the old name if the new one is not defined
17782         and if _REGEX_SOURCE.
17783
17784         Change the following member names in struct re_pattern_buffer.
17785         The old names are still supported if !_REGEX_SOURCE.
17786         The new names are always supported, regardless of _REGEX_SOURCE.
17787         (re_buffer): Renamed from buffer.
17788         (re_allocated): Renamed from allocated.
17789         (re_used): Renamed from used.
17790         (re_syntax): Renamed from syntax.
17791         (re_fastmap): Renamed from fastmap.
17792         (re_translate): Renamed from translate.
17793         (re_can_be_null): Renamed from can_be_null.
17794         (re_regs_allocated): Renamed from regs_allocated.
17795         (re_fastmap_accurate): Renamed from fastmap_accurate.
17796         (re_no_sub): Renamed from no_sub.
17797         (re_not_bol): Renamed from not_bol.
17798         (re_not_eol): Renamed from not_eol.
17799         (re_newline_anchor): Renamed from newline_anchor.
17800
17801         Change the following member names in struct re_registers.
17802         The old names are still supported if !_REGEX_SOURCE.
17803         The new names are always supported, regardless of _REGEX_SOURCE.
17804         (rm_num_regs): Renamed from num_regs.
17805         (rm_start): Renamed from start.
17806         (rm_end): Renamed from end.
17807
17808         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17809         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17810         Prepend __ to parameter names.
17811
17812         Undo yesterday's changes.
17813
17814 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17815
17816         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17817         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17818         lib/regex.c.
17819
17820 2005-08-24  Jim Meyering  <jim@meyering.net>
17821
17822         Sync from coreutils.
17823         * m4/fcntl-safer.m4: New file.
17824
17825         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17826         and object files for this module.
17827
17828 2005-08-24  Jim Meyering  <jim@meyering.net>
17829
17830         Sync from coreutils.
17831         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17832
17833 2005-08-24  Jim Meyering  <jim@meyering.net>
17834
17835         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17836         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17837
17838 2005-08-24  Jim Meyering  <jim@meyering.net>
17839
17840         * modules/fcntl-safer: New module.
17841         * modules/fts (Depends-on): Add fcntl-safer.
17842         * MODULES.html.sh (File descriptor based Input/Output):
17843         Add fcntl-safer.
17844
17845 2005-08-24  Bruno Haible  <bruno@clisp.org>
17846
17847         Support for unit test modules.
17848         * modules/README: Mention tests modules.
17849         * modules/TEMPLATE-TESTS: New file.
17850         * gnulib-tool: New options --extract-tests-module, --with-tests and
17851         --tests-base (unused for the moment).
17852         (testsbase, inctests): New variables.
17853         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17854         (func_verify_module): Exclude TEMPLATE-TESTS.
17855         (func_verify_nontests_module, func_verify_tests_module): New functions.
17856         (func_get_dependencies): Add implicit dependency for tests modules.
17857         (func_get_tests_module): New function.
17858         (func_modules_transitive_closure): When --with-tests was specified,
17859         include the unit tests as well, unless explicitly avoided.
17860         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17861         (func_emit_tests_Makefile_am): New function.
17862         (func_create_testdir): When --with-tests was specified, emit a
17863         tests/ directory.
17864         * MODULES.html.sh (Future developments): Update.
17865
17866 2005-08-24  Bruno Haible  <bruno@clisp.org>
17867
17868         * modules/tls-tests: New file.
17869         * tests/test-tls.c: New file, from GNU gettext.
17870
17871 2005-08-24  Bruno Haible  <bruno@clisp.org>
17872
17873         * modules/lock-tests: New file.
17874         * tests/test-lock.c: New file, from GNU gettext.
17875
17876 2005-08-24  Bruno Haible  <bruno@clisp.org>
17877
17878         * lib/lock.h: Add multiple inclusion guard.
17879         * lib/tls.h: Add multiple inclusion guard.
17880
17881 2005-08-24  Bruno Haible  <bruno@clisp.org>
17882
17883         * gnulib-tool: Add support for the --aux-dir option to
17884         --create-testdir, --create-megatestdir, --test, --megatest.
17885         (func_create_testdir, func_create_megatestdir): Optionally emit a
17886         AC_CONFIG_AUX_DIR directive.
17887         (create-testdir, create-megatestdir, test, megatest): Provide a
17888         default value for $auxdir.
17889
17890 2005-08-24  Bruno Haible  <bruno@clisp.org>
17891
17892         * gnulib-tool (import): Use compound statement instead of subshell
17893         where possible.
17894
17895 2005-08-24  Bruno Haible  <bruno@clisp.org>
17896
17897         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17898
17899 2005-08-24  Bruno Haible  <bruno@clisp.org>
17900
17901         * gnulib-tool (func_version): Update.
17902
17903 2005-08-24  Bruno Haible  <bruno@clisp.org>
17904
17905         * gnulib-tool (func_import, func_create_testdir,
17906         func_create_megatestdir): Quote all autoconf macro arguments.
17907
17908 2005-08-24  Bruno Haible  <bruno@clisp.org>
17909
17910         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17911         option --force, because --force causes the aclocal.m4 of each
17912         subdirectory to be newer than the corresponding config.h.in.
17913
17914 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17915
17916         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17917         All contents moved to gl_REGEX.
17918         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17919         assume that it does.
17920
17921 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * lib/regex.h (REG_NOSYS)
17924         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17925         Define, since POSIX requires it as of 2001.
17926         (_REG_ENOSYS)
17927         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17928         New private symbol, used to keep the enum signed in all cases.
17929         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17930         Youngman in
17931         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17932
17933         * lib/regex_internal.c (re_string_skip_chars, register_state):
17934         (calc_state_hash):
17935         Remove forward decls; no longer needed now that we use prototypes.
17936         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17937         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17938         (clean_state_log_if_needed): Likewise.
17939
17940 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17941
17942         * config/srclist.txt: Add glibc bugs 1231-1233.
17943
17944 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17945
17946         Fix problems reported by Sam Steingold in
17947         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17948         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17949         assumed that reg_errcode_t is a signed type, which is not
17950         necessarily true if _XOPEN_SOURCE is not defined.
17951         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17952         since some compilers warn about it otherwise.
17953
17954 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17955
17956         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17957         (init_word_char, create_initial_state, duplicate_node_closure):
17958         (fetch_token, peek_token_bracket, build_range_exp):
17959         (build_collating_symbol): Remove forward decls; no longer needed
17960         now that we use prototypes.
17961
17962         * lib/regcomp.c:
17963         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17964         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17965         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17966         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17967         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17968         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17969         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17970         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17971         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17972         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17973         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17974         (build_charclass, build_charclass_op, fetch_number, create_tree):
17975         (create_token_tree, mark_opt_subexp, duplicate_tree):
17976         Use prototypes rather than old-style definitions.
17977
17978         * lib/regex_internal.c:
17979         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17980         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17981         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17982         (re_string_reconstruct, re_string_peek_byte_case):
17983         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17984         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17985         (re_node_set_init_copy, re_node_set_add_intersect):
17986         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17987         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17988         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17989         (re_acquire_state, re_acquire_state_context, register_state):
17990         (create_ci_newstate, create_cd_newstate, free_state):
17991         Likewise.
17992         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
17993         re_search_2):
17994         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
17995         (re_search_internal, prune_impossible_nodes):
17996         (acquire_init_state_context, check_matching, static):
17997         (check_halt_node_context, check_halt_state_context, proceed_next_node):
17998         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
17999         (update_regs, sift_states_backward, build_sifted_states):
18000         (clean_state_log_if_needed, merge_state_array):
18001         (update_cur_sifted_state, add_epsilon_src_nodes):
18002         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18003         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18004         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18005         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18006         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18007         (check_arrival, check_arrival_add_next_nodes):
18008         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18009         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18010         (check_node_accept_bytes, check_node_accept, extend_buffers):
18011         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18012         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18013         (sift_ctx_init):
18014         Likewise.
18015
18016         * lib/regex_internal.h:
18017         (re_string_allocate, re_string_construct, re_string_reconstruct):
18018         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18019         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18020         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18021         (re_string_context_at, re_string_peek_byte_case):
18022         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18023         is defined, since we now use prototypes always.
18024
18025         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18026         C89 or better.  All uses removed.
18027
18028 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * config/srclist.txt: Add glibc bugs 1220-1227.
18031
18032 2005-08-20  Jim Meyering  <jim@meyering.net>
18033
18034         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18035         of unused local, dfa.
18036
18037 2005-08-20  Bruno Haible  <bruno@clisp.org>
18038
18039         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18040
18041 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18044         (re_node_set_insert_last, re_dfa_add_node):
18045         Rename local variables to avoid GCC shadowing warnings.
18046
18047 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18048
18049         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18050         [defined lint]: Suppress bogus uninitialized-variable warnings.
18051
18052         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18053         and let the caller return REG_ESPACE if out of space.  This
18054         removes an uninitialied-variable warning with GCC 4.0.1, and also
18055         avoids taking the address of a local variable.  All callers
18056         changed.
18057
18058 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18059
18060         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18061         $LIBCSRC/posix/regexec.c.
18062         Add glibc bug 1217 for regcomp.c.
18063
18064 2005-08-19  Jim Meyering  <jim@meyering.net>
18065
18066         * lib/regexec.c (proceed_next_node): Redo local variables to
18067         avoid GCC shadowing warnings.
18068
18069 2005-08-18  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/strstr.c (strstr): Fix return value in multibyte case.
18072         * lib/strcasestr.c (strcasestr): Likewise.
18073
18074 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18075
18076         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18077
18078 2005-08-17  Jim Meyering  <jim@meyering.net>
18079
18080         Make the %s format (seconds since the epoch) work for a negative
18081         number and when used with a zero-padded field width, e.g. %015s.
18082
18083         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18084         label so that it precedes the code to set `digits'.  Otherwise,
18085         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18086         print `00-22'.  Now, it prints `-0022', as it should.
18087
18088 2005-08-17  Bruno Haible  <bruno@clisp.org>
18089
18090         * modules/strstr (Files): Add m4/mbrtowc.m4.
18091         (Depends-on): Add mbuiter.
18092
18093 2005-08-17  Bruno Haible  <bruno@clisp.org>
18094
18095         * modules/strcasestr: New file.
18096         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18097         strcasestr.
18098
18099 2005-08-17  Bruno Haible  <bruno@clisp.org>
18100
18101         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18102
18103 2005-08-17  Bruno Haible  <bruno@clisp.org>
18104
18105         * modules/mbuiter: New file.
18106         * MODULES.html.sh (Extended multibyte and wide character utilities):
18107         Add mbuiter.
18108
18109 2005-08-17  Bruno Haible  <bruno@clisp.org>
18110
18111         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18112         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18113
18114 2005-08-17  Bruno Haible  <bruno@clisp.org>
18115
18116         * m4/strcasestr.m4: New file.
18117
18118 2005-08-17  Bruno Haible  <bruno@clisp.org>
18119
18120         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18121         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18122
18123 2005-08-17  Bruno Haible  <bruno@clisp.org>
18124
18125         * lib/strcasestr.h: New file.
18126         * lib/strcasestr.c: New file.
18127
18128 2005-08-17  Bruno Haible  <bruno@clisp.org>
18129
18130         * lib/strcasecmp.c: Use mbuiter.h.
18131
18132 2005-08-17  Bruno Haible  <bruno@clisp.org>
18133
18134         * lib/mbuiter.h: New file.
18135
18136 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18137
18138         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18139         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18140         and gl_GETOPT are both invoked via different paths (as happens
18141         with GNU tar CVS because it uses both argp and getopt), the former
18142         wins.
18143
18144 2005-08-16  Bruno Haible  <bruno@clisp.org>
18145
18146         * modules/tls: New file.
18147         * MODULES.html.sh (Multithreading): Add tls.
18148
18149 2005-08-16  Bruno Haible  <bruno@clisp.org>
18150
18151         * modules/strnlen1: New file.
18152         * MODULES.html.sh (String handling): Add strnlen1.
18153
18154 2005-08-16  Bruno Haible  <bruno@clisp.org>
18155
18156         * modules/strcase (Files): Add m4/mbrtowc.m4.
18157         (Depends-on): Add strnlen1, mbchar.
18158
18159 2005-08-16  Bruno Haible  <bruno@clisp.org>
18160
18161         * modules/mbiter: New file.
18162         * MODULES.html.sh (Extended multibyte and wide character utilities):
18163         Add mbiter.
18164
18165 2005-08-16  Bruno Haible  <bruno@clisp.org>
18166
18167         * modules/mbfile: New file.
18168         * MODULES.html.sh (Extended multibyte and wide character utilities):
18169         Add mbfile.
18170
18171 2005-08-16  Bruno Haible  <bruno@clisp.org>
18172
18173         * modules/mbchar: New file.
18174         * MODULES.html.sh (Extended multibyte and wide character utilities):
18175         New section.
18176
18177 2005-08-16  Bruno Haible  <bruno@clisp.org>
18178
18179         * m4/tls.m4: New file, from GNU gettext.
18180
18181 2005-08-16  Bruno Haible  <bruno@clisp.org>
18182
18183         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18184         always.
18185         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18186
18187 2005-08-16  Bruno Haible  <bruno@clisp.org>
18188
18189         * m4/mbiter.m4: New file.
18190
18191 2005-08-16  Bruno Haible  <bruno@clisp.org>
18192
18193         * m4/mbfile.m4: New file.
18194
18195 2005-08-16  Bruno Haible  <bruno@clisp.org>
18196
18197         * m4/mbchar.m4: New file.
18198
18199 2005-08-16  Bruno Haible  <bruno@clisp.org>
18200
18201         * lib/tls.h: New file, from GNU gettext.
18202         * lib/tls.c: New file, from GNU gettext.
18203
18204 2005-08-16  Bruno Haible  <bruno@clisp.org>
18205
18206         * lib/strnlen1.h: New file.
18207         * lib/strnlen1.c: New file.
18208
18209 2005-08-16  Bruno Haible  <bruno@clisp.org>
18210
18211         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18212         (mbi_init): Update.
18213         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18214         NUL byte, not after it.
18215
18216 2005-08-16  Bruno Haible  <bruno@clisp.org>
18217
18218         * lib/strcase.h (strcasecmp): Add note in comments.
18219         * lib/strncasecmp.c: Use code from strcasecmp.c.
18220         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18221         (strcasecmp): Work correctly in multibyte locales.
18222
18223 2005-08-16  Bruno Haible  <bruno@clisp.org>
18224
18225         * lib/mbiter.h: New file.
18226
18227 2005-08-16  Bruno Haible  <bruno@clisp.org>
18228
18229         * lib/mbfile.h: New file.
18230
18231 2005-08-16  Bruno Haible  <bruno@clisp.org>
18232
18233         * lib/mbchar.h: New file.
18234         * lib/mbchar.c: New file.
18235
18236 2005-08-16  Bruno Haible  <bruno@clisp.org>
18237
18238         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18239         the valid ones. Makes the comparison operations transitive:
18240         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18241         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18242
18243 2005-08-15  Simon Josefsson  <jas@extundo.com>
18244
18245         * modules/ssize_t (License): Change to 'unlimited'.
18246
18247         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18248
18249 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18250
18251         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18252         Add comments for each pending glibc patch.
18253
18254 2005-08-15  Bruno Haible  <bruno@clisp.org>
18255
18256         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18257         __cplusplus is defined.
18258
18259 2005-08-14  Jim Meyering  <jim@meyering.net>
18260
18261         Sync from coreutils.
18262
18263         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18264         Use the hash-table-based cycle-detection code not just when
18265         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18266         Reported by James Youngman in
18267         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18268         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18269         FTS_TIGHT_CYCLE_CHECK.
18270         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18271         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18272         once again.
18273         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18274         * lib/fts.c (fd_safer): Remove decl.
18275         Include fcntl--.h rather than unistd-safer.h
18276         (fts_safe_changedir): Don't call fd_safer; no longer needed
18277         now that we include fcntl--.h.
18278
18279 2005-08-12  Simon Josefsson  <jas@extundo.com>
18280
18281         * modules/getndelim2: Use ssize_t module.
18282         * modules/getnline: Likewise.
18283         * modules/safe-read: Likewise.
18284         * modules/xreadlink: Likewise.
18285
18286         * modules/ssize_t: New file.
18287
18288 2005-08-12  Simon Josefsson  <jas@extundo.com>
18289
18290         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18291
18292 2005-08-12  Simon Josefsson  <jas@extundo.com>
18293
18294         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18295         ssize_t.
18296
18297 2005-08-12  Simon Josefsson  <jas@extundo.com>
18298
18299         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18300         readline, getdelim and check_version.
18301         (Support for systems lacking ISO C 99: Sizes of integer types):
18302         Add size_max.
18303
18304 2005-08-12  Bruno Haible  <bruno@clisp.org>
18305
18306         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18307
18308 2005-08-11  Simon Josefsson  <jas@extundo.com>
18309
18310         * modules/readline: New file.
18311
18312         * modules/strnlen (Files): Add strnlen.h.
18313
18314 2005-08-11  Simon Josefsson  <jas@extundo.com>
18315
18316         * m4/readline.m4: New file.
18317
18318 2005-08-11  Simon Josefsson  <jas@extundo.com>
18319
18320         * lib/readline.h, readline.c: New file.
18321
18322 2005-08-11  Simon Josefsson  <jas@extundo.com>
18323
18324         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18325         gl_AVOID.
18326
18327 2005-08-11  Bruno Haible  <bruno@clisp.org>
18328
18329         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18330
18331 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18332
18333         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18334
18335 2005-08-10  Simon Josefsson  <jas@extundo.com>
18336
18337         * tests/test-iconvme.c: New file.
18338
18339 2005-08-10  Simon Josefsson  <jas@extundo.com>
18340
18341         * m4/strnlen.m4: New file.
18342
18343         * m4/strndup.m4: Don't check for strnlen declaration, done in
18344         strnlen.m4.
18345
18346 2005-08-10  Simon Josefsson  <jas@extundo.com>
18347
18348         * lib/strndup.c: Use strnlen.h.
18349
18350         * lib/strnlen.h: New file.
18351
18352 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18353
18354         * README: Typos.
18355
18356 2005-08-02  Simon Josefsson  <jas@extundo.com>
18357
18358         * modules/readline: New file.
18359
18360 2005-08-02  Simon Josefsson  <jas@extundo.com>
18361
18362         * modules/getdelim: New file.
18363
18364         * modules/getline: Rewrite, don't use getndelim2.
18365
18366 2005-08-02  Simon Josefsson  <jas@extundo.com>
18367
18368         * m4/getline.m4: Separate out getdelim stuff into separate module.
18369
18370         * m4/getdelim.m4: New file.
18371
18372 2005-08-02  Simon Josefsson  <jas@extundo.com>
18373
18374         * lib/getline.h, getline.c: Rewrite.
18375
18376         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18377
18378 2005-07-31  Bruno Haible  <bruno@clisp.org>
18379
18380         * lib/lock.h (gl_lock_initializer): New macro.
18381         (gl_lock_define_initialized): Use it.
18382         (gl_rwlock_initializer): New macro.
18383         (gl_rwlock_define_initialized): Use it.
18384         (gl_recursive_lock_initializer): New macro.
18385         (gl_recursive_lock_define_initialized): Use it.
18386
18387 2005-07-30  Karl Berry  <karl@gnu.org>
18388
18389         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18390         Report from Ben Pfaff, regarding getopt.
18391
18392 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18393
18394         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18395         normal way.
18396         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18397         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18398         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18399         (gl_GETOPT): Use the new macros.  Most of the implementation
18400         is moved to the new macros.  This is for programs like Emacs
18401         that don't want all the functionality of gl_GETOPT.
18402
18403 2005-07-26  Bruno Haible  <bruno@clisp.org>
18404
18405         * m4/lock.m4: Update from GNU gettext.
18406
18407 2005-07-26  Bruno Haible  <bruno@clisp.org>
18408
18409         * lib/lock.h: Update from GNU gettext.
18410         * lib/lock.c: Update from GNU gettext.
18411
18412 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18413
18414         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18415         obsolescent AC_TRY_RUN.  Include the default includes files, for
18416         'exit'.
18417
18418 2005-07-24  Bruno Haible  <bruno@clisp.org>
18419
18420         * modules/visibility: New file.
18421         * MODULES.html.sh (Misc): Add visibility.
18422
18423 2005-07-24  Bruno Haible  <bruno@clisp.org>
18424
18425         * m4/visibility.m4: New file.
18426
18427 2005-07-24  Bruno Haible  <bruno@clisp.org>
18428
18429         * doc/visibility.texi: New file.
18430
18431 2005-07-22  Bruno Haible  <bruno@clisp.org>
18432
18433         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18434         $(ALLOCA_H), redundant through BUILT_SOURCES.
18435         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18436         redundant through BUILT_SOURCES.
18437         * modules/byteswap (Makefile.am): Remove explicit dependency on
18438         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18439         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18440         $(FNMATCH_H), redundant through BUILT_SOURCES.
18441         * modules/getopt (Makefile.am): Remove explicit dependency on
18442         $(GETOPT_H), redundant through BUILT_SOURCES.
18443         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18444         redundant through BUILT_SOURCES.
18445         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18446         redundant through BUILT_SOURCES.
18447         * modules/stdbool (Makefile.am): Remove explicit dependency on
18448         $(STDBOOL_H), redundant through BUILT_SOURCES.
18449         * modules/stdint (Makefile.am): Remove explicit dependency on
18450         $(STDINT_H), redundant through BUILT_SOURCES.
18451         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18452         Remove explicit dependency on $(SYSEXITS_H).
18453         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18454
18455 2005-07-18  Simon Josefsson  <jas@extundo.com>
18456
18457         * lib/check-version.c (check_version): Accept identical versions too.
18458
18459 2005-07-18  Bruno Haible  <bruno@clisp.org>
18460
18461         * modules/lock: New file.
18462         * MODULES.html.sh (Multithreading): New section.
18463
18464 2005-07-18  Bruno Haible  <bruno@clisp.org>
18465
18466         * m4/lock.m4: New file, from GNU gettext.
18467
18468 2005-07-18  Bruno Haible  <bruno@clisp.org>
18469
18470         * lib/lock.h: New file, from GNU gettext.
18471         * lib/lock.c: New file, from GNU gettext.
18472
18473 2005-07-18  Bruno Haible  <bruno@clisp.org>
18474
18475         * lib/lock.h (gl_once_t): New type.
18476         (gl_once_define, gl_once): New macros.
18477         * lib/lock.c (fresh_once): New variable.
18478         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18479         functions.
18480
18481 2005-07-16  Simon Josefsson  <jas@extundo.com>
18482
18483         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18484         workaround, suggested by Bruno.
18485
18486 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18487
18488         * modules/xalloc (Depends-on): Add xalloc-die.
18489         * modules/xvasprintf (Depends-on): Add xalloc-die.
18490
18491 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18492
18493         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18494         with a minor change.
18495
18496 2005-07-15  Bruno Haible  <bruno@clisp.org>
18497
18498         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18499         When using lib/poll.c, define poll as rpl_poll.
18500
18501 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18502
18503         * modules/argp (Depends-on): Remove unlocked-io.
18504
18505 2005-07-14  Derek Price  <derek@ximbiot.com>
18506
18507         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18508         for glob symlink bug.
18509
18510 2005-07-14  Bruno Haible  <bruno@clisp.org>
18511
18512         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18513         Instead, test for *_unlocked function declarations directly.
18514
18515 2005-07-11  Simon Josefsson  <jas@extundo.com>
18516
18517         * modules/size_max: New file.
18518
18519         * modules/xsize: Depend on size_max module for size_max.m4.
18520
18521 2005-07-11  Simon Josefsson  <jas@extundo.com>
18522
18523         * lib/size_max.h: New file.
18524
18525 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18526
18527         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18528         copyright symbol and the year.
18529         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18530         (version_etc_va): Use parameterized copyright notice.
18531         Reword to conform to the current GNU coding standards.
18532
18533 2005-07-11  Karl Berry  <karl@gnu.org>
18534
18535         * doc/gnulib.texi (Quoting): new node.
18536         (Initial import): more info, from Patrice.
18537
18538 2005-07-11  Bruno Haible  <bruno@clisp.org>
18539
18540         * gnulib-tool (func_usage): Document option --avoid.
18541         (Command line options): Handle --avoid.
18542         (func_acceptable): New function.
18543         (func_modules_transitive_closure): Use it.
18544
18545 2005-07-11  Bruno Haible  <bruno@clisp.org>
18546
18547         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18548         Reported by Jim Meyering.
18549
18550 2005-07-10  Bruno Haible  <bruno@clisp.org>
18551
18552         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18553         Needed when size_t is smaller than 'unsigned int'.
18554         Reported by Paul Eggert.
18555
18556 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18557
18558         * modules/argp (Depends-on): Add unlocked-io
18559
18560 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18561
18562         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18563         block of defines.
18564
18565 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18566
18567         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18568         fix now.
18569
18570 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18571         and Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18574         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18575
18576 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18577
18578         * modules/regex (Files): Add lib/regex_internal.c,
18579         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18580         (Depends-on): Add extensions.
18581         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18582
18583 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18586         pathconf.
18587         * m4/same.m4 (gl_SAME): Likewise.
18588         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18589
18590         * m4/regex.m4: Adjust to new libc regex implementation.
18591         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18592         all the .c and .h parts of (the new) regex.
18593         Quote the m4 stuff better.
18594         Check for RE_ICASE bug of old gnulib.
18595         Check for REG_STARTEND of recent libc.
18596         Rename local variables from jm_* to gl_*.
18597         Quote operand of "test -f".
18598         Say "recent enough" version of libc, not "version 2".
18599         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18600         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18601         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18602         Remove check for btowc, isascii.
18603         Require AM_LANGINFO_CODESET.
18604
18605 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         * lib/regex.c, regex.h: Sync from libc.
18608         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18609         * lib/regexec.c:
18610         New files, synced from libc, except that regex_internal.h
18611         currently has a small porting fix.
18612
18613 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18616         regex_internal.c, regexec.c.
18617         Add regex_internal.h too, but as a comment, since the libc version
18618         is currently broken in gnulib mode.
18619
18620 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         Support programs like Emacs that use gnulib but not gettext.
18623         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18624         * modules/gettext-h: New file.
18625         * modules/gettext (Files): Remove lib/gettext.h.
18626         (Depends-on): Add gettext-h.
18627         (Makefile.am): Remove lib_SOURCES.
18628         * modules/argmatch, modules/c-stack, modules/closeout:
18629         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18630         * modules/execute, modules/file-type, modules/getaddrinfo:
18631         * modules/getopt, modules/human, modules/javacomp:
18632         * modules/javaexec, modules/mkdir-p, modules/obstack:
18633         * modules/openat, modules/pagealign_alloc, modules/pipe:
18634         * modules/quotearg, modules/regex, modules/rpmatch:
18635         * modules/unicodeio, modules/userspec, modules/version-etc:
18636         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18637         * modules/xsetenv:
18638         Depend on gettext-h, not gettext.
18639
18640 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         * gnulib-tool (func_import): Add support for 'public domain' license.
18643         * modules/alloca, modules/atexit, modules/memmove:
18644         Now public domain, not GPL.
18645         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18646         * modules/realloc, modules/strerror, modules/strtod:
18647         Now LGPL, not GPL.
18648
18649 2005-07-05  Bruno Haible  <bruno@clisp.org>
18650
18651         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18652         autoconf CVS. Needed for mingw.
18653
18654 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         Remove the dependency of the strftime module on the tzset module.
18657         * modules/strftime (Depends-on): Remove dependency on tzset.
18658
18659 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         Remove the dependency of the strftime module on the tzset module.
18662         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18663         gl_FUNC_TZSET_CLOBBER.
18664
18665 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         Remove the dependency of the strftime module on the tzset module.
18668         * lib/strftime.c (my_strftime)
18669         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18670         Copy the input structure, to work around some of the bug with
18671         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18672         Solaris releases, you should also use the tzset module, but we won't
18673         require it as a dependency any more since we don't want LGPLed code
18674         to depend on GPLed code.
18675
18676 2005-07-02  Jim Meyering  <jim@meyering.net>
18677
18678         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18679         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18680         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18681         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18682
18683 2005-07-02  Jim Meyering  <jim@meyering.net>
18684
18685         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18686
18687 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18688
18689         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18690         declares only 'struct timespec;' (!).
18691
18692 2005-07-01  Jim Meyering  <jim@meyering.net>
18693
18694         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18695         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18696         * lib/save-cwd.c, tempname.c:
18697         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18698         and don't include <sys/file.h>).
18699
18700 2005-06-29  Jim Meyering  <jim@meyering.net>
18701
18702         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18703         type name.  Use the variable name instead.
18704         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18705         Likewise.
18706
18707 2005-06-28  Simon Josefsson  <jas@extundo.com>
18708
18709         * modules/check-version (Files): Add check-version.m4.
18710
18711 2005-06-28  Simon Josefsson  <jas@extundo.com>
18712
18713         * m4/check-version.m4: New file, suggested by Jim Meyering
18714         <jim@meyering.net>.
18715
18716 2005-06-28  Simon Josefsson  <jas@extundo.com>
18717
18718         * lib/check-version.h, lib/check-version.c: New files.
18719
18720 2005-06-28  Simon Josefsson  <jas@extundo.com>
18721
18722         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18723         collision with global variable.  Better indentation.  Don't
18724         increment buffer pointer beyond buffer end.  Based on comments
18725         from Paul Eggert <eggert@cs.ucla.edu>.
18726
18727         * lib/base64.h: Indent.
18728
18729 2005-06-28  Simon Josefsson  <jas@extundo.com>
18730
18731         * doc/gnulib.texi (Library version handling): New section.
18732
18733 2005-06-28  Jim Meyering  <jim@meyering.net>
18734
18735         * check-module (find_included_lib_files): Hard-code another
18736         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18737         but modules/fts-lgpl (correctly) does not list those files.
18738
18739         * modules/canonicalize (Files): Add lib/pathmax.h.
18740
18741 2005-06-25  Simon Josefsson  <jas@extundo.com>
18742
18743         * modules/check-version: New file.
18744
18745 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18748         initializer of struct addrinfo, as an indication that we don't
18749         care how many members the structure has.
18750
18751 2005-06-24  Derek Price  <derek@ximbiot.com>
18752         and Bruno Haible  <bruno@clisp.org>
18753
18754         Remove stat module & update lstat.
18755         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18756         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18757         * m4/stat.m4: Remove this file.
18758
18759 2005-06-24  Derek Price  <derek@ximbiot.com>
18760         and Bruno Haible  <bruno@clisp.org>
18761
18762         Remove stat module & update lstat.
18763         * lib/stat.c: Remove this file...
18764         (slash_aware_lstat): ...moving this content and its support...
18765         * lib/lstat.c (rpl_lstat): ...into here.
18766         * lib/lstat.h: New file.
18767
18768 2005-06-24  Derek Price  <derek@ximbiot.com>
18769         and Bruno Haible  <bruno@clisp.org>
18770
18771         Remove stat module & update lstat.
18772         * config/srclist.txt (libc sources): Remove stat.
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         * MODULES.html.sh (stat): Remove.
18779         * MODULES.html: Regenerated.
18780         * modules/lstat (Description): Correct function name.
18781         (Files): Add "lstat.h".
18782         (Depends-on): Remove stat, add xalloc, stat-macros.
18783         * modules/stat: Remove this file.
18784         (Include): Add "lstat.h", remove <sys/stat.h>.
18785
18786 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18787
18788         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18789         (ranged_convert): Don't save conversion in a temporary struct.
18790         This causes a warning with GCC 4.0.0, and anyway in the typical
18791         case it's not worth the extra 100 bytes or so of code.
18792         (ranged_convert, __mktime_internal): When calling a function via a
18793         pointer P, use P () rather than (*P) (), as we now assume C89 or
18794         better.
18795
18796 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18799         "who -r" failed to give output.  Problem reported by Tim Waugh.
18800
18801         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18802         (xcalloc): Use it to avoid needless tests.
18803         Problem reported by Jim Meyering.
18804
18805 2005-06-20  Derek Price  <derek@ximbiot.com>
18806
18807         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18808         unnecessary for Autoconfs > 2.59c.
18809
18810 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18811
18812         * lib/argp.h (__option_is_short): Check upper limit of
18813         __key. Isprint() requires its argument to have the value
18814         of an unsigned char or EOF.
18815
18816 2005-06-16  Jim Meyering  <jim@meyering.net>
18817
18818         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18819         when either N or S is zero.
18820
18821 2005-06-16  Derek Price  <derek@ximbiot.com>
18822
18823         * m4/bison.m4: Declare YACC & YFLAGS precious.
18824
18825 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18826
18827         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18828         multibyte string or pattern, fall back on unibyte matching.
18829         Problem reported by James Youngman.
18830
18831 2005-06-08  Bruno Haible  <bruno@clisp.org>
18832
18833         * modules/csharpcomp: New file.
18834         * MODULES.html.sh (C#): Add csharpcomp.
18835
18836 2005-06-08  Bruno Haible  <bruno@clisp.org>
18837
18838         * m4/csharpcomp.m4: New file, from GNU gettext.
18839
18840 2005-06-08  Bruno Haible  <bruno@clisp.org>
18841
18842         * lib/csharpcomp.h: New file, from GNU gettext.
18843         * lib/csharpcomp.c: New file, from GNU gettext.
18844         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18845
18846 2005-06-08  Bruno Haible  <bruno@clisp.org>
18847
18848         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18849         warning on mingw.
18850
18851 2005-06-07  Derek Price  <derek@ximbiot.com>
18852
18853         Sync from CVS.
18854         * lib/glob_.h: Indent nested #ifdef.
18855
18856 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18857
18858         Sync from coreutils.
18859         Use "file name" when talking about file names, instead of "filename"
18860         or "path", as per the GNU coding standards.
18861         * lib/mkdir-p.c: Renamed from makepath.c.
18862         (make_dir_parents): Renamed from make_path.  All callers changed.
18863         * lib/mkdir-p.h: Likewise.  All includers changed.
18864         * lib/filenamecat.c: Renamed from path-concat.c.
18865         (file_name_concat): Renamed from path_concat.  All callers changed.
18866         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18867         * lib/filenamecat.h: Likewise.  All includers changed.
18868         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18869         in comments or local variable names.
18870         * lib/basename.c: Likewise.
18871         * lib/canonicalize.c, canonicalize.h: Likewise.
18872         * lib/dirname.c, dirname.h: Likewise.
18873         * lib/euidaccess.c: Likewise.
18874         * lib/exclude.c: Likewise
18875         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18876         * lib/fsusage.c, fsuage.h: Likewise.
18877         * lib/fts.c, fts_.h: Likewise.
18878         * lib/getcwd.c: Likewise.
18879         * lib/getloadavg.c: Likewise.
18880         * lib/mkstemp.c: Likewise.
18881         * lib/mountlist.c, mountlist.h: Likewise.
18882         * lib/openat.c, openat.h: Likewise.
18883         * lib/readlink-stub.c: Likewise.
18884         * lib/readutmp.c, readutmp.h: Likewise.
18885         * lib/rename.c: Likewise.
18886         * lib/rmdir.c: Likewise.
18887         * lib/same.c: Likewise.
18888         * lib/savedir.c: Likewise.
18889         * lib/stripslash.c: Likewise.
18890         * lib/tempname.c: Likewise.
18891         * lib/xreadlink.c: Likewise.
18892         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18893         All uses changed.
18894         * lib/exclude.h: Likewise.
18895
18896         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18897         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18898         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18899         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18900         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18901         files have been getting away with it for years (MORE/BSD 4.3
18902         is extinct now).
18903         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18904         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18905
18906         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18907         Define to 256, not 255, as per modern POSIX.
18908
18909 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18910
18911         Sync from coreutils.
18912         Use "file name" when talking about file names, instead of "filename"
18913         or "path", as per the GNU coding standards.
18914         * MODULES.html.sh: mkdir-p renamed from makepath.
18915         filenamecat renamed from path-concat.
18916         * modules/filenamecat: Renamed from modules/path-concat.
18917         (Files): filenamecat.h and filenamecat.c renamed from
18918         path-concat.h and path-concat.c.
18919         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18920         (Include): filenamecat.h, not path-concat.h.
18921         * modules/mkdir-p: Renamed from modules/makepath.
18922         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18923         makepath.c.
18924         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18925         (Include): mkdir-p.h, not makepath.h.
18926
18927 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18928
18929         Sync from coreutils.
18930         * m4/mkdir-p.m4: Renamed from makepath.m4.
18931         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18932         Rename files from makepath.c to mkdir-p.c, and from
18933         makepath.h to mkdir-p.h.
18934         * m4/filenamecat.m4: Renamed from path-concat.m4.
18935         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18936         Rename files from path-concat.c to filenamecat.c,
18937         and from path-concat.h to filenamecat.h.
18938         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18939         "file name" in local variables or comments.
18940         * m4/rename.m4: Likewise.
18941
18942 2005-06-01  Bruno Haible  <bruno@clisp.org>
18943
18944         * modules/csharpexec: New file.
18945         * MODULES.html.sh (C#): New section.
18946
18947 2005-06-01  Bruno Haible  <bruno@clisp.org>
18948
18949         * m4/csharp.m4: New file, from GNU gettext.
18950         * m4/csharpexec.m4: New file, from GNU gettext.
18951
18952 2005-06-01  Bruno Haible  <bruno@clisp.org>
18953
18954         * lib/csharpexec.h: New file, from GNU gettext.
18955         * lib/csharpexec.c: New file, from GNU gettext.
18956         * lib/csharpexec.sh.in: New file, from GNU gettext.
18957
18958 2005-05-31  Derek Price  <derek@ximbiot.com>
18959             Paul Eggert  <eggert@cs.ucla.edu>
18960
18961         Sync from cvs.
18962         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18963
18964 2005-05-31  Derek Price  <derek@ximbiot.com>
18965             Paul Eggert  <eggert@cs.ucla.edu>
18966
18967         Sync from cvs.
18968         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18969
18970 2005-05-29  Derek Price  <derek@ximbiot.com>
18971
18972         * config/srclist.txt (glob_.h, glob.c): Add these files.
18973
18974 2005-05-29  Derek Price  <derek@ximbiot.com>
18975
18976         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18977         * modules/glob: New file.
18978         * modules/getlogin_r: Add link to POSIX spec in description.
18979
18980 2005-05-29  Derek Price  <derek@ximbiot.com>
18981             Paul Eggert  <eggert@cs.ucla.edu>
18982
18983         * m4/glob.m4: New file.
18984
18985 2005-05-29  Derek Price  <derek@ximbiot.com>
18986             Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * lib/glob_.h, lib/glob.c: New files.
18989
18990 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18991
18992         * modules/fts (Files): Remove m4/inttypes-pri.m4.
18993         * modules/fts-lgpl (Depends-on): Remove gettext.
18994
18995 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
18998         and don't require gt_INTTYPES_PRI.
18999
19000 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19003
19004         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19005         the configuration hassle isn't worth it.
19006         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19007         (LONGEST_MODIFIER, PRIuMAX): Remove.
19008
19009 2005-05-27  Bruno Haible  <bruno@clisp.org>
19010
19011         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19012
19013 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19014
19015         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19016         _POSIX_PTHREAD_SEMANTICS for Solaris.
19017
19018 2005-05-25  Derek Price  <derek@ximbiot.com>
19019
19020         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19021
19022 2005-05-25  Derek Price  <derek@ximbiot.com>
19023             Paul Eggert  <eggert@cs.ucla.edu>
19024
19025         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19026         * lib/getlogin_r.c, getlogin_r.h: New files.
19027
19028 2005-05-25  Bruno Haible  <bruno@clisp.org>
19029             Derek Price  <derek@ximbiot.com>
19030
19031         * lib/getlogin_r.h: Simplify API documentation.
19032
19033 2005-05-23  Derek Price  <derek@ximbiot.com>
19034
19035         * modules/minmax (Files): Add m4/minmax.m4.
19036         (configure.ac): Add gl_MINMAX.
19037
19038 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19039
19040         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19041         so that unistd-safer.h (GPL'ed code) need not be included.
19042
19043 2005-05-22  Bruno Haible  <bruno@clisp.org>
19044
19045         * m4/minmax.m4: New file.
19046         Based on a patch by Derek Price <derek@ximbiot.com>.
19047
19048 2005-05-22  Bruno Haible  <bruno@clisp.org>
19049
19050         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19051         (INT64_MIN): Fix definition.
19052         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19053
19054         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19055         NEED_SIGNED_INT_TYPES.
19056
19057         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19058         HAVE_SYSTEM_INTTYPES.
19059
19060 2005-05-22  Bruno Haible  <bruno@clisp.org>
19061
19062         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19063         Also include <sys/param.h> if it defines MIN, MAX.
19064         Based on a patch by Derek Price <derek@ximbiot.com>.
19065
19066 2005-05-21  Jim Meyering  <jim@meyering.net>
19067
19068         * modules/fts (Files): Add m4/inttypes-pri.m4.
19069         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19070
19071 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19072
19073         New fts module.
19074         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19075         (setup_dir, free_dir): New functions.
19076         (enter_dir, leave_dir): Define trivial
19077         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19078         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19079         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19080         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19081         Move to fts-cycle.c.
19082         (fts_open): Use setup_dir.
19083         (fts_close): Use free_dir.
19084         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19085         This adds a label and some gotos, but the alternatives were messier.
19086         Check for memory allocation failure when entering a dir.
19087         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19088         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19089         (FTS): New member fts_cycle, that is a union that contains the
19090         old active_dir_ht and cycle_state.  All uses changed to mention
19091         fts_cycle.ht and fts_cycle.state.
19092         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19093         fts.c, with the following changes:
19094         (setup_dir, free_dir): New functions.
19095         (enter_dir): Now returns bool.  Return true if successful, false
19096         if memory exhausted.  All callers changed.
19097         Do not bother partly cleaning up on
19098         memory allocation failure; that is free_dir's job.
19099         However, free ad if hash_insert fails, to avoid memory leak.
19100         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19101         fts->fts_options to see which union member to use.
19102
19103 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19104
19105         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19106         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19107
19108 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19111
19112 2005-05-20  Jim Meyering  <jim@meyering.net>
19113
19114         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19115         Now a macro, to pacify GCC.
19116
19117 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19118
19119         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19120         of -1.
19121
19122 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19123
19124         * lib/chown.c (rpl_chown): Return -1 on failure.
19125
19126 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19129         Don't check for stddef.h.
19130         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19131         don't use its results.
19132         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19133         since we include them unconditionally.  Don't require
19134         AM_STDBOOL_H, since stdbool is a prerequisite.
19135         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19136         since we assume C89 or better.
19137         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19138         as we don't use their results.
19139         Don't check for fchdir, memmove, memset, strrchr, as we use
19140         them unconditionally.
19141         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19142         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19143
19144 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19145
19146         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19147         Include <stddef.h> unconditionally, since we assume C89 now.
19148         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19149         * lib/fts.c: Include fts_.h first, to check interface.
19150         Do not include intprops.h; no longer needed.
19151         Include cycle-check.h and hash.h, since fts_.h no longer does.
19152         Remove unnecessary casts of closedir to void.
19153         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19154         decide whether to decrement nlinks.
19155         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19156         (FTS): Use struct hash_table * instead of Hash_table, so that
19157         we no longer need to include hash.h here.
19158
19159 2005-05-18  Jim Meyering  <jim@meyering.net>
19160
19161         * modules/dirfd (License): Change to LGPL.  Most of the code
19162         is already in the public domain.
19163
19164 2005-05-18  Jim Meyering  <jim@meyering.net>
19165
19166         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19167         Reported by Yoann Vandoorselaere.
19168
19169 2005-05-17  Jim Meyering  <jim@meyering.net>
19170
19171         * m4/fts.m4: New file, from coreutils.
19172
19173 2005-05-17  Jim Meyering  <jim@meyering.net>
19174
19175         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19176
19177 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19178
19179         Sync from coreutils.
19180         * m4/unlinkdir.m4: New file.
19181
19182 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19183
19184         Sync from coreutils.
19185         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19186         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19187         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19188         White space changes only.
19189         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19190         special.
19191         * lib/yesno.c: Include getline.h, not ctype.h.
19192         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19193         Use getline to remove arbitrary restriction on response length.
19194
19195 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19196
19197         * config/srclist-update: Spell out "Street" in FSF postal
19198         mail address; this is the style the FSF seems to prefer.
19199
19200         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19201         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19202         this updates FSF postal mail address.
19203
19204         Sync from coreutils.
19205         * modules/unlinkdir: New file.
19206         * modules/yesno (Depends-on): Add getline.
19207         * MODULES.html.sh (File system functions): Add unlinkdir.
19208
19209 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19210
19211         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19212         lib/strsep.h:
19213         Change the initial comment to refer to GPL, not LGPL.
19214         gnulib-tool will change it to LGPL as needed.
19215
19216         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19217         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19218         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19219         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19220         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19221         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19222         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19223         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19224         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19225         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19226         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19227         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19228         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19229         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19230         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19231         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19232         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19233         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19234         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19235         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19236         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19237         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19238         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19239         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19240         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19241         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19242         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19243         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19244         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19245         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19246         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19247         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19248         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19249         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19250         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19251         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19252         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19253         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19254         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19255         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19256         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19257         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19258         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19259         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19260         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19261         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19262         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19263         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19264         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19265         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19266         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19267         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19268         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19269         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19270         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19271         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19272         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19273         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19274         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19275         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19276         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19277         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19278         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19279         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19280         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19281         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19282         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19283         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19284         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19285         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19286         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19287         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19288         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19289         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19290         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19291         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19292         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19293         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19294         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19295         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19296         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19297         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19298         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19299         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19300         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19301         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19302         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19303         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19304         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19305         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19306         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19307         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19308         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19309         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19310         lib/yesno.c, lib/yesno.h:
19311         Update FSF postal mail address.
19312
19313 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19314
19315         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19316         tests/test-memmem.c, tests/test-stpncpy.c:
19317         Update FSF postal mail address.
19318
19319 2005-05-13  Bruno Haible  <bruno@clisp.org>
19320
19321         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19322         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19323         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19324         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19325         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19326         Add support for 64-bit integers in the MSVC compiler.
19327
19328 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19329
19330         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19331
19332 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19333
19334         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19335
19336 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19337
19338         * doc/getdate.texi (General date syntax): Don't say that date
19339         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19340         Problem reported by Nic Ferrier.
19341
19342 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19343
19344         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19345         specified in ai_socktype. Fix invalid ai_protocol
19346         check. ai_protocol is usually set to 0 or depending on
19347         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19348         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19349         ai_socktype / ai_protocol in the returned addrinfo structure.
19350
19351 2005-05-10  Simon Josefsson  <jas@extundo.com>
19352
19353         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19354         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19355
19356 2005-05-10  Karl Berry  <karl@gnu.org>
19357
19358         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19359         (from http://www.gnu.org/licenses).
19360         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19361         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19362         fdl.texi suffices.
19363
19364 2005-05-10  Karl Berry  <karl@gnu.org>
19365
19366         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19367         (COPYING.DOC): remove.
19368
19369         * config/srclist-update: new FSF address.
19370
19371 2005-05-10  Derek Price  <derek@ximbiot.com>
19372
19373         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19374         possible.
19375
19376 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19377             Bruno Haible  <bruno@clisp.org>
19378
19379         * modules/inet_ntop: New file.
19380         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19381         inet_ntop.
19382
19383 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19384             Bruno Haible  <bruno@clisp.org>
19385
19386         * m4/inet_ntop.m4: New file.
19387
19388 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19389             Bruno Haible  <bruno@clisp.org>
19390
19391         * lib/inet_ntop.h: New file.
19392         * lib/inet_ntop.c: New file, from glibc with modifications.
19393
19394 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19395
19396         * modules/time_r (License): Change to LGPL.
19397         * modules/extensions (License): Change to LGPL.  Actually,
19398         the license is more permissive than that, but currently gnulib-tool
19399         doesn't know how to handle more-permissive licenses.
19400
19401         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19402         Problem reported by Dave Love.
19403
19404 2005-05-08  Jim Meyering  <jim@meyering.net>
19405
19406         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19407         blank.
19408
19409 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * modules/argmatch (Depends-on): Add stdbool.
19412         * modules/backupfile (Depends-on): Likewise.
19413         * modules/chdir-long (Depends-on): Likewise.
19414         * modules/closeout (Depends-on): Likewise.
19415         * modules/cycle-check (Depends-on): Likewise.
19416         * modules/dirname (Depends-on): Likewise.
19417         * modules/fnmatch (Depends-on): Likewise.
19418         * modules/fsusage (Depends-on): Likewise.
19419         * modules/fwriteerror (Depends-on): Likewise.
19420         * modules/getcwd (Depends-on): Likewise.
19421         * modules/getloadavg (Depends-on): Likewise.
19422         * modules/hard-locale (Depends-on): Likewise.
19423         * modules/makepath (Depends-on): Likewise.
19424         * modules/mountlist (Depends-on): Likewise.
19425         * modules/nanosleep (Depends-on): Likewise.
19426         * modules/posixtm (Depends-on): Likewise.
19427         * modules/quotearg (Depends-on): Likewise.
19428         * modules/readtokens (Depends-on): Likewise.
19429         * modules/readtokens0 (Depends-on): Likewise.
19430         * modules/readutmp (Depends-on): Likewise.
19431         * modules/save-cwd (Depends-on): Likewise.
19432         * modules/strftime (Depends-on): Likewise.
19433         * modules/userspec (Depends-on): Likewise.
19434         * modules/utimecmp (Depends-on): Likewise.
19435         * modules/xgetcwd (Depends-on): Likewise.
19436         * modules/xnanosleep (Depends-on): Likewise.
19437         * modules/xstrtod (Depends-on): Likewise.
19438         * modules/yesno (Depends-on): Likewise.
19439
19440 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19441
19442         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19443         needless checks.
19444
19445 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19446
19447         Merge from coreutils.  Among other things,
19448         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19449         * lib/fd-safer.c: New file.
19450         * lib/fcntl-safer.h, open-safer.c: Remove.
19451         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19452         * lib/dup-safer.c: Include unistd-safer.h first.
19453         Don't include errno.h.
19454         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19455         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19456         * lib/file-type.c: Rely on file-type.h change.
19457         * lib/getloadavg.c: Include unistd-safer.h.
19458         (getloadavg): Use safer open.
19459         * lib/getusershell.c: Include "stdio-safer.h".
19460         (getusershell): Use safer fopen.
19461         * lib/long-options.c (long_options): Use NULL rather than 0.
19462         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19463         'free'.
19464         * lib/modechange.c: Likewise.
19465         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19466         (MODE_DONE): New constant.
19467         (struct mode_change): Remove 'next' member.
19468         (make_node_op_equals): New function; like the old one of the
19469         same name, except it allocates an array.
19470         (mode_compile, mode_create_from_ref): Use it.
19471         (mode_compile): Allocate result as an array, not a linked list.
19472         Parse octal string ourself, so that we catch mistakes like "+0".
19473         (mode_adjust): Arg is an array, not a linked list.
19474         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19475         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19476         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19477         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19478         Remove.  This is now stat-macros.h's job.
19479         (talloc): Remove.  All callers replaced by xalloc, so that
19480         our invokers don't have to worry about reporting memory failures.
19481         (make_node_op_equals): Remove.
19482         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19483         New constants.
19484         (struct mode_change): Moved here from modechange.h.
19485         (mode_append_entry): Remove.
19486         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19487         apps to have incorrect behavior.  Use simpler algorithm for head
19488         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19489         Detect more invalid usages rather than having somewhat-random behavior.
19490         Don't insert an "a=" action, as that leads to incorrect behavior.
19491         (mode_compile, mode_create_from_ref): Return NULL on error instead
19492         of an enum, since now there's only one way to have an error.  All
19493         callers changed.
19494         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19495         at the correct time.  Simplify calculation of "+u" and its ilk.
19496         Don't mishandle "+X".
19497         (mode_free): Remove "register" and localize decls.
19498         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19499         (struct mode_change): Move to modechange.c; callers don't
19500         need to see this stuff.
19501         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19502         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19503         (mode_change, mode_adjust): Reflect the new signatures noted above.
19504         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19505         that might redefine system include files.
19506         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19507         (my_usleep): Use NULL rather than (void *) 0.
19508         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19509         Use siginterrupt to specify that system calls should be interrupted.
19510         (rpl_nanosleep): Move initialization of suspended closer to call of
19511         my_usleep.
19512         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19513         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19514         (desirable_utmp_entry): New function.
19515         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19516         using x2nrealloc, to simplify logic.
19517         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19518         size calculation.  Do not assume utmp file is a regular file.
19519         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19520         (READ_UTMP_CHECK_PIDS): New constant.
19521         * lib/save-cwd.c: Include unistd-safer.h.
19522         (save_cwd): Use fd_safer.
19523         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19524         [!_LIBC] Include "stat-macros.h" instead.
19525         * lib/unistd-safer.h (fd_safer): New decl.
19526
19527 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19528
19529         * modules/getloadavg (Depends-on): Add unistd-safer.
19530         * modules/getusershell (Depends-on): Add stdio-safer.
19531         * modules/lstat (Depends-on): Remove xalloc.
19532         * modules/mkstemp (Depends-on): Add stat-macros.
19533         * modules/modechange (Depends-on): Remove xstrtol.
19534         Add stat-macros, xalloc.
19535         * modules/save-cwd (Depends-on): Add unistd-safer.
19536         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19537         * modules/unistd-safer (Files): Add lib/fd-safer.c
19538         (Makefile.am): Remove lib_SOURCES.
19539
19540         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19541         Remove fcntl-safer; unistd-safer supersedes it.
19542
19543 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19544
19545         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19546         AC_HEADER_STAT.
19547         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19548         (gl_PREREQ_CHOWN): Remove.
19549         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19550         it.  Don't require AC_HEADER_STAT.
19551         (gl_PREREQ_LSTAT): Remove.
19552         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19553         Don't require AC_HEADER_STAT.
19554         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19555         (gl_PREREQ_RMDIR): Remove.
19556         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19557         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19558         the stat-macros module a prerequisite.
19559         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19560         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19561         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19562         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19563         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19564         variable names.
19565         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19566         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19567         variable prefixes.
19568         * m4/fcntl-safer.m4: Remove.
19569         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19570         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19571         Invoke gl_PREREQ_FD_SAFER.
19572         (gl_PREREQ_FD_SAFER): New macro.
19573         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19574         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19575         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19576         Remove duplicate call to AC_LIBOBJ(readutmp).
19577         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19578
19579         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19580         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19581
19582 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * MODULES.html.sh (Misc): Add byteswap.
19585
19586 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19587
19588         * modules/getcwd (Depends-on): Add extensions.
19589         * modules/openat (Depends-on): Likewise.
19590
19591 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19592
19593         * modules/byteswap: New file.
19594
19595 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19596
19597         * m4/byteswap.m4: New file.
19598
19599 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19600
19601         * lib/byteswap_.h: New file.
19602
19603 2005-04-25  Karl Berry  <karl@gnu.org>
19604
19605         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19606
19607 2005-04-25  Albert Chin  <china@thewrittenword.com>
19608
19609         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19610         Toolkit C bug.
19611
19612 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19613
19614         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19615         (func_ln_if_changed) Remove forcibly for no error message
19616         in case file does not exist.
19617
19618 2005-04-19  Simon Josefsson  <jas@extundo.com>
19619
19620         * gnulib-tool (Options): Make --symlink mean --symbolic.
19621
19622 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19623
19624         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19625
19626 2005-04-16  Simon Josefsson  <jas@extundo.com>
19627
19628         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19629
19630 2005-04-15  Simon Josefsson  <jas@extundo.com>
19631
19632         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19633
19634 2005-04-15  Simon Josefsson  <jas@extundo.com>
19635
19636         * gnulib-tool: Rename --symlink to --symbolic.
19637
19638 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19639
19640         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19641         symbolic links to files instead of copying/moving.  Add --aux-dir,
19642         specifying directory relative --dir where auxiliary build tools
19643         are placed.
19644
19645 2005-04-14  Bruno Haible  <bruno@clisp.org>
19646
19647         * modules/allocsa (License): Change to LGPL.
19648         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19649
19650 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19651
19652         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19653         that "UTC +1 second" continues to work.  Problem reported
19654         by Dmitry V. Levin.
19655         (relunit_snumber): New rule.
19656         (relunit): Use it.
19657
19658 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19659
19660         * lib/getdate.y (universal_time_zone_table): New constant.
19661         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19662         universal_time_zone_table.
19663         (lookup_zone): Prefer universal_time_zone_table to
19664         local_time_zone_table, so that "GMT" time stamps are allowed in
19665         London during the summer.  Problem reported by Ian Abbott.
19666
19667 2005-04-12  Jim Meyering  <jim@meyering.net>
19668
19669         * lib/human.c (humblock): Set *options even when returning due to
19670         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19671         warning from gcc-4.
19672
19673 2005-04-09  Jim Meyering  <jim@meyering.net>
19674
19675         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19676         -Wuninitialized: initialize tm0.tm_year.
19677
19678 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19679
19680         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19681         count, since there's no maximum.  All uses changed.
19682         Add member dsts_seen.
19683         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19684         not being INT_MAX.
19685         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19686         Use pc_rels_seen to decide whther a date is absolute.
19687
19688         * lib/getdate.y (number): Don't overwrite year.
19689         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19690         check.
19691
19692 2005-04-02  Simon Josefsson  <jas@extundo.com>
19693
19694         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19695         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19696
19697 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19698
19699         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19700         where no absolute path name can be longer than PATH_MAX.
19701
19702 2005-03-27  Jim Meyering  <jim@meyering.net>
19703
19704         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19705
19706 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19707
19708         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19709         "one's complement" -> "ones' complement" in comment, as per Knuth.
19710         "value of type" -> "type or expression" in comment.
19711         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19712
19713 2005-03-26  Jim Meyering  <jim@meyering.net>
19714
19715         Comment nits.
19716         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19717         Correct typos: s/or/of/.
19718
19719 2005-03-26  Jim Meyering  <jim@meyering.net>
19720
19721         * modules/check-include-files: Move to ../ and rename to...
19722         * check-module: ...this.
19723
19724 2005-03-25  Jim Meyering  <jim@meyering.net>
19725
19726         * modules/xvasprintf (Files): Add xalloc.h.
19727
19728 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19729
19730         * modules/gettext (Files): config/config.rpath ->
19731         build-aux/config.rpath
19732         * modules/iconv (Files): Likewise.
19733         Problem reported by Oskar Liljeblad.
19734
19735 2005-03-23  Jim Meyering  <jim@meyering.net>
19736
19737         * modules/check-include-files: New script to check for
19738         missing dependencies, multiple includes, etc.
19739
19740         * modules/c-strtold (Depends-on): Add xalloc.
19741         * modules/c-strtod (Depends-on): Add xalloc.
19742         * modules/hash (Depends-on): Add xalloc.
19743         (Files): Remove lib/xalloc.h.
19744
19745         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19746         * modules/userspec (Files): Add lib/inttostr.h.
19747
19748 2005-03-23  Jim Meyering  <jim@meyering.net>
19749
19750         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19751
19752 2005-03-22  Jim Meyering  <jim@meyering.net>
19753
19754         * modules/stat-macros: New module.
19755         * modules/canonicalize, modules/euidaccess, modules/file-type,
19756         * modules/filemode, modules/lchown, modules/makepath,
19757         * modules/rmdir, modules/stat: Depend on new stat-macros module
19758         rather than listing lib/stat-macros.h manually.
19759         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19760
19761 2005-03-22  Jim Meyering  <jim@meyering.net>
19762
19763         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19764
19765 2005-03-22  Bruno Haible  <bruno@clisp.org>
19766
19767         * config/srclist.txt: Replace target directory 'config' with
19768         'build-aux'.
19769         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19770         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19771         ../build-aux/.
19772
19773 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19774
19775         * modules/chdir-long (Depends-on): Add mempcpy.
19776
19777         * modules/acl, modules/backupfile, modules/c-strtod,
19778         modules/c-strtold, modules/canon-host, modules/canonicalize,
19779         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19780         modules/exclude, modules/exitfail, modules/file-type,
19781         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19782         modules/getdate, modules/getline, modules/getpagesize,
19783         modules/getpass, modules/getugroups, modules/group-member,
19784         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19785         modules/inttostr, modules/long-options, modules/makepath,
19786         modules/md5, modules/memcasecmp, modules/memcoll,
19787         modules/modechange, modules/mountlist, modules/path-concat,
19788         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19789         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19790         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19791         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19792         modules/strftime, modules/strndup, modules/strverscmp,
19793         modules/timespec, modules/unlocked-io, modules/userspec,
19794         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19795         modules/yesno:
19796         Remove lib_SOURCES line from Makefile.am section, as this is now
19797         done automatically by the corresponding Autoconf macro.
19798
19799 2005-03-21  Jim Meyering  <jim@meyering.net>
19800
19801         Changes imported from coreutils.
19802
19803         * lib/cycle-check.c: Don't include xalloc.h.
19804
19805         * lib/path-concat.c: Don't include assert.h.
19806         (path_concat): Remove assertion that would have triggered
19807         for ABASE starting with more than one slash.
19808         Reported by Andreas Schwab.
19809
19810         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19811         properly when ABASE is an absolute file name.
19812         Correct the description of this function.
19813         Include <assert.h>.
19814         Add an assertion and a test driver.
19815         This fixes a bug introduced on 2004-07-02.
19816         Andreas Schwab reported the resulting failure of cp --parents:
19817         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19818
19819 2005-03-21  Jim Meyering  <jim@meyering.net>
19820
19821         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19822         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19823
19824 2005-03-21  Jim Meyering  <jim@meyering.net>
19825         and  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19828         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19829         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19830         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19831         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19832         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19833         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19834         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19835         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19836         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19837         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19838         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19839         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19840         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19841         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19842         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19843         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19844         for these modules.
19845
19846 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19847
19848         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19849         (which shouldn't happen), generate nothing instead of returning 0
19850         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19851
19852 2005-03-16  Bruno Haible  <bruno@clisp.org>
19853
19854         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19855         HAVE_LONGLONG_64BIT.
19856
19857 2005-03-16  Bruno Haible  <bruno@clisp.org>
19858
19859         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19860         HAVE_LONGLONG_64BIT.
19861
19862 2005-03-16  Bruno Haible  <bruno@clisp.org>
19863
19864         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19865         HAVE_LONGLONG_64BIT.
19866
19867 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19868
19869         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19870         reliably distinguish strftime failure from empty output on POSIX
19871         hosts.
19872
19873 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19874
19875         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19876         (iconv_string): Don't guess a size-zero buffer, as that might cause
19877         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19878         result would be 'too large', where 'too large' is (heuristically)
19879         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19880         overflow concerns.  This will prevent some unwanted malloc failures
19881         when the inputs are very large.
19882
19883 2005-03-15  Karl Berry  <karl@gnu.org>
19884
19885         * config/srclist.txt (config.rpath): from gettext.
19886         * config/config.rpath: update.
19887
19888 2005-03-15  Bruno Haible  <bruno@clisp.org>
19889
19890         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19891         to 'negate'.
19892
19893         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19894         variable.
19895
19896         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19897         results.
19898
19899 2005-03-14  Simon Josefsson  <jas@extundo.com>
19900
19901         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19902         <fx@gnu.org>.
19903
19904 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19905
19906         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19907         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19908         intprops.h.
19909         * lib/strtol.c: Likewise.
19910
19911 2005-03-14  Jim Meyering  <jim@meyering.net>
19912
19913         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19914         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19915         to be nonzero so that we (and caller) can detect the difference
19916         between a valid zero-length expansion and an error return, even
19917         when the underlying strftime fails before writing anything into
19918         that location.
19919
19920 2005-03-14  Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19923         Update from GNU gettext 0.14.3.
19924
19925 2005-03-10  Jim Meyering  <jim@meyering.net>
19926
19927         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19928
19929 2005-03-10  Jim Meyering  <jim@meyering.net>
19930
19931         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19932         so that this module works on systems without fchdir.
19933
19934 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19935
19936         Factor int-properties macros into a single file, except for
19937         glibc-related files.
19938         * lib/intprops.h: New file.
19939         * lib/getloadavg.c: Include it instead of limits.h.
19940         (INT_STRLEN_BOUND): Remove.
19941         * lib/human.c: Include intprops.h.
19942         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19943         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19944         302/1000.
19945         * lib/inttostr.h: Include intprops.h instead of limits.h.
19946         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19947         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19948         for consistency with intprops.h.
19949         (time_t_is_integer, twos_complement_arithmetic): Use them.
19950         * lib/sig2str.h: Include <signal.h>, intprops.h.
19951         (INT_STRLEN_BOUND): Remove.
19952         * lib/strftime.c (TYPE_SIGNED): Remove.
19953         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19954         * lib/strtol.c: Adjust comments to match intprops.h.
19955         * lib/userspec.c: Include intprops.h.
19956         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19957         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19958         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19959         instead of rolling our own expressions.
19960         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19961
19962         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19963         instead of int.
19964         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19965         the right thing even if adding 1900 would overflow.  Similarly
19966         for tm_mon + 1 and tm_yday + 1.
19967         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19968         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19969         (DO_SIGNED_NUMBER): New macro.
19970         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19971
19972 2005-03-07  Bruno Haible  <bruno@clisp.org>
19973
19974         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19975
19976 2005-03-07  Bruno Haible  <bruno@clisp.org>
19977
19978         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19979
19980 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19981
19982         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19983         (func_import): Only replace files via --import when they have actually
19984         changed.
19985
19986 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19987
19988         * m4/mmap-anon.m4: New file.
19989         * m4/pagealign_alloc.m4: New file.
19990
19991 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19992             Bruno Haible  <bruno@clisp.org>
19993
19994         * modules/pagealign_alloc: New file.
19995         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
19996
19997 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19998             Bruno Haible  <bruno@clisp.org>
19999
20000         * lib/pagealign_alloc.h: New file.
20001         * lib/pagealign_alloc.c: New file.
20002
20003 2005-03-03  Bruno Haible  <bruno@clisp.org>
20004
20005         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20006         Use an all-permissive copyright notice, recommended by RMS.
20007
20008 2005-03-02  Bruno Haible  <bruno@clisp.org>
20009
20010         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20011         of AIX, the replacement has to be done only after <string.h> is
20012         included, therefore not in config.h. stpncpy.h does the replacement,
20013         and stpncpy.c uses it.
20014
20015 2005-03-02  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20018         stpncpy.c uses it.
20019
20020 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20021
20022         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20023         The workaround isn't strictly needed for POSIX conformance, and
20024         it's too much of a pain to configure and maintain.  We'll ask
20025         people to fix their kernels instead.
20026         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20027         (NANOSLEEP_BUG_WORKAROUND): Remove.
20028         (xnanosleep): Remove the workaround.
20029
20030 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20031
20032         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20033         Reported by Derek Price.
20034         (Include): Add "timespec.h".
20035
20036         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20037
20038 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20039
20040         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20041         to detect nanosleep bug.
20042
20043 2005-03-01  Bruno Haible  <bruno@clisp.org>
20044
20045         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20046
20047 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20048
20049         * modules/gethrxtime: New file.
20050         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20051         (Depends-on): Add gethrxtime.
20052         (configure.ac): Add gl_XNANOSLEEP.
20053         (Makefile.am): Remove lib_SOURCES line.
20054
20055 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20056
20057         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20058         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20059
20060 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20061
20062         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20063         * lib/timespec.h (gettime): Return void, since it always
20064         succeeds now.  All uses changed.
20065         * lib/gettime.c (gettime) Likewise.
20066         [HAVE_NANOTIME]: Prefer nanotime.
20067         Assume gettimeofday succeeds, as POSIX requires.
20068         Assime time () succeeds, since other code already does.
20069         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20070         (timespec_subtract): Remove.
20071         (NANOSLEEP_BUG_WORKAROUND): New constant.
20072         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20073         things considerably.  Use it only on GNU/Linux hosts, since the
20074         workaround shouldn't be needed elsewhere.
20075
20076 2005-02-24  Bruno Haible  <bruno@clisp.org>
20077
20078         * modules/gettext (Files): Add m4/glibc2.m4.
20079
20080 2005-02-24  Bruno Haible  <bruno@clisp.org>
20081
20082         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20083         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20084         * m4/progtest.m4:
20085         Update from GNU gettext 0.14.2.
20086         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20087
20088 2005-02-24  Bruno Haible  <bruno@clisp.org>
20089
20090         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20091         * lib/config.charset: Update from GNU gettext 0.14.2.
20092
20093 2005-02-24  Bruno Haible  <bruno@clisp.org>
20094
20095         * lib/gettext.h: Update from GNU gettext 0.14.2.
20096
20097 2005-02-23  Simon Josefsson  <jas@extundo.com>
20098
20099         * m4/iconvme.m4: New file.
20100
20101 2005-02-23  Jim Meyering  <jim@meyering.net>
20102
20103         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20104         change.
20105         Thanks to Bruno Haible for catching it.
20106
20107 2005-02-22  Simon Josefsson  <jas@extundo.com>
20108
20109         * modules/iconvme: New file.
20110
20111         * MODULES.html.sh: Add iconvme.
20112
20113 2005-02-22  Simon Josefsson  <jas@extundo.com>
20114
20115         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20116
20117 2005-02-22  Simon Josefsson  <jas@extundo.com>
20118
20119         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20120
20121 2005-02-22  Jim Meyering  <jim@meyering.net>
20122
20123         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20124         s/ifndef/ifdef/.
20125
20126 2005-02-20  Neil Conway  <neilc@samurai.com>
20127
20128         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20129         returned by OSX/Darwin if the specified buffer is not large
20130         enough for the hostname.
20131
20132 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20133
20134         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20135         pass it to _help, otherwise the latter coredumps trying to
20136         dereference state.root_argp.
20137
20138 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20139
20140         * modules/chdir-long (Depends-on): Add memrchr.
20141         * modules/memrchr (Files): Add lib/memrchr.h.
20142         (Include): "memrchr.h".
20143
20144 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20145
20146         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20147
20148 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20149
20150         * lib/memrchr.h: New file.
20151         * lib/chdir-long.c: Include it.
20152         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20153         Don't bother including stddef.h.
20154
20155 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20158         inclusion.
20159         Include <sys/types.h>, for dev_t.
20160         (ME_DUMMY, ME_REMOTE): Move from here....
20161         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20162         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20163         Dmitry V. Levin.
20164         Include mountlist.h first, to test the interface.
20165
20166 2005-01-29  Bruno Haible  <bruno@clisp.org>
20167
20168         * lib/progname.c (program_name): Initialize.
20169         Needed when linking statically on MacOS X.
20170
20171 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20172
20173         Sync from coreutils.
20174         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20175         (Depends-on): Add c-strtod.
20176         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20177
20178 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20179
20180         Sync from coreutils.
20181         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20182
20183         Remove files that are specific to coreutils.
20184         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20185
20186 2005-01-28  Bruno Haible  <bruno@clisp.org>
20187
20188         * modules/javacomp: New file.
20189         * MODULES.html.sh (Java): Add javacomp.
20190
20191 2005-01-28  Bruno Haible  <bruno@clisp.org>
20192
20193         * m4/javacomp.m4: New file, from GNU gettext.
20194
20195 2005-01-28  Bruno Haible  <bruno@clisp.org>
20196
20197         * lib/javacomp.sh.in: New file, from GNU gettext.
20198         * lib/javacomp.h: New file, from GNU gettext.
20199         * lib/javacomp.c: New file, from GNU gettext.
20200
20201 2005-01-26  Simon Josefsson  <jas@extundo.com>
20202
20203         * lib/gai_strerror.c: Use GPL in header.
20204
20205 2005-01-26  Bruno Haible  <bruno@clisp.org>
20206
20207         * modules/javaexec: New file.
20208         * MODULES.html.sh (Java): Add javaexec.
20209
20210 2005-01-26  Bruno Haible  <bruno@clisp.org>
20211
20212         * m4/javaexec.m4: New file, from GNU gettext.
20213
20214 2005-01-26  Bruno Haible  <bruno@clisp.org>
20215
20216         * lib/javaexec.sh.in: New file, from GNU gettext.
20217         * lib/javaexec.h: New file, from GNU gettext.
20218         * lib/javaexec.c: New file, from GNU gettext.
20219
20220 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20221
20222         * modules/lchown (Depends-on): Remove lchown.h
20223
20224 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20225
20226         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20227         must be defined if the header file was not found, in order
20228         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20229
20230 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20231
20232         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20233         initializers for struct pentry_state.
20234         (__argp_error): Check return value of __asprintf
20235         (__argp_failure): Translate error message
20236
20237         * lib/argp-parse.c: Removed braces around the expansion of N_()
20238
20239 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20240
20241         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20242         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20243         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20244         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20245         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20246         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20247         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20248         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20249         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20250         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20251         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20252         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20253         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20254         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20255         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20256         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20257         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20258         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20259         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20260         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20261         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20262         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20263         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20264         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20265         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20266         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20267         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20268         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20269         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20270         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20271         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20272         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20273         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20274         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20275         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20276         Use an all-permissive copyright notice, recommended by RMS.
20277
20278 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20279
20280         * modules/chdir-long (Depends-on): Remove mempcpy.
20281
20282 2005-01-21  Jim Meyering  <jim@meyering.net>
20283
20284         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20285         same value as for Solaris 9.
20286
20287         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20288         component length.  This included changing the parameter to be
20289         of type `char *' rather than `char const *'.
20290         * lib/chdir-long.h (chdir_long): Update prototype.
20291
20292         * lib/openat.c (fdopendir, fstatat): New functions.
20293         * lib/openat.h: Include headers required for use of DIR and struct
20294         stat.
20295         [AT_SYMLINK_NOFOLLOW]: Define.
20296         (fdopendir, fstatat): Add prototypes.
20297
20298 2005-01-21  Bruno Haible  <bruno@clisp.org>
20299
20300         * modules/classpath: New file.
20301         * MODULES.html.sh (Java): Add classpath.
20302
20303 2005-01-21  Bruno Haible  <bruno@clisp.org>
20304
20305         * lib/classpath.h: New file, from GNU gettext.
20306         * lib/classpath.c: New file, from GNU gettext.
20307
20308 2005-01-20  Simon Josefsson  <jas@extundo.com>
20309
20310         * modules/version-etc-fsf: New file.
20311
20312 2005-01-20  Simon Josefsson  <jas@extundo.com>
20313
20314         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20315         * lib/version-etc.c: Remove version_etc_copyright.
20316         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20317         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20318
20319 2005-01-20  Simon Josefsson  <jas@extundo.com>
20320
20321         * lib/base64.h (isbase64): Add.
20322
20323         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20324         using a unsigned prototype, don't inline.
20325         (base64_decode): Use it.
20326
20327 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20328
20329         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20330         it.
20331
20332 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20333
20334         * lib/save-cwd.c (save_cwd): Remove code to support the case
20335         where fchdir is missing or flaky.
20336
20337 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20340
20341 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20342
20343         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20344         AC_LIBSOURCES now does this.
20345         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20346         with new ullong_max module.
20347
20348 2005-01-19  Bruno Haible  <bruno@clisp.org>
20349
20350         * modules/sh-quote: New file.
20351         * MODULES.html.sh (Executing programs): Add sh-quote.
20352
20353 2005-01-19  Bruno Haible  <bruno@clisp.org>
20354
20355         * lib/sh-quote.h: New file, from GNU gettext.
20356         * lib/sh-quote.c: New file, from GNU gettext.
20357
20358 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20359
20360         Merge from coreutils.
20361         * m4/ullong_max.m4: New file.
20362         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20363         (gl_MACROS): Assume localeconv exists.
20364
20365 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20366
20367         Merge changes from coreutils, as described below in several
20368         changelogs dated today.
20369
20370         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20371         (O_DIRECTORY): Remove; not needed here, since "." must be
20372         a directory.  All uses removed.
20373         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20374         universal on Suns, and we also need to test for IRIX.
20375         Revamp code to use 'if' rather than '#if'.
20376         Avoid unnecessary comparison of cwd->desc to 0.
20377
20378         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20379         for known valid error numbers rather than observed invalid ones.
20380
20381 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20382
20383         * modules/ullong_max: New file.
20384
20385         * modules/chdir-long, modules/openat: New files.
20386         * modules/save-cwd (Depends-on): Depend on chdir-long.
20387         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20388
20389 2005-01-18  Jim Meyering  <jim@meyering.net>
20390
20391         Merge from coreutils.
20392         * m4/chdir-long.m4, m4/openat.m4: New files.
20393         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20394         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20395         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20396         is sane and DOES follow symlinks.  Besides, testing 20 different
20397         systems found no broken chown implementations.
20398         Prompted by a change in rsync's copy of this macro.
20399         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20400
20401         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20402
20403         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20404         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20405         NULL-means-set-to-current-time semantics.
20406         Remove temporary file immediately, rather than waiting
20407         for configure's at-exit trap code to do it.
20408
20409 2005-01-18  Jim Meyering  <jim@meyering.net>
20410
20411         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20412
20413         * lib/utimens.c (futimens): Account for the fact that futimes
20414         can also fail with errno == ENOSYS or errno == ENOENT.
20415         Patch from Dmitry V. Levin.
20416
20417         Change the name of the robust chdir function from chdir to chdir_long.
20418         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20419         (restore_cwd): Use chdir_long, not chdir.
20420         * lib/chdir-long.c: Renamed from chdir.c.
20421         * lib/chdir-long.h: Renamed from chdir.h.
20422         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20423         Hurd.
20424
20425 2005-01-18  Bruno Haible  <bruno@clisp.org>
20426
20427         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20428         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20429         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20430         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20431         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20432         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20433         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20434         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20435         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20436         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20437         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20438         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20439         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20440         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20441         Use an all-permissive copyright notice, recommended by RMS.
20442
20443 2005-01-18  Bob Proulx  <bob@proulx.com>
20444
20445         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20446         simplify offsetof() macro construct to avoid compile failure with
20447         native HP-UX 11.0 ANSI C compiler.
20448
20449 2005-01-17  Bruno Haible  <bruno@clisp.org>
20450
20451         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20452         redundant because stpncpy.m4 takes care of it.
20453
20454 2005-01-17  Bruno Haible  <bruno@clisp.org>
20455
20456         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20457
20458 2005-01-17  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20461         used.
20462
20463 2005-01-17  Bruno Haible  <bruno@clisp.org>
20464
20465         * lib/fwriteerror.h (fwriteerror): Change specification to include
20466         fclose.
20467         * lib/fwriteerror.c: Include <stdbool.h>.
20468         (fwriteerror): At the end, close the file stream. Record whether
20469         stdout was already closed.
20470
20471 2005-01-17  Bruno Haible  <bruno@clisp.org>
20472
20473         * lib/execute.c (environ): Declare if needed.
20474         * lib/pipe.c (environ): Likewise.
20475         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20476
20477 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20478
20479         * modules/argp: Depend on vsnprintf
20480
20481 2005-01-10  Jim Meyering  <jim@meyering.net>
20482
20483         * modules/closeout (Depends-on): Add atexit.
20484
20485 2005-01-06  Bruno Haible  <bruno@clisp.org>
20486
20487         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20488
20489 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20490
20491         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20492         definitions to be after all include files, to avoid collisions.
20493         Problem reported by Bob Proulx.
20494
20495 2005-01-04  Jim Meyering  <jim@meyering.net>
20496
20497         Changes imported from coreutils.
20498         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20499         as the mkstemp template, use a temporary directory and an
20500         8.3-friendly template to avoid trouble on systems like DJGPP.
20501         Reported by Juan M. Guerrero via Stepan Kasal.
20502         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20503         close. Remove the temporary directory right away, rather than waiting
20504         for configure's at-exit trap code to do it.
20505         Suggestion from Stepan Kasal.
20506
20507 2005-01-01  Simon Josefsson  <jas@extundo.com>
20508
20509         * gnulib-tool: Print #include directives when --import'ing.
20510
20511 2004-12-28  Simon Josefsson  <jas@extundo.com>
20512
20513         * tests/test-base64.c: Include required header files.  Remove
20514         unused variables.
20515
20516 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * modules/error (Depends-on): Remove gettext.
20519
20520 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20521
20522         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20523         not needed.  This removes a dependency on the gettext module.
20524         [defined _LIBC]: Do not include <libintl.h>; not needed.
20525
20526 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20527
20528         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20529         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20530
20531 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20532
20533         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20534         HAVE_DECL_STRTOLD.
20535
20536 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20537
20538         * modules/getdate (Depends-on): Remove alloca-opt.
20539
20540 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20541
20542         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20543
20544 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20545
20546         * lib/argp-parse.c: Include <stddef.h>.
20547         (alignof, alignto): New macros.
20548         (parser_init): Don't assume that void * is aligned sufficiently
20549         for struct option.
20550
20551         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20552         need to extend the stack.
20553         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20554         large.
20555
20556 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20557
20558         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20559
20560 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20561
20562         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20563         (2004-10-24) change.  Apparently this was a false alarm.
20564
20565         * modules/getdate: Depend on alloca-opt, not alloca.
20566
20567 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20568
20569         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20570         Remove now-obsolete comment about AIX.
20571         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20572         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20573         (YYMAXDEPTH): New macro.
20574
20575 2004-12-18  Simon Josefsson  <jas@extundo.com>
20576
20577         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20578
20579 2004-12-18  Bruno Haible  <bruno@clisp.org>
20580
20581         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20582
20583 2004-12-18  Bruno Haible  <bruno@clisp.org>
20584
20585         * lib/fatal-signal.c (fatal_signals): Make non-const.
20586         (init_fatal_signals): New function.
20587         (uninstall_handlers, install_handlers): Ignore signals that were set to
20588         SIG_IGN.
20589         (at_fatal_signal): Call init_fatal_signals.
20590         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20591         SIG_IGN.
20592         Reported by Paul Eggert.
20593
20594 2004-12-18  Bruno Haible  <bruno@clisp.org>
20595
20596         * doc/alloca.texi: New file.
20597         * doc/alloca-opt.texi: New file.
20598
20599 2004-12-17  Jim Meyering  <jim@meyering.net>
20600
20601         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20602         Otherwise, install-sh could exit with improper exit status when
20603         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20604
20605 2004-12-16  Simon Josefsson  <jas@extundo.com>
20606
20607         * tests/test-base64.c: Add license.
20608
20609 2004-12-15  Stepan Kasal  <address@hidden>
20610
20611         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20612
20613 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         * modules/getcwd (Files): Add m4/d-ino.m4.
20616         Suggested by Mark D. Baushke.
20617
20618 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20619
20620         * lib/getdate.y (textint): New member "negative".
20621         (time_zone_hhmm): New function.
20622         Expect 14 shift-reduce conflicts, not 13.
20623         (o_colon_minutes): New rule.
20624         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20625         (yylex): Set the "negative" member of signed numbers.
20626
20627 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20628
20629         * doc/getdate.texi (Time of day items, Time zone items):
20630         Describe new formats +00:00, UTC+00:00.
20631
20632 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20633
20634         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20635         spurious "-l"s.  Problem reported by Stepan Kasal.
20636
20637 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20638
20639         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20640         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20641
20642 2004-12-04  Simon Josefsson  <jas@extundo.com>
20643
20644         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20645         Vandoorselaere <yoann@prelude-ids.org>.
20646
20647 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20648
20649         Changes imported from coreutils.
20650         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20651         exist.
20652         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20653
20654 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20655
20656         Changes imported from coreutils.
20657         * lib/hard-locale.c: Assume <locale.h> exists.
20658         Include "strdup.h".
20659         (GLIBC_VERSION): New macro.
20660         (hard_locale): Assume setlocale exists.
20661         Rewrite to avoid #ifdef.
20662         Use strdup rather than malloc + strcpy.
20663         * lib/human.c: Assume <locale.h> exists.
20664         (human_readable): Assume localeconv exists.
20665
20666 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20667
20668         * modules/hard-locale (Depends-on): Add strdup.
20669
20670 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20671
20672         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20673         convert T2, not T.  (Imported from libc.)
20674
20675 2004-11-30  Simon Josefsson  <jas@extundo.com>
20676
20677         * modules/restrict (License): Change to LGPL.
20678
20679 2004-11-30  Simon Josefsson  <jas@extundo.com>
20680
20681         * m4/restrict.m4: Add copyright and copying conditions.
20682
20683 2004-11-30  Simon Josefsson  <jas@extundo.com>
20684
20685         * m4/base64.m4: New file.
20686
20687 2004-11-30  Simon Josefsson  <jas@extundo.com>
20688
20689         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20690         base64.
20691
20692         * tests/test-base64.c: New file.
20693
20694         * modules/base64: New file.
20695
20696 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20697
20698         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20699         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20700
20701         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20702
20703 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20704
20705         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20706         (__getcwd.c): Don't restore errno; glibc doesn't.
20707         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20708         first, falling back to our code only if its results look suspicious.
20709         Ensure that the resulting buffer is only as large as necessary.
20710
20711         * lib/readutmp.c: Include readutmp.h first.
20712         Include <errno.h>, since readutmp.h no longer does that.
20713         * lib/readutmp.h: Don't include <errno.h>,
20714         <sys/param.h>, <time.h>; not needed to establish interface.
20715         (errno): Remove decl.
20716         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20717         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20718         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20719
20720 2004-11-28  Simon Josefsson  <jas@extundo.com>
20721
20722         * lib/base64.h, base64.c: New file.
20723
20724 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20727
20728 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20729
20730         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20731         (Depends-on): Remove pathmax, same.  Add mempcpy.
20732         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20733         (Makefile.am): Append getcwd.h to lib_SOURCES.
20734         (Include): Add getcwd.h.
20735         (Maintainer): Change from Jim Meyering to "all, glibc",
20736         since getdate now uses intended-for-glibc code.
20737         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20738         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20739
20740 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20741
20742         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20743         HP's ANSI C compiler.
20744         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20745         Declaring int functions causes warnings on some modern systems and
20746         shouldn't be needed to compile on ancient ones.
20747         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20748         defined.
20749
20750         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20751         with the following changes.
20752         (__set_errno): Parenthesize properly.
20753         Include <stdbool.h>.
20754         (MIN, MAX, MATCHING_INO): New macros.
20755         (__getcwd): Define with prototype, not K&R form.
20756         Use heuristics to allocate default buffer on stack if possible.
20757         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20758         behavior, and to avoid the PATH_MAX limit when computing
20759         ../../../../...
20760         Use MATCHING_INO to compare inode number to file.
20761         Check for arithmetic overflow in size calculations.
20762         Fix bug in reallocation of dot array that caused getcwd to fail
20763         on directories nested deeper than 75.
20764         Be more careful about saving errno on error.
20765         Do not use realloc; use only free+malloc, as this is a bit
20766         more flexible and avoids a needless copy operation.
20767         Do not inspect st_dev and st_ino for symbolic links; POSIX
20768         doesn't specify the latter.
20769         Check for closedir errors.
20770         Avoid needless casts.
20771         Use "#ifdef weak_alias" around weak_alias, to be like other
20772         glibc code.
20773         The following changes to getcwd.c have effect only when used in
20774         gnulib; they have no effect inside glibc proper.
20775         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20776         as alloca isn't used.
20777         (alloca, __alloca): Likewise.
20778         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20779         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20780         unconditionally, as gnulib assumes C89 or better.
20781         Do not include <sys/param.h>.
20782         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20783         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20784         better.
20785         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20786         Include <dirent.h> in a way that is compatible with modern Autoconf.
20787         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20788         New macros, if not already defined.
20789         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20790         Use "_LIBC", not "defined _LIBC", for consistency.
20791         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20792         a mempcpy module.
20793         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20794         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20795         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20796         credit only to Jim Meyering and adjust the copyright dates.
20797         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20798         <stdlib.h>, <unistd.h>, "pathmax.h".
20799         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20800         (INITIAL_BUFFER_SIZE): Remove.
20801         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20802
20803 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20804
20805         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20806         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20807         Use the _ONCE methods, for efficiency.
20808         Check for fcntl.h.  In test program, include <errno.h>
20809         and <fcntl.h> if available.  Remove old K&R cruft from
20810         test program.  Check for common errors in GNU/Linux,
20811         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20812         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20813         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20814         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20815         name accordingly.
20816         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20817         accommodate new getcwd.c.
20818         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20819         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20820         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20821         that's all we need now.
20822
20823 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20824
20825         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20826         argp-parse.c depends on getopt internals, that means we should
20827         always use our getopt, to be on the safe side.
20828         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20829         order not to spoil the result of an eventual previous invocation
20830         of gl_GETOPT_SUBSTITUTE.
20831
20832 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20833
20834         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20835         redefinition warnings. To avoid them, include the defines
20836         in `#if !defined __need_getopt ... #endif'. The only place
20837         where __getopt_argv_const is used is in definitions
20838         of getopt_long and getopt_long_only below, which are as well
20839         protected by `#ifndef __need_getopt'.
20840         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20841         __need_getopt after including <stdio.h> and <unistd.h> These
20842         headers might have defined it.
20843
20844 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20845
20846         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20847
20848 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20849
20850         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20851         (futimens): New function, which uses futimes if available.
20852         (futimens, utimens): Support timespec==NULL, with same semantics
20853         as utime and utimens.
20854         * lib/utimens.h (futimens): New decl.
20855
20856 2004-11-23  Jim Meyering  <jim@meyering.net>
20857
20858         * lib/getopt_.h: Remove trailing blanks.
20859
20860 2004-11-23  Jim Meyering  <jim@meyering.net>
20861
20862         * lib/__fpending.c: Add comment.
20863
20864 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20865
20866         * modules/canonicalize (Depends-on): Add xreadlink.
20867         Problem reported by James Youngman.
20868
20869 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20870
20871         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20872         New macros.
20873         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20874         optopt): Use them instead of invoking ## directly; otherwise, the
20875         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20876
20877 2004-11-19  Bruno Haible  <bruno@clisp.org>
20878
20879         * lib/strtok_r.c: Move comments from here...
20880         * lib/strtok_r.h: ... to here.
20881
20882 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20883
20884         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20885         implementations that mishandle size_t overflow.
20886
20887 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20888
20889         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20890         might fail.  Problem reported by Yoann Vandoorselaere.
20891         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20892         implementations that mishandle size_t overflow.
20893
20894 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20895
20896         * modules/canon-host (Depends-on): Add strdup.
20897
20898 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20899
20900         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20901
20902 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20903
20904         * lib/canon-host.c: Include "strdup.h".
20905         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20906         Use strdup instead of malloc/strcpy to duplicate strings.
20907
20908         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20909         (human_space_before_unit): New constant.
20910         * lib/human.c (human_readable): Support it.
20911
20912         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20913         (xgetcwd): Set errno correctly when failing.
20914         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20915         the failure is actually due to a PATH_MAX problem.
20916
20917         Further getopt changes to make it more likely that glibc will
20918         buy the changes back.
20919         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20920         (getopt): Use it, so to preserve glibc semantic
20921         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20922         when compiling for libc.
20923         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20924         (getopt_long, getopt_long_only): Use it.
20925
20926         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20927         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20928         (getopt): Argv is now char * const *, as per standard.
20929         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20930         not char *__getopt_argv_const *.
20931         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20932         _getopt_long_only_r): Likewise.
20933         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20934         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20935         _getopt_long_r, _getopt_long_only_r): Likewise.
20936         * lib/getopt_.h (__getopt_argv_const): Remove.
20937         (getopt): Argv is now char * const *, as per standard.
20938
20939         * lib/getdate.y (tORDINAL): New token.
20940         (day, relunit): Allow it for relative times.
20941         (relative_time_table): Use tORDINAL for ordinals.
20942
20943 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20944
20945         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20946         Document that "second" isn't allowed as an ordinal number.
20947
20948 2004-11-16  Jim Meyering  <jim@meyering.net>
20949
20950         * modules/closeout (Depends-on): Add fpending.
20951
20952 2004-11-15  Jim Meyering  <jim@meyering.net>
20953
20954         * lib/closeout.c: Include "__fpending.h" once again.
20955         Include <stdbool.h>.
20956         (close_stdout): Don't fail just because stdout was closed initially,
20957         since some programs don't write to stdout in the normal course of
20958         operation (other than --version and --help), and we don't want this
20959         function to make e.g. `touch file >&-' fail.
20960         But do fail if it was closed and someone has tried to write to it.
20961         E.g., `printf foo >&-' must fail.
20962
20963 2004-11-13  Jim Meyering  <jim@meyering.net>
20964
20965         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20966
20967 2004-11-12  Simon Josefsson  <jas@extundo.com>
20968
20969         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20970         small doc fix is still pending.
20971
20972 2004-11-11  Simon Josefsson  <jas@extundo.com>
20973
20974         * modules/strtok_r: New file.
20975
20976         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20977         strtok_r.
20978
20979 2004-11-11  Simon Josefsson  <jas@extundo.com>
20980
20981         * m4/strtok_r.m4: New file.
20982
20983         * m4/getopt.m4: Replace opterr.
20984
20985 2004-11-11  Simon Josefsson  <jas@extundo.com>
20986
20987         * lib/strtok_r.h, strtok_r.c: New file.
20988
20989 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20990
20991         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
20992         of replacing opterr, getopt, etc.  This should handle the
20993         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
20994
20995 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20996
20997         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
20998         we can stop lying to compilers about the constness of argv when we
20999         are compiled outside glibc.
21000         (getopt, getopt_long, getopt_long_only): Use it.
21001         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21002         _getopt_internal, getopt): Likewise.
21003         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21004         _getopt_long_only_r): Likewise.
21005         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21006         _getopt_long_r, _getopt_long_only_r): Likewise.
21007
21008         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21009         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21010         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21011         the other external symbols.
21012         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21013         declaration, since the above renaming now works around collisions.
21014
21015 2004-11-11  Jim Meyering  <jim@meyering.net>
21016
21017         * lib/linebreak.c: Remove trailing blanks.
21018         * lib/alloca_.h: Likewise.
21019         * lib/acosl.c: Likewise.
21020         * lib/euidaccess.c: Likewise.
21021         * lib/allocsa.h: Likewise.
21022
21023 2004-11-10  Simon Josefsson  <jas@extundo.com>
21024
21025         * m4/getaddrinfo.m4: New file.
21026
21027 2004-11-10  Simon Josefsson  <jas@extundo.com>
21028
21029         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21030
21031 2004-11-10  Simon Josefsson  <jas@extundo.com>
21032
21033         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21034         getaddrinfo.
21035
21036         * modules/getaddrinfo: New file.
21037
21038 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21039
21040         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21041
21042 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21043
21044         * lib/mktime.c (SHR): New macro, which is a portable
21045         substitute for >> that should work even on Crays.
21046         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21047         Problem reported by Mark D. Baushke in
21048         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21049         * lib/getdate.y (SHR): Likewise.
21050         (tm_diff): Use it.
21051         * lib/strftime.c (SHR): Likewise.
21052         (tm_diff): Use it.
21053         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21054         quote_these_too, so that right shifts are well defined.  All uses
21055         changed.
21056
21057 2004-11-10  Jim Meyering  <jim@meyering.net>
21058
21059         Ensure that no close failure goes unreported.
21060         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21061         return early when it seems there's nothing to flush.
21062         Don't include __fpending.h.
21063
21064 2004-11-10  Jim Meyering  <jim@meyering.net>
21065
21066         * modules/closeout (Depends-on): Remove fpending.
21067
21068 2004-11-10  Jim Meyering  <jim@meyering.net>
21069
21070         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21071
21072 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21073
21074         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21075         gl_FUNC_STRFTIME.
21076         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21077         and AC_REQUIRE when possible, to avoid duplicate checks.
21078         Check for <wchar.h>.
21079
21080 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21081
21082         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21083
21084 2004-11-09  Bruno Haible  <bruno@clisp.org>
21085
21086         * m4/sockpfaf.m4: New file.
21087
21088 2004-11-05  Bruno Haible  <bruno@clisp.org>
21089
21090         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21091         Reported by Mark D. Baushke <mdb@cvshome.org>.
21092
21093 2004-11-04  Bruno Haible  <bruno@clisp.org>
21094
21095         2004-09-11  Bruno Haible  <bruno@clisp.org>
21096                 * allocsa.valgrind: New file.
21097         2004-02-06  Bruno Haible  <bruno@clisp.org>
21098                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21099                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21100                 Reported by Christopher Seip <chris.seip@hp.com>.
21101
21102 2004-11-04  Bruno Haible  <bruno@clisp.org>
21103
21104         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21105         (Makefile.am): Distribute it.
21106
21107 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21108
21109         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21110         with errno == ERANGE if the buffer is too small.
21111         Problem reported by Mark D. Baushke.
21112
21113 2004-11-03  Albert Chin  <china@thewrittenword.com>
21114             Paul Eggert  <eggert@cs.ucla.edu>
21115
21116         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21117         equivalent, substitute $ac_type for equivalent type rather than
21118         blindly using uint32_t *always* which won't work if uint32_t is not
21119         available.  Define _UINT32_T to work around typedef of uint32_t if
21120         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21121         2.5.1.
21122
21123 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21124
21125         * m4/jm-macros.m4: Sync from coreutils.
21126         (gl_MACROS): Check for mbrlen, for pathchk.
21127         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21128
21129 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21130
21131         * lib/xreadlink.c (MAXSIZE): New macro.
21132         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21133         size does not exceed MAXSIZE.  Avoid cast.
21134         As suggested by Mark D. Baushke in
21135         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21136         if readlink fails with buffer size just under MAXSIZE, try again
21137         with MAXSIZE.
21138
21139 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21140
21141         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21142
21143 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21144         and  Paul Eggert  <eggert@cs.ucla.edu>
21145
21146         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21147         (get_date): Overparenthesize to avoid GCC warning.
21148
21149 2004-11-02  Bruno Haible  <bruno@clisp.org>
21150
21151         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21152         returns void.
21153
21154 2004-11-02  Bruno Haible  <bruno@clisp.org>
21155
21156         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21157         function returns void.
21158
21159 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21162         fflush_unlocked, flockfile, funlockfile, funlockfile,
21163         fputs_unlocked, putc_unlocked.
21164
21165 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21166
21167         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21168         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21169         already declared.
21170
21171 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * modules/getdate (Files): Add doc/getdate.texi.
21174         (Depends-on): Add setenv, xalloc.
21175
21176 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21177
21178         * lib/getdate.y: Add support for TZ="foo" within a date string.
21179         Fix some bugs near time_t boundaries.  Reject dates with
21180         out-of-range components, e.g., "Sept 31".
21181         Include <stdlib.h>, "setenv.h", "xalloc.h".
21182         (ISDIGIT_LOCALE): Remove; unused.
21183         Note that the TZ and time functions used here are not reentrant.
21184         (mktime_ok, get_tz): New functions.
21185         (TZBUFSIZE): New constant.
21186         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21187         This requires that we sometimes generate our own TZ="XXX..." setting.
21188
21189 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21190
21191         * doc/getdate.texi: New file, from coreutils with modifications for
21192         the new TZ parsing.
21193
21194 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21195
21196         * lib/mktime.c (not_equal_tm): Remove redundant check.
21197
21198 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21199
21200         * modules/regex (lib_SOURCES): Add regex.c.
21201         Reported by James Youngman in
21202         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21203
21204 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21205
21206         * lib/getdate.y: Use Bison 1.875 features, and some minor
21207         code cleanups.  This change does not affect semantics.
21208         Don't include <stdlib.h>; no longer needed.
21209         Don't include unlocked-io.h; only the "#if TEST" code uses
21210         stdio, and performance isn't crucial there.
21211         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21212         Bison 1.875 features as described below.
21213         All uses of "PC." replaced by "pc->".
21214         (YYSTYPE): Add a forward declaration.
21215         (yylex, yyerror): Use full prototypes in forward decls.
21216         Use "%pure-parser" rather than obsolescent "%pure_parser".
21217         Use %parse-param and %lex-param instead of obsolescent
21218         YYPARSE_PARAM and YYLEX_PARAM.
21219         (meridian_table, month_and_day_table, time_units_table,
21220         relative_time_table, time_zone_table, military_table,
21221         lookup_zone, lookup_word, get_date):
21222         Use NULL instead of 0 where appropriate.
21223         (to_hour): Avoid abort (), to avoid a dependency on
21224         stdlib.h.
21225         (yyerror, yylex): Now accepts parser_control * arg.
21226         (main) [TEST]: Use '\0' rather than 0 for char.
21227
21228 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21229
21230         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21231
21232 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21233
21234         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21235         It's now the caller's responsibility to handle the case where
21236         !HAVE_GETPAGESIZE && !defined getpagesize.
21237
21238         * lib/mktime.c (leapyear): Arg is long int, not int.
21239
21240 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21241
21242         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21243
21244 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21245
21246         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21247         missing.  Problem reported by James Youngman.
21248
21249 2004-10-16  Simon Josefsson  <jas@extundo.com>
21250
21251         * gnulib-tool: Fix comments.  Fix parse problem.
21252         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21253
21254 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21255
21256         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21257         implementation of getopt_long.  Problem reported by Alexander Taler in:
21258         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21259
21260 2004-10-15  Bruno Haible  <bruno@clisp.org>
21261
21262         * gnulib-tool: Untabify. Initialize supplied_libname.
21263         (func_usage): More homogenous output.
21264         (func_modules_transitive_closure, func_modules_to_filelist,
21265         func_emit_lib_Makefile_am): New functions.
21266         (func_import): New function, extracted from big case statement. Use
21267         func_get_license, func_modules_transitive_closure,
21268         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21269         opt_lgpl. Don't use test -a, as it's not portable.
21270         (func_create_testdir): Use func_modules_transitive_closure,
21271         func_modules_to_filelist, func_emit_lib_Makefile_am.
21272
21273 2004-10-15  Bruno Haible  <bruno@clisp.org>
21274
21275         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21276
21277 2004-10-15  Bruno Haible  <bruno@clisp.org>
21278
21279         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21280         the portions belonging to each module.
21281         Suggested by Derek Robert Price <derek@ximbiot.com>.
21282
21283 2004-10-12  Simon Josefsson  <jas@extundo.com>
21284
21285         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21286         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21287         to real functions.
21288
21289 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21290
21291         * modules/vsnprintf: New file.
21292
21293 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21294
21295         * m4/vsnprintf.m4: New file.
21296
21297 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21298
21299         * lib/vsnprintf.h: New file.
21300         * lib/vsnprintf.c: New file.
21301
21302 2004-10-11  Bruno Haible  <bruno@clisp.org>
21303
21304         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21305         vsnprintf.
21306
21307 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21308
21309         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21310
21311 2004-10-07  Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21314         fits into the provided buffer.
21315
21316 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21317
21318         * lib/diacrit.c, diacrit.h: Add GPL notice.
21319
21320         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21321         notice.
21322         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21323         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21324         This avoids a potential constant-folding bug.
21325
21326 2004-10-05  Bruno Haible  <bruno@clisp.org>
21327
21328         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21329         for the declaration of strsep.
21330
21331 2004-10-05  Bruno Haible  <bruno@clisp.org>
21332
21333         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21334
21335 2004-10-04  Simon Josefsson  <jas@extundo.com>
21336
21337         * modules/memmem: New file.
21338         * tests/test-memmem.c: New file.
21339         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21340
21341 2004-10-04  Simon Josefsson  <jas@extundo.com>
21342
21343         * m4/memmem.m4: New file.
21344
21345 2004-10-04  Simon Josefsson  <jas@extundo.com>
21346
21347         * lib/memmem.h: New file.
21348         * lib/memmem.c: New file, taken from glibc.
21349
21350 2004-10-04  Simon Josefsson  <jas@extundo.com>
21351
21352         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21353         '#ifdef USE_UNLOCKED_IO'.
21354
21355 2004-10-04  Simon Josefsson  <jas@extundo.com>
21356
21357         * config/srclist.txt: Add memmem from glibc.
21358
21359 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21360
21361         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21362
21363         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21364         modules/exclude, modules/getdate, modules/getline,
21365         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21366         modules/getusershell, modules/linebuffer, modules/md5,
21367         modules/mountlist, modules/posixtm, modules/readtokens,
21368         modules/readutmp, modules/regex, modules/sha1,
21369         modules/version-etc, modules/yesno:
21370         Remove dependency on unlocked-io.
21371
21372 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21373
21374         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21375
21376         * m4/unlocked-io.m4: Add copyright notice.
21377         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21378
21379 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21380
21381         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21382         * lib/xmalloc.c (xmemdup): Likewise.
21383         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21384         XFREE): Remove these long-obsolescent macros.
21385         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21386         * lib/xstrdup.c: Remove.
21387
21388         * lib/regex.c (re_comp): Cast gettext return value to char *,
21389         Problem reported by Martin Neitzel via Mark D. Baushke.
21390
21391 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21392
21393         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21394         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21395         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21396         regex.c, sha1.c, version-etc.c, yesno.c:
21397         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21398         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21399         the includer's responsibility.
21400
21401         Sync from coreutils.
21402
21403         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21404         points to the start of a string, as the C Standard says the
21405         resulting behavior is undefined.
21406
21407         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21408         simple -> simple_backups, numbered_existing ->
21409         numbered_existing_backups, numbered -> numbered_backups
21410         to avoid shadowing problems.  All uses changed.
21411         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21412         * lib/backupfile.c (check_extension, numbered_backup):
21413         Rename locals to avoid shadowing 'basename'.
21414         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21415         once.
21416
21417         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21418         * lib/.cvsignore: Add getopt.h.
21419
21420 2004-10-04  Bruno Haible  <bruno@clisp.org>
21421
21422         * modules/README: New file.
21423         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21424         not a module.
21425
21426 2004-10-02  Jim Meyering  <jim@meyering.net>
21427
21428         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21429
21430 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21431
21432         * modules/strsep: New file.
21433
21434 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21435
21436         * m4/strsep.m4: New file.
21437
21438 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21439
21440         * lib/strsep.h: New file.
21441         * lib/strsep.c: New file.
21442
21443 2004-10-01  Simon Josefsson  <jas@extundo.com>
21444
21445         * lib/snprintf.c (snprintf): Handle size==0.
21446
21447 2004-10-01  Simon Josefsson  <jas@extundo.com>
21448             Bruno Haible  <bruno@clisp.org>
21449
21450         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21451         (snprintf): Declare 'args'.
21452
21453 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21454
21455         * lib/snprintf.c: Remove comments as to why each header is needed.
21456
21457 2004-10-01  Bruno Haible  <bruno@clisp.org>
21458
21459         * MODULES.html.sh: Add strsep.
21460
21461 2004-09-30  Simon Josefsson  <jas@extundo.com>
21462
21463         * modules/snprintf: New file.
21464
21465 2004-09-30  Simon Josefsson  <jas@extundo.com>
21466
21467         * m4/snprintf.m4: New file.
21468
21469 2004-09-30  Simon Josefsson  <jas@extundo.com>
21470
21471         * lib/snprintf.h, lib/snprintf.c: New files.
21472
21473 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21474
21475         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21476         (hol_entry_help): Never translate an empty string.
21477         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21478         * lib/argp.h (OPTION_NO_TRANS): New option.
21479
21480 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21481
21482         * modules/argp (Maintainer): Replace Simon Josefsson
21483         by Sergey Poznyakoff.
21484
21485 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21486
21487         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21488         changes merged back into glibc.
21489
21490 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21491
21492         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21493
21494 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21495
21496         * lib/xvasprintf.c: Include xalloc.h.
21497         (xvasprintf): Use xalloc_die, not xmalloc_die.
21498
21499 2004-09-29  Bruno Haible  <bruno@clisp.org>
21500
21501         * modules/alloca-opt: New file, derived from modules/alloca.
21502         * modules/allocsa: Depend on alloca-opt instead of alloca.
21503         * modules/setenv: Likewise.
21504         * modules/vasnprintf: Likewise.
21505         * MODULES.html.sh: Add alloca-opt.
21506
21507 2004-09-28  Simon Josefsson  <jas@extundo.com>
21508
21509         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21510         LGPL, and to replace license template from GPL to LGPL.
21511
21512 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21513
21514         * modules/dummy: Change license to LGPL.
21515
21516 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21517
21518         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21519
21520 2004-09-24  Simon Josefsson  <jas@extundo.com>
21521
21522         * modules/minmax (License): Change from GPL to LGPL.
21523
21524 2004-09-23  Simon Josefsson  <jas@extundo.com>
21525
21526         * gnulib-tool (--import): Typo.
21527
21528 2004-09-23  Simon Josefsson  <jas@extundo.com>
21529
21530         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21531
21532 2004-09-22  Bruno Haible  <bruno@clisp.org>
21533
21534         * modules/*: Add 'License' field.
21535         * gnulib-tool: Accept --extract-license option.
21536         (func_get_license): New function.
21537
21538 2004-09-21  Bruno Haible  <bruno@clisp.org>
21539
21540         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21541         Reported by Simon Josefsson.
21542
21543 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21544
21545         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21546         gl_AC_TYPE_LONG_LONG.
21547
21548 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21549
21550         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21551
21552 2004-09-18  Simon Josefsson  <jas@extundo.com>
21553         and  Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21556         calls with autoreconf.  Define GL_LIB.
21557
21558 2004-09-14  Karl Berry  <karl@gnu.org>
21559
21560         * config/srclist.txt: unsync setenv.c, sigh.
21561
21562 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21563
21564         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21565         Problem reported by Bruno Haible in:
21566         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21567
21568 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21569
21570         * config/srclist.txt: Comment out argp-pvh.c.
21571
21572 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21575         in case some system header has #define'd it.  Problem reported by
21576         Soeren D. Schulze in
21577         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21578
21579 2004-09-09  Karl Berry  <karl@gnu.org>
21580
21581         * regex.[ch]: delete from the root.  These were supposed to be
21582                 synced with emacs cvs, but this has not happened for about
21583                 a year, and anyway nothing else uses emacs regex.[ch].
21584                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21585                 lib/regex[.ch] is untouched.
21586
21587 2004-09-09  Bruno Haible  <bruno@clisp.org>
21588
21589         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21590
21591 2004-09-09  Bruno Haible  <bruno@clisp.org>
21592
21593         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21594         modifications.
21595         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21596
21597 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21598
21599         * modules/xvasprintf: New file.
21600         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21601
21602 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21603
21604         * lib/xvasprintf.h: New file.
21605         * lib/xvasprintf.c: New file.
21606         * lib/xasprintf.c: New file.
21607
21608 2004-09-08  Bruno Haible  <bruno@clisp.org>
21609
21610         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21611
21612 2004-09-08  Bruno Haible  <bruno@clisp.org>
21613
21614         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21615         length is > INT_MAX.
21616         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21617         more.
21618
21619 2004-09-08  Bruno Haible  <bruno@clisp.org>
21620
21621         * lib/stdint_.h: New file, taken from GNU clisp.
21622
21623 2004-09-08  Bruno Haible  <bruno@clisp.org>
21624             Oskar Liljeblad  <oskar@osk.mine.nu>
21625
21626         * modules/stdint: New file.
21627         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21628
21629 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21630
21631         Import from coreutils.
21632         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21633         strings on unbounded length.  alloca's performance benefits aren't
21634         that important here.
21635         (V_STRDUP): Remove.
21636         (parse_with_separator): New function, with most of the internals
21637         of the old parse_user_spec.  Allow user to omit both user and group,
21638         for compatibility with FreeBSD.
21639         Clone only the user name, not the entire spec.
21640         Do not set *uid, *gid unless entirely successful.
21641         Avoid memory leak in some failing cases.
21642         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21643         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21644         (parse_user_spec): Rewrite to use parse_with_separator.
21645
21646 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21647
21648         * modules/userspec: Don't depend on alloca.
21649
21650 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21651
21652         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21653
21654 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21657         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21658         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21659
21660 2004-08-16  Simon Josefsson  <jas@extundo.com>
21661
21662         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21663         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21664         Add --dry-run for --import.
21665         Let user provided command line parameters override configure.ac
21666         settings.
21667
21668 2004-08-12  Simon Josefsson  <jas@extundo.com>
21669
21670         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21671         as discussed with Paul Eggert in threads rooted at
21672         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21673         and
21674         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21675         Before, the test was empty, and relied on ELIDE_CODE in source
21676         code.)
21677         (gl_PREREQ_GETOPT): New macro.
21678         (gl_GETOPT): Use them.
21679
21680 2004-08-12  Simon Josefsson  <jas@extundo.com>
21681
21682         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21683         * lib/getopt_.h: Renamed from getopt.h.
21684
21685 2004-08-12  Simon Josefsson  <jas@extundo.com>
21686
21687         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21688         Change default library name from libfoo to libgnu.
21689         Now, if you have a configure.ac that says:
21690                 gl_SOURCE_BASE(gl)
21691                 gl_M4_BASE(gl/m4)
21692                 gl_MODULES(error getopt etcetera)
21693                 gl_INIT
21694         you can import all you need by running:
21695                 ../gnulib/gnulib-tool --import
21696
21697         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21698         (Makefile.am): Rewrite, use logic from argz.
21699         (Include): Use <getopt.h> instead of "getopt.h".
21700
21701 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21702
21703         * modules/argp (Files): Add m4/unlocked-io.m4.
21704         (Depends-on): Add extensions.
21705
21706 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21707
21708         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21709         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21710         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21711         Check for program_invocation_name, program_invocation_short_name,
21712         flockfile, funlockfile, features.h, _getopt_long_only_r.
21713
21714 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21715
21716         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21717         its complicated substitute.
21718         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21719         and program_invocation_name.
21720         (__argp_basename) [!_LIBC]: Remove; the only use was
21721         replaced by its body.
21722         (__argp_short_program_name): Change condition from
21723         !defined __argp_short_program_name to
21724         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21725         to match argp-namefrob.h.
21726         (__argp_failure): Don't assume strerror_r returns char *.
21727         * lib/argp-parse.c (N_): Define unconditionally.
21728         (argp_default_options): Fill out initializers with 0 to avoid
21729         gcc warnings.
21730
21731 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21732
21733         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21734         getopt1.c.
21735
21736 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21737
21738         Merge from coreutils.
21739
21740         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21741
21742         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21743         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21744
21745 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21746
21747         Merge from coreutils.
21748
21749         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21750         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21751         for Reliant Unix 5.43.
21752
21753         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21754         (union fooround): Use uintmax_t, not long int.
21755         The rest is a merge from libc:
21756         [defined _LIBC]: Include <shlib-compat.h>.
21757         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21758
21759         * lib/settime.c (settime): Recode to avoid warning with
21760         Sun Forte C 6U2.
21761
21762         * lib/strverscmp.c: Convert to UTF-8.
21763
21764 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21765
21766         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21767         m4/uintmax_t.m4.
21768
21769 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * modules/xalloc-die: New file.
21772         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21773
21774         * modules/md5 (Files): Add m4/uint32_t.m4.
21775         * modules/sha1: Renamed from modules/sha.
21776         (Files):
21777         Rename lib/sha.h to lib/sha1.h.
21778         Rename lib/sha.c to lib/sha1.c.
21779         Rename m4/sha.m4 to m4/sha1.m4.
21780         (lib_SOURCES): Likewise.
21781         (configure.ac): Rename gl_SHA to gl_SHA1.
21782         (Include): sha.h -> sha1.h.
21783
21784 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21785
21786         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21787         * m4/sha1.m4: Renamed from sha.m4.
21788         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21789
21790 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21791
21792         * lib/obstack.h (obstack_empty_p):
21793         Don't assume that chunk->contents is suitably aligned.
21794         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21795         Likewise. Problem reported by Benno in
21796         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21797
21798         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21799         readable.  This could be improved further but it'd take some work.
21800
21801 2004-08-08  Simon Josefsson  <jas@extundo.com>
21802
21803         * modules/xgethostname (Depends-on): Remove exit and error (not
21804         used).
21805
21806         * modules/getpass-gnu: Add getpass.h.
21807         (Depends-on): Add stdbool.
21808         * modules/getpass: Add getpass.h.
21809
21810 2004-08-08  Simon Josefsson  <jas@extundo.com>
21811
21812         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21813         Check getpass declaration.
21814
21815 2004-08-08  Simon Josefsson  <jas@extundo.com>
21816
21817         * lib/xgethostname.c: Don't include error.h (not used).
21818
21819         * lib/getpass.h: Add.
21820         * lib/getpass.c: Include getpass.h first.
21821
21822 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21823
21824         * lib/xalloc-die.c: New file.
21825         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21826         All uses removed.
21827         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21828         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21829         xalloc-die.c.
21830         (_, N_, xalloc_die): Move to xalloc-die.c.
21831         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21832         so that we needn't mess with xalloc_msg_memory_exhausted.
21833
21834         * lib/sha1.h: Renamed from sha.h.
21835         (SHA1_H): Renamed from _SHA_H.
21836         (sha1_ctx): Renamed from sha_ctx.
21837         (sha1_init_ctx): Renamed from sha_init_ctx.
21838         (sha1_process_block): Renamed from sha_process_block.
21839         (sha1_process_bytes): Renamed from sha_process_bytes.
21840         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21841         (sha1_read_ctx): Renamed from sha_read_ctx.
21842         (sha1_stream): Renamed from sha_stream.
21843         (sha1_buffer): Renamed from sha_buffer.
21844         * lib/sha1.c: Likewise; renamed from sha.c.
21845         Do not include <sys/types.h>.
21846         Include <stddef.h> rather than <stdlib.h>.
21847
21848 2004-08-08  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21851         FILESYSTEM_PREFIX_LEN.
21852         * lib/progreloc.c: Likewise.
21853         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21854
21855 2004-08-06  Simon Josefsson  <jas@extundo.com>
21856
21857         * modules/progname (Depends-on): Don't depend on stdbool.
21858
21859 2004-08-06  Simon Josefsson  <jas@extundo.com>
21860
21861         * modules/getsubopt: New file.
21862         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21863         getsubopt.
21864
21865 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21866
21867         More merge from coreutils.
21868
21869         * m4/utimens.m4, m4/utimecmp.m4: New files.
21870         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21871         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21872         prereq.m4, sha.m4: Import changes from coreutils.
21873
21874 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21875
21876         More merge from coreutils.
21877         * modules/raise, modules/readtokens0, modules/utimens:
21878         * modules/utimecmp, module/xnanosleep: New files.
21879         * modules/strftime: Add lib/strftime.h.
21880         Change include from <time.h> to "strftime.h".
21881         * modules/yesno: Add lib/yesno.h.
21882         * modules/backupfile: Remove lib/addext.c.
21883         * modules/euidaccess: Add stat-macros.h.
21884         * modules/canonicalize, modules/euidaccess,
21885         modules/filemode, modules/lchown, modules/makepath,
21886         modules/rmdir, modules/stat: Likewise.
21887
21888 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21889
21890         Merge from tar.
21891         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21892         SIZE_MAX is a valid preprocessor constant.
21893         (__argp_basename): Change from "#ifndef _LIBC"
21894         to "#ifndef __argp_short_program_name", so that
21895         we don't compile these functions for tar.
21896
21897         More merges from coreutils.
21898         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21899         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21900         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21901         * lib/addext.c: Remove; no longer needed.
21902         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21903         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21904         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21905         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21906         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21907         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21908         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21909         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21910         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21911         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21912         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21913         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21914         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21915         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21916         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21917         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21918         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21919         Import changes from coreutils.
21920
21921 2004-08-05  Simon Josefsson  <jas@extundo.com>
21922
21923         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21924
21925 2004-08-05  Simon Josefsson  <jas@extundo.com>
21926
21927         * m4/getsubopt.m4: New file.
21928
21929 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21930
21931         Merge from coreutils.
21932
21933         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21934         * m4/getcwd-path-max.m4: New files.
21935
21936         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21937         FILESYSTEM_PREFIX_LEN ->
21938         FILE_SYSTEM_PREFIX_LEN.
21939         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21940         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21941         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21942         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21943
21944         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21945         prerequisite modules now handle the DOS stuff.
21946         Don't check for unistd.h.
21947
21948 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21949
21950         Merge from coreutils.
21951
21952         * lib/.gdb-history: Remove; this doesn't belong here.
21953
21954         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21955         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21956         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21957         * lib/getcwd.c: New files.
21958
21959         * lib/dirname.h: Include <stdbool.h>.
21960         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21961         for consistency with POSIX terminology.  All uses changed.
21962         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21963         (strip_trailing_slashes): Use bool for booleans.
21964         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21965
21966         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21967         sometimes returns a positive errno value even when it succeeds.
21968         (print_errno_message) [!LIBC]: Fall back on strerror if
21969         __strerror_r fails.
21970
21971         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21972         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21973         (longest_relative_suffix): New function.
21974         (path_concat): Use it.  Assume first argument is not NULL.
21975         Port to DOS.  Omit redundant separators.
21976         Report an error instead of returning NULL.
21977         Use mempcpy instead of memcpy.
21978         (xpath_concat): Remove: not declared or used.
21979
21980         * lib/same.h: Include <stdbool.h>
21981         (same_name): Return bool, not int.
21982         * lib/same.c (same_name): Likewise.
21983         (errno): Don't declare; we assume C89 or better now.
21984
21985         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
21986         if not already defined.
21987
21988         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
21989         * lib/dup-safer.c (errno): Likewise.
21990
21991 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21992
21993         Merge from coreutils.
21994         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
21995         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
21996         * modules/path-concat: Don't depend on strdup.
21997
21998 2004-08-03  Simon Josefsson  <jas@extundo.com>
21999
22000         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22001         * lib/progname.h: Don't include stdbool.h.
22002
22003 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22004
22005         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22006         * MODULES.html.sh (func_all_modules): Remove fatal.
22007
22008 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22009
22010         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22011
22012 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22013
22014         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22015         working.
22016
22017 2004-08-02  Simon Josefsson  <jas@extundo.com>
22018
22019         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22020         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22021         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22022
22023 2004-08-01  Simon Josefsson  <jas@extundo.com>
22024
22025         * lib/xgetdomainname.c: Include stdlib.h, for free().
22026
22027 2004-07-19  Bruno Haible  <bruno@clisp.org>
22028
22029         * MODULES.html.sh (func_all_modules): Add dummy.
22030
22031 2004-07-16  Simon Josefsson  <jas@extundo.com>
22032
22033         * modules/dummy: New file.
22034
22035 2004-07-16  Simon Josefsson  <jas@extundo.com>
22036
22037         * lib/dummy.c: New file.
22038
22039 2004-07-16  Bruno Haible  <bruno@clisp.org>
22040
22041         * lib/backupfile.h: Add extern "C" for C++.
22042         * lib/closeout.h: Likewise.
22043         * lib/copy-file.h: Likewise.
22044         * lib/findprog.h: Likewise.
22045         * lib/full-write.h: Likewise.
22046         * lib/pathname.h: Likewise.
22047         * lib/progname.h: Likewise.
22048         * lib/stpcpy.h: Likewise.
22049         * lib/stpncpy.h: Likewise.
22050         * lib/strcase.h: Likewise.
22051         * lib/strstr.h: Likewise.
22052         * lib/xalloc.h: Likewise.
22053
22054         * lib/mbswidth.h: Add extern "C" for C++.
22055         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22056
22057 2004-07-13  Robert Millan  <robertmh@gnu.org>
22058
22059         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22060
22061 2004-07-09  Simon Josefsson  <jas@extundo.com>
22062
22063         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22064         failed without this.)
22065
22066 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22067
22068         * modules/chown (Files): Add lib/fchown-stub.c, since
22069         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22070
22071 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22072
22073         * lib/fchown-stub.c: New file.
22074
22075 2004-06-24  Jim Meyering  <jim@meyering.net>
22076
22077         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22078
22079 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22080
22081         * modules/argz: Omit "#include".
22082
22083         * MODULES.html.sh (func_all_modules): Add calloc, to match
22084         2004-06-01 addition of calloc module.
22085
22086 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * m4/argz.m4: New file, which is autoupdated from libtool.
22089
22090 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22091
22092         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22093         libtool.
22094
22095 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         * config/srclist-update: Don't insist on "USA." before the
22098         close-comment, as libtool omits the period and puts the */ on a
22099         separate line.
22100         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22101         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22102
22103 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22104
22105         * modules/argz: New file.
22106         * MODULES.html.sh (func_all_modules): Add argz.
22107
22108 2004-06-12  Jim Meyering  <jim@meyering.net>
22109         and  Paul Eggert  <eggert@cs.ucla.edu>
22110
22111         * modules/hash (Files): Add lib/xalloc.h.
22112         * modules/pipe (Depends-on): Add wait-process.
22113         * modules/stat (Depends-on): Add xalloc.
22114         * modules/userspec (Files): Add lib/userspec.h.
22115         * modules/xstrto
22116
22117         Upgrade from gettext-0.13.
22118         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22119         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22120         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22121
22122 2004-06-10  Jim Meyering  <jim@meyering.net>
22123
22124         * lib/calloc.c: New file.
22125
22126 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22127
22128         * lib/getdate.y (yylex): Allow space between sign and number.
22129         Problem reported by Dan Jacobson.
22130
22131 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22132
22133         Merge from coreutils CVS.
22134
22135         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22136         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22137         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22138         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22139         xstrtol.m4: Fix copyright date and/or serial number.
22140
22141         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22142         See if we need an fchown replacement.
22143         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22144         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22145         and use the replacement function if we detect either defect.
22146
22147         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22148         gl_UTIMECMP.
22149
22150 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22151         and  Jim Meyering  <jim@meyering.net>
22152
22153         Merge from coreutils CVS.
22154
22155         * lib/stat-macros.h: New file, with contents from file-type.h
22156         and coreutils' system.h.
22157         * lib/file-type.c: Include "stat-macros.h".
22158         * lib/file-type.h (file_type): Move all macro definitions to new file,
22159         stat-macros.h.
22160
22161         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22162         Wrap old code with this conditional.
22163         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22164         function that does not dereference symlinks.
22165         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22166
22167         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22168         dependency problems.
22169         (xreadlink): Accept new arg SIZE, for efficiency.
22170         All decls and uses changed.
22171         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22172
22173         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22174         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22175
22176         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22177         sysexits.h.
22178
22179 2004-06-01  Jim Meyering  <jim@meyering.net>
22180
22181         * m4/calloc.m4: New file.
22182
22183 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22184
22185         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22186         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22187         Also, fix a typo in a diagnostic.
22188
22189 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22190
22191         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22192         or AC_FUNC_REALLOC.
22193
22194 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22195
22196         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22197         macros to be defined.
22198         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22199         the allocator returns NULL because the requested size is zero.
22200
22201 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22202
22203         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22204         var.  Add comment explaining why libc still defines it.  This
22205         merges the following patch from glibc:
22206         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22207
22208 2004-05-20  Andreas Schwab  <schwab@suse.de>
22209
22210         * m4/free.m4: Replace free if it not known to work, not the other
22211         way round.
22212
22213 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22214
22215         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22216         present in glibc since revision 1.1 of this file.
22217         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22218         obstack_alignment_mask, obstack_alloc, obstack_base,
22219         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22220         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22221         obstack_grow0, obstack_init, obstack_int_grow,
22222         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22223         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22224         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22225         nonexistent functions.
22226
22227 2004-05-18  Karl Berry  <karl@gnu.org>
22228
22229         * config/srclist.txt: break link for vasnprintf.c.
22230
22231 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22232
22233         Port obstack to the AS/400, where pointers are 16 bytes wide and
22234         you cannot cast an integer to a valid pointer.  This patch is
22235         currently waiting to be integrated into glibc; see
22236         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22237
22238         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22239         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22240         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22241         (struct obstack): temp member is now a union of a pointer and
22242         an integer, instead of an integer.  All integer uses changed.
22243         This does not affect the physical layout of struct obstack,
22244         except on hosts (like the AS/400) where the size or alignment of
22245         void * is greater than that of ptrdiff_t.
22246         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22247         __STDC__)]: Store temporary in pointer member of union, not
22248         integer member.
22249         * lib/obstack.c: Include <stddef.h>, for offsetof.
22250         (struct fooalign): Remove; it doesn't need a name.
22251         (union fooround): Change double to long double, and add void *.
22252         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22253         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22254         not a macro.  Hence the values are always int; so remove all
22255         casts-to-int in uses.
22256
22257 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22258
22259         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22260         we can get this patch merged into glibc.
22261
22262 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22263             Paul Eggert  <eggert@cs.ucla.edu>
22264
22265         * m4/argp: Depend on alloca.
22266
22267 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22268             Paul Eggert  <eggert@cs.ucla.edu>
22269
22270         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22271         freecoding.
22272
22273 2004-05-17  Bruno Haible  <bruno@clisp.org>
22274
22275         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22276         precision that consists of a '.' followed by an empty digit string.
22277         Patch by Tor Lillqvist <tml@iki.fi>.
22278
22279 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22280
22281         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22282         for backward compatibility with older code.  We need our own
22283         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22284         it under some other name, and our alloca.h will define it.
22285
22286 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22287             Derek Price  <derek@ximbiot.com>
22288
22289         * lib/alloca.c: Include <alloca.h>, to get our interface.
22290         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22291         include <alloca.h> first.  Use C89 prototype for alloca; this
22292         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22293         Use #elif for simplicity, since we can assume C89 now.
22294         Don't try to source the system alloca.h since it will not be found
22295         and to prevent recursively including its replacement.
22296         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22297         * lib/regex.c: Likewise.
22298
22299 2004-05-16  Derek Price  <derek@ximbiot.com>
22300             Paul Eggert  <eggert@cs.ucla.edu>
22301
22302         getline cleanup.  This changes the getndelim2 API: both order of
22303         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22304         no delimiter).
22305
22306         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22307         interface does that.
22308         (getline): Always use getdelim, so that we don't have two
22309         copies of this code.
22310         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22311         if available.
22312         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22313         (GETNDELIM2_MAXIMUM): New macro.
22314         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22315         instead of the old practice of delim2==0.  All callers changed.
22316         Return -1 on overflow, instead of returning junk.
22317         Do not set *linesize unless allocation succeeds.
22318         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22319         that we include sys/types.h.
22320         * lib/getnline.h: Likewise.
22321         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22322         (getndelim2): Reorder arguments.
22323         * lib/getnline.c (getnline, getndelim):
22324         Don't discard the NMAX argument.
22325         (getnline): Invoke getndelim, to avoid code duplication.
22326         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22327         of (size_t) -1 by callers of the getnline family.
22328
22329 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22330
22331         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22332         Check for gettimeofday.
22333         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22334         Check for settimeofday, stime.
22335
22336 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22337
22338         * lib/nanosleep.c (suspended): Change its type from int to
22339         sig_atomic_t volatile.
22340         (first_call): Make it private to rpl_nanosleep, and have it
22341         be zero initially as that's a bit faster.
22342         (my_usleep): Round up fractional times instead of truncating them,
22343         as this is the usual meaning for 'sleep'.
22344
22345         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22346         doesn't work.
22347         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22348         (ENOSYS): Define if not defined.
22349         (settime): Fall back on stime if it exists and settimeofday fails.
22350         But don't bother with fallbacks if a method fails with errno == EPERM.
22351
22352 2004-05-11  Jim Meyering  <jim@meyering.net>
22353
22354         Prior to this change, the save_cwd caller required read access to the
22355         current directory on most systems (ones with the fchdir function).
22356
22357         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22358         fails, try write-only, and finally, resort to using xgetcwd.
22359
22360 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * lib/obstack.c, obstack.h: Import changes from libc.
22363
22364 2004-04-28  Bruno Haible  <bruno@clisp.org>
22365
22366         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22367         also implicitly appends .exe to executables.
22368         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22369         accepts Windows pathnames.
22370         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22371         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22372         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22373         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22374         Reported by Derek Robert Price <derek@ximbiot.com>.
22375
22376 2004-04-21  Karl Berry  <karl@gnu.org>
22377
22378         * config/srclist.txt (localcharset.c): break sync.
22379
22380 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22381
22382         * m4/host-os.m4: Add a copyright notice.
22383
22384 2004-04-20  Jim Meyering  <jim@meyering.net>
22385
22386         Change UTILS_ to gl_ in AC_DEFINE'd names.
22387         Change utils_- and jm_-prefixed variables, too.
22388         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22389         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22390         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22391
22392         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22393         Don't emit trailing blanks.
22394         Also rename jm_-prefixed variables to have gl_ prefix.
22395
22396         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22397         Also rename jm_-prefixed variables to have gl_ prefix.
22398
22399         * m4/jm-macros.m4: Reflect the renamings.
22400         * m4/prereq.m4: Likewise.
22401
22402 2004-04-20  Jim Meyering  <jim@meyering.net>
22403
22404         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22405         memory.
22406
22407 2004-04-20  Jim Meyering  <jim@meyering.net>
22408             Bruno Haible  <bruno@clisp.org>
22409
22410         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22411         memory when realloc fails.
22412
22413 2004-04-19  Jim Meyering  <jim@meyering.net>
22414
22415         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22416         now that readutmp.c may call `free (0)'.
22417
22418 2004-04-19  Bruno Haible  <bruno@clisp.org>
22419
22420         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22421         * m4/inttypes_h.m4: Likewise.
22422         * m4/stdint_h.m4: Likewise.
22423         * m4/intmax_t.m4: Likewise.
22424         * m4/uintmax_t.m4: Likewise.
22425
22426 2004-04-18  Jim Meyering  <jim@meyering.net>
22427
22428         * m4/prereq.m4: Don't forbid jm_ prefix.
22429
22430         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22431         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22432         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22433         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22434         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22435         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22436         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22437         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22438         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22439         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22440         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22441         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22442         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22443         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22444         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22445         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22446         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22447         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22448         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22449
22450 2004-04-18  Jim Meyering  <jim@meyering.net>
22451
22452         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22453         failure, don't leak memory and do call END_UTMP_ENT.
22454
22455 2004-04-16  Jim Meyering  <jim@meyering.net>
22456
22457         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22458         coreutils' stat program.
22459         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22460
22461 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22462
22463         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22464         C89.
22465         (CHAR_BIT): Remove, since we assume C89.
22466         Include <stdint.h> if available, as per current Autoconf CVS advice.
22467
22468 2004-03-31  Jim Meyering  <jim@meyering.net>
22469
22470         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22471         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22472         * m4/xalloc.m4: Likewise.
22473
22474 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22475
22476         Merge from coreutils.
22477
22478         * m4/inttostr.m4: New file.
22479         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22480         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22481         Require gl_CLOCK_TIME.
22482         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22483
22484 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22485
22486         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22487         not bool, to be more consistent with Unix conventions.
22488         Suggested by Bruno Haible.
22489
22490         Merge from coreutils.
22491
22492         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22493         * lib/umaxtostr.c: New files.
22494
22495         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22496         the usual <time.h> dance.
22497         (get_date): Change signature to support fractional time stamps.
22498         All callers changed.
22499         * lib/getdate.y: Include "getdate.h" first, as we can now
22500         assume C89 and don't need to worry about 'const'.
22501         Similarly, include "unlocked-io.h" near start, not in middle.
22502         Include <limits.h>.
22503         (textint.value): Use long int rather than int.
22504         (textint.digits): Use size_t rather than int.
22505         (BILLION, LOG10_BILLION): New constants.
22506         (parser_control): New member rel_ns.  Members day_ordinal,
22507         time_zone, month, day, hour, minutes, rel_year, rel_month,
22508         rel_day, rel_hour, rel_minutes, rel_seconds
22509         are now long int, not int.  Member seconds is now struct timespec,
22510         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22511         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22512         not int.
22513         (%union.intval): Now long int, not int.
22514         New member timespec.
22515         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22516         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22517         (spec): Now is a timespec or an item list.
22518         (timespec, items): New nonterminals.
22519         (time, rel, relunit, number, get_date):
22520         Add support for fractional seconds.
22521         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22522         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22523         (to_hour): First arg is now long int, not int.
22524         (to_year): Returns long int, not int.
22525         Don't treat year -70 like 70.
22526         (tm_diff): Returns long int, not int.
22527         (lookup_word): Use bool instead of int when appropriate.
22528         (yylex): Use size_t for count, not int.
22529         Detect overflow when parsing large integer constants.
22530         Add support for fractions.
22531         (get_date): Make pointers 'const' if possible.
22532         Use more-portable code to detect integer overflow.
22533         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22534         Don't use ctime; it's not reliable if the year has >4 digits.
22535
22536         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22537         This is for compatibility with BSD.
22538
22539         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22540         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22541         From coreutils' system.h.
22542
22543         * lib/userspec.c: Don't include "posixver.h".
22544         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22545         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22546         compatible extension.  Simplify code by removing a boolean int
22547         that was always nonzero if a string was nonnull.
22548
22549 2004-03-30  Jim Meyering  <jim@meyering.net>
22550
22551         Merge from coreutils.
22552
22553         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22554         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22555         on some systems one must include <grp.h> before it.
22556         Reported by Christian Krackowizer.
22557
22558 2004-03-30  Jim Meyering  <jim@meyering.net>
22559
22560         Merge from coreutils.
22561
22562         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22563
22564         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22565         an empty input stream.
22566
22567         * lib/readtokens.c: Include <stdbool.h>.
22568         (readtoken): Use `size_t' rather than int/long.
22569         All callers adjusted.
22570         Use `bool' rather than `int' where appropriate.
22571         Use memset rather than an explicit loop.
22572         Use x2nrealloc rather than xrealloc.
22573         Allow the use of `\0' as a delimiter.
22574         (readtokens): Likewise.
22575         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22576
22577 2004-03-30  Jim Meyering  <jim@meyering.net>
22578
22579         * m4/realloc.m4: Remove file, since now it does no more than
22580         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22581         the `configure.ac' section of module/realloc.
22582         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22583
22584 2004-03-30  Bruno Haible  <bruno@clisp.org>
22585
22586         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22587         nonnull.
22588
22589 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22590
22591         Merge changes to getloadavg.c from coreutils and Emacs.
22592
22593         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22594         Define to an expression, not to the empty string.
22595         Include cloexec.h and xalloc.h.
22596         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22597         Use set_cloexec_flag rather than rolling our own.
22598         * lib/cloexec.c, lib/cloexec.h: New files.
22599
22600 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22601
22602         * m4/cloexec.m4: New file.
22603
22604 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22605
22606         * lib/getopt.h: Sync with libc CVS.
22607
22608 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22609             Bruno Haible  <bruno@clisp.org>
22610
22611         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22612         mbswidth.
22613
22614 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22615             Bruno Haible  <bruno@clisp.org>
22616
22617         * lib/mbswidth.h: Include <wchar.h> only if
22618         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22619         <wchar.h>.
22620         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22621
22622 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22623
22624         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22625         Sync with libc CVS.
22626         * lib/getopt_int.h: New file, also synced from libc.
22627
22628 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22629
22630         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22631         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22632         Bring back getopt.c, getopt.h, getopt1.c.
22633
22634 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22635
22636         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22637         All uses changed.  Check for sa_sigaction member; this fixes
22638         a bug first reported by Jason Andrade in
22639         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22640
22641 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22642
22643         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22644         '#if' expressions.  Unlike the code it replaces, it does not
22645         depend on (defined _SC_PAGESIZE).  However, it does depend on
22646         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22647         first reported by Jason Andrade in
22648         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22649
22650 2004-02-25  Simon Josefsson  <jas@extundo.com>
22651
22652         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22653
22654 2004-02-25  Simon Josefsson  <jas@extundo.com>
22655
22656         * lib/strdup.h: New file.
22657         * lib/strdup.c: Include it.
22658         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22659         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22660
22661 2004-02-23  Karl Berry  <karl@gnu.org>
22662
22663         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22664         (from fencepost.gnu.org:/gd/gnuorg).
22665
22666 2004-02-23  Karl Berry  <karl@gnu.org>
22667
22668         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22669         * config/srclist.txt: add maintain/standards documents.
22670
22671 2004-02-18  Bruno Haible  <bruno@clisp.org>
22672
22673         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22674         Reported by Derek Robert Price <derek@ximbiot.com>.
22675
22676 2004-02-16  Karl Berry  <karl@gnu.org>
22677
22678         * config/mkinstalldirs, install-sh: update from automake.
22679
22680 2004-02-06  Karl Berry  <karl@gnu.org>
22681
22682         * m4/po.m4: update from gettext 0.14.1.
22683
22684 2004-02-06  Karl Berry  <karl@gnu.org>
22685
22686         * lib/config.charset: update from gettext 0.14.1.
22687
22688 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22689
22690         Add comments and code, prompted by suggestions from Bruno Haible
22691         for sh-quote.
22692         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22693         describing the enum quoting_style values.
22694         * lib/quotearg.c (quotearg_alloc): New function.
22695         (quotearg_buffer_restyled): Treat lone { and } as special.
22696         Treat = as special.  Work around bug with older shells
22697         that "see" a '\' that is really the 2nd byte of a multibyte char.
22698         Quote empty string with shell_quoting_style.
22699
22700 2004-02-03  Bruno Haible  <bruno@clisp.org>
22701
22702         * m4/pipe.m4: New file, from GNU gettext.
22703
22704 2004-02-03  Bruno Haible  <bruno@clisp.org>
22705
22706         * lib/pipe.h: New file, from GNU gettext.
22707         * lib/pipe.c: New file, from GNU gettext.
22708
22709 2004-01-27  Bruno Haible  <bruno@clisp.org>
22710
22711         * m4/execute.m4: New file, from GNU gettext.
22712
22713 2004-01-27  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/execute.h: New file, from GNU gettext.
22716         * lib/execute.c: New file, from GNU gettext.
22717         * lib/w32spawn.h: New file, from GNU gettext.
22718
22719 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22720
22721         Merge from diffutils.
22722
22723         * lib/file-type.c (file_type): Add typed memory objects.
22724         * lib/file-type.h (S_TYPEISTMO): New macro.
22725
22726         * lib/c-stack.h (c_stack_action): Remove argv argument.
22727         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22728         (die): Don't calculate message unless segv_action returns.
22729         (get_stack_location, min_address_from_argv, max_address_from_argv,
22730         volatile stack_base, volatile_stack_size): Remove.
22731         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22732         that every segmentation violation is a stack overflow.  (Ouch!)
22733         See Debian bug 136249 (still outstanding) for more info about why
22734         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22735
22736 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22737
22738         Exit-status fix from coreutils.
22739
22740         Use exit_failure consistently in place of EXIT_FAILURE,
22741         so that program exit statuses are consistent on failure.
22742
22743         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22744         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22745         * lib/argmatch.h: Comment fix to match the above.
22746         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22747         Now a macro referring to exit_failure, instead of a separate
22748         variable.  Include "exitfail.h" to get it.
22749         * lib/xstrtol.h: Include "exitfail.h".
22750         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22751
22752         * lib/long-options.c (parse_long_options): Use prototype
22753         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22754         for clarity.
22755
22756 2004-01-21  Jim Meyering  <jim@meyering.net>
22757
22758         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22759         so as not to conflict with a different-sized __mktime_internal
22760         function in GNU libc.
22761         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22762         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22763
22764 2004-01-20  Karl Berry  <karl@gnu.org>
22765
22766         * config/config.guess: update from config.
22767
22768         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22769
22770 2004-01-20  Bruno Haible  <bruno@clisp.org>
22771
22772         Safer stack allocation.
22773         * lib/setenv.c: Include allocsa.h.
22774         (alloca): Remove fallback definition.
22775         (freea): Remove macro.
22776         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22777         instead of freea.
22778
22779 2004-01-20  Bruno Haible  <bruno@clisp.org>
22780
22781         * m4/eealloc.m4: New file, from GNU gettext.
22782
22783 2004-01-20  Bruno Haible  <bruno@clisp.org>
22784
22785         * m4/allocsa.m4: New file, from GNU gettext.
22786
22787 2004-01-20  Bruno Haible  <bruno@clisp.org>
22788
22789         * lib/xallocsa.h: New file, from GNU gettext.
22790         * lib/xallocsa.c: New file, from GNU gettext.
22791
22792 2004-01-20  Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22795
22796 2004-01-20  Bruno Haible  <bruno@clisp.org>
22797
22798         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22799         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22800         specially.
22801
22802 2004-01-20  Bruno Haible  <bruno@clisp.org>
22803
22804         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22805         patch.
22806
22807 2004-01-20  Bruno Haible  <bruno@clisp.org>
22808
22809         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22810
22811 2004-01-20  Bruno Haible  <bruno@clisp.org>
22812
22813         * lib/eealloc.h: New file.
22814
22815 2004-01-20  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/binary-io.h: Avoid warnings on Cygwin.
22818
22819 2004-01-20  Bruno Haible  <bruno@clisp.org>
22820
22821         * lib/allocsa.h: New file, from GNU gettext.
22822         * lib/allocsa.c: New file, from GNU gettext.
22823
22824 2004-01-18  Karl Berry  <karl@gnu.org>
22825
22826         * doc/gpl.texi, doc/lgpl.texi: new files.
22827
22828 2004-01-18  Karl Berry  <karl@gnu.org>
22829
22830         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22831         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22832
22833 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22834
22835         Merge from coreutils.
22836
22837         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22838         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22839         (gl_DEFAULT_POSIX2_VERSION): Move
22840         the documentation from 'configure' into 'config.hin',
22841         so that 'configure --help' isn't burdened by it and
22842         we don't have to worry about its formatting there.
22843         Reword the documentation so that it's more succinct
22844         and can be run together into a single paragraph.
22845         * m4/same.m4 (gl_SAME): Check for pathconf.
22846
22847 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22848
22849         Merge from coreutils.
22850
22851         * lib/posixver.c: Include posixver.h.
22852
22853         * lib/same.c: Include <stdbool.h>, <limits.h>.
22854         (_POSIX_NAME_MAX): Define if not defined.
22855         (MIN): New macro.
22856         (same_name): If file names are silently truncated, report
22857         that the file names are the same if they are the same after
22858         the silent truncation.
22859
22860         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22861         conversion function.
22862         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22863         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22864         longer needed.
22865
22866 2004-01-15  Jim Meyering  <jim@meyering.net>
22867
22868         Merge from coreutils.
22869
22870         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22871         if no library is required.
22872         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22873         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22874         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22875         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22876         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22877         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22878         value, $ac_cv_search_crypt, if it's "none required".
22879         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22880         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22881         not gl_FUNC_GETLOADAVG.
22882         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22883         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22884
22885 2004-01-15  Jim Meyering  <jim@meyering.net>
22886
22887         Merge from coreutils.
22888
22889         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22890         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22891         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22892
22893         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22894         optional configure-time default.
22895
22896         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22897
22898         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22899
22900 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22901
22902         Merge from coreutils.
22903
22904         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22905         value, $ac_cv_search_nanosleep, if it's "none required".
22906
22907 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22908
22909         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22910         with like-named macro in fnmatch.c.
22911         (EXT): Use an internal constant instead.
22912
22913         Merge fnmatch patches from glibc.
22914         * lib/fnmatch.c (mbsinit): Remove define.
22915         Add libc_hidden_ver (__fnmatch, fnmatch).
22916         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22917         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22918
22919 2004-01-14  Karl Berry  <karl@gnu.org>
22920
22921         * config/install-sh: update from automake.
22922
22923 2004-01-13  Karl Berry  <karl@gnu.org>
22924
22925         * config/install-sh: update from automake.
22926
22927 2004-01-09  Karl Berry  <karl@gnu.org>
22928
22929         * config/install-sh: update from automake.
22930
22931 2004-01-05  Karl Berry  <karl@gnu.org>
22932
22933         * config/config.{sub,guess}: update from config.
22934
22935 2003-12-31  Karl Berry  <karl@gnu.org>
22936
22937         * config/depcomp: update from automake.
22938
22939 2003-12-14  Karl Berry  <karl@gnu.org>
22940
22941         * lib/config.charset: update from gettext-runtime.
22942
22943 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22944
22945         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22946         Bug reported by Alfred M. Szmidt.
22947
22948 2003-12-03  Bruno Haible  <bruno@clisp.org>
22949
22950         * m4/gettext.m4: Upgrade from gettext-0.13.
22951         * m4/po.m4: Upgrade from gettext-0.13.
22952         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22953         * m4/intmax.m4: New file, from gettext-0.13.
22954         * m4/printf-posix.m4: New file, from gettext-0.13.
22955
22956 2003-11-29  Karl Berry  <karl@gnu.org>
22957
22958         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22959
22960 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22961             Bruno Haible  <bruno@clisp.org>
22962
22963         * lib/printf-parse.h: Don't include sys/types.h.
22964         (ARG_NONE): New macro.
22965         (char_directive): Change type of *arg_index fields to size_t.
22966         * lib/printf-parse.c: Don't include sys/types.h.
22967         (SSIZE_MAX): Remove macro.
22968         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22969         Remove unnecessary overflow check.
22970         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22971         fields.
22972
22973 2003-11-25  Bruno Haible  <bruno@clisp.org>
22974
22975         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22976
22977 2003-11-25  Bruno Haible  <bruno@clisp.org>
22978
22979         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22980         gt_TYPE_SSIZE_T.
22981
22982 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22983
22984         * modules/alloca: Remove dependency on xalloc.
22985
22986 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22987
22988         * lib/alloca.c: Remove dependency on xalloc module.
22989         (xalloc_die): Remove.
22990         (memory_full) [!defined emacs]: New macro.
22991         [!defined emacs]: Don't include xalloc.h.
22992         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
22993         address arithmetic overflows.  Change datatypes a bit to avoid
22994         unnecessary casts.
22995
22996 2003-11-22  Jim Meyering  <jim@meyering.net>
22997
22998         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
22999         s/size/size_t/.
23000
23001 2003-11-21  Karl Berry  <karl@gnu.org>
23002
23003         * config/config.{sub,guess}: update from config.
23004
23005 2003-11-18  Karl Berry  <karl@gnu.org>
23006
23007         * config/config.{sub,guess}: update from config.
23008
23009         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23010
23011 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23012
23013         * README: Mention that S+T cannot overflow if S is the size of
23014         an existing object and T is sufficiently small.
23015
23016 2003-11-17  Jim Meyering  <jim@meyering.net>
23017
23018         On systems without utime and without a utimes function capable of
23019         dealing with a NULL struct utimbuf* argument, this utime replacement
23020         could -- in unusual circumstances -- leak a file descriptor.
23021         * lib/utime.c: Include <unistd.h> and <errno.h>.
23022         (utime_null): Be sure to close `fd' and to preserve errno.
23023         Reported by Geoff Collyer via Arnold Robbins.
23024
23025 2003-11-17  Bruno Haible  <bruno@clisp.org>
23026
23027         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23028         (Depends-on): Add xsize.
23029
23030 2003-11-17  Bruno Haible  <bruno@clisp.org>
23031
23032         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23033
23034 2003-11-17  Bruno Haible  <bruno@clisp.org>
23035
23036         * lib/vasnprintf.c (alloca): Remove fallback definition.
23037         (freea): Remove definition.
23038         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23039         Reported by Paul Eggert.
23040
23041 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23042             Bruno Haible  <bruno@clisp.org>
23043
23044         Protect against address arithmetic overflow.
23045         * lib/printf-args.h: Include stddef.h.
23046         (arguments): Change type of field 'count' to size_t.
23047         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23048         'unsigned int' where appropriate.
23049         * lib/printf-parse.h: Include sys/types.h.
23050         (char_directive): Change type of *arg_index fields to ssize_t.
23051         (char_directives): Change type of fields 'count', max_*_length to
23052         size_t.
23053         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23054         (SSIZE_MAX): Define fallback value.
23055         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23056         instead of 'int' where appropriate. Check a_allocated, d_allocated
23057         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23058         * lib/vasnprintf.c: Include xsize.h.
23059         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23060         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23061         overflow. Avoid wraparound when converting a width or precision from
23062         decimal to binary.
23063
23064 2003-11-16  Bruno Haible  <bruno@clisp.org>
23065
23066         Update from GNU gettext.
23067         * lib/printf-parse.c: Generalize to it can be compiled for wide
23068         strings.
23069         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23070         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23071         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23072         SNPRINTF): New macros.
23073         Don't include <alloca.h> if the file is used inside libintl.
23074         (local_wcslen): New function, for Solaris 2.5.1.
23075         (VASNPRINTF): Use it instead of wcslen.
23076
23077 2003-11-16  Bruno Haible  <bruno@clisp.org>
23078
23079         * lib/xsize.h (xmax): New function.
23080         (xsum, xsum3, xsum4): Declare as "pure" functions.
23081
23082 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23083
23084         * modules/xalloc (Files): Undo latest change, since xalloc.h
23085         no longer needs SIZE_MAX or PTRDIFF_MAX.
23086
23087 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23088
23089         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23090         gl_PTRDIFF_MAX.
23091
23092 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23093
23094         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23095         "return", to pacify some unknown compiler.  Problem reported
23096         by Joerg Schilling.
23097
23098 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23099
23100         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23101         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23102         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23103         heuristic is just as accurate as far as we know, and it removes a
23104         dependency on size_max.m4 and ptrdiff_max.m4.
23105
23106 2003-11-11  Bruno Haible  <bruno@clisp.org>
23107
23108         * modules/xsize (Files): Add m4/size_max.m4.
23109         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23110
23111 2003-11-11  Bruno Haible  <bruno@clisp.org>
23112
23113         * m4/size_max.m4: New file.
23114         * m4/ptrdiff_max.m4: New file.
23115         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23116         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23117         (gl_XALLOC): Invoke it.
23118
23119 2003-11-11  Bruno Haible  <bruno@clisp.org>
23120
23121         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23122         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23123         defined.
23124
23125 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23126
23127         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23128         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23129         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23130         From Bruno Haible.
23131         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23132         not (size_t) -1, since it's defined here.
23133
23134 2003-11-09  Karl Berry  <karl@gnu.org>
23135
23136         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23137
23138 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23139
23140         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23141         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23142         Reject sizes of exactly SIZE_MAX bytes.
23143         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23144         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23145
23146 2003-11-05  Bruno Haible  <bruno@clisp.org>
23147
23148         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23149         SIZE_MAX defined in <limits.h> on Solaris.
23150
23151 2003-11-04  Jim Meyering  <jim@meyering.net>
23152
23153         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23154         variable names, rather than @VAR@.
23155         * modules/poll: Likewise.
23156
23157 2003-11-04  Bruno Haible  <bruno@clisp.org>
23158
23159         * modules/xsize: New file.
23160         * modules/linebreak: Depend on xsize.
23161         * MODULES.html.sh (func_all_modules): Add xsize.
23162
23163 2003-11-04  Bruno Haible  <bruno@clisp.org>
23164
23165         * m4/xsize.m4: New file.
23166
23167 2003-11-04  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/xsize.h: New file.
23170         * lib/linebreak.c: Include xsize.h.
23171         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23172         argument for overflow.
23173         Suggested by Paul Eggert.
23174
23175 2003-11-03  Karl Berry  <karl@gnu.org>
23176
23177         * config/config.{guess,sub}: update from config.
23178
23179 2003-11-03  Jim Meyering  <jim@meyering.net>
23180
23181         * modules/userspec (lib_SOURCES): Add userspec.h.
23182         (Include): Add "userspec.h".
23183         Improve description.
23184
23185 2003-11-03  Jim Meyering  <jim@meyering.net>
23186
23187         * lib/userspec.c: Include "userspec.h".
23188         * lib/userspec.h: New file.
23189
23190 2003-11-03  Bruno Haible  <bruno@clisp.org>
23191
23192         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23193
23194 2003-11-03  Bruno Haible  <bruno@clisp.org>
23195
23196         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23197         available, to avoid (extremely rare) race condition.
23198         Suggested by Paul Eggert.
23199
23200 2003-11-02  Karl Berry  <karl@gnu.org>
23201
23202         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23203
23204 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23205
23206         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23207         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23208         (read_filesystem_list): Set and use me_type_malloced.
23209         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23210         whatever the type happens to be), for brevity and consistency.
23211         Check for size calculation overflow on Alphas running OSF/1.
23212
23213 2003-10-31  Jim Meyering  <jim@meyering.net>
23214
23215         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23216
23217         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23218
23219 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23220             Bruno Haible  <bruno@clisp.org>
23221
23222         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23223         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23224
23225 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23226
23227         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23228         netbsd*-gnu*.  Suggested by Robert Millan.
23229
23230 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23231
23232         * modules/group-member: Depend on stdbool.
23233
23234 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23235
23236         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23237
23238 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23239
23240         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23241         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23242         after the 'gnu' in these cases.  This fixes some bugs in the
23243         previous change, and is based on suggestions by Robert Millan.
23244
23245 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23246
23247         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23248         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23249         no longer needed.
23250         * lib/quotearg.c (quotearg_n_options): Use it.
23251         * lib/group-member.c: Include <stdbool.h>.
23252         (free_group_info): Arg is now const *; don't free arg.
23253         (get_group_info): Now returns bool and accepts struct group_info *,
23254         rather than returning a malloc'ed struct group_info *.
23255         All uses changed.  Check for overflow in internal size calculation.
23256
23257         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23258         rather than xmalloc/xrealloc.
23259         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23260         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23261         conformance bug: the old code used a pointer after freeing the
23262         storage that it addressed.
23263         * lib/hash.c (hash_initialize): Simplify the code by using
23264         xalloc_oversized rather than doing it by hand.
23265         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23266         the buffer preserved.  Use free and xmalloc instead.
23267         * lib/quotearg.c (quotearg_n_options): Likewise.
23268         Use a simpler test for size overflow.  Don't use xalloc_oversized
23269         because unsigned int might be wider than size_t (!); this suggests
23270         that we should switch from unsigned int to size_t for slot numbers.
23271
23272 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23273
23274         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23275         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23276         NetBSD kernels.  Requested by Richard Stallman.
23277
23278 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23279
23280         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23281         to allocate the returned structure.  Do not allocate a subarray,
23282         as x2nrealloc will do that.
23283         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23284         instead of xnrealloc.
23285         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23286
23287 2003-10-27  Bruno Haible  <bruno@clisp.org>
23288
23289         * lib/stdbool_.h: Better support for BeOS.
23290
23291 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23292
23293         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23294         now uses inline.
23295
23296 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23297
23298         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23299         callers that want to do their own size-overflow checking.  Include
23300         <stdbool.h>, since xalloc_oversized returns bool.
23301         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23302         to use xalloc_oversized.
23303
23304         Add two functions x2realloc, x2nrealloc, for programs that grow
23305         arrays dynamically by doubling their sizes.
23306         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23307         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23308         New functions.
23309
23310         Port to C99 semantics for 'inline' of external functions.
23311         Bug reported by Bruno Haible.
23312         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23313         with the old contents of xnmalloc.
23314         (xnmalloc, xmalloc): Use it.
23315         (xnrealloc_inline): New static inline function,
23316         with the old contents of xnrealloc.
23317         (xnrealloc, xrealloc): Use it.
23318
23319         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23320         that.
23321
23322 2003-10-26  Karl Berry  <karl@gnu.org>
23323
23324         * config/srclist.txt (COPYING.DOC): no longer available from
23325         /gd/gnuorg; don't know where the ultimate source is.
23326
23327 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23328
23329         Fix several address-calculation bugs in the hash modules,
23330         plus some minor code cleanup.
23331
23332         * lib/hash.h: Include <stdbool.h>, for bool.
23333         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23334         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23335         hash_get_n_entries, hash_get_max_bucket_length,
23336         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23337         hash_rehash): Use size_t rather than unsigned.
23338         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23339         hash_get_n_buckets_used, hash_get_n_entries,
23340         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23341         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23342         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23343         Likewise.
23344         (SIZE_MAX): Define if not defined.
23345         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23346         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23347         hash_print):
23348         Use const * when possible.
23349         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23350         (check_tuning): Fix bug: if tuning parameters were very close to
23351         0 or 1, rounding errors could have caused subscript violations.
23352         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23353         (hash_initialize): Add 'fail:' label
23354         to free table and return NULL, and use it to simplify code.
23355         Use calloc rather than clearing the storage ourself.
23356         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23357         buffer size calculations.
23358         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23359         Include <stddef.h>, for size_t.
23360         * lib/hash-pjw.c (hash_pjw): Likewise.
23361         Switch to method described by Bruno Haible.
23362         Include <limits.h>, for CHAR_BIT.
23363         (SIZE_BITS): New macro.
23364
23365 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23366
23367         * m4/getline.m4 (AM_FUNC_GETLINE):
23368         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23369         hosts.  Problem reported by Derek Robert Price in
23370         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23371         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23372         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23373
23374 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23375
23376         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23377         ceiling the allocation at NMAX bytes rather than silently
23378         discarding input bytes before NMAX is reached.  This makes
23379         a difference only if NMAX exceeds SIZE_MAX / 2.
23380
23381         * lib/obstack.c: Merge from glibc.
23382         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23383         Add libc_hidden_def (_obstack_newchunk).
23384         (_obstack_free) [! defined _LIBC]: Remove.
23385         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23386         a clone of the function body.
23387         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23388         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23389
23390         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23391         glibc.
23392         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23393         arg to memcpy.
23394
23395         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23396         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23397         Don't use lvalue casts, as GCC plans to remove support for them
23398         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23399         was also present in the non-GCC version, indicating that this
23400         code had always been buggy and had never been widely used.
23401         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23402         Use the fast variant of each macro, rather than copying the
23403         definiens of the fast variant; that way, we'll be more likely to
23404         catch future bugs in the fast variants.
23405
23406 2003-10-20  Bruno Haible  <bruno@clisp.org>
23407
23408         * modules/wait-process: New file.
23409         * MODULES.html.sh (func_all_modules): Add wait-process.
23410
23411 2003-10-20  Bruno Haible  <bruno@clisp.org>
23412
23413         * m4/wait-process.m4: New file.
23414
23415 2003-10-20  Bruno Haible  <bruno@clisp.org>
23416
23417         * lib/wait-process.h: New file, from GNU gettext.
23418         * lib/wait-process.c: New file, from GNU gettext.
23419
23420 2003-10-19  Jim Meyering  <jim@meyering.net>
23421
23422         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23423         HPUX 10.20.
23424
23425 2003-10-18  Karl Berry  <karl@gnu.org>
23426
23427         * config/config.guess: update from config.
23428
23429 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23430
23431         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23432         (getgroups): First arg is int, not size_t.
23433         Don't let 'free' mangle errno.
23434
23435 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23436
23437         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23438
23439 2003-10-16  Karl Berry  <karl@gnu.org>
23440
23441         * config/config.{guess,sub}: update from config.
23442
23443 2003-10-16  Jim Meyering  <jim@meyering.net>
23444
23445         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23446         memcpy.
23447
23448 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23449
23450         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23451         (SIZE_MAX): Remove.
23452         (new_exclude, add_exclude_file): Initial size no longer needs to
23453         be a power of 2.
23454         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23455         our own address arithmetic overflow checking.
23456
23457         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23458         (fnmatch): Do not alloca more than 2000 wide characters;
23459         instead, use malloc for large buffers.
23460         Check for address arithmetic overflow, and return -1
23461         with errno set to ENOMEM in that case.
23462         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23463         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23464         instead, return -1.  Check for address arithmetic overflow.
23465
23466 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23467
23468         Handle invalid suffixes and overflow independently, so that
23469         callers can treat them independently as needed.  Fix some bugs in
23470         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23471         suffix for a human-readable blocksize.  The major caller-visible
23472         change is the addition of a new
23473         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23474         that both overflow and suffix chars were found.
23475
23476         * lib/human.c (humblock): Don't check separately for invalid suffix
23477         char; that is xstrtoumax's job (now that its bug is fixed).
23478         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23479         INTMAX_MAX]: New macros.
23480         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23481         TYPE_MAXIMUM): New macros.
23482         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23483         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23484         if overflow occurs, as it's what __strtol does and it's more useful
23485         in practice.
23486         (__xstrtol): If __strtol reports some error other than ERANGE,
23487         reflect it to the caller as LONGINT_INVALID.  If it reports
23488         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23489         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23490         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23491         value.
23492         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23493         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23494         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23495         [defined UINTMAX_MAX]: New macros.
23496
23497 2003-10-14  Bruno Haible  <bruno@clisp.org>
23498
23499         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23500
23501 2003-10-14  Bruno Haible  <bruno@clisp.org>
23502
23503         * m4/sig_atomic_t: New file, from GNU gettext.
23504         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23505
23506 2003-10-14  Bruno Haible  <bruno@clisp.org>
23507
23508         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23509         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23510         Also use volatile where needed.
23511
23512 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23513
23514         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23515         Change maintainer from Bruno Haible to 'all'.
23516
23517 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23518
23519         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23520
23521 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23522
23523         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23524         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23525         and define in terms of the other primitives.
23526         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23527         (SIZE_MAX): Define if not already defined.
23528         (array_size_overflow): New function.
23529         (xalloc_die): Abort instead of exiting if 'error' returns.
23530         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23531         (xmalloc, xrealloc): Use them.
23532         (xcalloc): Check for address arithmetic overflow.
23533         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23534         a bit faster than strcpy.
23535
23536 2003-10-10  Simon Josefsson  <jas@extundo.com>
23537
23538         * modules/argp (Depends-on): Add restrict and strcase.
23539
23540 2003-10-10  Simon Josefsson  <jas@extundo.com>
23541
23542         * m4/argp.m4: Add AC_C_INLINE.
23543
23544 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23545
23546         Merge getpass from libc, plus a few fixes.
23547
23548         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23549         Include <stdbool.h>.
23550         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23551         __fsetlocking to empty.
23552         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23553         do include <bits/libc-lock.h>.
23554         Do not include <fcntl.h>; not needed.
23555         [_LIBC]: Include <wchar.h>.
23556         (NOTCANCEL_MODE): New macro.
23557         (flockfile, funlockfile) [_LIBC]: New macros.
23558         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23559         [!_LIBC]: New macros.
23560         (call_fclose): New function.
23561         (getpass): Use it.  Save tty stream separately; this simplifies the
23562         code and makes it more reliable if stdin happens to equal stdout.
23563         Invoke __fsetlocking on tty.
23564         Handle thread cancellation if needed.
23565         Namespace cleanup (use __tcgetattr, __getline).
23566         Use bool for Booleans.
23567         [USE_IN_LIBIO]: Handle wide streams.
23568         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23569         stream might go where.
23570
23571         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23572         doesn't have to include <stdio.h> before us.
23573         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23574         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23575         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23576         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23577         if not declared, so that we can use getpass.c code from libc without
23578         rewriting it.
23579         (flockfile, ftrylockfile, funlockfile): New macros.
23580
23581 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23582
23583         * modules/getpass: Depend on stdbool.
23584
23585 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23586
23587         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23588
23589 2003-10-07  Karl Berry  <karl@gnu.org>
23590
23591         * config/config.{guess,sub}: update from config.
23592
23593 2003-10-06  Jim Meyering  <jim@meyering.net>
23594             Bruno Haible  <bruno@clisp.org>
23595
23596         This lets translators provide better translations for the
23597         "Written by ..." part of --version output.
23598         * lib/version-etc.h: Include stdarg.h.
23599         (version_etc_copyright): Declare as readonly.
23600         (version_etc): Make this function variadic with a NULL-terminated list
23601         of author name strings.
23602         (version_etc_va): New declaration.
23603         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23604         (version_etc_copyright): Declare as readonly.
23605         (version_etc_va): New function. Provide a different translatable string
23606         for each possible number of authors < 10. Abbreviate when there are 10
23607         authors or more.
23608         (version_etc): Make this function variadic. Call version_etc_va.
23609         Suggestion from Gary V. Vaughan.
23610
23611         * lib/long-options.h (parse_long_options): Change prototype: the
23612         authors string is moved to the end and becomes variadic.
23613         * lib/long-options.c: Include stdarg.h.
23614         (parse_long_options): Make this function variadic, too.
23615         Call version_etc_va, not version_etc.
23616
23617 2003-10-06  Bruno Haible  <bruno@clisp.org>
23618
23619         * modules/version-etc-2: Remove file.
23620         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23621
23622 2003-10-06  Bruno Haible  <bruno@clisp.org>
23623
23624         * modules/fatal-signal: New file.
23625         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23626
23627 2003-10-06  Bruno Haible  <bruno@clisp.org>
23628
23629         * m4/fatal-signal.m4: New file.
23630         * m4/signalblocking.m4: New file, from GNU gettext.
23631
23632 2003-10-06  Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/version-etc-2.h: Remove file.
23635         * lib/version-etc-2.c: Remove file.
23636
23637 2003-10-06  Bruno Haible  <bruno@clisp.org>
23638
23639         * lib/fatal-signal.h: New file, from GNU gettext.
23640         * lib/fatal-signal.c: New file, from GNU gettext.
23641
23642 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23643
23644         * README: Rework advice for preventing empty .o files.
23645         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23646         not <sys/types.h>.
23647
23648 2003-10-04  Karl Berry  <karl@gnu.org>
23649
23650         * lib/argp*: update from libc.
23651
23652 2003-10-04  Karl Berry  <karl@gnu.org>
23653
23654         * config/config.{guess,sub}: update from config.
23655
23656 2003-10-02  Bruno Haible  <bruno@clisp.org>
23657
23658         * modules/lchown (Include): Add lchown.h.
23659         * modules/time_r (Include): Use "..." syntax.
23660         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23661
23662 2003-10-01  Simon Josefsson  <jas@extundo.com>
23663
23664         * MODULES.html.sh (func_all_modules): Move gethostname from section
23665         'based on' to section 'lacking' POSIX:2001.
23666
23667 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23668
23669         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23670         to output mode on the same stream.
23671
23672 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23673
23674         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23675         Fix arg typo in previous patch.
23676
23677 2003-09-28  Jim Meyering  <jim@meyering.net>
23678
23679         * lib/error.c: Correct cpp indentation.
23680
23681 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23682
23683         * modules/free: New file.
23684
23685 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23686
23687         * m4/free.m4: New file.
23688
23689 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23690
23691         * lib/minmax.h (MIN, MAX)
23692         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23693         Omit the special code that used __typeof__, since we worry that
23694         it could be more trouble than it's worth.  See:
23695         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23696         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23697
23698         * lib/free.c: New file.
23699
23700 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23701
23702         Trivial fixes to Makefile.am parts of module listings.
23703         * modules/strstr: Append strstr.h to lib_SOURCES.
23704         * modules/strcase: Likewise, for strcase.h.
23705
23706 2003-09-27  Karl Berry  <karl@gnu.org>
23707
23708         * config/mkinstalldirs: update from automake.
23709
23710 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23711
23712         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23713         (error_tail): Do not loop, reallocating temporary buffer, since
23714         the output cannot contain more wide characters than the input
23715         contains bytes, the size must be big enough already.  This avoids
23716         one potential size overflow calculation.  Check for size overflow
23717         when calculating temporary buffer size.  Free temporary buffer
23718         when done, if it was allocated with malloc; this plugs a memory
23719         leak.  Remove casts from void * to pointers, that are no longer
23720         needed now that we're assuming C89 or better.
23721
23722         Merge error changes from glibc.
23723
23724         * lib/error.c, error.h: Update copyright notice header to match glibc.
23725         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23726         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23727         Disable cancellation while printing error.
23728         * lib/error.h: Prepend __ to parameter names.
23729
23730 2003-09-26  Jim Meyering  <jim@meyering.net>
23731
23732         * lib/error.c (error_tail): Move some declarations
23733         into inner scope where the local variables are used.
23734
23735 2003-09-26  Bruno Haible  <bruno@clisp.org>
23736
23737         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23738         stpncpy().
23739         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23740
23741 2003-09-26  Bruno Haible  <bruno@clisp.org>
23742
23743         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23744         (stpncpy): Define as alias for gnu_stpncpy.
23745         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23746
23747 2003-09-25  Simon Josefsson  <jas@extundo.com>
23748
23749         * lib/xgetdomainname.h: New file.
23750         * lib/xgetdomainname.c: New file.
23751
23752 2003-09-25  Simon Josefsson  <jas@extundo.com>
23753             Bruno Haible  <bruno@clisp.org>
23754
23755         * modules/getdomainname: New file.
23756         * modules/xgetdomainname: New file.
23757         * MODULES.html.sh (func_all_modules): Add getdomainname,
23758         xgetdomainname.
23759
23760 2003-09-25  Simon Josefsson  <jas@extundo.com>
23761             Bruno Haible  <bruno@clisp.org>
23762
23763         * m4/getdomainname.m4: New file.
23764
23765 2003-09-25  Simon Josefsson  <jas@extundo.com>
23766             Bruno Haible  <bruno@clisp.org>
23767
23768         * lib/getdomainname.h: New file.
23769         * lib/getdomainname.c: New file.
23770
23771 2003-09-25  Karl Berry  <karl@gnu.org>
23772
23773         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23774
23775 2003-09-25  Karl Berry  <karl@gnu.org>
23776
23777         * config/install-sh: update from automake.
23778
23779 2003-09-25  Bruno Haible  <bruno@clisp.org>
23780
23781         * modules/version-etc-2: New file, from modules/version-etc with
23782         modifications.
23783         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23784
23785 2003-09-25  Bruno Haible  <bruno@clisp.org>
23786
23787         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23788         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23789
23790 2003-09-24  Simon Josefsson  <jas@extundo.com>
23791
23792         * modules/xgethostname: Add xgethostname.h.
23793
23794 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23795
23796         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23797         the buffer associated with the argument.  Bug reported by
23798         Simon Josefsson.
23799
23800 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23801
23802         * README: Document assumptions that 'int' is at least 32 bits
23803         wide, that integer arithmetic is 2's complement without overflow,
23804         that there are no holes in integer values, that adding sizes of
23805         two nonoverlapping objects can't overflow, and that all-bits-zero
23806         yields scalar zero.  Fix spelling and capitalization typos.
23807
23808 2003-09-19  Karl Berry  <karl@gnu.org>
23809
23810         * lib/argp.h: update from libc.
23811
23812 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23813
23814         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23815         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23816         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23817
23818 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23819
23820         * gnulib-tool: Use "test -h", not "test -L", for portability
23821         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23822         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23823         (sed_extract_prog): Issue s commands one-by-one, rather than
23824         using \| in one s command.
23825
23826 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23827
23828         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23829         input error, instead of returning NULL the next time we are called
23830         (and therefore losing track of errno).
23831
23832 2003-09-16  Bruno Haible  <bruno@clisp.org>
23833
23834         * gnulib-tool (func_create_testdir): Warn about duplicated
23835         dependencies.
23836
23837 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23838
23839         * modules/argmatch, modules/fatal, modules/obstack,
23840         modules/xalloc, modules/xgethostname: Sort dependencies by
23841         importance, not alphabetically.
23842
23843 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23844
23845         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23846         fails, so that the caller gets the proper errno.
23847
23848         * lib/readutmp.c (read_utmp): Likewise.
23849         Check for fstat error.  Close stream and free storage
23850         when failing.
23851
23852 2003-09-14  Karl Berry  <karl@gnu.org>
23853
23854         * config/srclist.txt (strdup.c): disable for c89 changes.
23855
23856 2003-09-14  Jim Meyering  <jim@meyering.net>
23857
23858         * lib/getloadavg.c: Correct cpp indentation.
23859         * lib/strdup.c: Likewise.
23860         * lib/vasnprintf.c: Likewise.
23861
23862 2003-09-14  Bruno Haible  <bruno@clisp.org>
23863
23864         * modules/fwriteerror: New file.
23865         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23866
23867 2003-09-14  Bruno Haible  <bruno@clisp.org>
23868
23869         * lib/fwriteerror.h: New file.
23870         * lib/fwriteerror.c: New file.
23871
23872 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23873
23874         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23875         modules/xgethostname, modules/xalloc: Depend on exit.
23876
23877 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23878
23879         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23880
23881         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23882         and AC_MINIX, too, so that their extensions are available.
23883
23884         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23885         This macro has been superseded by gl_BACKUPFILE.
23886
23887         More patches to assume C89 or better.
23888
23889         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23890
23891         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23892         unconditionally.
23893         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23894         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23895         Include <string.h>, <stdlib.h> unconditionally.
23896         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23897         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23898         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23899         headers or for string.h.
23900         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23901         or strtoul.
23902
23903         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23904         headers.
23905         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23906         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23907         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23908         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23909         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23910         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23911         memcpy, memset.
23912         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23913         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23914         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23915         strtol.
23916         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23917         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23918         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23919         strtoul.
23920
23921 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23922
23923         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23924         * lib/obstack.c [!defined _LIBC]: Likewise.
23925         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23926         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23927         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23928
23929         More changes to assume C89 or better.
23930
23931         * lib/error.c (error_tail): Assume vprintf.
23932
23933         * lib/argmatch.c (getenv): Remove decl.
23934         * lib/progreloc.c (get_full_program_name): Define via prototype.
23935         * lib/setenv.c (clearenv): Likewise.
23936         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23937         needed.
23938         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23939         (malloc, memcpy): Remove decls.
23940         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23941         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23942         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23943         (memcpy): Remove macro.
23944         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23945         (__P): Remove.  All uses removed.
23946         (PTR): Remove.  All uses changed to void *.
23947         (CHAR_BIT, NULL): Remove.
23948         (spaces, zeros, memset_space, memset_zero)
23949         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23950         Remove.
23951         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23952         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23953         Define with prototype.
23954         Remove now-unnecessary prototype decl.
23955         (extra_args_spec): Assume ANSI C.  All uses changed.
23956         (extra_args_spec_iso): Remove.
23957         (my_strftime, emacs_strftimeu): Define via prototype.
23958         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23959         unconditionally.
23960         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23961         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23962         (strtoul, strtol): Remove decls.
23963         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23964         LONG_MAX): Remove.
23965         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23966         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23967         (LOCALE_PARAM_PROTO): New macro.
23968         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23969         (INTERNAL (strtol), strtol): Define with a prototype.
23970         (PARAMS): Remove.  All uses removed.
23971         * lib/tempname.c: Include <string.h> unconditionally.
23972         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23973         * lib/xgethostname.c (main): Define with a prototype.
23974         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23975         Include <stdlib.h> unconditionally.
23976         (calloc, malloc, realloc, free): Remove decls.
23977         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23978         Include <stdlib.h> unconditionally.  Sort include file names.
23979         (strtod): Remove.
23980         (xstrtod): Define with a prototype.
23981         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23982         (strtol, strtoul): Remove decls.
23983
23984 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23985
23986         More patches to assume C89 or better.
23987         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
23988         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
23989         string.h, memchr, STDC_HEADERS.
23990
23991 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23992
23993         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
23994         Include <stdlib.h>, <string.h> unconditionally.
23995         Remove now-unnecessary cast to char *.
23996         * lib/strnlen.c: Include <string.h> unconditionally.
23997         * lib/yesno.c (yesno): Define with a prototype.
23998
23999 2003-09-11  Bruno Haible  <bruno@clisp.org>
24000
24001         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24002
24003 2003-09-10  Jim Meyering  <jim@meyering.net>
24004
24005         * lib/error.c: Correct indentation of cpp directives.
24006
24007 2003-09-10  Bruno Haible  <bruno@clisp.org>
24008
24009         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24010         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24011         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24012         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24013         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24014         <stdlib.h> and <string.h> checks.
24015         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24016         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24017
24018 2003-09-10  Bruno Haible  <bruno@clisp.org>
24019
24020         * lib/strcspn.c: Include <string.h> unconditionally.
24021         * lib/strpbrk.c: Include <string.h> unconditionally.
24022         * lib/strstr.c: Include <string.h> unconditionally.
24023         * lib/unicodeio.c: Include <string.h> unconditionally.
24024         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24025         * lib/unsetenv.c: Likewise.
24026         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24027         * lib/yesno.c: Include <stdlib.h> unconditionally.
24028         (rpmatch): Add prototype.
24029
24030 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24031
24032         More patches to assume C89 or better.
24033         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24034         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24035         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24036         or for string.h.
24037         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24038         stdlib.h.
24039         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24040         C headers.
24041         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24042         string.h.
24043         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24044         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24045         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24046         or for string.h.
24047         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24048         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24049         C headers.
24050         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24051         memcpy.
24052         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24053         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24054         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24055         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24056         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24057         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24058         string.h, free.
24059         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24060         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24061         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24062         C headers, or for string.h.
24063         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24064         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24065         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24066         headers, memory.h, stdlib.h, string.h, strings.h.
24067         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24068         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24069         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24070         strchr.
24071         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24072         headers, memory.h, string.h.
24073         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24074         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24075         free.
24076         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24077         headers.
24078         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24079         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24080         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24081         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24082         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24083
24084 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24085
24086         More K&R removal.
24087
24088         * lib/acosl.c (main): Use a prototype.
24089         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24090         tanl.c: Likewise.
24091
24092         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24093
24094         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24095         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24096         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24097         with a prototype.
24098         * lib/getopt.c (const): Remove macro.
24099         Include <string.h> unconditionally.
24100         (my_index): Remove; all uses changed to strchr.
24101         (strlen): Remove decl.
24102         (exchange): Remove forward decl; no longer needed.
24103         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24104         Define with prototype.
24105         * lib/getopt1.c (const): Remove macro.
24106         (getopt_long, getopt_long_only, main): Define with prototype.
24107
24108         * lib/getugroups.c: Include <string.h> unconditionally.
24109
24110         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24111         (getusershell, setusershell, endusershell, readname, main):
24112         Define with prototypes.
24113
24114         * lib/group-member.c: Include group-member.h first.
24115         Include <stdlib.h> unconditionally.
24116
24117         * lib/hard-locale.c: Include hard-locale.h first.
24118         Include <stdlib.h>, <string.h> unconditionally.
24119
24120         * lib/hash.c (free, malloc): Remove decls.
24121         Include <stdlib.h> unconditionally.
24122
24123         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24124         (getenv): Do not declare.
24125
24126         * lib/idcache.c: Include <string.h> unconditionally.
24127
24128         * lib/long-options.c: Include long-options.h first, to test interface.
24129         Include <stdlib.h> unconditionally.
24130
24131         * lib/makepath.c: Include makepath.h first, to test interface.
24132         Include <stdlib.h> and <string.h> unconditionally.
24133
24134         * lib/linebuffer.c: Include <stdlib.h>.
24135         (free): Remove decl.
24136
24137         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24138         stddef.h. rpl_malloc returns void *, not char *.
24139         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24140         prototype.
24141
24142         * lib/md5.h: Include <limits.h> unconditionally.
24143         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24144         (__P): Remove; all uses removed.
24145         * lib/md5.c: Include "md5.h" first.
24146         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24147         md5_buffer, md5_process_bytes, md5_process_block):
24148         Define with prototypes.
24149         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24150         * lib/sha.c: Include "sha.h" first.
24151         Include <stdlib.h>, <string.h> unconditionally.
24152
24153         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24154         * lib/memcmp.c (__ptr_t): Likewise.
24155         * lib/memrchr.c (__ptr_t): Likewise.
24156         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24157         Include <string.h> unconditionally.
24158         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24159         * lib/memchr.c: Include <stdlib.h> unconditionally.
24160         * lib/memchr.c (LONG_MAX): Remove.
24161         * lib/memrchr.c (LONG_MAX): Likewise.
24162         * lib/memchr.c (__memchr): Define via a prototype.
24163         * lib/memrchr.c (__memrchr): Likewise.
24164         * lib/memcmp.c (__P): Remove, and remove all uses.
24165         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24166         Remove forward decls; no longer needed.
24167         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24168         Use types required by C89 in prototype.
24169
24170         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24171         * lib/savedir.c: Likewise.
24172         * lib/mkdir.c (free): Remove decl.
24173         * lib/rmdir.c (rmdir): Define with a prototype.
24174         * lib/savedir.c: Include savedir.h first, to test interface.
24175
24176         * lib/mktime.c (STDC_HEADERS): Remove.
24177         Include <stdlib.h>, <string.h> unconditionally.
24178
24179         * lib/modechange.c: Include <stdlib.h> unconditionally.
24180         (malloc): Remove decl.
24181
24182         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24183         (free): Remove decl.
24184
24185         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24186         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24187         (This type really should be intptr_t, but that's a C99ism.)
24188         (_obstack_memcpy): Remove: all uses changed to memcpy.
24189         Include <string.h> unconditionally.
24190         (struct obstack): Assume __STDC__ for types of members
24191         chunkfun, freefun, extra_arg.
24192         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24193         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24194         obstack_begin, obstack_specify_allocation,
24195         obstack_specify_allocation_with_arg, obstack_chunkfun,
24196         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24197         Remove unprototyped decls and the macros that use them.
24198         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24199         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24200         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24201         (defined __STDC__ && __STDC__)]:
24202         Remove nonprototyped code.
24203         Include <stdlib.h> unconditionally.
24204         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24205         _obstack_allocated_p, _obstack_free, obstack_free,
24206         _obstack_memory_used, print_and_abort):
24207         Define using prototypes.
24208         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24209         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24210         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24211         obstack_next_free, obstack_object_size, obstack_room) [0]:
24212         Remove unused, unprototyped code.
24213
24214         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24215
24216         * lib/physmem.c (physmem_total, physmem_available, main): Define
24217         with prototypes.
24218
24219         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24220         (main): Define with a prototype.
24221
24222         * lib/posixver.c (getenv): Remove decl.
24223
24224         * lib/putenv.c (malloc): Returns void *, not char *.
24225         Include <string.h> unconditionally.
24226         (strchr, memcpy, NULL): Do not define.
24227
24228         * lib/readtokens.c: Include readtokens.h first, to test interface.
24229         Include <stdlib.h>, <string.h> unconditionally.
24230         (init_tokenbuffer): Define with a prototype.
24231
24232         * lib/regex.c (PARAMS): Remove.  All uses removed.
24233         All uses of _RE_ARGS removed, too.
24234         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24235         unconditionally.
24236         (bzero): Assume memset exists.
24237         (memcmp, memcpy, NULL): Remove.
24238         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24239         char, or assignments to local vars of type signed char.
24240         (init_syntax_once, PREFIX(extract_number_and_incr),
24241         PREFIX(print_partial_compiled_pattern),
24242         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24243         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24244         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24245         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24246         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24247         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24248         wcs_compile_range, byte_compile_range, truncate_wchar,
24249         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24250         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24251         count_mbs_length, wcs_re_match_2_internal,
24252         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24253         PREFIX(alt_match_null_string_p),
24254         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24255         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24256         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24257         now-unnecessary declaration, if any.
24258         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24259         regcomp, regexec):
24260         Remove now-unnecessary casts among pointer types.
24261         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24262
24263         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24264         (free): Remove decl.
24265
24266         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24267
24268         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24269         (free): Remove decl.
24270
24271         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24272         * lib/xgetcwd.c: Likewise.
24273
24274         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24275         (free): Remove decl.
24276
24277         * lib/strchrnul.c (strchrnul): Define with a prototype.
24278         Fix bug: c_in was not converted to char before searching.
24279
24280         The following changes are not K&R related:
24281
24282         * lib/group-member.h: Include <sys/types.h>, so that this file is
24283         self-contained.
24284         * lib/makepath.h: Likewise.
24285
24286         * lib/getusershell.c (readname, default_index, line_size, readname):
24287         Use size_t, not int, for sizes.
24288         (readname): If the size overflows, report an error instead of
24289         looping forever.
24290
24291 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24292
24293         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24294         libc.
24295
24296 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24297
24298         * README: New section: portability guidelines.
24299
24300 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24301
24302         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24303         C89 spec.
24304
24305 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24306
24307         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24308
24309 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24310
24311         Assume C89 or better; remove K&R cruft.
24312         A few of these changes were first proposed by Derek Robert Price
24313         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24314
24315         * lib/addext.c: Include <string.h> unconditionally.
24316         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24317         Don't declare getenv or malloc.
24318
24319         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24320         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24321         (NULL): Remove.
24322         (find_stack_direction, alloca): Use prototypes.
24323
24324         * lib/atexit.c (atexit): Define using a prototype.
24325
24326         * lib/basename.c, dirname.c, stripslash.c:
24327         Include <string.h> unconditionally.
24328
24329         * lib/bcopy.c: Include <stddef.h>.
24330         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24331
24332         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24333
24334         * lib/error.h (error, error_at_line, error_print_progname)
24335         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24336         * lib/error.c: Include error.h first, to check interface.
24337         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24338         (VA_START): Remove; all uses changeed to va_start.
24339         (exit, strerror): Remove decls.
24340         (error_print_progname): Prototype uncondionally.
24341         Don't include <errno.h>; no longer needed.
24342         (private_strerror): Remove.
24343         (error_tail): Always define.
24344         (error, error_at_line): Assume C89 or better; always use prototypes.
24345         * lib/fatal.c: Include "fatal.h" first, to test interface.
24346         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24347         (VA_START): Remove; all uses changed to va_start.
24348         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24349         this case.
24350         (exit): Remove decl.
24351         (fatal): Prototype unconditionally.  Assume va_start works.
24352         Abort at end, to pacify gcc.
24353
24354         * lib/euidaccess.c (main): Define with a prototype.
24355
24356         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24357
24358         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24359
24360         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24361         prototypes.
24362         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24363         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24364         (getenv): Remove decl.
24365         (fnmatch): Define using a prototype.
24366         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24367         (FCT): Define using a prototype.
24368
24369         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24370
24371         * lib/gethostname.c: Include <stddef.h>.
24372         (gethostname): Define with prototype.  Length is size_t, not int.
24373
24374 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24375
24376         Assume C89 or better; remove K&R cruft.
24377         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24378         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24379         string.h, getenv, malloc.
24380         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24381         headers.
24382         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24383         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24384         do not check for strerror.
24385         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24386         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24387         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24388         do not check for doprnt or vprintf.
24389         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24390         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24391
24392 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24393
24394         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24395         getversion.c should have been removed then, but was accidentally
24396         preserved.
24397
24398         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24399         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24400
24401 2003-09-08  Karl Berry  <karl@gnu.org>
24402
24403         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24404                 config, forget about prep.
24405
24406         * config/depcomp, missing: update from automake.
24407
24408 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24409
24410         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24411         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24412
24413 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24414
24415         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24416         copy_tm_result.  Bug reported by Simon Josefsson in
24417         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24418
24419 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24420
24421         * m4/time_r.m4: New file.
24422         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24423         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24424         is. Check for timegm declaration.
24425         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24426         Do not check for gmtime_r.
24427         Replace mktime if __mktime_internal does not exist and if mktime
24428         hasn't been replaced already.
24429
24430 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24431
24432         * lib/time_r.c, lib/time_r.h: New files.
24433
24434         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24435         __localtime_r.
24436         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24437         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24438
24439         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24440         __gmtime_r.
24441         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24442         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24443         Include <time_r.h>.
24444
24445         * lib/timegm.c: Switch to glibc implementation, with the following
24446         changes:
24447         [defined HAVE_CONFIG_H]: Include <config.h>.
24448         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24449         (__mktime_internal) [!defined _LIBC]: New decl.
24450         (__gmtime_r) [!defined _LIBC]: New macro and function.
24451         (timegm): Use a prototype, since gnulib assumes C89.
24452         Do not bother declaring tmp to be const, as it's not really usefu.
24453         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24454         (timegm): Declare only if HAVE_DECL_TIMEGM.
24455
24456 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24457
24458         * MODULES.html.sh (func_all_modules): Add time_r.
24459         * modules/time_r: New file.
24460         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24461         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24462
24463 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24464
24465         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24466         Bug reported by Lute Kamstra in
24467         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24468
24469         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24470         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24471         course with correspondingly smaller numbers for tomorrow and
24472         yesterday.  From Tadayoshi Funaba.  Originally installed into
24473         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24474         coreutils merge?).
24475
24476 2003-08-31  Simon Josefsson  <jas@extundo.com>
24477
24478         * modules/timegm: New file.
24479         * MODULES.html.sh (func_all_modules): Add timegm.
24480
24481 2003-08-31  Simon Josefsson  <jas@extundo.com>
24482
24483         * m4/timegm.m4: New file.
24484
24485 2003-08-31  Simon Josefsson  <jas@extundo.com>
24486
24487         * lib/timegm.h: New file.
24488         * lib/timegm.c: New file.  Based on
24489         wget-1.8.2/src/http.c:mktime_from_utc.
24490
24491 2003-08-31  Karl Berry  <karl@gnu.org>
24492
24493         * lib/argp.h: update from libc.
24494
24495 2003-08-28  Bruno Haible  <bruno@clisp.org>
24496
24497         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24498         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24499         followed by '#define fnmatch fnmatch_posix' gives an error.
24500
24501 2003-08-28  Bruno Haible  <bruno@clisp.org>
24502
24503         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24504         warning on QNX, which defines O_BINARY to 000000.
24505
24506 2003-08-27  Jim Meyering  <jim@meyering.net>
24507
24508         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24509         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24510         would fail after 32.  Reported by Danny Levinson.  Details here:
24511         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24512
24513 2003-08-24  Bruno Haible  <bruno@clisp.org>
24514
24515         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24516         MSVC7 <stdio.h> is included later.
24517
24518 2003-08-22  Simon Josefsson  <jas@extundo.com>
24519
24520         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24521
24522 2003-08-20  Karl Berry  <karl@gnu.org>
24523
24524         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24525
24526 2003-08-20  Bruno Haible  <bruno@clisp.org>
24527
24528         * modules/progname: New file.
24529         * MODULES.html.sh (func_all_modules): Add progname.
24530
24531 2003-08-20  Bruno Haible  <bruno@clisp.org>
24532
24533         * lib/progname.h: New file, from GNU gettext.
24534         * lib/progname.c: New file, from GNU gettext.
24535         * lib/progreloc.c: New file, from GNU gettext.
24536
24537 2003-08-19  Jim Meyering  <jim@meyering.net>
24538
24539         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24540         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24541
24542 2003-08-19  Bruno Haible  <bruno@clisp.org>
24543
24544         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24545         more.
24546
24547 2003-08-19  Bruno Haible  <bruno@clisp.org>
24548
24549         * lib/xstrdup.c: Assume <string.h> exists.
24550
24551 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24552
24553         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24554         in makefile rules.
24555
24556 2003-08-18  Jim Meyering  <jim@meyering.net>
24557
24558         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24559         * m4/lib-ld.m4: Likewise.
24560
24561 2003-08-18  Jim Meyering  <jim@meyering.net>
24562
24563         * lib/setenv.h: Indent nested cpp directive.
24564         * lib/vasnprintf.c: Remove trailing blanks.
24565
24566 2003-08-17  Simon Josefsson  <jas@extundo.com>
24567
24568         * modules/xstrndup: New file.
24569         * MODULES.html.sh (func_all_modules): Add xstrndup.
24570
24571 2003-08-17  Simon Josefsson  <jas@extundo.com>
24572
24573         * modules/argp: Fix autoconf macro name. Add more dependencies.
24574
24575 2003-08-17  Simon Josefsson  <jas@extundo.com>
24576
24577         * m4/xstrndup.m4: New file.
24578
24579 2003-08-17  Simon Josefsson  <jas@extundo.com>
24580
24581         * m4/argp.m4: New file.
24582
24583 2003-08-17  Simon Josefsson  <jas@extundo.com>
24584             Bruno Haible  <bruno@clisp.org>
24585
24586         * lib/xstrndup.h: New file.
24587         * lib/xstrndup.c: New file.
24588
24589 2003-08-17  Bruno Haible  <bruno@clisp.org>
24590
24591         * modules/strndup (Files, Include): Add lib/strndup.h.
24592
24593 2003-08-17  Bruno Haible  <bruno@clisp.org>
24594
24595         * modules/euidaccess (Files): Add lib/euidaccess.h.
24596
24597 2003-08-17  Bruno Haible  <bruno@clisp.org>
24598
24599         * lib/strndup.h: New file.
24600
24601 2003-08-17  Bruno Haible  <bruno@clisp.org>
24602
24603         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24604         like AC_GNU_SOURCE.
24605         * modules/extensions (configure.ac): Comment out the invocation of
24606         gl_USE_SYSTEM_EXTENSIONS.
24607
24608 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24609
24610         Merges from coreutils, etc.
24611         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24612         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24613         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24614         fixing a typo.
24615         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24616         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24617
24618 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24619
24620         Document merge from coreutils.
24621         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24622         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24623         * modules/utime: Add m4/utimes-null.m4.
24624
24625 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24626
24627         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24628         space, undoing this 2003-08-12 change:
24629         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24630
24631 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24632
24633         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24634         strtoul.c from libc, undoing this 2003-08-12 change:
24635         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24636
24637 2003-08-16  Jim Meyering  <jim@meyering.net>
24638
24639         Merges from coreutils.
24640         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24641         prefix.  Adjust cache variables similarly.  Create 500 rather than
24642         just 300 files, to exercise bug on Darwin6.5, too.
24643         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24644         $missing_dir.
24645         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24646         AM_SYS_POSIX_TERMIOS.
24647         Reported by mkc@mathdogs.com.
24648         Also change use of $am_cv_sys_posix_termios
24649         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24650         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24651         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24652         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24653         in /proc/mounts until it finds one with matching device number.  This
24654         is unnecessary when the FILE argument *is* a mount point.  No stat call
24655         is necessary in that case.  So, disable the statvfs-testing code on
24656         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24657         as RedHat bug# 84846.
24658         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24659         to 1MB, so as not to render systems with no stack size limit (e.g.,
24660         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24661         Include <unistd.h>.  On some systems,
24662         it is required for the definition of _SC_PAGESIZE.
24663
24664 2003-08-16  Jim Meyering  <jim@meyering.net>
24665
24666         Merge from coreutils.
24667         * lib/xstrtoimax.c: #else #if -> #elif.
24668         * lib/xstrtoumax.c: Likewise.
24669
24670 2003-08-16  Jim Meyering  <jim@meyering.net>
24671
24672         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24673         * m4/utimes.m4: Removed.
24674         * m4/utimes-null.m4: Renamed from utimes.m4.
24675
24676         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24677         to 1MB, so as not to render systems with no stack size limit (e.g.,
24678         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24679         Include <unistd.h>.  On some systems,
24680         it is required for the definition of _SC_PAGESIZE.
24681
24682 2003-08-16  Jim Meyering  <jim@meyering.net>
24683         and Paul Eggert  <eggert@cs.ucla.edu>
24684
24685         Merges from coreutils, etc.
24686
24687         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24688         using the latest version from cvs.  This avoids problems with #line
24689         directives using a vendor (Sun) compiler.
24690         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24691         Don't set GETGROUPS_LIB here; now it's
24692         done via getgroups.m4's wrapper function.
24693         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24694         rather than just in sh-util/configure.in, so that the
24695         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24696         same.
24697         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24698         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24699         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24700         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24701         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24702         Remove code that is now done by the newly-required macros.
24703         Append $(EXEEXT) to DF_PROG.
24704         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24705         Do not invoke or require the following here,
24706         since prereq.m4 or some gnulib .m4 now does this for us:
24707         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24708         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24709         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24710         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24711         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24712         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24713         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24714         AC_FUNC_OBSTACK.
24715         Do not replace the following functions, as this is now the job
24716         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24717         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24718         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24719         atexit getpass, strdup, getpagesize.
24720         Replace 'raise'.
24721         Do not check for the following functions, as this is now the job
24722         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24723         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24724         setregid.
24725         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24726         Check for sys/sysctl.h.
24727         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24728         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24729         of checking for ssize_t ourselves.
24730
24731         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24732         Require every macro that gnulib/modules/* suggests for us.
24733         (jm_PREREQ_ADDEXT): New macro.
24734         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24735         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24736
24737         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24738         (gl_PHYSMEM): Use it.
24739         Also check for `table' function.
24740         Check for new headers and functions.
24741         Add check for sys/sysmp.h.
24742         With suggestions from Kaveh Ghazi.
24743         Ignore headers that are present but cannot be compiled.  This
24744         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24745         C 5.4.
24746
24747 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24748
24749         Document merge from coreutils.
24750         * modules/userspec: Depend on posixver.
24751         * modules/strftime: Depend on tzset.
24752
24753 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24754
24755         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24756         rather than tab, after '#' in shell-script copyright notices.
24757         Suggested by Bruno Haible.
24758
24759 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24760
24761         * config/srclist-update: Use three spaces, rather than tab, after '#'
24762         in shell-script copyright notices.  Suggested by Bruno Haible.
24763         Remove unnecessary parenthesization in regular expression.
24764
24765 2003-08-15  Jim Meyering  <jim@meyering.net>
24766
24767         Merge from coreutils.
24768         * lib/xgethostname.c: Include <stdlib.h>.
24769         (xghostname): Don't exit for anything other than memory-related
24770         failure; just return NULL.
24771         * lib/userspec.c: Include "posixver.h".
24772         (parse_user_spec): Accept `.' as a separator only
24773         in pre-POSIX-200112 mode.
24774         * lib/strtoimax.c: Use #elif rather than #else #if.
24775         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24776         Remove function, now that we can rely on a working tzset function.
24777         [!_LIBC]: Ensure that the required autoconf test has been run.
24778         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24779         Use underlying_strftime for %r.
24780         * lib/sha.c: Merge in some clean-up and optimization changes from
24781         glibc.
24782         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24783         Ensure that it is a multiple of 64.
24784         Rearrange loop exit tests so as to avoid performing an
24785         additional fread after encountering an error or EOF.
24786         * lib/realloc.c: Update copyright date.
24787
24788 2003-08-15  Jim Meyering  <jim@meyering.net>
24789         and Paul Eggert  <eggert@twinsun.com>
24790
24791         Merge from coreutils.
24792         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24793         member but strut utmpx does not.  Needed for AIX 4.3.3.
24794         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24795
24796 2003-08-15  Jim Meyering  <jim@meyering.net>
24797         and Paul Eggert  <eggert@cs.ucla.edu>
24798
24799         Merges from coreutils, etc.
24800         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24801         Require gl_FUNC_TZSET_CLOBBER.
24802         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24803         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24804         members.
24805
24806 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24807
24808         Help the merge from coreutils.
24809         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24810         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24811         * m4/tzset.m4: Use it too.
24812
24813 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24814
24815         * modules/tzset: New file.
24816
24817 2003-08-14  Jim Meyering  <jim@meyering.net>
24818
24819         Merges from coreutils.
24820         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24821         variable names, rather than @FNMATCH_H@.
24822         * modules/alloca: Likewise for $(ALLOCA_H).
24823
24824         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24825         the three copies of the literal target, `fnmatch.h'.
24826         * modules/alloca (alloca.h): Likewise.
24827
24828 2003-08-14  Jim Meyering  <jim@meyering.net>
24829
24830         Merge from coreutils.
24831         * m4/tzset.m4: New file.
24832         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24833         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24834         otherwise, AIX 5.1 systems would end up using the latter.
24835         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24836         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24837         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24838         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24839
24840 2003-08-14  Jim Meyering  <jim@meyering.net>
24841
24842         Merge from coreutils.
24843         * lib/obstack.h: Whitespace changes.
24844         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24845         and xcalloc return values.
24846         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24847         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24848         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24849         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24850         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24851         error from mntctl.
24852         Use mntctl's return value to drive the entry-processing loop, since
24853         we can't rely on the value of the vmt_length member in the last
24854         entry.  On some systems doing so could result in exhausting
24855         virtual memory.  Based in part on a patch from Mike Jetzer.
24856
24857 2003-08-14  Jim Meyering  <jim@meyering.net>
24858         and Paul Eggert  <eggert@twinsun.com>
24859
24860         Merges from coreutils, plus other fixes.
24861         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24862         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24863         for credits and details.  Thanks to Kaveh Ghazi for helping
24864         to keep these files in sync.
24865         (ARRAY_SIZE): Define it.
24866         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24867         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24868         (memcasecmp): Don't assume size_t fits in unsigned int.
24869         Remove casts and duplicate code.
24870         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24871         (memcpy): Remove definition.
24872         Merge in some clean-up and optimization changes from glibc.
24873         [BLOCKSIZE]: Move definition to top of file.
24874         Ensure that it is a multiple of 64.
24875         Rearrange loop exit tests so as to avoid performing an
24876         additional fread after encountering an error or EOF.
24877         * lib/md5.h (md5_uintptr): Define.
24878         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24879         return to the initial working directory.  Preserve errno
24880         for caller.
24881         * lib/idcache.c: Include "xalloc.h".
24882         (xmalloc, xrealloc): Remove decls.
24883         (getuser): Remove casts no longer required in C89.
24884         * lib/human.c: Include stdio.h, for sprintf.
24885         * lib/group-member.c: Include "xalloc.h".
24886         (xmalloc, xrealloc): Remove decls.
24887         (get_group_info): Remove casts no longer required in C89.
24888         * lib/getusershell.c (readname): Remove casts no longer required in
24889         C89.
24890         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24891         * lib/getline.c: Whitespace fix, from coreutils.
24892
24893 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24894
24895         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24896         Check for isascii.
24897
24898         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24899         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24900         Undo previous (whitespace-only) change.
24901
24902 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24903
24904         * lib/exclude.c: Include <ctype.h>
24905         (IN_CTYPE_DOMAIN): New macro.
24906         (is_space): New fn.
24907         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24908         and empty lines.
24909
24910         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24911         Undo previous (whitespace-only) change.
24912
24913 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24914
24915         * config/srclist-update: Change update back to the old behavior,
24916         leaving whitespace alone.  Use one 'sed' command rather than a
24917         pipeline.
24918         (fixlicense): Now a variable, not a function.
24919         (remove_trailing_blanks): Remove.
24920         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24921         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24922         Undo previous (whitespace-only) change.
24923
24924 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24925
24926         Merge from coreutils.
24927         * modules/euidaccess: Add lib_SOURCES, include for new
24928         file euidaccess.h
24929
24930 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24931
24932         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24933         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24934         Normalize leading white space and remove trailing white space.
24935
24936         Merge from coreutils
24937         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24938
24939         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24940         0.12.1.  These files are now being upgraded automatically by
24941         ../config/srclist-update.
24942
24943 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24944
24945         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24946         Normalize leading white space and remove trailing white space.
24947         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24948         notice, as per ../config/srclist-update.
24949
24950         Merge from coreutils.
24951         * lib/euidaccess.h: New file.
24952         * lib/euidaccess.c: Include it.
24953         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24954         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24955         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24956
24957 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24958
24959         * config/srclist-update: Add copyright notice.
24960         (remove_id_lines, remove_trailing_blanks): New constants.
24961         (fixfile): Use them to normalize spacing a bit in copied files.
24962         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24963         Normalize leading white space and remove trailing white space.
24964
24965         * config/texinfo.tex: Sync with texinfo.
24966
24967         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24968         strtoul.c from libc, to merge coreutils whitespace changes.
24969
24970         * config/srclist.txt: Get the following m4 files from gettext:
24971         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24972         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24973         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24974         wint_t.m4.
24975
24976 2003-08-12  Karl Berry  <karl@gnu.org>
24977
24978         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24979         been made.
24980
24981 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24982
24983         * modules/gnu-source, m4/gnu-source.m4:
24984         Remove; we're assuming Autoconf 2.54 or later now.
24985         Suggested by Bruno Haible.
24986         * MODULES.html.sh (func_all_modules): Remove gnu-source.
24987
24988 2003-08-11  Bruno Haible  <bruno@clisp.org>
24989
24990         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
24991
24992 2003-08-11  Bruno Haible  <bruno@clisp.org>
24993
24994         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
24995         (vasnprintf): Use it instead of wcslen.
24996
24997 2003-08-11  Bruno Haible  <bruno@clisp.org>
24998
24999         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25000         value to ensure that _Bool promotes to int. Use #define for _Bool when
25001         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25002
25003 2003-08-10  Karl Berry  <karl@gnu.org>
25004
25005         * lib/regex.h: update from libc (whitespace fix).
25006
25007 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25008
25009         Merge some files from coreutils.  These changes were
25010         originally made by Jim Meyering.
25011         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25012         many older Unixes require this.
25013         * lib/alloca.c (alloca): Remove cast to argument of free;
25014         no longer needed in C89.
25015         * lib/alloca_.h, regex.h: Fix white space to match
25016         what GNU indent does.
25017
25018 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25019
25020         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25021         apparently Emacs's Unicode mode got confused before my 2003-08-05
25022         checkin.
25023
25024 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25025
25026         * m4/extensions.m4: New file.
25027         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25028         Require gl_USE_SYSTEM_EXTENSIONS.
25029         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25030         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25031
25032 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25033
25034         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25035         * modules/extensions, modules/gnu-source: New files.
25036         * modules/timespec, modules/unlocked-io: Depend on extensions.
25037
25038 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25039
25040         * modules/restrict: New file.
25041         * MODULES.html.sh (func_all_modules): Add restrict.
25042         * modules/regex: Depend on restrict.
25043
25044 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25045
25046         * m4/restrict.m4: New file.
25047         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25048
25049 2003-08-07  Bruno Haible  <bruno@clisp.org>
25050
25051         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25052         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25053
25054 2003-08-07  Bruno Haible  <bruno@clisp.org>
25055
25056         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25057         makes the module 'getndelim2' compatible with the module 'getline'.
25058
25059 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25060
25061         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25062         byte with "\201" to avoid glitches when editing that source file
25063         with multi-gnome-terminal.
25064
25065 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25066
25067         * lib/bumpalloc.h: Remove.
25068
25069 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25070
25071         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25072         * modules/bumpalloc: Remove.
25073
25074 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25075
25076         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25077         GNU coding style.
25078
25079         Merge from coreutils.
25080         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25081         1. From glibc.
25082         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25083         from Karl Berry, implemented by Jim Meyering.
25084         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25085         from Dmitry V. Levin.
25086         Remove anachronistic cast of xrealloc.
25087         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25088         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25089         type. Otherwise, it wouldn't compile with at least /bin/cc on
25090         ymp-cray-unicos9.0.2.X.
25091         Combine two mostly-identical uses of alloca into one.
25092         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25093
25094 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25095
25096         [From Emacs.]
25097
25098         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25099         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25100         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25101         obsolete NLIST_NAME_UNION.
25102         [__GNU__]: Undef BSD and FSCALE.
25103         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25104
25105 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25106
25107         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25108         an enum type, so that it's guaranteed to promote to int.  See:
25109         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25110
25111 2003-08-03  Karl Berry  <karl@gnu.org>
25112
25113         * config/depcomp: update from automake.
25114
25115 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25116
25117         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25118         (strerror): Don't assume that a printable int fits in 14 bytes.
25119
25120 2003-07-31  Bruno Haible  <bruno@clisp.org>
25121
25122         * modules/getpass-gnu: New file.
25123         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25124
25125 2003-07-31  Bruno Haible  <bruno@clisp.org>
25126
25127         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25128
25129 2003-07-24  Karl Berry  <karl@gnu.org>
25130
25131         * config/missing: update from automake.
25132
25133 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25134             Bruno Haible  <bruno@clisp.org>
25135
25136         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25137         * lib/getline.c (getline, getdelim): Likewise.
25138         Remove _GNU_SOURCE define; now it's defined in config.h through
25139         m4/getline.m4.
25140
25141 2003-07-23  Karl Berry  <karl@gnu.org>
25142
25143         * config/config.sub: update from prep.
25144
25145 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25146
25147         * modules/xalloc (Depends-on): Add exitfail.
25148         * modules/xmemcoll: Likewise.
25149
25150 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25151
25152         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25153         over-parenthesization in macros.
25154
25155         Sync with coreutils.
25156
25157         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25158         required by C99.
25159
25160         Use `exit_failure' for xalloc and xmemcoll instead of their own
25161         private exit-failure variables.
25162         * lib/xalloc.h (xalloc_exit_failure): Remove.
25163         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25164         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25165         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25166         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25167         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25168
25169 2003-07-20  Jim Meyering  <jim@meyering.net>
25170
25171         * modules/closeout (Depends-on): Add exitfail.
25172         Suggestion from Bruno Haible.
25173
25174 2003-07-19  Karl Berry  <karl@gnu.org>
25175
25176         * config/config.sub: update from prep.
25177
25178 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25179
25180         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25181         Remove.
25182         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25183         to test that it can stand by itself.  Include "exitfail.h".
25184         Clients should set exit_failure instead.
25185         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25186
25187 2003-07-18  Bruno Haible  <bruno@clisp.org>
25188
25189         * modules/getndelim2: New file.
25190         * modules/getline: Share files with module getndelim2.
25191         * modules/getnline: Depend on getndelim2 instead of sharing files with
25192         it. Add getnline.c to lib_SOURCES.
25193         * MODULES.html.sh (func_all_modules): Add getndelim2.
25194
25195 2003-07-18  Bruno Haible  <bruno@clisp.org>
25196
25197         * m4/getndelim2.m4: New file.
25198         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25199         invoke gl_PREREQ_GETNDELIM2.
25200         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25201         gl_PREREQ_GETNDELIM2.
25202         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25203         gl_GETNDELIM2.
25204
25205 2003-07-18  Bruno Haible  <bruno@clisp.org>
25206
25207         * lib/getndelim2.h: New file.
25208         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25209         getndelim2.h.
25210         (getndelim2): Make non-static. Change return type to ssize_t.
25211         * lib/getline.h: Change argument names.
25212         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25213         * lib/getnline.c: Include getndelim2.h.
25214
25215 2003-07-18  Andreas Schwab  <schwab@suse.de>
25216
25217         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25218
25219 2003-07-17  Karl Berry  <karl@gnu.org>
25220
25221         * config/config.sub: update from prep.
25222
25223 2003-07-17  Bruno Haible  <bruno@clisp.org>
25224
25225         * modules/getnline: New file.
25226         * modules/getline: Add lib/getndelim2.c to source file list.
25227         * MODULES.html.sh (func_all_modules): Add getnline.
25228
25229 2003-07-17  Bruno Haible  <bruno@clisp.org>
25230
25231         * m4/getnline.m4: New file.
25232
25233 2003-07-17  Bruno Haible  <bruno@clisp.org>
25234
25235         * m4/Makefile.am.in: Remove file.
25236         * m4/Makefile.am: Remove file.
25237         * m4/Makefile.in: Remove file.
25238
25239 2003-07-17  Bruno Haible  <bruno@clisp.org>
25240
25241         * lib/getnline.h: New file.
25242         * lib/getnline.c: New file.
25243         * lib/getndelim2.c: New file, extracted from getline.c.
25244         (getndelim2): Renamed from getdelim2, with added nmax argument.
25245         * lib/getline.c: Include getndelim2.c.
25246         (getdelim2): Moved out to getndelim2.c.
25247         (getline, getdelim): Update.
25248
25249 2003-07-17  Bruno Haible  <bruno@clisp.org>
25250
25251         * lib/Makefile.am: Remove file.
25252         * lib/Makefile.in: Remove file.
25253
25254 2003-07-17  Bruno Haible  <bruno@clisp.org>
25255
25256         * configure.in: Remove file.
25257         * Makefile.in: Remove file.
25258
25259 2003-07-17  Bruno Haible  <bruno@clisp.org>
25260
25261         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25262
25263 2003-07-16  Karl Berry  <karl@gnu.org>
25264
25265         * config/srclist-update: was running fixlicense twice, which caused
25266                 texinfo.tex to be nullified for some reason.  Simplify,
25267                 $gplsrc is no longer needed as far as I can see?
25268
25269 2003-07-16  Jim Meyering  <jim@meyering.net>
25270
25271         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25272
25273 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25274
25275         * config/srclist.txt: Get the following files from gettext-runtime/intl
25276         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25277         ref-del.sin.  From Bruno Haible.
25278         * config/srclist-update (fixfile): Change grep pattern again, since the
25279         previous fix didn't work (there was another trailing $).  Use
25280         '[$]' to escape the $s.
25281
25282 2003-07-15  Karl Berry  <karl@gnu.org>
25283
25284         * lib/vasnprintf.c: update from gettext.
25285
25286 2003-07-15  Karl Berry  <karl@gnu.org>
25287
25288         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25289         gets expanded when surrounded by '$'.
25290
25291 2003-07-15  Jim Meyering  <jim@meyering.net>
25292
25293         * modules/save-cwd: Don't depend on error.  From Derek Price.
25294
25295 2003-07-15  Jim Meyering  <jim@meyering.net>
25296
25297         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25298
25299 2003-07-14  Simon Josefsson  <jas@extundo.com>
25300
25301         * modules/mempcpy: New file.
25302         * MODULES.html.sh (func_all_modules): Add mempcpy.
25303
25304 2003-07-14  Simon Josefsson  <jas@extundo.com>
25305
25306         * m4/mempcpy.m4: New file.
25307
25308 2003-07-14  Simon Josefsson  <jas@extundo.com>
25309
25310         * lib/mempcpy.h: New file.
25311         * lib/mempcpy.c: New file.
25312
25313 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25314
25315         * modules/getdate, modules/posixtm: Depend on mktime.
25316
25317 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25318
25319         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25320         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25321         unicodeio.c, unicodeio.h, unlocked-io.h:
25322         Switch from LGPL to GPL.
25323
25324 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25325
25326         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25327         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25328         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25329         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25330         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25331         updated automatically by ../config/srclist-update.  This changes
25332         their license from LPGL to GPL.
25333
25334 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25335
25336         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25337         assumed to refer to the root of the most recent stable gettext version.
25338         * config/srclistvars.sh: Add defaults for eggert.
25339         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25340         Match "This program" as well as "The program".  This is needed
25341         for gettext.
25342
25343 2003-07-14  Jim Meyering  <jim@meyering.net>
25344
25345         Don't emit diagnostics.  Let callers do that.
25346         * lib/save-cwd.c: Don't include "error.h".
25347         (save_cwd): Don't call error.  Ensure that errno is valid
25348         when returning nonzero.
25349
25350         * lib/save-cwd.h (restore_cwd): Update prototype.
25351         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25352         Simplify.  Don't call error upon failure.  Let callers do that.
25353         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25354         when auditing is enabled.  But don't bother updating the #if.
25355
25356 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25357
25358         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25359         it breaks C++ compilation.
25360         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25361
25362 2003-07-10  Simon Josefsson  <jas@extundo.com>
25363
25364         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25365
25366 2003-07-10  Jim Meyering  <jim@meyering.net>
25367
25368         * m4/clock_time.m4: Remove trailing blank.
25369         * m4/intmax_t.m4: Likewise.
25370
25371 2003-07-10  Jim Meyering  <jim@meyering.net>
25372
25373         * lib/vasnprintf.c: Remove trailing blanks.
25374         Make cpp indentation consistent.
25375
25376 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25377
25378         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25379         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25380         Switch from LGPL to GPL.
25381
25382 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25383
25384         * config/srclist.txt: Sort sublists.  Add
25385         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25386         that differ from gnulib for one reason or another; we'd like this list
25387         to be smaller but for now let's document what we have.
25388
25389 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25390
25391         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25392         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25393         and sweeter "eval x=$x".
25394         * config/srclist.txt: Get lib/argp* from glibc.
25395
25396 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25397
25398         * lib/mktime.c: Fix some boundary cases and remove need for floating
25399         point.
25400
25401         Issue a compile-time diagnostic if time_t is floating point, or if
25402         two's complement arithmetic is not in effect, or if arithmetic
25403         right shift does not propagate the sign.  These assumptions were
25404         all in the original code but they weren't checked.
25405
25406         (TIME_T_MIDPOINT, verify): New macros.
25407         (__isleap): Remove; it has integer overflow problems.
25408         (leapyear): New function, without those problems.
25409         (ydhms_tm_diff): Remove; splitting into two parts.
25410         (ydhms_diff): New function, containing the arithmetic part of
25411         the old ydhms_tm_diff function.  Issue a compile-time
25412         diagnostic if we are not using C99 integer division.
25413         Avoid casts when possible.
25414         (guess_time_tm): New function, containing the checking part of
25415         the old ydhms_tm_diff function.  Return the new value, rather than
25416         the difference between it and the old.  Accept a new argument T
25417         so that *T specifies the old value.  Check for overflow in the result.
25418
25419         (__mktime_internal): Use a time_t offset, not a long int offset.
25420         This undoes the 2003-06-04 change, which is no longer needed now
25421         that we have better overflow checking.
25422         (localtime_offset): Likewise.
25423
25424         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25425         and long are 64-bit but int is only 32-bit.
25426         (ydhms_diff): Use long int to store year1 and yday1.
25427         Issue a compile-time diagnostic if long int is not wide enough.
25428
25429         (__mktime_internal): Use long int to store adjusted year and yday.
25430         Use plain C rather than preprocessor commands, if that doesn't
25431         affect efficiency.
25432         Check for overflow (and try to repair) after each probe
25433         rather than checking only at the very end.  This avoids some bugs
25434         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25435         does not equal GMT offset at maximum time).
25436         Use integer to check for overflow rather than floating point; this
25437         is more portable to non-IEEE hosts, and is a tad faster.
25438         When we detect that we are oscillating between two values,
25439         don't check whether tm_isdst has the requested value, since
25440         we already know the answer.  When tm_isdst has the wrong value,
25441         use a different heuristic to find the right one, based on the
25442         extreme values actually observed in practice in tz2003a,
25443         rather than the (overly optimistic) "previous 3 calendar quarters".
25444
25445         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25446         "T const" to accommodate glibc style.
25447         (check_result): Use less-confusing report format.  "long" -> "long int.
25448         (main): Likewise.
25449         Don't loop if the iteration overflows time_t.
25450         Allow a negative step in the iteration.
25451
25452 2003-07-06  Karl Berry  <karl@gnu.org>
25453
25454         * config/depcomp: update from automake.
25455         * config/config.sub: update from prep.
25456
25457 2003-07-03  Karl Berry  <karl@gnu.org>
25458
25459         * config/config.guess: update from prep.
25460
25461 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25462
25463         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25464         xreadlink.c now includes it unconditionally.
25465
25466 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25467
25468         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25469         having it depend on HAVE_SYS_TYPES_H.
25470
25471 2003-07-01  Bruno Haible  <bruno@clisp.org>
25472
25473         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25474         <sys/types.h> should be sufficient.
25475         Reported by Paul Eggert.
25476
25477 2003-06-26  Karl Berry  <karl@gnu.org>
25478
25479         * config/depcomp: update from automake.
25480
25481 2003-06-26  Bruno Haible  <bruno@clisp.org>
25482
25483         * modules/human: Depend on module stdbool.
25484
25485 2003-06-25  Bruno Haible  <bruno@clisp.org>
25486
25487         * modules/readlink: New file.
25488         * modules/xreadlink: Depend on it.
25489         * MODULES.html.sh (func_all_modules): Add readlink.
25490
25491 2003-06-25  Bruno Haible  <bruno@clisp.org>
25492
25493         * m4/readlink.m4: New file.
25494
25495 2003-06-25  Bruno Haible  <bruno@clisp.org>
25496
25497         * lib/readlink.c: New file.
25498
25499 2003-06-22  Karl Berry  <karl@gnu.org>
25500
25501         * config/srclist.txt: update mkinstalldirs from automake.
25502         * config/mkinstalldirs: update.
25503
25504 2003-06-22  Bruno Haible  <bruno@clisp.org>
25505
25506         Portability to mingw32.
25507         * m4/ssize_t.m4: New file, from GNU gettext.
25508         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25509         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25510
25511 2003-06-22  Bruno Haible  <bruno@clisp.org>
25512
25513         * modules/safe-read: Add m4/ssize_t.m4.
25514         * modules/xreadlink: Add m4/ssize_t.m4.
25515
25516 2003-06-20  Bruno Haible  <bruno@clisp.org>
25517
25518         Assume C89, so PARAMS isn't needed.
25519         * lib/unicodeio.h (PARAMS): Remove.
25520         * lib/unicodeio.c: Don't use PARAMS.
25521
25522 2003-06-18  Karl Berry  <karl@gnu.org>
25523
25524         * config/config.{guess,sub}: update from prep.
25525
25526 2003-06-18  Jim Meyering  <jim@meyering.net>
25527
25528         Merge changes from coreutils.
25529         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25530         Remove explicit declarations of xmalloc and realloc.
25531         Include xalloc.h.
25532         (read_utmp): Remove anachronistic cast of xmalloc.
25533
25534 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25535
25536         Assume C89, so PARAMS isn't needed.
25537         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25538         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25539         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25540         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25541         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25542         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25543         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25544         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25545         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25546         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25547         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25548         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25549         no longer needed. Anyway, config.h should always be included before any
25550         other file.
25551
25552 2003-06-11  Simon Josefsson  <jas@extundo.com>
25553
25554         * modules/sysexits: New file.
25555         * MODULES.html.sh (func_all_modules): Add sysexits.
25556
25557 2003-06-11  Simon Josefsson  <jas@extundo.com>
25558
25559         * lib/sysexit_.h: New file.
25560
25561 2003-06-11  Derek Price  <derek@ximbiot.com>
25562
25563         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25564         necessary.
25565
25566 2003-06-11  Bruno Haible  <bruno@clisp.org>
25567
25568         * m4/sysexits.m4: New file.
25569
25570 2003-06-10  Simon Josefsson  <jas@extundo.com>
25571
25572         * lib/argp.h: New file, from glibc.
25573         * lib/argp-ba.c: New file, from glibc.
25574         * lib/argp-eexst.c: New file, from glibc.
25575         * lib/argp-fmtstream.c: New file, from glibc.
25576         * lib/argp-fmtstream.h: New file, from glibc.
25577         * lib/argp-fs-xinl.c: New file, from glibc.
25578         * lib/argp-help.c: New file, from glibc.
25579         * lib/argp-namefrob.h: New file, from glibc.
25580         * lib/argp-parse.c: New file, from glibc.
25581         * lib/argp-pv.c: New file, from glibc.
25582         * lib/argp-pvh.c: New file, from glibc.
25583         * lib/argp-xinl.c: New file, from glibc.
25584
25585 2003-06-10  Simon Josefsson  <jas@extundo.com>
25586
25587         * modules/strchrnul: New file.
25588
25589 2003-06-10  Simon Josefsson  <jas@extundo.com>
25590
25591         * modules/argp: New file.
25592
25593 2003-06-10  Simon Josefsson  <jas@extundo.com>
25594
25595         * m4/strchrnul.m4: New file.
25596
25597 2003-06-10  Simon Josefsson  <jas@extundo.com>
25598
25599         * lib/strchrnul.h: New file.
25600         * lib/strchrnul.c: New file.
25601
25602 2003-06-10  Bruno Haible  <bruno@clisp.org>
25603
25604         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25605
25606 2003-06-07  Karl Berry  <karl@gnu.org>
25607
25608         * config/config.{guess,sub}: update from prep.
25609
25610 2003-06-07  Jim Meyering  <jim@meyering.net>
25611
25612         * modules/strtod: Use $(...) notation, not @...@ for
25613         AC_REPLACE'd variables.
25614         * modules/localcharset: Likewise.
25615
25616 2003-06-07  Jim Meyering  <jim@meyering.net>
25617
25618         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25619         in place of my name in the copyright comment.
25620         Remove definition and uses of __P.
25621
25622         From coreutils.
25623         * lib/stat.c: Don't declare xmalloc explicitly.
25624         Instead, include "xalloc.h".
25625         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25626         xrealloc, and xcalloc return values.
25627         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25628         Improve comment.
25629         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25630
25631 2003-06-07  Bruno Haible  <bruno@clisp.org>
25632
25633         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25634         avoid AC_CONFIG_LINKS.
25635         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25636         fnmatch.h, to avoid AC_CONFIG_LINKS.
25637         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25638
25639 2003-06-07  Bruno Haible  <bruno@clisp.org>
25640
25641         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25642         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25643         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25644         directory.
25645         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25646         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25647         directory.
25648
25649 2003-06-06  Jim Meyering  <jim@meyering.net>
25650
25651         Merge from coreutils.
25652         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25653         Consolidate declarations and initializations of *_base* locals.
25654
25655         Merge from coreutils.
25656         This avoids a core dump on systems without GNU putenv,
25657         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25658         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25659         (unsetenv): New static function, from GNU libc.
25660         (rpl_putenv): Use it.
25661
25662         * lib/modechange.c: Remove trailing blanks.
25663
25664         Merge from coreutils.
25665         * lib/fsusage.c: Remove declaration of statfs.
25666         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25667
25668         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25669
25670 2003-06-06  Jim Meyering  <jim@meyering.net>
25671
25672         * lib/stdbool_.h: Renamed from stdbool.h.in.
25673
25674 2003-06-06  Jim Meyering  <jim@meyering.net>
25675             Bruno Haible  <bruno@clisp.org>
25676
25677         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25678         Adjust Makefile.am snippet not to redirect directly to target.
25679         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25680
25681 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25682
25683         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25684         mismatch, look in future quarters as well as past.  This fixes a
25685         bug when processing fall-backwards gaps immediately after a long
25686         period of daylight-saving time.
25687
25688         * lib/mktime.c: Assume freestanding C89 or better.
25689         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25690         (__P): Remove; not used.
25691         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25692         (mktime, not_equal_tm, print_tm, check_result,
25693         main): Use prototypes.  Use const * where appropriate.
25694         (main): Fix typo in testing code that uncovered by above changes.
25695         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25696
25697 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25698
25699         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25700         locale.h, localeconv.  This merges changes from coreutils.
25701
25702         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25703         It can be removed after the next Autoconf is released.
25704         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25705         needed.
25706
25707 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25708
25709         * lib/mktime.c: Fix Debian bug 177940
25710         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25711         (localtime_offset): Now long int, not time_t, because we want it
25712         to be guaranteed to be signed.  All uses changed.
25713         (__mktime_internal): If overflow would occur when adding offset,
25714         don't add it.
25715
25716         Merge 'human' changes from coreutils.  Rewrite to support
25717         locale-specific notations like thousands separators.
25718         * lib/human.c: Simplify authorship notice.
25719         Include human.h immediately after config.h.
25720         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25721         <limits.h>: Do not include, since human.h does.
25722         (SIZE_MAX, UINTMAX_MAX): New macros.
25723         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25724         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25725         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25726         (power_letter): Renamed from suffixes.
25727         (generate_suffix_backwards): Remove.
25728         (adjust_value): Now takes int style (because of human.h changes)
25729         and long double value (for greater precision on some platforms).
25730         (group_number): New function.
25731         (human_readable): Use it.  Use integer options, not enum.
25732         Put the options before the sizes in the arg list.
25733         Support all the new options.
25734         The old human_readable function has been removed;
25735         use inttostr.h instead.
25736         (human_readable, default_block_size, humblock):
25737         Use uintmax_t, not int, for block sizes.
25738         (human_readable_inexact, block_size_types): Remove.
25739         (block_size_opts): New constant.
25740         (human_options): Renamed from human_block_size, with new signature
25741         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25742         * lib/human.h: Add copyright and authorship notice.
25743         Include <limits.h> and <stdbool.h> unconditionally.
25744         (PARAMS): Remove.  All uses removed.
25745         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25746         (enum human_inexact_style): Remove tag; now a nameless enum.
25747         (human_floor, human_ceiling, human_round_to_even): Now have
25748         values 2, 0, 1 rather than -1, 1, 0.
25749         (human_group_digits, human_suppress_point_zero, human_autoscale,
25750         human_base_1024, human_SI, human_B): New constants.
25751         (human_readable_inexact, human_block_size): Remove.
25752         (human_readable): Size args are now uintmax_t, not int.
25753         (human_options): New decl.
25754
25755         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25756         unnecessary now that we assume C89 or better.  This change
25757         imported from coreutils.
25758
25759         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25760         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25761         in the 2003-05-30 sync from glibc.
25762
25763         .h files should stand alone, but we shouldn't include <sys/types.h>
25764         if we can get away with just <stddef.h>.
25765
25766         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25767         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25768         rather than <sys/types.h>, as we merely need size_t.
25769         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25770         to get size_t.
25771         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25772         Include <stdio.h>, to get FILE.
25773         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25774         memcasecmp.h has included <stddef.h> and all we need is size_t.
25775         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25776         our interface, instead of including <sys/types.h>
25777
25778 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25779
25780         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25781         now, as glibc mktime is buggy on non-glibc systems.
25782
25783 2003-06-03  Karl Berry  <karl@gnu.org>
25784
25785         * config/config.sub: update from prep.
25786
25787 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25788
25789         [from coreutils]
25790         Fix some minor time-related bugs with POSIX time arguments.
25791         Some valid time stamps were being rejected (notably -1, and
25792         time stamps before 1900 on 64-bit hosts).  And some invalid
25793         time stamps were being accepted, e.g. September 31.
25794
25795         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25796         that we can return (time_t) -1 successfully.
25797         * lib/posixtm.c: Likewise.
25798         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25799         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25800         (t): Remove static var.
25801         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25802         of static var.  All uses changed.
25803         (year): Do not reject years before 1900; they can occur with
25804         64-bit time_t.
25805         (posix_time_parse): Do not check for out-of-range components;
25806         that is now the caller's responsibility, since our checks were
25807         only approximations.
25808         (posixtime): Use mktime to check for out-of-range components,
25809         since it knows them exactly.
25810         If mktime returns (time_t) -1, check whether an error actually occurred
25811         by invoking localtime on -1.
25812         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25813         posixtime failures better.
25814         Improve the test data (in comments only).
25815
25816 2003-06-02  Karl Berry  <karl@gnu.org>
25817
25818         * config/mkinstalldirs (version): new variable.
25819         (--version): new option.
25820         (usage): improve message.
25821
25822 2003-05-30  Karl Berry  <karl@gnu.org>
25823
25824         * lib/mktime.c: update from libc.
25825
25826 2003-05-30  Bruno Haible  <bruno@clisp.org>
25827
25828         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25829         * config/config.rpath: Upgrade to gettext-0.12.1.
25830
25831 2003-05-30  Bruno Haible  <bruno@clisp.org>
25832
25833         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25834         * m4/nls.m4: New file, from gettext-0.12.1.
25835         * m4/po.m4: New file, from gettext-0.12.1.
25836         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25837
25838 2003-05-30  Bruno Haible  <bruno@clisp.org>
25839
25840         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25841         * lib/localcharset.h: Likewise.
25842         * lib/localcharset.c: Likewise.
25843
25844 2003-05-29  Karl Berry  <karl@gnu.org>
25845
25846         * config/config.rpath: update from gettext.
25847
25848 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25849
25850         Assume the headers required for C89 freestanding compilers.
25851         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25852         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25853         * m4/human.m4 (gl_HUMAN): Likewise.
25854         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25855         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25856         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25857         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25858         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25859         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25860
25861 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25862
25863         Assume the headers required for C89 freestanding compilers.
25864         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25865         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25866         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25867         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25868         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25869         define, since <limits.h> is guaranteed to do that.
25870         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25871         * lib/exclude.c: Include <stdbool.h> unconditionally.
25872         * lib/tempname.c: Include <stddef.h> unconditionally.
25873         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25874         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25875         <stddef.h> does that.
25876         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25877         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25878         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25879         needed.
25880         * lib/xstrtol.c: Likewise.
25881         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25882         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25883
25884         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25885         warnings on some platforms.
25886
25887         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25888         arbitrarily.
25889
25890 2003-05-26  Jim Meyering  <jim@meyering.net>
25891
25892         Merge in a change from coreutils:
25893         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25894         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25895         that condition, rather than `-1' which is slightly misleading.
25896         Change the name of the cache variable to have the gl_ prefix.
25897         Prompted by a patch from Richard Dawe for DJGPP.
25898
25899 2003-05-24  Karl Berry  <karl@gnu.org>
25900
25901         * config/config.guess: update from prep.
25902
25903 2003-05-22  Karl Berry  <karl@gnu.org>
25904
25905         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25906
25907 2003-05-20  Karl Berry  <karl@gnu.org>
25908
25909         * config/config.guess: update from prep.
25910
25911 2003-05-18  Karl Berry  <karl@gnu.org>
25912
25913         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25914         might actually be set by the user.
25915
25916         * config/depcomp, install-sh, mdate-sh: update from automake.
25917
25918 2003-05-17  Bruno Haible  <bruno@clisp.org>
25919
25920         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25921         invalid expansion for AC_EGREP_CPP.
25922         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25923         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25924         Suggested by Akim Demaille <akim@epita.fr> in
25925         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25926
25927 2003-05-12  Jim Meyering  <jim@meyering.net>
25928
25929         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25930         the space-padded-by-default conversion specifiers, %e, %k, %l.
25931
25932 2003-05-12  Bruno Haible  <bruno@clisp.org>
25933
25934         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25935         the string is longer than 4 KB.
25936
25937 2003-05-11  Karl Berry  <karl@gnu.org>
25938
25939         * config/config.{guess,sub}: update from prep.
25940
25941 2003-05-09  Bruno Haible  <bruno@clisp.org>
25942
25943         * modules/error: Add m4/strerror_r.m4 to file list.
25944
25945 2003-05-03  Bruno Haible  <bruno@clisp.org>
25946
25947         Upgrade to Unicode-4.0.
25948         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25949         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25950         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25951         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25952         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25953         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25954         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25955         Change width of U+E0100..U+E01EF from 1 to 0.
25956
25957 2003-04-25  Jim Meyering  <jim@meyering.net>
25958
25959         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25960         of type size_t, not int.
25961
25962 2003-04-25  Bruno Haible  <bruno@clisp.org>
25963
25964         * lib/copy-file.c: Include <stddef.h>, for size_t.
25965
25966 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25967
25968         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25969         code which expansion is under static control.  Patch imported from
25970         Akim Demaille's patch to Bison; see
25971         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25972
25973 2003-04-14  Bruno Haible  <bruno@clisp.org>
25974
25975         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25976
25977 2003-04-11  Jim Meyering  <jim@meyering.net>
25978
25979         Merge changes from Coreutils.
25980
25981         2003-03-22  Jim Meyering  <jim@meyering.net>
25982
25983         * lib/strftime.c (widen): Cast alloca return value to proper type.
25984
25985         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
25986
25987         From GNU libc.
25988         * lib/strftime.c (my_strftime): Handle very large width
25989         specifications for numeric values correctly.  Improve checks for
25990         overflow.
25991
25992         2003-01-19  Jim Meyering  <jim@meyering.net>
25993
25994         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
25995         definitions.
25996         (nl_get_alt_digit) [! defined my_strftime]: Define.
25997         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
25998         _nl_get_alt_digit and _nl_get_walt_digit.
25999
26000         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26001         libc. These changes have no effect outside of _LIBC.
26002
26003 2003-04-10  Bruno Haible  <bruno@clisp.org>
26004
26005         * modules/findprog: New file.
26006         * MODULES.html.sh (func_all_modules): Add it.
26007
26008 2003-04-10  Bruno Haible  <bruno@clisp.org>
26009
26010         * m4/findprog.m4: New file.
26011         * m4/eaccess.m4: New file.
26012
26013 2003-04-10  Bruno Haible  <bruno@clisp.org>
26014
26015         * lib/findprog.h: New file, from GNU gettext.
26016         * lib/findprog.c: New file, from GNU gettext.
26017
26018 2003-04-05  Jim Meyering  <jim@meyering.net>
26019
26020         Merge changes from Coreutils.
26021
26022         * lib/exclude.h (PARAMS): Remove definition and uses.
26023         * lib/exclude.c: Remove uses of `PARAMS'.
26024
26025         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26026         Add test-cases for DOS filenames. Declare program_name.
26027         (main): Set up program_name.  Patch by Rich Dawe.
26028
26029         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26030         error from mntctl.
26031         Use mntctl's return value to drive the entry-processing loop, since
26032         we can't rely on the value of the vmt_length member in the last
26033         entry.  On some systems doing so could result in exhausting
26034         virtual memory.  Based in part on a patch from Mike Jetzer.
26035
26036 2003-04-04  Bruno Haible  <bruno@clisp.org>
26037
26038         * modules/linebreak: New file.
26039         * MODULES.html.sh (func_all_modules): Add it.
26040
26041 2003-04-04  Bruno Haible  <bruno@clisp.org>
26042
26043         * m4/linebreak.m4: New file.
26044
26045 2003-04-04  Bruno Haible  <bruno@clisp.org>
26046
26047         * lib/linebreak.h: New file, from GNU gettext.
26048         * lib/linebreak.c: New file, from GNU gettext with slight
26049         modifications.
26050         * lib/lbrkprop.h: New file, from GNU gettext.
26051
26052 2003-04-03  Bruno Haible  <bruno@clisp.org>
26053
26054         * modules/utf8-ucs4: New file.
26055         * modules/utf16-ucs4: New file.
26056         * modules/ucs4-utf8: New file.
26057         * modules/ucs4-utf16: New file.
26058         * MODULES.html.sh (func_all_modules): Add them.
26059
26060 2003-04-03  Bruno Haible  <bruno@clisp.org>
26061
26062         * m4/utf-ucs4.m4: New file.
26063         * m4/ucs4-utf.m4: New file.
26064
26065 2003-04-03  Bruno Haible  <bruno@clisp.org>
26066
26067         * lib/utf8-ucs4.h: New file, from GNU gettext.
26068         * lib/utf16-ucs4.h: New file, from GNU gettext.
26069         * lib/ucs4-utf8.h: New file, from GNU gettext.
26070         * lib/ucs4-utf16.h: New file, from GNU gettext.
26071
26072 2003-04-02  Bruno Haible  <bruno@clisp.org>
26073
26074         * modules/binary-io: New file.
26075         * MODULES.html.sh (func_all_modules): Add it.
26076
26077 2003-04-02  Bruno Haible  <bruno@clisp.org>
26078
26079         * lib/binary-io.h: New file, from GNU gettext.
26080
26081 2003-04-01  Bruno Haible  <bruno@clisp.org>
26082
26083         * modules/pathname: New file.
26084         * MODULES.html.sh (func_all_modules): Add it.
26085
26086 2003-04-01  Bruno Haible  <bruno@clisp.org>
26087
26088         * lib/pathname.h: New file, from GNU gettext.
26089         * lib/concatpath.c: New file, from GNU gettext.
26090
26091 2003-03-30  Bruno Haible  <bruno@clisp.org>
26092
26093         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26094
26095 2003-03-30  Bruno Haible  <bruno@clisp.org>
26096
26097         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26098         function chown() doesn't exist.
26099
26100 2003-03-28  Bruno Haible  <bruno@clisp.org>
26101
26102         * modules/copy-file: New file.
26103         * MODULES.html.sh (func_all_modules): Add it.
26104
26105 2003-03-28  Bruno Haible  <bruno@clisp.org>
26106
26107         * m4/copy-file.m4: New file.
26108
26109 2003-03-28  Bruno Haible  <bruno@clisp.org>
26110
26111         * lib/copy-file.h: New file, from GNU gettext.
26112         * lib/copy-file.c: New file, from GNU gettext.
26113
26114 2003-03-18  Jim Meyering  <jim@meyering.net>
26115
26116         * lib/quote.c (quote_n): Fix typo in comment.
26117
26118 2003-03-18  Bruno Haible  <bruno@clisp.org>
26119
26120         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26121         checking.
26122         * m4/onceonly_2_57.m4: Likewise.
26123
26124 2003-03-17  Bruno Haible  <bruno@clisp.org>
26125
26126         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26127         (m4_quote): Remove macro.
26128         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26129
26130 2003-03-14  Jim Meyering  <jim@meyering.net>
26131
26132         Merge changes from Coreutils.
26133         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26134         to be const, in order to avoid warnings.
26135         (obstack_room): Likewise.
26136         (obstack_empty_p): Likewise.
26137
26138 2003-03-14  Bruno Haible  <bruno@clisp.org>
26139
26140         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26141         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26142
26143 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26144
26145         Merge changes from Bison.
26146         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26147         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26148         when compiling Bison 1.875's `bitset bset = obstack_alloc
26149         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26150         * lib/hash.c: Include <stdbool.h> unconditionally.
26151
26152 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26153
26154         * m4/onceonly.m4 (m4_quote): New macro.
26155         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26156         Quote AC_FOREACH variable-expansions properly.
26157
26158 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26159
26160         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26161
26162 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26163
26164         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26165         Reported by Bruce Becker; see:
26166         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26167
26168 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26169             Bruno Haible  <bruno@clisp.org>
26170
26171         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26172         Reported by John Hughes, see
26173         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26174
26175 2003-02-20  Bruno Haible  <bruno@clisp.org>
26176
26177         * MODULES.html.sh (func_all_modules): Add poll.
26178
26179 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26180
26181         * modules/poll: New file.
26182
26183 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26184
26185         * lib/poll_.h: New file.
26186         * lib/poll.c: New file.
26187
26188 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26189
26190         * m4/poll.m4: New file.
26191
26192 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26193
26194         * modules/mathl: New file.
26195
26196 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26197
26198         * lib/mathl.h: New file.
26199         * lib/acosl.c: New file.
26200         * lib/asinl.c: New file.
26201         * lib/atanl.c: New file.
26202         * lib/ceill.c: New file.
26203         * lib/cosl.c: New file.
26204         * lib/expl.c: New file.
26205         * lib/floorl.c: New file.
26206         * lib/frexpl.c: New file.
26207         * lib/ldexpl.c: New file.
26208         * lib/logl.c: New file.
26209         * lib/sincosl.c: New file.
26210         * lib/sinl.c: New file.
26211         * lib/sqrtl.c: New file.
26212         * lib/tanl.c: New file.
26213         * lib/trigl.c: New file.
26214         * lib/trigl.h: New file.
26215
26216 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26217
26218         * m4/mathl.m4: New file.
26219
26220 2003-02-18  Bruno Haible  <bruno@clisp.org>
26221
26222         * MODULES.html.sh (func_all_modules): Add mathl.
26223
26224 2003-02-17  Bruno Haible  <bruno@clisp.org>
26225
26226         * modules/mkdtemp: New module.
26227         * MODULES.html.sh (func_all_modules): Add it.
26228
26229 2003-02-17  Bruno Haible  <bruno@clisp.org>
26230
26231         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26232
26233 2003-02-17  Bruno Haible  <bruno@clisp.org>
26234
26235         * lib/mkdtemp.h: New file, from GNU gettext.
26236         * lib/mkdtemp.c: New file, from GNU gettext.
26237
26238 2003-02-02  Jim Meyering  <jim@meyering.net>
26239
26240         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26241         e.g. glibc-2.2.93.
26242
26243 2003-01-31  Bruno Haible  <bruno@clisp.org>
26244
26245         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26246         'rpl_rename'.
26247         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26248         'rpl_strnlen'.
26249         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26250         'rpl_strtod'.
26251         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26252         'rpl_utime'.
26253
26254 2003-01-31  Bruno Haible  <bruno@clisp.org>
26255
26256         * lib/rename.c: #undef rename before defining rpl_rename.
26257         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26258
26259 2003-01-30  Bruno Haible  <bruno@clisp.org>
26260
26261         * modules/vasnprintf, modules/vasprintf: New modules.
26262         * MODULES.html.sh (func_all_modules): Add them.
26263
26264 2003-01-30  Bruno Haible  <bruno@clisp.org>
26265
26266         * m4/signed.m4: New file, from GNU gettext.
26267         * m4/longdouble.m4: New file, from GNU gettext.
26268         * m4/wchar_t.m4: New file, from GNU gettext.
26269         * m4/wint_t.m4: New file, from GNU gettext.
26270         * m4/vasnprintf.m4: New file.
26271         * m4/vasprintf.m4: New file.
26272
26273 2003-01-30  Bruno Haible  <bruno@clisp.org>
26274
26275         * lib/printf-args.h: New file, from GNU gettext.
26276         * lib/printf-args.c: New file, from GNU gettext.
26277         * lib/printf-parse.h: New file, from GNU gettext.
26278         * lib/printf-parse.c: New file, from GNU gettext.
26279         * lib/vasnprintf.h: New file, from GNU gettext.
26280         * lib/vasnprintf.c: New file, from GNU gettext.
26281         * lib/asnprintf.c: New file, from GNU gettext.
26282         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26283         * lib/vasprintf.c: New file, from GNU gettext.
26284         * lib/asprintf.c: New file, from GNU gettext.
26285
26286 2003-01-29  Bruno Haible  <bruno@clisp.org>
26287
26288         * modules/stpncpy: New module.
26289         * MODULES.html.sh (func_all_modules): Add it.
26290
26291 2003-01-29  Bruno Haible  <bruno@clisp.org>
26292
26293         * m4/stpncpy.m4: New file.
26294
26295 2003-01-29  Bruno Haible  <bruno@clisp.org>
26296
26297         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26298         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26299
26300 2003-01-28  Bruno Haible  <bruno@clisp.org>
26301
26302         * modules/c-ctype: New module.
26303         * MODULES.html.sh (func_all_modules): Add it.
26304
26305 2003-01-28  Bruno Haible  <bruno@clisp.org>
26306
26307         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26308         Paul Eggert.
26309         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26310         Paul Eggert.
26311
26312 2003-01-27  Bruno Haible  <bruno@clisp.org>
26313
26314         * modules/xsetenv: New module.
26315         * MODULES.html.sh (func_all_modules): Add it.
26316
26317 2003-01-27  Bruno Haible  <bruno@clisp.org>
26318
26319         * lib/xsetenv.h: New file, from GNU gettext.
26320         * lib/xsetenv.c: New file, from GNU gettext.
26321
26322 2003-01-23  Jim Meyering  <jim@meyering.net>
26323
26324         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26325         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26326
26327 2003-01-23  Bruno Haible  <bruno@clisp.org>
26328
26329         * modules/minmax: New module.
26330         * MODULES.html.sh (func_all_modules): Add it.
26331
26332 2003-01-23  Bruno Haible  <bruno@clisp.org>
26333
26334         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26335         Eggert.
26336
26337 2003-01-22  Bruno Haible  <bruno@clisp.org>
26338
26339         * modules/exit: New module.
26340         * MODULES.html.sh (func_all_modules): Add it.
26341
26342 2003-01-22  Bruno Haible  <bruno@clisp.org>
26343
26344         * lib/exit.h: New file, from GNU gettext.
26345
26346 2003-01-19  Bruno Haible  <bruno@clisp.org>
26347
26348         * gnulib-tool: Recognize option --extract-maintainer.
26349         (func_get_maintainer): New function.
26350         * modules/*: Add Maintainer entry.
26351
26352 2003-01-16  Jim Meyering  <jim@meyering.net>
26353
26354         * m4/regex.m4: The `regex' struct is both input and output.
26355         Initialize it before each use.  Patch by Tim Waugh.
26356
26357 2003-01-16  Bruno Haible  <bruno@clisp.org>
26358
26359         * MODULES.html.sh: Add a table of contents. Add the module name as
26360         leftmost column. Add hyperlinks.
26361
26362 2003-01-15  Bruno Haible  <bruno@clisp.org>
26363
26364         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26365
26366 2003-01-15  Bruno Haible  <bruno@clisp.org>
26367
26368         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26369         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26370         suffix.
26371
26372 2003-01-15  Bruno Haible  <bruno@clisp.org>
26373
26374         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26375
26376 2003-01-15  Bruno Haible  <bruno@clisp.org>
26377
26378         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26379         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26380
26381 2003-01-14  Jim Meyering  <jim@meyering.net>
26382
26383         * lib/same.c (same_name): Tweak a comment.
26384
26385 2003-01-14  Bruno Haible  <bruno@clisp.org>
26386
26387         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26388         when a string comparison is sufficient.
26389
26390 2003-01-14  Bruno Haible  <bruno@clisp.org>
26391
26392         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26393         'unsigned int'.
26394
26395 2003-01-14  Bruno Haible  <bruno@clisp.org>
26396
26397         * lib/hash-pjw.c: Add comment about low quality of this function.
26398
26399 2003-01-13  Bruno Haible  <bruno@clisp.org>
26400
26401         * modules/stpcpy: Distribute lib/stpcpy.h.
26402         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26403
26404 2003-01-13  Bruno Haible  <bruno@clisp.org>
26405
26406         * modules/*: Add a description.
26407         * modules/strpbrk: Fix Makefile.am snippet.
26408         * modules/strtoimax: Fix dependencies.
26409         * modules/strtoumax: Likewise.
26410
26411 2003-01-13  Bruno Haible  <bruno@clisp.org>
26412
26413         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26414         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26415         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26416
26417 2003-01-13  Bruno Haible  <bruno@clisp.org>
26418
26419         * gnulib-tool (func_create_testdir): Store config/* files in the main
26420         directory.
26421         * config.rpath: Move to ...
26422         * config/config.rpath: ... here.
26423         * modules/gettext: Contains config/config.rpath, not config.rpath.
26424         * modules/iconv: Likewise.
26425
26426 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26427
26428         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26429         to avoid collisions with libcurses and libreadline.
26430
26431         * m4/getstr.m4: Remove.
26432         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26433
26434 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26435
26436         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26437         to avoid collisions with libcurses and libreadline.
26438
26439         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26440         * lib/getstr.h, getstr.c: Remove.
26441         * lib/getline.c: Include "getline.h", to check interface.
26442         Move body of old getstr.c here: this defines MIN_CHUNK and
26443         declares getdelim2, which is renamed from getstr.
26444         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26445
26446         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26447         All uses changed.
26448         * lib/linebuffer.h: Likewise.
26449         (readline): Remove backward-compatibility macro.
26450
26451 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26452
26453         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26454         to avoid collisions with libcurses and libreadline.
26455         * getstr: Remove.
26456         * MODULES.html.sh: Remove getstr.
26457         * modules/getline: Depend on unlocked-io, not getstr.
26458
26459 2003-01-12  Jim Meyering  <jim@meyering.net>
26460
26461         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26462
26463 2003-01-10  Bruno Haible  <bruno@clisp.org>
26464
26465         * modules/alloca: Change Makefile.am requirements. Simplify Include
26466         requirements. Add lib/alloca_.h to file list.
26467
26468 2003-01-10  Bruno Haible  <bruno@clisp.org>
26469
26470         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26471
26472 2003-01-10  Bruno Haible  <bruno@clisp.org>
26473
26474         * lib/alloca_.h: New file.
26475         * lib/getdate.y: Unconditionally include alloca.h.
26476         * lib/makepath.c: Likewise.
26477         * lib/setenv.c: Likewise.
26478         * lib/userspec.c: Likewise.
26479
26480 2003-01-09  Karl Berry  <karl@gnu.org>
26481
26482         * MODULES.html.sh: include `dirname $0` in PATH, to find
26483         gnulib-tool.
26484
26485 2003-01-09  Bruno Haible  <bruno@clisp.org>
26486
26487         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26488         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26489
26490 2003-01-09  Bruno Haible  <bruno@clisp.org>
26491
26492         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26493
26494 2003-01-09  Bruno Haible  <bruno@clisp.org>
26495
26496         * lib/stdbool.h.in: New file.
26497
26498 2003-01-09  Bruno Haible  <bruno@clisp.org>
26499
26500         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26501         * MODULES.html.sh: Likewise.
26502
26503 2003-01-08  Jim Meyering  <jim@meyering.net>
26504
26505         * lib/full-write.c: Undefine and define-away `const' after inclusion
26506         of errno.h, not before.  Suggestion from Bruno Haible.
26507
26508 2003-01-08  Bruno Haible  <bruno@clisp.org>
26509
26510         * modules/full-read: Depend on full-write.
26511
26512 2003-01-08  Bruno Haible  <bruno@clisp.org>
26513
26514         * lib/safe-read.c: Include specification header first, to ensure its
26515         selfcontainedness.
26516         * lib/full-write.c: Likewise.
26517
26518 2003-01-07  Jim Meyering  <jim@meyering.net>
26519
26520         * lib/full-write.c: Rework so that it may serve to define full_read,
26521         too.
26522         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26523
26524 2003-01-07  Bruno Haible  <bruno@clisp.org>
26525
26526         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26527         <inttypes.h>.
26528         * lib/xstrtol.h: Likewise.
26529         * lib/xstrtoimax.c: Likewise.
26530         * lib/xstrtoumax.c: Likewise.
26531         * lib/human.h: Likewise.
26532
26533         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26534         on systems that have <inttypes.h> but not <stdint.h>.
26535
26536 2003-01-07  Bruno Haible  <bruno@clisp.org>
26537
26538         * MODULES.html.sh: Add copyright notice.
26539         (missed_files): Omit CVS directory entries.
26540         (func_module): Make it work with sed-3.02.
26541         * MODULES.txt: Remove file.
26542
26543 2003-01-06  Jim Meyering  <jim@meyering.net>
26544
26545         * lib/version-etc.c: Update year in translatable copyright string.
26546
26547 2003-01-03  Karl Berry  <karl@gnu.org>
26548
26549         * config/config.{guess,sub}: update from prep.
26550
26551 2003-01-02  Karl Berry  <karl@gnu.org>
26552
26553         * doc/COPYING.DOC: belatedly updated to 1.2.
26554
26555 2003-01-01  Karl Berry  <karl@gnu.org>
26556
26557         * gnulib-tool (func_verify_module): report module name $module in
26558         error message, not $1.
26559         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26560         be created, only if it doesn't exist.
26561         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26562
26563 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26564
26565         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26566
26567 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26568
26569         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26570         memcmp if strcoll doesn't work.
26571
26572 2002-12-31  Bruno Haible  <bruno@clisp.org>
26573
26574         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26575         nonempty.
26576
26577 2002-12-31  Bruno Haible  <bruno@clisp.org>
26578
26579         * lib/memcoll.c (STRCOLL): New macro.
26580         (memcoll): Use it.
26581
26582 2002-12-31  Bruno Haible  <bruno@clisp.org>
26583
26584         * lib/localcharset.h: New file.
26585         * lib/localcharset.c: Include it.
26586         * lib/unicodeio.c: Likewise.
26587
26588 2002-12-31  Bruno Haible  <bruno@clisp.org>
26589
26590         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26591         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26592
26593 2002-12-31  Bruno Haible  <bruno@clisp.org>
26594
26595         * lib/getline.h: Include <stddef.h>, for size_t.
26596
26597         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26598         * lib/unicodeio.c: Don't include <stddef.h>.
26599
26600 2002-12-31  Bruno Haible  <bruno@clisp.org>
26601
26602         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26603         HAVE_TM_ZONE.
26604
26605 2002-12-24  Karl Berry  <karl@gnu.org>
26606
26607         * config/config.guess: update from prep.
26608
26609 2002-12-24  Bruno Haible  <bruno@clisp.org>
26610
26611         General infrasructure.
26612         * m4/README: Rewritten.
26613         * m4/onceonly.m4: New file.
26614         * m4/onceonly_2_57.m4: New file.
26615
26616         Module atexit.
26617         * m4/atexit.m4: New file.
26618
26619         Module strtod.
26620         * m4/strtod.m4: New file.
26621
26622         Module strtol.
26623         * m4/strtol.m4: New file.
26624
26625         Module strtoul.
26626         * m4/strtoul.m4: New file.
26627
26628         Module memchr.
26629         * m4/memchr.m4: New file.
26630
26631         Module memcmp.
26632         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26633         (jm_FUNC_MEMCMP): Invoke it.
26634
26635         Module memcpy.
26636         * m4/memcpy.m4: New file.
26637
26638         Module memmove.
26639         * m4/memmove.m4: New file.
26640
26641         Module memset.
26642         * m4/memset.m4: New file.
26643
26644         Module strcspn.
26645         * m4/strcspn.m4: New file.
26646
26647         Module strpbrk.
26648         * m4/strpbrk.m4: New file.
26649
26650         Module strstr.
26651         * m4/strstr.m4: New file.
26652
26653         Module strerror.
26654         * m4/strerror.m4: New file.
26655
26656         Module mktime.
26657         * m4/mktime.m4: Renamed from jm-mktime.m4.
26658         (gl_PREREQ_MKTIME): New macro.
26659         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26660
26661         Module malloc.
26662         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26663         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26664         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26665
26666         Module realloc.
26667         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26668         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26669         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26670
26671         Module strftime.
26672         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26673         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26674         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26675         gl_TM_GMTOFF.
26676         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26677
26678         Module xalloc.
26679         * m4/xalloc.m4: New file.
26680
26681         Module alloca.
26682         * m4/alloca.m4: New file.
26683
26684         Module putenv.
26685         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26686         (jm_FUNC_PUTENV): Invoke it.
26687
26688         Module setenv.
26689         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26690         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26691         when invoked twice.
26692         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26693         gt_FUNC_SETENV.
26694
26695         Module memrchr.
26696         * m4/memrchr.m4: New file.
26697
26698         Module stpcpy.
26699         * m4/stpcpy.m4: New file.
26700
26701         Module strcase.
26702         * m4/strcase.m4: New file.
26703
26704         Module strdup.
26705         * m4/strdup.m4: New file.
26706
26707         Module strnlen.
26708         * m4/strnlen.m4: New file.
26709
26710         Module strndup.
26711         * m4/strndup.m4: New file.
26712
26713         Module xstrtod.
26714         * m4/xstrtod.m4: New file.
26715
26716         Module xstrtol.
26717         * m4/xstrtol.m4: New file.
26718
26719         Module getdate.
26720         * m4/getdate.m4: New file.
26721
26722         Module unlocked-io.
26723         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26724         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26725         * m4/jm-glibc-io.m4n: Remove file.
26726
26727         Module long-options.
26728         * m4/long-options.m4: New file.
26729
26730         Module md5.
26731         * m4/md5.m4: New file.
26732
26733         Module sha.
26734         * m4/sha.m4: New file.
26735
26736         Module getstr.
26737         * m4/getstr.m4: New file.
26738
26739         Module getline.
26740         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26741         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26742         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26743         simply getline. Infoke gl_PREREQ_GETLINE.
26744
26745         Module obstack.
26746         * m4/obstack.m4: New file.
26747
26748         Module hash.
26749         * m4/hash.m4: New file.
26750
26751         Module readtokens.
26752         * m4/readtokens.m4: New file.
26753
26754         Module strverscmp.
26755         * m4/strverscmp.m4: New file.
26756
26757         Module stdbool.
26758         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26759         OSF/1.
26760
26761         Module strtoll.
26762         * m4/strtoll.m4: New file.
26763
26764         Module strtoull.
26765         * m4/strtoull.m4: New file.
26766
26767         Module strtoimax.
26768         * m4/strtoimax.m4: New file.
26769
26770         Module strtoumax.
26771         * m4/strtoumax.m4: New file.
26772
26773         Module xstrtoimax.
26774         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26775         jm_AC_PREREQ_XSTRTOIMAX.
26776         Moved the strtol prerequisites to strtol.m4.
26777         Moved the strtoll prerequisites to strtoll.m4.
26778         Moved the strtoimax prerequisites to strtoimax.m4.
26779
26780         Module xstrtoumax.
26781         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26782         jm_AC_PREREQ_XSTRTOUMAX.
26783         Moved the strtoul prerequisites to strtoul.m4.
26784         Moved the strtoull prerequisites to strtoull.m4.
26785         Moved the strtoumax prerequisites to strtoumax.m4.
26786
26787         Module chown.
26788         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26789         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26790
26791         Module dup2.
26792         * m4/dup2.m4: New file.
26793
26794         Module ftruncate.
26795         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26796         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26797
26798         Module getgroups.
26799         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26800         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26801
26802         Module gettimeofday.
26803         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26804         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26805         gl_PREREQ_GETTIMEOFDAY.
26806
26807         Module mkdir.
26808         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26809         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26810
26811         Module mkstemp.
26812         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26813         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26814         jm_AC_TYPE_UINTMAX_T.
26815         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26816
26817         Module stat.
26818         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26819         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26820
26821         Module lstat.
26822         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26823         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26824
26825         Module timespec.
26826         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26827         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26828         * m4/st_mtim.m4: Indentation.
26829
26830         Module nanosleep.
26831         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26832         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26833         gl_PREREQ_NANOSLEEP.
26834
26835         Module regex.
26836         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26837         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26838         (gl_REGEX): New macro.
26839
26840         Module rename.
26841         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26842         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26843
26844         Module rmdir.
26845         * m4/rmdir.m4: New file.
26846
26847         Module utime.
26848         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26849         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26850         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26851
26852         Module dirname.
26853         * m4/dirname.m4: New file.
26854
26855         Module getopt.
26856         * m4/getopt.m4: New file.
26857
26858         Module unistd-safer.
26859         * m4/unistd-safer.m4: New file.
26860
26861         Module fnmatch.
26862         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26863         declaration.
26864         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26865         (gl_FUNC_FNMATCH_POSIX): New macro.
26866         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26867         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26868         simply fnmatch.
26869
26870         Module exclude.
26871         * m4/exclude.m4: New file.
26872
26873         Module human.
26874         * m4/human.m4: New file.
26875
26876         Module acl.
26877         * m4/acl.m4: Nop.
26878
26879         Module backupfile.
26880         * m4/backupfile.m4: New file.
26881         * m4/d-ino.m4: Indentation.
26882
26883         Module fsusage.
26884         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26885         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26886         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26887
26888         Module dirfd.
26889         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26890         requirements.
26891
26892         Module euidaccess.
26893         * m4/euidaccess.m4: New file.
26894
26895         Module file-type.
26896         * m4/file-type.m4: New file.
26897
26898         Module fileblocks.
26899         * m4/fileblocks.m4: New file.
26900
26901         Module filemode.
26902         * m4/filemode.m4: New file.
26903
26904         Module isdir.
26905         * m4/isdir.m4: New file.
26906
26907         Module lchown.
26908         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26909         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26910
26911         Module makepath.
26912         * m4/makepath.m4: New file.
26913
26914         Module modechange.
26915         * m4/modechange.m4: New file.
26916
26917         Module mountlist.
26918         * m4/mountlist.m4: New file.
26919         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26920         Indentation.
26921
26922         Module path-concat.
26923         * m4/path-concat.m4: New file.
26924
26925         Module pathmax.
26926         * m4/pathmax.m4: New file.
26927
26928         Module same.
26929         * m4/same.m4: New file.
26930
26931         Module save-cwd.
26932         * m4/save-cwd.m4: New file.
26933
26934         Module savedir.
26935         * m4/savedir.m4: New file.
26936
26937         Module xgetcwd.
26938         * m4/xgetcwd.m4: New file.
26939         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26940
26941         Module xreadlink.
26942         * m4/xreadlink.m4: New file.
26943
26944         Module safe-read.
26945         * m4/safe-read.m4: New file.
26946
26947         Module safe-write.
26948         * m4/safe-write.m4: New file.
26949
26950         Module closeout.
26951         * m4/closeout.m4: New file.
26952
26953         Module stdio-safer.
26954         * m4/stdio-safer.m4: New file.
26955
26956         Module getpass.
26957         * m4/getpass.m4: New file.
26958
26959         Module getugroups.
26960         * m4/getugroups.m4: New file.
26961
26962         Module group-member.
26963         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26964         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26965
26966         Module idcache.
26967         * m4/idcache.m4: New file.
26968
26969         Module userspec.
26970         * m4/userspec.m4: New file.
26971
26972         Module gettime.
26973         * m4/clock_time.m4: New file.
26974         * m4/gettime.m4: New file.
26975
26976         Module settime.
26977         * m4/settime.m4: New file.
26978
26979         Module posixtm.
26980         * m4/posixtm.m4: New file.
26981
26982         Module gethostname.
26983         * m4/gethostname.m4: New file.
26984
26985         Module canon-host.
26986         * m4/canon-host.m4: New file.
26987
26988         Module gettext.
26989         * m4/codeset.m4: New file, from gettext-0.11.5.
26990         * m4/gettext.m4: New file, from gettext-0.11.5.
26991         * m4/glibc21.m4: New file, from gettext-0.11.5.
26992         * m4/iconv.m4: New file, from gettext-0.11.5.
26993         * m4/intdiv0.m4: New file, from gettext-0.11.5.
26994         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
26995         * m4/inttypes.m4: New file, from gettext-0.11.5.
26996         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
26997         * m4/isc-posix.m4: New file, from gettext-0.11.5.
26998         * m4/lcmessage.m4: New file, from gettext-0.11.5.
26999         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27000         * m4/lib-link.m4: New file, from gettext-0.11.5.
27001         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27002         * m4/progtest.m4: New file, from gettext-0.11.5.
27003         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27004         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27005         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27006
27007         Module localcharset.
27008         * m4/localcharset.m4: New file.
27009
27010         Module hard-locale.
27011         * m4/hard-locale.m4: New file.
27012
27013         Module mbswidth.
27014         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27015         onceonly macros.
27016         * m4/mbrtowc.m4: Add comment.
27017
27018         Module memcasecmp.
27019         * m4/memcasecmp.m4: New file.
27020
27021         Module memcoll.
27022         * m4/memcoll.m4: New file.
27023
27024         Module unicodeio.
27025         * m4/unicodeio.m4: New file.
27026
27027         Module rpmatch.
27028         * m4/rpmatch.m4: New file.
27029
27030         Module yesno.
27031         * m4/yesno.m4: New file.
27032
27033         Module exitfail.
27034         * m4/exitfail.m4: New file.
27035
27036         Module c-stack.
27037         * m4/c-stack.m4 (gl_C_STACK): New macro.
27038         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27039
27040         Module error.
27041         * m4/error.m4 (gl_ERROR): New macro.
27042         (jm_PREREQ_ERROR): Use onceonly macros.
27043
27044         Module fatal.
27045         * m4/fatal.m4: New file.
27046
27047         Module getloadavg.
27048         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27049         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27050
27051         Module getpagesize.
27052         * m4/getpagesize.m4: New file.
27053
27054         Module getusershell.
27055         * m4/getusershell.m4: New file.
27056
27057         Module physmem.
27058         * m4/physmem.m4: New file.
27059
27060         Module posixver.
27061         * m4/posixver.m4: New file.
27062
27063         Module quotearg.
27064         * m4/quotearg.m4: New file.
27065
27066         Module quote.
27067         * m4/quote.m4: New file.
27068
27069         Module readutmp.
27070         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27071
27072         Module sig2str.
27073         * m4/sig2str.m4: New file.
27074
27075         Other.
27076         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27077         ulonglong.m4.
27078         * m4/intmax_t.m4: New file.
27079         * m4/d-type.m4: Indentation.
27080         * m4/jm-macros.m4: Update.
27081         * m4/prereq.m4 (jm_PREREQ): Update.
27082         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27083         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27084         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27085         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27086         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27087         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27088         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27089         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27090         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27091         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27092         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27093         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27094         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27095         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27096         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27097         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27098         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27099         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27100         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27101
27102 2002-12-24  Bruno Haible  <bruno@clisp.org>
27103
27104         * MODULES.txt: Update according to m4/ changes.
27105
27106         Module gettext.
27107         * config.rpath: New file, from gettext-0.11.5.
27108
27109         * modules/*: New module descriptions.
27110         * gnulib-tool: New file.
27111         * MODULES.html.sh: New file.
27112
27113 2002-12-21  Karl Berry  <karl@gnu.org>
27114
27115         * doc/fdl.texi: update to version 1.2.
27116
27117 2002-12-19  Karl Berry  <karl@gnu.org>
27118
27119         * config/config.guess: update from prep.
27120
27121 2002-12-18  Bruno Haible  <bruno@clisp.org>
27122
27123         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27124         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27125
27126 2002-12-17  Bruno Haible  <bruno@clisp.org>
27127
27128         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27129         stdlib.h, string.h.
27130
27131 2002-12-17  Bruno Haible  <bruno@clisp.org>
27132
27133         * lib/canon-host.c (strdup): Remove unused declaration.
27134
27135         * lib/fsusage.c: Include full_read.h.
27136         (get_fs_usage): Use full_read instead of safe_read.
27137
27138         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27139
27140 2002-12-12  Karl Berry  <karl@gnu.org>
27141
27142         * config/config.guess: update from prep.
27143
27144 2002-12-11  Bruno Haible  <bruno@clisp.org>
27145
27146         * m4/setenv.m4: New file, from gettext-0.11.5.
27147
27148 2002-12-11  Bruno Haible  <bruno@clisp.org>
27149
27150         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27151         not unsetenv().
27152         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27153         modifications:
27154
27155         2002-12-11  Bruno Haible  <bruno@clisp.org>
27156
27157                 * setenv.c (alloca): Fall back to malloc.
27158                 (freea): New macro.
27159                 (setenv): Use freea() to free memory allocated with alloca().
27160
27161         2002-11-13  Bruno Haible  <bruno@clisp.org>
27162
27163                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27164                 function declarations.
27165                 * unsetenv.c (unsetenv): Likewise.
27166
27167         2002-03-04  Bruno Haible  <bruno@clisp.org>
27168
27169                 Portability to AIX 4.3.3.
27170                 * unsetenv.c: New file, extracted from setenv.c.
27171                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27172
27173         2001-12-20  Bruno Haible  <bruno@clisp.org>
27174
27175                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27176                 use malloc instead. For SunOS 4.
27177
27178         2001-12-11  Bruno Haible  <bruno@clisp.org>
27179
27180                 * setenv.c: Declare alloca.
27181                 (compar_fn_t): New typedef.
27182                 (KNOWN_VALUE, STORE_VALUE): Use it.
27183
27184         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27185         setenv.h.
27186
27187 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27188
27189         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27190         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27191         Choose values that are less likely to collide with system fnmatch
27192         options.
27193         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27194         defined (e.g., a pure POSIX system).
27195         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27196         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27197
27198 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27199
27200         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27201         a pain in practice to deal with generated m4 files.  This change
27202         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27203
27204         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27205         and jm-glibc-io.m4, as they are no longer a special case.
27206         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27207         kludge and the auto-generation stuff.  Check only whether the
27208         functions are declared, not whether they exist, since older hosts
27209         that don't declare the functions can't use the optimization anyway.
27210
27211 2002-12-06  Jim Meyering  <jim@meyering.net>
27212
27213         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27214
27215         Merge in changes from libc's misc/error.c, in preparation
27216         for the merge of gnulib's changes back into libc.
27217
27218         * lib/error.c (_): Define only if not already defined.
27219         Move definition to follow all #include directives.
27220         Include unlocked-io.h only if !_LIBC.
27221         [_LIBC]: Include <libio/libioP.h>.
27222         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27223         (fflush): Tweak definition to use INTUSE.
27224         (putc): Define.
27225
27226 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27227
27228         * lib/alloca.c [defined emacs]: Include "lisp.h".
27229         (xalloc_die) [defined emacs]: New macro.
27230         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27231         [! defined emacs]: Include <xalloc.h>.
27232         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27233         (pointer): Typedef to POINTER_TYPE *.
27234         (malloc): Remove decl; we now always use xmalloc.
27235         (alloca): Use old-style definition, since Emacs needs this.
27236         Check for arithmetic overflow when computing combined size.
27237
27238 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27239
27240         Do not generate unlocked-io.h automatically, since it's easier to
27241         maintain it by hand.
27242
27243         * lib/unlocked-io.h: New file, from GNU diffutils,
27244         but with proper copyright notice and attribution.
27245         * lib/gen-uio: Remove.
27246         * lib/Makefile.am: Add copyright notice.
27247         (libfetish_a_SOURCES): Add unlocked-io.h.
27248         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27249         (DISTCLEANFILES, io_functions): Remove macros.
27250         (EXTRA_DIST): Remove gen_uio.
27251         (unlocked-io.h): Remove rule.
27252
27253 2002-12-04  Jim Meyering  <jim@meyering.net>
27254
27255         Reflect the fact that stat.c and lstat.c are no longer generated.
27256         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27257         (DISTCLEANFILES): Likewise.
27258         (EXTRA_DIST): Likewise.
27259         (all_local): Don't depend on stat.c or lstat.c.
27260         (stat.c, lstat.c): Remove rules.
27261         (EXTRA_DIST): Remove xstat.in.
27262
27263         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27264         * lib/stat.c: New file.  Contents mostly from xstat.in.
27265         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27266         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27267
27268         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27269         too.
27270         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27271
27272 2002-12-03  Jim Meyering  <jim@meyering.net>
27273
27274         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27275         but not semantics, to minimize the differences between these two files.
27276         (safe_read): Change comment to mention SAFE_READ_ERROR.
27277
27278         * lib/safe-read.c (IS_EINTR): Define.
27279         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27280
27281 2002-12-02  Jim Meyering  <jim@meyering.net>
27282
27283         * lib/safe-read.c (EINTR): Define.
27284         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27285         (INT_MAX): Provide fallback.
27286         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27287
27288         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27289
27290 2002-12-02  Bruno Haible  <bruno@clisp.org>
27291
27292         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27293         Define, taken from safe-read.c.
27294         (INT_MAX): Provide fallback.
27295         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27296         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27297
27298         * lib/safe-read.c (EINTR): Remove definition.
27299         (safe_read): Don't use EINTR if it is absent.
27300
27301 2002-12-01  Jim Meyering  <jim@meyering.net>
27302
27303         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27304         zero.
27305         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27306
27307 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27308
27309         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27310         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27311         with `if (! (value < limit)) abort ();', for readability.
27312
27313 2002-11-26  Karl Berry  <karl@gnu.org>
27314
27315         * lib/strdup.c: copy from libc again, with jim's ok.
27316         * lib/.cppi-disable: re-add strdup.c
27317
27318 2002-11-25  Karl Berry  <karl@gnu.org>
27319
27320         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27321         instead of "strtol.c".
27322
27323 2002-11-25  Karl Berry  <karl@gnu.org>
27324
27325         * config/install-sh: update from automake for variable quoting, $0 in
27326         error msgs, etc.
27327
27328         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27329         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27330         entry.
27331
27332 2002-11-25  Jim Meyering  <jim@meyering.net>
27333
27334         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27335
27336 2002-11-24  Karl Berry  <karl@gnu.org>
27337
27338         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27339         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27340
27341 2002-11-24  Jim Meyering  <jim@meyering.net>
27342
27343         Update from coreutils:
27344
27345         * lib/mktime.c: Merge in changes from libc.
27346
27347         Avoid a link-time failure on some Linux systems.
27348         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27349         (otherwise).
27350         (__mon_yday): Declare with the STATIC attribute.
27351         (__mktime_internal): Likewise.
27352         Based on a report from Greg Schafer.
27353
27354 2002-11-23  Jim Meyering  <jim@meyering.net>
27355
27356         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27357         Use `unsigned', not `int', as type of index.
27358
27359         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27360
27361         * lib/fsusage.c: Remove unneeded parentheses around operands of
27362         `defined'.
27363
27364 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27365
27366         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27367         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27368         so that we can be included first.
27369         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27370         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27371         No need to include stddef.h or sys/types.h any more.
27372         Surround local include files with "", not "<>".
27373         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27374         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27375         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27376         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27377         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27378         (ISPRINT): Remove; no longer needed now that we assume C89.
27379
27380         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27381         Preserve errno.
27382
27383         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27384         quotearg_char): Use SIZE_MAX rather than
27385         (size_t) -1 when we are talking about "infinity".
27386
27387         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27388
27389 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27390
27391         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27392         hint that one should use `if (! x) abort ();' rather than `assert
27393         (x);', and anyway it's one less thing to worry about configuring.
27394         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27395         hash_rehash, hash_insert): Use abort rather than assert.
27396
27397 2002-11-22  Bruno Haible  <bruno@clisp.org>
27398
27399         * lib/safe-read.h: Assume C89. Add comments.
27400         (safe_read): Change return type to size_t.
27401         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27402         byte counts > SSIZE_MAX correctly.
27403         * lib/safe-write.h: New file.
27404         * lib/safe-write.c: New file.
27405         * lib/full-read.h: New file.
27406         * lib/full-read.c: New file.
27407         * lib/full-write.h: Assume C89. Add comments.
27408         * lib/full-write.c: Include safe-write.h.
27409         (full_write): Rewritten to use safe_write.
27410         Suggested by Jim Meyering and Paul Eggert.
27411
27412 2002-11-21  Jim Meyering  <jim@meyering.net>
27413
27414         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27415
27416         Merge in changes from the coreutils.
27417
27418         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27419         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27420         <stdint.h>.
27421         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27422         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27423         int.  Work more efficiently if X is the same width as uintmax_t.
27424         Do not compare X to -1, to avoid bogus compiler warning.
27425         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27426         Don't assume that f_frsize and f_bsize are the same type.
27427
27428         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27429         warning on FreeBSD.
27430
27431         * lib/makepath.c (make_path): Restore umask *before* creating the final
27432         component.
27433         (make_path): Minor reformatting.
27434
27435         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27436         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27437         HAVE_MALLOC/HAVE_REALLOC.
27438
27439         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27440         dummy ones.  At least on GNU/Linux systems, `auto' means something
27441         else.
27442         From Michael Stone.
27443
27444 2002-11-21  Bruno Haible  <bruno@clisp.org>
27445
27446         Remove case insensitive option matching.
27447         * lib/argmatch.h (argcasematch): Remove declaration.
27448         (ARGCASEMATCH): Remove macro.
27449         (__xargmatch_internal): Remove case_sensitive argument.
27450         (XARGMATCH): Update.
27451         (XARGCASEMATCH): Remove macro.
27452         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27453         case_sensitive argument.
27454         (argcasematch): Remove function.
27455         (__xargmatch_internal): Remove case_sensitive argument.
27456         (main): Use XARGMATCH instead of XARGCASEMATCH.
27457
27458         * lib/xmalloc.c: Change compile-time error message. Add comment about
27459         required autoconf version.
27460
27461 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27462
27463         Merge argmatch cleanups from Bison.  Assume C89.
27464
27465         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27466         Include stdlib.h, for EXIT_FAILURE.
27467         Always include <string.h>, since we assume C89.
27468         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27469         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27470         Include <stddef.h> instead, since it's all we need for size_t.
27471         (PARAMS): Remove.  All uses removed.
27472         (ARRAY_CARDINALITY): Do not bother to #undef.
27473         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27474         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27475         Remove unnecessary parentheses.
27476         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27477         Insert necessary parentheses.
27478         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27479         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27480
27481 2002-11-19  Bruno Haible  <bruno@clisp.org>
27482
27483         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27484         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27485
27486         * lib/mbswidth.h (PARAMS): Remove macro.
27487         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27488         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27489
27490         * lib/gcd.h (PARAMS): Remove macro.
27491         (gcd): Use ANSI C function declarations.
27492         * lib/gcd.c (gcd): Likewise.
27493
27494 2002-11-15  Bruno Haible  <bruno@clisp.org>
27495
27496         * lib/strcspn.c: Include <stddef.h>.
27497         (strcspn): Use ANSI C function declaration. Change return type to
27498         size_t. Use NULL.
27499         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27500         (strpbrk): Use NULL.
27501         * lib/strpbrk.h (PARAMS): Remove macro.
27502         (strpbrk): Use ANSI C function declaration.
27503         * lib/strstr.c: Don't include <sys/types.h>.
27504         * lib/strstr.h (PARAMS): Remove macro.
27505         (strstr): Use ANSI C function declarations.
27506
27507 2002-11-14  Karl Berry  <karl@gnu.org>
27508
27509         * config/mkinstalldirs: `do' on separate line, instead of
27510         `for var; do'.
27511
27512 2002-11-06  Bruno Haible  <bruno@clisp.org>
27513
27514         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27515         * lib/gcd.c (gcd): Likewise.
27516
27517 2002-11-05  Bruno Haible  <bruno@clisp.org>
27518
27519         * lib/gcd.h: New file, from gettext-0.11.5.
27520         * lib/gcd.c: New file, from gettext-0.11.5.
27521
27522 2002-11-05  Bruno Haible  <bruno@clisp.org>
27523
27524         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27525         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27526         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27527         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27528
27529         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27530         <libintl.h>.
27531         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27532         <libintl.h>.
27533
27534         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27535         * lib/human.c: Include gettext.h instead of <libintl.h>.
27536         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27537         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27538         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27539         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27540         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27541         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27542         (textdomain): Remove definition.
27543         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27544
27545         * lib/long-options.c: Remove include of <libintl.h> and definition of
27546         _.
27547         * lib/same.c: Remove include of <libintl.h> and definition of _.
27548
27549 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27550
27551         * lib/config.charset: A few additions for Solaris.
27552
27553 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27554
27555         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27556         * lib/localcharset.c (locale_charset): Declare as extern "C".
27557
27558 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27559
27560         * lib/config.charset: msdos in uk_UA uses CP1125.
27561
27562 2002-11-04  Bruno Haible  <bruno@clisp.org>
27563
27564         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27565         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27566         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27567         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27568         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27569
27570 2002-11-04  Bruno Haible  <bruno@clisp.org>
27571
27572         * lib/localcharset.c (locale_charset): Don't return an empty string.
27573
27574 2002-11-04  Bruno Haible  <bruno@clisp.org>
27575
27576         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27577         aliases.
27578
27579 2002-11-04  Bruno Haible  <bruno@clisp.org>
27580
27581         * lib/config.charset: Update for newest glibc. Add canonical names
27582         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27583
27584 2002-11-04  Bruno Haible  <bruno@clisp.org>
27585
27586         * lib/config.charset: Add support for NetBSD.
27587
27588 2002-11-04  Bruno Haible  <bruno@clisp.org>
27589
27590         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27591
27592 2002-11-01  Bruno Haible  <bruno@clisp.org>
27593
27594         * configure.in: Add AC_CONFIG_AUX_DIR call.
27595         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27596         test/Makefile.
27597         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27598
27599 2002-09-28  Karl Berry  <karl@gnu.org>
27600
27601         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27602         installed automake until the next release, since changes have been
27603         made.
27604
27605 2002-09-25  Karl Berry  <karl@gnu.org>
27606
27607         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27608         * lib/getopt*: copy from libc/posix.
27609         * lib/gettext.h: copy from gettext.
27610         * lib/.cppi-disable: add strdup.c, gettext.h.
27611
27612 2002-09-25  Karl Berry  <karl@gnu.org>
27613
27614         * config/srclist.txt: enable gettext.h check.
27615         * config/config.{guess,sub}: update from prep.
27616         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27617                 from automake 1.6.3.
27618         See srclist*.
27619
27620 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27621
27622         * regex.c (PATFETCH): Remove the translating fetch.
27623         (PATFETCH_RAW): Rename to PATFETCH.
27624         (set_image_of_range): New fun.
27625         (SET_RANGE_TABLE_WORK_AREA): Use it.
27626         (regex_compile): Don't translate the pattern chars so eagerly.
27627         Only do it when inserting an `exactn' bytecode or when handling
27628         a char-range.
27629         (mutually_exclusive_p): Avoid empty statement.
27630
27631 2002-07-06  Jim Meyering  <meyering@lucent.com>
27632
27633         * m4/README: Don't mention Makefile.am.in.
27634         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27635
27636 2002-07-01  Jim Meyering  <meyering@lucent.com>
27637
27638         * lib/c-stack.c: Include sys/time.h.
27639         From Volker Borchert.
27640
27641 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27642
27643         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27644
27645 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27646
27647         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27648         New macro.  Use it uniformly instead of
27649         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27650         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27651         reported by Vin Shelton.
27652
27653 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27654
27655         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27656         Do not assume SA_SIGINFO behavior.
27657         Bug reported by Jim Meyering on NetBSD 1.5.2.
27658
27659 2002-06-22  Jim Meyering  <meyering@lucent.com>
27660
27661         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27662         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27663
27664         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27665         now that configure.ac uses AC_GNU_SOURCE.
27666         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27667         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27668
27669         Update to latest tools.  Suggestions from Paul Eggert.
27670         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27671         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27672         * m4/fnmatch.m4: Likewise.
27673         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27674         to AC_HEADER_STDBOOL
27675
27676 2002-06-22  Jim Meyering  <meyering@lucent.com>
27677
27678         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27679         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27680
27681 2002-06-22  Jim Meyering  <meyering@lucent.com>
27682
27683         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27684
27685         * lib/exitfail.c, exitfail.h: Likewise.
27686         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27687
27688         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27689         of fnmatch.h.
27690         (EXTRA_DIST): Add fnmatch_loop.c.
27691         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27692
27693         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27694         * lib/fnmatch.c: Update from diffutils-2.8.2.
27695         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27696         * lib/fnmatch.h: Remove file.
27697
27698 2002-06-21  Jim Meyering  <meyering@lucent.com>
27699
27700         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27701         * m4/mbrtowc.m4: Likewise.
27702
27703         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27704         * m4/mbswidth.m4: Reflect name change:
27705         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27706         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27707
27708         * m4/lib-link.m4: Update from gettext-0.11.2.
27709         * m4/gettext.m4: Likewise.
27710
27711         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27712         From Alfred M. Szmidt.
27713
27714 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27715
27716         * lib/file-type.h: Report an error if neither S_ISREG nor
27717         S_IFREG is defined, instead of using a test specific to glibc
27718         2.2.  This should be safe, since POSIX requires S_ISREG and
27719         Unix Version 7 had S_IFREG.  We don't need to check for
27720         <sys/types.h> since we don't use any symbols that it defines.
27721
27722 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27723
27724         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27725         $@-t, so that each temporary file name is unique and valid in the first
27726         8 characters, for operation under DOS.
27727
27728 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27729
27730         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27731
27732 2002-06-15  Jim Meyering  <meyering@lucent.com>
27733
27734         Work even with DJGPP 2.03, which lacks support for symlinks.
27735         From Richard Dawe.
27736         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27737         is defined.
27738         * lib/lchown.c (S_ISLNK): Likewise.
27739
27740 2002-06-15  Jim Meyering  <meyering@lucent.com>
27741
27742         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27743         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27744         have been included before this file.
27745
27746 2002-06-14  Jim Meyering  <meyering@lucent.com>
27747
27748         * lib/file-type.h: Use the version from diffutils-2.8.2.
27749         * lib/file-type.c: Likewise.
27750
27751 2002-06-07  Jim Meyering  <meyering@lucent.com>
27752
27753         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27754         They're needed at least for NetBSD 1.5.2.
27755         ($statxfs_includes): Include those same headers.
27756         ($statxfs_includes): Include sys/vfs.h if available.
27757         ($statxfs_includes): Likewise for sys/statvfs.h.
27758         Check for the following members in both structs statfs and statvfs:
27759         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27760
27761 2002-06-01  Jim Meyering  <meyering@lucent.com>
27762
27763         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27764         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27765
27766 2002-05-28  Jim Meyering  <meyering@lucent.com>
27767
27768         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27769         Reported by Volker Borchert.
27770
27771 2002-05-27  Jim Meyering  <meyering@lucent.com>
27772
27773         Fix a problem seen only on nonconforming systems whereby ls.c's
27774         use of localtime, and then of gettimeofday would cause trouble:
27775         the localtime call used to initialize rpl_gettimeofday's save
27776         mechanism would clobber ls's current local time information so
27777         that in any long listing the first file would always be listed
27778         with date 1970-01-01.  Analysis by Volker Borchert.
27779
27780         * lib/gettimeofday.c (localtime): Undefine.
27781         (rpl_localtime): New function.
27782
27783 2002-05-27  Jim Meyering  <meyering@lucent.com>
27784
27785         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27786         localtime.
27787
27788         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27789         use the replacement function; it wouldn't resolve at link time.
27790         Reported by Volker Borchert.
27791
27792 2002-05-22  Jim Meyering  <meyering@lucent.com>
27793
27794         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27795         file-type.h.
27796         * lib/file-type.h: New file.
27797         * lib/file-type.c (file_type): New file/function.  Extracted from
27798         diffutils.
27799
27800 2002-04-30  Jim Meyering  <meyering@lucent.com>
27801
27802         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27803
27804 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27805
27806         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27807
27808 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27809
27810         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27811         Do not check for alloca.h (no longer used) or stdbool.h (was never
27812         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27813
27814 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27815
27816         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27817
27818 2002-04-29  Jim Meyering  <meyering@lucent.com>
27819
27820         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27821         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27822         Use AC_FUNC_STRNLEN here instead.
27823
27824         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27825         With autoconf-2.53a, it's part of AC_PROG_CC.
27826
27827 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27828
27829         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27830         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27831
27832 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27833
27834         * lib/sig2str.h, lib/sig2str.c: New files.
27835         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27836
27837 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27838
27839         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27840         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27841         of 127, since 64 is the largest conceivable number for ancient
27842         nonstandard hosts.
27843         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27844
27845 2002-04-28  Jim Meyering  <meyering@lucent.com>
27846
27847         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27848
27849 2002-04-24  Jim Meyering  <meyering@lucent.com>
27850
27851         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27852         (jm_PREREQ): Use it.
27853
27854         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27855         mach/mach.h fcntl.h.
27856         Check for this function: setlocale.
27857
27858 2002-04-24  Jim Meyering  <meyering@lucent.com>
27859
27860         * lib/gettext.h: New file, from Gettext.
27861         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27862         (libfetish_a_SOURCES): Add gettext.h.
27863
27864 2002-04-16  Jim Meyering  <meyering@lucent.com>
27865
27866         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27867         ut_pid, ut_id, ut_exit.
27868
27869 2002-04-16  Jim Meyering  <meyering@lucent.com>
27870
27871         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27872         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27873         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27874
27875 2002-04-12  Jim Meyering  <meyering@lucent.com>
27876
27877         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27878         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27879         existence of the getmntinfo function.  Needed for Darwin 5.3.
27880
27881         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27882         This is necessary at least on Darwin 5.3.
27883
27884         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27885         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27886         strnlen.o in the library, and that makes some versions of ranlib
27887         object.
27888
27889 2002-04-12  Jim Meyering  <meyering@lucent.com>
27890
27891         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27892
27893 2002-04-09  Jim Meyering  <meyering@lucent.com>
27894
27895         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27896         to be more precise.  Rather than saying we're checking whether the
27897         function `works', say what we're testing.
27898         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27899         Reported by Bruno Haible.
27900
27901 2002-03-10  Jim Meyering  <meyering@lucent.com>
27902
27903         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27904         Suggestion from Santiago Vila.
27905
27906 2002-03-08  Jim Meyering  <meyering@lucent.com>
27907
27908         * lib/rename.c: Mention that this wrapper is needed also on
27909         mips-dec-ultrix4.4 systems.
27910
27911 2002-03-02  Jim Meyering  <meyering@lucent.com>
27912
27913         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27914         not HAVE_CLOCK_SETTIME.
27915
27916 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27917
27918         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27919         Check for clock_settime.
27920
27921 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27922
27923         * lib/nanosleep.h: Rename to....
27924         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27925
27926         * lib/gettime.c: New file.
27927         * lib/settime.c: New file.
27928         * lib/stime.c: Remove.
27929
27930         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27931         timespec.h.  Remove nanosleep.h.
27932
27933 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27934
27935         * m4/acl.m4: New file.
27936         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27937         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27938
27939 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27940
27941         * lib/acl.c, lib/acl.h: New files.
27942         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27943
27944 2002-02-24  Jim Meyering  <meyering@lucent.com>
27945
27946         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27947         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27948         cause trouble.  Reported by Nelson Beebe.
27949
27950 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27951
27952         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27953         compilers that don't know that xalloc_die never returns.
27954
27955 2002-02-20  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/getdate.c: Regenerate using bison-1.33.
27958
27959 2002-02-17  Jim Meyering  <meyering@lucent.com>
27960
27961         * config/config.guess (main): Don't use `head -1'; it's no longer
27962         portable. Use `sed 1q' instead.
27963
27964 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27965
27966         * m4/codeset.m4: Upgrade to gettext-0.11.
27967         * m4/gettext.m4: Upgrade to gettext-0.11.
27968         * m4/glibc21.m4: Upgrade to gettext-0.11.
27969         * m4/iconv.m4: Upgrade to gettext-0.11.
27970         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27971         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27972         * m4/lib-ld.m4: New file, from gettext-0.11.
27973         * m4/lib-link.m4: New file, from gettext-0.11.
27974         * m4/lib-prefix.m4: New file, from gettext-0.11.
27975         * m4/progtest.m4: Upgrade to gettext-0.11.
27976
27977 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27978
27979         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27980         (jm_PREREQ): Use it.
27981
27982 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27983
27984         * lib/posixver.c, lib/posixver.h: New files.
27985         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27986
27987 2002-02-02  Paul Eggert  <eggert@twinsun.com>
27988             Bruno Haible  <bruno@clisp.org>
27989
27990         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
27991         (fwrite_success_callback): New declaration.
27992         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
27993         print_unicode_char. Call failure callback instead of error.
27994         (fwrite_success_callback): New function.
27995         (exit_failure_callback): New function.
27996         (fallback_failure_callback): New function.
27997         (print_unicode_char): Call unicode_to_mb.
27998
27999 2002-01-26  Jim Meyering  <meyering@lucent.com>
28000
28001         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28002         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28003
28004 2002-01-26  Jim Meyering  <meyering@lucent.com>
28005
28006         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28007
28008 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28009
28010         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28011
28012 2002-01-22  Jim Meyering  <meyering@lucent.com>
28013
28014         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28015         Otherwise, some versions of automake would omit the rule that makes
28016         Makefile from Makefile.in.
28017
28018 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28019
28020         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28021         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28022         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28023         (memcoll): Set errno to zero if there is no error.
28024
28025         * lib/quotearg.c (quotearg_buffer_restyled):
28026         Fix bug with quoting buffers containing NUL when backslashing escapes.
28027         This bug was exposed by the other changes in this patch.
28028         (quotearg_n_options): New arg ARGSIZE.
28029         All callers changed.
28030         (quoting_options_from_style): New function.
28031         (quotearg_n_style): Use it.
28032         (quotearg_n_style_mem): New function.
28033
28034         * lib/quotearg.h (quotearg_n_style_mem): New function.
28035
28036 2002-01-19  Jim Meyering  <meyering@lucent.com>
28037
28038         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28039         Remove useless quotes: DF_PROG="df".
28040         * m4/strnlen.m4: New file.
28041
28042 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28043
28044         * lib/backupfile.c (ISDIGIT): Comment fix.
28045         * lib/getdate.y (ISDIGIT): Likewise.
28046         * lib/posixtm.c (ISDIGIT, year): Likewise.
28047         * lib/strverscmp.c (ISDIGIT): Likewise.
28048         * lib/userspec.c (ISDIGIT): Likewise.
28049
28050 2002-01-16  Jim Meyering  <meyering@lucent.com>
28051
28052         * lib/getdate.y: Add three semicolons, each just before a closing
28053         brace. Bison (as of version 1.31) no longer papers over that mistake.
28054
28055 2002-01-05  Jim Meyering  <meyering@lucent.com>
28056
28057         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28058
28059 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28060
28061         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28062         not silently exit merely because the output buffer happens to
28063         have nothing pending.
28064
28065 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28066
28067         See the big note in ../ChangeLog.
28068         * lib/human.c (suffixes): Prefer K to k for 1024.
28069         (generate_suffix_backwards): New function.
28070         (human_readable_inexact): Use it.
28071         * lib/xstrtol.c (__xstrtol): If there is no number but there
28072         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28073         Accept 'K' as well as 'k'.
28074
28075 2001-12-15  Jim Meyering  <meyering@lucent.com>
28076
28077         * lib/regex.h (__restrict_arr): Update from libc.
28078
28079         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28080         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28081         (STREQ): Define.
28082
28083 2001-12-14  Jim Meyering  <meyering@lucent.com>
28084
28085         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28086         Suggestion from Bruno Haible.
28087
28088 2001-12-10  Jim Meyering  <meyering@lucent.com>
28089
28090         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28091         xrealloc, Instead, include "xalloc.h".
28092         (initbuffer): Don't cast xmalloc return value to char*.
28093         (readline): Reword comment.
28094         Don't cast xrealloc return value to char*
28095         Return NULL, not 0.
28096
28097 2001-12-09  Jim Meyering  <meyering@lucent.com>
28098
28099         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28100         about `signed and unsigned type in conditional expression'.
28101         * lib/posixtm.c (posix_time_parse): Likewise.
28102
28103         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28104
28105         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28106         to avoid a pedantic warning.
28107
28108         * lib/getstr.c: Don't include assert.h.
28109         (getstr): Remove warning-evoking assertions.
28110         Return -1 if offset parameter is out of bounds.
28111         Change the type of a local from int to size_t.
28112
28113         * lib/strftime.c (my_strftime_localtime_r): Include this function
28114         definition in the `#if ! HAVE_TM_GMTOFF' block.
28115
28116         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28117         Include xalloc.h instead.
28118
28119 2001-12-02  Jim Meyering  <meyering@lucent.com>
28120
28121         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28122         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28123         included.
28124
28125         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28126         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28127
28128 2001-11-30  Akim Demaille  <akim@epita.fr>
28129
28130         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28131         before being defined.
28132
28133 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28134
28135         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28136         First arg is int, not unsigned.
28137         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28138         (SIZE_MAX, UINT_MAX): New macros.
28139         (quotearg_n_options): Abort if N is negative.
28140         Avoid overflow check on hosts where size_t is 64 bits and int
28141         is 32 bits, as overflow is impossible there.
28142         Fix off-by-one typo that caused unnecessary reallocation.
28143
28144 2001-11-27  Jim Meyering  <meyering@lucent.com>
28145
28146         * lib/tempname.c: Merge with version from libc.
28147         * lib/regex.c: Likewise.
28148
28149         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28150         systems for which STDC_HEADERS is 0, it was not included, resulting in
28151         a warning about an integer-to-pointer conversion problem with getenv.
28152         Reported by Volker Borchert.
28153
28154 2001-11-26  Jim Meyering  <meyering@lucent.com>
28155
28156         * lib/gtod.h: Remove file.
28157         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28158         * lib/gettimeofday.c: Don't include gtod.h.
28159         (GTOD_init): Remove function.
28160         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28161         Suggestion from Volker Borchert.
28162
28163 2001-11-23  Jim Meyering  <meyering@lucent.com>
28164
28165         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28166         it.
28167         * lib/hash.c (struct hash_table): Define it here instead.
28168
28169 2001-11-22  Jim Meyering  <meyering@lucent.com>
28170
28171         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28172
28173 2001-11-20  Jim Meyering  <meyering@lucent.com>
28174
28175         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28176         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28177
28178 2001-11-19  Jim Meyering  <meyering@lucent.com>
28179
28180         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28181         directory.  Use "conftestXXXXXX" as the template.
28182         Suggestion from Paul Eggert.
28183
28184         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28185         immediately, so the test doesn't mistakenly hit the max-open-files
28186         limit.
28187
28188 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28189
28190         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28191         (TEMPORARIES): New macro.
28192         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28193         removes an artificial limitation (e.g. HP-UX 10.20, where
28194         TMP_MAX is 17576).
28195
28196 2001-11-18  Jim Meyering  <meyering@lucent.com>
28197
28198         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28199
28200 2001-11-18  Jim Meyering  <meyering@lucent.com>
28201
28202         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28203         on SunOS 4.
28204
28205         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28206         files will be created before anything else.
28207
28208 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28209
28210         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28211         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28212
28213 2001-11-17  Jim Meyering  <meyering@lucent.com>
28214
28215         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28216         Prompted by a report from Bob Proulx.
28217
28218         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28219         Instead, require UTILS_FUNC_MKSTEMP.
28220
28221 2001-11-17  Jim Meyering  <meyering@lucent.com>
28222
28223         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28224         Now, that's done as part of AC_FUNC_STRTOD.
28225
28226 2001-11-17  Jim Meyering  <meyering@lucent.com>
28227
28228         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28229         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28230         rather than group writable.  Patch by Juan F. Codagnone.
28231
28232         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28233         xrealloc, Instead, include "xalloc.h".
28234
28235         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28236         Remove explicit declarations of xmalloc, xrealloc,
28237         and xstrdup.  Instead, include "xalloc.h".
28238
28239         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28240         unlocked-io.h.
28241         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28242         Likewise.
28243         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28244
28245         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28246         Reported by Padraig Brady.
28247
28248         * lib/mkstemp.c: #undef mkstemp.
28249         Include config.h.
28250         (rpl_mkstemp): Rename from mkstemp.
28251         Protoize.
28252
28253 2001-11-16  Jim Meyering  <meyering@lucent.com>
28254
28255         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28256         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28257         determine the amount of total physical memory, use pstat_getstatic.
28258         HPUX-11 doesn't define _SC_PHYS_PAGES.
28259         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28260         If sysconf couldn't be used to determine the amount of available
28261         physical memory, use both pstat_getstatic and pstat_getdynamic.
28262         Based on a patch from Bob Proulx.
28263
28264 2001-11-10  Jim Meyering  <meyering@lucent.com>
28265
28266         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28267         (jm_PREREQ): Use it.
28268
28269 2001-11-09  Jim Meyering  <meyering@lucent.com>
28270
28271         * m4/jm-macros.m4: Require autoconf-2.52f.
28272         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28273         Use these AC_-prefixed names, not the AM_-prefixed ones.
28274
28275         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28276
28277 2001-11-05  Jim Meyering  <meyering@lucent.com>
28278
28279         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28280
28281 2001-11-04  Jim Meyering  <meyering@lucent.com>
28282
28283         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28284         $DEFS.
28285
28286 2001-11-03  Jim Meyering  <meyering@lucent.com>
28287
28288         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28289         of AC_DEFUN.
28290
28291         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28292         know the name of the variable in the macro definition.
28293
28294 2001-11-03  Jim Meyering  <meyering@lucent.com>
28295
28296         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28297         in argmatch_to_argument call.
28298
28299         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28300         argument.
28301
28302         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28303         e.g., a fault due to an attempt to free a NULL pointer.
28304
28305 2001-11-01  Jim Meyering  <meyering@lucent.com>
28306
28307         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28308         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28309
28310 2001-11-01  Jim Meyering  <meyering@lucent.com>
28311
28312         * lib/dirfd.c, lib/dirfd.h: New files.
28313         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28314
28315         * lib/hash.c (hash_print) [TESTING]: Clean up.
28316
28317 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28318
28319         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28320         to avoid a warning if -Wall.
28321
28322 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28323
28324         * README: New file
28325         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28326         (per RMS's instructions, this is now the canonical source)
28327         * lgpl/, gpl/: New directories.
28328
28329 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28330
28331         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28332
28333 2001-10-21  Jim Meyering  <meyering@lucent.com>
28334
28335         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28336         this code would end up calling gettext even in packages built
28337         with --disable-nls.
28338         * lib/getopt.c (_): Likewise.
28339         * lib/regex.c (_): Likewise.
28340
28341 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28342
28343         * m4/error.m4 (jm_PREREQ_ERROR):
28344         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28345         AC_FUNC_STRERROR_R does that.
28346         Check for strerror declaration.
28347
28348         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28349         are supposed to have them these days.
28350         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28351         Merge changes from latest Autoconf CVS.
28352         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28353         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28354         POSIX decided to standardize on the int flavor of strerror_r.
28355
28356 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28357
28358         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28359         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28360         Use strerror_r that is only a macro, even if it is not a function.
28361         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28362         (private_strerror): Use prototypes, not old-style function definition.
28363         (print_errno_message): New function.
28364         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28365         char*-flavored one.
28366         (error_tail, error, error_at_line): Use it.
28367
28368 2001-10-11  Jim Meyering  <meyering@lucent.com>
28369
28370         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28371         and quote_n (1, ... to avoid clobbering a buffer.
28372
28373 2001-10-05  Jim Meyering  <meyering@lucent.com>
28374
28375         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28376         hash-pjw.h.
28377         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28378         * lib/hash-pjw.h: New file.
28379
28380 2001-09-30  Jim Meyering  <meyering@lucent.com>
28381
28382         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28383         `struct fsstat' has the `f_fstypename' member.
28384         Use that to define FS_TYPE, which is now used to make
28385         the getfsstat link test tighter.
28386
28387 2001-09-30  Jim Meyering  <meyering@lucent.com>
28388
28389         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28390         Include <sys/ucred.h>, for Apple Darwin.
28391         Include sys/mount.h and sys/fs_types.h only if available.
28392         (FS_TYPE): Define.
28393         (read_filesystem_list): Use FS_TYPE.
28394
28395 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28396
28397         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28398         a boolean context.
28399
28400 2001-09-29  Jim Meyering  <meyering@lucent.com>
28401
28402         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28403         [one-argument getmntent function]): Include stdio.h before mntent.h.
28404         SunOS 4.1.x needs it for the declaration of `FILE'.
28405         Patch by Volker Borchert.
28406
28407         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28408         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28409         sys/fs_types.h, and make the link-test for getfsstat guard #include
28410         directives with appropriate #if HAVE_*_H tests so that we can
28411         detect getfsstat on Apple Darwin1.3.7 systems.
28412         Reported by Nelson Beebe.
28413         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28414
28415 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28416
28417         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28418         #defines strtoimax.  Also treat the other strto* functions
28419         like strtoimax.
28420
28421         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28422         Check for strtoul and strtoumax,
28423         as those declarations are made even in the signed case.
28424         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28425         Likewise, for strtol and strtoimax.
28426
28427 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28428
28429         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28430         #defines strtoimax.  Also treat the other strto* functions
28431         like strtoimax.
28432
28433         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28434         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28435         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28436
28437 2001-09-26  Jim Meyering  <meyering@lucent.com>
28438
28439         Most macros in unlocked-io.h had the wrong number of arguments.
28440         * lib/gen-uio: New script.
28441         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28442         * lib/unlocked-io.hin: Remove file.
28443         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28444         rather than trying to embed it here.
28445         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28446         Reported by Padraig Brady.
28447
28448 2001-09-25  Volker Borchert  <bt@teknon.de>
28449
28450         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28451         `result'.
28452
28453 2001-09-24  Jim Meyering  <meyering@lucent.com>
28454
28455         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28456
28457 2001-09-23  Jim Meyering  <meyering@lucent.com>
28458
28459         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28460         instead of the mere test for existence of mntent.h.  The latter
28461         would get a false-positive on AIX 3.4 systems.
28462         In the outer getmntent if-block, don't die if neither of the getmntent
28463         tests succeeds.  Instead, just fall through and continue with the
28464         remaining tests.
28465
28466 2001-09-23  Jim Meyering  <meyering@lucent.com>
28467
28468         * lib/mountlist.c: Remove useless parentheses in #if directives.
28469         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28470         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28471
28472 2001-09-22  Jim Meyering  <meyering@lucent.com>
28473
28474         * m4/gettext.m4: New file.  From gettext.
28475         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28476         * m4/progtest.m4: Likewise
28477         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28478         * m4/glibc21.m4: Likewise.
28479
28480         * m4/libintl.m4: Remove.  No longer used.
28481
28482 2001-09-22  Jim Meyering  <meyering@lucent.com>
28483
28484         * lib/localcharset.c: Update from latest gettext.
28485         * lib/config.charset: Likewise.
28486
28487 2001-09-20  Jim Meyering  <meyering@lucent.com>
28488
28489         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28490         strtoimax.
28491         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28492         strtoumax.
28493
28494 2001-09-20  Jim Meyering  <meyering@lucent.com>
28495
28496         * lib/xstrtol.c (strtoimax): Guard declaration with
28497         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28498         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28499         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28500         (strtoumax): Likewise, for completeness (it wasn't necessary).
28501
28502 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28503
28504         * lib/strtoimax.c (HAVE_LONG_LONG):
28505         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28506         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28507         to work around bug in IBM C compiler.
28508
28509 2001-09-17  Jim Meyering  <meyering@lucent.com>
28510
28511         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28512         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28513         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28514         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28515         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28516         whenever the right hand side need not be expanded by the shell.
28517
28518 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28519
28520         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28521         library.  It's not correct, as some older glibcs are buggy.
28522         fnmatch wasn't fixed until glibc 2.2.
28523
28524         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28525         special shell magic here.
28526
28527 2001-09-16  Jim Meyering  <meyering@lucent.com>
28528
28529         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28530         * m4/jm-macros.m4: Require it.
28531
28532 2001-09-16  Jim Meyering  <meyering@lucent.com>
28533
28534         * lib/mkdir.c: New file.
28535
28536 2001-09-15  Jim Meyering  <meyering@lucent.com>
28537
28538         * m4/jm-macros.m4: Check for help2man.
28539
28540 2001-09-11  Jim Meyering  <meyering@lucent.com>
28541
28542         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28543         The body, by Paul Eggert, was moved here from configure.in.
28544         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28545
28546 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28547
28548         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28549         (jm_PREREQ): Use it.
28550
28551 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28552
28553         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28554         Use ssize_t, not int, to store result of readlink.
28555         Check for ssize_t overflow as well as size_t overflow,
28556         as POSIX says the result of readlink is implementation-defined
28557         when ssize_t overflows.
28558         Remove unnecessary cast to char*.
28559         Use free+malloc instead of realloc, as the storage doesn't need
28560         to be preserved and it's clearer and can be more efficient that way.
28561         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28562         * lib/xreadlink.h (xreadlink): Update prototype.
28563
28564 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28565
28566         * lib/xgetcwd.c: Revert some of the previous change; intead,
28567         fix the HAVE_GETCWD_NULL code to behave more like the
28568         !HAVE_GETCWD_NULL code used to.
28569
28570         Include "xalloc.h".
28571         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28572         invoke xalloc_die.
28573
28574 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28575
28576         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28577         sys/param.h, as pathmax.h includes them.
28578
28579 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28580
28581         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28582         (jm_PREREQ_XGETCWD): New macro.
28583
28584         * m4/getcwd.m4: New file.
28585
28586 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28587
28588         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28589         like the HAVE_GETCWD_NULL code.
28590         Include pathmax.h if not HAVE_GETCWD.
28591         Do not include xalloc.h.
28592         (INITIAL_BUFFER_SIZE): New symbol.
28593         Do not use xmalloc / xrealloc, since the caller is responsible for
28594         handling errors.  Preserve errno around `free' during failure.
28595         Do not overrun buffer when using getwd.
28596
28597 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28598
28599         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28600         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28601         getcwd (NULL, 0).
28602
28603 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28604
28605         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28606         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28607         spotted by Jim Meyering.
28608
28609 2001-09-03  Jim Meyering  <meyering@lucent.com>
28610
28611         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28612         failure.
28613
28614 2001-09-02  Jim Meyering  <meyering@lucent.com>
28615
28616         * lib/error.c: Update from GNU libc.
28617
28618 2001-09-01  Jim Meyering  <meyering@lucent.com>
28619
28620         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28621         Used by df.
28622
28623 2001-09-01  Jim Meyering  <meyering@lucent.com>
28624
28625         * lib/xreadlink.c: New file.
28626         * lib/xreadlink.h: New file.
28627         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28628         xreadlink.h.
28629
28630         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28631         doesn't conflict with sparc Solaris 7's definition in
28632         /usr/include/sys/int_types.h.
28633
28634         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28635         files.
28636         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28637         and strncasecmp as r-values.  Unixware didn't have declarations.
28638
28639 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28640
28641         * lib/xstrtol.h: Add copyright notice.
28642         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28643         LONGINT_INVALID_SUFFIX_CHAR.
28644
28645 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28646
28647         * lib/xstrtol.c (strtoimax): New decl.
28648
28649 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28650
28651         * lib/xgetcwd.c: Don't include pathmax.h.
28652         Include stdlib.h and unistd.h if available.
28653         Include xalloc.h.
28654         (xmalloc, xstrdup, free): Remove decls.
28655         (xgetcwd): Don't assume sizes fit in unsigned.
28656         Check for overflow when computing sizes.
28657         Simplify reallocation code.
28658
28659 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28660
28661         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28662         a directory's st_size can have an arbitrary value, so the old
28663         usage could waste an arbitrary amount of memory.  All uses
28664         changed.
28665         * lib/savedir.h: Update prototype.
28666
28667 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28668
28669         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28670
28671         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28672         old strtoimax.c.
28673
28674         Also, make the following further changes to make this file's
28675         configuration more similar to that of strtol.c:
28676         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28677         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28678         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28679         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28680         changed to signed values.
28681
28682         And make the following changes as well:
28683         Fix copyright notice, as 1999 was missing.
28684         (verify): New macro.
28685         (strtoimax): Check sizes at compile-time, not run-time.
28686         Prefer strtol to strtoll if both work.
28687         (main): Remove; it was not that useful and was a pain to maintain.
28688
28689         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28690
28691 2001-08-31  Jim Meyering  <meyering@lucent.com>
28692
28693         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28694         Use an initial, malloc'd, buffer of length 128 rather than
28695         a statically allocated one of length 1024.
28696
28697 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28698
28699         Simplify code, partly by assuming autoconf 2.52 semantics.
28700
28701         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28702
28703         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28704         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28705         All uses removed.
28706         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28707         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28708         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28709         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28710         jm_AC_HEADER_INTTYPES_H.
28711         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28712
28713         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28714
28715         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28716         Quote first arg of AC_DEFUN.
28717         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28718         since they are needed to parse the include file even if we need
28719         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28720         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28721         but with opposite signedness.
28722
28723 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28724
28725         Merge 'exclude' changes from tar 1.13.22.
28726         This fixes one or two unlikely storage allocation overflow bugs,
28727         but doesn't change user-visible behavior otherwise.
28728
28729 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28730
28731         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28732         (jm_PREREQ_EXCLUDE): New macro.
28733
28734 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28735
28736         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28737         tm to be declared.
28738
28739 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28740
28741         * lib/hash.c: Remove '2001' from copyright notice.
28742
28743 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28744
28745         * lib/full-write.h: New file.
28746         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28747         * lib/full-write.c: Correct credits, as cccp.c no longer
28748         exists and anyway it was so heavily changed from the old cccp
28749         code as to be unrecognizable.  Include full-write.h.
28750         (full_write) Return size_t, with short writes meaning failure.
28751         All callers changed.  This fixes a bug with large buffers
28752         on 64-bit hosts.
28753         * lib/utime.c: Include full-write.h.
28754
28755 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28756
28757         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28758         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28759         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28760         Include if available.
28761         (<xalloc.h>): Include
28762         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28763         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28764         collide with FNM macros.
28765         (struct patopts): New struct.
28766         (struct exclude): Use it, as exclude patterns now come with options.
28767         (new_exclude): Support above changes.
28768         (new_exclude, add_exclude_file):
28769         Initial size must now be a power of two to simplify overflow checking.
28770         (free_exclude, fnmatch_no_wildcards): New function.
28771         (excluded_filename): No longer requires options arg, as the options
28772         are determined by add_exclude.  Now returns bool, not int.
28773         (excluded_filename, add_exclude):
28774         Add support for the fancy new exclusion options.
28775         (add_exclude, add_exclude_file): Now takes int options arg.
28776         Check for arithmetic overflow when computing sizes.
28777         (add_exclude_file): xrealloc might modify errno, so don't
28778         realloc until after errno might be used.
28779
28780         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28781         New macros.
28782         (free_exclude): New decl.
28783         (add_exclude, add_exclude_file): Now takes int options arg.
28784         (excluded_filename): No longer requires options arg, as the options
28785         are determined by add_exclude.  Now returns bool, not int.
28786
28787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28788
28789         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28790
28791 2001-08-27  Jim Meyering  <meyering@lucent.com>
28792
28793         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28794
28795         * lib/version-etc.c (N_): Remove definition.
28796         Revert most of last change.
28797         Instead, simply don't mark the `Copyright...' string for translation.
28798         Based on advice from Paul Eggert.
28799
28800         * lib/strtoxmax.c: Tweak comment.
28801
28802 2001-08-26  Jim Meyering  <meyering@lucent.com>
28803
28804         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28805
28806         * m4/xstrtoimax.m4: New file.
28807         * m4/xstrtoumax.m4: Add comments explaining why we
28808         AC_REPLACE_FUNCS(strtol).
28809
28810 2001-08-26  Jim Meyering  <meyering@lucent.com>
28811
28812         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28813         of copyright with `%s' so translators don't get an untranslated
28814         message in 2002.
28815         (COPYRIGHT_YEAR): Define.
28816         (version_etc): Use fprintf rather than fputs.
28817         Suggestion from Ulrich Drepper.
28818
28819         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28820
28821         * lib/strtoll.c: New file, from GNU libc.
28822         * lib/xstrtoimax.c: New file.
28823
28824         * lib/xstrtol.h: Add xstrtoimax.
28825         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28826         * lib/strtoimax.c: New file.  Likewise, but first define
28827         STRTOUXMAX_SIGNED.
28828
28829         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28830         ...
28831         * lib/strtoxmax.c: ... then renamed to this.
28832
28833 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28834
28835         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28836         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28837         (jm_AC_TYPE_INTMAX_T): New macro.
28838         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28839
28840         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28841
28842         * m4/longlong.m4: Renamed from ulonglong.m4.
28843         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28844         * m4/uintmax_t.m4: Removed.
28845
28846 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28847
28848         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28849         Port to Solaris 8, where 'sed' requires a space after the 'r'
28850         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28851         Redirect output to $tmp just once.
28852
28853 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28854
28855         * lib/addext.c (<errno.h>): Include.
28856         (errno): Declare if not defined.
28857         (addext): Work correctly when pathconf returns -1 and leaves
28858         errno alone because there is no limit.  Also, work even if
28859         pathconf returns a value greater than SIZE_MAX.
28860
28861 2001-08-12  Jim Meyering  <meyering@lucent.com>
28862
28863         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28864         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28865         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28866         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28867         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28868         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28869         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28870         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28871         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28872         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28873         utime.m4, utimes.m4, xstrtoumax.m4:
28874         Quote the first argument in each use of AC_DEFUN.
28875
28876 2001-08-12  Jim Meyering  <meyering@lucent.com>
28877
28878         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28879         Simply `return getcwd (NULL, 0);'.
28880         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28881         Use 1300 as initial value for length, not PATH_MAX.
28882
28883         * lib/pathmax.h: Clean up cpp syntax.
28884
28885 2001-08-12  Jim Meyering  <meyering@lucent.com>
28886
28887         * lib/gettimeofday.c: New file.
28888         * lib/gtod.h: New file.
28889         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28890
28891 2001-08-05  Jim Meyering  <meyering@lucent.com>
28892
28893         * m4/jm-macros.m4: Require autoconf-2.52.
28894
28895 2001-08-04  Jim Meyering  <meyering@lucent.com>
28896
28897         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28898         stmt, to get in sync with glibc.
28899
28900 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28901
28902         The following changes are from gettext 0.10.39 as maintained by
28903         Bruno Haible.
28904
28905         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28906         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28907         with inverted sense.  All uses changed.
28908
28909         * lib/mbswidth.c: Don't include <limits.h>.
28910         Include <stdlib.h> and <string.h> unconditionally.
28911         (iswcntrl, mbsinit, ISCNTRL): New macros.
28912         (mbsnwidth): Use K&R style function declarations.
28913         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28914         can optimize it when MB_CUR_MAX == 1.
28915         The width of control characters is zero, not 1.
28916
28917 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28918
28919         The following changes are from gettext 0.10.39 as maintained by
28920         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28921
28922         * m4/codeset.m4: Upgrade to serial AM1.
28923         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28924         all uses changed.  Quote first arg of AC_DEFUN.
28925         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28926
28927         * m4/iconv.m4: Upgrade to serial AM2.
28928         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28929         Add --with-libconv-prefix.
28930         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28931         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28932         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28933         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28934         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28935
28936         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28937         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28938         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28939         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28940         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28941         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28942         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28943         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28944         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28945
28946         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28947         string.h any more.
28948
28949         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28950         not the default value.
28951
28952         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28953         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28954         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28955         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28956         Also check for iswcntrl, used for wcwidth fallback.
28957         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28958         to Autoconf 2.13.
28959
28960 2001-08-03  Jim Meyering  <meyering@lucent.com>
28961
28962         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28963         as it was in the original.  Reported by Paul Eggert.
28964
28965 2001-07-16  Jim Meyering  <meyering@lucent.com>
28966
28967         * m4/gettimeofday.m4: New file.
28968         Prompted by a report from Bernhard Baehr.
28969
28970 2001-07-15  Jim Meyering  <meyering@lucent.com>
28971
28972         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28973         stuff. Now it's in ../Makefile.cfg.
28974
28975 2001-07-15  Jim Meyering  <meyering@lucent.com>
28976
28977         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28978         (BUILT_SOURCES): Add unlocked-io.h.
28979         (io_functions): Define.
28980         (unlocked-io.h): New rule.
28981         (DISTCLEANFILES): Add unlocked-io.h.
28982         (all-local): Depend on unlocked-io.h, to ensure it is created.
28983
28984         * lib/unlocked-io.hin: New file
28985
28986         * lib/regex.c: Update from glibc.
28987
28988 2001-07-05  Jim Meyering  <meyering@lucent.com>
28989
28990         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
28991         recommendation.
28992         (libfetish_a_SOURCES): Put all .h files here instead.
28993         Remove a thus-exposed (better checks in automake) duplicate and
28994         two unnecessary .h files.
28995
28996 2001-07-04  Jim Meyering  <meyering@lucent.com>
28997
28998         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
28999         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29000         distcheck failure.
29001
29002 2001-07-02  Jim Meyering  <meyering@lucent.com>
29003
29004         The following changes were prompted by suggestions from Bruno Haible.
29005
29006         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29007         is now generated.
29008         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29009         definition of EXTRA_DIST.
29010         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29011         ensure that the generated file is created/updated whenever the list
29012         of $(unlocked_functions) is changed.
29013         (jm-glibc-io.m4): New rule.
29014         (unlocked-io.h): New rule -- currently unused.
29015
29016 2001-06-24  Jim Meyering  <meyering@lucent.com>
29017
29018         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29019         unmatched right bracket, rather than kludging it with an extra,
29020         falsely-matching quote in a comment.  Patch by Akim Demaille.
29021
29022 2001-06-11  Jim Meyering  <meyering@lucent.com>
29023
29024         * lib/regex.c: Update from GNU libc.
29025
29026 2001-05-27  Jim Meyering  <meyering@lucent.com>
29027
29028         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29029         Check for ut_type in struct utmp.
29030
29031 2001-05-27  Jim Meyering  <meyering@lucent.com>
29032
29033         * lib/readutmp.h (UT_TYPE): Define.
29034
29035 2001-05-24  Jim Meyering  <meyering@lucent.com>
29036
29037         * lib/argmatch.c: Include "quote.h".
29038         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29039         quote function.  Reported by Göran Uddeborg.
29040
29041 2001-05-22  Jim Meyering  <meyering@lucent.com>
29042
29043         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29044         now that we use the package-supplied version unconditionally.
29045         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29046
29047 2001-05-21  Jim Meyering  <meyering@lucent.com>
29048
29049         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29050         shell syntax errors.
29051
29052 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29053
29054         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29055
29056 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29057
29058         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29059         Don't bother to check library strftime, since
29060         we'll be using our own my_strftime function anyway.
29061         Define my_strftime instead of strftime.
29062
29063 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29064
29065         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29066         which is not yet declared.
29067
29068 2001-05-15  Jim Meyering  <meyering@lucent.com>
29069
29070         * m4/regex.m4: Use proper quoting so brackets appear in the test
29071         program.
29072         Reported by, and with help from, Bruno Haible.
29073
29074 2001-05-13  Jim Meyering  <meyering@lucent.com>
29075
29076         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29077         undefined.
29078
29079 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29080
29081         dirname code cleanup.  base_name now behaves more compatibly
29082         with POSIX basename when given file names that have trailing
29083         slashes, and similarly for dir_name.  Add new primitives
29084         base_len and dir_len.  Put the directory-name-related decls
29085         into dirname.h.
29086
29087         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29088         * lib/backupfile.c (base_name): Likewise.
29089         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29090         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29091         * lib/makepath.c (strip_trailing_slashes): Likewise.
29092         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29093         ISSLASH): Likewise.
29094         * lib/rename.c (strip_trailing_slashes): Likewise.
29095         * lib/same.c (base_name): Likewise.
29096         * lib/stripslash.c (ISSLASH): Likewise.
29097
29098         * lib/addext.c: Include <dirname.h> after size_t is defined.
29099         * lib/backupfile.c: Likewise.
29100
29101         * lib/addext.c (addext): Use base_len to trim redundant
29102         trailing slashes instead of doing it ourselves.
29103         But do not trim the last slash if it is not redundant.
29104
29105         * lib/backupfile.c (find_backup_file_name,
29106         max_backup_version): Use base_len instead of rolling it ourselves.
29107         Handle the case of "" and (on DOS) "C:" correctly.
29108
29109         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29110         needed. Include <string.h>, <dirname.h>.
29111         (base_name): Allow file names ending in slashes, other than names
29112         that are all slashes.  In this case, return the basename followed
29113         by the slashes.  This is more general, and can be used in places
29114         where the original base_name purposely had an assertion failure.
29115         (base_len): New function.
29116
29117         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29118         Do not include <assert.h>; no longer needed.
29119         Include xalloc.h.
29120         (memrchr): Remove decl.
29121         (dir_name_r): Remove.
29122         (dir_len): Renamed from dirlen.  All callers changed.
29123         Rewrite in terms of base_name, for simplicity and consistency.
29124         (dir_name): Never return NULL.  All callers changed.
29125         Do not include <stdlib.h> in test program; no longer needed.
29126         return 0; is fine for test program.
29127
29128         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29129         New macros.
29130         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29131
29132         * lib/path-concat.c (path_concat): Use base_len to compute
29133         base length, not strlen; this means we cannot rely on memcpy
29134         to null-terminate.
29135
29136         * lib/same.c (STREQ): Remove.
29137         (same_name): Handle the case where the basename ends in trailing '/'.
29138
29139         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29140         a slash was stripped.  Do not strip the last slash after a
29141         file system prefix.
29142
29143 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29144
29145         * lib/Makefile.am (libfetish_a_SOURCES):
29146         Add strftime.c, since we now compile it on all hosts.
29147
29148         * lib/strftime.c (my_strftime):
29149         Define to nstrftime if emacs, but only if my_strftime is not defined.
29150         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29151         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29152         Add one more extra argument: a nanoseconds value.
29153         All uses changed.
29154         (ns): New macro.
29155         (my_strftime function): Add %N format.
29156         (emacs_strftimeu): Renamed from emacs_strftime,
29157         with extra ut argument.
29158
29159 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29160
29161         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29162
29163 2001-04-21  Jim Meyering  <meyering@lucent.com>
29164
29165         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29166         doesn't interfere.
29167
29168 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29169
29170         * m4/ftruncate.m4: Check for chsize.
29171         Link with ftruncate.o unconditionally if ftruncate is missing.
29172         This was required when cross-compiling to i586-mingw32msvc.
29173
29174 2001-04-08  Jim Meyering  <meyering@lucent.com>
29175
29176         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29177         recomputed; that's necessary when the offset spans a DST transition.
29178         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29179
29180 2001-04-02  Jim Meyering  <meyering@lucent.com>
29181
29182         * lib/regex.h, regex.c: Update from GNU libc.
29183
29184 2001-03-24  Jim Meyering  <meyering@lucent.com>
29185
29186         * m4/jm-macros.m4: Require autoconf-2.49d.
29187
29188 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29189
29190         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29191
29192 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29193
29194         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29195
29196 2001-03-17  Jim Meyering  <meyering@lucent.com>
29197
29198         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29199         now that the version in autoconf is equivalent.
29200         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29201
29202         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29203         Suggestion from Akim Demaille.
29204
29205         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29206         (jm_PREREQ_TEMPNAME): New function.
29207
29208 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29209
29210         * lib/tempname.c (uint64_t): Define to uintmax_t if
29211         not defined, and if UINT64_MAX is not defined.
29212         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29213         Reported by John David Anglin.
29214
29215 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29216
29217         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29218         resolve alias if codeset is empty.
29219         * lib/config.charset (BeOS): Use wildcard syntax.
29220
29221 2001-03-13  Jim Meyering  <meyering@lucent.com>
29222
29223         * lib/path-concat.c (path_concat)
29224         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29225         concatenating e.g., `C:' and `foo'.
29226         From Bruno Haible.
29227
29228 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29229
29230         * lib/localcharset.c (locale_charset): Don't use
29231         setlocale(LC_CTYPE,NULL). Don't return NULL.
29232         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29233
29234 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29235
29236         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29237         support for DOS/DJGPP.
29238
29239 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29240
29241         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29242         lacks mkstemp.  Compile our own tempname.c if we compile our own
29243         mkstemp.c, as mkstemp relies on tempname.
29244
29245 2001-03-01  Jim Meyering  <meyering@lucent.com>
29246
29247         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29248         AH_VERBATIM really does output its argument verbatim.
29249
29250 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29251
29252         * lib/Makefile.am (libfetish_a_SOURCES):
29253         Add dup-safer.c, fopen-safer.c.
29254         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29255
29256         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29257         * lib/unistd-safer.h: New files.
29258
29259 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29260
29261         The mkstemp replacement is taken from glibc 2.2.2, with some
29262         portability fixes for use outside glibc, as follows:
29263
29264         * lib/tempname.c (struct_stat64): New macro.
29265         (direxists, __gen_tempname): Use it.
29266         This avoids a portability problem with Solaris 8.
29267
29268         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29269         (<stddef.h>, <stdint.h>, <string.h>):
29270         Include only if STDC_HEADERS || _LIBC.
29271         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29272         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29273         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29274         (__set_errno): Define this macro if <errno.h> doesn't.
29275         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29276         Define these macros if <stdio.h> doesn't.
29277         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29278         Define these macros if <sys/stat.h>
29279         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29280         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29281         __xstat64): Define if not _LIBC.
29282         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29283         (__gen_tempname): Invoke gettimeofday only if
29284         HAVE_GETTIMEOFDAY || _LIBC;
29285         otherwise, fall back on plain "time".
29286         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29287
29288         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29289
29290         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29291
29292 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29293
29294         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29295
29296 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29297
29298         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29299         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29300         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29301         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29302
29303 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29304
29305         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29306         Remove workaround macros for hosts that have mbrtowc but not
29307         mbstate_t, as we now insist on proper declarations for both
29308         before using mbrtowc.
29309
29310 2001-02-17  Jim Meyering  <meyering@lucent.com>
29311
29312         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29313         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29314         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29315         UnixWare 7.1.1.
29316
29317         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29318         rather than AC_CACHE_VAL.
29319
29320 2001-02-17  Jim Meyering  <meyering@lucent.com>
29321
29322         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29323         around included file name.
29324
29325         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29326
29327         * lib/strftime.c: Update from GNU libc (the only changes were to
29328         comments).
29329
29330 2001-02-17  Jim Meyering  <meyering@lucent.com>
29331
29332         * lib/regex.c: Update from libc.
29333
29334 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29335
29336         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29337         clash.
29338
29339 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29340
29341         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29342         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29343         Reported by Mark Hounschell via Paul Eggert.
29344
29345 2001-02-07  Jim Meyering  <meyering@lucent.com>
29346
29347         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29348
29349 2001-02-05  Jim Meyering  <meyering@lucent.com>
29350
29351         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29352         it includes the patch required for `large file' support with at least
29353         HP-UX's 10.20 /bin/cc.
29354
29355 2001-02-03  Jim Meyering  <meyering@lucent.com>
29356
29357         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29358         AS_IF, now that it works once again (mysteriously).
29359         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29360
29361 2001-01-30  Jim Meyering  <meyering@lucent.com>
29362
29363         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29364         * m4/chown.m4: Rename conftestchown to conftest.chown.
29365         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29366         s/conftestdir2/conftest.d2/.
29367         * m4/utimes.m4: s/conftestdata/conftest.data/
29368         Inspired by Pavel Roskin's change in autoconf.
29369
29370 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29371
29372         * lib/config.charset: Update for FreeBSD 4.2.
29373
29374 2001-01-27  Jim Meyering  <meyering@lucent.com>
29375
29376         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29377         a use of AS_IF.
29378         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29379
29380 2001-01-26  Jim Meyering  <meyering@lucent.com>
29381
29382         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29383         quotearg.c includes it.
29384
29385 2001-01-26  Jim Meyering  <meyering@lucent.com>
29386
29387         * lib/quotearg.c: Include stddef.h.
29388         * lib/quote.c: Include stddef.h.
29389         Reported by Axel Kittenberger.
29390
29391         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29392         line in double quotes so that it evokes a better diagnostic.
29393         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29394         Reported by Axel Kittenberger.
29395
29396 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29397
29398         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29399         as if it was a `charset'.
29400
29401 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29402
29403         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29404         has const.
29405
29406 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29407
29408         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29409         to avoid a warning.  Add back 'const' to inptr.
29410
29411 2001-01-20  Jim Meyering  <meyering@lucent.com>
29412
29413         Be sure that headers are checked before used in code compiled
29414         for the type checks.
29415         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29416         In place of that, invoke jm_CHECK_ALL_TYPES.
29417         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29418         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29419         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29420         The check for ssize_t was mistakenly run before the test for unistd.h.
29421
29422         The configure-time check for stdbool.h was missing.
29423         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29424         (jm_PREREQ_HASH): New function.
29425
29426 2001-01-17  Jim Meyering  <meyering@lucent.com>
29427
29428         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29429         for autoconf-2.49c.
29430         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29431
29432 2001-01-16  Jim Meyering  <meyering@lucent.com>
29433
29434         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29435         From Bruno Haible.
29436
29437 2001-01-14  Jim Meyering  <meyering@lucent.com>
29438
29439         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29440         foo and bar.  Create conftestdir/ in the script, not in the C code.
29441         Remove directories in the script, not in the C code.
29442         Remove conftestdir{,2} before trying to create the directory.
29443         Make the entire configure script fail if the mkdir fails.
29444
29445 2001-01-14  Jim Meyering  <meyering@lucent.com>
29446
29447         * lib/rename.c: New file.  From Volker Borchert.
29448         Include stdlib.h, string.h or strings.h, and xalloc.h.
29449         Use strip_trailing_slashes rather than open-coding it.
29450
29451 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29452
29453         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29454
29455 2001-01-03  Jim Meyering  <meyering@lucent.com>
29456
29457         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29458         of local `inptr' to avoid warning with some system declarations of
29459         iconv.
29460
29461 2001-01-02  Volker Borchert  <bt@teknon.de>
29462
29463         * m4/rename.m4: New file.
29464         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29465
29466 2001-01-01  Jim Meyering  <meyering@lucent.com>
29467
29468         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29469         even on systems with utmpx.h.  It's necessary for the declaration of
29470         utmp's ut_user member.  Reported by Andreas Jaeger.
29471
29472         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29473         available. They are required for the declarations of getgrgid and
29474         getpwuid resp.
29475         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29476         Reported by Andreas Jaeger.
29477
29478 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29479
29480         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29481         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29482         so `make install' also works in VPATH builds.
29483
29484 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29485
29486         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29487         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29488         can be used in subdirectories.
29489
29490 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29491
29492         * lib/modechange.c: Do not assume that mode_t uses the
29493         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29494         the other-execute bit of FOO even if S_IXOTH != 1.
29495
29496         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29497         WOTH, XOTH, ALLM): New macros.
29498         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29499          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29500         Use them.
29501         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29502         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29503         (mode_compile):
29504         No need to use uintmax_t; unsigned long is long enough.
29505         Don't bother to get suffix since we don't use it.
29506
29507 2000-12-26  Jim Meyering  <meyering@lucent.com>
29508
29509         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29510         better with autoheader.
29511
29512 2000-12-24  Jim Meyering  <meyering@lucent.com>
29513
29514         * lib/hash.c (is_prime): Return explicit boolean values.
29515         (hash_get_first): Return NULL to appease Irix5.6's 89.
29516         Reported by Nelson Beebe.
29517
29518 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29519
29520         * lib/localcharset.c (locale_charset): Add support for Win32.
29521
29522 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29523
29524         * lib/physmem.h, lib/physmem.c: New files.
29525
29526         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29527         (noinst_HEADERS): Add physmem.h.
29528
29529         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29530         't' for compatibility with Solaris 8 sort.
29531
29532 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29533
29534         * lib/config.charset: Add support for BeOS.
29535
29536 2000-12-17  Jim Meyering  <meyering@lucent.com>
29537
29538         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29539         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29540
29541 2000-12-16  Jim Meyering  <meyering@lucent.com>
29542
29543         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29544         N and M) would have treated it like `chown N:N FILE'.
29545
29546         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29547
29548 2000-12-16  Jim Meyering  <meyering@lucent.com>
29549
29550         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29551         SHELLS_FILE to a file name that's useful on djgpp systems.
29552         Include stdlib.h.
29553         (ADDITIONAL_DEFAULT_SHELLS): Define.
29554         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29555         Based mostly on a patch from Prashant TR.
29556
29557 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29558
29559         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29560         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29561         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29562
29563 2000-12-08  Andreas Schwab  <schwab@suse.de>
29564
29565         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29566         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29567
29568 2000-12-07  Jim Meyering  <meyering@lucent.com>
29569
29570         * lib/stripslash.c (ISSLASH): Define.
29571         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29572         `/'.
29573         From Prashant TR.
29574
29575         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29576         (dir_name_r): Declare this function as static.
29577         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29578         manifest itself on a name containing a mix of slashes and
29579         backslashes.
29580         Make this function work with names starting with a DOS-style
29581         drive letter and colon prefix.
29582         (dir_name): Append `.' if necessary.
29583         Based mostly on patches from Prashant TR and Eli Zaretskii.
29584
29585         * lib/dirname.h (dir_name_r): Remove prototype.
29586
29587 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29588
29589         * m4/off_t-format.m4: Remove this file.
29590         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29591
29592 2000-12-06  Jim Meyering  <meyering@lucent.com>
29593
29594         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29595         replacement strtoull, we may well need the replacement strtoul, too.
29596         Check for declarations of strtoul and strtoull.
29597         Check for strtol.  Mainly as a cue to cause automake to include
29598         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29599         Check for limits.h -- strtol.c needs it.
29600
29601 2000-12-05  Jim Meyering  <meyering@lucent.com>
29602
29603         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29604
29605 2000-12-04  Jim Meyering  <meyering@lucent.com>
29606
29607         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29608         Also include memory.h, stdlib.h, unistd.h if appropriate.
29609         Reported by Andreas Jaeger (conflicting declaration of malloc).
29610
29611 2000-12-02  Jim Meyering  <meyering@lucent.com>
29612
29613         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29614         * m4/jm-macros.m4 (jm_MACROS): require it.
29615
29616 2000-12-02  Jim Meyering  <meyering@lucent.com>
29617
29618         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29619
29620 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29621
29622         * lib/memrchr.c: Include <config.h> before any system include file.
29623
29624 2000-11-30  Jim Meyering  <meyering@lucent.com>
29625
29626         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29627
29628 2000-11-30  Jim Meyering  <meyering@lucent.com>
29629
29630         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29631
29632 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29633
29634         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29635
29636 2000-11-26  Jim Meyering  <meyering@lucent.com>
29637
29638         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29639
29640 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29641
29642         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29643         size of (size_t) -1; it's not portable.
29644
29645 2000-11-17  Jim Meyering  <meyering@lucent.com>
29646
29647         * lib/strstr.c: Update from GNU libc.
29648
29649 2000-11-17  Akim Demaille  <akim@epita.fr>
29650
29651         * lib/obstack.h: Formatting changes.
29652         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29653         prevent type checking.
29654         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29655         cast the value to (void *): assigning a `foo *' to a `void *'
29656         variable is valid.
29657         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29658
29659 2000-11-16  Jim Meyering  <meyering@lucent.com>
29660
29661         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29662
29663 2000-11-11  Jim Meyering  <meyering@lucent.com>
29664
29665         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29666
29667 2000-11-10  Jim Meyering  <meyering@lucent.com>
29668
29669         * lib/obstack.h: Update from GNU libc.
29670         * lib/obstack.c: Likewise.
29671
29672 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29673
29674         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29675
29676 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29677
29678         * lib/getusershell.c (setusershell): Use rewind rather than
29679         fseek/fseeko, to avoid configuration hassles with fseeko.
29680         Don't bother opening SHELLS_FILE if shellstream is NULL;
29681         it's not necessary.
29682
29683 2000-11-05  Jim Meyering  <meyering@lucent.com>
29684
29685         * lib/makepath.h (make_dir): Declare.
29686         * lib/makepath.c (make_dir): Remove `static' attribute.
29687         Tweak a comment.
29688
29689 2000-11-04  Jim Meyering  <meyering@lucent.com>
29690
29691         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29692
29693 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29694
29695         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29696         last one in a bucket, advance to the next bucket.
29697
29698 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29699
29700         * lib/fnmatch.c: Do not comment out all the code if we are using
29701         the GNU C library, because in some cases we are replacing buggy
29702         code in the GNU C library itself.
29703
29704 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29705
29706         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29707         (regex_compile): Catch bogus \(\1\).
29708
29709 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29710
29711         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29712         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29713         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29714
29715 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29716
29717         * lib/error.h, getline.h, modechange.h:
29718         Remove "2000" from Copyright line, as the file hasn't been
29719         changed this year other than in the copyright notice.
29720
29721         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29722         was changed this year.
29723
29724 2000-10-29  Jim Meyering  <meyering@lucent.com>
29725
29726         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29727         renaming.
29728         * m4/ls-mntd-fs.m4: Likewise
29729
29730 2000-10-29  Jim Meyering  <meyering@lucent.com>
29731
29732         * lib/xstat.in: Fix grammar in comment.
29733
29734 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29735
29736         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29737         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29738         doesn't define __restrict_arr.
29739
29740 2000-10-28  Jim Meyering  <meyering@lucent.com>
29741
29742         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29743         (jm_PREREQ_MEMCHR): New function.
29744
29745 2000-10-28  Jim Meyering  <meyering@lucent.com>
29746
29747         * lib/memchr.c: Update from libc.
29748         Adjust for portability:
29749         [HAVE_STDLIB_H]: Include stdlib.h.
29750         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29751         Undef __memchr, too.
29752         [!weak_alias]: Define __memchr to memchr.
29753
29754         * lib/regex.c: Update from libc.
29755         * lib/regex.h: Likewise.
29756         * lib/getopt1.c: Likewise.
29757         * lib/memcmp.c: Likewise.
29758
29759         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29760         Avoid using fseek, when possible -- it's broken by design.
29761         Patch by Ulrich Drepper.
29762
29763 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29764
29765         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29766         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29767         Giving in to popular pressure to shut up the compiler with casts.
29768
29769 2000-10-26  Jim Meyering  <meyering@lucent.com>
29770
29771         * lib/strftime.c: Update from libc.
29772
29773 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29774
29775         * regex.c: More `unsigned char' -> `re_char' changes.
29776         Also change several `int' into `re_wchar_t'.
29777         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29778         (PUSH_FAILURE_POINTER): Don't cast any more.
29779         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29780         We want GCC to complain, since this piece of code makes
29781         re_match non-reentrant, which *should* be fixed.
29782         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29783         (EXTEND_BUFFER): Use RETALLOC.
29784         (SET_LIST_BIT): Don't cast.
29785         (re_wchar_t): New type.
29786         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29787         that those two functions will always properly return.
29788         (IMMEDIATE_QUIT_CHECK): Cast to void.
29789         (analyse_first): Use recursion rather than an explicit stack.
29790         (re_compile_fastmap): Can't fail anymore.
29791         (re_search_2): Don't check re_compile_fastmap for failure.
29792         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29793         Now also sets the new value (passed in a new argument).
29794         (re_match_2_internal): Use it.
29795         Also, use a new var `reg' of type size_t when looping through regs
29796         rather than reuse the inappropriate `mcnt'.
29797
29798 2000-10-25  Jim Meyering  <meyering@lucent.com>
29799
29800         * lib/obstack.c: Update from libc.
29801
29802 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29803
29804         * regex.c (regex_compile): Change the way of handling a range from
29805         a char less than 256 to a char not less than 256.
29806
29807 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29808
29809         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29810         NT-Emacs only.
29811         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29812         so that re_search functions only quit when callers expect them to.
29813
29814 2000-10-23  Jim Meyering  <meyering@lucent.com>
29815
29816         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29817         wrong.  That set_locale call must not have any side effects.
29818         From Paul Eggert.
29819
29820 2000-10-22  Jim Meyering  <meyering@lucent.com>
29821
29822         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29823         [CYCLIC]: Remove now-unused definition.
29824
29825         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29826         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29827         Suggestion from Ulrich Drepper.
29828
29829 2000-10-21  Jim Meyering  <meyering@lucent.com>
29830
29831         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29832         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29833         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29834
29835 2000-10-21  Jim Meyering  <meyering@lucent.com>
29836
29837         * lib/dirname.c (memrchr): Declare if necessary.
29838         (dir_name): Remove the restriction that there be no
29839         trailing slashes.  Now, this code skips past them, effectively
29840         ignoring them.
29841         [TEST_DIRNAME] (main): New unit tests.
29842
29843         * lib/memrchr.c: New file from GNU libc.
29844         Undef __memrchr, too.
29845         [!weak_alias]: Define __memrchr to memrchr.
29846         Guard weak_alias use with `#ifdef weak_alias'.
29847
29848 2000-10-21  Jim Meyering  <meyering@lucent.com>
29849
29850         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29851         (dir_name): Use dir_name_r.
29852         * lib/dirname.h (dir_name_r): Declare it.
29853
29854 2000-10-17  Jim Meyering  <meyering@lucent.com>
29855
29856         * lib/quote.h (PARAMS): Define and use.
29857         Reported by Akim Demaille.
29858
29859         * lib/getopt.c: Update from libc.
29860
29861 2000-10-16  Jim Meyering  <meyering@lucent.com>
29862
29863         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29864         setlocale.
29865         From Jan Fedak.
29866
29867 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29868
29869         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29870
29871 2000-09-25  Jim Meyering  <meyering@lucent.com>
29872
29873         * lib/md5.h (rol): Define (from GnuPG).
29874
29875         * lib/sha.c: Give credit (GnuPG) where due.
29876         (M): Use rol rather than open-coding it.
29877         Add a FIXME comment.
29878
29879 2000-09-21  Jim Meyering  <meyering@lucent.com>
29880
29881         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29882         Reported by Michael Stone.
29883
29884 2000-09-20  Jim Meyering  <meyering@lucent.com>
29885
29886         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29887         (noinst_HEADERS): Add sha.h.
29888         Based on code from Scott G. Miller and from GnuPG.
29889
29890 2000-09-18  Jim Meyering  <meyering@lucent.com>
29891
29892         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29893         LIBS. Otherwise, everyone ends up linking with -lelf for some
29894         configurations.
29895         Reported by Mike Stone.
29896
29897 2000-09-15  Jim Meyering  <meyering@lucent.com>
29898
29899         * lib/regex.c: Update from libc.
29900
29901 2000-09-10  Jim Meyering  <meyering@lucent.com>
29902
29903         * lib/getopt.c (_getopt_internal): Update from glibc.
29904
29905 2000-09-09  Jim Meyering  <meyering@lucent.com>
29906
29907         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29908         think it should be used as a general replacement for isascii.
29909         * lib/fnmatch.c: Likewise.
29910         * lib/mbswidth.c: Likewise
29911         * lib/regex.c: Likewise.
29912
29913         Don't use atoi.
29914         * lib/userspec.c: Include sys/param.h and limits.h.
29915         Include xstrtol.h.
29916         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29917         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29918         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29919         UID, GID.  Check range.
29920
29921 2000-09-06  Jim Meyering  <meyering@lucent.com>
29922
29923         * lib/getopt.c (_getopt_internal): Update from glibc.
29924
29925 2000-08-30  Jim Meyering  <meyering@lucent.com>
29926
29927         * lib/strftime.c: Merge in changes from GNU libc.
29928
29929 2000-08-26  Jim Meyering  <meyering@lucent.com>
29930
29931         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29932         * m4/fpending.m4: New file.
29933
29934 2000-08-26  Jim Meyering  <meyering@lucent.com>
29935
29936         * lib/closeout.c: Include "__fpending.h".
29937         (close_stdout_status): Return right away if there's nothing to flush.
29938
29939         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29940         * lib/__fpending.c: New file.
29941         * lib/__fpending.h: New file.
29942
29943 2000-08-20  Jim Meyering  <meyering@lucent.com>
29944
29945         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29946         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29947         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29948
29949 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29950
29951         Improve fileutils installation on systems where running
29952         programs (like install) can't be unlinked.
29953         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29954         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29955
29956 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29957
29958         Standardize on "memory exhausted" instead of "Memory exhausted"
29959         or "virtual memory exhausted".
29960         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29961         "virtual memory exhausted".
29962         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29963         our own message.
29964         * lib/userspec.c (parse_user_spec): Likewise.
29965         * lib/bumpalloc.h: comment fix
29966         * lib/same.c, userspec.c: Include xalloc.h.
29967
29968         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29969         not char *const and pointing to a constant array.
29970         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29971         (xrealloc): Comment fix.
29972
29973         * lib/userspec.c (parse_user_spec):
29974         Don't translate a message until just before returning,
29975         to avoid unnecessary translation.
29976
29977 2000-08-07  Jim Meyering  <meyering@lucent.com>
29978
29979         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29980         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29981         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29982         getgroups.c, gethostname.c, getopt.h, group-member.c,
29983         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29984         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
29985         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
29986         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
29987         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
29988         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
29989         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
29990         yesno.c: Back out Copyright date changes for each file with no change
29991         this year.  This eases coordination with other programs using the same
29992         source code modules.  From Paul Eggert.
29993
29994 2000-08-06  Paul Eggert  <eggert@twinsun.com>
29995
29996         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
29997         not char, for compatibility with glibc 2.1.3 strftime.c.
29998
29999 2000-08-03  Greg McGary  <greg@mcgary.org>
30000
30001         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30002         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30003         (EXTEND_BUFFER): Use them.
30004
30005 2000-08-01  Jim Meyering  <meyering@lucent.com>
30006
30007         * lib/dirname.c (ISSLASH): Define.
30008         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30009         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30010         both `\' and `/' may be use as path separators.
30011         Based on a patch from Prashant TR.
30012
30013 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30014
30015         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30016         slot vector a constant, since it might get modified.
30017
30018 2000-07-31  Jim Meyering  <meyering@lucent.com>
30019
30020         * lib/xmalloc.c: Use `virtual memory exhausted', not
30021         `Memory exhausted'.
30022         * lib/obstack.c (print_and_abort): Likewise.
30023
30024 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30025
30026         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30027         buffer, so that the caller can always quote one small
30028         component of a "memory exhausted" message in slot 0.
30029         From a suggestion by Jim Meyering.
30030
30031 2000-07-30  Jim Meyering  <meyering@lucent.com>
30032
30033         * lib/makepath.c (make_path): Quote the other instance, too.
30034
30035         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30036         (STATIC_BUF_SIZE): Define.
30037         (quotearg_n_options): Use only statically allocated storage when
30038         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30039         than STATIC_BUF_SIZE.
30040
30041 2000-07-29  Jim Meyering  <meyering@lucent.com>
30042
30043         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30044         * lib/dirname.c (dir_name): Likewise.
30045
30046         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30047         `/'.
30048
30049         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30050         (dir_name): Assert that there are no trailing slashes.
30051
30052 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30053
30054         * lib/mbswidth.h (mbswidth): Add a flags argument.
30055         (mbswidth): New declaration.
30056         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30057         * lib/mbswidth.c (mbswidth): Add a flags argument.
30058         (mbsnwidth): New function.
30059
30060 2000-07-24  Jim Meyering  <meyering@lucent.com>
30061
30062         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30063
30064 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30065
30066         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30067
30068 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30069
30070         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30071         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30072         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30073         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30074         invoke multibyte primitives.
30075
30076 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30077
30078         * lib/quotearg.c:
30079         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30080         so that mbstate_t is always defined.
30081
30082         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30083         be 1 in at least one GCC installation, and this configuration
30084         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30085         performance on hosts that have mbrtowc but have only unibyte
30086         locales, but I assume these hosts are rare.
30087
30088 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30089
30090         * lib/mbswidth.c (_XOPEN_SOURCE):
30091         Don't define; this causes problems on Solaris 7.
30092         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30093
30094 2000-07-23  Jim Meyering  <meyering@lucent.com>
30095
30096         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30097         too: getgrgid, getpwuid, getuid.
30098
30099 2000-07-23  Jim Meyering  <meyering@lucent.com>
30100
30101         * lib/basename.c (base_name): Add an assertion.
30102
30103 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30104
30105         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30106         shadow its mbsinit function.
30107
30108 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30109
30110         * lib/mbswidth.h: New file.
30111         * lib/mbswidth.c: New file.
30112         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30113         (noinst_HEADERS): Add mbswidth.h.
30114
30115 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30116
30117         * lib/config.charset: Add support for FreeBSD. Improve support for
30118         HP-UX and IRIX 6.
30119
30120 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30121
30122         * m4/mbswidth.m4: New file.
30123         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30124
30125 2000-07-15  Jim Meyering  <meyering@lucent.com>
30126
30127         * lib/makepath.c: Include quote.h.
30128         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30129         corresponding argument in a `quote (...)' call.
30130         Give better diagnostics.
30131
30132         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30133         (noinst_HEADERS): Add quote.h.
30134
30135         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30136         from tar's src/misc.c.
30137         * lib/quote.h: New file.  Prototypes for same.
30138
30139 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30140
30141         From a suggestion by Bruno Haible.
30142         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30143         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30144         to decide whether to define the BeOS workaround macro;
30145         this adjusts to the change to AC_MBSTATE_T.
30146
30147 2000-07-14  Jim Meyering  <meyering@lucent.com>
30148
30149         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30150         jm_AC_TYPE_UINTMAX_T.
30151
30152 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30153
30154         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30155
30156         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30157         quotearg_buffer_restyled): Add support for
30158         clocale_quoting_style.  Undo previous change to
30159         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30160         and "{RIGHT QUOTATION MARK}" msgids.
30161
30162 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30163
30164         From a suggestion by Bruno Haible.
30165         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30166         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30167         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30168         and mbstate_t, to a single-part test that simply defines mbstate_t.
30169         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30170         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30171
30172 2000-07-10  Jim Meyering  <meyering@lucent.com>
30173
30174         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30175
30176         * m4/gnu-source.m4: Output to confdefs.h directly.
30177         Suggestion from Akim Demaille.
30178
30179 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30180
30181         The old behavior of quoting `like this' doesn't look good with
30182         newer, ISO-style fonts.  See:
30183         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30184
30185         Instead, quote "like this" by default.  Let the translator
30186         tailor the locale-specific quoting behavior by providing
30187         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30188
30189         * lib/quotearg.c (N_): New macro.
30190         (gettext_default): New function.
30191         (quotearg_buffer_restyled): Use
30192         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30193         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30194
30195 2000-07-09  Jim Meyering  <meyering@lucent.com>
30196
30197         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30198         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30199
30200         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30201         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30202
30203 2000-07-09  Jim Meyering  <meyering@lucent.com>
30204
30205         * lib/Most files: Update copyright dates to include 2000.
30206
30207 2000-07-08  Jim Meyering  <meyering@lucent.com>
30208
30209         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30210         if not defined.
30211         (xgethostname): Remove now-unnecessary #ifdef.
30212         Move declaration of `err' into loop where it's used.
30213
30214 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30215         and Bruno Haible  <haible@clisp.cons.org>
30216
30217         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30218         only if the test for an object-type mbstate_t fails.  This
30219         prevents us from mistakenly reporting that mbstate_t is a
30220         system object type after we "#define mbstate_t int" to work
30221         around its lack.
30222
30223 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30224         and Bruno Haible  <haible@clisp.cons.org>
30225
30226         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30227
30228 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30229
30230         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30231         to strerror_r.
30232         Include <ctype.h> for use of isalpha.
30233
30234 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30235
30236         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30237         by allocating a larger buffer. Test the gethostname return value for
30238         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30239         returns an error and ENAMETOOLONG isn't defined.
30240
30241 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30242
30243         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30244         dimension.
30245
30246 2000-07-04  Jim Meyering  <meyering@lucent.com>
30247
30248         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30249         of the deprecated AC_CHECKING.
30250
30251 2000-07-04  Jim Meyering  <meyering@lucent.com>
30252
30253         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30254         Reported by Bruno Haible.
30255
30256 2000-07-04  Jim Meyering  <meyering@lucent.com>
30257
30258         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30259         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30260         lacks mbrtowc.
30261
30262 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30263
30264         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30265         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30266
30267 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30268         and Bruno Haible  <haible@clisp.cons.org>
30269
30270         * lib/quotearg.c (mbrtowc):
30271         Assign to *pwc, and return 1 only if result is nonzero.
30272         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30273
30274 2000-07-03  Jim Meyering  <meyering@lucent.com>
30275
30276         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30277
30278 2000-07-03  Jim Meyering  <meyering@lucent.com>
30279
30280         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30281         This is necessary to get a definition of e.g., UTMP_FILE on
30282         HP-UX 10.20.
30283         From Bob Proulx.
30284
30285 2000-07-02  Jim Meyering  <meyering@lucent.com>
30286
30287         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30288
30289         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30290         AC_LIBOBJ(function_name).
30291         * m4/chown.m4: Likewise.
30292         * m4/fnmatch.m4: Likewise.
30293         * m4/ftruncate.m4: Likewise.
30294         * m4/getgroups.m4: Likewise.
30295         * m4/getline.m4: Likewise.
30296         * m4/group-member.m4: Likewise.
30297         * m4/jm-macros.m4: Likewise.
30298         * m4/lstat.m4: Likewise.
30299         * m4/malloc.m4: Likewise.
30300         * m4/memcmp.m4: Likewise.
30301         * m4/nanosleep.m4: Likewise.
30302         * m4/putenv.m4: Likewise.
30303         * m4/realloc.m4: Likewise.
30304         * m4/regex.m4: Likewise.
30305         * m4/stat.m4: Likewise.
30306         * m4/strftime.m4: Likewise.
30307
30308 2000-07-02  Jim Meyering  <meyering@lucent.com>
30309
30310         * lib/quotearg.c (mbstate_t): Don't define here.
30311
30312 2000-07-02  Jim Meyering  <meyering@lucent.com>
30313
30314         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30315
30316 2000-07-01  Jim Meyering  <meyering@lucent.com>
30317
30318         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30319
30320 2000-07-01  Jim Meyering  <meyering@lucent.com>
30321
30322         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30323         problem.
30324
30325 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30326
30327         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30328         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30329
30330 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30331
30332         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30333         per change in ../m4/ls-mntd-fs.m4.
30334         (read_filesystem_list): Ignore symbolic links.
30335
30336 2000-06-29  Jim Meyering  <meyering@lucent.com>
30337
30338         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30339         for declaration of strcmp.
30340
30341         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30342
30343         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30344         Avoid warning by casting result to `char *' to remove `const'.
30345
30346 2000-06-28  Jim Meyering  <meyering@lucent.com>
30347
30348         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30349         included by quotearg.c, for which we perform this test.  From
30350         Bruno Haible.
30351
30352 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30353
30354         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30355         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30356         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30357
30358 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30359
30360         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30361
30362 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30363
30364         savedir now sets errno on failure and invokes xmalloc to get memory.
30365         Fix a couple of other minor bugs while we're at it.
30366
30367         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30368         (NAMLEN): Remove macro.
30369         (malloc, realloc): Remove decls.
30370         (stpcpy): Likewise.
30371         ("xalloc.h"): Include.
30372         (NAME_SIZE_DEFAULT): New macro.
30373         (savedir): Use xmalloc / xrealloc to allocate memory.
30374         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30375         Skip "" directory entries.
30376         Use strlen to calculate directory entry length, since the old method
30377         is rarely used these days and isn't worth supporting.
30378         Don't use a pointer after freeing it.
30379         Check for integer overflow when calculating allocation size.
30380         Use memcpy to copy entries, instead of stpcpy.
30381         Set errno properly when returning NULL.
30382         Check for readdir error.
30383
30384 2000-06-26  Jim Meyering  <meyering@lucent.com>
30385
30386         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30387
30388 2000-06-25  Jim Meyering  <meyering@lucent.com>
30389
30390         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30391         Linux header bug when _XOPEN_SOURCE is defined to 500.
30392
30393 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30394
30395         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30396         deficiency.
30397
30398 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30399
30400         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30401         Include xalloc.h.
30402         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30403
30404 2000-06-24  Jim Meyering  <meyering@lucent.com>
30405
30406         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30407         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30408         for which strerror does return char*, but which lacks a conveniently
30409         accessible declaration of the function.  If the compile-test says
30410         strerror_r doesn't work, then resort to a `run'-test that works on
30411         BeOS and segfaults on DEC Unix.
30412
30413 2000-06-24  Jim Meyering  <meyering@lucent.com>
30414
30415         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30416
30417 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30418
30419         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30420         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30421
30422 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30423
30424         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30425         (mbrtowc, mbstate_t): Define substitutes if
30426         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30427         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30428         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30429
30430 2000-06-23  Jim Meyering  <meyering@lucent.com>
30431
30432         * m4/afs.m4: Add missing AC_MSG_RESULT.
30433         Reported by Bruno Haible.
30434
30435         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30436         Suggestion from Bruno Haible.
30437
30438 2000-06-23  Jim Meyering  <meyering@lucent.com>
30439
30440         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30441
30442 2000-06-21  Jim Meyering  <meyering@lucent.com>
30443
30444         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30445
30446 2000-06-21  Jim Meyering  <meyering@lucent.com>
30447
30448         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30449         (noinst_HEADERS): Add getstr.h.
30450
30451         * lib/getline.c (getstr): Move into a separate file.
30452         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30453         the following changes: new parameter, delim2; both delim[12]
30454         parameters have type `int', not `char'.  The latter would lose
30455         with 8-bit delimiters.
30456         * lib/getstr.h: New file.
30457
30458 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30459
30460         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30461         than 1024, return a memory chunk of least possible size, instead
30462         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30463         Use free/xmalloc instead of xrealloc to avoid copying for very long
30464         paths.
30465
30466 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30467
30468         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30469         the empty string.
30470
30471 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30472
30473         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30474         address, not strdup.  Include <stdlib.h> and don't declare free().
30475
30476 2000-06-19  Jim Meyering  <meyering@lucent.com>
30477
30478         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30479
30480 2000-06-18  Jim Meyering  <meyering@lucent.com>
30481
30482         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30483
30484         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30485         `checking whether...' message to be consistent with that of the
30486         lstat test.
30487
30488 2000-06-18  Jim Meyering  <meyering@lucent.com>
30489
30490         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30491         Besides, these days every porting target provides a mkdir function.
30492
30493         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30494         needed. (this snippet comes from src/system.h).
30495
30496 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30497
30498         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30499
30500 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30501
30502         * lib/human.c (adjust_value): New function.
30503         (human_readable_inexact): Apply rounding style even when
30504         printing approximate values.
30505
30506 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30507
30508         * lib/human.c (human_readable_inexact): Allow an input block
30509         size that is not a multiple of the output block size, and vice versa.
30510         Reported by Piergiorgio Sartor.
30511
30512 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30513
30514         * lib/getdate.y (get_date): Apply relative times after time
30515         zone indicator, not before.  Reported by Todd A. Jacobs.
30516
30517 2000-06-13  Jim Meyering  <meyering@lucent.com>
30518
30519         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30520
30521         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30522
30523 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30524
30525         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30526
30527 2000-06-12  Jim Meyering  <meyering@lucent.com>
30528
30529         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30530         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30531         optional argument.
30532         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30533         the optional argument, `lib'.
30534
30535 2000-06-08  Jim Meyering  <meyering@lucent.com>
30536
30537         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30538
30539 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30540
30541         Rewrite largefile configuration so that we don't need to run
30542         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30543         AC_CANONICAL_HOST in configure.in -- jmm]
30544
30545         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30546         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30547         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30548         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30549         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30550         All uses changed.
30551         Instead of inspecting the output of getconf, try to compile the
30552         test program without and with the macro definition.
30553         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30554         for getconf.  Instead, check for the needed flags by compiling
30555         test programs.
30556
30557 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30558
30559         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30560
30561 2000-06-04  Jim Meyering  <meyering@lucent.com>
30562
30563         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30564         SunOS 4.1.4 for which gid_t is an unsigned type.
30565
30566 2000-06-03  Jim Meyering  <meyering@lucent.com>
30567
30568         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30569         now that autoconf requires that.
30570
30571         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30572         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30573         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30574
30575 2000-06-03  Jim Meyering  <meyering@lucent.com>
30576
30577         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30578
30579 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30580
30581         * m4/glibc21.m4: New file.
30582         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30583
30584 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30585
30586         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30587         newer, don't install charset.alias.
30588         * lib/config.charset: Change the Linux/glibc rules so they become empty
30589         on glibc-2.1 or newer.
30590
30591 2000-06-02  Jim Meyering  <meyering@lucent.com>
30592
30593         * lib/mountlist.c: Back out last change.  Instead, do this...
30594         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30595         me_dummy member using the same `ignore'-testing code.
30596         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30597         fs_type strings.
30598         From Mark D. Roth.
30599
30600 2000-05-29  Jim Meyering  <meyering@lucent.com>
30601
30602         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30603         mounts with the `ignore' attribute.  Based on a patch from
30604         Mark D. Roth.
30605
30606 2000-05-28  Jim Meyering  <meyering@lucent.com>
30607
30608         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30609         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30610         * m4/stat.m4: Likewise.
30611         * m4/lstat.m4: Likewise.
30612         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30613
30614         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30615         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30616
30617 2000-05-26  Jim Meyering  <meyering@lucent.com>
30618
30619         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30620
30621 2000-05-24  Jim Meyering  <meyering@lucent.com>
30622
30623         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30624         autoconf requires that.
30625         * m4/lib-check.m4: Likewise.
30626         * m4/jm-macros.m4: Likewise.
30627         * m4/strftime.m4: Likewise.
30628
30629         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30630         AC_CHECK_DECLS, now that autoconf requires that.
30631
30632 2000-05-22  Jim Meyering  <meyering@lucent.com>
30633
30634         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30635         * m4/lstat.m4: Likewise.
30636
30637 2000-05-22  Jim Meyering  <meyering@lucent.com>
30638
30639         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30640
30641 2000-05-20  Jim Meyering  <meyering@lucent.com>
30642
30643         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30644         (jm_PREREQ): Use it.
30645
30646 2000-05-18  Jim Meyering  <meyering@lucent.com>
30647
30648         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30649         back, too, since it may have been modified by allocate_entry.
30650         (hash_delete): Rewrite to use neither the assignment operator
30651         nor the comma operator in an if-expression.
30652
30653 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30654
30655         * lib/closeout.c:
30656         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30657         Remove; no longer needed.
30658         "quotearg.h": Add include.
30659         (file_name): Do not bother to explicitly initialize to NULL; it's less
30660         efficient on some hosts.
30661         (close_stdout_status): Remove test as to whether stdout was already
30662         closed; it breaks for the case "echo x | sort >&-".
30663         Quote file name colons.
30664         Do not assume that _("write error") lacks format strings.
30665
30666 2000-05-15  Jim Meyering  <meyering@lucent.com>
30667
30668         * lib/version-etc.c (version_etc_copyright): Update the copyright
30669         string used in all --version output.
30670
30671 2000-05-14  Jim Meyering  <meyering@lucent.com>
30672
30673         * lib/closeout.c (close_stdout_set_file_name): New function.
30674         (close_stdout_status): Use new file-scoped global.
30675         Return right away if fstat says the stdout file descriptor is invalid.
30676         * lib/closeout.h (close_stdout_set_file_name): Declare.
30677
30678 2000-05-10  Jim Meyering  <meyering@lucent.com>
30679
30680         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30681         (close_stdout_set_status): New function.
30682         * lib/closeout.h (close_stdout_set_status): Declare.
30683
30684 2000-05-09  Jim Meyering  <meyering@lucent.com>
30685
30686         * m4/gettext.m4: Rename this...
30687         * m4/libintl.m4: ...to this.
30688
30689 2000-05-08  Jim Meyering  <meyering@lucent.com>
30690
30691         * lib/long-options.c: Don't include closeout.h.
30692         (parse_long_options): Don't call close_stdout for --version.
30693
30694 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30695
30696         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30697         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30698         2.1.3 bug.  This avoids a clash when files like regex.c define
30699         _GNU_SOURCE.
30700
30701 2000-05-06  Jim Meyering  <meyering@lucent.com>
30702
30703         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30704         (AC_REPLACE_FUNCS): Add strnlen.
30705
30706         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30707         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30708
30709         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30710         AC_SEARCH_LIBS call for nanosleep.
30711         (LIB_NANOSLEEP): Set and AC_SUBST.
30712
30713 2000-05-06  Jim Meyering  <meyering@lucent.com>
30714
30715         * lib/strnlen.c: Undefine __strnlen and strnlen.
30716         [!weak_alias]: Define __strnlen to strnlen.
30717
30718         * lib/atexit.c: New file, from libiberty.
30719
30720 2000-05-06  Jim Meyering  <meyering@lucent.com>
30721
30722         * lib/closeout.c (close_stdout_status): Also check for errors on the
30723         stderr stream.
30724
30725 2000-05-05  Jim Meyering  <meyering@lucent.com>
30726
30727         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30728         AC_SEARCH_LIBS call for clock_gettime.
30729         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30730
30731         * m4/search-libs.m4: Update from autoconf.
30732
30733         su doesn't work on Solaris 2.6.
30734         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30735         <shadow.h>.  Reported by Dragos Harabor.
30736
30737 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30738
30739         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30740         memcpy instead of xmalloc, xrealloc, path_concat.
30741         (locale_charset): Treat empty environment variables as absent.
30742         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30743
30744 2000-05-04  Jim Meyering  <meyering@lucent.com>
30745
30746         * lib/getopt.c: Update from glibc.
30747         * lib/obstack.c: Likewise.
30748         * lib/obstack.h: Likewise.
30749         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30750         file
30751
30752         * lib/regex.h: Likewise.
30753         * lib/strndup.c: Likewise.
30754         * lib/strnlen.c: New file, from glibc.
30755
30756 2000-05-03  Jim Meyering  <meyering@lucent.com>
30757
30758         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30759
30760 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30761
30762         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30763         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30764         compile-time test, rather than inspecting host and OS, to
30765         decide whether to define _LARGEFILE_SOURCE.
30766
30767 2000-05-01  Jim Meyering  <meyering@lucent.com>
30768
30769         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30770
30771         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30772         Based on a patch from Bruno Haible.
30773
30774 2000-05-01  Jim Meyering  <meyering@lucent.com>
30775
30776         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30777
30778 2000-04-29  Jim Meyering  <meyering@lucent.com>
30779
30780         * lib/path-concat.c: Declare strdup only if it's not defined.
30781         * lib/canon-host.c: Likewise.
30782
30783 2000-04-28  Jim Meyering  <meyering@lucent.com>
30784
30785         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30786         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30787         is included first, then limits.h is included by locale.h by libintl.h.
30788         From John David Anglin.
30789
30790 2000-04-25  Jim Meyering  <meyering@lucent.com>
30791
30792         * lib/makepath.c (S_IRWXUGO): Define.
30793         (make_path): Always perform explicit chmod if MODE specifies any
30794         of the `special' permission bits.  Prompted by a bug report against
30795         install from Mate Wierdl and Joost van Baal.
30796
30797 2000-04-18  Jim Meyering  <meyering@lucent.com>
30798
30799         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30800         (jm_PREREQ): Use it.
30801
30802 2000-04-18  Jim Meyering  <meyering@lucent.com>
30803
30804         * lib/README: New file.
30805
30806         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30807         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30808
30809 2000-04-17  Jim Meyering  <meyering@lucent.com>
30810
30811         Get it right :-)
30812         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30813         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30814         Suggestion from Akim Demaille.
30815
30816 2000-04-17  Jim Meyering  <meyering@lucent.com>
30817
30818         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30819         the definition of it to rpl_strftime also defined-away the system's
30820         declaration.
30821
30822 2000-04-15  Jim Meyering  <meyering@lucent.com>
30823
30824         Use `C' to denote so-called `contiguous' files, the same way
30825         that tar does.
30826         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30827         (ftypelet): Use S_ISCTG.
30828         From Michael Deutschmann.
30829
30830 2000-04-14  Jim Meyering  <meyering@lucent.com>
30831
30832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30833         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30834         clobbered.
30835
30836 2000-04-14  Jim Meyering  <meyering@lucent.com>
30837
30838         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30839
30840 2000-04-13  Jim Meyering  <meyering@lucent.com>
30841
30842         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30843         AH_VERBATIM to insert required #ifndef into config.h.in.
30844         Suggestion from Akim Demaille.
30845
30846 2000-04-12  Jim Meyering  <meyering@lucent.com>
30847
30848         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30849         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30850         Christian Krackowizer.
30851
30852         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30853         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30854         (AC_SYS_LARGEFILE): Require.
30855         (AM_C_PROTOTYPES): Require.
30856
30857 2000-04-08  Jim Meyering  <meyering@lucent.com>
30858
30859         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30860         names don't conflict.  Reported by Eli Zaretskii.
30861
30862 2000-04-07  Jim Meyering  <meyering@lucent.com>
30863
30864         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30865         sys/types.h, to work around system header problems on AIX 3.2.5.
30866         From Bruno Haible.
30867
30868 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30869
30870         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30871         bug.  Deal with the different error behavior of Irix iconv.
30872
30873 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30874
30875         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30876         IRIX if the installer said otherwise.
30877
30878 2000-04-05  Jim Meyering  <meyering@lucent.com>
30879
30880         Portability tweaks required for ultrix4.3.
30881         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30882         (jm_CHECK_DECLS): Add getutent to the list of functions.
30883         (_jm_DECL_HEADERS): Add utmpx.h.
30884         From John David Anglin.
30885
30886         * m4/strftime.m4: Back out the 2000-04-02 change.
30887         Instead of that change, simply undefine putenv in the test program.
30888
30889 2000-04-05  Jim Meyering  <meyering@lucent.com>
30890
30891         Portability tweaks required for ultrix4.3.
30892         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30893         getutent.
30894         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30895         * lib/canon-host.c: Declare strdup.
30896         * lib/path-concat.c: Likewise.
30897         From John David Anglin.
30898
30899 2000-04-04  Jim Meyering  <meyering@lucent.com>
30900
30901         Be more DOS 8.3-friendly.
30902         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30903         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30904         * lib/Makefile.am: Reflect renaming.
30905         Reported by Eli Zaretskii.
30906
30907         Use a temporary file name that won't clash with `charset.alias'
30908         in the DOS 8.3 name space.
30909         * lib/Makefile.am (charset_tmp): Define.
30910         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30911         (uninstall-local): Likewise.
30912         Reported by Eli Zaretskii.
30913
30914 2000-04-03  Jim Meyering  <meyering@lucent.com>
30915
30916         * m4/gettext.m4: Fix typo in comment.
30917
30918         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30919         textutils/configure.in).  Suggestion from Paul Eggert.
30920         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30921
30922 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30923
30924         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30925         variable in the shell rather than using putenv, which isn't
30926         portable.  This avoids the configure-time inter-test dependency
30927         on the potentially-renamed putenv function.
30928
30929 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30930
30931         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30932         before checking struct stat.st_blksize, so that
30933         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30934
30935 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30936
30937         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30938         since strftime.c uses HAVE_STRFTIME to decide whether to use
30939         the underlying strftime.
30940
30941 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30942
30943         * lib/time/strftime.c (my_strftime): Make sure we call the system
30944         strftime, not ourselves, when invoking the underlying strftime.
30945
30946 2000-03-24  Jim Meyering  <meyering@lucent.com>
30947
30948         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30949         (charset_alias): Define.
30950         (install-exec-local): Factor out common code.
30951         (uninstall-local): Split lines longer than 80.
30952         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30953         (SUFFIXES): Define.
30954         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30955         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30956
30957 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30958
30959         * lib/config.charset: Output a line containing "Packages using this
30960         file".
30961         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30962         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30963         ref-del.sed): New rules.
30964
30965 2000-03-17  Jim Meyering  <meyering@lucent.com>
30966
30967         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30968         Otherwise, include <strings.h>
30969
30970 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30971
30972         * lib/unicodeio.c (utf8_wctomb): New function.
30973         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30974         format instead of in UCS-4 with platform dependent endianness.
30975
30976 2000-03-10  Jim Meyering  <meyering@lucent.com>
30977
30978         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30979         From Marco Franzen.
30980
30981 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30982
30983         * lib/savedir.c (savedir): Work even if directory size is
30984         negative; this can happen with some screwy NFS configurations.
30985
30986 2000-03-06  Jim Meyering  <meyering@lucent.com>
30987
30988         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
30989         if it's NULL (because we ran out of memory).  From Bruno Haible.
30990
30991 2000-03-05  Jim Meyering  <meyering@lucent.com>
30992
30993         * lib/localcharset.c ("path-concat.h"): Include.
30994         (get_charset_aliases): Use path_concat instead of ANSI string
30995         concatenation.
30996
30997         * lib/unicodeio.h (PARAMS): Define.
30998         Use it to guard prototype.
30999
31000 2000-03-04  Jim Meyering  <meyering@lucent.com>
31001
31002         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31003         for lib/localcharset.c.
31004
31005 2000-03-04  Jim Meyering  <meyering@lucent.com>
31006
31007         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31008         installing into it.
31009         (uninstall-local): Uncomment this rule so `make distcheck' works
31010         once again.
31011
31012         * lib/unicodeio.c (<errno.h>): Include it.
31013         (errno): Declare if not defined.
31014
31015         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31016
31017         * lib/config.charset: New version, incorporating remarks from a linux
31018         i18n mailing list.  From Bruno Haible.
31019
31020 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31021
31022         * m4/codeset.m4: New file.
31023         * m4/iconv.m4: New file.
31024         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31025
31026 2000-03-03  Jim Meyering  <meyering@lucent.com>
31027
31028         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31029
31030 2000-03-02  Jim Meyering  <meyering@lucent.com>
31031
31032         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31033         the messages come out on separate lines.
31034
31035         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31036         rather than jm_CHECK_DECLARATIONS.
31037         * m4/decl.m4: Remove now-unused file.
31038
31039         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31040         geteuid.
31041
31042 2000-03-02  Jim Meyering  <meyering@lucent.com>
31043
31044         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31045
31046 2000-03-01  Jim Meyering  <meyering@lucent.com>
31047
31048         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31049         * lib/unicodeio.c: Likewise.
31050
31051 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31052
31053         * lib/config.charset: New file.
31054         * lib/localcharset.c: New file.
31055         * lib/unicodeio.h, lib/unicodeio.c: New files.
31056         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31057         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31058         (noinst_HEADERS): Add unicodeio.h.
31059         (all-local, install-exec-local, charset.alias): New targets.
31060
31061 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31062
31063         * lib/quotearg.c (ALERT_CHAR): New macro.
31064         (quotearg_buffer_restyled): Use it.
31065
31066 2000-02-27  Jim Meyering  <meyering@lucent.com>
31067
31068         * m4/check-decl.m4: Add getenv to the list.
31069
31070 2000-02-27  Jim Meyering  <meyering@lucent.com>
31071
31072         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31073         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31074
31075         * lib/backupfile.c: Guard inclusion of stdlib.h with
31076         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31077         Declare malloc if needed.
31078
31079         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31080         `#ifndef HAVE_DECL..'
31081         now that autoconf always defines the HAVE_DECL_ symbols.
31082         * lib/human.c: Likewise.
31083         * lib/same.c: Likewise.
31084         * lib/strtoumax.c: Likewise.
31085
31086         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31087         declaration check was not run.
31088         * lib/hash.c: Likewise.
31089         * lib/human.c: Likewise.
31090         * lib/same.c: Likewise.
31091         * lib/strtoumax.c: Likewise.
31092
31093         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31094         `.', then first look up the entire `.'-containing string as a login
31095         name.
31096
31097 2000-02-23  Jim Meyering  <meyering@lucent.com>
31098
31099         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31100         in place of my hack.
31101
31102 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31103
31104         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31105         (textint): New typedef.
31106         (parser_control): Member year changed from int to textint.
31107         All uses changed.
31108         (YYSTYPE): Removed; replaced by %union with int and textint members.
31109         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31110         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31111         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31112         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31113         (date, number, to_year): Use width of number in digits, not its value,
31114         to determine whether it's a 2-digit year, or a 2-digit time.
31115         (yylex): Store number of digits of numeric tokens.
31116         Reported by John Kendall.
31117
31118         (parser_control): Changed from struct parser_control to typedef (for
31119         consistency).  All uses changed.
31120
31121         (tID): Removed; not used.
31122         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31123
31124 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31125
31126         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31127         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31128
31129 2000-02-12  Jim Meyering  <meyering@lucent.com>
31130
31131         * lib/userspec.c (ISDIGIT): Define it.
31132         (isdigit): Remove definition.
31133         (is_number): Use ISDIGIT, not isdigit.
31134         <libintl.h>: Include.
31135         (_ and N_): Define.
31136         (parse_user_spec): Mark translatable strings.
31137
31138 2000-02-10  Jim Meyering  <meyering@lucent.com>
31139
31140         With these changes, nanosleep.[ch] are finally enough like the other
31141         lib/* replacement files to compile on a few more losing systems.
31142
31143         * lib/nanosleep.h: Don't include config.h.
31144         Remove prototype from declaration of nanosleep.
31145         (PARAMS): Remove now-unneeded definition.
31146         * lib/nanosleep.c: #undef nanosleep.
31147         (rpl_nanosleep): Rename from nanosleep.
31148
31149 2000-02-10  Jim Meyering  <meyering@lucent.com>
31150
31151         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31152         gnu_nanosleep to rpl_nanosleep.
31153
31154 2000-02-09  Jim Meyering  <meyering@lucent.com>
31155
31156         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31157         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31158
31159 2000-02-08  Akim Demaille  <akim@epita.fr>
31160
31161         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31162         `[' and `]' and remove uses of `changequote'.
31163         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31164         (AC_SYS_LARGEFILE): Likewise.
31165         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31166         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31167         of changequote.
31168         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31169         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31170         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31171         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31172
31173 2000-02-05  Jim Meyering  <meyering@lucent.com>
31174
31175         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31176         Remove explicit use of AC_HEADER_TIME.  It is required by
31177         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31178         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31179         in autoconf whereby the expansion of the latter ended up preceding
31180         the expansion of its prerequisite, AC_HEADER_TIME.
31181         Reported by Volker Borchert.
31182
31183 2000-02-03  Jim Meyering  <meyering@lucent.com>
31184
31185         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31186
31187 2000-02-03  Jim Meyering  <meyering@lucent.com>
31188
31189         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31190         rather than with `#if HAVE_UTMPNAME'.
31191
31192 2000-02-02  Jim Meyering  <meyering@lucent.com>
31193
31194         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31195         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31196         Reported by Eli Zaretskii.
31197
31198 2000-02-01  Jim Meyering  <meyering@lucent.com>
31199
31200         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31201
31202 2000-01-31  Jim Meyering  <meyering@lucent.com>
31203
31204         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31205         functions.  Add the time.h and sys/time.h headers along with the
31206         AC_REQUIRE'ment of AC_HEADER_TIME.
31207
31208 2000-01-31  Jim Meyering  <meyering@lucent.com>
31209
31210         * lib/nanosleep.h (nanosleep): Guard declaration with
31211         `#if ! HAVE_DECL_NANOSLEEP'.
31212         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31213         the declaration in that vendor's sys/timers.h.
31214         Reported by Christian Krackowizer.
31215
31216         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31217         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31218         (ISPRINT): Likewise.
31219         Reported by Tom Tromey.
31220
31221 2000-01-30  Jim Meyering  <meyering@lucent.com>
31222
31223         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31224
31225         * m4/prereq.m4 (utmp_includes): Define.
31226         Check for ut_user and ut_name members in both struct utmpx
31227         and struct utmp.
31228
31229 2000-01-30  Jim Meyering  <meyering@lucent.com>
31230
31231         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31232         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31233         header files where only utmpx.ut_user is declared.
31234
31235         * lib/readutmp.h (UT_USER): Define.
31236
31237 2000-01-29  Jim Meyering  <meyering@lucent.com>
31238
31239         * m4/lib-check.m4: New file containing library-related checks from
31240         fileutils and sh-utils (textutils had none).
31241
31242 2000-01-28  Jim Meyering  <meyering@lucent.com>
31243
31244         * m4/perl.m4: Change format of warning message to look more like that
31245         from the missing script.  Suggestion from François Pinard.
31246
31247 2000-01-25  Jim Meyering  <meyering@lucent.com>
31248
31249         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31250         well as time.h in the compile check.
31251         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31252         Fix typo in cross-compiling case: s/yes/no/.
31253
31254 2000-01-23  Jim Meyering  <meyering@lucent.com>
31255
31256         * m4/jm-macros.m4: Move df-related tests here from
31257         fileutils/configure.in
31258
31259         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31260         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31261
31262         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31263         s/space/ac_fsusage_space/.
31264         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31265
31266         * m4/ftruncate.m4: New file (derived from part of
31267         fileutils/configure.in).
31268         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31269         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31270
31271         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31272         AC_SUBST these here, rather than just in sh-util/configure.in, so
31273         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31274         all the same.
31275         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31276         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31277         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31278         (AC_SUBST(POW_LIBM)): Likewise.
31279         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31280
31281 2000-01-23  Jim Meyering  <meyering@lucent.com>
31282
31283         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31284         obstack.c.
31285
31286 2000-01-22  Jim Meyering  <meyering@lucent.com>
31287
31288         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31289
31290         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31291
31292         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31293         configure.in
31294         (AC_CHECK_HEADERS): Likewise for sh-utils.
31295         (AC_CHECK_HEADERS): Likewise for textutils.
31296         Merge the three lists of headers.
31297
31298         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31299         from fileutils' configure.in.
31300
31301         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31302         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31303         check-decl.m4.
31304
31305         * m4/check-decl.m4: Use #if rather than #ifdef.
31306         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31307         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31308         (_jm_DECL_HEADERS): Define new function.
31309         (jm_CHECK_DECLARATIONS): Require it.
31310
31311 2000-01-22  Jim Meyering  <meyering@lucent.com>
31312
31313         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31314         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31315         Required for some AIX systems.  Reported by Christian Krackowizer.
31316         [TESTING] (main): New function.
31317
31318         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31319         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31320         letters.
31321
31322         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31323         iswprint.
31324
31325         * lib/strverscmp.c (ISDIGIT): Define.
31326         (strverscmp): Use ISDIGIT, not isdigit.
31327
31328 2000-01-19  Jim Meyering  <meyering@lucent.com>
31329
31330         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31331         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31332         defines `struct timespec' in <sys/time.h>
31333
31334         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31335         Thanks to Akim for explaining.
31336
31337 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31338
31339         * lib/nanosleep.c (nanosleep):
31340         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31341         POSIX.1 doesn't require SA_INTERRUPT and some systems
31342         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31343         it's been part of POSIX.1 since day 1 (in 1988).
31344
31345 2000-01-17  Jim Meyering  <meyering@lucent.com>
31346
31347         * lib/interlock: Remove unused file.  Reported by François Pinard.
31348
31349 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31350
31351         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31352         alert, backslash, formfeed, and vertical tab unnecessarily in
31353         shell quoting style.
31354
31355 2000-01-16  Jim Meyering  <meyering@lucent.com>
31356
31357         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31358         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31359         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31360         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31361
31362 2000-01-16  Jim Meyering  <meyering@lucent.com>
31363
31364         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31365         because the latter didn't work.
31366
31367 2000-01-15  Jim Meyering  <meyering@lucent.com>
31368
31369         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31370         (AC_REPLACE_FUNCS): Add memcpy and memset.
31371         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31372         Add strpbrk.
31373         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31374
31375 2000-01-12  Jim Meyering  <meyering@lucent.com>
31376
31377         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31378         (jm_PREREQ): Use it.
31379         (jm_PREREQ_READUTMP): New macro.
31380         (jm_PREREQ): Use it.
31381
31382 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31383
31384         Quote multibyte characters correctly.
31385         * m4/c-bs-a.m4: New file.
31386         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31387         (jm_PREREQ): Use it.
31388
31389 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31390
31391         * m4/uintmax_t.m4: Port to autoconf 2.13.
31392
31393 2000-01-08  Jim Meyering  <meyering@ascend.com>
31394
31395         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31396         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31397
31398 2000-01-04  Jim Meyering  <meyering@ascend.com>
31399
31400         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31401         jm_STRUCT_DIRENT_D_TYPE.
31402         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31403         jm_STRUCT_DIRENT_D_INO.
31404         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31405         jm_STRUCT_UTIMBUF.
31406         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31407         renamings.
31408         * m4/utime.m4: Likewise.
31409
31410         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31411         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31412
31413 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31414
31415         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31416         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31417
31418 2000-01-02  Jim Meyering  <meyering@ascend.com>
31419
31420         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31421         remember if this is necessary.
31422
31423 1999-12-26  Jim Meyering  <meyering@ascend.com>
31424
31425         * m4/jm-macros.m4: Use it here.
31426         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31427
31428 1999-12-23  Jim Meyering  <meyering@ascend.com>
31429
31430         * m4/jm-macros.m4: Check for clock_gettime (moved from
31431         fileutils/configure.in)
31432         Check for gettimeofday.
31433
31434 1999-12-20  Jim Meyering  <meyering@ascend.com>
31435
31436         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31437         autoconf-2.14a-1999-12-20.
31438
31439 1999-12-19  Jim Meyering  <meyering@ascend.com>
31440
31441         * m4/lstat-slash.m4: New file.
31442         * m4/jm-macros.m4: Use the new macro:
31443         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31444
31445 1999-12-07  Jim Meyering  <meyering@ascend.com>
31446
31447         * m4/perl.m4: Require that File::Compare be available, too.
31448         Too many systems seem to lack it.
31449
31450         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31451         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31452
31453 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31454
31455         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31456         problem with the QNX 4.25 shell, which doesn't propagate exit
31457         status of failed commands inside shell assignments.
31458
31459 1999-11-17  Jim Meyering  <meyering@ascend.com>
31460
31461         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31462
31463 1999-11-07  Jim Meyering  <meyering@ascend.com>
31464
31465         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31466
31467 1999-11-06  Jim Meyering  <meyering@ascend.com>
31468
31469         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31470         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31471
31472 1999-11-05  Jim Meyering  <meyering@ascend.com>
31473
31474         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31475         configure.in of textutils, fileutils, and sh-utils into this one
31476         (shared between those packages) file.
31477         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31478         AC_STRUCT_ST_BLKSIZE.
31479
31480 1999-11-03  Jim Meyering  <meyering@ascend.com>
31481
31482         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31483         of AC_CHECK_TYPE checks includes unistd.h.
31484         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31485         Suggestion from Akim Demaille.
31486
31487 1999-10-30  Jim Meyering  <meyering@ascend.com>
31488
31489         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31490         m4-quoted string.
31491         * m4/ls-mntd-fs.m4: Likewise.
31492         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31493         * m4/jm-winsz1.m4: Likewise.
31494
31495         * m4/const.m4: Remove file, since the fix made it into the experimental
31496         version of autoconf.
31497         * m4/mktime.m4: Likewise.
31498
31499         * m4/check-type.m4: Remove file, now that the latest version of
31500         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31501
31502         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31503         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31504         AC_CHECK_TYPE.
31505
31506 1999-10-04  Jim Meyering  <meyering@ascend.com>
31507
31508         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31509
31510 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31511
31512         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31513         2.95.1 bug with HP-UX 10.20.
31514
31515 1999-09-17  Jim Meyering  <meyering@ascend.com>
31516
31517         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31518         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31519         due to missing strdup (against sh-utils-2.0).
31520
31521 1999-08-29  Jim Meyering  <meyering@ascend.com>
31522
31523         * m4/jm-macros.m4: Require jm_BISON.
31524         * m4/bison.m4: New file.
31525
31526 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31527
31528         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31529         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31530
31531 1999-08-05  Jim Meyering  <meyering@ascend.com>
31532
31533         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31534         to avoid conflicts with `conftest' on 8+3 filesystems.
31535         Suggestion from Eli Zaretskii.
31536
31537 1999-08-04  Jim Meyering  <meyering@ascend.com>
31538
31539         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31540         fileutils and sh-utils (textutils's getline test was inadequate).
31541         (AM_FUNC_GETLINE): Run this test.
31542         (AC_CHECK_FUNCS): Check for getdelim.
31543         Reported by Bob Proulx.
31544
31545 1999-08-02  Jim Meyering  <meyering@ascend.com>
31546
31547         * m4/jm-macros.m4: Add a comment.
31548
31549 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31550
31551         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31552         <inttypes.h> defines strtoumax as a macro (and not as a
31553         function).
31554
31555 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31556
31557         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31558         that we can shift, multiply and divide unsigned long long
31559         values; Ultrix cc can't do it.
31560
31561 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31562
31563         * m4/mktime.m4: New file, which is a preview of what should appear
31564         in the next public autoconf release.
31565
31566 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31567
31568         * m4/lfs.m4: Remove this file.
31569         * m4/largefile.m4: New file.  It contains the old contents of
31570         lfs.m4, except that all names with prefix AC_LFS have been
31571         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31572         compatible with future autoconf versions.  Also, some minor m4
31573         quoting problems have been fixed.
31574
31575 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31576
31577         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31578         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31579         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31580         and simplify the shell code.
31581
31582 1999-08-01  Jim Meyering  <meyering@ascend.com>
31583
31584         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31585         m4.
31586
31587 1999-07-20  Jim Meyering  <meyering@ascend.com>
31588
31589         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31590
31591 1999-07-15  Jim Meyering  <meyering@ascend.com>
31592
31593         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31594
31595 1999-05-22  Jim Meyering  <meyering@ascend.com>
31596
31597         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31598
31599 1999-05-20  Jim Meyering  <meyering@ascend.com>
31600
31601         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31602         Add a colon after each `then' in case $4 is empty.
31603
31604 1999-05-16  Jim Meyering  <meyering@ascend.com>
31605
31606         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31607
31608 1999-05-10  Jim Meyering  <meyering@ascend.com>
31609
31610         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31611
31612         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31613         AC_FUNC_MKTIME.
31614
31615 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31616
31617         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31618
31619 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31620
31621         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31622         not CPPFLAGS, so that linking works correctly in IRIX.
31623
31624 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31625
31626         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31627
31628 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31629
31630         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31631         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31633         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31634         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31635
31636         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31637
31638 1999-04-20  Jim Meyering  <meyering@ascend.com>
31639
31640         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31641         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31642         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31643
31644 1999-04-18  Jim Meyering  <meyering@ascend.com>
31645
31646         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31647         * m4/jm-macros.m4: Use it.
31648
31649 1999-04-06  Jim Meyering  <meyering@ascend.com>
31650
31651         * m4/strftime.m4: Remove test for %f.
31652
31653 1999-03-29  Jim Meyering  <meyering@ascend.com>
31654
31655         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31656         superset of the AC_TYPE_* checks in the textutils, fileutils,
31657         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31658         AC_TYPE_PID_T.
31659
31660 1999-03-28  Jim Meyering  <meyering@ascend.com>
31661
31662         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31663         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31664         replaced e.g., in the *.sh files of the sh-utils.
31665
31666 1999-03-20  Jim Meyering  <meyering@ascend.com>
31667
31668         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31669         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31670         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31671
31672 1999-03-19  Jim Meyering  <meyering@ascend.com>
31673
31674         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31675
31676 1999-03-12  Jim Meyering  <meyering@ascend.com>
31677
31678         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31679
31680 1999-03-07  Jim Meyering  <meyering@ascend.com>
31681
31682         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31683         declared.
31684
31685 1999-02-17  Jim Meyering  <meyering@ascend.com>
31686
31687         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31688         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31689
31690 1999-02-07  Jim Meyering  <meyering@ascend.com>
31691
31692         * m4/group-member.m4: New file -- extracted from sh-utils'
31693         configure.in.
31694
31695         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31696         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31697
31698 1999-02-06  Jim Meyering  <meyering@ascend.com>
31699
31700         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31701         * m4/fnmatch.m4: Likewise.
31702         * m4/getgroups.m4: Likewise.
31703         * m4/lstat.m4: Likewise.
31704         * m4/malloc.m4: Likewise.
31705         * m4/putenv.m4: Likewise.
31706         * m4/realloc.m4: Likewise.
31707         * m4/regex.m4: Likewise.
31708         * m4/stat.m4: Likewise.
31709         * m4/strftime.m4: Likewise.
31710         Suggestion from Alain Magloire.
31711
31712         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31713         * m4/fnmatch.m4: Likewise.
31714         * m4/getgroups.m4: Likewise.
31715         * m4/getline.m4: Likewise.
31716         * m4/lstat.m4: Likewise.
31717         * m4/malloc.m4: Likewise.
31718         * m4/memcmp.m4: Likewise.
31719         * m4/putenv.m4: Likewise.
31720         * m4/realloc.m4: Likewise.
31721         * m4/regex.m4: Likewise.
31722         * m4/stat.m4: Likewise.
31723         * m4/strftime.m4: Likewise.
31724         Suggestion from Alain Magloire.
31725
31726         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31727         an argument.
31728
31729         * m4/regex.m4: Add a run-time Test for proper operation of
31730         re_compile_pattern.
31731
31732 1999-01-31  Jim Meyering  <meyering@ascend.com>
31733
31734         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31735
31736 1999-01-30  Jim Meyering  <meyering@ascend.com>
31737
31738         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31739
31740         * m4/jm-mktime.m4: Make this a wrapper around the official
31741         AM_FUNC_MKTIME rather than my private copy, now that the official one
31742         is up to date.
31743         * m4/mktime.m4: Remove file.
31744
31745         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31746         * m4/uptime.m4: Likewise.
31747         * m4/uintmax_t.m4: Likewise.
31748
31749 1999-01-28  Jim Meyering  <meyering@ascend.com>
31750
31751         * m4/jm-macros.m4: Use jm_AFS.
31752         * m4/afs.m4: New file (from fileutils' configure.in).
31753
31754         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31755         * m4/chown.m4: Likewise.
31756         * m4/d-ino.m4: Likewise.
31757         * m4/d-type.m4: Likewise.
31758         * m4/fnmatch.m4: Likewise.
31759         * m4/getgroups.m4: Likewise.
31760         * m4/gettext.m4: Likewise.
31761         * m4/jm-mktime.m4: Likewise.
31762         * m4/jm-winsz2.m4: Likewise.
31763         * m4/lcmessage.m4: Likewise.
31764         * m4/ls-mntd-fs.m4: Likewise.
31765         * m4/malloc.m4: Likewise.
31766         * m4/memcmp.m4: Likewise.
31767         * m4/putenv.m4: Likewise.
31768         * m4/realloc.m4: Likewise.
31769         * m4/st_mtim.m4: Likewise.
31770         * m4/strftime.m4: Likewise.
31771
31772 1999-01-16  Jim Meyering  <meyering@ascend.com>
31773
31774         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31775         (ARGMATCH_DIE_DECL): Define.
31776
31777 1999-01-12  Jim Meyering  <meyering@ascend.com>
31778
31779         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31780         Reported by Lars Hecking.
31781
31782 1999-01-10  Jim Meyering  <meyering@ascend.com>
31783
31784         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31785         gross kludge.
31786         * m4/inttypes_h.m4: Likewise.
31787         * m4/lstat.m4: Likewise.
31788         * m4/malloc.m4: Likewise.
31789         * m4/readdir.m4: Likewise.
31790         * m4/realloc.m4: Likewise.
31791         * m4/st_dm_mode.m4: Likewise.
31792         * m4/stat.m4: Likewise.
31793         * m4/utimbuf.m4: Likewise.
31794         * m4/utimes.m4: Likewise.
31795
31796         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31797         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31798         comments in config.h.in are meaningful.
31799
31800         * m4/jm-macros.m4: Require autoconf-2.13 here.
31801
31802         * m4/regex.m4: By default, don't use the included regex.c on systems
31803         with glibc 2.  Suggestion from Uli Drepper.
31804
31805 1999-01-02  Jim Meyering  <meyering@ascend.com>
31806
31807         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31808
31809 1998-12-18  Jim Meyering  <meyering@ascend.com>
31810
31811         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31812         Based on a suggestion from Lars Hecking.
31813
31814 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31815
31816         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31817
31818 1998-11-16  Jim Meyering  <meyering@ascend.com>
31819
31820         * m4/lfs.m4: Double-quote the `uname...` expression.
31821
31822 1998-11-14  Jim Meyering  <meyering@ascend.com>
31823
31824         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31825         * m4/stat.m4: Likewise.
31826
31827 1998-11-03  Jim Meyering  <meyering@ascend.com>
31828
31829         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31830         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31831
31832 1998-10-18  Jim Meyering  <meyering@ascend.com>
31833
31834         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31835
31836 1998-10-17  Jim Meyering  <meyering@ascend.com>
31837
31838         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31839         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31840         calls for those previously hard-coded headers.  Instead, take a new
31841         parameter.
31842         (jm_CHECK_DECLARATIONS): Reflect interface change.
31843         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31844         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31845
31846         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31847
31848 1998-10-14  Jim Meyering  <meyering@ascend.com>
31849
31850         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31851         instead of "TZ=America/Vancouver".  From Paul Eggert.
31852
31853 1998-10-11  Jim Meyering  <meyering@ascend.com>
31854
31855         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31856         This adds a test for a recently added compatibility fix for mktime.c.
31857         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31858
31859 1998-09-27  Jim Meyering  <meyering@ascend.com>
31860
31861         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31862
31863         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31864         ../configure.in, including a change from Gordon Matzigkeit to allow
31865         cross-compiling for the Hurd.
31866
31867         * m4/glibc.m4: New file/macro to test for the GNU C Library
31868         versions 1 and 2.  From Gordon Matzigkeit.
31869         Indent.
31870
31871 1998-09-21  Jim Meyering  <meyering@ascend.com>
31872
31873         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31874
31875 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31876
31877         Port nanosecond-resolution times to UnixWare 2.1.2 and
31878         pedantic Solaris 2.6.
31879
31880         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31881         AC_STRUCT_ST_MTIM.
31882         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31883         Generate name of ns member, instead of just 1 or undef.
31884         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31885
31886 1998-08-15  Jim Meyering  <meyering@ascend.com>
31887
31888         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31889         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31890         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31891         instead of jm_TYPE_SSIZE_T.
31892
31893 1998-08-12  Jim Meyering  <meyering@ascend.com>
31894
31895         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31896
31897 1998-08-02  Jim Meyering  <meyering@ascend.com>
31898
31899         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31900         in acconfig.h manually.
31901
31902 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31903
31904         * m4/st_mtim.m4: New file.
31905
31906 1998-07-28  Jim Meyering  <meyering@ascend.com>
31907
31908         * m4/utimes.m4: Undef stat.
31909
31910 1998-07-25  Jim Meyering  <meyering@ascend.com>
31911
31912         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31913         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31914
31915 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31916
31917         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31918         uid and gid actually remain unchanged.
31919
31920 1998-07-07  Jim Meyering  <meyering@ascend.com>
31921
31922         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31923
31924 1998-07-04  Jim Meyering  <meyering@ascend.com>
31925
31926         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31927         to prove that this macro can be used in packages without regex.c.
31928
31929 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31930
31931         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31932         is to be used.
31933
31934 1998-07-03  Jim Meyering  <meyering@ascend.com>
31935
31936         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31937
31938         * m4/gettext.m4: New file -- from gettext-0.10.35.
31939         * m4/lcmessage.m4: Likewise.
31940         * m4/progtest.m4: Likewise.
31941
31942         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31943         * m4/jm-macros.m4: Require the new macro.
31944
31945 1998-06-29  Jim Meyering  <meyering@ascend.com>
31946
31947         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31948         for the definition of NGROUPS (used in a system header included
31949         by sys/mount.h).
31950
31951 1998-06-28  Jim Meyering  <meyering@ascend.com>
31952
31953         * m4/ls-mntd-fs.m4: New file.
31954         * m4/fstypename.m4: New file.
31955
31956         * m4/jm-macros.m4: Require the new macro.
31957         * m4/jm-glibc-io.m4: New file.
31958
31959 1998-05-19  Jim Meyering  <meyering@ascend.com>
31960
31961         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31962         * m4/lchown.m4: New file.
31963
31964         * m4/Makefile.am.in: New file.
31965         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31966
31967 1998-05-14  Jim Meyering  <meyering@ascend.com>
31968
31969         * m4/Makefile.am (EXTRA_DIST): Add them.
31970         * m4/jm-macros.m4: New file.
31971         * m4/utimbuf.m4: New file.
31972
31973 1998-05-12  Jim Meyering  <meyering@ascend.com>
31974
31975         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31976
31977 1998-05-11  Jim Meyering  <meyering@ascend.com>
31978
31979         * m4/isc-posix.m4: New file.
31980
31981 1998-05-10  Jim Meyering  <meyering@ascend.com>