New module 'uniwidth/width'.
[pspp] / ChangeLog
1 2007-07-07  Bruno Haible  <bruno@clisp.org>
2
3         * lib/uniwidth/width.c: New file, from GNU libiconv.
4         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
5         * modules/uniwidth/width: New file.
6
7         * lib/uniwidth.h: New file, from GNU libiconv.
8         * modules/uniwidth/base: New file.
9
10 2007-07-07  Bruno Haible  <bruno@clisp.org>
11
12         * lib/uniname.h: New file, from GNU gettext.
13         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14         * lib/uniname/uninames.h: New file, from GNU gettext.
15         * lib/uniname/uniname.c: New file, from GNU gettext.
16         * tests/uniname/test-uninames.sh: New file.
17         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
19         * modules/uniname/base: New file.
20         * modules/uniname/uniname: New file.
21         * modules/uniname/uniname-tests: New file.
22         * MODULES.html.sh (Unicode string functions): Add the new modules.
23
24 2007-07-06  Bruno Haible  <bruno@clisp.org>
25
26         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
27
28 2007-07-06  Bruno Haible  <bruno@clisp.org>
29
30         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
31         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
32         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33         include <sys/time.h>.
34         Reported by Eric Blake.
35
36 2007-07-06  Eric Blake  <ebb9@byu.net>
37
38         Fix testing canonicalize on cygwin.
39         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
40         Revert patch from 2007-06-19.
41         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
42         canonicalize module is also in use.
43         * tests/test-canonicalize.c: New file.
44         * tests/test-canonicalize.sh: Likewise.
45         * modules/canonicalize-tests: Likewise.
46
47 2007-07-06  Jim Meyering  <jim@meyering.net>
48
49         * lib/getugroups.c (getugroups): Detect getgrent failure.
50         Adjust comment to reflect reality: this function may return -1.
51
52 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
53
54         * build-aux/bootstrap (TP_URL,get_translations): Update to use
55         the new TP address.
56         (usage): Fix typo
57         (gnulib_mk): New variable.
58
59 2007-07-05  Jim Meyering  <jim@meyering.net>
60
61         Don't let endgrent clobber errno, no matter how improbable.
62         * lib/getugroups.c (getugroups): Save and restore errno around
63         endgrent call.
64
65         Close the group DB even when failing with 2^31 or more members.
66         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
67
68 2007-07-04  Jim Meyering  <jim@meyering.net>
69
70         * lib/getugroups.h: New file.
71         * lib/getugroups.c: Include "getugroups.h".
72         Remove uses of "register" keyword.
73         Move local variable, "cp", down into scope where used.
74         Give "username" parameter the "const" attribute.
75         * modules/getugroups (Files): Add lib/getugroups.h
76
77 2007-07-04  Karl Berry  <karl@gnu.org>
78
79         * MODULES.html.sh (func_all_modules): Complete rename of
80         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
81
82 2007-07-02  Bruno Haible  <bruno@clisp.org>
83
84         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
85         mode, when inttypes.h comes from gnulib.
86         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
87
88 2007-07-02  Simon Josefsson  <simon@josefsson.org>
89
90         * NEWS: Mention lgpl module name change.
91
92         * modules/lgpl-2.1: Renamed from lgpl.
93
94         * NEWS: Mention gpl module name change.
95
96         * modules/gpl-3.0: New file, based on gpl-2.0.
97
98         * modules/gpl-2.0: Renamed from gpl.
99
100         * modules/gpl: Fix filename, doc/gpl.texi is now found at
101         doc/gpl-2.0.texi.
102
103 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
104
105         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
106         #define __STDC_LIMIT_MACROS temporarily while including
107         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
108         Problem reported by Joel E. Denny in
109         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
110
111 2007-07-01  Bruno Haible  <bruno@clisp.org>
112
113         * lib/unistdio.h: New file.
114         * lib/unistdio/u-asnprintf.h: New file.
115         * lib/unistdio/u-asprintf.h: New file.
116         * lib/unistdio/u-printf-args.c: New file.
117         * lib/unistdio/u-printf-args.h: New file.
118         * lib/unistdio/u-printf-parse.h: New file.
119         * lib/unistdio/u-snprintf.h: New file.
120         * lib/unistdio/u-sprintf.h: New file.
121         * lib/unistdio/u-vasprintf.h: New file.
122         * lib/unistdio/u-vsnprintf.h: New file.
123         * lib/unistdio/u-vsprintf.h: New file.
124         * lib/unistdio/ulc-asnprintf.c: New file.
125         * lib/unistdio/ulc-asprintf.c: New file.
126         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
127         * lib/unistdio/ulc-printf-parse.c: New file.
128         * lib/unistdio/ulc-snprintf.c: New file.
129         * lib/unistdio/ulc-sprintf.c: New file.
130         * lib/unistdio/ulc-vasnprintf.c: New file.
131         * lib/unistdio/ulc-vasprintf.c: New file.
132         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
133         * lib/unistdio/ulc-vsnprintf.c: New file.
134         * lib/unistdio/ulc-vsprintf.c: New file.
135         * lib/unistdio/u8-asnprintf.c: New file.
136         * lib/unistdio/u8-asprintf.c: New file.
137         * lib/unistdio/u8-printf-parse.c: New file.
138         * lib/unistdio/u8-snprintf.c: New file.
139         * lib/unistdio/u8-sprintf.c: New file.
140         * lib/unistdio/u8-vasnprintf.c: New file.
141         * lib/unistdio/u8-vasprintf.c: New file.
142         * lib/unistdio/u8-vsnprintf.c: New file.
143         * lib/unistdio/u8-vsprintf.c: New file.
144         * lib/unistdio/u8-u8-asnprintf.c: New file.
145         * lib/unistdio/u8-u8-asprintf.c: New file.
146         * lib/unistdio/u8-u8-snprintf.c: New file.
147         * lib/unistdio/u8-u8-sprintf.c: New file.
148         * lib/unistdio/u8-u8-vasnprintf.c: New file.
149         * lib/unistdio/u8-u8-vasprintf.c: New file.
150         * lib/unistdio/u8-u8-vsnprintf.c: New file.
151         * lib/unistdio/u8-u8-vsprintf.c: New file.
152         * lib/unistdio/u16-asnprintf.c: New file.
153         * lib/unistdio/u16-asprintf.c: New file.
154         * lib/unistdio/u16-printf-parse.c: New file.
155         * lib/unistdio/u16-snprintf.c: New file.
156         * lib/unistdio/u16-sprintf.c: New file.
157         * lib/unistdio/u16-vasnprintf.c: New file.
158         * lib/unistdio/u16-vasprintf.c: New file.
159         * lib/unistdio/u16-vsnprintf.c: New file.
160         * lib/unistdio/u16-vsprintf.c: New file.
161         * lib/unistdio/u16-u16-asnprintf.c: New file.
162         * lib/unistdio/u16-u16-asprintf.c: New file.
163         * lib/unistdio/u16-u16-snprintf.c: New file.
164         * lib/unistdio/u16-u16-sprintf.c: New file.
165         * lib/unistdio/u16-u16-vasnprintf.c: New file.
166         * lib/unistdio/u16-u16-vasprintf.c: New file.
167         * lib/unistdio/u16-u16-vsnprintf.c: New file.
168         * lib/unistdio/u16-u16-vsprintf.c: New file.
169         * lib/unistdio/u32-asnprintf.c: New file.
170         * lib/unistdio/u32-asprintf.c: New file.
171         * lib/unistdio/u32-printf-parse.c: New file.
172         * lib/unistdio/u32-snprintf.c: New file.
173         * lib/unistdio/u32-sprintf.c: New file.
174         * lib/unistdio/u32-vasnprintf.c: New file.
175         * lib/unistdio/u32-vasprintf.c: New file.
176         * lib/unistdio/u32-vsnprintf.c: New file.
177         * lib/unistdio/u32-vsprintf.c: New file.
178         * lib/unistdio/u32-u32-asnprintf.c: New file.
179         * lib/unistdio/u32-u32-asprintf.c: New file.
180         * lib/unistdio/u32-u32-snprintf.c: New file.
181         * lib/unistdio/u32-u32-sprintf.c: New file.
182         * lib/unistdio/u32-u32-vasnprintf.c: New file.
183         * lib/unistdio/u32-u32-vasprintf.c: New file.
184         * lib/unistdio/u32-u32-vsnprintf.c: New file.
185         * lib/unistdio/u32-u32-vsprintf.c: New file.
186         * tests/unistdio/test-ulc-asnprintf1.c: New file.
187         * tests/unistdio/test-ulc-asnprintf1.h: New file.
188         * tests/unistdio/test-ulc-printf1.h: New file.
189         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
190         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
191         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
192         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
193         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
194         * tests/unistdio/test-ulc-vasprintf1.c: New file.
195         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
196         * tests/unistdio/test-ulc-vsprintf1.c: New file.
197         * tests/unistdio/test-u8-asnprintf1.c: New file.
198         * tests/unistdio/test-u8-asnprintf1.h: New file.
199         * tests/unistdio/test-u8-printf1.h: New file.
200         * tests/unistdio/test-u8-vasnprintf1.c: New file.
201         * tests/unistdio/test-u8-vasnprintf2.c: New file.
202         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
203         * tests/unistdio/test-u8-vasnprintf3.c: New file.
204         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
205         * tests/unistdio/test-u8-vasprintf1.c: New file.
206         * tests/unistdio/test-u8-vsnprintf1.c: New file.
207         * tests/unistdio/test-u8-vsprintf1.c: New file.
208         * tests/unistdio/test-u16-asnprintf1.c: New file.
209         * tests/unistdio/test-u16-asnprintf1.h: New file.
210         * tests/unistdio/test-u16-printf1.h: New file.
211         * tests/unistdio/test-u16-vasnprintf1.c: New file.
212         * tests/unistdio/test-u16-vasnprintf2.c: New file.
213         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
214         * tests/unistdio/test-u16-vasnprintf3.c: New file.
215         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
216         * tests/unistdio/test-u16-vasprintf1.c: New file.
217         * tests/unistdio/test-u16-vsnprintf1.c: New file.
218         * tests/unistdio/test-u16-vsprintf1.c: New file.
219         * tests/unistdio/test-u32-asnprintf1.c: New file.
220         * tests/unistdio/test-u32-asnprintf1.h: New file.
221         * tests/unistdio/test-u32-printf1.h: New file.
222         * tests/unistdio/test-u32-vasnprintf1.c: New file.
223         * tests/unistdio/test-u32-vasnprintf2.c: New file.
224         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
225         * tests/unistdio/test-u32-vasnprintf3.c: New file.
226         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
227         * tests/unistdio/test-u32-vasprintf1.c: New file.
228         * tests/unistdio/test-u32-vsnprintf1.c: New file.
229         * tests/unistdio/test-u32-vsprintf1.c: New file.
230         * modules/unistdio/base: New file.
231         * modules/unistdio/u-printf-args: New file.
232         * modules/unistdio/ulc-asnprintf: New file.
233         * modules/unistdio/ulc-asprintf: New file.
234         * modules/unistdio/ulc-fprintf: New file.
235         * modules/unistdio/ulc-printf-parse: New file.
236         * modules/unistdio/ulc-snprintf: New file.
237         * modules/unistdio/ulc-sprintf: New file.
238         * modules/unistdio/ulc-vasnprintf: New file.
239         * modules/unistdio/ulc-vasprintf: New file.
240         * modules/unistdio/ulc-vfprintf: New file.
241         * modules/unistdio/ulc-vsnprintf: New file.
242         * modules/unistdio/ulc-vsprintf: New file.
243         * modules/unistdio/u8-asnprintf: New file.
244         * modules/unistdio/u8-asprintf: New file.
245         * modules/unistdio/u8-printf-parse: New file.
246         * modules/unistdio/u8-snprintf: New file.
247         * modules/unistdio/u8-sprintf: New file.
248         * modules/unistdio/u8-vasnprintf: New file.
249         * modules/unistdio/u8-vasprintf: New file.
250         * modules/unistdio/u8-vsnprintf: New file.
251         * modules/unistdio/u8-vsprintf: New file.
252         * modules/unistdio/u8-u8-asnprintf: New file.
253         * modules/unistdio/u8-u8-asprintf: New file.
254         * modules/unistdio/u8-u8-snprintf: New file.
255         * modules/unistdio/u8-u8-sprintf: New file.
256         * modules/unistdio/u8-u8-vasnprintf: New file.
257         * modules/unistdio/u8-u8-vasprintf: New file.
258         * modules/unistdio/u8-u8-vsnprintf: New file.
259         * modules/unistdio/u8-u8-vsprintf: New file.
260         * modules/unistdio/u16-asnprintf: New file.
261         * modules/unistdio/u16-asprintf: New file.
262         * modules/unistdio/u16-printf-parse: New file.
263         * modules/unistdio/u16-snprintf: New file.
264         * modules/unistdio/u16-sprintf: New file.
265         * modules/unistdio/u16-vasnprintf: New file.
266         * modules/unistdio/u16-vasprintf: New file.
267         * modules/unistdio/u16-vsnprintf: New file.
268         * modules/unistdio/u16-vsprintf: New file.
269         * modules/unistdio/u16-u16-asnprintf: New file.
270         * modules/unistdio/u16-u16-asprintf: New file.
271         * modules/unistdio/u16-u16-snprintf: New file.
272         * modules/unistdio/u16-u16-sprintf: New file.
273         * modules/unistdio/u16-u16-vasnprintf: New file.
274         * modules/unistdio/u16-u16-vasprintf: New file.
275         * modules/unistdio/u16-u16-vsnprintf: New file.
276         * modules/unistdio/u16-u16-vsprintf: New file.
277         * modules/unistdio/u32-asnprintf: New file.
278         * modules/unistdio/u32-asprintf: New file.
279         * modules/unistdio/u32-printf-parse: New file.
280         * modules/unistdio/u32-snprintf: New file.
281         * modules/unistdio/u32-sprintf: New file.
282         * modules/unistdio/u32-vasnprintf: New file.
283         * modules/unistdio/u32-vasprintf: New file.
284         * modules/unistdio/u32-vsnprintf: New file.
285         * modules/unistdio/u32-vsprintf: New file.
286         * modules/unistdio/u32-u32-asnprintf: New file.
287         * modules/unistdio/u32-u32-asprintf: New file.
288         * modules/unistdio/u32-u32-snprintf: New file.
289         * modules/unistdio/u32-u32-sprintf: New file.
290         * modules/unistdio/u32-u32-vasnprintf: New file.
291         * modules/unistdio/u32-u32-vasprintf: New file.
292         * modules/unistdio/u32-u32-vsnprintf: New file.
293         * modules/unistdio/u32-u32-vsprintf: New file.
294         * modules/unistdio/ulc-asnprintf-tests: New file.
295         * modules/unistdio/ulc-vasnprintf-tests: New file.
296         * modules/unistdio/ulc-vasprintf-tests: New file.
297         * modules/unistdio/ulc-vsnprintf-tests: New file.
298         * modules/unistdio/ulc-vsprintf-tests: New file.
299         * modules/unistdio/u8-asnprintf-tests: New file.
300         * modules/unistdio/u8-vasnprintf-tests: New file.
301         * modules/unistdio/u8-vasprintf-tests: New file.
302         * modules/unistdio/u8-vsnprintf-tests: New file.
303         * modules/unistdio/u8-vsprintf-tests: New file.
304         * modules/unistdio/u16-asnprintf-tests: New file.
305         * modules/unistdio/u16-vasnprintf-tests: New file.
306         * modules/unistdio/u16-vasprintf-tests: New file.
307         * modules/unistdio/u16-vsnprintf-tests: New file.
308         * modules/unistdio/u16-vsprintf-tests: New file.
309         * modules/unistdio/u32-asnprintf-tests: New file.
310         * modules/unistdio/u32-vasnprintf-tests: New file.
311         * modules/unistdio/u32-vasprintf-tests: New file.
312         * modules/unistdio/u32-vsnprintf-tests: New file.
313         * modules/unistdio/u32-vsprintf-tests: New file.
314         * MODULES.html.sh (Unicode string functions): Add the new modules.
315
316 2007-07-01  Bruno Haible  <bruno@clisp.org>
317
318         * lib/sprintf.c (sprintf): Limit the available length estimation,
319         to avoid address wraparound.
320         * lib/vsprintf.c (vsprintf): Likewise.
321         * modules/sprintf-posix (Dependencies): Add stdint.
322         * modules/vsprintf-posix (Dependencies): Likewise.
323
324 2007-07-01  Bruno Haible <bruno@clisp.org>
325
326         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
327         Windows PATH as well. Conservative double-quoting. Comments.
328
329 2007-07-01  Bruno Haible <bruno@clisp.org>
330             Eric Blake  <ebb9@byu.net>
331             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
332
333         * gnulib-tool (self_abspathname): Fix algorithm to cope with
334         empty components in $PATH, denoting '.'.
335
336 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
337
338         * gnulib-tool: Fix indentation.
339         (func_create_megatestdir): Likewise.
340         Report by Bruno Haible.
341
342 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
343
344         Sync from Automake.
345         * build-aux/gnupload: Fix shell portability issues with for loops.
346         Report by Karl Berry.
347
348 2007-06-29  Simon Josefsson  <simon@josefsson.org>
349
350         * build-aux/maint.mk (POURL): Use translationproject.org.
351
352 2007-06-27  Simon Josefsson  <simon@josefsson.org>
353             Bruno Haible  <bruno@clisp.org>
354
355         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
356         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
357         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
358         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
359         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
360
361 2007-06-27  Bruno Haible  <bruno@clisp.org>
362
363         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
364         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
365
366 2007-06-26  Karl Berry  <karl@gnu.org>
367
368         * MODULES.html.sh: remove xreadlink-with-size.
369
370 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
371
372         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
373         method that I hope also handles the double-include problem noted
374         by Bruno Haible in
375         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
376
377 2007-06-23  Bruno Haible  <bruno@clisp.org>
378
379         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
380         Don't let the 'mostlyclean' target fail if the last subdirectory could
381         not be removed.
382         Reported by Karl Berry.
383
384 2007-06-23  Bruno Haible  <bruno@clisp.org>
385
386         * gnulib-tool (echo): Add a speedier workaround for ksh.
387         * tests/test-echo.sh: Likewise.
388
389 2007-06-23  Bruno Haible  <bruno@clisp.org>
390
391         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
392         * tests/test-echo.sh: Likewise.
393
394 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
395
396         * gnulib-tool (IFS): Initialize early, so we don't set it to
397         empty later.
398         (self_abspathname): Rewrite algorithm to set it, reindent.
399         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
400         (func_create_megatestdir): Merge some sed scripts.
401
402 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
403
404         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
405         exposed by Sun Studio 11 cc on Solaris 8.
406
407 2007-06-22  Bruno Haible  <bruno@clisp.org>
408
409         * gnulib-tool (echo): Ensure the echo primitive does not interpret
410         backslashes.
411         * tests/test-echo.sh: New file.
412
413 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
414
415         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
416         simplify `sed_replace_build_aux' scripts, they are portable but
417         echoing them with `echo' is not.
418         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
419
420 2007-06-21  Karl Berry  <karl@gnu.org>
421
422         * config/srclist.txt: guess we can't handle the licenses via
423         srclist at the moment.
424
425 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
426
427         * MODULES.html.sh: Add include_next.
428         * modules/include_next: New file.
429
430 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
431
432         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
433         INCLUDE_NEXT.
434         (gl_CHECK_NEXT_HEADERS): New macro.
435         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
436         the obsolescent gl_ABSOLUTE_HEADER.
437         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
438         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
439         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
440         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
441         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
442         * m4/math_h.m4 (gl_MATH_H): Likewise.
443         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
444         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
445         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
446         * m4/stdint.m4 (gl_STDINT_H): Likewise.
447         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
448         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
449         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
450         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
451         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
452         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
453         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
454         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
455         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
456         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
457         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
458         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
459         * m4/inttypes.m4 (gl_INTTYPES_H): Define
460         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
461         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
462         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
463         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
464         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
465         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
466         * lib/float_.h: Likewise.
467         * lib/inttypes_.h: Likewise.
468         * lib/math_.h: Likewise.
469         * lib/search_.h: Likewise.
470         * lib/signal_.h: Likewise.
471         * lib/stdint_.h: Likewise.
472         * lib/stdio_.h: Likewise.
473         * lib/stdlib_.h: Likewise.
474         * lib/string_.h: Likewise.
475         * lib/sys_stat_.h: Likewise.
476         * lib/sys_time_.h: Likewise.
477         * lib/time_.h: Likewise.
478         * lib/unistd_.h: Likewise.
479         * lib/wchar_.h: Likewise.
480         * lib/wctype_.h: Likewise.
481         * lib/dirent_.h: Likewise.
482         * lib/iconv_.h: Likewise.
483         * lib/locale_.h: Likewise.
484         * lib/netinet_in_.h: Likewise.
485         * lib/sys_select_.h: Likewise.
486         * lib/sys_socket_.h: Likewise.
487         * lib/sysexits_.h: Likewise.
488         * modules/fcntl (Depends-on): Depend on include_next, not
489         absolute_header.
490         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
491         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
492         * modules/fchdir: Likewise.
493         * modules/float: Likewise.
494         * modules/iconv_open: Likewise.
495         * modules/inttypes: Likewise.
496         * modules/locale: Likewise.
497         * modules/math: Likewise.
498         * modules/netinet_in: Likewise.
499         * modules/search: Likewise.
500         * modules/signal: Likewise.
501         * modules/stdint: Likewise.
502         * modules/stdio: Likewise.
503         * modules/stdlib: Likewise.
504         * modules/string: Likewise.
505         * modules/sys_select: Likewise.
506         * modules/sys_socket: Likewise.
507         * modules/sys_stat: Likewise.
508         * modules/sys_time: Likewise.
509         * modules/sysexits: Likewise.
510         * modules/time: Likewise.
511         * modules/unistd: Likewise.
512         * modules/wchar: Likewise.
513         * modules/wctype: Likewise.
514         * modules/sys_stat: Change maintainer to "all".
515         * modules/unistd: Likewise.
516
517 2007-06-20  Karl Berry  <karl@gnu.org>
518
519         * config/srclist.txt: track www changes in license files.
520
521 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
522
523         * build-aux/bootstrap: Remove stray dot.
524         Make sure build_aux settings are honored when linking
525         gnulib_extra_files.
526
527 2007-06-19  Eric Blake  <ebb9@byu.net>
528
529         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
530         Allow compilation on cygwin.
531
532 2007-06-19  Jim Meyering  <jim@meyering.net>
533
534         xreadlink-with-size: Remove module.  No longer used.
535         Ex-callers now use xreadlink or mreadlink-with-size.
536         * modules/xreadlink-with-size: Remove module.
537         * lib/xreadlink-with-size.c: Remove file.
538         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
539         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
540         just before the function definition *is* accurate.
541
542         Eliminate one way canonicalize_filename_mode could exit.
543         * lib/canonicalize.c (canonicalize_filename_mode):
544         Use mreadlink_with_size, not xreadlink_with_size.
545
546 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
547
548         Detect porting problems to FreeBSD/arm, which has time_t wider than
549         long int.  Original problem reported for GNU diff by Xin Li in
550         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
551         * modules/getdate (Depends-on): Add intprops, verify.
552         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
553         is an integer type no wider than long int.
554
555 2007-06-18  Jim Meyering  <jim@meyering.net>
556
557         New module: mreadlink-with-size.
558         * MODULES.html.sh: Add mreadlink-with-size.
559         * modules/mreadlink-with-size: New module
560         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
561         not xreadlink-with-size.
562         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
563
564 2007-06-16  Bruno Haible  <bruno@clisp.org>
565
566         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
567         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
568         Reported by Gary V. Vaughan <gary@gnu.org>.
569
570 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
571
572         Revamp lchown so that it lives in unistd.h where it belongs.
573         * lib/lchown.h: Remove.
574         * lib/dirchownmod.c: Don't include lib/lchown.h.
575         * lib/fchownat.c: Likewise.
576         * lib/openat.c: Likewise.
577         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
578         does not follow symlinks.
579         (EOPNOTSUPP): Define if not defined.
580         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
581         is defined to 0.
582         (lchown): New decl.
583         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
584         Do not check for lchown decl.
585         Set REPLACE_LCHOWN.
586         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
587         REPLACE_LCHOWN.
588         * modules/chown: Make it clear it follows symlinks.
589         * modules/lchown: Make it clear it doesn't follow symlinks.
590         (Files): Remove lib/lchown.h
591         (Depends-on): Add unistd.
592         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
593         (Include): Include <unistd.h>, not "lchown.h".
594         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
595         REPLACE_LCHOWN.
596
597 2007-06-15  Jim Meyering  <jim@meyering.net>
598
599         Change license (GPL to LGPL) of fsusage and dependents.
600         * modules/fsusage (License): Change to LGPL.
601         * modules/full-read (License): Likewise.
602         * modules/full-write (License): Likewise.
603         * modules/safe-read (License): Likewise.
604         * modules/safe-write (License): Likewise.
605
606 2007-06-14  Ben Pfaff  <blp@gnu.org>
607
608         Missing part of allocsa -> malloca transition.
609         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
610         gl_MALLOCA.
611
612 2007-06-12  Bruno Haible  <bruno@clisp.org>
613
614         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
615         to ia64, x86_64, i386.
616         Reported by Eric Blake.
617
618 2007-06-12  Bruno Haible  <bruno@clisp.org>
619
620         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
621         cross-compiling to x86_64.
622
623 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
624
625         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
626         glitch reported by Ralf Wildenhues in
627         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
628
629         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
630         Vin Shelton.
631
632 2007-06-11  Bruno Haible  <bruno@clisp.org>
633
634         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
635         replacement string.
636         Reported by Eric Blake.
637
638 2007-06-10  Bruno Haible  <bruno@clisp.org>
639
640         Prepare vasnprintf code for use with Unicode strings.
641         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
642         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
643         TYPE_U32_STRING.
644         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
645         a_u32_string variants.
646         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
647         * lib/printf-args.c: Don't include config.h and the specification
648         header if PRINTF_FETCHARGS is already defined.
649         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
650         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
651         TYPE_U16_STRING, TYPE_U32_STRING.
652         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
653         u16_directive, u16_directives, u32_directive, u32_directives): New
654         types.
655         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
656         New declarations.
657         * lib/printf-parse.c: Don't include config.h and the specification
658         header if PRINTF_PARSE is already defined. Eliminate the set of
659         parameters for WIDE_CHAR_VERSION; the user of this file must provide
660         them now. Include c-ctype.h.
661         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
662         directive and CHAR_T_ONLY_ASCII.
663         * lib/vasnprintf.c: Don't include config.h and the specification header
664         if VASNPRINTF is already defined.
665         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
666         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
667         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
668         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
669         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
670         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
671         code accordingly.
672         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
673         pad_ourselves also in this case, with the 'c' and 's' directives, and
674         with a different notion of "width".
675         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
676
677 2007-06-10  Bruno Haible  <bruno@clisp.org>
678
679         * modules/unistr/u32-mbsnlen: New file.
680         * lib/unistr/u32-mbsnlen.c: New file.
681
682         * modules/unistr/u16-mbsnlen: New file.
683         * lib/unistr/u16-mbsnlen.c: New file.
684
685         * modules/unistr/u8-mbsnlen: New file.
686         * lib/unistr/u8-mbsnlen.c: New file.
687
688         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
689         declarations.
690
691 2007-06-10  Bruno Haible  <bruno@clisp.org>
692
693         * lib/string_.h (mbsnlen): New declaration.
694         * lib/mbsnlen.c: New file.
695         * m4/mbsnlen.m4: New file.
696         * modules/mbsnlen: New file.
697         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
698         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
699         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
700
701 2007-06-10  Bruno Haible  <bruno@clisp.org>
702
703         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
704
705 2007-06-10  Bruno Haible  <bruno@clisp.org>
706
707         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
708         * lib/mbuiter.h: Likewise.
709
710 2007-06-10  Bruno Haible  <bruno@clisp.org>
711
712         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
713         declaration.
714
715 2007-06-10  Karl Berry  <karl@gnu.org>
716
717         * config/srclist.txt: remove gettext entries, Bruno prefers
718         to update individually.
719
720 2007-06-10  Bruno Haible  <bruno@clisp.org>
721
722         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
723         'maxlen'. Ensure only length + width bytes are allocated, not
724         length + 1 + width.
725
726 2007-06-09  Bruno Haible  <bruno@clisp.org>
727
728         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
729         (CHAR_T): Remove macro.
730         (VASNPRINTF): Update.
731
732 2007-06-09  Bruno Haible  <bruno@clisp.org>
733
734         * MODULES.html.sh (Unicode string functions): Add the new modules.
735
736         * modules/uniconv/u32-conv-to-enc: New file.
737         * lib/uniconv/u32-conv-to-enc.c: New file.
738         * modules/uniconv/u32-conv-to-enc-tests: New file.
739         * tests/uniconv/test-u32-conv-to-enc.c: New file.
740
741         * modules/uniconv/u16-conv-to-enc: New file.
742         * lib/uniconv/u16-conv-to-enc.c: New file.
743         * lib/uniconv/u-conv-to-enc.h: New file.
744         * modules/uniconv/u16-conv-to-enc-tests: New file.
745         * tests/uniconv/test-u16-conv-to-enc.c: New file.
746
747         * modules/uniconv/u8-conv-to-enc: New file.
748         * lib/uniconv/u8-conv-to-enc.c: New file.
749         * modules/uniconv/u8-conv-to-enc-tests: New file.
750         * tests/uniconv/test-u8-conv-to-enc.c: New file.
751
752         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
753         u32_conv_to_encoding): New declarations.
754
755 2007-06-09  Bruno Haible  <bruno@clisp.org>
756
757         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
758
759 2007-06-09  Bruno Haible  <bruno@clisp.org>
760
761         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
762         * modules/malloca: Renamed from modules/allocsa, updated.
763         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
764         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
765         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
766         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
767         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
768         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
769         * modules/xmalloca: Renamed from modules/xallocsa, updated.
770         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
771         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
772         * modules/c-strcasestr (Depends-on): Update.
773         * lib/c-strcasestr.c: Update.
774         * modules/c-strstr (Depends-on): Update.
775         * lib/c-strstr.c: Update.
776         * modules/canonicalize-lgpl (Depends-on): Update.
777         * lib/canonicalize-lgpl.c: Update.
778         * modules/clean-temp (Depends-on): Update.
779         * lib/clean-temp.c: Update.
780         * modules/csharpcomp (Depends-on): Update.
781         * lib/csharpcomp.c: Update.
782         * modules/csharpexec (Depends-on): Update.
783         * lib/csharpexec.c: Update.
784         * modules/javacomp (Depends-on): Update.
785         * lib/javacomp.c: Update.
786         * modules/javaexec (Depends-on): Update.
787         * lib/javaexec.c: Update.
788         * modules/mbscasestr (Depends-on): Update.
789         * lib/mbscasestr.c: Update.
790         * modules/mbsstr (Depends-on): Update.
791         * lib/mbsstr.c: Update.
792         * modules/setenv (Depends-on): Update.
793         * lib/setenv.c: Update.
794         * modules/strcasestr (Depends-on): Update.
795         * lib/strcasestr.c: Update.
796         * modules/striconveha (Depends-on): Update.
797         * lib/striconveha.c: Update.
798         * modules/relocatable-prog-wrapper (Files): Update.
799         * lib/relocwrapper.c: Update.
800         * build-aux/install-reloc: Update.
801         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
802
803 2007-06-08  Bruno Haible  <bruno@clisp.org>
804
805         Port to uClibc.
806         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
807         * lib/fpurge.c (fpurge): Likewise.
808         * lib/freading.c (freading): Likewise.
809         * lib/fseeko.c (rpl_fseeko): Likewise.
810         * lib/fseterr.c (fseterr): Likewise.
811         * lib/fwriting.c (fwriting): Likewise.
812         * tests/test-fflush.c (main): Avoid a failure on uClibc.
813
814 2007-06-08  Bruno Haible  <bruno@clisp.org>
815
816         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
817         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
818         * modules/gettext (Files): Add m4/intlmacosx.m4.
819
820 2007-06-07  Bruno Haible  <bruno@clisp.org>
821
822         * modules/localename-tests: New file.
823         * tests/test-localename.c: New file.
824
825         New module 'localename'.
826         * lib/localename.h: New file.
827         * lib/localename.c: New file, from GNU gettext.
828         * m4/localename.m4: New file.
829         * modules/localename: New file.
830
831 2007-06-07  Bruno Haible  <bruno@clisp.org>
832
833         Work around the lack of <wchar.h> on some builds of uClibc.
834         * doc/headers/wchar.texi: Update.
835         * lib/wchar_.h: Include <wchar.h> only if it exists.
836         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
837         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
838         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
839         doesn't exist.
840         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
841         * modules/mbfile (Depends-on): Add wchar.
842         * modules/mbiter (Depends-on): Likewise.
843         * modules/mbuiter (Depends-on): Likewise.
844         Reported by Simon Josefsson.
845
846 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
847
848         Work around problem reported by Steven M. Schweda in
849         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
850         Tru64 5.1B with the Compaq compiler environment installed declares
851         an 'isblank' function but does not define it in the C library.
852         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
853         * lib/regex_internal.h (isblank): Likewise.
854         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
855         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
856
857 2007-06-05  Bruno Haible  <bruno@clisp.org>
858
859         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
860         ia64.
861         * modules/printf-safe: New file.
862         * modules/fprintf-posix (Depends-on): Add printf-safe.
863         * modules/printf-posix (Depends-on): Likewise.
864         * modules/snprintf-posix (Depends-on): Likewise.
865         * modules/sprintf-posix (Depends-on): Likewise.
866         * modules/vasnprintf-posix (Depends-on): Likewise.
867         * modules/vasprintf-posix (Depends-on): Likewise.
868         * modules/vfprintf-posix (Depends-on): Likewise.
869         * modules/vprintf-posix (Depends-on): Likewise.
870         * modules/vsnprintf-posix (Depends-on): Likewise.
871         * modules/vsprintf-posix (Depends-on): Likewise.
872         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
873         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
874         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
875         "no" on i386, x86_64, ia64.
876         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
877         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
878         on i386, x86_64, ia64.
879         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
880         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
881         on i386, x86_64, ia64.
882         * tests/test-vasnprintf-posix.c: Include float.h.
883         (LDBL80_WORDS): New macro.
884         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
885         on i386, x86_64, ia64.
886         * tests/test-vasprintf-posix.c: Include float.h.
887         (LDBL80_WORDS): New macro.
888         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
889         on i386, x86_64, ia64.
890         * tests/test-snprintf-posix.c: Include float.h.
891         * tests/test-sprintf-posix.c: Likewise.
892         * tests/test-vsnprintf-posix.c: Likewise.
893         * tests/test-vsprintf-posix.c: Likewise.
894
895 2007-06-05  Bruno Haible  <bruno@clisp.org>
896
897         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
898         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
899         non-IEEE numbers on i386, x86_64, ia64.
900         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
901         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
902         * tests/test-isnanl.h: Include float.h.
903         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
904
905 2007-06-05  Bruno Haible  <bruno@clisp.org>
906
907         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
908         also the %a / %A. Handle the %a / %A code before this extra handling.
909
910 2007-06-05  Bruno Haible  <bruno@clisp.org>
911
912         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
913         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
914
915 2007-06-05  Bruno Haible  <bruno@clisp.org>
916
917         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
918         typo in variable name.
919
920 2007-06-05  Eric Blake  <ebb9@byu.net>
921
922         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
923         Reported by Simon Josefsson.
924
925 2007-06-04  Bruno Haible  <bruno@clisp.org>
926
927         Avoid test failures on some PowerPC platforms.
928         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
929         Define differently for PowerPC.
930         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
931         Reported by Gary V. Vaughan <gary@gnu.org>.
932
933 2007-06-02  Bruno Haible  <bruno@clisp.org>
934
935         Fix test-stdint failure on FreeBSD/ia64.
936         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
937         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
938         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
939         * doc/headers/stdint.texi: Update.
940
941 2007-06-01  Bruno Haible  <bruno@clisp.org>
942
943         * tests/test-binary-io.c (main): Pass a third argument to open().
944         Reported by Gary V. Vaughan <gary@gnu.org>.
945
946 2007-06-01  Bruno Haible  <bruno@clisp.org>
947
948         * doc/functions/frexpl.texi: Update for mingw.
949
950 2007-06-01  Bruno Haible  <bruno@clisp.org>
951
952         * tests/test-lseek.c (main): Disable test of errno for invalid third
953         argument.
954         * doc/functions/lseek.texi: Update.
955         Reported by Gary V. Vaughan <gary@gnu.org>.
956
957 2007-05-28  Bruno Haible  <bruno@clisp.org>
958
959         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
960
961 2007-05-31  Eric Blake  <ebb9@byu.net>
962
963         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
964         cross compiling.
965
966 2007-05-30  Eric Blake  <ebb9@byu.net>
967         and Bruno Haible  <bruno@clisp.org>
968
969         Work around mingw test failures exposed by m4-1.4.9b.
970         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
971         * tests/test-unistd.c: Disable uid_t and git_t tests for the
972         moment.
973
974 2007-05-30  Bruno Haible  <bruno@clisp.org>
975
976         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
977         assuming that they are closed. Needed on HP-UX 11.
978
979 2007-05-29  Bruno Haible  <bruno@clisp.org>
980
981         Fix a problem with #include_next.
982         * lib/dirent_.h: Split the double-inclusion guard.
983         * lib/fcntl_.h: Likewise.
984         * lib/float_.h: Likewise.
985         * lib/iconv_.h: Likewise.
986         * lib/inttypes_.h: Likewise.
987         * lib/locale_.h: Likewise.
988         * lib/math_.h: Likewise.
989         * lib/netinet_in_.h: Likewise.
990         * lib/search_.h: Likewise.
991         * lib/signal_.h: Likewise.
992         * lib/stdint_.h: Likewise.
993         * lib/stdio_.h: Likewise.
994         * lib/stdlib_.h: Likewise.
995         * lib/string_.h: Likewise.
996         * lib/sys_select_.h: Likewise.
997         * lib/sys_socket_.h: Likewise.
998         * lib/sys_stat_.h: Likewise.
999         * lib/sys_time_.h: Likewise.
1000         * lib/sysexits_.h: Likewise.
1001         * lib/time_.h: Likewise.
1002         * lib/unistd_.h: Likewise.
1003         * lib/wchar_.h: Likewise.
1004         * lib/wctype_.h: Likewise.
1005
1006 2007-05-29  Bruno Haible  <bruno@clisp.org>
1007
1008         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1009         for the moment.
1010
1011 2007-05-29  Bruno Haible  <bruno@clisp.org>
1012
1013         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1014         invocation.
1015         Reported by Eric Blake.
1016
1017 2007-05-29  Bruno Haible  <bruno@clisp.org>
1018
1019         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1020         compiling case.
1021
1022 2007-05-29  Eric Blake  <ebb9@byu.net>
1023             Bruno Haible  <bruno@clisp.org>
1024
1025         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1026         cross compiles.
1027
1028 2007-05-28  Eric Blake  <ebb9@byu.net>
1029
1030         * modules/closein-tests (test_closein_LDADD): Support test on
1031         cygwin with libtool.
1032
1033 2007-05-28  Bruno Haible  <bruno@clisp.org>
1034
1035         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1036         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1037         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1038         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1039         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1040         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1041         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1042         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1043         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1044
1045 2007-05-28  Eric Blake  <ebb9@byu.net>
1046
1047         Unconditionally include <config.h> in unit tests.
1048         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1049         * tests/test-allocsa.c, tests/test-arcfour.c,
1050         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1051         tests/test-array_list.c, tests/test-array_oset.c,
1052         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1053         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1054         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1055         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1056         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1057         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1058         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1059         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1060         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1061         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1062         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1063         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1064         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1065         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1066         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1067         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1068         test-md5.c, test-memmem.c, test-printf-posix.c,
1069         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1070         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1071         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1072         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1073         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1074         test-vasnprintf-posix2.c, test-vasnprintf.c,
1075         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1076         test-vfprintf-posix.c, test-vprintf-posix.c,
1077         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1078         test-xvasprintf.c: Likewise.
1079
1080 2007-05-28  Bruno Haible  <bruno@clisp.org>
1081
1082         * gnulib-tool (func_import): Remember the --with-tests command-line
1083         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1084         Reported by Eric Blake.
1085
1086 2007-05-28  Bruno Haible  <bruno@clisp.org>
1087
1088         * modules/ftell-tests: New file.
1089         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1090         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1091
1092         * lib/ftell.c: New file.
1093         * modules/ftell: New file.
1094         * m4/ftell.m4: New file.
1095         * doc/functions/ftell.texi: Update.
1096         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1097         REPLACE_FTELL.
1098         * lib/stdio_.h (rpl_ftell): New declaration.
1099         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1100         REPLACE_FTELL.
1101
1102 2007-05-28  Eric Blake  <ebb9@byu.net>
1103
1104         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1105
1106 2007-05-28  Bruno Haible  <bruno@clisp.org>
1107
1108         * modules/fseek-tests: New file.
1109         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1110         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1111
1112         * lib/fseek.c: New file.
1113         * modules/fseek: New file.
1114         * m4/fseek.m4: New file.
1115         * doc/functions/fseek.texi: Update.
1116         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1117         REPLACE_FSEEK.
1118         * lib/stdio_.h (rpl_fseek): New declaration.
1119         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1120         REPLACE_FSEEK.
1121
1122 2007-05-28  Bruno Haible  <bruno@clisp.org>
1123
1124         * lib/stdio_.h (fflush): More comments.
1125
1126 2007-05-28  Bruno Haible  <bruno@clisp.org>
1127
1128         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1129         runtime test.
1130
1131 2007-05-28  Eric Blake  <ebb9@byu.net>
1132
1133         Improve lseek module.
1134         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1135         * lib/unistd_.h (lseek): Scale back link warning message.
1136         * tests/test-lseek.c: Beef up test.
1137         * tests/test-lseek.sh: Exercise more facets of lseek.
1138         Reported by Bruno Haible.
1139
1140 2007-05-28  Bruno Haible  <bruno@clisp.org>
1141
1142         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1143         to define.
1144
1145 2007-05-27  Bruno Haible  <bruno@clisp.org>
1146
1147         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1148
1149 2007-05-27  Bruno Haible  <bruno@clisp.org>
1150
1151         * modules/openmp: New file.
1152         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1153         Noah Misch.
1154
1155 2007-05-26  Bruno Haible  <bruno@clisp.org>
1156
1157         * modules/chdir-long (Depends-on): Add fchdir.
1158         * modules/chdir-safer (Depends-on): Likewise.
1159         * modules/fts (Depends-on): Likewise.
1160         * modules/fts-lgpl (Depends-on): Likewise.
1161         * modules/openat (Depends-on): Likewise.
1162         * modules/savewd (Depends-on): Likewise.
1163
1164 2007-05-24  Eric Blake  <ebb9@byu.net>
1165
1166         Fix lseek on mingw.
1167         * modules/lseek: New module.
1168         * m4/lseek.m4: New file.
1169         * lib/lseek.c: New file.
1170         * modules/lseek-tests: New file.
1171         * tests/test-lseek.c: New file.
1172         * tests/test-lseek.sh: New file.
1173         * MODULES.html.sh: Document lseek module.
1174         * modules/fflush (Depends-on): Add lseek, fseeko.
1175         * modules/fseeko (Depends-on): Likewise.
1176         * modules/ftello (Depends-on): Likewise.
1177         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1178         broken.
1179         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1180         broken.
1181         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1182         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1183         * lib/ftello.c (rpl_ftello): Likewise.
1184         * tests/test-fseeko.c (main): Test this.
1185         * tests/test-fseeko.sh: Likewise.
1186         * tests/test-ftello.c (main): Likewise.
1187         * tests/test-ftello.sh: Likewise.
1188         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1189         implies replacing fseek.
1190         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1191         HAVE_FTELLO.
1192         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1193         * modules/unistd (Makefile.am): Likewise.
1194         * lib/unistd_.h (lseek): Declare a replacement.
1195         * doc/functions/lseek.texi (lseek): Document this fix.
1196         * doc/functions/fseek.texi (fseek): Likewise.
1197         * doc/functions/ftell.texi (ftell): Likewise.
1198
1199 2007-05-24  Bruno Haible  <bruno@clisp.org>
1200
1201         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1202         in the printed representation of a NaN.
1203         * tests/test-vasprintf-posix.c (test_function): Likewise.
1204         * tests/test-snprintf-posix.h (test_function): Likewise.
1205         * tests/test-sprintf-posix.h (test_function): Likewise.
1206         Reported by Eric Blake.
1207
1208 2007-05-23  Eric Blake  <ebb9@byu.net>
1209
1210         Fix fseeko/ftello on cygwin 1.5.24.
1211         * doc/functions/fseeko.texi (fseeko): Document the fix.
1212         * doc/functions/ftello.texi (ftello): Document the fix.
1213         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1214         * doc/functions/stdout.text (stdout): New file.
1215         * doc/functions/stderr.text (stderr): New file.
1216         * doc/gnulib.texi (Function Substitutes): Use new files.
1217         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1218         prior to 1.7.0.
1219         * tests/test-ftello.c (main): Likewise for ftello.
1220         * tests/test-fseeko.sh: New file.
1221         * tests/test-ftello.sh: New file.
1222         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1223         with seekable stdin.
1224         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1225         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1226         (gl_REPLACE_FSEEKO): New macro.
1227         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1228         * modules/fseeko (Files): Distribute fseeko.c.
1229         * modules/ftello (Files): Distribute ftello.c.
1230         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1231         mode.
1232         * lib/ftello.c (rpl_ftello): New file.
1233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1234         fseeko, ftello.
1235         (gl_STDIN_LARGE_OFFSET): New macro.
1236         * modules/stdio (Makefile.am): Perform the replacement.
1237         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1238
1239 2007-05-23  Bruno Haible  <bruno@clisp.org>
1240
1241         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1242         GNULIB_POSIXCHECK is defined.
1243
1244 2007-05-21  Bruno Haible  <bruno@clisp.org>
1245
1246         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1247         Check also the output for NaN arguments. When cross-compiling, guess
1248         no on IRIX.
1249         * lib/vasnprintf.c: Update comments.
1250         * tests/test-vasnprintf-posix.c (strisnan): New function.
1251         (test_function): Use it.
1252         * tests/test-vasprintf-posix.c (strisnan): New function.
1253         (test_function): Use it.
1254         * tests/test-snprintf-posix.h (strisnan): New function.
1255         (test_function): Use it.
1256         * tests/test-sprintf-posix.h (strisnan): New function.
1257         (test_function): Use it.
1258         Reported by Eric Blake.
1259
1260 2007-05-20  Bruno Haible  <bruno@clisp.org>
1261
1262         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1263         numbers that fails on BeOS.
1264         * doc/functions/frexpl.texi: Update.
1265
1266 2007-05-20  Jim Meyering  <jim@meyering.net>
1267
1268         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1269         forced upon us by glibc-2.6.
1270
1271 2007-05-20  Bruno Haible  <bruno@clisp.org>
1272
1273         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1274         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1275         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1276         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1277         NEED_PRINTF_INFINITE.
1278         (is_infinitel): New function.
1279         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1280         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1281         gl_PREREQ_VASNPRINTF_INFINITE.
1282         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1283         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1284         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1285         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1286         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1287         gl_PREREQ_VASNPRINTF_INFINITE.
1288         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1289         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1290         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1291         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1292         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1293         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1294         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1295         * doc/functions/fprintf.texi: Update.
1296         * doc/functions/printf.texi: Update.
1297         * doc/functions/snprintf.texi: Update.
1298         * doc/functions/sprintf.texi: Update.
1299         * doc/functions/vfprintf.texi: Update.
1300         * doc/functions/vprintf.texi: Update.
1301         * doc/functions/vsnprintf.texi: Update.
1302         * doc/functions/vsprintf.texi: Update.
1303
1304 2007-05-20  Bruno Haible  <bruno@clisp.org>
1305
1306         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1307         was not found in libc.
1308         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1309
1310 2007-05-20  Bruno Haible  <bruno@clisp.org>
1311
1312         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1313         printed as "-nan" instead of "nan".
1314         * tests/test-vasprintf-posix.c (test_function): Likewise.
1315         * tests/test-snprintf-posix.h (test_function): Likewise.
1316         * tests/test-sprintf-posix.h (test_function): Likewise.
1317         Needed for HP-UX 11.
1318
1319 2007-05-20  Jim Meyering  <jim@meyering.net>
1320
1321         Fix buggy test for the fchownat-deref bug.
1322         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1323         symlink required for the run-test.  Without it, this test would
1324         always declare that fchownat doesn't work, and client code would
1325         unnecessarily use the replacement function with fixed libc.
1326         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1327         Reported by Greg Schafer.
1328
1329 2007-05-19  Bruno Haible  <bruno@clisp.org>
1330
1331         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1332         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1333         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1334         Needed for IRIX 6.5 and Solaris 2.5.1.
1335
1336 2007-05-19  Bruno Haible  <bruno@clisp.org>
1337
1338         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1339         (test_function): Skip tests involving -0.0 on platforms where
1340         -0.0 = 0.0.
1341         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1342         (test_function): Skip tests involving -0.0 on platforms where
1343         -0.0 = 0.0.
1344         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1345         (test_function): Skip tests involving -0.0 on platforms where
1346         -0.0 = 0.0.
1347         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1348         (test_function): Skip tests involving -0.0 on platforms where
1349         -0.0 = 0.0.
1350         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1351         tests.
1352         * tests/test-printf-posix.h (test_function): Likewise.
1353         * tests/test-printf-posix.output: Remove all -0.0 related results.
1354         Needed for IRIX 6.5.
1355
1356 2007-05-19  Bruno Haible  <bruno@clisp.org>
1357
1358         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1359         printed as "nan0x7fffffff" instead of "nan".
1360         * tests/test-vasprintf-posix.c (test_function): Likewise.
1361         * tests/test-snprintf-posix.h (test_function): Likewise.
1362         * tests/test-sprintf-posix.h (test_function): Likewise.
1363         * tests/test-fprintf-posix.h (NaN): Remove macro.
1364         (test_function): Remove all NaN related tests.
1365         * tests/test-printf-posix.h (NaN): Remove macro.
1366         (test_function): Remove all NaN related tests.
1367         * tests/test-printf-posix.output: Remove all NaN related results.
1368         Needed for IRIX 6.5.
1369
1370 2007-05-19  Bruno Haible  <bruno@clisp.org>
1371
1372         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1373         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1374
1375 2007-05-19  Bruno Haible  <bruno@clisp.org>
1376
1377         * lib/float_.h: New file.
1378         * m4/float_h.m4: New file.
1379         * modules/float: New file.
1380         * modules/isnanl (Dependencies): Add float.
1381         * modules/isnanl-nolibm (Dependencies): Likewise.
1382         * modules/mathl (Dependencies): Likewise.
1383         * modules/printf-frexpl (Dependencies): Likewise.
1384         * modules/signbit (Dependencies): Likewise.
1385         * modules/vasnprintf (Dependencies): Likewise.
1386         * doc/headers/float.texi: Update.
1387
1388 2007-05-19  Jim Meyering  <jim@meyering.net>
1389
1390         * lib/utimens.c (gl_futimens): Rename from futimens,
1391         now that glibc-2.6 declares futimens.
1392         * lib/utimens.h: Likewise.
1393
1394 2007-05-19  Bruno Haible  <bruno@clisp.org>
1395
1396         Avoid test failures on mingw.
1397         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1398         * tests/test-printf-posix.sh: Likewise.
1399         * tests/test-vfprintf-posix.sh: Likewise.
1400         * tests/test-vprintf-posix.sh: Likewise.
1401
1402 2007-05-19  Bruno Haible  <bruno@clisp.org>
1403
1404         Fix *printf result for NaN, Inf, -0.0 on mingw.
1405         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1406         * lib/vasnprintf.c: Include math.h and isnan.h.
1407         (is_infinite_or_zero): New function.
1408         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1409         values in the %f, %F, %e, %E, %g, %G directives.
1410         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1411         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1412         gl_PRINTF_INFINITE and test its result. Invoke
1413         gl_PREREQ_VASNPRINTF_INFINITE.
1414         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1415         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1416         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1417         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1418         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1419         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1420         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1421         * doc/functions/fprintf.texi: Update.
1422         * doc/functions/printf.texi: Update.
1423         * doc/functions/snprintf.texi: Update.
1424         * doc/functions/sprintf.texi: Update.
1425         * doc/functions/vfprintf.texi: Update.
1426         * doc/functions/vprintf.texi: Update.
1427         * doc/functions/vsnprintf.texi: Update.
1428         * doc/functions/vsprintf.texi: Update.
1429
1430 2007-05-19  Bruno Haible  <bruno@clisp.org>
1431
1432         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1433         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1434         Instead of multiplying with 10^k, set extra_zeroes to k.
1435         (scale10_round_long_double): Remove function.
1436
1437 2007-05-18  Bruno Haible  <bruno@clisp.org>
1438
1439         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1440         introduced on 2007-05-06.
1441
1442 2007-05-18  Bruno Haible  <bruno@clisp.org>
1443
1444         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1445         %g directives.
1446         * tests/test-vasprintf-posix.c (test_function): Likewise.
1447         * tests/test-snprintf-posix.h (test_function): Likewise.
1448         * tests/test-sprintf-posix.h (test_function): Likewise.
1449
1450 2007-05-18  Bruno Haible  <bruno@clisp.org>
1451
1452         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1453         (strmatch): New function.
1454         (test_function): Test the %f directive on numbers of various exponents.
1455         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1456         (strmatch): New function.
1457         (test_function): Test the %f directive on numbers of various exponents.
1458         * tests/test-snprintf-posix.h (strmatch): New function.
1459         (test_function): Test the %f directive on numbers of various exponents.
1460         * tests/test-sprintf-posix.h (strmatch): New function.
1461         (test_function): Test the %f directive on numbers of various exponents.
1462         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1463         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1464         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1465         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1466
1467 2007-05-18  Bruno Haible  <bruno@clisp.org>
1468
1469         Add support for 'long double' number output.
1470         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1471         * lib/vasnprintf.c: Include math.h and float+.h.
1472         (mp_limb_t): New type.
1473         (GMP_LIMB_BITS): New macro.
1474         (mp_twolimb_t): New type.
1475         (GMP_TWOLIMB_BITS): New macro.
1476         (mpn_t): New type.
1477         (multiply, divide, convert_to_decimal, decode_long_double,
1478         scale10_round_long_double, scale10_round_decimal_long_double,
1479         floorlog10l): New functions.
1480         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1481         for the %f, %F, %e, %E, %g, %G directives.
1482         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1483         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1484         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1485         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1486         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1487         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1488         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1489         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1490         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1491         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1492         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1493         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1494         * modules/snprintf-posix (Depends-on): Likewise.
1495         * modules/sprintf-posix (Depends-on): Likewise.
1496         * modules/vasnprintf-posix (Depends-on): Likewise.
1497         * modules/vasprintf-posix (Depends-on): Likewise.
1498         * modules/vfprintf-posix (Depends-on): Likewise.
1499         * modules/vsnprintf-posix (Depends-on): Likewise.
1500         * modules/vsprintf-posix (Depends-on): Likewise.
1501         * modules/vasnprintf (Files): Add lib/float+.h.
1502         * doc/functions/fprintf.texi: Update.
1503         * doc/functions/printf.texi: Update.
1504         * doc/functions/snprintf.texi: Update.
1505         * doc/functions/sprintf.texi: Update.
1506         * doc/functions/vfprintf.texi: Update.
1507         * doc/functions/vprintf.texi: Update.
1508         * doc/functions/vsnprintf.texi: Update.
1509         * doc/functions/vsprintf.texi: Update.
1510
1511 2007-05-18  Bruno Haible  <bruno@clisp.org>
1512
1513         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1514
1515 2007-05-18  Bruno Haible  <bruno@clisp.org>
1516
1517         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1518         for printing 64-bit integers. Needed for mingw.
1519
1520 2007-05-18  Bruno Haible  <bruno@clisp.org>
1521
1522         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1523         gl_FUNC_FREXPL_WORKS.
1524         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1525
1526 2007-05-18  Bruno Haible  <bruno@clisp.org>
1527
1528         * modules/frexpl-nolibm-tests: New file.
1529
1530         * modules/frexpl-nolibm: New file.
1531         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1532
1533 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1534
1535         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1536         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1537         GCC 4.2, which otherwise issues a lot of warnings.
1538         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1539         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1540         Likewise.
1541         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1542         * modules/iconv_open (iconv.h): Likewise.
1543         * modules/locale (locale.h): Likewise.
1544         * modules/netinet_in (netinet/in.h): Likewise.
1545         * modules/sys_select (sys_select.h): Likewise.
1546         * modules/sys_socket (sys/socket.h): Likewise.
1547         * modules/sys_stat (sys/stat.h): Likewise.
1548         * modules/sysexits (sysexits.h): Likewise.
1549         * modules/unistd (unistd.h): Likewise.
1550
1551 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1552
1553         * modules/closein-tests (Makefile.am): Distribute
1554         `test-closein.sh'.
1555
1556 2007-05-17  Bruno Haible  <bruno@clisp.org>
1557
1558         * tests/test-printf-posix.output: Renamed from
1559         tests/test-fprintf-posix.out.
1560         * modules/fprintf-posix-tests: Update.
1561         * modules/printf-posix-tests: Update.
1562         * modules/vfprintf-posix-tests: Update.
1563         * modules/vprintf-posix-tests: Update.
1564         * tests/test-fprintf-posix.sh: Update.
1565         * tests/test-printf-posix.sh: Update.
1566         * tests/test-vfprintf-posix.sh: Update.
1567         * tests/test-vprintf-posix.sh: Update.
1568         Reported by Ralf Wildenhues.
1569
1570 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1571
1572         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1573         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1574         GCC 4.2, which otherwise issues a lot of warnings.
1575         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1576         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1577         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1578         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1579         it should no longer be needed.
1580         * lib/string_.h: Likewise.
1581         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1582         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1583         * modules/inttypes (inttypes.h): Likewise.
1584         * modules/math (math.h): Likewise.
1585         * modules/search (search.h): Likewise.
1586         * modules/signal (signal.h): Likewise.
1587         * modules/stdint (stdint.h): Likewise.
1588         * modules/stdio (stdio.h): Likewise.
1589         * modules/stdlib (stdlib.h): Likewise.
1590         * modules/string (string.h): Likewise.
1591         * modules/sys_time (sys/time.h): Likewise.
1592         * modules/time (time.h): Likewise.
1593         * modules/wchar (wchar.h): Likewise.
1594         * modules/wctype (wtype.h): Likewise.
1595
1596 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1597
1598         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1599
1600 2007-05-13  Bruno Haible  <bruno@clisp.org>
1601
1602         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1603         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1604         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1605         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1606         (gl_PREREQ_STRTOK_R): Don't require it here.
1607
1608 2007-05-13  Bruno Haible  <bruno@clisp.org>
1609
1610         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1611         when used in C++ mode.
1612
1613 2007-05-12  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/linebuffer.h: Tweak doc.
1616         * lib/linebuffer.c: Likewise.
1617
1618 2007-05-12  James Youngman  <jay@gnu.org>
1619
1620         * lib/linebuffer.c (readlinebuffer_delim): New function,
1621         like readlinebuffer, but use a caller-specified delimiter.
1622         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1623         as the delimiter.
1624         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1625
1626 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1627
1628         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1629         * modules/openat (Files): Remove openat-die.c.
1630         (Depends-on): Add openat-die.
1631         * modules/openat-die: New module.
1632
1633 2007-05-06  Bruno Haible  <bruno@clisp.org>
1634
1635         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1636         Update with info about Cygwin.
1637         * doc/functions/fprintf.texi: Update.
1638         * doc/functions/printf.texi: Update.
1639         * doc/functions/snprintf.texi: Update.
1640         * doc/functions/sprintf.texi: Update.
1641         * doc/functions/vfprintf.texi: Update.
1642         * doc/functions/vprintf.texi: Update.
1643         * doc/functions/vsnprintf.texi: Update.
1644         * doc/functions/vsprintf.texi: Update.
1645         Reported by Eric Blake.
1646
1647 2007-05-06  Bruno Haible  <bruno@clisp.org>
1648
1649         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1650         padding ourselves for the floating-point directives.
1651         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1652         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1653         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1654         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1655         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1656         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1657         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1658         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1659         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1660         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1661         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1662         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1663         * tests/test-snprintf-posix.h (test_function): Also check the width
1664         and some flags in the %f directive.
1665         * tests/test-sprintf-posix.h (test_function): Likewise.
1666         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1667         * tests/test-vasprintf-posix.c (test_function): Likewise.
1668         * doc/functions/fprintf.texi: Update.
1669         * doc/functions/printf.texi: Update.
1670         * doc/functions/snprintf.texi: Update.
1671         * doc/functions/sprintf.texi: Update.
1672         * doc/functions/vfprintf.texi: Update.
1673         * doc/functions/vprintf.texi: Update.
1674         * doc/functions/vsnprintf.texi: Update.
1675         * doc/functions/vsprintf.texi: Update.
1676
1677 2007-05-06  Bruno Haible  <bruno@clisp.org>
1678
1679         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1680         pass the ' flag character to sprintf or snprintf.
1681         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1682         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1683         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1684         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1685         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1686         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1687         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1688         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1689         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1690         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1691         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1692         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1693         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1694         flag.
1695         * tests/test-sprintf-posix.h (test_function): Likewise.
1696         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1697         * tests/test-vasprintf-posix.c (test_function): Likewise.
1698         * doc/functions/fprintf.texi: Update.
1699         * doc/functions/printf.texi: Update.
1700         * doc/functions/snprintf.texi: Update.
1701         * doc/functions/sprintf.texi: Update.
1702         * doc/functions/vfprintf.texi: Update.
1703         * doc/functions/vprintf.texi: Update.
1704         * doc/functions/vsnprintf.texi: Update.
1705         * doc/functions/vsprintf.texi: Update.
1706
1707 2007-05-01  Bruno Haible  <bruno@clisp.org>
1708
1709         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1710
1711 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1712
1713         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1714         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1715
1716 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1717
1718         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1719         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1720         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1721
1722 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1723
1724         * lib/argp-help.c (struct hol_entry): New member `ord'.
1725         (HOL_ENTRY_PTRCMP): Use ord for comparison
1726         (hol_sort): Initialize ord.
1727
1728 2007-05-01  Bruno Haible  <bruno@clisp.org>
1729
1730         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1731         Reported by Eric Blake.
1732         * doc/gnulib.texi (Function Substitutes): Update.
1733
1734 2007-05-01  Bruno Haible  <bruno@clisp.org>
1735
1736         * doc/functions.texi: Remove file, now redundant through
1737         doc/functions/*.texi.
1738
1739 2007-05-01  Bruno Haible  <bruno@clisp.org>
1740
1741         * modules/argp (Depends-on): Add sleep.
1742
1743 2007-05-01  Bruno Haible  <bruno@clisp.org>
1744
1745         * modules/sleep-tests: New file.
1746         * tests/test-sleep.c: New file.
1747
1748         * modules/sleep: New file.
1749         * lib/sleep.c: New file.
1750         * m4/sleep.m4: New file.
1751         * lib/unistd_.h (sleep): New declaration.
1752         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1753         HAVE_SLEEP.
1754         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1755         * doc/functions/sleep.texi: Document the sleep module.
1756
1757 2007-05-01  Bruno Haible  <bruno@clisp.org>
1758
1759         * lib/sigprocmask.h: Remove file.
1760         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1761         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1762         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1763         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1764         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1765         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1766         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1767         HAVE_SIGSET_T as a shell variable.
1768         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1769         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1770         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1771         (Depends-on): Add signal. Remove verify.
1772         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1773         (Include): Mention <signal.h> instead of sigprocmask.h.
1774         * NEWS: Mention the change.
1775         * lib/fatal-signal.c: Don't include sigprocmask.h.
1776
1777 2007-05-01  Bruno Haible  <bruno@clisp.org>
1778
1779         * modules/signal: New file.
1780         * lib/signal_.h: New file.
1781         * m4/signal_h.m4: New file.
1782
1783 2007-05-01  Bruno Haible  <bruno@clisp.org>
1784
1785         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1786         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1787         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1788         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1789
1790 2007-05-01  Bruno Haible  <bruno@clisp.org>
1791
1792         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1793         configure time.
1794         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1795         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1796         * modules/sys_stat (Makefile.am): Substitute their values into
1797         sys/stat.h.
1798
1799 2007-05-01  Bruno Haible  <bruno@clisp.org>
1800
1801         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1802         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1803         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1804
1805 2007-05-01  Bruno Haible  <bruno@clisp.org>
1806
1807         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1808         'assert' module here.
1809
1810 2007-05-01  Bruno Haible  <bruno@clisp.org>
1811
1812         * doc/functions/*.texi: New files.
1813         * doc/functions/google-ranking.txt: New file.
1814         * doc/gnulib.texi (Function Substitutes): New chapter.
1815         (ctime, inet_ntoa): Remove sections.
1816         * doc/ctime.texi: Remove file.
1817         * doc/inet_ntoa.texi: Remove file.
1818         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1819         dependencies.
1820         (%.info): New rule, specifying a --reference-limit.
1821
1822 2007-05-01  Bruno Haible  <bruno@clisp.org>
1823
1824         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1825
1826 2007-05-01  Bruno Haible  <bruno@clisp.org>
1827
1828         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1829         the portability of 'mkdir' to mingw systems.
1830
1831 2007-05-01  Bruno Haible  <bruno@clisp.org>
1832
1833         * doc/headers/google-ranking.txt: New file.
1834
1835 2007-04-30  Eric Blake  <ebb9@byu.net>
1836
1837         Prefer fseeko to fseek.
1838         * modules/getpass (Depends-on): Add fseeko.
1839         * lib/getpass.c (getpass): Use fseeko, not fseek.
1840
1841 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1842
1843         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1844         assumes the sorting is stable, while most qsort implementations
1845         are not.  Use argument addresses to ensure they never compare as
1846         equal.
1847
1848         * tests/test-argp-2.sh (usage-indent test): Fix output
1849         (func_compare): Restore diff options
1850         * tests/test-argp.c: Restore #include "progname.h"
1851
1852 2007-04-29  Bruno Haible  <bruno@clisp.org>
1853
1854         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1855         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1856         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1857         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1858         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1859         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1860         (TESTS, check_PROGRAMS): Add test-snprintf.
1861         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1862         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1863         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1864         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1865         assertions that fail on HP-UX, OSF/1, or IRIX.
1866         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1867
1868 2007-04-29  Bruno Haible  <bruno@clisp.org>
1869
1870         * MODULES.html.sh (posix_functions): Remove 'contents'.
1871
1872 2007-04-29  Karl Berry  <karl@gnu.org>
1873
1874         * config/srclist.txt (gendocs_template_min): new entry.
1875
1876 2007-04-29  Bruno Haible  <bruno@clisp.org>
1877
1878         Work around fpurge bug on BSD systems.
1879         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1880         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1881         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1882         fpurge to rpl_fpurge if the system already has this function.
1883         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1884         the case where the system already has this function. Correct invariants
1885         on BSD systems.
1886         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1887         BSD systems.
1888
1889 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1890
1891         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1892         proposed by Sven Verdoolaege.
1893
1894         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1895         options.
1896         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1897         (usage and help tests): Update
1898
1899 2007-04-29  Bruno Haible  <bruno@clisp.org>
1900
1901         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1902         Print more information in case of failure. Disable a test on BeOS.
1903
1904 2007-04-29  Bruno Haible  <bruno@clisp.org>
1905
1906         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1907         This helps debugging on systems on which no gdb is available.
1908
1909 2007-04-29  Bruno Haible  <bruno@clisp.org>
1910
1911         * lib/freading.h: Improve comments.
1912         * lib/fwriting.h: Likewise.
1913         * tests/test-freading.c (main): Don't check freading immediately after
1914         repositioning. Needed for glibc.
1915
1916 2007-04-29  Bruno Haible  <bruno@clisp.org>
1917
1918         * lib/freading.c (freading): Trivial simplification.
1919
1920 2007-04-28  Bruno Haible  <bruno@clisp.org>
1921
1922         * tests/test-fwriting.c (main): Also test the interaction between
1923         fflush and fwriting.
1924         * modules/fwriting-tests (Depends-on): Add fflush.
1925
1926         * tests/test-freading.c (main): Also test the interaction between
1927         fflush and freading.
1928         * modules/freading-tests (Depends-on): Add fflush.
1929
1930 2007-04-28  Bruno Haible  <bruno@clisp.org>
1931
1932         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1933         fseeko and ftello.
1934         Suggested by Eric Blake.
1935
1936 2007-04-28  Jim Meyering  <jim@meyering.net>
1937
1938         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1939         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1940         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1941
1942 2007-04-27  Eric Blake  <ebb9@byu.net>
1943
1944         * doc/headers/assert.texi (assert.h): Document assert module use.
1945
1946 2007-04-27  Bruno Haible  <bruno@clisp.org>
1947
1948         * doc/headers/*.texi: New files.
1949         * doc/gnulib.texi (Header File Substitutes): New chapter.
1950         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1951         dependencies.
1952         (standards.info ,standards.html, standards.dvi): Update dependencies.
1953         (mostlyclean, clean): New targets.
1954
1955 2007-04-27  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1958         * modules/sysexits (Files, Makefile.am): Update.
1959
1960         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1961         * modules/sys_socket (Files, Makefile.am): Update.
1962
1963         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1964         * modules/sys_stat (Files, Makefile.am): Update.
1965
1966 2007-04-27  Eric Blake  <ebb9@byu.net>
1967
1968         * lib/freading.h: Improve comments.
1969         * lib/fwriting.h: Likewise.
1970         * lib/fflush.c: Likewise.
1971
1972         Fix closein for mingw.
1973         * modules/closein-tests: Add tests for closein.
1974         * tests/test-closein.c: New file.
1975         * tests/test-closein.sh: Likewise.
1976         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
1977         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
1978
1979 2007-04-27  Bruno Haible  <bruno@clisp.org>
1980
1981         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
1982         version is < 6.
1983         * lib/math_.h [__DECC]: Likewise.
1984         * lib/stdio_.h [__DECC]: Likewise.
1985         * lib/stdlib_.h [__DECC]: Likewise.
1986         * lib/string_.h [__DECC]: Likewise.
1987         * lib/time_.h [__DECC]: Likewise.
1988         * lib/wchar_.h [__DECC]: Likewise.
1989         * lib/wctype_.h [__DECC]: Likewise.
1990
1991 2007-04-27  Bruno Haible  <bruno@clisp.org>
1992
1993         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
1994
1995 2007-04-27  Bruno Haible  <bruno@clisp.org>
1996
1997         * lib/fflush.c: Add comments.
1998         * modules/fpurge-tests (Depends-on): Add fflush.
1999         * modules/freadable-tests (Depends-on): Likewise.
2000         * modules/fwritable-tests (Depends-on): Likewise.
2001
2002 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2003
2004         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2005         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2006         Report by Bruno Haible <bruno@clisp.org>.
2007
2008 2007-04-26  Eric Blake  <ebb9@byu.net>
2009
2010         Fix fflush on mingw.
2011         * modules/fflush (Depends-on): Add freading.
2012         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2013         but unread data.
2014
2015 2007-04-26  Eric Blake  <ebb9@byu.net>
2016         and Bruno Haible  <bruno@clisp.org>
2017
2018         Implement freading and fwriting.
2019         * lib/freading.c: New file.
2020         * lib/freading.h: Likewise.
2021         * m4/freading.m4: Likewise.
2022         * modules/freading: Likewise.
2023         * modules/freading-tests: Likewise.
2024         * tests/test-freading.c: Likewise.
2025         * lib/fwriting.c: New file.
2026         * lib/fwriting.h: Likewise.
2027         * m4/fwriting.m4: Likewise.
2028         * modules/fwriting: Likewise.
2029         * modules/fwriting-tests: Likewise.
2030         * tests/test-fwriting.c: Likewise.
2031         * MODULES.html.sh (File stream based Input/Output): Mention them.
2032
2033 2007-04-26  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2036         'long' when we assume it.
2037         Suggested by Eric Blake.
2038
2039 2007-04-26  Bruno Haible  <bruno@clisp.org>
2040
2041         Ensure fseeko, ftello are declared on glibc systems.
2042         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2043         * modules/fseeko (configure.ac-early): Likewise.
2044         * modules/ftello (configure.ac-early): Likewise.
2045         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2046         AC_FUNC_FSEEKO for this.
2047         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2048         (gl_CHECK_FSEEKO): Remove macro.
2049
2050 2007-04-26  Bruno Haible  <bruno@clisp.org>
2051
2052         * tests/test-fflush.c (main): Also check the ftell result after
2053         fflush and fseek/fseeko.
2054         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2055         file descriptor position cache in the stream.
2056         * lib/fseeko.c (rpl_fseeko): Likewise.
2057
2058 2007-04-26  Bruno Haible  <bruno@clisp.org>
2059
2060         * modules/fflush-tests (Depends-on): Add fseeko.
2061
2062 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2063             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2064
2065         * lib/argz_.h: ensure error_t definition is obtained in same
2066         mechanism system argz.h would have.
2067         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2068         argz facilities are known bad.  Err on the side of caution if
2069         cross-compiling.
2070
2071 2007-04-25  Eric Blake  <ebb9@byu.net>
2072
2073         * lib/fpurge.c (includes): Use stdlib.h for free.
2074         * tests/test-fflush.c (main): Also test fflush-fseeko.
2075
2076 2007-04-25  Bruno Haible  <bruno@clisp.org>
2077
2078         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2079         * lib/fseeko.c: New file.
2080         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2081         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2082         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2083         gl_FUNC_FSEEKO.
2084         (gl_FUNC_FSEEKO): Invoke it.
2085         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2086         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2087         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2088
2089 2007-04-25  Bruno Haible  <bruno@clisp.org>
2090
2091         * modules/fflush (Depends-on): Add ftello.
2092
2093 2007-04-25  Bruno Haible  <bruno@clisp.org>
2094
2095         * modules/ftello-tests: New file.
2096         * tests/test-ftello.c: New file.
2097
2098         * modules/ftello: New file.
2099         * m4/ftello.m4: New file.
2100         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2101         HAVE_FTELLO.
2102         * lib/stdio_.h (ftello): New declaration.
2103         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2104         HAVE_FTELLO.
2105
2106 2007-04-25  Bruno Haible  <bruno@clisp.org>
2107
2108         * modules/fseeko-tests: New file.
2109         * tests/test-fseeko.c: New file.
2110
2111         * modules/fseeko: New file.
2112         * m4/fseeko.m4: New file.
2113         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2114         HAVE_FSEEKO.
2115         * lib/stdio_.h (fseeko): New declaration.
2116         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2117         HAVE_FSEEKO.
2118
2119 2007-04-25  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2122
2123 2007-04-25  Bruno Haible  <bruno@clisp.org>
2124
2125         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2126         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2127         * tests/test-unistd.c: Likewise.
2128         * tests/test-fcntl.c: Likewise.
2129
2130 2007-04-23  Eric Blake  <ebb9@byu.net>
2131
2132         * lib/fflush.c: Fix missing include.
2133         Reported by Bruno Haible.
2134
2135 2007-04-23  Bruno Haible  <bruno@clisp.org>
2136
2137         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2138         Reported by Eric Blake.
2139
2140 2007-04-23  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2143
2144 2007-04-23  Bruno Haible  <bruno@clisp.org>
2145
2146         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2147
2148 2007-04-23  Bruno Haible  <bruno@clisp.org>
2149
2150         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2151         Needed on HP-UX 11.
2152
2153 2007-04-16  Eric Blake  <ebb9@byu.net>
2154
2155         Make fflush rely on fpurge.
2156         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2157         open coding all variants.
2158         * modules/fflush (Depends-on): Add fpurge and unistd.
2159         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2160         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2161
2162         Fix --with-tests compilation on cygwin.
2163         * modules/argmatch-tests (Makefile.am): List gnulib library first
2164         in LDADD.
2165         * modules/argp-tests (Makefile.am): Likewise.
2166         * modules/array-list-tests (Makefile.am): Likewise.
2167         * modules/array-oset-tests (Makefile.am): Likewise.
2168         * modules/avltree-list-tests (Makefile.am): Likewise.
2169         * modules/avltree-oset-tests (Makefile.am): Likewise.
2170         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2171         * modules/carray-list-tests (Makefile.am): Likewise.
2172         * modules/dirname-tests (Makefile.am): Likewise.
2173         * modules/frexp-tests (Makefile.am): Likewise.
2174         * modules/isnanl-tests (Makefile.am): Likewise.
2175         * modules/linked-list-tests (Makefile.am): Likewise.
2176         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2177         * modules/lock-tests (Makefile.am): Likewise.
2178         * modules/rbtree-list-tests (Makefile.am): Likewise.
2179         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2180         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2181         * modules/tls-tests (Makefile.am): Likewise.
2182         * modules/tsearch-tests (Makefile.am): Likewise.
2183         * modules/xvasprintf-tests (Makefile.am): Likewise.
2184
2185         Fix fpurge for cygwin.
2186         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2187         value.
2188         * modules/fpurge-tests (Depends-on): Clean up trash.
2189
2190 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2191
2192         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2193
2194         * m4/autobuild.m4: Re-indent.
2195
2196 2007-04-13  Bruno Haible  <bruno@clisp.org>
2197
2198         * modules/fpurge-tests: New file.
2199         * tests/test-fpurge.c: New file.
2200
2201         * modules/fpurge: New file.
2202         * lib/fpurge.h: New file.
2203         * lib/fpurge.c: New file.
2204         * m4/fpurge.m4: New file.
2205
2206 2007-04-13  Bruno Haible  <bruno@clisp.org>
2207
2208         * modules/fbufmode-tests: New file.
2209         * tests/test-fbufmode.c: New file.
2210
2211         * modules/fbufmode: New file.
2212         * lib/fbufmode.h: New file.
2213         * lib/fbufmode.c: New file.
2214         * m4/fbufmode.m4: New file.
2215
2216 2007-04-13  Bruno Haible  <bruno@clisp.org>
2217
2218         * modules/fwritable-tests: New file.
2219         * tests/test-fwritable.c: New file.
2220
2221         * modules/fwritable: New file.
2222         * lib/fwritable.h: New file.
2223         * lib/fwritable.c: New file.
2224         * m4/fwritable.m4: New file.
2225
2226 2007-04-13  Bruno Haible  <bruno@clisp.org>
2227
2228         * modules/freadable-tests: New file.
2229         * tests/test-freadable.c: New file.
2230
2231         * modules/freadable: New file.
2232         * lib/freadable.h: New file.
2233         * lib/freadable.c: New file.
2234         * m4/freadable.m4: New file.
2235
2236 2007-04-13  Bruno Haible  <bruno@clisp.org>
2237
2238         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2239         MOSTLYCLEANFILES.
2240
2241 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2242
2243         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2244         gzip bootstrap.conf to avoid dragging in i18n machinery.
2245         (gnulib_tool_option): Use it.
2246
2247 2007-04-13  Bruno Haible  <bruno@clisp.org>
2248
2249         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2250         %F directives.
2251         * tests/test-vasprintf-posix.c (test_function): Likewise.
2252         * tests/test-snprintf-posix.h (test_function): Likewise.
2253         * tests/test-sprintf-posix.h (test_function): Likewise.
2254         * tests/test-fprintf-posix.h (test_function): Likewise.
2255         * tests/test-printf-posix.h (test_function): Likewise.
2256         * tests/test-fprintf-posix.out: Likewise.
2257
2258 2007-04-13  Bruno Haible  <bruno@clisp.org>
2259
2260         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2261         * modules/tls-tests (configure.ac): Likewise.
2262         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2263
2264 2007-04-13  Bruno Haible  <bruno@clisp.org>
2265
2266         * lib/tls.c (glthread_tls_get): Fix return type.
2267         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2268
2269 2007-04-12  Eric Blake  <ebb9@byu.net>
2270
2271         * modules/gettime (Depends-on): Remove gettime.
2272         Reported by Dmitry V. Levin.
2273
2274 2007-04-12  Bruno Haible  <bruno@clisp.org>
2275
2276         * modules/fflush (Include): Mention <stdio.h>.
2277         * modules/strtoimax (Include): Mention <inttypes.h>.
2278         * modules/strtoumax (Include): Likewise.
2279
2280 2007-04-12  Eric Blake  <ebb9@byu.net>
2281
2282         * .cvsignore: New file.
2283         * .gitignore: Likewise.
2284
2285 2007-04-12  Bruno Haible  <bruno@clisp.org>
2286
2287         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2288         not before, since $(LDADD) often contains libgnu.a.
2289         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2290         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2291         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2292         Needed on Cygwin.
2293
2294 2007-04-12  Eric Blake  <ebb9@byu.net>
2295
2296         Work around glibc's failure to flush stdin on fclose.
2297         * lib/closein.c (close_stdin): Flush stdin before closing.
2298
2299         Work around glibc's failure to reset seekable stdin on exit.
2300         * modules/closein: New module.
2301         * lib/closein.c: New file.
2302         * lib/closein.h: Likewise.
2303         * m4/closein.m4: Likewise.
2304         * MODULES.html.sh (File stream based Input/Output): Document it.
2305
2306 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2307
2308         * gnulib-tool: Rename generated 'autobuild' script to
2309         'do-autobuild' in --create-megatestdir output.
2310
2311         * doc/gnulib.texi (Build robot for gnulib): Fix.
2312
2313 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2314
2315         * modules/sysexits (Depends-on): Add absolute-header.
2316
2317 2007-04-12  Eric Blake  <ebb9@byu.net>
2318
2319         No need to preserve errno on success.
2320         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2321         Reported by Bruno Haible.
2322
2323 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2324
2325         * MODULES.html.sh (Support for maintaining and releasing
2326         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2327
2328 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2329
2330         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2331
2332 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2333
2334         * modules/autobuild: New module.
2335
2336         * m4/autobuild.m4: New file.
2337
2338 2007-04-11  Bruno Haible  <bruno@clisp.org>
2339
2340         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2341         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2342         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2343         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2344         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2345         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2346         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2347         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2348         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2349         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2350         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2351         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2352         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2353         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2354         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2355         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2356         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2357         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2358         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2359         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2360         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2361         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2362         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_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/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_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         Reported by Eric Blake.
2369
2370 2007-04-11  Bruno Haible  <bruno@clisp.org>
2371
2372         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2373
2374 2007-04-10  Bruno Haible  <bruno@clisp.org>
2375
2376         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2377         for NaN and Infinity. Needed on FreeBSD 6.1.
2378         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2379         regarding results for "%010a" of Infinity and NaN.
2380         * tests/test-vasprintf-posix.c (test_function): Likewise.
2381         * tests/test-snprintf-posix.h (test_function): Likewise.
2382         * tests/test-sprintf-posix.h (test_function): Likewise.
2383         * tests/test-fprintf-posix.h (test_function): Likewise.
2384         * tests/test-printf-posix.h (test_function): Likewise.
2385         * tests/test-fprintf-posix.out: Likewise.
2386
2387 2007-04-10  Bruno Haible  <bruno@clisp.org>
2388
2389         * modules/locale-tests: New file.
2390         * tests/test-locale.c: New file.
2391
2392         * modules/locale: New file.
2393         * lib/locale_.h: New file.
2394         * m4/locale_h.m4: New file.
2395
2396 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2397             Bruno Haible  <bruno@clisp.org>
2398
2399         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2400         be determined, test for availability of the copysignf, copysign,
2401         copysignl functions.
2402         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2403         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2404         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2405
2406 2007-04-09  Eric Blake  <ebb9@byu.net>
2407
2408         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2409         * modules/stdio (Makefile.am): Support fflush.
2410         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2411         * modules/fflush: New file.
2412         * lib/fflush.c: Likewise.
2413         * m4/fflush.m4: Likewise.
2414         * modules/fflush-tests: New test.
2415         * tests/test-fflush.c: Likewise.
2416         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2417
2418 2007-04-06  Bruno Haible  <bruno@clisp.org>
2419
2420         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2421         (VASNPRINTF): Use signbit for faster determination whether to print a
2422         minus sign.
2423         * modules/vasnprintf (Files): Remove lib/float+.h.
2424         * modules/fprintf-posix (Depends-on): Add signbit.
2425         * modules/snprintf-posix (Depends-on): Likewise.
2426         * modules/sprintf-posix (Depends-on): Likewise.
2427         * modules/vasnprintf-posix (Depends-on): Likewise.
2428         * modules/vasprintf-posix (Depends-on): Likewise.
2429         * modules/vfprintf-posix (Depends-on): Likewise.
2430         * modules/vsnprintf-posix (Depends-on): Likewise.
2431         * modules/vsprintf-posix (Depends-on): Likewise.
2432
2433 2007-04-06  Bruno Haible  <bruno@clisp.org>
2434
2435         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2436         * tests/test-frexpl.c (main): Likewise.
2437         * tests/test-ldexpl.c (main): Likewise.
2438         * modules/frexp-tests (Depends-on): Add signbit.
2439         * modules/frexpl-tests (Depdends-on): Likewise.
2440         * modules/ldexpl-tests (Depdends-on): Likewise.
2441
2442 2007-04-06  Bruno Haible  <bruno@clisp.org>
2443
2444         * modules/signbit-tests: New file.
2445         * tests/test-signbit.c: New file.
2446
2447         * modules/signbit: New file.
2448         * lib/signbitf.c: New file.
2449         * lib/signbitd.c: New file.
2450         * lib/signbitl.c: New file.
2451         * m4/signbit.m4: New file.
2452         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2453         (signbit): New macro.
2454         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2455         REPLACE_SIGNBIT.
2456         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2457         REPLACE_FREXPL into math.h.
2458
2459 2007-04-06  Bruno Haible  <bruno@clisp.org>
2460
2461         * modules/isnanf-nolibm-tests: New file.
2462         * tests/test-isnanf.c: New file.
2463
2464         * modules/isnanf-nolibm: New file.
2465         * lib/isnanf.h: New file.
2466         * lib/isnanf.c: New file.
2467         * lib/isnan.c: Consider the USE_FLOAT macro.
2468         * m4/isnanf.m4: New file.
2469
2470 2007-04-06  Bruno Haible  <bruno@clisp.org>
2471
2472         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2473         (Link): New section.
2474
2475         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2476
2477 2007-04-06  Bruno Haible  <bruno@clisp.org>
2478
2479         Assume the 'long double' type.
2480         * m4/longdouble.m4: Remove file.
2481         * config/srclist.txt: Don't mention longdouble.m4.
2482         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2483         * lib/float+.h: Likewise.
2484         * lib/frexp.c: Likewise.
2485         * lib/printf-args.h: Likewise.
2486         * lib/printf-args.c: Likewise.
2487         * lib/printf-frexp.c: Likewise.
2488         * lib/printf-parse.c: Likewise.
2489         * lib/vasnprintf.c: Likewise.
2490         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2491         * m4/intl.m4: Likewise.
2492         * m4/isnanl.m4: Likewise.
2493         * m4/printf.m4: Likewise.
2494         * m4/printf-frexpl.m4: Likewise.
2495         * m4/vasnprintf.m4: Likewise.
2496         * modules/allocsa (Files): Remove m4/longdouble.m4.
2497         * modules/gettext (Files): Likewise.
2498         * modules/relocatable-prog-wrapper (Files): Likewise.
2499         * modules/vasnprintf (Files): Likewise.
2500         * modules/isnanl (Files): Likewise.
2501         (Include): Simplify.
2502         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2503         (Include): Simplify.
2504         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2505         (Include): Simplify.
2506         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2507         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2508         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2509         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2510         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2511         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2512         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2513         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2514         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2515         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2516         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2517         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2518         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2519         * tests/test-isnanl.c: Likewise.
2520         * tests/test-snprintf-posix.h: Likewise.
2521         * tests/test-sprintf-posix.h: Likewise.
2522         * tests/test-vasnprintf-posix.c: Likewise.
2523         * tests/test-vasnprintf-posix2.c: Likewise.
2524         * tests/test-vasprintf-posix.c: Likewise.
2525
2526 2007-04-06  Bruno Haible  <bruno@clisp.org>
2527
2528         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2529         * lib/math_.h [__DECC]: Include the overridden include file through
2530         #include_next, outside the double-inclusion guard.
2531         * lib/stdio_.h [__DECC]: Likewise.
2532         * lib/stdlib_.h [__DECC]: Likewise.
2533         * lib/string_.h [__DECC]: Likewise.
2534         * lib/time_.h [__DECC]: Likewise.
2535         * lib/wchar_.h [__DECC]: Likewise.
2536         * lib/wctype_.h [__DECC]: Likewise.
2537         * lib/inttypes_.h [__DECC]: Likewise.
2538         Reported by Albert Chin <china@thewrittenword.com> in
2539         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2540
2541 2007-04-04  Eric Blake  <ebb9@byu.net>
2542
2543         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2544         1.5.x.
2545
2546 2007-04-04  Bruno Haible  <bruno@clisp.org>
2547
2548         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2549         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2550
2551 2007-04-04  Bruno Haible  <bruno@clisp.org>
2552
2553         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2554         results for "%010a" of Infinity and NaN.
2555         * tests/test-vasprintf-posix.c (test_function): Likewise.
2556         * tests/test-snprintf-posix.h (test_function): Likewise.
2557         * tests/test-sprintf-posix.h (test_function): Likewise.
2558         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2559         * tests/test-printf-posix.h (test_function): Likewise.
2560         * tests/test-fprintf-posix.out: Update.
2561         Needed for FreeBSD 6.1.
2562
2563 2007-04-04  Bruno Haible  <bruno@clisp.org>
2564
2565         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2566         directly used by the gnulib modules nor by gnulib-tool.
2567
2568 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2569
2570         * DEPENDENCIES: Give overall description of version dependency
2571         desirability.  Use more-typical names for apps.
2572         Add shell, coreutils, diffutils, grep, tar, gzip.
2573
2574 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2575
2576         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2577
2578 2007-04-04  Karl Berry  <karl@gnu.org>
2579
2580         * MODULES.html.sh (func_module): missing '.
2581
2582 2007-04-03  Bruno Haible  <bruno@clisp.org>
2583
2584         * modules/argmatch-tests (Makefile.am): New variable
2585         test_argmatch_LDADD.
2586         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2587         * modules/array-list-tests (Makefile.am): New variable
2588         test_array_list_LDADD.
2589         * modules/array-oset-tests (Makefile.am): New variable
2590         test_array_oset_LDADD.
2591         * modules/avltree-list-tests (Makefile.am): New variable
2592         test_avltree_list_LDADD.
2593         * modules/avltree-oset-tests (Makefile.am): New variable
2594         test_avltree_oset_LDADD.
2595         * modules/avltreehash-list-tests (Makefile.am): New variable
2596         test_avltreehash_list_LDADD.
2597         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2598         test_canonicalize_lgpl_LDADD.
2599         * modules/carray-list-tests (Makefile.am): New variable
2600         test_carray_list_LDADD.
2601         * modules/dirname-tests (Makefile.am): New variable
2602         test_dirname_LDADD.
2603         * modules/linked-list-tests (Makefile.am): New variable
2604         test_linked_list_LDADD.
2605         * modules/linkedhash-list-tests (Makefile.am): New variable
2606         test_linkedhash_list_LDADD.
2607         * modules/rbtree-list-tests (Makefile.am): New variable
2608         test_rbtree_list_LDADD.
2609         * modules/rbtree-oset-tests (Makefile.am): New variable
2610         test_rbtree_oset_LDADD.
2611         * modules/rbtreehash-list-tests (Makefile.am): New variable
2612         test_rbtreehash_list_LDADD.
2613         * modules/xvasprintf-tests (Makefile.am): New variable
2614         test_xvasprintf_LDADD.
2615         Reported by Eric Blake.
2616
2617 2007-04-03  Eric Blake  <ebb9@byu.net>
2618
2619         * DEPENDENCIES: Weaken m4 requirements.
2620
2621 2007-04-03  Bruno Haible  <bruno@clisp.org>
2622
2623         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2624         * modules/isnanl-tests (configure.ac): Likewise.
2625
2626 2007-04-03  Ben Pfaff  <blp@gnu.org>
2627
2628         * modules/iconv_open: Add $(srcdir)/ to source directory
2629         references in Makefile fragments that call gperf, to fix VPATH
2630         builds.
2631
2632 2007-04-03  Bruno Haible  <bruno@clisp.org>
2633
2634         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2635         * lib/ldexpl.c: Undo last change.
2636
2637 2007-04-03  Bruno Haible  <bruno@clisp.org>
2638
2639         * modules/printf-frexpl (Depends-on): Undo last change.
2640         (Files): Add m4/ldexpl.m4.
2641
2642 2007-04-03  Bruno Haible  <bruno@clisp.org>
2643
2644         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2645         * modules/isnanl (Link): New section.
2646
2647         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2648         * modules/frexp (Link): New section.
2649
2650         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2651         * modules/frexpl (Link): New section.
2652
2653         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2654         * modules/ldexpl (Link): New section.
2655
2656 2007-04-03  Bruno Haible  <bruno@clisp.org>
2657
2658         * modules/TEMPLATE-EXTENDED: New file.
2659         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2660
2661 2007-04-03  Bruno Haible  <bruno@clisp.org>
2662
2663         * DEPENDENCIES: New file.
2664         Suggested by Simon Josefsson.
2665
2666 2007-04-03  Bruno Haible  <bruno@clisp.org>
2667
2668         * doc/gnulib.texi: Escape @.
2669
2670 2007-04-03  James Youngman  <jay@gnu.org>
2671         and Paul Eggert  <eggert@cs.ucla.edu>
2672
2673         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2674         birthtime on all systems that have birthtime, not just those which
2675         use st_birthtimensec rather than st_birthtim.  Putting zero in
2676         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2677         that the birth time is not available for files on an NFS mount.
2678
2679 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2680
2681         * modules/memxor: Move back from crypto/, suggested by Bruno.
2682         * modules/crypto/hmac-sha1: Fix memxor dependency.
2683
2684         * modules/crypto/gc: Moved from ../.
2685
2686 2007-04-02  Eric Blake  <ebb9@byu.net>
2687
2688         * lib/ldexpl.c (includes): Avoid libm.
2689
2690         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2691
2692 2007-04-02  Bruno Haible  <bruno@clisp.org>
2693
2694         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2695         on IRIX.
2696
2697 2007-04-02  Bruno Haible  <bruno@clisp.org>
2698
2699         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2700         x86 or x86_64 platforms running MacOS X.
2701         Reported by Ryan Schmidt <@ryandesign.com>.
2702
2703 2007-04-02  Bruno Haible  <bruno@clisp.org>
2704
2705         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2706         i386.
2707
2708 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2709
2710         * modules/crypto/arcfour: Moved from ../.
2711         * modules/crypto/arcfour-tests: Moved from ../.
2712         * modules/crypto/arctwo: Moved from ../.
2713         * modules/crypto/arctwo-tests: Moved from ../.
2714         * modules/crypto/des: Moved from ../.
2715         * modules/crypto/des-tests: Moved from ../.
2716         * modules/crypto/gc-arcfour: Moved from ../.
2717         * modules/crypto/gc-arcfour-tests: Moved from ../.
2718         * modules/crypto/gc-arctwo: Moved from ../.
2719         * modules/crypto/gc-arctwo-tests: Moved from ../.
2720         * modules/crypto/gc-des: Moved from ../.
2721         * modules/crypto/gc-des-tests: Moved from ../.
2722         * modules/crypto/gc-hmac-md5: Moved from ../.
2723         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2724         * modules/crypto/gc-hmac-sha1: Moved from ../.
2725         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2726         * modules/crypto/gc-md2: Moved from ../.
2727         * modules/crypto/gc-md2-tests: Moved from ../.
2728         * modules/crypto/gc-md4: Moved from ../.
2729         * modules/crypto/gc-md4-tests: Moved from ../.
2730         * modules/crypto/gc-md5: Moved from ../.
2731         * modules/crypto/gc-md5-tests: Moved from ../.
2732         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2733         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2734         * modules/crypto/gc-random: Moved from ../.
2735         * modules/crypto/gc-rijndael: Moved from ../.
2736         * modules/crypto/gc-rijndael-tests: Moved from ../.
2737         * modules/crypto/gc-sha1: Moved from ../.
2738         * modules/crypto/gc-sha1-tests: Moved from ../.
2739         * modules/crypto/gc-tests: Moved from ../.
2740         * modules/crypto/hmac-md5: Moved from ../.
2741         * modules/crypto/hmac-md5-tests: Moved from ../.
2742         * modules/crypto/hmac-sha1: Moved from ../.
2743         * modules/crypto/hmac-sha1-tests: Moved from ../.
2744         * modules/crypto/md2: Moved from ../.
2745         * modules/crypto/md2-tests: Moved from ../.
2746         * modules/crypto/md4: Moved from ../.
2747         * modules/crypto/md4-tests: Moved from ../.
2748         * modules/crypto/md5: Moved from ../.
2749         * modules/crypto/md5-tests: Moved from ../.
2750         * modules/crypto/memxor: Moved from ../.
2751         * modules/crypto/rijndael: Moved from ../.
2752         * modules/crypto/rijndael-tests: Moved from ../.
2753         * modules/crypto/sha1: Moved from ../.
2754
2755 2007-03-30  James Youngman  <jay@gnu.org>
2756
2757         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2758         rename() to change the ctime of a file (because ctime is unaffected
2759         by rename on jfs2 on AIX 5.1).
2760         (main): Start by doing cleanup, in case a previous run failed leaving
2761         test files behind.
2762
2763 2007-03-31  Bruno Haible  <bruno@clisp.org>
2764
2765         Support old proprietary implementations of iconv.
2766         * modules/iconv_open: New file.
2767         * lib/iconv_.h: New file.
2768         * m4/iconv_h.m4: New file.
2769         * lib/iconv_open.c: New file.
2770         * lib/iconv_open-aix.gperf: New file.
2771         * lib/iconv_open-hpux.gperf: New file.
2772         * lib/iconv_open-irix.gperf: New file.
2773         * lib/iconv_open-osf.gperf: New file.
2774         * m4/iconv_open.m4: New file.
2775         * modules/linebreak (Depends-on): Add iconv_open.
2776         * modules/striconv (Depends-on): Likewise.
2777         * modules/striconveh (Depends-on): Likewise.
2778         * modules/unicodeio (Depends-on): Likewise.
2779         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2780         (iconv_t)(-1).
2781         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2782         conversion if cd is (iconv_t)(-1).
2783         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2784         is not possible.
2785
2786 2007-03-31  Bruno Haible  <bruno@clisp.org>
2787
2788         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2789         work on Solaris either. Protect also second use of "autodetect_jp".
2790
2791 2007-03-31  Bruno Haible  <bruno@clisp.org>
2792
2793         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2794         the function is not present.
2795
2796 2007-03-31  Bruno Haible  <bruno@clisp.org>
2797
2798         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2799         the function is not present.
2800
2801 2007-03-31  Bruno Haible  <bruno@clisp.org>
2802
2803         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2804         a bug in HP-UX iconv_open().
2805
2806 2007-03-31  Bruno Haible  <bruno@clisp.org>
2807
2808         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2809         (Mathematics <math.h>): New section, add fpieee.
2810         (Input/output <stdio.h>): Add fseterr.
2811         (Mathematics <math.h>): New section, add printf-frexp.
2812         (Container data structures): Add sublist.
2813         (Core language properties): Add fpucw, inline.
2814         (Functions for greatest-width integer types <inttypes.h>): Add
2815         imaxabs, imaxdiv, inttypes.
2816         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2817         isnanl-nolibm, ldexp.
2818         (Mathematics <math.h>): New section, add printf-frexpl.
2819         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2820         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2821         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2822         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2823         (Unicode string functions): Add unistr/u*-mbtoucr.
2824         (Java): Add javacomp-script, javaexec-script.
2825         (C#): Add csharpcomp-script, csharpexec-script.
2826         (Support for building libraries and executables): Add havelib,
2827         relocatable-*.
2828         (Support for maintaining and releasing projects): Renamed from
2829         'Support for maintaining and release projects'. Add announce-gen.
2830
2831 2007-03-31  Bruno Haible  <bruno@clisp.org>
2832
2833         * README: Talk primarily about git.
2834         (git and CVS): Renamed from CVS.
2835         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2836         gnulib is available through git.
2837         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2838
2839 2007-03-30  Bruno Haible  <bruno@clisp.org>
2840
2841         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2842         * lib/poll_.h: Likewise.
2843         * lib/stat_.h: Likewise.
2844         * lib/sys_time_.h: Likewise.
2845         * lib/sysexit_.h: Likewise.
2846         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2847         * lib/stdbool_.h: Likewise.
2848         * lib/byteswap_.h: Add double-inclusion guard.
2849
2850 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2851
2852         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2853
2854 2007-03-30  Karl Berry  <karl@gnu.org>
2855
2856         * config/srclist-update: double space after USA in the license
2857         substitution, since that's how it's usually (?) written.
2858
2859 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2860
2861         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2862         reported by Bruno Haible.
2863
2864 2007-03-29  Bruno Haible  <bruno@clisp.org>
2865
2866         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2867         a bug in AIX iconv().
2868
2869 2007-03-29  Bruno Haible  <bruno@clisp.org>
2870
2871         * modules/ldexpl-tests: New file.
2872         * tests/test-ldexpl.c: New file.
2873
2874 2007-03-29  Bruno Haible  <bruno@clisp.org>
2875
2876         * lib/ldexpl.c: Include fpucw.h.
2877         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2878         multiplication.
2879         * modules/ldexpl (Depends-on): Add fpucw.
2880
2881 2007-03-29  Bruno Haible  <bruno@clisp.org>
2882
2883         * modules/ldexpl: New file.
2884         * m4/ldexpl.m4: New file.
2885         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2886         set.
2887         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2888         REPLACE_LDEXPL.
2889         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2890         REPLACE_LDEXPL.
2891         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2892         gl_FUNC_LDEXPL_WORKS.
2893         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2894         * modules/mathl (Files): Remove lib/ldexpl.c.
2895         (Depends-on): Add ldexpl.
2896
2897 2007-03-29  Bruno Haible  <bruno@clisp.org>
2898
2899         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2900
2901 2007-03-29  Bruno Haible  <bruno@clisp.org>
2902
2903         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2904         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2905         and possibly also HP-UX.
2906         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2907         work on AIX, IRIX, HP-UX, OSF/1.
2908         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2909         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2910         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2911         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2912         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2913         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2914
2915 2007-03-29  Bruno Haible  <bruno@clisp.org>
2916
2917         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2918
2919 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2920
2921         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2922         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2923
2924 2007-03-29  Eric Blake  <ebb9@byu.net>
2925
2926         * lib/acl-internal.h: Remove redundant include.
2927         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2928         Cygwin when a file is locked.
2929
2930 2007-03-29  Bruno Haible  <bruno@clisp.org>
2931
2932         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2933         file.
2934         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2935
2936 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2937
2938         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2939         try to remove a parent directory if the child couldn't be removed
2940         (except for the first rmdir, which could fail because the child
2941         doesn't exist).  Problem reported by Jeff Blaine in
2942         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2943
2944 2007-03-28  Bruno Haible  <bruno@clisp.org>
2945
2946         * lib/striconveh.c (utf8conv_carefully): New function.
2947         (mem_cd_iconveh_internal): Invoke it.
2948
2949 2007-03-28  Bruno Haible  <bruno@clisp.org>
2950
2951         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2952         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2953         input.
2954         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2955         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2956         unistr/u8-uctomb.
2957
2958 2007-03-28  Bruno Haible  <bruno@clisp.org>
2959
2960         * modules/unistr/u8-mbtoucr: New file.
2961         * lib/unistr/u8-mbtoucr.c: New file.
2962         * modules/unistr/u16-mbtoucr: New file.
2963         * lib/unistr/u16-mbtoucr.c: New file.
2964         * modules/unistr/u16-mbtoucr: New file.
2965         * lib/unistr/u16-mbtoucr.c: New file.
2966         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
2967
2968 2007-03-27  Simon Josefsson  <simon@josefsson.org>
2969             Bruno Haible  <bruno@clisp.org>
2970
2971         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
2972         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
2973         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
2974
2975         * m4/stdio_h.m4: Add stubs for vasprintf too.
2976
2977         * modules/stdio: Support vasprintf in sed command.
2978
2979         * modules/vasprintf: Depend on stdio for prototypes.  Remove
2980         vasprintf.h.  Add stdio module indicator.
2981
2982         * lib/stdio_.h: Declare asprintf and vasprintf, based on
2983         vasprintf.h.
2984
2985         * lib/vasprintf.h: File removed.
2986
2987         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
2988         * lib/vasprintf.c: Ditto.
2989         * lib/xvasprintf.c: Ditto.
2990         * tests/test-vasprintf-posix.c: Ditto.
2991         * tests/test-vasprintf.c: Ditto.
2992
2993 2007-03-27  Bruno Haible  <bruno@clisp.org>
2994
2995         Make vasnprintf multithread-safe.
2996         * lib/vasnprintf.c (decimal_point_char): New function.
2997         (VASNPRINTF): Use it.
2998         Suggested by Simon Josefsson.
2999
3000 2007-03-27  Eric Blake  <ebb9@byu.net>
3001
3002         Support sub-second birthtime on cygwin.
3003         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3004         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3005         (get_stat_birthtime): Also work with st_birthtim.
3006
3007 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3008
3009         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3010         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3011         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3012         (get_stat_birthtime_ns): Simplify compile-time tests.
3013         (get_stat_birthtime): Change the API to look like
3014         get_stat_mtime etc., except return a negative tv_nsec on error.
3015         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3016         Don't check for "spare" fields.
3017         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3018         or for struct stat.st_birthtime, as these tests aren't used.
3019         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3020
3021 2007-03-27  Bruno Haible  <bruno@clisp.org>
3022
3023         * lib/stat-time.h: Include <sys/stat.h>.
3024
3025 2007-03-27  James Youngman  <jay@gnu.org>
3026
3027         * lib/stat-time.h (get_stat_birthtime): New function for
3028           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3029         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3030           and its variants.
3031         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3032         * modules/stat-time-test: New file.
3033         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3034
3035 2007-03-26  Bruno Haible  <bruno@clisp.org>
3036
3037         Better support of signalling NaNs.
3038         * lib/atanl.c: Include isnanl.h.
3039         (atanl): Perform test for NaN at the beginning of the function and
3040         through a call to isnanl.
3041         * lib/cosl.c: Include isnanl.h.
3042         (cosl): Perform test for NaN at the beginning of the function and
3043         through a call to isnanl.
3044         * lib/ldexpl.c: Include isnanl.h.
3045         (ldexpl): Perform test for NaN through a call to isnanl.
3046         * lib/logl.c: Include isnanl.h.
3047         (logl): Perform test for NaN at the beginning of the function and
3048         through a call to isnanl.
3049         * lib/sinl.c: Include isnanl.h.
3050         (sinl): Perform test for NaN at the beginning of the function and
3051         through a call to isnanl.
3052         * lib/sqrtl.c: Include isnanl.h.
3053         (sqrtl): Perform test for NaN at the beginning of the function and
3054         through a call to isnanl.
3055         * lib/tanl.c: Include isnanl.h.
3056         (tanl): Perform test for NaN at the beginning of the function and
3057         through a call to isnanl.
3058         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3059         * modules/mathl (Depends-on): Add isnanl.
3060
3061 2007-03-26  Eric Blake  <ebb9@byu.net>
3062
3063         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3064         regression in logic sense of previous patch.
3065
3066 2007-03-26  Bruno Haible  <bruno@clisp.org>
3067
3068         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3069         unportable shell command "if ! ...".
3070         Reported by Ralf Wildenhues.
3071
3072 2007-03-25  Bruno Haible  <bruno@clisp.org>
3073
3074         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3075         <sysexits.h> file, and only add EX_CONFIG.
3076         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3077         absolute file name and whether it is sufficient. Substitute also
3078         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3079         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3080         ABSOLUTE_SYSEXITS_H into sysexits.h.
3081
3082 2007-03-25  Bruno Haible  <bruno@clisp.org>
3083
3084         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3085         hints is NULL.
3086
3087 2007-03-25  Bruno Haible  <bruno@clisp.org>
3088
3089         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3090         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3091
3092 2007-03-25  Bruno Haible  <bruno@clisp.org>
3093
3094         * lib/vasnprintf.c: Include langinfo.h.
3095         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3096         multithread-safe.
3097         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3098         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3099         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3100         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3101         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3102         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3103         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3104         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3105         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3106         Reported by Simon Josefsson.
3107
3108 2007-03-25  Bruno Haible  <bruno@clisp.org>
3109
3110         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3111         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3112         * modules/vasnprintf (Depends-on): Add stdint.
3113
3114 2007-03-25  Bruno Haible  <bruno@clisp.org>
3115
3116         * modules/fpieee: New file.
3117         * m4/fpieee.m4: New file.
3118         * modules/isnan-nolibm (Depends-on): Add fpieee.
3119         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3120         * modules/isnanl (Depends-on): Add fpieee.
3121
3122 2007-03-25  Bruno Haible  <bruno@clisp.org>
3123
3124         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3125
3126 2007-03-25  Bruno Haible  <bruno@clisp.org>
3127
3128         Avoid test failures on IRIX 6.5.
3129         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3130         (main): Use it.
3131         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3132         macros.
3133         (main): Use them.
3134
3135 2007-03-25  Bruno Haible  <bruno@clisp.org>
3136
3137         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3138         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3139         exists but doesn't work.
3140         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3141         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3142         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3143         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3144
3145 2007-03-25  Bruno Haible  <bruno@clisp.org>
3146
3147         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3148         returns inf. Needed on IRIX 6.5.
3149
3150 2007-03-25  Bruno Haible  <bruno@clisp.org>
3151
3152         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3153         (main): Use isnanl instead of x != x idiom.
3154         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3155
3156         * tests/test-frexp.c: Include isnan.h.
3157         (main): Use isnan instead of x != x idiom.
3158         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3159
3160 2007-03-25  Bruno Haible  <bruno@clisp.org>
3161
3162         * tests/test-frexp.c (NaN): New function/macro.
3163         (main): Use it instead of 0.0 / 0.0.
3164         * tests/test-isnan.c (NaN): New function/macro.
3165         (main): Use it instead of 0.0 / 0.0.
3166         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3167         (test_function): Use it instead of 0.0 / 0.0.
3168         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3169         (test_function): Use it instead of 0.0 / 0.0.
3170         * tests/test-snprintf-posix.h (NaN): New function/macro.
3171         (test_function): Use it instead of 0.0 / 0.0.
3172         * tests/test-sprintf-posix.h (NaN): New function/macro.
3173         (test_function): Use it instead of 0.0 / 0.0.
3174         * tests/test-fprintf-posix.h (NaN): New function/macro.
3175         (test_function): Use it instead of 0.0 / 0.0.
3176         * tests/test-printf-posix.h (NaN): New function/macro.
3177         (test_function): Use it instead of 0.0 / 0.0.
3178
3179         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3180
3181 2007-03-25  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3184
3185 2007-03-25  Bruno Haible  <bruno@clisp.org>
3186
3187         * lib/regexec.c (merge_state_with_log): Make static.
3188
3189 2007-03-25  Bruno Haible  <bruno@clisp.org>
3190
3191         * lib/trigl.c (kernel_rem_pio2): Make static.
3192
3193 2007-03-25  Bruno Haible  <bruno@clisp.org>
3194
3195         * lib/sincosl.c (sincosl_table): Make static.
3196
3197 2007-03-25  Bruno Haible  <bruno@clisp.org>
3198
3199         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3200         if the compiler does not support C99.
3201
3202 2007-03-25  Bruno Haible  <bruno@clisp.org>
3203
3204         * modules/time (Makefile.am): Ensure all rule action lines start with a
3205         tab.
3206
3207 2007-03-24  Bruno Haible  <bruno@clisp.org>
3208
3209         * modules/tsearch-tests: New file.
3210         * tests/test-tsearch.sh: New file.
3211         * tests/test-tsearch.c: New file, mostly copied from glibc.
3212
3213         * modules/search-tests: New file.
3214         * tests/test-search.c: New file.
3215
3216         * modules/search: New file.
3217         * lib/search_.h: New file, incorporating lib/tsearch.h.
3218         * m4/search_h.m4: New file.
3219         * lib/tsearch.h: Remove file.
3220         * lib/tsearch.c: Include search.h instead of tsearch.h.
3221         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3222         HAVE_TSEARCH.
3223         * modules/tsearch (Files): Remove lib/tsearch.h.
3224         (Depends-on): Add search.
3225         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3226         (Include): Change tsearch.h into search.h.
3227
3228 2007-03-24  Bruno Haible  <bruno@clisp.org>
3229
3230         * modules/fpucw: New file.
3231         * lib/fpucw.h: New file.
3232         * lib/frexp.c: Include fpucw.h.
3233         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3234         (FUNC): Use them.
3235         * lib/printf-frexp.c: Include fpucw.h.
3236         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3237         (FUNC): Use them.
3238         * lib/vasnprintf.c: Include fpucw.h.
3239         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3240         'long double' calculations.
3241         * tests/test-frexpl.c: Include fpucw.h.
3242         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3243         * tests/test-printf-frexpl.c: Include fpucw.h.
3244         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3245         * modules/frexpl (Depends-on): Add fpucw.
3246         * modules/printf-frexpl (Depends-on): Likewise.
3247         * modules/fprintf-posix (Depends-on): Likewise.
3248         * modules/snprintf-posix (Depends-on): Likewise.
3249         * modules/sprintf-posix (Depends-on): Likewise.
3250         * modules/vasnprintf-posix (Depends-on): Likewise.
3251         * modules/vasprintf-posix (Depends-on): Likewise.
3252         * modules/vfprintf-posix (Depends-on): Likewise.
3253         * modules/vsnprintf-posix (Depends-on): Likewise.
3254         * modules/vsprintf-posix (Depends-on): Likewise.
3255         * modules/frexpl-tests (Depends-on): Likewise.
3256         * modules/printf-frexpl-tests (Depends-on): Likewise.
3257
3258 2007-03-24  Bruno Haible  <bruno@clisp.org>
3259
3260         * lib/float+.h: New file.
3261         * lib/isnan.c: Include float+.h.
3262         (SIZE): New macro.
3263         (FUNC): Compare only SIZE bytes of the value.
3264         * lib/vasnprintf.c: Include float+.h.
3265         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3266         SIZEOF_LDBL or SIZEOF_DBL bytes.
3267         * modules/isnan-nolibm (Files): Add lib/float+.h.
3268         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3269         * modules/isnanl (Files): Add lib/float+.h.
3270         * modules/vasnprintf (Files): Add lib/float+.h.
3271
3272 2007-03-24  Bruno Haible  <bruno@clisp.org>
3273
3274         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3275         include isnanl-nolibm.h.
3276
3277 2007-03-24  Bruno Haible  <bruno@clisp.org>
3278
3279         * tests/test-read-file.c (main): Don't produce spurious output for
3280         expected situations. Make the test fail if it encountered unexpected
3281         results.
3282
3283 2007-03-24  Bruno Haible  <bruno@clisp.org>
3284
3285         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3286         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3287
3288 2007-03-24  Bruno Haible  <bruno@clisp.org>
3289
3290         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3291
3292 2007-03-24  Bruno Haible  <bruno@clisp.org>
3293
3294         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3295         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3296
3297         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3298         * modules/utf8-ucs4: Turn into a symbolic link to module
3299         unistr/u8-mbtouc.
3300
3301         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3302         utf8-ucs4-unsafe.
3303         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3304         unistr/u8-mbtouc-unsafe.
3305
3306         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3307         * modules/utf16-ucs4: Turn into a symbolic link to module
3308         unistr/u16-mbtouc.
3309
3310         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3311         utf16-ucs4-unsafe.
3312         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3313         unistr/u16-mbtouc-unsafe.
3314
3315         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3316         * modules/ucs4-utf8: Turn into a symbolic link to module
3317         unistr/u8-ubtomb.
3318
3319         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3320         * modules/ucs4-utf16: Turn into a symbolic link to module
3321         unistr/u16-ubtomb.
3322
3323 2007-03-24  Bruno Haible  <bruno@clisp.org>
3324
3325         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3326         Enable the function only if HAVE_INLINE.
3327         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3328         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3329         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3330         Enable the function only if HAVE_INLINE.
3331         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3332         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3333         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3334         Enable the function only if HAVE_INLINE.
3335         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3336         Enable the function only if HAVE_INLINE.
3337         * modules/utf8-ucs4: Update.
3338         * modules/utf8-ucs4-unsafe: Update.
3339         * modules/utf16-ucs4: Update.
3340         * modules/utf16-ucs4-unsafe: Update.
3341         * modules/ucs4-utf8: Update.
3342         * modules/ucs4-utf16: Update.
3343
3344 2007-03-24  Bruno Haible  <bruno@clisp.org>
3345
3346         * lib/utf8-ucs4.h: Remove file.
3347         * lib/utf8-ucs4-unsafe.h: Remove file.
3348         * lib/utf16-ucs4.h: Remove file.
3349         * lib/utf16-ucs4-unsafe.h: Remove file.
3350         * lib/ucs4-utf8.h: Remove file.
3351         * lib/ucs4-utf16.h: Remove file.
3352         * lib/unistr.h: Include their previous contents.
3353         * m4/utf-ucs4.m4: Remove file.
3354         * m4/ucs4-utf.m4: Remove file.
3355         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3356         (Depends-on): Add unistr/base.
3357         (configure.ac): Remove gl_UTF_UCS4.
3358         (Makefile.am): Update.
3359         (Include): Change to unistr.h.
3360         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3361         (Depends-on): Add unistr/base.
3362         (configure.ac): Remove gl_UTF_UCS4.
3363         (Makefile.am): Update.
3364         (Include): Change to unistr.h.
3365         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3366         (Depends-on): Add unistr/base.
3367         (configure.ac): Remove gl_UTF_UCS4.
3368         (Makefile.am): Update.
3369         (Include): Change to unistr.h.
3370         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3371         (Depends-on): Add unistr/base.
3372         (configure.ac): Remove gl_UTF_UCS4.
3373         (Makefile.am): Update.
3374         (Include): Change to unistr.h.
3375         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3376         (Depends-on): Add unistr/base.
3377         (configure.ac): Remove gl_UCS4_UTF.
3378         (Makefile.am): Update.
3379         (Include): Change to unistr.h.
3380         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3381         (Depends-on): Add unistr/base.
3382         (configure.ac): Remove gl_UCS4_UTF.
3383         (Makefile.am): Update.
3384         (Include): Change to unistr.h.
3385         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3386         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3387         utf8-ucs4-unsafe.h.
3388         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3389         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3390         utf16-ucs4-unsafe.h.
3391         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3392         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3393         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3394         * lib/unistr/u8-strchr.c: Likewise.
3395         * lib/unistr/u8-strrchr.c: Likewise.
3396         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3397         * lib/unistr/u16-strchr.c: Likewise.
3398         * lib/unistr/u16-strrchr.c: Likewise.
3399         * lib/striconveh.c: Update.
3400         * lib/linebreak.c: Update.
3401
3402 2007-03-24  Bruno Haible  <bruno@clisp.org>
3403
3404         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3405         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3406
3407 2007-03-22  Bruno Haible  <bruno@clisp.org>
3408
3409         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3410
3411 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3412
3413         * MODULES.html.sh (File system functions): New module write-any-file.
3414         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3415         * m4/write-any-file.m4: New files.
3416
3417 2007-03-23  Eric Blake  <ebb9@byu.net>
3418
3419         * gnulib-tool: Rearrange space-tab sequences, since some editors
3420         like to eat them.
3421
3422 2007-03-23  Eric Blake  <ebb9@byu.net>
3423
3424         * lib/version-etc.c (version_etc_va): Update license wording to
3425         be more concise.  Recommended by Richard Stallman.
3426
3427 2007-03-22  Bruno Haible  <bruno@clisp.org>
3428
3429         * lib/poll.c (MSG_PEEK): New fallback definition.
3430
3431 2007-03-22  Bruno Haible  <bruno@clisp.org>
3432
3433         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3434         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3435         (main): Update.
3436         Fixes a compilation error on BeOS.
3437
3438 2007-03-22  Bruno Haible  <bruno@clisp.org>
3439
3440         * modules/frexpl-tests: New file.
3441         * tests/test-frexpl.c: New file.
3442
3443         * modules/frexpl: New file.
3444         * m4/frexpl.m4: New file.
3445         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3446         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3447         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3448         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3449         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3450         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3451
3452 2007-03-22  Bruno Haible  <bruno@clisp.org>
3453
3454         * lib/frexpl.c: Share code with lib/frexp.c.
3455         * modules/mathl (Files): Add lib/frexp.c.
3456         (Depends-on): Add isnanl-nolibm.
3457
3458 2007-03-22  Bruno Haible  <bruno@clisp.org>
3459
3460         * modules/printf-frexp (Files): Add m4/frexp.m4.
3461         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3462         only if the found frexp function actually works.
3463
3464 2007-03-22  Bruno Haible  <bruno@clisp.org>
3465
3466         * lib/frexp.c: Remove older implementation that uses divisions.
3467
3468 2007-03-21  Bruno Haible  <bruno@clisp.org>
3469
3470         * modules/frexp-tests: New file.
3471         * tests/test-frexp.c: New file.
3472
3473         * modules/frexp: New file.
3474         * lib/frexp.c: New file.
3475         * m4/frexp.m4: New file.
3476         * lib/math_.h (frexp): New declaration.
3477         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3478         REPLACE_FREXP.
3479         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3480
3481 2007-03-21  Bruno Haible  <bruno@clisp.org>
3482
3483         * modules/isnanl-tests: New file.
3484         * tests/test-isnanl.c: New file.
3485
3486         * modules/isnanl: New file.
3487         * lib/isnanl.h: New file.
3488         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3489         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3490         gl_FUNC_ISNANL_WORKS.
3491         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3492         New macros.
3493
3494 2007-03-21  Bruno Haible  <bruno@clisp.org>
3495
3496         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3497         lib/isnanl.h.
3498         (Include): Update.
3499         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3500         * lib/vasnprintf.c: Update.
3501         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3502         tests/test-isnanl.h, remove tests/test-isnanl.c.
3503         (Makefile.am): Update.
3504         * tests/test-isnanl-nolibm.c: New file.
3505         * tests/test-isnanl.h: New file.
3506         * tests/test-isnanl.c: Remove file.
3507
3508 2007-03-21  Jim Meyering  <jim@meyering.net>
3509
3510         When trying to open ".", treat ESTALE like EACCES.
3511         * lib/savewd.c (savewd_save): Resort to forking not just upon
3512         failure with EACCES, but also when errno is ESTALE.
3513
3514 2007-03-20  Bruno Haible  <bruno@clisp.org>
3515
3516         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3517         Needed on AIX 5.1. Reported by Matthew Woehlke.
3518
3519 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3520
3521         Suggestions by Bruno Haible:
3522         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3523         our own.
3524         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3525         * modules/acl (Depends-on): Add gettext.
3526
3527 2007-03-19  Bruno Haible  <bruno@clisp.org>
3528
3529         * modules/iconvme: Remove file.
3530         * lib/iconvme.h: Remove file.
3531         * lib/iconvme.c: Remove file.
3532         * m4/iconvme.m4: Remove file.
3533
3534 2007-03-19  Bruno Haible  <bruno@clisp.org>
3535
3536         * doc/relocatable-maint.texi: Break long shell script line.
3537         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3538
3539 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3540
3541         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3542         handle file_has_acl.
3543         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3544         * lib/acl.c: Move header inclusions and related macro defns into
3545         lib/acl-internal.h.
3546         (S_ISLNK): Remove defn, since that's now done for us.
3547         (file_has_acl): Move to lib/file-has-acl.c.
3548         Call acl_trivial if available.  This is the crucial part of the fix.
3549         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3550         shared within the library.  Rewrite a bit, partly to make it compatible
3551         with the GNU coding style.
3552         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3553         Remove unnecessary double-quotes.
3554         Don't test for acl_to_text; the build will catch that.
3555         Replace acl_entries if it doesn't exist and it is needed.
3556         Check for -lsec and acl_trivial (as used on Solaris 10).
3557         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3558         lib/file-has-acl.c.
3559         (Depends-on): Add sys_stat, for S_ISLNK.
3560
3561 2007-03-19  Ben Pfaff  <blp@gnu.org>
3562
3563         * doc/gnulib.texi: Fix typos.
3564         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3565
3566 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3567
3568         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3569         If size is zero here, buf must be zero.
3570
3571 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3572
3573         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3574         <bruno@clisp.org>.
3575
3576 2007-03-18  Bruno Haible  <bruno@clisp.org>
3577
3578         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3579         Suggested by Eric Blake.
3580
3581 2007-03-18  Ben Pfaff  <blp@gnu.org>
3582
3583         * doc/relocatable.texi: Recommend using as prefix a directory
3584         that does not exist and will never be created.  Based on
3585         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3586         and others.
3587
3588 2007-03-17  Bruno Haible  <bruno@clisp.org>
3589
3590         * lib/fchownat.c: Include lchown.h.
3591
3592 2007-03-17  Bruno Haible  <bruno@clisp.org>
3593
3594         Fix endless loop when the given allocated size was > INT_MAX.
3595         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3596         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3597         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3598         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3599         * lib/sprintf.c (sprintf): Likewise.
3600
3601 2007-03-17  Bruno Haible  <bruno@clisp.org>
3602
3603         * tests/test-argp-2.sh (func_compare): Output a context diff.
3604
3605 2007-03-17  Bruno Haible  <bruno@clisp.org>
3606
3607         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3608         locale's decimal-point character.
3609
3610 2007-03-17  Bruno Haible  <bruno@clisp.org>
3611
3612         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3613         before comparing it. Needed because on some platforms (e.g. x86) a
3614         'long double' occupies less bytes than sizeof (long double).
3615
3616 2007-03-17  Bruno Haible  <bruno@clisp.org>
3617
3618         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3619         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3620         * tests/test-getaddrinfo.c (simple): Likewise.
3621         * tests/test-read-file.c (main): Likewise.
3622
3623 2007-03-17  Bruno Haible  <bruno@clisp.org>
3624
3625         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3626
3627 2007-03-17  Bruno Haible  <bruno@clisp.org>
3628
3629         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3630         unused variable.
3631
3632 2007-03-17  Bruno Haible  <bruno@clisp.org>
3633
3634         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3635         * tests/test-c-strncasecmp.c: Likewise.
3636
3637 2007-03-17  Bruno Haible  <bruno@clisp.org>
3638
3639         * modules/stdlib (Depends-on): Add unistd.
3640         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3641         Needed for MacOS X 10.3.
3642
3643 2007-03-17  Bruno Haible  <bruno@clisp.org>
3644
3645         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3646
3647 2007-03-17  Bruno Haible  <bruno@clisp.org>
3648
3649         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3650
3651 2007-03-17  Bruno Haible  <bruno@clisp.org>
3652
3653         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3654         to reflect files copied from gnulib (with or without modifications).
3655         Suggested by Jim Meyering.
3656
3657 2007-03-17  Eric Blake  <ebb9@byu.net>
3658
3659         * NEWS: Document stdlib change from 2007-02-18.
3660
3661 2007-03-17  Jim Meyering  <jim@meyering.net>
3662
3663         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3664         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3665         someone uses a name containing shell meta-characters.
3666         Reported by Alfred M. Szmidt.
3667
3668         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3669
3670 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3671
3672         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3673         and copy gettext configuration files only if configure.ac contains
3674         a use of AM_GNU_GETTEXT_VERSION.
3675
3676 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3677
3678         * build-aux/bootstrap (gnulib_name): New variable.
3679         (gnulib_tool_options): Use it.
3680
3681 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3682
3683         * tests/test-des.c: Use new namespace.
3684
3685 2007-03-15  Bruno Haible  <bruno@clisp.org>
3686
3687         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3688         Reported by James Youngman <jay@gnu.org>.
3689
3690 2007-03-15  Bruno Haible  <bruno@clisp.org>
3691
3692         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3693         declared prototype. Needed with cc on OSF/1 5.1.
3694
3695 2007-03-15  Bruno Haible  <bruno@clisp.org>
3696
3697         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3698         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3699         (struct gl_list_implementation): Add dispose_fn argument to the
3700         'create_empty', 'create' methods.
3701         (struct gl_list_impl_base): Add field 'dispose_fn'.
3702         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3703         argument.
3704         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3705         dispose_fn argument.
3706         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3707         dispose_fn on the dropped values.
3708         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3709         dispose_fn argument.
3710         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3711         dropped values.
3712         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3713         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3714         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3715         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3716         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3717         argument.
3718         (gl_tree_list_free): Call dispose_fn on the dropped values.
3719         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3720         the dropped values.
3721         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3722         Add dispose_fn argument.
3723         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3724         Call dispose_fn on the dropped values.
3725         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3726         Add dispose_fn argument.
3727         (gl_sublist_create): Initialize the 'dispose_fn' field.
3728         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3729         * tests/test-array_list.c (main): Update.
3730         * tests/test-carray_list.c (main): Update.
3731         * tests/test-avltree_list.c (main): Update.
3732         * tests/test-rbtree_list.c (main): Update.
3733         * tests/test-avltreehash_list.c (main): Update.
3734         * tests/test-rbtreehash_list.c (main): Update.
3735         * tests/test-linked_list.c (main): Update.
3736         * tests/test-linkedhash_list.c (main): Update.
3737         * tests/test-array_oset.c (main): Update.
3738
3739 2007-03-15  Bruno Haible  <bruno@clisp.org>
3740
3741         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3742         (gl_oset_create_empty): Add dispose_fn argument.
3743         (struct gl_oset_implementation): Add dispose_fn argument to
3744         'create_empty' method.
3745         (struct gl_oset_impl_base): Add dispose_fn field.
3746         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3747         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3748         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3749         values.
3750         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3751         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3752         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3753         dropped value.
3754         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3755         dropped value.
3756         * tests/test-array_oset.c (main): Update.
3757         * tests/test-avltree_oset.c (main): Update.
3758         * tests/test-rbtree_oset.c (main): Update.
3759         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3760
3761 2007-03-13  Bruno Haible  <bruno@clisp.org>
3762
3763         * tests/test-stdbool.c (i): Update after last patch.
3764
3765 2007-03-12  Bruno Haible  <bruno@clisp.org>
3766
3767         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3768         the iswprint macro. Needed on Solaris 2.5.1.
3769
3770 2007-03-12  Bruno Haible  <bruno@clisp.org>
3771
3772         * tests/test-printf-frexp.c (main): Declare x as volatile.
3773
3774 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3775
3776         * doc/gnulib.texi (Build robot for gnulib): New section.
3777
3778 2007-03-12  Jim Meyering  <jim@meyering.net>
3779
3780         * build-aux/bootstrap: New file.
3781         * build-aux/bootstrap.conf: New file, from coreutils.
3782
3783 2007-03-11  Bruno Haible  <bruno@clisp.org>
3784
3785         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3786
3787 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3788
3789         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3790         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3791         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3792
3793 2007-03-11  Bruno Haible  <bruno@clisp.org>
3794
3795         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3796         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3797
3798 2007-03-11  Bruno Haible  <bruno@clisp.org>
3799
3800         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3801         formula. Needed for SunPRO C 5.0.
3802
3803 2007-03-11  Bruno Haible  <bruno@clisp.org>
3804
3805         * modules/long-options (Depends-on): Add getopt.
3806
3807 2007-03-11  Bruno Haible  <bruno@clisp.org>
3808
3809         * modules/modechange (Depends-on): Add stdbool.
3810
3811 2007-03-11  Bruno Haible  <bruno@clisp.org>
3812
3813         * modules/i-ring (Depends-on): Add stdbool.
3814
3815 2007-03-11  Bruno Haible  <bruno@clisp.org>
3816
3817         * modules/gc-des (Depends-on): Add stdbool.
3818
3819 2007-03-11  Bruno Haible  <bruno@clisp.org>
3820
3821         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3822
3823 2007-03-11  Bruno Haible  <bruno@clisp.org>
3824
3825         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3826
3827 2007-03-11  Bruno Haible  <bruno@clisp.org>
3828
3829         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3830
3831 2007-03-11  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/vasnprintf.c (sprintf): Undefine.
3834
3835 2007-03-11  Bruno Haible  <bruno@clisp.org>
3836
3837         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3838         initializers in SunPRO C and Compaq C compilers.
3839
3840 2007-03-11  Bruno Haible  <bruno@clisp.org>
3841
3842         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3843         decrementing code ANSI C compliant.
3844
3845 2007-03-11  Bruno Haible  <bruno@clisp.org>
3846
3847         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3848         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3849
3850 2007-03-11  Bruno Haible  <bruno@clisp.org>
3851
3852         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3853         <stdbool.h> substitute doesn't pass.
3854
3855 2007-03-11  Bruno Haible  <bruno@clisp.org>
3856
3857         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3858
3859 2007-03-11  Bruno Haible  <bruno@clisp.org>
3860
3861         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3862         script, for submission to autobuild.josefsson.org.
3863
3864 2007-03-10  Bruno Haible  <bruno@clisp.org>
3865
3866         * modules/canonicalize-lgpl-tests: New file.
3867         * tests/test-canonicalize-lgpl.sh: New file.
3868         * tests/test-canonicalize-lgpl.c: New file.
3869
3870         * modules/c-strcase-tests: New file.
3871         * tests/test-c-strcase.sh: New file.
3872         * tests/test-c-strcasecmp.c: New file.
3873         * tests/test-c-strncasecmp.c: New file.
3874
3875         * modules/atexit-tests: New file.
3876         * tests/test-atexit.sh: New file.
3877         * tests/test-atexit.c: New file.
3878
3879 2007-03-10  Bruno Haible  <bruno@clisp.org>
3880
3881         * tests/test-binary-io.sh: Use temporary filenames that are not so
3882         likely to clash with those of other tests (in a parallel make).
3883         * tests/test-binary-io.c: Likewise.
3884
3885 2007-03-10  Bruno Haible  <bruno@clisp.org>
3886
3887         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3888         fallback; use #error instead.
3889         Suggested by Simon Josefsson.
3890
3891 2007-03-10  Bruno Haible  <bruno@clisp.org>
3892
3893         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3894         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3895         first and the last.
3896
3897 2007-03-10  Bruno Haible  <bruno@clisp.org>
3898
3899         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3900
3901 2007-03-10  Bruno Haible  <bruno@clisp.org>
3902
3903         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3904         "make distcheck".
3905         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3906         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3907         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3908
3909 2007-03-10  Bruno Haible  <bruno@clisp.org>
3910
3911         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3912         variable.
3913         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3914         variable.
3915
3916 2007-03-09  Eric Blake  <ebb9@byu.net>
3917         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3918
3919         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3920         types are not being provided by gnulib.
3921         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3922         types are supported.
3923
3924 2007-03-10  Bruno Haible  <bruno@clisp.org>
3925
3926         * lib/stdio_.h (__attribute__): New macro.
3927         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3928         vsprintf): Specify __attribute__ __format__ for GCC.
3929         Suggested by Eric Blake.
3930
3931 2007-03-09  Bruno Haible  <bruno@clisp.org>
3932
3933         * modules/printf-posix-tests: New file.
3934         * tests/test-printf-posix.sh: New file.
3935         * tests/test-printf-posix.c: New file.
3936
3937         * modules/printf-posix: New file.
3938         * lib/printf.c: New file.
3939         * m4/printf-posix-rpl.m4: New file.
3940         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3941         REPLACE_PRINTF.
3942         * lib/stdio_.h (printf): New declaration.
3943         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3944         ____strfmon____): New macros.
3945         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3946         REPLACE_PRINTF.
3947
3948 2007-03-09  Bruno Haible  <bruno@clisp.org>
3949
3950         * tests/test-vasnprintf-posix2.sh: New file.
3951         * tests/test-vasnprintf-posix2.c: New file.
3952         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3953         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3954         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3955
3956         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3957         a locale dependent decimal point, rather than always '.'.
3958
3959 2007-03-09  Eric Blake  <ebb9@byu.net>
3960
3961         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3962         spite of platforms like Tandem/NSK that define it to -1.
3963
3964 2007-03-08  Bruno Haible  <bruno@clisp.org>
3965
3966         * modules/vprintf-posix-tests: New file.
3967         * tests/test-vprintf-posix.sh: New file.
3968         * tests/test-vprintf-posix.c: New file.
3969         * tests/test-printf-posix.h: New file.
3970
3971         * modules/vprintf-posix: New file.
3972         * lib/vprintf.c: New file.
3973         * m4/vprintf-posix.m4: New file.
3974         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
3975         REPLACE_VPRINTF.
3976         * lib/stdio_.h (vprintf): New declaration.
3977         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
3978         REPLACE_VPRINTF.
3979
3980 2007-03-08  Bruno Haible  <bruno@clisp.org>
3981
3982         * modules/fprintf-posix-tests: New file.
3983         * tests/test-fprintf-posix.sh: New file.
3984         * tests/test-fprintf-posix.c: New file.
3985
3986         * modules/fprintf-posix: New file.
3987         * lib/fprintf.c: New file.
3988         * m4/fprintf-posix.m4: New file.
3989         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
3990         REPLACE_FPRINTF.
3991         * lib/stdio_.h (fprintf): New declaration.
3992         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
3993         REPLACE_FPRINTF.
3994
3995 2007-03-08  Bruno Haible  <bruno@clisp.org>
3996
3997         * modules/vfprintf-posix-tests: New file.
3998         * tests/test-vfprintf-posix.sh: New file.
3999         * tests/test-vfprintf-posix.c: New file.
4000         * tests/test-fprintf-posix.h: New file.
4001         * tests/test-fprintf-posix.out: New file.
4002
4003         * modules/vfprintf-posix: New file.
4004         * lib/vfprintf.c: New file.
4005         * m4/vfprintf-posix.m4: New file.
4006         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4007         REPLACE_VFPRINTF.
4008         * lib/stdio_.h (vfprintf): New declaration.
4009         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4010         REPLACE_VFPRINTF.
4011
4012 2007-03-08  Bruno Haible  <bruno@clisp.org>
4013
4014         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4015
4016 2007-03-08  Bruno Haible  <bruno@clisp.org>
4017
4018         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4019         instead of 'expr' invocations.
4020         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4021         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4022         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4023         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4024         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4025         Suggested by Paul Eggert.
4026
4027 2007-03-08  Bruno Haible  <bruno@clisp.org>
4028
4029         * modules/fseterr-tests: New file.
4030         * tests/test-fseterr.c: New file.
4031
4032         * modules/fseterr: New file.
4033         * lib/fseterr.h: New file.
4034         * lib/fseterr.c: New file.
4035
4036 2007-03-08  Bruno Haible  <bruno@clisp.org>
4037
4038         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4039         * lib/getopt_.h: Likewise.
4040         * lib/mbswidth.h: Likewise.
4041         * lib/setenv.h: Likewise.
4042         * lib/vasnprintf.h: Likewise.
4043         * lib/vasprintf.h: Likewise.
4044         * lib/verror.h: Likewise.
4045         * lib/xsetenv.h: Likewise.
4046         * lib/xvasprintf.h: Likewise.
4047
4048 2007-03-08  Jim Meyering  <jim@meyering.net>
4049
4050         * users.txt: Add parted.
4051
4052         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4053
4054 2007-03-07  Bruno Haible  <bruno@clisp.org>
4055
4056         * m4/printf.m4: Make the shell script snippets copy&pastable.
4057
4058 2007-03-02  Bruno Haible  <bruno@clisp.org>
4059
4060         * lib/netinet_in_.h: New file.
4061         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4062         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4063         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4064         (Depends-on): Add absolute-header.
4065         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4066         into netinet/in.h.
4067
4068 2007-03-03  Bruno Haible  <bruno@clisp.org>
4069
4070         * lib/sys_select_.h: New file.
4071         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4072         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4073         * modules/sys_select (Files): Add lib/sys_select_.h.
4074         (Depends-on): Add absolute-header.
4075         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4076         into sys/select.h.
4077
4078 2007-03-02  Bruno Haible  <bruno@clisp.org>
4079
4080         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4081         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4082         values.
4083         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4084         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4085         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4086         * modules/sys_socket (Depends-on): Add absolute-header.
4087         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4088         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4089         (Include): Remove requirement of inclusion of <sys/types.h>.
4090
4091 2007-03-02  Bruno Haible  <bruno@clisp.org>
4092
4093         * lib/byteswap_.h (bswap_32): Fix formula.
4094
4095 2007-03-06  Bruno Haible  <bruno@clisp.org>
4096
4097         * modules/sprintf-posix-tests: New file.
4098         * tests/test-sprintf-posix.c: New file.
4099
4100         * modules/sprintf-posix: New file.
4101         * lib/sprintf.c: New file.
4102         * m4/sprintf-posix.m4: New file.
4103         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4104         REPLACE_SPRINTF.
4105         * lib/stdio_.h (sprintf): New declaration.
4106         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4107         REPLACE_SPRINTF.
4108
4109 2007-03-06  Bruno Haible  <bruno@clisp.org>
4110
4111         * modules/vsprintf-posix-tests: New file.
4112         * tests/test-vsprintf-posix.c: New file.
4113         * tests/test-sprintf-posix.h: New file.
4114
4115         * modules/vsprintf-posix: New file.
4116         * lib/vsprintf.c: New file.
4117         * m4/vsprintf-posix.m4: New file.
4118         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4119         REPLACE_VSPRINTF.
4120         * lib/stdio_.h (vsprintf): New declaration.
4121         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4122         REPLACE_VSPRINTF.
4123
4124 2007-03-06  Bruno Haible  <bruno@clisp.org>
4125
4126         * modules/vsnprintf (Depend-on): Remove minmax.
4127
4128 2007-03-06  Bruno Haible  <bruno@clisp.org>
4129
4130         * modules/snprintf-posix-tests: New file.
4131         * tests/test-snprintf-posix.c: New file.
4132
4133         * modules/snprintf-posix: New file.
4134         * m4/snprintf-posix.m4: New file.
4135         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4136         gl_FUNC_SNPRINTF.
4137         (gl_FUNC_SNPRINTF): Invoke it.
4138         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4139         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4140         is set.
4141         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4142
4143 2007-03-06  Bruno Haible  <bruno@clisp.org>
4144
4145         * modules/vsnprintf-posix-tests: New file.
4146         * tests/test-vsnprintf-posix.c: New file.
4147         * tests/test-snprintf-posix.h: New file.
4148
4149         * modules/vsnprintf-posix: New file.
4150         * m4/vsnprintf-posix.m4: New file.
4151         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4152         gl_FUNC_VSNPRINTF.
4153         (gl_FUNC_VSNPRINTF): Invoke it.
4154         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4155         * lib/stdio_.h (vsnprintf): Define as a replacement if
4156         REPLACE_VSNPRINTF is set.
4157         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4158
4159 2007-03-06  Bruno Haible  <bruno@clisp.org>
4160
4161         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4162         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4163
4164 2007-03-06  Bruno Haible  <bruno@clisp.org>
4165
4166         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4167         (asinl): Declare also if HAVE_DECL_ASINL is set.
4168         (atanl): Declare also if HAVE_DECL_ATANL is set.
4169         (ceill): Declare also if HAVE_DECL_CEILL is set.
4170         (cosl): Declare also if HAVE_DECL_COSL is set.
4171         (expl): Declare also if HAVE_DECL_EXPL is set.
4172         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4173         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4174         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4175         (logl): Declare also if HAVE_DECL_LOGL is set.
4176         (sinl): Declare also if HAVE_DECL_SINL is set.
4177         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4178         (tanl): Declare also if HAVE_DECL_TANL is set.
4179         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4180         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4181         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4182         declaration of frexpl, ldexpl.
4183         * modules/printf-frexpl (Depends-on): Add math.
4184         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4185
4186 2007-03-05  Bruno Haible  <bruno@clisp.org>
4187
4188         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4189         frexpl and ldexpl are declared.
4190         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4191
4192 2007-03-05  Bruno Haible  <bruno@clisp.org>
4193
4194         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4195         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4196
4197 2007-03-05  Bruno Haible  <bruno@clisp.org>
4198
4199         * lib/stdio_.h: Include <stddef.h>.
4200
4201 2007-03-05  Bruno Haible  <bruno@clisp.org>
4202
4203         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4204
4205 2007-03-05  Bruno Haible  <bruno@clisp.org>
4206
4207         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4208         NetBSD 4, from Ralf Wildenhues.
4209
4210 2007-03-04  Bruno Haible  <bruno@clisp.org>
4211
4212         * lib/vasprintf.h: Update #if logic for the case when the functions
4213         exist but are overridden.
4214
4215 2007-03-04  Bruno Haible  <bruno@clisp.org>
4216
4217         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4218         implementations: glibc-2.4 and MacOS X 10.3.
4219         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4220         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4221         * tests/test-vasprintf-posix.c (test_function): Likewise.
4222
4223 2007-03-04  Bruno Haible  <bruno@clisp.org>
4224
4225         * modules/vasprintf-posix-tests: New file.
4226         * tests/test-vasprintf-posix.c: New file.
4227
4228         * modules/vasprintf-posix: New file.
4229         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4230         defined.
4231         * m4/vasprintf-posix.m4: New file.
4232         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4233         gl_FUNC_VASPRINTF.
4234         (gl_FUNC_VASPRINTF): Invoke it.
4235         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4236         here.
4237         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4238
4239 2007-03-04  Bruno Haible  <bruno@clisp.org>
4240
4241         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4242         REPLACE_GETTIMEOFDAY.
4243         * modules/sys_time (Makefile.am): Likewise.
4244         * m4/sys_time_h.m4: Likewise.
4245         * m4/gettimeofday.m4: Likewise.
4246
4247 2007-03-04  Bruno Haible  <bruno@clisp.org>
4248
4249         * modules/vasnprintf-posix-tests: New file.
4250         * tests/test-vasnprintf-posix.c: New file.
4251
4252         * modules/vasnprintf-posix: New file.
4253         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4254         printf-frexpl.h.
4255         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4256         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4257         REPLACE_VASNPRINTF is defined.
4258         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4259         gl_FUNC_VASNPRINTF.
4260         (gl_FUNC_VASNPRINTF): Invoke it.
4261         * m4/vasnprintf-posix.m4: New file.
4262         * m4/printf.m4: New file.
4263
4264 2007-03-04  Bruno Haible  <bruno@clisp.org>
4265
4266         Compile progreloc.c only if --enable-relocatable is specified.
4267         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4268         if --enable-relocatable was specified.
4269         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4270         lib_SOURCES.
4271
4272 2007-03-04  Jim Meyering  <jim@meyering.net>
4273
4274         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4275         Use it consistently, rather than enumerating errno constants.
4276
4277 2007-03-04  Bruno Haible  <bruno@clisp.org>
4278
4279         * modules/xvasprintf-tests: New file.
4280         * tests/test-xvasprintf.c: New file.
4281
4282         * modules/vasprintf-tests: New file.
4283         * tests/test-vasprintf.c: New file.
4284
4285         * modules/vasnprintf-tests: New file.
4286         * tests/test-vasnprintf.c: New file.
4287
4288         * modules/vsnprintf-tests: New file.
4289         * tests/test-vsnprintf.c: New file.
4290
4291         * modules/snprintf-tests: New file.
4292         * tests/test-snprintf.c: New file.
4293
4294 2007-03-04  Bruno Haible  <bruno@clisp.org>
4295
4296         Compile relocatable.c only if --enable-relocatable is specified.
4297         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4298         gl_RELOCATABLE_LIBRARY.
4299         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4300         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4301         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4302         gl_RELOCATABLE_LIBRARY.
4303         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4304         (Makefile.am): Remove lib_SOURCES.
4305         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4306         gl_RELOCATABLE_LIBRARY.
4307         (Makefile.am): Remove lib_SOURCES.
4308         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4309         always.
4310         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4311         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4312
4313 2007-03-04  Bruno Haible  <bruno@clisp.org>
4314
4315         * modules/argmatch-tests: New file.
4316         * tests/test-argmatch.c: New file.
4317
4318         * tests/test-allocsa.c (main): Halve the number of loop runs.
4319
4320         * modules/alloca-opt-tests: New file.
4321         * tests/test-alloca-opt.c: New file.
4322
4323 2007-03-04  Jim Meyering  <jim@meyering.net>
4324
4325         Work around difference between Linux ACLs and Solaris 10 ZFS.
4326         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4327         for EINVAL.
4328
4329 2007-03-03  Bruno Haible  <bruno@clisp.org>
4330
4331         * modules/relocatable-prog (Depends-on): Add back progreloc's
4332         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4333
4334 2007-03-03  Bruno Haible  <bruno@clisp.org>
4335
4336         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4337         * modules/relocatable-lib: New file.
4338
4339 2007-03-03  Bruno Haible  <bruno@clisp.org>
4340
4341         * modules/relocatable-prog: Renamed from modules/relocatable.
4342         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4343
4344 2007-03-03  Bruno Haible  <bruno@clisp.org>
4345
4346         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4347         m4/relocatable-lib.m4.
4348         (Depends-on): Remove 'relocatable'.
4349         (configure.ac): Add gl_RELOCATABLE_NOP.
4350
4351 2007-03-03  Bruno Haible  <bruno@clisp.org>
4352
4353         * modules/relocatable-prog-wrapper: New file.
4354         * modules/relocatable (Depends-on): Add it. Remove all other
4355         dependencies except progname.
4356         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4357
4358         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4359         (gl_FUNC_STRERROR): Nop.
4360         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4361
4362         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4363         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4364
4365         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4366         (gl_FUNC_READLINK): Update.
4367
4368         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4369
4370 2007-03-03  Bruno Haible  <bruno@clisp.org>
4371
4372         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4373         * modules/xreadlink (Depends-on): Add unistd.
4374         * modules/xreadlink-with-size (Depends-on): Likewise.
4375
4376 2007-03-03  Bruno Haible  <bruno@clisp.org>
4377
4378         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4379         extracted from gt_FUNC_SETENV.
4380         (gt_FUNC_SETENV): Remove macro.
4381         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4382         remove gt_FUNC_SETENV.
4383
4384 2007-03-03  Bruno Haible  <bruno@clisp.org>
4385
4386         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4387         ENABLE_RELOCATABLE here.
4388         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4389
4390 2007-03-03  Bruno Haible  <bruno@clisp.org>
4391
4392         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4393         * tests/test-rbtreehash_list.c: Include progname.h.
4394         (main): Call set_program_name.
4395
4396         * modules/rbtree-oset-tests (Depends-on): Add progname.
4397         * tests/test-rbtree_oset.c: Include progname.h.
4398         (main): Call set_program_name.
4399
4400         * modules/rbtree-list-tests (Depends-on): Add progname.
4401         * tests/test-rbtree_list.c: Include progname.h.
4402         (main): Call set_program_name.
4403
4404         * modules/linked-list-tests (Depends-on): Add progname.
4405         * tests/test-linked_list.c: Include progname.h.
4406         (main): Call set_program_name.
4407
4408 2007-03-03  Bruno Haible  <bruno@clisp.org>
4409
4410         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4411         All uses of __restrict changed to _Restrict_.
4412         * lib/glob_.h (__restrict): Remove macro.
4413
4414 2007-03-02  Bruno Haible  <bruno@clisp.org>
4415
4416         * modules/gettext (configure.ac): Require gettext infrastructure
4417         from version 0.16.1.
4418
4419 2007-03-02  Bruno Haible  <bruno@clisp.org>
4420
4421         * modules/linkedhash-list-tests (Depends-on): Add progname.
4422         * tests/test-linkedhash_list.c: Include progname.h.
4423         (main): Call set_program_name.
4424
4425         * modules/carray-list-tests (Depends-on): Add progname.
4426         * tests/test-carray_list.c: Include progname.h.
4427         (main): Call set_program_name.
4428
4429         * modules/avltreehash-list-tests (Depends-on): Add progname.
4430         * tests/test-avltreehash_list.c: Include progname.h.
4431         (main): Call set_program_name.
4432
4433         * modules/avltree-oset-tests (Depends-on): Add progname.
4434         * tests/test-avltree_oset.c: Include progname.h.
4435         (main): Call set_program_name.
4436
4437         * modules/avltree-list-tests (Depends-on): Add progname.
4438         * tests/test-avltree_list.c: Include progname.h.
4439         (main): Call set_program_name.
4440
4441         * modules/array-oset-tests (Depends-on): Add progname.
4442         * tests/test-array_oset.c: Include progname.h.
4443         (main): Call set_program_name.
4444
4445         * modules/array-list-tests (Depends-on): Add progname.
4446         * tests/test-array_list.c: Include progname.h.
4447         (main): Call set_program_name.
4448
4449         * modules/argp-tests (Depends-on): Add progname.
4450         * tests/test-argp.c: Include argp.h first. Include progname.h.
4451         (main): Call set_program_name.
4452
4453 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4454
4455         * doc/gnulib-tool.texi (Initial import): Reword description of
4456         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4457         limited effect even if defined after the first system include.
4458
4459 2007-03-01  Bruno Haible  <bruno@clisp.org>
4460
4461         * build-aux/config.libpath: Update to libtool-1.5.22.
4462         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4463
4464 2007-03-01  Bruno Haible  <bruno@clisp.org>
4465
4466         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4467         foo_CFLAGS.
4468         Reported by Ralf Wildenhues.
4469
4470 2007-03-01  Bruno Haible  <bruno@clisp.org>
4471
4472         * build-aux/install-reloc: Remove object files left over by some
4473         compilers.
4474         Reported by Ralf Wildenhues.
4475
4476 2007-03-01  Bruno Haible  <bruno@clisp.org>
4477
4478         * build-aux/install-reloc: Break long lines.
4479
4480 2007-03-01  Bruno Haible  <bruno@clisp.org>
4481
4482         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4483         Reported by Ralf Wildenhues.
4484
4485 2007-03-01  Bruno Haible  <bruno@clisp.org>
4486
4487         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4488         include ordering constraints.
4489
4490 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4491
4492         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4493         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4494         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4495         as another example.
4496         * lib/time_.h: Fix misspelling.
4497         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4498         Require gl_HEADER_TIME_H_DEFAULTS.
4499         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4500         * m4/time_r.m4 (gl_TIME_R): Likewise.
4501         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4502
4503 2007-03-01  Bruno Haible  <bruno@clisp.org>
4504
4505         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4506         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4507
4508 2007-03-01  Jim Meyering  <jim@meyering.net>
4509
4510         * modules/xreadlink (Maintainer): Add my name.
4511         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4512
4513 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4514             Bruno Haible  <bruno@clisp.org>
4515
4516         * build-aux/install-reloc: Compile also c-ctype.c.
4517         * build-aux/relocatable.sh.in: New file.
4518         * doc/relocatable.texi: New file.
4519         * doc/relocatable-maint.texi: New file.
4520         * doc/gnulib.texi: Include relocatable-maint.texi.
4521         * lib/progreloc.c: Include unistd.h unconditionally.
4522         * lib/relocwrapper.c: Include unistd.h unconditionally.
4523         Include c-ctype.h.
4524         (add_dotbin): Use c_tolower.
4525         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4526         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4527         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4528         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4529         to m4/relocatable-lib.m4.
4530         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4531         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4532         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4533         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4534         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4535         * modules/relocatable: New file.
4536         * modules/relocatable-lib: New file.
4537         * modules/relocatable-script: New file.
4538
4539 2007-02-28  Bruno Haible  <bruno@clisp.org>
4540
4541         Import --enable-relocatable infrastructure.
4542         * build-aux/config.libpath: New file, from GNU gettext.
4543         * build-aux/install-reloc: New file, from GNU gettext.
4544         * build-aux/reloc-ldflags: New file, from GNU gettext.
4545         * lib/relocatable.h: New file, from GNU gettext.
4546         * lib/relocatable.c: New file, from GNU gettext.
4547         * lib/relocwrapper.c: New file, from GNU gettext.
4548         * m4/relocatable.m4: New file, from GNU gettext.
4549
4550 2007-02-28  Bruno Haible  <bruno@clisp.org>
4551
4552         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4553
4554         * modules/xreadlink: New file, from GNU gettext with modifications.
4555         * lib/xreadlink.c: New file, from GNU gettext.
4556         * lib/xreadlink.h: Add comments.
4557         (xreadlink): New declaration.
4558
4559         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4560         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4561         lib/xreadlink-with-size.c.
4562         (configure.ac): Remove gl_XREADLINK invocation.
4563         (Makefile.am): Augment lib_SOURCES.
4564         * m4/xreadlink.m4: Remove file.
4565         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4566         (xreadlink_with_size): Renamed from xreadink.
4567         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4568         * modules/canonicalize (Depends-on): Replace xreadlink with
4569         xreadlink-with-size.
4570         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4571
4572 2007-02-25  Jim Meyering  <jim@meyering.net>
4573
4574         * build-aux/announce-gen: When complaining about excess arguments,
4575         list them.
4576
4577 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4578
4579         * README: Document signed integer overflow situation more
4580         accurately.
4581
4582 2007-02-25  Bruno Haible  <bruno@clisp.org>
4583
4584         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4585         'a' or 'A' conversion.
4586
4587 2007-02-25  Bruno Haible  <bruno@clisp.org>
4588
4589         * modules/filename: Renamed from modules/pathname.
4590         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4591         lib/concatpath.c with lib/concat-filename.c.
4592         (Makefile.am): Update.
4593         (Include): Replace pathname.h with filename.h.
4594         * lib/filename.h: Renamed from lib/pathname.h.
4595         (concatenated_filename): Renamed from concatenated_pathname.
4596         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4597         (concatenated_filename): Renamed from concatenated_pathname.
4598         * lib/findprog.c: Include filename.h instead of pathname.h.
4599         (find_in_path): Update.
4600         * lib/javacomp.c: Include filename.h instead of pathname.h.
4601         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4602         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4603         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4604         is_oldgcj_14_13_usable, is_javac_usable): Update.
4605         * lib/javaexec.c: Include filename.h instead of pathname.h.
4606         (execute_java_class): Update.
4607         * modules/findprog: Update.
4608         * modules/javacomp: Update.
4609         * modules/javaexec: Update.
4610         * MODULES.html.sh (File system functions): Add 'filename', remove
4611         'pathname'.
4612
4613 2007-02-25  Bruno Haible  <bruno@clisp.org>
4614
4615         * modules/printf-frexpl-tests: New file.
4616         * tests/test-printf-frexpl.c: New file.
4617
4618         * modules/printf-frexpl: New file.
4619         * lib/printf-frexpl.h: New file.
4620         * lib/printf-frexpl.c: New file.
4621         * m4/printf-frexpl.m4: New file.
4622
4623 2007-02-25  Bruno Haible  <bruno@clisp.org>
4624
4625         * modules/printf-frexp-tests: New file.
4626         * tests/test-printf-frexp.c: New file.
4627
4628         * modules/printf-frexp: New file.
4629         * lib/printf-frexp.h: New file.
4630         * lib/printf-frexp.c: New file.
4631         * m4/printf-frexp.m4: New file.
4632
4633 2007-02-25  Bruno Haible  <bruno@clisp.org>
4634
4635         Assume automake >= 1.10 for the tests.
4636         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4637         * modules/arctwo-tests: Likewise.
4638         * modules/argp-tests: Likewise.
4639         * modules/avltree-list-tests: Likewise.
4640         * modules/avltree-oset-tests: Likewise.
4641         * modules/avltreehash-list-tests: Likewise.
4642         * modules/carray-list-tests: Likewise.
4643         * modules/crc-tests: Likewise.
4644         * modules/des-tests: Likewise.
4645         * modules/gc-arcfour-tests: Likewise.
4646         * modules/gc-arctwo-tests: Likewise.
4647         * modules/gc-des-tests: Likewise.
4648         * modules/gc-hmac-md5-tests: Likewise.
4649         * modules/gc-hmac-sha1-tests: Likewise.
4650         * modules/gc-md2-tests: Likewise.
4651         * modules/gc-md4-tests: Likewise.
4652         * modules/gc-md5-tests: Likewise.
4653         * modules/gc-pbkdf2-sha1-tests: Likewise.
4654         * modules/gc-rijndael-tests: Likewise.
4655         * modules/gc-sha1-tests: Likewise.
4656         * modules/gc-tests: Likewise.
4657         * modules/getaddrinfo-tests: Likewise.
4658         * modules/hmac-md5-tests: Likewise.
4659         * modules/hmac-sha1-tests: Likewise.
4660         * modules/linked-list-tests: Likewise.
4661         * modules/linkedhash-list-tests: Likewise.
4662         * modules/lock-tests: Likewise.
4663         * modules/md2-tests: Likewise.
4664         * modules/md4-tests: Likewise.
4665         * modules/md5-tests: Likewise.
4666         * modules/rbtree-list-tests: Likewise.
4667         * modules/rbtree-oset-tests: Likewise.
4668         * modules/rbtreehash-list-tests: Likewise.
4669         * modules/read-file-tests: Likewise.
4670         * modules/rijndael-tests: Likewise.
4671         * modules/stdint-tests: Likewise.
4672         * modules/tls-tests: Likewise.
4673
4674 2007-02-24  Bruno Haible  <bruno@clisp.org>
4675
4676         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4677         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4678         function; instead check whether isnan with a double argument links.
4679         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4680         function; instead check whether isnan with a 'long double' argument
4681         links.
4682         Reported by Eric Blake <ebb9@byu.net>.
4683
4684 2007-02-24  Bruno Haible  <bruno@clisp.org>
4685
4686         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4687         defined.
4688         * lib/isnanl.c: Remove all code. Just include isnan.c.
4689         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4690
4691 2007-02-25  Jim Meyering  <jim@meyering.net>
4692
4693         Avoid conflicting types for 'unsetenv' on FreeBSD.
4694         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4695         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4696         in stdlib.h.
4697
4698 2007-02-24  Bruno Haible  <bruno@clisp.org>
4699
4700         * modules/isnanl-nolibm-tests: New file.
4701         * tests/test-isnanl.c: New file.
4702
4703         * modules/isnanl-nolibm: New file.
4704         * lib/isnanl.h: New file.
4705         * lib/isnanl.c: New file.
4706         * m4/isnanl.m4: New file.
4707
4708 2007-02-24  Bruno Haible  <bruno@clisp.org>
4709
4710         * modules/isnan-nolibm-tests: New file.
4711         * tests/test-isnan.c: New file.
4712
4713         * modules/isnan-nolibm: New file.
4714         * lib/isnan.h: New file.
4715         * lib/isnan.c: New file.
4716         * m4/isnan.m4: New file.
4717
4718 2007-02-24  Bruno Haible  <bruno@clisp.org>
4719
4720         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4721         assume that an exponent fits in 20 bits.
4722
4723 2007-02-24  Jim Meyering  <jim@meyering.net>
4724
4725         * m4/regex.m4: Update the description of the configure-time option,
4726         --without-included-regex, to state accurately what the defaults are,
4727         and perhaps to give people an idea why using this option is risky.
4728
4729 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4730
4731         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4732         loops on small arguments.  This attempts to avoid the problem
4733         Bruno Haible reported for AIX 4.3.2 in
4734         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4735
4736 2007-02-23  Bruno Haible  <bruno@clisp.org>
4737
4738         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4739         Needed for help2man.
4740
4741 2007-02-23  Karl Berry  <karl@gnu.org>
4742
4743         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4744         exists, foo.h should be cvs-ignored, not committed.
4745
4746 2007-02-23  Eric Blake  <ebb9@byu.net>
4747
4748         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4749         * lib/stat-time.h (includes): Likewise.
4750         * lib/utimecmp.c (includes): Likewise.
4751         * lib/utimens.h (includes): Likewise.
4752         * lib/getdate.y (includes): Also include "timespec.h" for use
4753         internal to the module.
4754         * modules/utimens (Depends-on): Revert yesterday's patch.
4755         * modules/nanosleep (Depends-on): Add missing dependency.
4756
4757 2007-02-22  Bruno Haible  <bruno@clisp.org>
4758
4759         * lib/glob.c: Don't include getlogin_r.h.
4760
4761 2007-02-22  Jim Meyering  <jim@meyering.net>
4762
4763         * modules/utimens (Depends-on): Add timespec, required for
4764         utimens.h's inclusion of timespec.h.
4765
4766 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4767
4768         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4769         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4770         Schwab in
4771         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4772         I'll try to think of a better way to fix the Solaris problem.
4773
4774         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4775         like glibc; on Solaris 10, it fails with errno == EINVAL.
4776         POSIX says the behavior is unspecified if the first argument is NULL,
4777         so play it safe and never pass NULL to the system getcwd.
4778
4779 2007-02-21  Jim Meyering  <jim@meyering.net>
4780
4781         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4782         of gettimeofday.  It would conflict with the one now always
4783         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4784         an IRIX 6.5 build failure.
4785
4786 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4787
4788         Minor fixups to port to Solaris 10 with Sun C 5.8.
4789         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4790         * modules/getcwd (Depends-on): Add dirfd.
4791         * lib/putenv.c (putenv): #undef it.
4792         (rpl_putenv): New decl.
4793         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4794
4795 2007-02-20  Bruno Haible  <bruno@clisp.org>
4796
4797         * modules/stdio-tests: New file.
4798         * tests/test-stdio.c: New file.
4799
4800         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4801         (Depends-on): Add stdio.
4802         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4803         (Include): Use <stdio.h> instead of vsnprintf.h.
4804         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4805         HAVE_DECL_VSNPRINTF.
4806         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4807
4808         * modules/snprintf (Files): Remove lib/snprintf.h.
4809         (Depends-on): Add stdio.
4810         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4811         (Include): Use <stdio.h> instead of snprintf.h.
4812         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4813         HAVE_DECL_SNPRINTF.
4814         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4815         * lib/getaddrinfo.c: Likewise.
4816
4817         * modules/stdio: New file.
4818         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4819         * lib/snprintf.h: Remove file.
4820         * lib/vsnprintf.h: Remove file.
4821         * lib/.cppi-disable: Remove snprintf.h.
4822         * m4/stdio_h.m4: New file.
4823         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4824
4825 2007-02-20  Jim Meyering  <jim@meyering.net>
4826
4827         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4828         used by e.g., mingw.  From Bruno Haible.
4829
4830 2007-02-19  Bruno Haible  <bruno@clisp.org>
4831
4832         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4833         warnings.
4834         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4835
4836 2007-02-19  Bruno Haible  <bruno@clisp.org>
4837
4838         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4839         from mingw users.
4840
4841 2007-02-19  Bruno Haible  <bruno@clisp.org>
4842
4843         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4844         warnings.
4845         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4846
4847 2007-02-19  Jim Meyering  <jim@meyering.net>
4848
4849         Don't use FD after a successful "fdopendir (fd)".
4850         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4851         Reset it by calling dirfd on the just-obtained DIR*.
4852
4853         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4854         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4855
4856 2007-02-18  Bruno Haible  <bruno@clisp.org>
4857
4858         * lib/readlink.c: Include <unistd.h>.
4859         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4860         HAVE_READLINK.
4861         * modules/readlink (Depends-on): Add unistd.
4862         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4863         (Include): Add <unistd.h>.
4864
4865         * lib/getlogin_r.h: Remove file.
4866         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4867         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4868         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4869         HAVE_DECL_GETLOGIN_R.
4870         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4871         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4872         (Include): Use <unistd.h> instead of getlogin_r.h.
4873
4874         * lib/getcwd.h: Remove file.
4875         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4876         * lib/xgetcwd.c: Likewise.
4877         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4878         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4879         * modules/getcwd (Files): Remove lib/getcwd.h.
4880         (Depends-on): Add unistd.
4881         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4882         (Include): Use <unistd.h> instad of getcwd.h.
4883
4884         * lib/ftruncate.c: Include <unistd.h> first.
4885         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4886         Set HAVE_FTRUNCATE.
4887         * modules/ftruncate (Depends-on): Add unistd.
4888         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4889
4890         * lib/fchdir.c: Include <unistd.h> first.
4891         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4892         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4893         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4894         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4895         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4896
4897         * lib/dup2.c: Include <unistd.h> first.
4898         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4899         HAVE_DUP2.
4900         * modules/dup2 (Depends-on): Add unistd.
4901         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4902
4903         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4904         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4905         REPLACE_CHOWN. Don't define chown as a macro here.
4906         * modules/chown (Depends-on): Add unistd.
4907         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4908
4909         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4910         Add definition for GL_LINK_WARNING.
4911         (chown, dup2): New declarations.
4912         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4913         link warning.
4914         (ftruncate): New declaration.
4915         (getcwd): New declaration, taken from old getcwd.h.
4916         (getlogin_r): New declaration, taken from old getlogin_r.h.
4917         (readlink): New declaration.
4918         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4919         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4920         (gl_PREREQ_UNISTD): Remove macro.
4921         (gl_UNISTD_MODULE_INDICATOR): New macro.
4922         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4923         many new variables. Don't set UNISTD_H.
4924         * modules/unistd (Description): Change.
4925         (Depends-on): Add link-warning.
4926         (configure.ac): Update.
4927         (Makefile.am): Create unistd.h always. Substitute many new variables
4928         into it.
4929
4930 2007-02-18  Bruno Haible  <bruno@clisp.org>
4931
4932         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4933         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4934         HAVE_GETSUBOPT.
4935         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4936         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4937         * lib/getsubopt.h: Remove file.
4938         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4939         (Depends-on): Add stdlib.
4940         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4941         (Includes): Use <stdlib.h> instead of getsubopt.h.
4942         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4943         Set HAVE_GETSUBOPT.
4944         * lib/getsubopt.c: Don't include getsubopt.h.
4945
4946 2007-02-18  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/fchdir (Depends-on): Add dup2.
4949
4950 2007-02-18  Bruno Haible  <bruno@clisp.org>
4951
4952         * lib/stdlib_.h: Handle glibc's special invocation convention
4953         specially.
4954
4955 2007-02-18  Bruno Haible  <bruno@clisp.org>
4956
4957         * modules/stdlib-tests: New file.
4958         * tests/test-stdlib.c: New file.
4959
4960         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4961         (Depends-on): Add stdlib.
4962         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4963         (Includes): Use <stdlib.h> instead of mkstemp.h.
4964         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4965         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4966         * lib/mkstemp.c: Don't include mkstemp.h.
4967         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
4968         * lib/stdlib--.h: Don't include mkstemp.h.
4969
4970         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
4971         (Depends-on): Add stdlib.
4972         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4973         (Includes): Use <stdlib.h> instead of mkdtemp.h.
4974         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4975         HAVE_MKDTEMP.
4976         * lib/mkdtemp.c: Don't include mkdtemp.h.
4977         * lib/clean-temp.c: Don't include mkdtemp.h.
4978
4979         * modules/exit (Files): Remove lib/exit.h.
4980         (Depends-on): Add stdlib.
4981         (Makefile.am): Remove lib_SOURCES.
4982         (Include): Use <stdlib.h> instead of exit.h.
4983         * lib/argmatch.c: Don't include exit.h.
4984         * lib/execute.c: Likewise.
4985         * lib/pagealign_alloc.c: Likewise.
4986         * lib/pipe.c: Likewise.
4987         * lib/wait-process.c: Likewise.
4988         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
4989         * lib/exitfail.c: Likewise.
4990         * lib/savewd.c: Likewise.
4991         * lib/xsetenv.c: Likewise.
4992
4993         * modules/stdlib: New file.
4994         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
4995         and extra comments about mkstemp().
4996         * lib/exit.h: Remove file.
4997         * lib/mkdtemp.h: Remove file.
4998         * lib/mkstemp.h: Remove file.
4999         * m4/stdlib_h.m4: New file.
5000         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5001
5002 2007-02-18  Bruno Haible  <bruno@clisp.org>
5003
5004         * modules/math-tests: New file.
5005         * tests/test-math.c: New file.
5006
5007         * modules/math: New file.
5008         * modules/mathl (Files): Remove lib/mathl.h.
5009         (Depends-on): Add math.
5010         (Makefile.am): Don't mention mathl.h.
5011         (Include): Use <math.h> instead of mathl.h.
5012         * lib/math_.h: New file.
5013         * lib/mathl.h: Remove file.
5014         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5015         mathl.h.
5016         * lib/asinl.c: Likewise.
5017         * lib/atanl.c: Likewise.
5018         * lib/ceill.c: Likewise.
5019         * lib/cosl.c: Likewise.
5020         * lib/expl.c: Likewise.
5021         * lib/floorl.c: Likewise.
5022         * lib/frexpl.c: Likewise.
5023         * lib/ldexpl.c: Likewise.
5024         * lib/logl.c: Likewise.
5025         * lib/sincosl.c: Likewise.
5026         * lib/sinl.c: Likewise.
5027         * lib/sqrtl.c: Likewise.
5028         * lib/tanl.c: Likewise.
5029         * lib/trigl.c: Likewise.
5030         * m4/math_h.m4: New file.
5031         * MODULES.html.sh (Mathematics): Add math.
5032
5033 2007-02-17  Bruno Haible  <bruno@clisp.org>
5034
5035         * modules/wctype-tests: New file.
5036         * tests/test-wctype.c: New file.
5037
5038         * modules/wchar-tests: New file.
5039         * tests/test-wchar.c: New file.
5040
5041         * modules/unistd-tests: New file.
5042         * tests/test-unistd.c: New file.
5043
5044         * modules/time-tests: New file.
5045         * tests/test-time.c: New file.
5046
5047         * modules/sysexits-tests: New file.
5048         * tests/test-sysexits.c: New file.
5049
5050         * modules/sys_time-tests: New file.
5051         * tests/test-sys_time.c: New file.
5052
5053         * modules/sys_stat-tests: New file.
5054         * tests/test-sys_stat.c: New file.
5055
5056         * modules/sys_socket-tests: New file.
5057         * tests/test-sys_socket.c: New file.
5058
5059         * modules/sys_select-tests: New file.
5060         * tests/test-sys_select.c: New file.
5061
5062         * modules/string-tests: New file.
5063         * tests/test-string.c: New file.
5064
5065         * modules/stdbool-tests: New file.
5066         * tests/test-stdbool.c: New file.
5067
5068         * modules/netinet_in-tests: New file.
5069         * tests/test-netinet_in.c: New file.
5070
5071         * modules/inttypes-tests: New file.
5072         * tests/test-inttypes.c: New file.
5073
5074         * modules/fcntl-tests: New file.
5075         * tests/test-fcntl.c: New file.
5076
5077         * modules/byteswap-tests: New file.
5078         * tests/test-byteswap.c: New file.
5079
5080         * modules/arpa_inet-tests: New file.
5081         * tests/test-arpa_inet.c: New file.
5082
5083 2007-02-17  Bruno Haible  <bruno@clisp.org>
5084
5085         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5086         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5087         if the corresponding module is not enabled. Emit link warnings if
5088         the function is used nevertheless.
5089         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5090         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5091         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5092         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5093         * modules/inttypes (Depends-on): Add link-warning.
5094         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5095         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5096         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5097         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5098         * modules/imaxdiv (configure.ac): Likewise.
5099         * modules/strtoimax (configure.ac): Likewise.
5100         * modules/strtoumax (configure.ac): Likewise.
5101
5102 2007-02-17  Bruno Haible  <bruno@clisp.org>
5103
5104         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5105         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5106         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5107         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5108
5109 2007-02-17  Bruno Haible  <bruno@clisp.org>
5110
5111         * modules/link-warning: New file.
5112         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5113         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5114         * modules/string (Depends-on): Add link-warning.
5115         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5116         string.h.
5117         * MODULES.html.sh (Support for building libraries and executables): Add
5118         link-warning.
5119
5120 2007-02-17  Bruno Haible  <bruno@clisp.org>
5121
5122         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5123         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5124         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5125         long lines.
5126
5127 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5128             Bruno Haible  <bruno@clisp.org>
5129
5130         * modules/tmpfile: New file.
5131         * lib/tmpfile.c: New file.
5132         * m4/tmpfile.m4: New file.
5133         * MODULES.html.sh (func_all_modules): New section "Input/output".
5134
5135 2007-02-15  Bruno Haible  <bruno@clisp.org>
5136
5137         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5138         (supports_delete_on_close): New function.
5139         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5140
5141 2007-02-14  Bruno Haible  <bruno@clisp.org>
5142
5143         * modules/mbspcasecmp-tests: New file.
5144         * tests/test-mbspcasecmp.sh: New file.
5145         * tests/test-mbspcasecmp.c: New file.
5146
5147         New module mbspcasecmp.
5148         * modules/mbspcasecmp: New file.
5149         * lib/mbspcasecmp.c: New file.
5150         * lib/string_.h (strncasecmp): Change warning message.
5151         (mbspcasecmp): New declaration.
5152         * m4/mbspcasecmp.m4: New file.
5153         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5154         GNULIB_MBSPCASECMP.
5155         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5156         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5157
5158 2007-02-14  Bruno Haible  <bruno@clisp.org>
5159
5160         * modules/mbsncasecmp-tests: New file.
5161         * tests/test-mbsncasecmp.sh: New file.
5162         * tests/test-mbsncasecmp.c: New file.
5163
5164         New module mbsncasecmp.
5165         * modules/mbsncasecmp: New file.
5166         * lib/mbsncasecmp.c: New file.
5167         * lib/string_.h (mbsncasecmp): New declaration.
5168         * m4/mbsncasecmp.m4: New file.
5169         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5170         GNULIB_MBSNCASECMP.
5171         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5172         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5173
5174 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5175
5176         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5177         Verify that it doesn't overlap with our flags.
5178         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5179         do not have the desired effect in multibyte locales; instead, use
5180         mbscasecmp.
5181         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5182         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5183         we don't require GNU fnmatch ourselves (if our users require it, they
5184         should do so explicitly).
5185
5186         Fix regex code so it doesn't rely on strcasecmp.
5187         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5188         Otherwise, include gnulib's langinfo.h.
5189         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5190         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5191         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5192         * modules/regex (FILES): Remove m4/codeset.m4.
5193         (Depends-on): Add localcharset.  Remove strcase.
5194
5195 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5196
5197         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5198         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5199
5200 2007-02-13  Bruno Haible  <bruno@clisp.org>
5201
5202         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5203         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5204
5205 2007-02-12  Bruno Haible  <bruno@clisp.org>
5206
5207         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5208         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5209         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5210         time warning rather than a link error.
5211
5212 2007-02-12  Bruno Haible  <bruno@clisp.org>
5213
5214         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5215         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5216         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5217
5218 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5219
5220         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5221         args, not 2.
5222
5223 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5224
5225         New module 'time', so that apps can include <time.h> as per
5226         POSIX and GNU instead of separate include files like time_r.h
5227         and timegm.h.  This implementation tries out a simpler approach
5228         for replacing decls in standard include files (as compared to
5229         the string module), somewhat as an experiment.
5230
5231         * config/srclist.txt: Comment out mktime.c for now.
5232         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5233         since it doesn't apply any more.  Use generic wording instead.
5234         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5235         'time'.
5236         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5237         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5238         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5239         Don't include <sys/types.h>; no longer needed since we assume C89.
5240         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5241         * lib/strftime.c: Likewise.
5242         * lib/time_r.c: Likewise.
5243         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5244         * lib/nanosleep.c: Include <time.h> first, to check interface.
5245         * lib/strptime.c: Likewise.
5246         * lib/time_r.c: Likewise.
5247         * lib/timegm.c: Likewise.
5248         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5249         needed.
5250         * lib/timegm.c: Don't include timegm.h; no longer needed.
5251         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5252         time.h now handles any problems in that area.
5253         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5254         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5255         that time.h defines struct timespec.
5256         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5257         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5258         handles that.
5259         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5260         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5261         needed.  Set REPLACE_LOCALTIME.
5262         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5263         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5264         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5265         nanosleep; time_h.m4 now does that.  Don't require
5266         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5267         module handles this now.
5268         * modules/getdate (Depends-on): Remove timespec.  Add time.
5269         * modules/nanosleep (Depends-on): Likewise.
5270         * modules/stat-time (Depends-on): Likewise.
5271         * modules/nanosleep (Include): Include time.h, not timespec.h.
5272         * modules/strptime (Files): Remove lib/strptime.h.
5273         (Depends-on): Add extensions, time.
5274         (Include): Include time.h, not strptime.h.
5275         * modules/time_r (Files): Remove lib/time_r.h.
5276         (Depends-on): Add time.
5277         (Include): Include time.h, not time_r.h.
5278         * modules/timegm: Likewise.
5279         * modules/timespec (Description): Now does timespec-related decls
5280         of our own, instead of struct timespec itself.
5281         (Depends-on): Add time; remove extensions.
5282         (Maintainer): Add self.
5283         * modules/utimecmp (Depends-on): Add time; remove timespec.
5284         * modules/utimens (Depends-on): Likewise.
5285         * modules/xnanosleep (Depends-on): Likewise.
5286
5287 2007-02-11  Bruno Haible  <bruno@clisp.org>
5288
5289         * lib/c-strstr.c: Include allocsa.h.
5290         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5291         * lib/c-strcasestr.c: Include allocsa.h.
5292         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5293         * lib/strcasestr.c: Include allocsa.h.
5294         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5295         * lib/mbsstr.c: Include allocsa.h.
5296         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5297         allocsa/freesa instead of malloc/free.
5298         * lib/mbscasestr.c: Include allocsa.h.
5299         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5300         allocsa/freesa instead of malloc/free.
5301         * modules/c-strstr (Depends-on): Add allocsa.
5302         * modules/c-strcasestr (Depends-on): Likewise.
5303         * modules/strcasestr (Depends-on): Likewise.
5304         * modules/mbsstr (Depends-on): Likewise.
5305         * modules/mbscasestr (Depends-on): Likewise.
5306
5307 2007-02-11  Bruno Haible  <bruno@clisp.org>
5308
5309         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5310
5311         * modules/mbsspn-tests: New file.
5312         * tests/test-mbsspn.sh: New file.
5313         * tests/test-mbsspn.c: New file.
5314
5315 2007-02-11  Bruno Haible  <bruno@clisp.org>
5316
5317         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5318
5319         * modules/mbspbrk-tests: New file.
5320         * tests/test-mbspbrk.sh: New file.
5321         * tests/test-mbspbrk.c: New file.
5322
5323 2007-02-11  Bruno Haible  <bruno@clisp.org>
5324
5325         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5326         unneeded cast.
5327
5328         * modules/mbscspn-tests: New file.
5329         * tests/test-mbscspn.sh: New file.
5330         * tests/test-mbscspn.c: New file.
5331
5332 2007-02-11  Bruno Haible  <bruno@clisp.org>
5333
5334         * modules/mbscasecmp-tests: New file.
5335         * tests/test-mbscasecmp.sh: New file.
5336         * tests/test-mbscasecmp.c: New file.
5337
5338 2007-02-11  Bruno Haible  <bruno@clisp.org>
5339
5340         Ensure O(n) worst-case complexity of mbscasestr.
5341         * lib/mbscasestr.c: Include stdbool.h.
5342         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5343         functions.
5344         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5345         the bookkeeping indicates that it's worth it.
5346         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5347
5348         * modules/mbscasestr-tests: New file.
5349         * tests/test-mbscasestr1.c: New file.
5350         * tests/test-mbscasestr2.sh: New file.
5351         * tests/test-mbscasestr2.c: New file.
5352         * tests/test-mbscasestr3.sh: New file.
5353         * tests/test-mbscasestr3.c: New file.
5354         * tests/test-mbscasestr4.sh: New file.
5355         * tests/test-mbscasestr4.c: New file.
5356         * m4/locale-tr.m4: New file.
5357
5358 2007-02-11  Bruno Haible  <bruno@clisp.org>
5359
5360         Ensure O(n) worst-case complexity of mbsstr.
5361         * lib/mbsstr.c: Include stdbool.h.
5362         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5363         functions.
5364         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5365         bookkeeping indicates that it's worth it.
5366         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5367
5368         * modules/mbsstr-tests: New file.
5369         * tests/test-mbsstr1.c: New file.
5370         * tests/test-mbsstr2.sh: New file.
5371         * tests/test-mbsstr2.c: New file.
5372         * tests/test-mbsstr3.sh: New file.
5373         * tests/test-mbsstr3.c: New file.
5374         * m4/locale-fr.m4: New file.
5375
5376 2007-02-11  Bruno Haible  <bruno@clisp.org>
5377
5378         * lib/mbsrchr.c (mbsrchr): Fix bug.
5379
5380         * modules/mbsrchr-tests: New file.
5381         * tests/test-mbsrchr.sh: New file.
5382         * tests/test-mbsrchr.c: New file.
5383
5384 2007-02-11  Bruno Haible  <bruno@clisp.org>
5385
5386         * lib/mbschr.c (mbschr): Fix bug.
5387
5388         * modules/mbschr-tests: New file.
5389         * tests/test-mbschr.sh: New file.
5390         * tests/test-mbschr.c: New file.
5391         * m4/locale-zh.m4: New file.
5392
5393 2007-02-11  Bruno Haible  <bruno@clisp.org>
5394
5395         Support for copying multibyte string iterators.
5396         * lib/mbiter.h: Include <string.h>.
5397         (mbiter_multi_copy): New function.
5398         (mbi_copy): New macro.
5399         * lib/mbuiter.h: Include <string.h>.
5400         (mbuiter_multi_copy): New function.
5401         (mbui_copy): New macro.
5402
5403 2007-02-11  Bruno Haible  <bruno@clisp.org>
5404
5405         New module mbslen.
5406         * modules/mbslen: New file.
5407         * lib/mbslen.c: New file.
5408         * lib/string_.h (mbslen): New declaration.
5409         * m4/mbslen.m4: New file.
5410         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5411         GNULIB_MBSLEN.
5412         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5413         * MODULES.html.sh (Internationalization functions): Add mbslen.
5414
5415 2007-02-11  Bruno Haible  <bruno@clisp.org>
5416
5417         Ensure O(n) worst-case complexity of strcasestr substitute.
5418         * lib/strcasestr.c: Include stdbool.h.
5419         (knuth_morris_pratt): New function.
5420         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5421         bookkeeping indicates that it's worth it.
5422         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5423
5424         * modules/strcasestr-tests: New file.
5425         * tests/test-strcasestr.c: New file.
5426
5427 2007-02-11  Bruno Haible  <bruno@clisp.org>
5428
5429         Ensure O(n) worst-case complexity of c_strcasestr.
5430         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5431         (knuth_morris_pratt): New function.
5432         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5433         the bookkeeping indicates that it's worth it.
5434         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5435
5436         * modules/c-strcasestr-tests: New file.
5437         * tests/test-c-strcasestr.c: New file.
5438
5439 2007-02-11  Bruno Haible  <bruno@clisp.org>
5440
5441         Ensure O(n) worst-case complexity of c_strstr.
5442         * lib/c-strstr.c: Include stdbool.h, string.h.
5443         (knuth_morris_pratt): New function.
5444         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5445         bookkeeping indicates that it's worth it.
5446         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5447
5448         * lib/c-strstr.c: Complete rewrite for maintainability.
5449
5450         * modules/c-strstr-tests: New file.
5451         * tests/test-c-strstr.c: New file.
5452
5453 2007-02-11  Bruno Haible  <bruno@clisp.org>
5454
5455         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5456         5.2.1 and earlier, whereby \055 was treated just like the range
5457         delimiter '-'.
5458         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5459
5460 2007-02-08  Bruno Haible  <bruno@clisp.org>
5461
5462         * modules/regex (Depends-on): Add stdbool.
5463         Reported by Dalibor Topic <robilad@kaffe.org>.
5464
5465 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5466
5467         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5468         Prefer returning from main to exiting from it.
5469         Remove unnecessary parens after sizeof.
5470
5471 2007-02-05  Bruno Haible  <bruno@clisp.org>
5472
5473         New module mbssep.
5474         * modules/mbssep: New file.
5475         * lib/mbssep.c: New file.
5476         * lib/string_.h (strsep): Add a conditional link warning.
5477         (mbssep): New declaration.
5478         * m4/mbssep.m4: New file.
5479         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5480         GNULIB_MBSSEP.
5481         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5482         * MODULES.html.sh (Internationalization functions): Add mbssep.
5483
5484 2007-02-05  Bruno Haible  <bruno@clisp.org>
5485
5486         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5487         Optimize search in case of 1 delimiter.
5488
5489 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5490
5491         * lib/acl.h: Include sys/types.h before sys/acl.h.
5492
5493 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5494
5495         Merge upstream fix for glibc bugzilla #3957:
5496
5497         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5498
5499         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5500         bit for RE_HAT_LISTS_NOT_NEWLINE.
5501         (build_charclass_op): Remove bogus comment.
5502
5503 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5504
5505         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5506
5507 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5508
5509         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5510         * lib/memmem.c [!defined _LIBC]: Include config.h.
5511
5512 2007-02-04  Bruno Haible  <bruno@clisp.org>
5513
5514         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5515         warning message.
5516
5517 2007-02-04  Bruno Haible  <bruno@clisp.org>
5518
5519         New module mbstok_r.
5520         * modules/mbstok_r: New file.
5521         * lib/mbstok_r.c: New file.
5522         * lib/string_.h (strtok_r): Change argument names to match the
5523         comments. Add a conditional link warning.
5524         (mbstok_r): New declaration.
5525         * m4/mbstok_r.m4: New file.
5526         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5527         GNULIB_MBSTOK_R.
5528         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5529         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5530
5531 2007-02-04  Bruno Haible  <bruno@clisp.org>
5532
5533         New module mbsspn.
5534         * modules/mbsspn: New file.
5535         * lib/mbsspn.c: New file.
5536         * lib/string_.h (strspn): Add a conditional link warning.
5537         (mbsspn): New declaration.
5538         * m4/mbsspn.m4: New file.
5539         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5540         GNULIB_MBSSPN.
5541         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5542         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5543
5544 2007-02-04  Bruno Haible  <bruno@clisp.org>
5545
5546         New module mbspbrk.
5547         * modules/mbspbrk: New file.
5548         * lib/mbspbrk.c: New file.
5549         * lib/string_.h (strpbrk): Add a conditional link warning.
5550         (mbspbrk): New declaration.
5551         * m4/mbspbrk.m4: New file.
5552         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5553         GNULIB_MBSPBRK.
5554         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5555         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5556
5557 2007-02-04  Bruno Haible  <bruno@clisp.org>
5558
5559         New module mbscspn.
5560         * modules/mbscspn: New file.
5561         * lib/mbscspn.c: New file.
5562         * lib/string_.h (strcspn): Add a conditional link warning.
5563         (mbscspn): New declaration.
5564         * m4/mbscspn.m4: New file.
5565         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5566         GNULIB_MBSCSPN.
5567         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5568         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5569
5570 2007-02-04  Bruno Haible  <bruno@clisp.org>
5571
5572         New module mbscasestr, reduced goal of strcasestr.
5573         * modules/mbscasestr: New file.
5574         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5575         (mbscasestr): Renamed from strcasestr.
5576         * lib/strcasestr.c: Don't include mbuiter.h.
5577         (strcasestr): Remove support for multibyte locales.
5578         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5579         Change the conditional link warning.
5580         (mbscasestr): New declaration.
5581         * m4/mbscasestr.m4: New file.
5582         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5583         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5584         REPLACE_STRCASESTR.
5585         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5586         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5587         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5588         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5589         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5590         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5591         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5592         (Depends-on): Remove mbuiter.
5593         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5594
5595 2007-02-04  Bruno Haible  <bruno@clisp.org>
5596
5597         Simplify handling of strncasecmp.
5598         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5599         the conditional link warning.
5600         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5601         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5602         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5603         * modules/strcase (configure.ac): Don't invoke
5604         gl_STRING_MODULE_INDICATOR.
5605         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5606
5607 2007-02-04  Bruno Haible  <bruno@clisp.org>
5608
5609         New module mbscasecmp, reduced goal of strcasecmp.
5610         * modules/mbscasecmp: New file.
5611         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5612         (mbscasecmp): Renamed from strcasecmp.
5613         * lib/strcasecmp.c: Don't include mbuiter.h.
5614         (strcasecmp): Remove support for multibyte locales.
5615         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5616         Change the conditional link warning.
5617         (mbscasecmp): New declaration.
5618         * m4/mbscasecmp.m4: New file.
5619         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5620         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5621         REPLACE_STRCASECMP.
5622         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5624         GNULIB_MBSCASECMP.
5625         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5626         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5627         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5628         (Depends-on): Remove mbuiter.
5629         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5630
5631 2007-02-04  Bruno Haible  <bruno@clisp.org>
5632
5633         New module mbsstr. Remove module strstr.
5634         * modules/mbsstr: New file.
5635         * modules/strstr: Remove file.
5636         * lib/mbsstr.c: Renamed from lib/strstr.c.
5637         (mbsstr): Renamed from strstr.
5638         * lib/string_.h (strstr): Remove declaration. Change the conditional
5639         link warning.
5640         (mbsstr): New declaration.
5641         * m4/mbsstr.m4: New file.
5642         * m4/strstr.m4: Remove file.
5643         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5644         REPLACE_STRSTR.
5645         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5646         Don't initialize GNULIB_STRSTR.
5647         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5648         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5649         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5650         (Support for systems lacking ANSI C 89): Remove strstr.
5651
5652 2007-02-04  Bruno Haible  <bruno@clisp.org>
5653
5654         New module mbsrchr.
5655         * modules/mbsrchr: New file.
5656         * lib/mbsrchr.c: New file.
5657         * lib/string_.h (strrchr): Add a conditional link warning.
5658         (mbsrchr): New declaration.
5659         * m4/mbsrchr.m4: New file.
5660         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5661         GNULIB_MBSRCHR.
5662         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5663         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5664
5665 2007-02-04  Bruno Haible  <bruno@clisp.org>
5666
5667         New module mbschr.
5668         * modules/mbschr: New file.
5669         * lib/mbschr.c: New file.
5670         * lib/string_.h (strchr): Add a conditional link warning.
5671         (mbschr): New declaration.
5672         * m4/mbschr.m4: New file.
5673         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5674         GNULIB_MBSCHR.
5675         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5676         * MODULES.html.sh (Internationalization functions): Add mbschr.
5677
5678 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5679
5680         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5681
5682         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5683
5684 2007-02-04  Bruno Haible  <bruno@clisp.org>
5685
5686         New module description section 'configure.ac-early'.
5687         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5688         (func_get_autoconf_early_snippet): New function.
5689         (func_import, func_create_testdir): Use it. Remove special cases for
5690         modules 'extensions' and 'lock'.
5691         * modules/extensions (configure.ac-early): Require
5692         gl_USE_SYSTEM_EXTENSIONS.
5693         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5694
5695 2007-02-04  Bruno Haible  <bruno@clisp.org>
5696
5697         Make use of gcj-4.3's -fsource and -ftarget option.
5698         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5699         and if so try the options -fsource and -ftarget.
5700         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5701         source_version, ftarget_option, target_version arguments.
5702         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5703         (is_envjavac_oldgcj_14_14_usable): Renamed from
5704         is_envjavac_gcj_14_14_usable.
5705         (is_envjavac_oldgcj_14_13_usable): Renamed from
5706         is_envjavac_gcj_14_13_usable.
5707         (is_gcj_present): Update.
5708         (is_gcj_43, is_gcj43_usable): New functions.
5709         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5710         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5711         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5712         try the options -fsource and -ftarget.
5713
5714 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5715
5716         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5717         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5718         larger value.
5719
5720 2007-02-03  Jim Meyering  <jim@meyering.net>
5721
5722         Give tools a better chance to allocate space for very large buffers.
5723         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5724
5725         Make pwd and readlink work also when run with an unreadable parent dir
5726         on systems with openat support.
5727         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5728         provided getcwd function, even when we have openat support.
5729         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5730
5731 2007-02-02  Bruno Haible  <bruno@clisp.org>
5732
5733         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5734         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5735         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5736         portability problems if one of these functions is only used on specific
5737         platforms.
5738         Reported by Paul Eggert.
5739
5740 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5741
5742         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5743         is causing more trouble than it's curing.
5744         * lib/regex_internal.h (__mempcpy): Remove.
5745         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5746         (and make the code a tad smaller to boot).
5747         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5748
5749 2007-02-02  Jim Meyering  <jim@meyering.net>
5750
5751         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5752         section, not in the Makefile.am: one.
5753
5754 2007-02-02  Eric Blake  <ebb9@byu.net>
5755
5756         * lib/strchrnul.c: Always include config.h first.
5757
5758         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5759         gnulib strstr is not necessary here.
5760
5761 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5762
5763         * m4/socklen.m4: Fix typo.
5764
5765 2007-02-02  Eric Blake  <ebb9@byu.net>
5766
5767         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5768         * modules/netinet_in (Makefile.am): Likewise.
5769
5770 2007-02-01  Bruno Haible  <bruno@clisp.org>
5771
5772         * lib/string_.h (GL_LINK_WARNING): New macro.
5773         (strcasecmp, strstr, strcasestr): If provided by the system,
5774         conditionally define as a macro that leads to a warning instead of to
5775         an error.
5776         (strncasecmp): Conditionally define as a macro that leads to a warning.
5777
5778 2007-02-01  Karl Berry  <karl@gnu.org>
5779
5780         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5781
5782 2007-02-01  Bruno Haible  <bruno@clisp.org>
5783
5784         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5785         renamings.
5786
5787 2007-02-01  Eric Blake  <ebb9@byu.net>
5788
5789         * modules/regex (Depends-on): Revert dependence on mempcpy.
5790         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5791         module's definition of mempcpy.
5792         Reported by Paul Eggert.
5793
5794 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5795
5796         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5797         the symbol XYZ before redefining it.  This fixes a problem with
5798         programs that don't use XYZ, when compiled on systems that define
5799         XYZ to something else.
5800
5801 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5802
5803         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5804         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5805         writeable to group or other and (2) is intended to have a special
5806         mode bit that is set or cleared.  In such a case, the directory
5807         should be neither group- nor other-writeable until the special
5808         mode bits are right.
5809
5810 2007-01-31  Eric Blake  <ebb9@byu.net>
5811
5812         * modules/mountlist (Depends-on): Add strstr.
5813
5814         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5815         bug.
5816         * modules/string (Makefile.am): Remove redundant replacement.
5817         * modules/regex (Depends-on): Add mempcpy.
5818
5819 2007-01-31  Bruno Haible  <bruno@clisp.org>
5820
5821         New module description field 'Link'.
5822         * gnulib-tool (func_usage): Document --extract-link-directive.
5823         (sed_extract_prog): Recognize 'Link' directive.
5824         (func_get_link_directive): New function.
5825         (func_import): Show summary of link directives.
5826         Handle --extract-link-directive option.
5827         * modules/acl (Link): New section.
5828         * modules/clock-time (Link): New section.
5829         * modules/euidaccess (Link): New section.
5830         * modules/gettext (Link): New section.
5831         * modules/iconv (Link): New section.
5832         * modules/lock (Link): New section.
5833         * modules/nanosleep (Link): New section.
5834         * modules/readline (Link): New section.
5835
5836 2007-01-27  Bruno Haible  <bruno@clisp.org>
5837
5838         Enforce the use of gnulib modules for unportable <string.h> functions.
5839         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5840         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5841         (gl_HEADER_STRING_H_BODY): Require it.
5842         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5843         the symbol XYZ to one that gives a link error.
5844         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5845         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5846         * modules/mempcpy (configure.ac): Likewise.
5847         * modules/memrchr (configure.ac): Likewise.
5848         * modules/stpcpy (configure.ac): Likewise.
5849         * modules/stpncpy (configure.ac): Likewise.
5850         * modules/strcase (configure.ac): Likewise.
5851         * modules/strcasestr (configure.ac): Likewise.
5852         * modules/strchrnul (configure.ac): Likewise.
5853         * modules/strdup (configure.ac): Likewise.
5854         * modules/strndup (configure.ac): Likewise.
5855         * modules/strnlen (configure.ac): Likewise.
5856         * modules/strpbrk (configure.ac): Likewise.
5857         * modules/strsep (configure.ac): Likewise.
5858         * modules/strstr (configure.ac): Likewise.
5859         * modules/strtok_r (configure.ac): Likewise.
5860
5861 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5862
5863         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5864
5865 2007-01-30  Jim Meyering  <jim@meyering.net>
5866
5867         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5868
5869 2007-01-29  Bruno Haible  <bruno@clisp.org>
5870
5871         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5872         * lib/execute.c: Likewise.
5873         * lib/pipe.c: Likewise.
5874         * lib/printf-args.h: Likewise.
5875         * lib/printf-args.c: Likewise.
5876         * lib/printf-parse.c: Likewise.
5877         * lib/vasnprintf.c: Likewise.
5878
5879 2007-01-29  Eric Blake  <ebb9@byu.net>
5880
5881         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5882         declaration.
5883
5884 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5885
5886         * lib/strptime.h (strptime): Use 'restrict' for args where
5887         POSIX requires this.
5888         * lib/strptime.c (strptime): Likewise.
5889         Change license notice from LGPL to GPL, since gnulib-tool will
5890         change this as needed.
5891         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5892         defined.
5893         Include "strptime.h" first, to check interface.
5894         Do not #undef _LIBC and _NL_CURRENT.
5895         Do not include <stdlib.h>; no longer needed.
5896         Include "time_r.h" and declare ptime_locale_status
5897         only if _LIBC is not defined.
5898         (__P): Remove unused macro.
5899         (match_string): Bring back glibc version, but use it only if _LIBC
5900         is defined.
5901         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5902         Remove unnecessary assertion and abort() call.
5903         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5904         * m4/strptime.m4: Fix serial number comment.
5905         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5906         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5907         (Depends-on): Add time_r.
5908
5909 2007-01-29  Bruno Haible  <bruno@clisp.org>
5910
5911         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5912         strptime.
5913         * modules/strptime (Depends-on): Add stdbool.
5914         * lib/strptime.h: Include <time.h> always. Add comments.
5915
5916 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5917
5918         * modules/strptime: New file.
5919         * lib/strptime.h: New file.
5920         * lib/strptime.c: New file.
5921         * m4/strptime.m4: New file.
5922
5923 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5924
5925         * MODULES.html.sh: New module mpsort.
5926         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5927
5928         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5929         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5930         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5931         All uses changed.
5932         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5933         All uses changed.
5934         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5935         to _Restrict_.
5936         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5937         the parameter matches the prototype.
5938
5939 2007-01-28  Jim Meyering  <jim@meyering.net>
5940
5941         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5942         sys/time.h here, reverting that part of the previous patch:
5943         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5944
5945 2007-01-28  Bruno Haible  <bruno@clisp.org>
5946
5947         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5948         value of $(SYS_TIME_H).
5949         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5950         remove it conditionally, too. [added by Jim Meyering]
5951         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5952         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5953         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5954         GETTIMEOFDAY_REPLACEMENT to 1.
5955
5956 2007-01-28  Bruno Haible  <bruno@clisp.org>
5957
5958         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5959         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5960         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5961         Set UNISTD_H instead of UNISTD_H2.
5962         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5963
5964 2007-01-28  Bruno Haible  <bruno@clisp.org>
5965
5966         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
5967         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
5968
5969 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5970
5971         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
5972         (func_create_testdir): Ensure C locale for `grep' and `tr'
5973         character ranges.
5974         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
5975         ACLOCAL_AMFLAGS parsing state machine.
5976
5977 2007-01-27  Bruno Haible  <bruno@clisp.org>
5978
5979         * modules/unistr/base: Update.
5980
5981 2007-01-27  Bruno Haible  <bruno@clisp.org>
5982
5983         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
5984         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
5985         * modules/unistr/u32-mbtouc-unsafe: Renamed from
5986         modules/unistr/u32-mbtouc.
5987         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
5988         * lib/unistr.h: Update.
5989         * lib/linebreak.c: Update.
5990         * modules/unistr/u32-mbtouc: Renamed from
5991         modules/unistr/u32-mbtouc-safe.
5992         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
5993         * lib/unistr.h: Update.
5994         * lib/unistr/u32-to-u8.c: Update.
5995         * lib/unistr/u32-to-u16.c: Update.
5996
5997 2007-01-27  Bruno Haible  <bruno@clisp.org>
5998
5999         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6000         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6001         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6002         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6003         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6004         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6005         modules/unistr/u16-mbtouc.
6006         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6007         * lib/unistr.h: Update.
6008         * lib/linebreak.c: Update.
6009         * modules/linebreak: Update.
6010         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6011         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6012         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6013         * modules/unistr/u16-mbtouc: Renamed from
6014         modules/unistr/u16-mbtouc-safe.
6015         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6016         * lib/unistr.h: Update.
6017         * lib/unistr/u16-to-u8.c: Update.
6018         * modules/unistr/u16-to-u8: Update.
6019         * lib/unistr/u16-to-u32.c: Update.
6020         * modules/unistr/u16-to-u32: Update.
6021
6022 2007-01-27  Bruno Haible  <bruno@clisp.org>
6023
6024         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6025         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6026         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6027         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6028         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6029         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6030         modules/unistr/u8-mbtouc.
6031         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6032         * lib/unistr.h: Update.
6033         * lib/striconveh.c: Update.
6034         * modules/striconveh: Update.
6035         * lib/linebreak.c: Update.
6036         * modules/linebreak: Update.
6037         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6038         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6039         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6040         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6041         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6042         * lib/unistr.h: Update.
6043         * lib/striconveh.c: Update.
6044         * modules/striconveh: Update.
6045         * lib/unistr/u8-to-u16.c: Update.
6046         * modules/unistr/u8-to-u16: Update.
6047         * lib/unistr/u8-to-u32.c: Update.
6048         * modules/unistr/u8-to-u32: Update.
6049
6050 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6051
6052         Sync from Libtool.
6053         * lib/argz.c: Do not include strings.h nor memory.h, include
6054         string.h unconditionally.  Patch by Simon Josefsson.
6055
6056 2007-01-27  Bruno Haible  <bruno@clisp.org>
6057
6058         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6059         from gl_HEADER_STRING_H_BODY.
6060         (gl_HEADER_STRING_H_BODY): Require it.
6061         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6062         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6063         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6064         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6065         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6066         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6067         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6068         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6069         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6070         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6071         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6072         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6073         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6074         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6075         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6076
6077 2007-01-27  Bruno Haible  <bruno@clisp.org>
6078
6079         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6080         check_PROGRAMS into noinst_PROGRAMS.
6081         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6082         check_PROGRAMS in this case.
6083         (func_import): Set for_test to false.
6084         (func_create_testdir): Set for_test to true.
6085
6086 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6087             Bruno Haible  <bruno@clisp.org>
6088
6089         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6090         (Depends-on): Add string.
6091         (Includes): Use <string.h> instead of strcasestr.h.
6092         * modules/string (Makefile.am): Also substitute the value of
6093         REPLACE_STRCASESTR.
6094         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6095         assume strcasestr is declared in <string.h> not <strings.h>. Also
6096         set REPLACE_STRCASESTR.
6097         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6098         REPLACE_STRCASESTR.
6099         * lib/strcasestr.h: Remove file.
6100         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6101         * lib/string_.h (strcasestr): New declaration.
6102
6103 2007-01-27  Bruno Haible  <bruno@clisp.org>
6104
6105         * lib/string_.h: Use 'extern'.
6106
6107 2007-01-27  Jim Meyering  <jim@meyering.net>
6108
6109         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6110         of set-but-not-used local, "q".
6111
6112         * lib/mempcpy.c: Include <config.h> before <string.h>.
6113         This fixes a compilation error on HP-UX, due to the system's
6114         "restrict"-using mempcpy prototype.
6115
6116 2007-01-26  Bruno Haible  <bruno@clisp.org>
6117
6118         Small optimization.
6119         * lib/javacomp.c: Include c-strstr.h.
6120          (is_envjavac_gcj): Use c_strstr instead of strstr.
6121         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6122
6123 2007-01-26  Bruno Haible  <bruno@clisp.org>
6124
6125         * MODULES.html.sh (Unicode string functions): Add the new modules.
6126
6127         * modules/uniconv/u32-strconv-to-locale: New file.
6128         * lib/uniconv/u32-strconv-to-locale.c: New file.
6129
6130         * modules/uniconv/u16-strconv-to-locale: New file.
6131         * lib/uniconv/u16-strconv-to-locale.c: New file.
6132
6133         * modules/uniconv/u8-strconv-to-locale: New file.
6134         * lib/uniconv/u8-strconv-to-locale.c: New file.
6135
6136         * modules/uniconv/u32-strconv-from-locale: New file.
6137         * lib/uniconv/u32-strconv-from-locale.c: New file.
6138
6139         * modules/uniconv/u16-strconv-from-locale: New file.
6140         * lib/uniconv/u16-strconv-from-locale.c: New file.
6141
6142         * modules/uniconv/u8-strconv-from-locale: New file.
6143         * lib/uniconv/u8-strconv-from-locale.c: New file.
6144
6145         * modules/uniconv/u32-strconv-to-enc: New file.
6146         * lib/uniconv/u32-strconv-to-enc.c: New file.
6147         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6148         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6149
6150         * modules/uniconv/u16-strconv-to-enc: New file.
6151         * lib/uniconv/u16-strconv-to-enc.c: New file.
6152         * lib/uniconv/u-strconv-to-enc.h: New file.
6153         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6154         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6155
6156         * modules/uniconv/u8-strconv-to-enc: New file.
6157         * lib/uniconv/u8-strconv-to-enc.c: New file.
6158         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6159         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6160
6161         * modules/uniconv/u32-strconv-from-enc: New file.
6162         * lib/uniconv/u32-strconv-from-enc.c: New file.
6163         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6164         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6165
6166         * modules/uniconv/u16-strconv-from-enc: New file.
6167         * lib/uniconv/u16-strconv-from-enc.c: New file.
6168         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6169         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6170
6171         * modules/uniconv/u8-strconv-from-enc: New file.
6172         * lib/uniconv/u8-strconv-from-enc.c: New file.
6173         * lib/uniconv/u-strconv-from-enc.h: New file.
6174         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6175         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6176
6177         * modules/uniconv/u32-conv-from-enc: New file.
6178         * lib/uniconv/u32-conv-from-enc.c: New file.
6179         * modules/uniconv/u32-conv-from-enc-tests: New file.
6180         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6181
6182         * modules/uniconv/u16-conv-from-enc: New file.
6183         * lib/uniconv/u16-conv-from-enc.c: New file.
6184         * lib/uniconv/u-conv-from-enc.h: New file.
6185         * modules/uniconv/u16-conv-from-enc-tests: New file.
6186         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6187
6188         * modules/uniconv/u8-conv-from-enc: New file.
6189         * lib/uniconv/u8-conv-from-enc.c: New file.
6190         * modules/uniconv/u8-conv-from-enc-tests: New file.
6191         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6192
6193         * modules/uniconv/base: New file.
6194         * lib/uniconv.h: New file.
6195
6196 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6197
6198         * doc/gnulib-tool.texi (Initial import): Update to match current
6199         behavior with strdup module.
6200         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6201         * lib/memmem.h: Remove; all uses removed.  This is now done
6202         by <string.h>.
6203         * lib/mempcpy.h: Likewise.
6204         * lib/memrchr.h: Likewise.
6205         * lib/stpcpy.h: Likewise.
6206         * lib/stpncpy.h: Likewise.
6207         * lib/strcase.h: Likewise.
6208         * lib/strchrnul.h: Likewise.
6209         * lib/strdup.h: Likewise.
6210         * lib/strndup.h: Likewise.
6211         * lib/strnlen.h: Likewise.
6212         * lib/strpbrk.h: Likewise.
6213         * lib/strsep.h: Likewise.
6214         * lib/strstr.h: Likewise.
6215         * lib/strtok_r.h: Likewise.
6216         * lib/string_.h: New file.
6217         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6218         Rely on <string.h> instead.
6219         * lib/canon-host.c: Likewise.
6220         * lib/chdir-long.c: Likewise.
6221         * lib/concatpath.c: Likewise.
6222         * lib/exclude.c: Likewise.
6223         * lib/fchdir.c: Likewise.
6224         * lib/getaddrinfo.c: Likewise.
6225         * lib/getcwd.c: Likewise.
6226         * lib/getsubopt.c: Likewise.
6227         * lib/glob.c: Likewise.
6228         * lib/hard-locale.c: Likewise.
6229         * lib/iconvme.c: Likewise.
6230         * lib/javacomp.c: Likewise.
6231         * lib/mempcpy.c: Likewise.
6232         * lib/memrchr.c: Likewise.
6233         * lib/regex_internal.h: Likewise.
6234         * lib/stpncpy.c: Likewise.
6235         * lib/strcasecmp.c: Likewise.
6236         * lib/strchrnul.c: Likewise.
6237         * lib/strdup.c: Likewise.
6238         * lib/striconv.c: Likewise.
6239         * lib/striconveh.c: Likewise.
6240         * lib/striconveha.c: Likewise.
6241         * lib/strncasecmp.c: Likewise.
6242         * lib/strndup.c: Likewise.
6243         * lib/strnlen.c: Likewise.
6244         * lib/strsep.c: Likewise.
6245         * lib/strstr.c: Likewise.
6246         * lib/strtok_r.c: Likewise.
6247         * lib/userspec.c: Likewise.
6248         * lib/w32spawn.h: Likewise.
6249         * lib/xstrndup.c: Likewise.
6250         * lib/mountlist.c (strstr): Remove decl.
6251         * m4/string_h.m4: New file.
6252         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6253         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6254         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6255         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6256         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6257         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6258         Set REPLACE_STRCASECMP if necessary.
6259         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6260         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6261         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6262         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6263         HAVE_DECL_STRDUP if necessary.
6264         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6265         since gl_FUNC_STRNDUP does that now.
6266         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6267         Check for decl here...
6268         (gl_PREREQ_STRNLEN): ... not here.
6269         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6270         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6271         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6272         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6273         necessary.
6274         * modules/string: New file.
6275         * modules/memmem (Files): Remove special-purpose include file.
6276         (Depends-on): Add string.
6277         (Include): Include <string.h>, not the removed file.
6278         * modules/mempcpy: Likewise.
6279         * modules/memrchr: Likewise.
6280         * modules/stpcpy: Likewise.
6281         * modules/stpncpy: Likewise.
6282         * modules/strcase: Likewise.
6283         * modules/strchrnul: Likewise.
6284         * modules/strdup: Likewise.
6285         * modules/strndup: Likewise.
6286         * modules/strnlen: Likewise.
6287         * modules/strpbrk: Likewise.
6288         * modules/strsep: Likewise.
6289         * modules/strstr: Likewise.
6290         * modules/strtok_r: Likewise.
6291         * tests/test-dirname.c: Don't include "strdup.h", since
6292         <string.h> now suffices.
6293         * tests/test-memmem.c: Don't include "memmem.h", since
6294         <string.h> now suffices.
6295
6296 2007-01-25  Bruno Haible  <bruno@clisp.org>
6297
6298         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6299         *resultp is 0.
6300
6301         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6302         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6303         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6304         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6305
6306         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6307         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6308         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6309         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6310         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6311         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6312
6313 2007-01-24  Bruno Haible  <bruno@clisp.org>
6314
6315         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6316         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6317         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6318         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6319         gl_FUNC_FTS_CORE.
6320         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6321         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6322         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6323         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6324         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6325         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6326         gl_FUNC_FCHOWNAT.
6327         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6328         gl_FUNC_STRFTIME.
6329         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6330         Reported by Ralf Wildenhues.
6331
6332 2007-01-24  Bruno Haible  <bruno@clisp.org>
6333
6334         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6335         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6336         gl_GETADDRINFO.
6337         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6338         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6339         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6340
6341 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6342
6343         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6344         Don't use 'exit'; just return from 'main'.
6345         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6346
6347         * lib/fnmatch_.h: Readjust white space and comments to match
6348         glibc, to avoid spurious diffs.
6349
6350 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6351
6352         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6353         2004-12-01 change by Jakub Jelinek, since this code won't compile
6354         if !LIBC.  Problem reported by Bob Proulx.
6355
6356 2007-01-23  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/striconveh.c: Include c-strcaseeq.h.
6359         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6360         * modules/striconveh (Depends-on): Add c-strcaseeq.
6361
6362 2007-01-23  Bruno Haible  <bruno@clisp.org>
6363
6364         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6365
6366         * modules/c-strcaseeq: New file.
6367         * lib/c-strcaseeq.h: New file.
6368
6369         * modules/streq: New file.
6370         * lib/streq.h: New file.
6371
6372 2007-01-23  Bruno Haible  <bruno@clisp.org>
6373
6374         * modules/striconveha-tests: New file.
6375         * tests/test-striconveha.c: New file.
6376
6377         * lib/striconveha.h: Include <stdbool.h>.
6378         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6379         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6380         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6381         (mem_iconveha): New function.
6382         (str_iconveha_notranslit): Renamed from str_iconveha.
6383         (str_iconveha): New function.
6384         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6385         c-strcase.
6386
6387 2007-01-23  Bruno Haible  <bruno@clisp.org>
6388
6389         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6390         encodings without forgiving before trying any encoding with handler.
6391         (str_iconveha): Try all encodings without forgiving before trying any
6392         encoding with handler.
6393
6394 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6395
6396         Import the following changes from libc.
6397
6398         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6399
6400         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6401
6402         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6403
6404         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6405         normal_bracket label.
6406
6407         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6408
6409         [BZ #361]
6410         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6411         to normal_bracket after fetching the next character.
6412
6413 2007-01-22  Bruno Haible  <bruno@clisp.org>
6414
6415         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6416         argument.
6417         * lib/striconveh.c (iconv_carefully_1): New function.
6418         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6419         argument.
6420         (str_cd_iconveh): Update.
6421         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6422         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6423         * tests/test-striconveh.c (MAGIC): New macro.
6424         (new_offsets): New function.
6425         (main): Test call with and without offsets.
6426
6427 2007-01-22  Bruno Haible  <bruno@clisp.org>
6428
6429         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6430         * modules/sys_select (Makefile.am): Likewise.
6431         * modules/sys_socket (Makefile.am): Likewise.
6432         * modules/sys_time (Makefile.am): Likewise.
6433
6434 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6435
6436         * modules/gettimeofday (License): Change from GPL to LGPL, since
6437         gettimeofday is a library function.
6438
6439 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6440
6441         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6442
6443 2007-01-21  Bruno Haible  <bruno@clisp.org>
6444
6445         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6446
6447 2007-01-21  Bruno Haible  <bruno@clisp.org>
6448
6449         * modules/striconveha: New file.
6450         * lib/striconveha.h: New file.
6451         * lib/striconveha.c: New file.
6452         * MODULES.html.sh (Internationalization functions): Add striconveha.
6453         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6454         string.
6455         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6456
6457 2007-01-21  Bruno Haible  <bruno@clisp.org>
6458
6459         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6460         * lib/striconveh.c (str_iconveh): Likewise.
6461
6462 2007-01-21  Bruno Haible  <bruno@clisp.org>
6463
6464         * lib/striconveh.h (mem_iconveh): New declaration.
6465         * lib/striconveh.c (mem_iconveh): New function.
6466         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6467
6468 2007-01-21  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6471
6472         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6473         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6474         original result buffer.
6475         (str_cd_iconveh): Update.
6476         * tests/test-striconveh.c (main): Update.
6477
6478         * lib/striconv.h (mem_cd_iconv): Change specification.
6479         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6480         result buffer.
6481         (str_cd_iconv): Update.
6482         * tests/test-striconv.c (main): Update.
6483
6484 2007-01-21  Bruno Haible  <bruno@clisp.org>
6485
6486         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6487
6488 2007-01-20  Jim Meyering  <jim@meyering.net>
6489
6490         * lib/userspec.c (parse_with_separator): If a user or group string
6491         starts with "+", skip the corresponding name-to-ID look-up, since
6492         such a look-up must fail: user and group names may not include "+".
6493
6494 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6495
6496         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6497         since we now assume the sys_time module.
6498         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6499         check for sys/time.h; no longer needed.
6500         * modules/poll (Depends-on): Depend on sys_time.
6501
6502 2007-01-18  Bruno Haible  <bruno@clisp.org>
6503
6504         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6505         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6506
6507         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6508         gettimeofday.
6509
6510         * tests/test-gettimeofday.c: Include <time.h>.
6511         (dummy): Remove variable.
6512
6513         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6514         gl_HEADER_SYS_TIME_H.
6515         (gl_HEADER_SYS_TIME_H): New macro.
6516
6517         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6518         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6519         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6520         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6521         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6522         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6523         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6524         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6525         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6526         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6527         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6528
6529         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6530         last change; it caused a compilation error when cross-compiling to
6531         Cygwin.
6532
6533 2007-01-18  Jim Meyering  <jim@meyering.net>
6534
6535         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6536         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6537         than the race-prone "test -d sys || mkdir sys".
6538         (configure.ac): Use AC_PROG_MKDIR_P.
6539         * modules/sys_select: Likewise.
6540         * modules/sys_socket: Likewise.
6541         * modules/sys_time: Likewise.
6542
6543 2007-01-18  Eric Blake  <ebb9@byu.net>
6544
6545         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6546         replace gettimeofday.
6547         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6548         name, to avoid infinite recursion.
6549
6550 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6551
6552         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6553         module sys_time.
6554         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6555         assume timespec.h defines struct timeval.
6556         * lib/settime.c: Likewise.
6557         * lib/utimens.c: Likewise.
6558         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6559         since we now assume the gettimeofday module.
6560         * lib/tempname.c (__gen_tempname): Likewise.
6561         * lib/gettimeofday.h: Remove.
6562         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6563         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6564         Include <time.h>, for 'time()'.
6565         (localtime_buffer_addr): Also use this workaround if
6566         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6567         to simplify the uses.  All uses changed.
6568         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6569         that #undef is inside {}, and 'const' follows type name consistently.
6570         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6571         (gettimeofday): Do not use the maximum possible value for
6572         tv->tv_usec, since that might break usages other than ls.c.
6573         Instead, we'll leave ls.c alone.  This undoes today's patch
6574         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6575         we've never observed the problem but might as well keep the
6576         canary.
6577         * lib/nanosleep.c: Include timespec.h first, for interface check.
6578         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6579         now assume the sys_time module.
6580         * lib/tempname.c: Likewise.
6581         * lib/timespec.h: Likewise.
6582         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6583         needed.
6584         * lib/strftime.c: Likewise.
6585         * lib/timespec.h: Likewise.
6586         * lib/posixtm.c: Include posixtm.h first, for interface check.
6587         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6588         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6589         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6590         * lib/sys_time_.h: New file.
6591         * lib/timespec.h (struct timespec): Use long int, not long.
6592         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6593         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6594         Remove obsolescent call to AC_HEADER_TIME.
6595         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6596         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6597         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6598         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6599         Likewise.
6600         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6601         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6602         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6603         into the sys_time module.  Check for gettimeofday just once.
6604         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6605         for gettimeofday signature to just check the signature.  Merely
6606         compile it, since linking doesn't test signature.  Improve test for
6607         whether gettimeofday.o is actually needed.
6608         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6609         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6610         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6611         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6612         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6613         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6614         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6615         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6616         than worrying about sys/time.h.
6617         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6618         Don't bother worrying about TIME_WITH_SYS_TIME.
6619         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6620         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6621         * m4/sys_time_h.m4: New file.
6622         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6623         Don't include sys/time.h.  Return from main rather than exiting.
6624         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6625         all uses changed.
6626         * modules/gethrxtime (Depends-on): Add sys_time.
6627         * modules/gettime (Depends-on): Likewise.
6628         * modules/gettimeofday (Depends-on): Likewise.
6629         * modules/nanosleep (Depends-on): Likewise.
6630         * modules/settime (Depends-on): Likewise.
6631         * modules/tempname (Depends-on): Likewise.
6632         * modules/utimens (Depends-on): Likewise.
6633         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6634         (Include:) Change back to <sys/time.h>.
6635         (Maintainer:) Add self.
6636         * modules/sys_time: New file.
6637         * modules/tempname (Depends-on): Add gettimeofday.
6638         * tests/test-gettimeofday.c: Include <sys/time.h>
6639         rather than gettimeofday.h.
6640
6641 2007-01-17  Bruno Haible  <bruno@clisp.org>
6642
6643         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6644         the license default to GPL.
6645         (func_create_testdir): Don't complain if a module is LGPL and its
6646         tests module depends on GPLed modules.
6647
6648 2007-01-17  Bruno Haible  <bruno@clisp.org>
6649
6650         * lib/gettimeofday.c (gettimeofday): Add code for the case
6651         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6652         maximum possible value for tv->tv_usec, rather than the minimum one.
6653
6654 2005-10-08  Martin Lambers  <marlam@marlam.de>
6655 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6656 2007-01-16  Bruno Haible  <bruno@clisp.org>
6657
6658         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6659         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6660         gl_FUNC_GETTIMEOFDAY.
6661         (Include): Add gettimeofday.h.
6662         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6663         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6664         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6665         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6666         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6667         * lib/gettimeofday.h: New file.
6668         * lib/gettimeofday.c: Include <sys/timeb.h>.
6669         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6670         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6671         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6672         fall back on time().
6673
6674         * tests/test-gettimeofday.c: New file.
6675         * modules/gettimeofday-tests: New file.
6676
6677 2007-01-16  Eric Blake  <ebb9@byu.net>
6678
6679         * modules/fnmatch (Depends-on): Depend on wchar.
6680         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6681         * m4/fnmatch.m4: Likewise.
6682         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6683         * m4/mbchar.m4: Likewise.
6684         * modules/mbswidth (Depends-on): Depend on wchar.
6685         * lib/mbswidth.c: Assume <wchar.h>.
6686         * m4/mbswidth.m4: Likewise.
6687         * modules/quotearg (Depends-on): Depend on wchar.
6688         * lib/quotearg.c: Assume <wchar.h>.
6689         * m4/quotearg.m4: Likewise.
6690         * modules/regex (Depends-on): Depend on wchar.
6691         * lib/regex_internal.h: Assume <wchar.h>.
6692         * m4/regex.m4: Likewise.
6693         * modules/stdint (Depends-on): Depend on wchar.
6694         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6695         * m4/stdint.m4: Likewise.
6696         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6697         * modules/strftime (Depends-on): Depend on wchar.
6698         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6699         * modules/strtol (Depends-on): Depend on wchar.
6700         * lib/strtol.c: Assume <wchar.h>.
6701         * modules/wcwidth (Depends-on): Depend on wchar.
6702         * lib/wcwidth.h: Assume <wchar.h>.
6703         * m4/wcwidth.m4: Likewise.
6704
6705 2007-01-16  Bruno Haible  <bruno@clisp.org>
6706
6707         * modules/csharpexec-script: New, created from...
6708         * modules/csharpexec: ... this.
6709
6710 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6711
6712         * modules/javaexec-script: New, created from...
6713         * modules/javaexec: ... this.
6714
6715 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6716
6717         * modules/poll (Dependencies): Add sys_select.
6718
6719 2007-01-15  Jim Meyering  <jim@meyering.net>
6720
6721         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6722         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6723         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6724         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6725
6726 2007-01-15  Bruno Haible  <bruno@clisp.org>
6727
6728         * modules/striconveh: New file.
6729         * lib/striconveh.h: New file.
6730         * lib/striconveh.c: New file.
6731         * MODULES.html.sh (Internationalization functions): Add striconveh.
6732
6733         * modules/striconveh-tests: New file.
6734         * tests/test-striconveh.c: New file.
6735
6736 2007-01-15  Bruno Haible  <bruno@clisp.org>
6737
6738         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6739         not from GNU libiconv or GNU libc.
6740
6741 2007-01-15  Bruno Haible  <bruno@clisp.org>
6742
6743         * doc/gnulib-intro.texi (Copyright): Explain the different license
6744         terms for module descriptions, autoconf macros, tests, documentation.
6745
6746 2007-01-14  Bruno Haible  <bruno@clisp.org>
6747
6748         * modules/striconv-tests: New file.
6749         * tests/test-striconv.c: New file.
6750
6751 2007-01-14  Bruno Haible  <bruno@clisp.org>
6752
6753         * modules/iconv-tests: New file.
6754         * tests/test-iconv.c: New file.
6755
6756 2007-01-14  Bruno Haible  <bruno@clisp.org>
6757
6758         * gnulib-tool (func_get_license): For test modules, use the license of
6759         the main module.
6760
6761 2007-01-14  Bruno Haible  <bruno@clisp.org>
6762
6763         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6764         if iconv is found to exist.
6765
6766 2007-01-14  Bruno Haible  <bruno@clisp.org>
6767
6768         * modules/c-ctype-tests: New file.
6769         * tests/test-c-ctype.c: New file.
6770
6771 2007-01-14  Bruno Haible  <bruno@clisp.org>
6772
6773         * modules/binary-io-tests: New file.
6774         * tests/test-binary-io.sh: New file.
6775         * tests/test-binary-io.c: New file.
6776
6777 2007-01-14  Bruno Haible  <bruno@clisp.org>
6778
6779         * modules/array-oset-tests: New file.
6780         * tests/test-array_oset.c: New file.
6781
6782 2007-01-14  Bruno Haible  <bruno@clisp.org>
6783
6784         * modules/array-list-tests: New file.
6785         * tests/test-array_list.c: New file.
6786
6787 2007-01-14  Bruno Haible  <bruno@clisp.org>
6788
6789         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6790         and make.
6791         Reported by Simon Josefsson in
6792         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6793
6794 2007-01-14  Bruno Haible  <bruno@clisp.org>
6795
6796         * modules/allocsa-tests: New file.
6797         * tests/test-allocsa.c: New file.
6798
6799 2007-01-14  Bruno Haible  <bruno@clisp.org>
6800
6801         * modules/fchdir (Depends-on): Add absolute-header.
6802         * modules/unistd (Depends-on): Likewise.
6803
6804 2006-12-30  Bruno Haible  <bruno@clisp.org>
6805
6806         * modules/fchdir: New file.
6807         * modules/unistd (Files): Add lib/unistd_.h.
6808         (Makefile.am): Generate unistd.h from unistd_.h.
6809         * lib/fchdir.c: New file.
6810         * lib/dirent_.h: New file.
6811         * lib/unistd_.h: New file.
6812         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6813         * m4/fchdir.m4: New file.
6814         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6815         (gl_HEADER_UNISTD): Invoke it.
6816         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6817         function.
6818         * lib/backupfile.c (opendir, closedir): Undefine.
6819         * lib/chown.c (open, close): Undefine.
6820         * lib/clean-temp.c (open, close): Undefine.
6821         * lib/copy-file.c (open, close): Undefine.
6822         * lib/execute.c (open, close): Undefine.
6823         * lib/fsusage.c (open, close): Undefine.
6824         * lib/gc-gnulib.c (open, close): Undefine.
6825         * lib/getcwd.c (opendir, closedir): Undefine.
6826         * lib/glob.c (opendir, closedir): Undefine.
6827         * lib/javacomp.c (open, close): Undefine.
6828         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6829         * lib/openat-proc.c (open, close): Undefine.
6830         * lib/pagealign_alloc.c (open, close): Undefine.
6831         * lib/pipe.c (open, close): Undefine.
6832         * lib/progreloc.c (open, close): Undefine.
6833         * lib/savedir.c (opendir, closedir): Undefine.
6834         * lib/utime.c (open, close): Undefine.
6835         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6836
6837 2007-01-10  Bruno Haible  <bruno@clisp.org>
6838
6839         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6840
6841 2007-01-12  Eric Blake  <ebb9@byu.net>
6842
6843         Provide a robust <wchar.h>.  Further simplifications are now
6844         possible in other modules, but not included here.
6845         * modules/wchar: New module.
6846         * m4/wchar.m4: New file.
6847         * lib/wchar_.h: Likewise.
6848         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6849         of the new module.
6850         * MODULES.html.sh (Extended multibyte and wide character utilities):
6851         New section.
6852
6853 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6854
6855         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6856         to a reasonable default for memory allocation.
6857         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6858         file system that reports garbage st_size values for symlinks.
6859         Problem reported by Liyang Hu.
6860
6861 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6862
6863         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6864         Emacs .#* auto-save files).
6865
6866 2007-01-11  Bruno Haible  <bruno@clisp.org>
6867
6868         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6869         directory.
6870
6871 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6872
6873         Use @...@ consistently in lib/wctype_.h.
6874         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6875         on it being set to 1 or 0.
6876         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6877         go back to AC_SUBSTing it.
6878         * modules/wctype (Makefile.am): Undo previous change.
6879
6880 2007-01-10  Eric Blake  <ebb9@byu.net>
6881
6882         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6883         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6884         * modules/wctype (Makefile.am): Likewise.
6885         Reported by Chris McGuire.
6886
6887 2007-01-10  Jim Meyering  <jim@meyering.net>
6888
6889         fts.c: a small readability/maintainability improvement
6890         * lib/fts.c (fts_read): Make this code slightly more readable and
6891         maintainable by hoisting the "sp->fts_cur = p" assignments to
6892         immediately follow the statements that set P.  Derived from
6893         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6894
6895 2007-01-10  Eric Blake  <ebb9@byu.net>
6896
6897         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6898         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6899         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6900         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6901         Reported by Chris McGuire.
6902
6903 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6904
6905         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6906         in sed script.
6907
6908 2007-01-09  Bruno Haible  <bruno@clisp.org>
6909
6910         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6911         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6912         variables.
6913         (func_module): Use them.
6914
6915 2007-01-09  Bruno Haible  <bruno@clisp.org>
6916
6917         * modules/unistr/base: New file.
6918         * lib/unistr.h: New file.
6919
6920         * modules/unistr/u8-to-u16: New file.
6921         * lib/unistr/u8-to-u16.c: New file.
6922
6923         * modules/unistr/u8-to-u32: New file.
6924         * lib/unistr/u8-to-u32.c: New file.
6925
6926         * modules/unistr/u16-to-u8: New file.
6927         * lib/unistr/u16-to-u8.c: New file.
6928
6929         * modules/unistr/u16-to-u32: New file.
6930         * lib/unistr/u16-to-u32.c: New file.
6931
6932         * modules/unistr/u32-to-u8: New file.
6933         * lib/unistr/u32-to-u8.c: New file.
6934
6935         * modules/unistr/u32-to-u16: New file.
6936         * lib/unistr/u32-to-u16.c: New file.
6937
6938         * modules/unistr/u8-check: New file.
6939         * modules/unistr/u16-check: New file.
6940         * modules/unistr/u32-check: New file.
6941         * lib/unistr/u8-check.c: New file.
6942         * lib/unistr/u16-check.c: New file.
6943         * lib/unistr/u32-check.c: New file.
6944
6945         * modules/unistr/u8-chr: New file.
6946         * modules/unistr/u16-chr: New file.
6947         * modules/unistr/u32-chr: New file.
6948         * lib/unistr/u8-chr.c: New file.
6949         * lib/unistr/u16-chr.c: New file.
6950         * lib/unistr/u32-chr.c: New file.
6951
6952         * modules/unistr/u8-cmp: New file.
6953         * modules/unistr/u16-cmp: New file.
6954         * modules/unistr/u32-cmp: New file.
6955         * lib/unistr/u8-cmp.c: New file.
6956         * lib/unistr/u16-cmp.c: New file.
6957         * lib/unistr/u32-cmp.c: New file.
6958
6959         * modules/unistr/u8-cpy: New file.
6960         * modules/unistr/u16-cpy: New file.
6961         * modules/unistr/u32-cpy: New file.
6962         * lib/unistr/u8-cpy.c: New file.
6963         * lib/unistr/u16-cpy.c: New file.
6964         * lib/unistr/u32-cpy.c: New file.
6965         * lib/unistr/u-cpy.h: New file.
6966
6967         * modules/unistr/u8-cpy-alloc: New file.
6968         * modules/unistr/u16-cpy-alloc: New file.
6969         * modules/unistr/u32-cpy-alloc: New file.
6970         * lib/unistr/u8-cpy-alloc.c: New file.
6971         * lib/unistr/u16-cpy-alloc.c: New file.
6972         * lib/unistr/u32-cpy-alloc.c: New file.
6973         * lib/unistr/u-cpy-alloc.h: New file.
6974
6975         * modules/unistr/u8-endswith: New file.
6976         * modules/unistr/u16-endswith: New file.
6977         * modules/unistr/u32-endswith: New file.
6978         * lib/unistr/u8-endswith.c: New file.
6979         * lib/unistr/u16-endswith.c: New file.
6980         * lib/unistr/u32-endswith.c: New file.
6981         * lib/unistr/u-endswith.h: New file.
6982
6983         * modules/unistr/u8-mblen: New file.
6984         * modules/unistr/u16-mblen: New file.
6985         * modules/unistr/u32-mblen: New file.
6986         * lib/unistr/u8-mblen.c: New file.
6987         * lib/unistr/u16-mblen.c: New file.
6988         * lib/unistr/u32-mblen.c: New file.
6989
6990         * modules/unistr/u8-mbtouc: New file.
6991         * modules/unistr/u16-mbtouc: New file.
6992         * modules/unistr/u32-mbtouc: New file.
6993         * lib/unistr/u8-mbtouc.c: New file.
6994         * lib/unistr/u16-mbtouc.c: New file.
6995         * lib/unistr/u32-mbtouc.c: New file.
6996
6997         * modules/unistr/u8-mbtouc-safe: New file.
6998         * modules/unistr/u16-mbtouc-safe: New file.
6999         * modules/unistr/u32-mbtouc-safe: New file.
7000         * lib/unistr/u8-mbtouc-safe.c: New file.
7001         * lib/unistr/u16-mbtouc-safe.c: New file.
7002         * lib/unistr/u32-mbtouc-safe.c: New file.
7003
7004         * modules/unistr/u8-move: New file.
7005         * modules/unistr/u16-move: New file.
7006         * modules/unistr/u32-move: New file.
7007         * lib/unistr/u8-move.c: New file.
7008         * lib/unistr/u16-move.c: New file.
7009         * lib/unistr/u32-move.c: New file.
7010         * lib/unistr/u-move.h: New file.
7011
7012         * modules/unistr/u8-next: New file.
7013         * modules/unistr/u16-next: New file.
7014         * modules/unistr/u32-next: New file.
7015         * lib/unistr/u8-next.c: New file.
7016         * lib/unistr/u16-next.c: New file.
7017         * lib/unistr/u32-next.c: New file.
7018
7019         * modules/unistr/u8-prev: New file.
7020         * modules/unistr/u16-prev: New file.
7021         * modules/unistr/u32-prev: New file.
7022         * lib/unistr/u8-prev.c: New file.
7023         * lib/unistr/u16-prev.c: New file.
7024         * lib/unistr/u32-prev.c: New file.
7025
7026         * modules/unistr/u8-set: New file.
7027         * modules/unistr/u16-set: New file.
7028         * modules/unistr/u32-set: New file.
7029         * lib/unistr/u8-set.c: New file.
7030         * lib/unistr/u16-set.c: New file.
7031         * lib/unistr/u32-set.c: New file.
7032         * lib/unistr/u-set.h: New file.
7033
7034         * modules/unistr/u8-startswith: New file.
7035         * modules/unistr/u16-startswith: New file.
7036         * modules/unistr/u32-startswith: New file.
7037         * lib/unistr/u8-startswith.c: New file.
7038         * lib/unistr/u16-startswith.c: New file.
7039         * lib/unistr/u32-startswith.c: New file.
7040         * lib/unistr/u-startswith.h: New file.
7041
7042         * modules/unistr/u8-stpcpy: New file.
7043         * modules/unistr/u16-stpcpy: New file.
7044         * modules/unistr/u32-stpcpy: New file.
7045         * lib/unistr/u8-stpcpy.c: New file.
7046         * lib/unistr/u16-stpcpy.c: New file.
7047         * lib/unistr/u32-stpcpy.c: New file.
7048         * lib/unistr/u-stpcpy.h: New file.
7049
7050         * modules/unistr/u8-stpncpy: New file.
7051         * modules/unistr/u16-stpncpy: New file.
7052         * modules/unistr/u32-stpncpy: New file.
7053         * lib/unistr/u8-stpncpy.c: New file.
7054         * lib/unistr/u16-stpncpy.c: New file.
7055         * lib/unistr/u32-stpncpy.c: New file.
7056         * lib/unistr/u-stpncpy.h: New file.
7057
7058         * modules/unistr/u8-strcat: New file.
7059         * modules/unistr/u16-strcat: New file.
7060         * modules/unistr/u32-strcat: New file.
7061         * lib/unistr/u8-strcat.c: New file.
7062         * lib/unistr/u16-strcat.c: New file.
7063         * lib/unistr/u32-strcat.c: New file.
7064         * lib/unistr/u-strcat.h: New file.
7065
7066         * modules/unistr/u8-strchr: New file.
7067         * modules/unistr/u16-strchr: New file.
7068         * modules/unistr/u32-strchr: New file.
7069         * lib/unistr/u8-strchr.c: New file.
7070         * lib/unistr/u16-strchr.c: New file.
7071         * lib/unistr/u32-strchr.c: New file.
7072
7073         * modules/unistr/u8-strcmp: New file.
7074         * modules/unistr/u16-strcmp: New file.
7075         * modules/unistr/u32-strcmp: New file.
7076         * lib/unistr/u8-strcmp.c: New file.
7077         * lib/unistr/u16-strcmp.c: New file.
7078         * lib/unistr/u32-strcmp.c: New file.
7079
7080         * modules/unistr/u8-strcpy: New file.
7081         * modules/unistr/u16-strcpy: New file.
7082         * modules/unistr/u32-strcpy: New file.
7083         * lib/unistr/u8-strcpy.c: New file.
7084         * lib/unistr/u16-strcpy.c: New file.
7085         * lib/unistr/u32-strcpy.c: New file.
7086         * lib/unistr/u-strcpy.h: New file.
7087
7088         * modules/unistr/u8-strcspn: New file.
7089         * modules/unistr/u16-strcspn: New file.
7090         * modules/unistr/u32-strcspn: New file.
7091         * lib/unistr/u8-strcspn.c: New file.
7092         * lib/unistr/u16-strcspn.c: New file.
7093         * lib/unistr/u32-strcspn.c: New file.
7094         * lib/unistr/u-strcspn.h: New file.
7095
7096         * modules/unistr/u8-strdup: New file.
7097         * modules/unistr/u16-strdup: New file.
7098         * modules/unistr/u32-strdup: New file.
7099         * lib/unistr/u8-strdup.c: New file.
7100         * lib/unistr/u16-strdup.c: New file.
7101         * lib/unistr/u32-strdup.c: New file.
7102         * lib/unistr/u-strdup.h: New file.
7103
7104         * modules/unistr/u8-strlen: New file.
7105         * modules/unistr/u16-strlen: New file.
7106         * modules/unistr/u32-strlen: New file.
7107         * lib/unistr/u8-strlen.c: New file.
7108         * lib/unistr/u16-strlen.c: New file.
7109         * lib/unistr/u32-strlen.c: New file.
7110         * lib/unistr/u-strlen.h: New file.
7111
7112         * modules/unistr/u8-strmblen: New file.
7113         * modules/unistr/u16-strmblen: New file.
7114         * modules/unistr/u32-strmblen: New file.
7115         * lib/unistr/u8-strmblen.c: New file.
7116         * lib/unistr/u16-strmblen.c: New file.
7117         * lib/unistr/u32-strmblen.c: New file.
7118
7119         * modules/unistr/u8-strmbtouc: New file.
7120         * modules/unistr/u16-strmbtouc: New file.
7121         * modules/unistr/u32-strmbtouc: New file.
7122         * lib/unistr/u8-strmbtouc.c: New file.
7123         * lib/unistr/u16-strmbtouc.c: New file.
7124         * lib/unistr/u32-strmbtouc.c: New file.
7125
7126         * modules/unistr/u8-strncat: New file.
7127         * modules/unistr/u16-strncat: New file.
7128         * modules/unistr/u32-strncat: New file.
7129         * lib/unistr/u8-strncat.c: New file.
7130         * lib/unistr/u16-strncat.c: New file.
7131         * lib/unistr/u32-strncat.c: New file.
7132         * lib/unistr/u-strncat.h: New file.
7133
7134         * modules/unistr/u8-strncmp: New file.
7135         * modules/unistr/u16-strncmp: New file.
7136         * modules/unistr/u32-strncmp: New file.
7137         * lib/unistr/u8-strncmp.c: New file.
7138         * lib/unistr/u16-strncmp.c: New file.
7139         * lib/unistr/u32-strncmp.c: New file.
7140
7141         * modules/unistr/u8-strncpy: New file.
7142         * modules/unistr/u16-strncpy: New file.
7143         * modules/unistr/u32-strncpy: New file.
7144         * lib/unistr/u8-strncpy.c: New file.
7145         * lib/unistr/u16-strncpy.c: New file.
7146         * lib/unistr/u32-strncpy.c: New file.
7147         * lib/unistr/u-strncpy.h: New file.
7148
7149         * modules/unistr/u8-strnlen: New file.
7150         * modules/unistr/u16-strnlen: New file.
7151         * modules/unistr/u32-strnlen: New file.
7152         * lib/unistr/u8-strnlen.c: New file.
7153         * lib/unistr/u16-strnlen.c: New file.
7154         * lib/unistr/u32-strnlen.c: New file.
7155         * lib/unistr/u-strnlen.h: New file.
7156
7157         * modules/unistr/u8-strpbrk: New file.
7158         * modules/unistr/u16-strpbrk: New file.
7159         * modules/unistr/u32-strpbrk: New file.
7160         * lib/unistr/u8-strpbrk.c: New file.
7161         * lib/unistr/u16-strpbrk.c: New file.
7162         * lib/unistr/u32-strpbrk.c: New file.
7163         * lib/unistr/u-strpbrk.h: New file.
7164
7165         * modules/unistr/u8-strrchr: New file.
7166         * modules/unistr/u16-strrchr: New file.
7167         * modules/unistr/u32-strrchr: New file.
7168         * lib/unistr/u8-strrchr.c: New file.
7169         * lib/unistr/u16-strrchr.c: New file.
7170         * lib/unistr/u32-strrchr.c: New file.
7171
7172         * modules/unistr/u8-strspn: New file.
7173         * modules/unistr/u16-strspn: New file.
7174         * modules/unistr/u32-strspn: New file.
7175         * lib/unistr/u8-strspn.c: New file.
7176         * lib/unistr/u16-strspn.c: New file.
7177         * lib/unistr/u32-strspn.c: New file.
7178         * lib/unistr/u-strspn.h: New file.
7179
7180         * modules/unistr/u8-strstr: New file.
7181         * modules/unistr/u16-strstr: New file.
7182         * modules/unistr/u32-strstr: New file.
7183         * lib/unistr/u8-strstr.c: New file.
7184         * lib/unistr/u16-strstr.c: New file.
7185         * lib/unistr/u32-strstr.c: New file.
7186         * lib/unistr/u-strstr.h: New file.
7187
7188         * modules/unistr/u8-strtok: New file.
7189         * modules/unistr/u16-strtok: New file.
7190         * modules/unistr/u32-strtok: New file.
7191         * lib/unistr/u8-strtok.c: New file.
7192         * lib/unistr/u16-strtok.c: New file.
7193         * lib/unistr/u32-strtok.c: New file.
7194         * lib/unistr/u-strtok.h: New file.
7195
7196         * modules/unistr/u8-uctomb: New file.
7197         * modules/unistr/u16-uctomb: New file.
7198         * modules/unistr/u32-uctomb: New file.
7199         * lib/unistr/u8-uctomb.c: New file.
7200         * lib/unistr/u16-uctomb.c: New file.
7201         * lib/unistr/u32-uctomb.c: New file.
7202
7203         * MODULES.html.sh (Unicode string functions): Add the new modules.
7204
7205 2007-01-08  Bruno Haible  <bruno@clisp.org>
7206
7207         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7208         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7209         subdirectories.
7210
7211 2007-01-08  Karl Berry  <karl@gnu.org>
7212
7213         * doc/error.texi: mention that main() fns must set program_name
7214         when progname is used.
7215
7216 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7217
7218         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7219         WCTYPE_H is empty, for the benefit of builds from non-distclean
7220         directories.  Problem reported by Eric Blake in
7221         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7222
7223 2007-01-08  Bruno Haible  <bruno@clisp.org>
7224
7225         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7226         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7227         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7228         PROVIDE_CANONICALIZE_FILENAME_MODE.
7229         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7230
7231 2007-01-08  Bruno Haible  <bruno@clisp.org>
7232
7233         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7234         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7235         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7236         * lib/fts.c: Likewise.
7237         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7238
7239 2006-12-25  Bruno Haible  <bruno@clisp.org>
7240
7241         * modules/utf8-ucs4-safe: New file.
7242         * lib/utf8-ucs4-safe.h: New file.
7243         * lib/unistr/utf8-ucs4-safe.c: New file.
7244
7245         * modules/utf16-ucs4-safe: New file.
7246         * lib/utf16-ucs4-safe.h: New file.
7247         * lib/unistr/utf16-ucs4-safe.c: New file.
7248
7249         * MODULES.html.sh (Unicode string functions): Add the new modules.
7250
7251 2007-01-08  Bruno Haible  <bruno@clisp.org>
7252
7253         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7254         (Depends-on): Add unitypes.
7255         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7256         (u8_mbtouc_aux): Move out to separate file.
7257         (u8_mbtouc): Use ucs4_t, uint8_t types.
7258         * lib/unistr/utf8-ucs4.c: New file.
7259
7260         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7261         (Depends-on): Add unitypes.
7262         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7263         (u16_mbtouc_aux): Move out to separate file.
7264         (u16_mbtouc): Use ucs4_t, uint16_t types.
7265         * lib/unistr/utf16-ucs4.c: New file.
7266
7267         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7268         (Depends-on): Add unitypes.
7269         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7270         (u8_uctomb_aux): Move out to separate file.
7271         (u8_uctomb): Use ucs4_t, uint8_t types.
7272         * lib/unistr/ucs4-utf8.c: New file.
7273
7274         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7275         (Depends-on): Add unitypes.
7276         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7277         (u16_uctomb_aux): Move out to separate file.
7278         (u16_uctomb): Use ucs4_t, uint16_t types.
7279         * lib/unistr/ucs4-utf16.c: New file.
7280
7281 2006-12-25  Bruno Haible  <bruno@clisp.org>
7282
7283         * modules/unitypes: New file.
7284         * lib/unitypes.h: New file.
7285         * MODULES.html.sh (func_all_modules): New section "Unicode string
7286         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7287         this section. Add unitypes.
7288
7289 2007-01-08  Bruno Haible  <bruno@clisp.org>
7290
7291         Avoid variable names that conflict with those from libtool.
7292         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7293         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7294         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7295         library_names_spec to acl_library_names_spec, hardcode_* to
7296         acl_hardcode_*.
7297         Reported by Ralf Wildenhues.
7298
7299 2007-01-08  Bruno Haible  <bruno@clisp.org>
7300
7301         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7302         definition.
7303         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7304         definition.
7305         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7306         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7307         definition.
7308         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7309         definition.
7310         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7311         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7312         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7313         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7314         definition.
7315         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7316         definition.
7317         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7318         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7319         GC_USE_<algorithm>.
7320         * lib/gc-libgcrypt.c: Likewise.
7321         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7322         * modules/gc-arctwo (configure.ac): Likewise.
7323         * modules/gc-des (configure.ac): Likewise.
7324         * modules/gc-hmac-md5 (configure.ac): Likewise.
7325         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7326         * modules/gc-md2 (configure.ac): Likewise.
7327         * modules/gc-md4 (configure.ac): Likewise.
7328         * modules/gc-md5 (configure.ac): Likewise.
7329         * modules/gc-random (configure.ac): Likewise.
7330         * modules/gc-rijndael (configure.ac): Likewise.
7331         * modules/gc-sha1 (configure.ac): Likewise.
7332
7333 2007-01-08  Bruno Haible  <bruno@clisp.org>
7334
7335         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7336         macro definition.
7337         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7338         definition.
7339         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7340         definition.
7341         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7342         * modules/fcntl-safer (configure.ac): Likewise.
7343         * modules/fopen-safer (configure.ac): Likewise.
7344         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7345         GNULIB_FWRITEERROR macro definition.
7346
7347 2007-01-08  Bruno Haible  <bruno@clisp.org>
7348
7349         * m4/gnulib-common.m4: New file.
7350         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7351         (func_get_filelist): Add m4/gnulib-common.m4.
7352
7353 2007-01-08  Bruno Haible  <bruno@clisp.org>
7354
7355         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7356         command.
7357
7358 2007-01-08  Jim Meyering  <jim@meyering.net>
7359
7360         Use a more robust test for a "can't happen" condition.
7361         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7362         narrowed the st_size value.  Presuming the "can't happen" condition
7363         is true, that narrowing could conceivably convert an invalid st_size
7364         value into a valid one.  Instead, use a change based on Matthew
7365         Woehlke's original patch.
7366
7367         Slight readability improvement: use an assert-like macro
7368         in place of literal "abort ()" uses.
7369         * lib/fts.c (fts_assert): Define.
7370         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7371         Use this macro instead of a bare 'abort'.
7372
7373 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7374
7375         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7376         simply work around them.
7377         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7378         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7379         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7380         declaring.
7381         Don't bother to define as macros, since the standard doesn't require it.
7382         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7383         longer worry about IRIX 5.3.
7384         (HAVE_WCTYPE_CTMP_BUG): Remove.
7385
7386 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7389         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7390         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7391         Problems reported by Georg Schwarz for IRIX 5.3.
7392
7393         * gnulib-tool (autoconf_minversion): Take the maximum version number
7394         found, not the minimum.  Problem reported by James Youngman.
7395
7396 2007-01-03  Karl Berry  <karl@gnu.org>
7397
7398         * doc/error.texi: new file, explaining interaction with progname.
7399         * doc/gnulib.texi: include it.  Update copyright.
7400
7401 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7402
7403         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7404         AC_CANONICAL_HOST, to improve autobuild outputs.
7405
7406 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7407             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7408
7409         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7410         sockets, server sockets, and other file descriptors.  Count errors
7411         to compute the return value.  Reorder the code a bit to be easier
7412         to follow.  Don't set event bits that were not requested (except
7413         POLLERR and POLLHUP).
7414
7415 2007-01-01  Bruno Haible  <bruno@clisp.org>
7416
7417         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7418
7419 2007-01-03  Jim Meyering  <jim@meyering.net>
7420
7421         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7422
7423 2007-01-02  Bruno Haible  <bruno@clisp.org>
7424
7425         * modules/settime (Include): Require timespec.h.
7426         * modules/nanosleep (Include): Likewise.
7427
7428 2007-01-01  Bruno Haible  <bruno@clisp.org>
7429
7430         * gnulib-tool (func_emit_copyright_notice): Bump year.
7431         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7432
7433 2007-01-01  Bruno Haible  <bruno@clisp.org>
7434
7435         Improve support for OpenBSD.
7436         * build-aux/config.rpath (libname_spec): Export.
7437         (library_names_spec): New variable. Export.
7438         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7439         library_names_spec from the config.rpath output. Locate shared library
7440         through the name pattern in library_names_spec.
7441
7442 2007-01-01  Eric Blake  <ebb9@byu.net>
7443
7444         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7445
7446 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7447
7448         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7449         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7450         assume the C locale, and avoid an "eval" that could cause trouble.
7451         Problem with SORT reported by Bob Proulx.
7452
7453         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7454         Define.  Trivial patch from Henning Nielsen Lund, originally
7455         sent to bug-grep@gnu.org today.
7456
7457 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7458
7459         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7460         struct stat.  Problem reported by Henning Nielsen Lund.
7461         * lib/acl.c: Include acl.h first, to check interface.  Don't
7462         bother to include sys/types.h and sys/stat.h again.
7463
7464 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7465
7466         Import the following change from libc; problem reported by
7467         Sven Verdoolaege.
7468
7469         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7470
7471         [BZ #1373]
7472         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7473
7474 2006-12-28  Jim Meyering  <jim@meyering.net>
7475
7476         * build-aux/announce-gen: Do not assume that the package
7477         builds any of tar.gz, tar.bz2, and .xdelta files.
7478         Suggestion from Simon Josefsson.
7479
7480 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7481
7482         * modules/announce-gen: New file.
7483
7484 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7485
7486         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7487         handles its gotchas now.
7488         * lib/mbswidth.c: Likewise.
7489         * lib/wcwidth.h: Likewise.
7490         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7491         and iswcntrl; the wctype module does this stuff now.
7492         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7493         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7494         * modules/mbchar (Depends-on): Add wctype.
7495         * modules/mbswidth (Depends-on): Likewise.
7496         * modules/wcwidth (Depends-on): Likewise.
7497
7498 2006-12-27  Eric Blake  <ebb9@byu.net>
7499
7500         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7501         module uses more than what <wctype.h> is required to provide.
7502
7503 2006-12-26  Eric Blake  <ebb9@byu.net>
7504
7505         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7506
7507 2006-12-26  Eric Blake  <ebb9@byu.net>
7508
7509         * modules/absolute-header: New module.
7510         * modules/fcntl (Depends-on): Depend on it.
7511         * modules/inttypes (Depends-on): Likewise.
7512         * modules/stdint (Depends-on): Likewise.
7513         * modules/sys_stat (Depends-on): Likewise.
7514         * modules/wctype (Depends-on): Likewise.
7515         * MODULES.html.sh (Support for building libraries and
7516         executables): Document it.
7517
7518 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         * gnulib-tool (SED): Remove, undoing previous change.
7521         The problem was that it broke coreutils on Solaris, because
7522         "sed --posix" leaked into a makefile.
7523         (sed): New alias, if 'alias' and GNU sed.
7524
7525 2006-12-24  Jim Meyering  <jim@meyering.net>
7526
7527         Work around an fchownat bug in glibc-2.4:
7528         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7529         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7530         in spite of the -P option.
7531         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7532         New macros.
7533         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7534         * modules/openat (Files): Add lib/fchownat.c.
7535         * lib/openat.c (fchownat): Don't define here.  Move to...
7536         * lib/fchownat.c: ...this new file.
7537
7538 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7539
7540         Fix bug reported by Bruno Haible in
7541         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7542         where quotearg.c didn't compile on Mac OS X 10.2 because it
7543         lacks <wchar.h> and wint_t.
7544         * lib/wctype_.h (__wctype_wint_t): New type.
7545         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7546         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7547         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7548         Arg is now of type __wctype_wint_t, not wint_t.
7549         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7550         substitute HAVE_WINT_T.
7551         * modules/wctype (Files): Add m4/wint_t.m4.
7552         (wctype.h): Substitute HAVE_WINT_T.
7553
7554 2006-12-23  Bruno Haible  <bruno@clisp.org>
7555
7556         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7557
7558 2006-12-23  Bruno Haible  <bruno@clisp.org>
7559
7560         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7561         S_ISLNK.
7562         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7563         mingw.
7564
7565 2006-12-22  Bruno Haible  <bruno@clisp.org>
7566
7567         * lib/copy-file.c: Include acl.h.
7568         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7569         Close the file descriptors only after being done with copy_acl.
7570         * modules/copy-file (Depends-on): Add acl.
7571
7572 2006-12-22  Bruno Haible  <bruno@clisp.org>
7573
7574         * gnulib-tool (SED): New variable.
7575         Use $SED instead of sed everywhere.
7576
7577 2006-12-22  Bruno Haible  <bruno@clisp.org>
7578
7579         * modules/no-c++: New file.
7580         * m4/no-c++.m4: New file.
7581         * MODULES.html.sh (Support for building libraries and executables):
7582         Add no-c++.
7583
7584 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7585
7586         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7587         Include <limits.h>, and use its INT_MAX to rewrite the
7588         j loop so that it does not overflow 'int'.  Problem reported by
7589         Ralf Wildenhues in
7590         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7591         Play it safe by shifting left by 1 rather than multiplying by 2,
7592         as GCC is less likely to optimize this away when the value
7593         is signed (when it assumes overflow leads to undefined behavior).
7594         Also, don't assume time_t uses two's complement.
7595
7596 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7597
7598         * MODULES.html.sh: New module wctype.
7599         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7600         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7601         <wctype.h>, since the new wctype module should fix this.
7602         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7603         the wctype module should arrange for it.
7604         * lib/regex_internal.h: Likewise.
7605         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7606         since the wctype module should handle this now.
7607         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7608         * modules/fnmatch (Depends-on): Add wctype.
7609         * modules/quotearg (Depends-on): Likewise.
7610         * modules/regex (Depends-on): Likewise.
7611
7612 2006-12-19  Bruno Haible  <bruno@clisp.org>
7613
7614         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7615         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7616
7617 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7618
7619         * modules/savewd (Depends-on): Fix dependency on fcntl.
7620
7621 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7622
7623         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7624         conforms to C99, rather than relying on the user's environment
7625         setting of STDINT_H.
7626
7627 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7628         and Eric Blake  <ebb9@byu.net>
7629
7630         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7631         This is more consistent with the other defines here.
7632         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7633         Port to z/OS.  Problem reported by Paul Gilmartin.
7634         Change local vars to use gl_ prefix rather than ac_.
7635         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7636         with other defines.
7637         * modules/double-slash-root: New module.
7638         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7639         (Depends-on): Add double-slash-root.
7640         * MODULES.html.sh (File system functions): Mention new module.
7641
7642 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7645         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7646         This is for the benefit of gzip, which doesn't do i18n.
7647
7648 2006-12-12  Jim Meyering  <jim@meyering.net>
7649
7650         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7651         Reported by Andreas Schwab <schwab@suse.de>.
7652
7653 2006-12-12  Bruno Haible  <bruno@clisp.org>
7654
7655         Merge these changes.
7656         2006-09-05  Bruno Haible  <bruno@clisp.org>
7657         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7658         iconv_alloc succeeded.
7659         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7660         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7661         test for " && dest " at the end - dest is always != NULL there. Call
7662         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7663         with 2xNULL arguments, also to flush the state storage. Handle the
7664         IRIX iconv behaviour. Realloc the final result, to throw away unused
7665         memory.
7666
7667 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7668
7669         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7670         and fchmodat unconditionally, since glibc 2.4 has them.
7671         Problem reported by Arkadiusz Miskiewicz.
7672
7673 2006-12-10  Bruno Haible  <bruno@clisp.org>
7674
7675         * gnulib-tool (func_import): Show the include files only for those
7676         modules that are copied and specified.
7677         Reported by Karl Berry.
7678
7679 2006-12-08  Jim Meyering  <jim@meyering.net>
7680
7681         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7682         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7683
7684         * build-aux/announce-gen: Add two new options, both optional:
7685         --bootstrap-tools=TOOL_LIST
7686               a comma-separated list of tools, e.g.,
7687               autoconf,automake,bison,gnulib
7688         --gnulib-snapshot-date=DATE
7689               if gnulib is in the bootstrap tool list,
7690               then report this as the snapshot date.
7691               If not specified, use the current date/time.
7692               If you specify a date here, be sure it's UTC.
7693
7694 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7695
7696         * tests/test-argp-2.sh: Fix test to match actual output.
7697         (func_compare): Fix sed script to be portable.
7698
7699 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7700
7701         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7702         workaround for this case.  It is not autoconfigured now; offhand
7703         it's hard to see how to autoconfigure it.
7704
7705 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7706
7707         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7708         a directory that is about to be chowned.  Such a directory's
7709         initial file permissions should permit the owner only and this
7710         should not be changed until after the chown, since the group and
7711         other bits would be incorrect if they granted permission before
7712         the chown.
7713
7714         Fix porting problem for iswctype reported by Georg Schwarz in:
7715         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7716         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7717         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7718         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7719         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7720
7721 2006-12-03  Jim Meyering  <jim@meyering.net>
7722
7723         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7724         p->fts_statp may not yet be defined.
7725         (fts_read): Instead, set it in the caller, once p->fts_statp is
7726         sure to be defined, and corresponds to a top-level directory.
7727         This bug made du -x fail.  Here's the coreutils test case:
7728         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7729         Reported by Mike Frysinger.
7730
7731 2006-12-01  Jim Meyering  <jim@meyering.net>
7732
7733         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7734         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7735         Reported by Simon Josefsson.
7736
7737 2006-11-30  Jim Meyering  <jim@meyering.net>
7738
7739         * m4/warning.m4: Use the all-permissive copyright notice
7740         recommended by RMS (rather than LGPL).
7741         * m4/vararrays.m4: Likewise.
7742         * m4/flexmember.m4: Likewise.
7743
7744 2006-11-29  Bruno Haible  <bruno@clisp.org>
7745
7746         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7747         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7748         using +=.
7749         Reported by Simon Josefsson <simon@josefsson.org>.
7750
7751 2006-11-28  James Youngman <jay@gnu.org>
7752
7753         * README: Advise users that they might find the bug-gnulib@gnu.org
7754         and autotools-announce@gnu.org mailing lists useful.
7755
7756 2006-11-28  Bruno Haible  <bruno@clisp.org>
7757
7758         * m4/ptrdiff_max.m4: Remove file.
7759
7760 2006-11-21  Bruno Haible  <bruno@clisp.org>
7761
7762         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7763         _AC_COMPUTE_INT.
7764         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7765         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7766         _AC_COMPUTE_INT.
7767         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7768         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7769         _AC_COMPUTE_INT.
7770         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7771
7772 2006-11-28  Jim Meyering  <jim@meyering.net>
7773
7774         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7775         warning from "gcc -Wshadow" about shadowing the builtin.
7776
7777 2006-11-27  Bruno Haible  <bruno@clisp.org>
7778
7779         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7780         _AC_COMPUTE_INT.
7781         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7782
7783 2006-11-27  Bruno Haible  <bruno@clisp.org>
7784             Paul Eggert  <eggert@cs.ucla.edu>
7785
7786         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7787
7788 2006-11-26  Bruno Haible  <bruno@clisp.org>
7789
7790         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7791         noinst_LTLIBRARIES.
7792
7793 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7794             Bruno Haible  <bruno@clisp.org>
7795
7796         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7797         if compiling with "gcc -ansi".
7798
7799 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7800
7801         Fix some incompatibilities with gcc -ansi -pedantic.
7802         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7803         if compiling pedantically with GCC, unless it's C99 or later.
7804         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7805         it mishandles gcc -ansi -pedantic as well.
7806         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7807         if gcc -pedantic.
7808         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7809         initializers for struct if -pedantic, unless it's C99 or later.
7810
7811 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7812
7813         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7814         Don't close an fd more than once. Identical atimes indicate
7815         success, not failure.
7816
7817 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7818
7819         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7820
7821 2006-11-23  Jim Meyering  <jim@meyering.net>
7822
7823         * build-aux/announce-gen: New file.  From coreutils.
7824
7825 2006-11-22  Jim Meyering  <jim@meyering.net>
7826
7827         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7828         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7829         (fts_read): Use a temporary to narrow the overused st_size member
7830         before using it in a switch statement.  Reported by Matthew Woehlke.
7831
7832         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7833         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7834
7835 2006-11-20  Bruno Haible  <bruno@clisp.org>
7836
7837         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7838         changequote instead of pairs of brackets.
7839         Reported by Andreas Schwab <schwab@suse.de>.
7840
7841 2006-11-21  Jim Meyering  <jim@meyering.net>
7842
7843         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7844         so as to remain compatible with older compilers.
7845         Patch from Michael Deutschmann.
7846
7847 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7848
7849         * MODULES.html.sh (File system functions): Add openat.
7850
7851         * lib/openat.h (rpl_fstatat): New macro, if
7852         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7853         (fstatat): Define to rpl_fstatat under the same conditions,
7854         unless COMPILING_FSTATAT.
7855         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7856         seems to have the bug.
7857         * lib/fstatat.c: New file.
7858         * modules/openat (Files): Add it.
7859
7860 2006-11-20  Bruno Haible  <bruno@clisp.org>
7861
7862         * Makefile: New file.
7863
7864 2006-11-20  Jim Meyering  <jim@meyering.net>
7865
7866         The beginnings of syntax-related checks for gnulib.
7867         * lib/Makefile: New file.
7868         * lib/t-idcache: New script.  Ensure that the two halves of
7869         idcache.c stay in sync.
7870
7871         * lib/idcache.c: Adjust comments in user- and group- portions to
7872         be more accurate, and to be consistent with one another.
7873
7874 2006-11-20  Jim Meyering  <jim@meyering.net>
7875
7876         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7877         continue using the flexible array member (thus, this module performs
7878         half as many malloc calls), with the addition that...
7879         (getgroup, getuser): Consistently record a non-match via an empty
7880         "name" string, and map an empty string match to a NULL return value.
7881         * modules/idcache (Depends-on): Re-add flexmember.
7882
7883         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7884         (getuidbyname, getgroup, getgidbyname): Likewise.
7885
7886         Use cleaner syntax: NULL rather than 0.
7887         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7888
7889 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7890
7891         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7892         It mishandled the case where the group was missing.
7893         Problem reported by Greg Schafer.
7894         * modules/idcache: Likewise.
7895
7896 2006-11-18  Jim Meyering  <jim@meyering.net>
7897
7898         * check-module (%exempt_header): Add exception for some
7899         conditionally-included headers.
7900
7901         * modules/i-ring (Depends-on): Add verify.
7902         (License): Change to LGPL.
7903
7904 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7905
7906         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7907         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7908         and inttostr.h.  Use snprintf rather than uinttostr, so that
7909         LGPLed code doesn't depend on GPLed.
7910
7911 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7912
7913         * modules/inline (License): Change from GPL to LGPL.
7914
7915 2006-11-17  Jim Meyering  <jim@meyering.net>
7916
7917         * modules/d-type (License): Switch to LGPL.
7918
7919 2006-11-15  Bruno Haible  <bruno@clisp.org>
7920
7921         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7922
7923 2006-11-15  Eric Blake  <ebb9@byu.net>
7924
7925         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7926         the module dependency.
7927
7928 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7929             Bruno Haible  <bruno@clisp.org>
7930
7931         * gnulib-tool (func_create_testdir): Add license consistency check.
7932
7933 2006-11-15  Eric Blake  <ebb9@byu.net>
7934
7935         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7936         random "(cached)" in configure output.
7937
7938 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7939
7940         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7941         test for conforming inttypes.h is both announced and cached.
7942
7943         * MODULES.html.sh (seen_modules, seen_files): New variables.
7944         (func_module): Rewrite to use a few less gnulib-tool and sed
7945         invocations.  Avoid a couple of quadratic algorithms for ...
7946         (missed_modules, missed_files): ... these, with ...
7947         (func_append, func_tmpdir): ... these new functions, from
7948         gnulib-tool.  Analogously, install traps for cleanup.
7949
7950         * tests/test-gc.c (main): Remove unused variables.
7951         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7952
7953 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7954
7955         * modules/inttostr (License): Change to LGPL.
7956
7957 2006-11-14  Eric Blake  <ebb9@byu.net>
7958
7959         * modules/tempname (License): Change to LGPL.
7960
7961 2006-11-14  Eric Blake  <ebb9@byu.net>
7962
7963         * doc/functions.texi (Function Portability): *printf functions on
7964         Cygwin now understand all POSIX size specifiers.
7965
7966 2006-11-14  Bruno Haible  <bruno@clisp.org>
7967
7968         * modules/c-ctype (License): Change to LGPL.
7969
7970 2006-11-12  Bruno Haible  <bruno@clisp.org>
7971
7972         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7973         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
7974         for GNOME libraries, for which the include files are installed in
7975         subdirectories of $prefix/include.
7976
7977 2006-11-12  Bruno Haible  <bruno@clisp.org>
7978
7979         * m4/lib-link.m4: Require at least autoconf-2.54.
7980         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
7981         name to underscores for the --with option.
7982
7983 2006-11-13  Bruno Haible  <bruno@clisp.org>
7984
7985         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
7986         the tests directory.
7987         Reported by Ralf Wildenhues.
7988
7989 2006-11-13  Bruno Haible  <bruno@clisp.org>
7990
7991         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
7992         (func_emit_initmacro_end): Undo the override here.
7993         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
7994         Works around the famous automake error in coreutils.
7995
7996 2006-11-13  Eric Blake  <ebb9@byu.net>
7997
7998         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
7999         element, not its node.
8000
8001 2006-11-12  Bruno Haible  <bruno@clisp.org>
8002
8003         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8004         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8005
8006 2006-11-12  Bruno Haible  <bruno@clisp.org>
8007
8008         * gnulib-tool: New option --local-symlink.
8009         (func_usage): Document it.
8010         (lsymbolic): New variable.
8011         (func_import, func_create_testdir): If --symlink was not specified,
8012         test whether --local-symlink was specified and the file comes from
8013         the local_gnulib_dir.
8014
8015 2006-11-12  Bruno Haible  <bruno@clisp.org>
8016
8017         * gnulib-tool (func_ln): New function.
8018         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8019
8020 2006-11-12  Bruno Haible  <bruno@clisp.org>
8021
8022         Finish support for source files in subdirectories.
8023         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8024         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8025         AUTOMAKE_OPTIONS.
8026         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8027
8028 2006-11-12  Bruno Haible  <bruno@clisp.org>
8029
8030         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8031         EXTRA_lib_SOURCES augmentation.
8032         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8033
8034 2006-11-12  Jim Meyering  <jim@meyering.net>
8035
8036         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8037         file descriptors.  This also averts a failure on systems with
8038         native openat support when a traversed directory lacks "x" access.
8039         * lib/fts_.h: Include "i-ring.h"
8040         (struct FTS) [fts_fd_ring]: New member.
8041         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8042         (FCHDIR): Add parentheses.
8043         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8044         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8045         When descending, rather than simply closing the previous
8046         fts_cwd_fd value, push that file descriptor onto the ring.
8047         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8048         (fts_open): Initialize the new fd_ring member.
8049         (fts_close): Clear the ring.
8050         (fts_safe_changedir): When possible, use our new fd_ring to skip
8051         the diropen and fstat and dev/ino comparison that would normally
8052         accompany a virtual `chdir ("..")'.
8053
8054         * modules/fts (Depends-on): Add i-ring.
8055         * modules/i-ring: New module.
8056         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8057         * m4/i-ring.m4: New file.
8058
8059 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8060
8061         * gnulib-tool (func_create_testdir): Fix replacement of
8062         `build-aux' in configure.ac.  Run autotools in gltests
8063         subdirectory.
8064         (func_create_testdir, func_create_megatestdir, test): There is
8065         no need for '--force' in most autotool invocations in a new
8066         tree.  Actually fail the whole test if any of the tools, or the
8067         configure or make stages fail.
8068
8069         Sync from Automake.
8070         * build-aux/gnupload: Revert last change.  Add pointer to upload
8071         instructions of the GNU Maintenance Instructions.
8072         Suggestion by Karl Berry.
8073
8074 2006-11-10  Jim Meyering  <jim@meyering.net>
8075
8076         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8077
8078 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8079
8080         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8081         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8082         (bind_textdomain_codeset) [! ENABLE_NLS]:
8083         Evaluate all the arguments.  That way, callers get compatible behavior
8084         if the arguments have side effects.  Also, it avoids some GCC
8085         diagnostics in some cases; Joel E. Denny reported problems when Bison
8086         was configured with --enable-gcc-warnigs.
8087
8088 2006-11-10  Jim Meyering  <jim@meyering.net>
8089
8090         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8091         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8092         account.
8093
8094 2006-11-10  Jim Meyering  <jim@meyering.net>
8095
8096         * modules/inline: New file/module.
8097         * modules/xalloc (Files): Remove m4/inline.m4.
8098         (Depends-on): Add inline, instead.
8099         * modules/oset: Likewise.
8100         * modules/list: Likewise.
8101
8102 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8103
8104         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8105         Problem reported by Matthew Woehlke.
8106
8107 2006-11-09  Bruno Haible  <bruno@clisp.org>
8108
8109         * lib/tempname.c (gen_tempname): Remove variant that invokes
8110         __gen_tempname.
8111         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8112         __gen_tempname.
8113
8114 2006-11-08  Bruno Haible  <bruno@clisp.org>
8115
8116         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8117         to 'yes' instead of 'cross-compiling'.
8118
8119 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8120
8121         * lib/quotearg.h (quotearg_free): New decl.
8122         * lib/quotearg.c (quotearg_free): New function.
8123         (slot0, nslots, slotvec0, slotvec):
8124         Now file-scope so that quotearg_free can get at them.
8125
8126 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8127
8128         Sync from Automake.
8129         * build-aux/gnupload: Add missing 'gnu' to example URL.
8130         Report by Karl Berry.
8131
8132 2006-11-08  Bruno Haible  <bruno@clisp.org>
8133
8134         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8135         Suggested by Paul Eggert.
8136
8137 2006-11-08  Jim Meyering  <jim@meyering.net>
8138
8139         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8140         It's already included if !_LIBC.
8141         (fts_safe_changedir): Add a comment.
8142
8143 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8146         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8147         Matthew Woehlke.
8148
8149         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8150         definitions up, to avoid colliding with change below.
8151         (static_inline) [HAVE_INLINE]: New macro.
8152         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8153         Provide extern decls when !HAVE_INLINE.  Do not define unless
8154         static_inline is defined, either by us or by xmalloc.c.  Use
8155         static_inline rather than static inline.
8156         (XCALLOC): Optimize sizeof(T) = 1 case.
8157         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8158
8159 2006-11-07  Bruno Haible  <bruno@clisp.org>
8160
8161         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8162         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8163         AC_C_INLINE.
8164         * modules/xalloc (Files): Add m4/inline.m4.
8165
8166 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8167
8168         * README: Fix typo.
8169         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8170         (Miscellanous Notes): ...from this.
8171
8172 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8173
8174         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8175         Mention that offsetof should be used instead of sizeof.
8176         From Bruno Haible.
8177
8178 2006-11-07  Bruno Haible  <bruno@clisp.org>
8179
8180         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8181
8182 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8183
8184         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8185         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8186         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8187         (gl_tree_add_before, gl_tree_add_after):
8188         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8189         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8190         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8191         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8192         (gl_linked_add_after, gl_linked_add_at): Likewise.
8193         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8194         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8195         (gl_tree_add_before, gl_tree_add_after): Likewise.
8196         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8197         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8198         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8199
8200 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8201
8202         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8203
8204 2006-11-06  Bruno Haible  <bruno@clisp.org>
8205
8206         * m4/inline.m4: New file.
8207         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8208         * modules/list (Files): Add m4/inline.m4.
8209         * modules/oset (Files): Likewise.
8210
8211 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8212
8213         * lib/idcache.c: Include <stddef.h>, for offsetof.
8214         (struct userid.name): Change from char * to a flexible array member.
8215         All uses changed.
8216         * modules/idcache (Depends-on): Add flexmember.
8217
8218         * MODULES.html.sh (Core language properties): New module flexmember.
8219         * modules/flexmember, m4/flexmember.m4: New files.
8220
8221         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8222         inline functions that are identical with the old xnmalloc_inline,
8223         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8224         that we can avoid some unnecessary integer multiplications and
8225         divisions in the common case where the element size is known at
8226         compile time.
8227         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8228         needed.
8229         (xnboundedmalloc): Remove.
8230         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8231         arguments, for consistency with rest of this header.
8232         (xcharalloc): Rewrite using XNMALLOC.
8233         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8234         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8235         versions have been moved to lib/xalloc.h and renamed to be the
8236         non-*_inline versions.
8237         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8238         and xnrealloc functions, since those functions are now inline and
8239         now call us.
8240         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8241         renaming described above.
8242         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8243         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8244         captures the dependency in AC_C_INLINE.
8245
8246         New module canonicalize-lgpl, proposed by Charles Wilson in
8247         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8248         with a few small changes afterwards.
8249         * MODULES.html.sh (File system functions): New module
8250         canonicalize-lgpl.
8251         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8252         and canonicalize_file_name.
8253         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8254         * modules/canonicalize-lgpl: New files.
8255
8256 2006-11-05  Bruno Haible  <bruno@clisp.org>
8257
8258         * gnulib-tool (func_import, func_create_testdir): Create directories
8259         also for files in subdirectories of lib/.
8260
8261 2006-11-05  Bruno Haible  <bruno@clisp.org>
8262
8263         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8264         ANSI C compliant.
8265
8266 2006-11-03  Bruno Haible  <bruno@clisp.org>
8267
8268         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8269         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8270         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8271         (xnboundedmalloc): New inline function.
8272         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8273         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8274         xmalloc.
8275         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8276         xmalloc.
8277         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8278         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8279         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8280         xmalloc.
8281         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8282         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8283         xmalloc.
8284         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8285         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8286         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8287         xmalloc.
8288         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8289         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8290         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8291         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8292         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8293         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8294         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8295
8296 2006-11-03  Bruno Haible  <bruno@clisp.org>
8297
8298         * lib/c-ctype.h [C++]: Define functions without name mangling.
8299         * lib/fwriteerror.h [C++]: Likewise.
8300         * lib/gcd.h [C++]: Likewise.
8301         * lib/linebreak.h [C++]: Likewise.
8302
8303 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8306         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8307         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8308         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8309         Check for functions and headers just once.
8310         Check for declaration of canonicalize_file_name.
8311         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8312
8313 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8314
8315         * gnulib-tool (func_import): Fix typo in actioncmd.
8316
8317 2006-11-02  Bruno Haible  <bruno@clisp.org>
8318
8319         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8320         newline sequence in the Makefile.am snippet as a space, like "make"
8321         does.
8322         Reported by Roger Persson <perrog@gmail.com>.
8323
8324 2006-11-01  Bruno Haible  <bruno@clisp.org>
8325
8326         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8327         already declared in <string.h>.
8328         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8329
8330 2006-11-01  Bruno Haible  <bruno@clisp.org>
8331
8332         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8333         * lib/strcase.h: Include <string.h>.
8334         (strcasecmp): Define to rpl_strcasecmp here.
8335
8336 2006-11-01  Bruno Haible  <bruno@clisp.org>
8337
8338         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8339
8340 2006-11-01  Eric Blake  <ebb9@byu.net>
8341
8342         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8343
8344         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8345
8346 2006-10-29  Bruno Haible  <bruno@clisp.org>
8347
8348         Make it compile in C++ mode.
8349         * lib/full-write.c (full_rw): Add a cast.
8350
8351 2006-11-01  Bruno Haible  <bruno@clisp.org>
8352
8353         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8354         be POSIX compliant.
8355         Reported by Roger Persson <perrog@gmail.com>.
8356
8357 2006-11-01  Eric Blake  <ebb9@byu.net>
8358
8359         * lib/getopt_.h: Fix comments.
8360
8361 2006-10-31  Eric Blake  <ebb9@byu.net>
8362
8363         * modules/tmpdir (Depends-on): Add sys_stat.
8364         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8365         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8366         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8367         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8368         tempname.
8369
8370 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8371
8372         Avoid some C++ diagnostics reported by Bruno Haible.
8373         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8374         xmalloc.
8375         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8376         (struct slotvec): Move to top level.
8377         (quotearg_n_options): Rewrite to avoid xmalloc.
8378         * lib/xalloc.h (xcharalloc): New function.
8379         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8380         [defined __cplusplus]: Add function template that provides result
8381         type propagation.  This part of the change is from Bruno Haible.
8382
8383 2006-10-29  Bruno Haible  <bruno@clisp.org>
8384
8385         Make it compile in C++ mode.
8386         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8387         * lib/strnlen1.c (strnlen1): Cast memchr result.
8388         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8389         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8390         (create_temp_dir): Rename local variable 'template'.
8391         (compile_csharp_using_sscli): Add cast.
8392         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8393         * lib/findprog.c (find_in_path): Likewise.
8394         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8395         * lib/wait-process.c (register_slave_subprocess): Likewise.
8396
8397 2006-10-22  Bruno Haible  <bruno@clisp.org>
8398
8399         * modules/tsearch: New file.
8400         * lib/tsearch.h: New file.
8401         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8402         * m4/tsearch.m4: New file.
8403         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8404
8405 2006-10-29  Eric Blake  <ebb9@byu.net>
8406
8407         * lib/arcfour.c: Assume config.h.
8408         * lib/arctwo.c: Likewise.
8409         * lib/base64.c: Likewise.
8410         * lib/check-version.c: Likewise.
8411         * lib/crc.c: Likewise.
8412         * lib/des.c: Likewise.
8413         * lib/gc-gnulib.c: Likewise.
8414         * lib/gc-libgcrypt.c: Likewise.
8415         * lib/gc-pbkdf2-sha1.c: Likewise.
8416         * lib/getaddrinfo.c: Likewise.
8417         * lib/getdelim.c: Likewise.
8418         * lib/getline.c: Likewise.
8419         * lib/hmac-md5.c: Likewise.
8420         * lib/hmac-sha1.c: Likewise.
8421         * lib/iconvme.c: Likewise.
8422         * lib/md2.c: Likewise.
8423         * lib/md4.c: Likewise.
8424         * lib/memxor.c: Likewise.
8425         * lib/read-file.c: Likewise.
8426         * lib/readline.c: Likewise.
8427         * lib/rijndael-alg-fst.c: Likewise.
8428         * lib/rijndael-api-fst.c: Likewise.
8429         * lib/xgetdomainname.c: Likewise.
8430
8431 2006-10-28  Eric Blake  <ebb9@byu.net>
8432
8433         * lib/xstrndup.c: Assume config.h.
8434
8435 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8436
8437         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8438         stat-macros.h is now for our own macros, whereas stat_h is for
8439         macros in the <sys/stat.h> name space.
8440         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8441         (STAT_MACROS_H): Remove.
8442         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8443         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8444         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8445         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8446         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8447         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8448         Move these macros to ...
8449         * lib/stat_.h: here.  Don't include stat-macros.h.
8450         * lib/canonicalize.c: Don't include stat-macros.h.
8451         * lib/chown.c: Likewise.
8452         * lib/euidaccess.c: Likewise.
8453         * lib/file-type.c: Likewise.
8454         * lib/filemode.c: Likewise.
8455         * lib/glob.c: Likewise.
8456         * lib/isapipe.c: Likewise.
8457         * lib/lchown.c: Likewise.
8458         * lib/lstat.c: Likewise.
8459         * lib/mkdir-p.c: Likewise.
8460         * lib/rmdir.c: Likewise.
8461         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8462         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8463         unless mkdir isn't declared, to speed up 'configure'.
8464         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8465         would define all the S_* symbols.
8466         * modules/canonicalize (Depends-on):
8467         Depend on sys_stat, not stat-macros.
8468         * modules/chown: Likewise.
8469         * modules/euidaccess: Likewise.
8470         * modules/filemode: Likewise.
8471         * modules/file-type: Likewise.
8472         * modules/glob: Likewise.
8473         * modules/isapipe: Likewise.
8474         * modules/lchown: Likewise.
8475         * modules/lstat: Likewise.
8476         * modules/mkancesdirs: Likewise.
8477         * modules/rmdir: Likewise.
8478         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8479         * modules/modechange: Likewise.
8480         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8481         (configure.ac): Remove gl_STAT_MACROS.
8482         * modules/sys_stat (Depends-on): Remove stat-macros.
8483
8484 2006-10-27  Bruno Haible  <bruno@clisp.org>
8485
8486         * m4/signed.m4: Remove file.
8487         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8488         invocation.
8489         * modules/vasnprintf (Files): Remove m4/signed.m4.
8490
8491 2006-10-27  Bruno Haible  <bruno@clisp.org>
8492
8493         Update to GNU gettext 0.16.
8494         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8495         m4/inttypes-h.m4, m4/signed.m4.
8496         * m4/gettext.m4: Update to GNU gettext 0.16.
8497         * m4/intl.m4: New file, from GNU gettext.
8498         * m4/intldir.m4: New file, from GNU gettext.
8499         * config/srclist.txt: Update
8500
8501 2006-10-27  Eric Blake  <ebb9@byu.net>
8502
8503         * MODULES.html.sh: Document tempname.
8504         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8505         dependencies.
8506         (Files): Move lib/tempname.c...
8507         * modules/tempname: ...to this new module.
8508         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8509         (gl_PREREQ_TEMPNAME): Move...
8510         * m4/tempname.m4: ...to this new file.
8511         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8512         * modules/sys_stat (Depends-on): Add stat-macros.
8513         * lib/stat_.h (includes): Pick up stat macros.
8514         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8515         if stat macros are broken.
8516         * lib/tempname.c (includes): No need to include "stat-macros.h".
8517         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8518         (direxists, __path_search) [!_LIBC]: Don't compile these in
8519         gnulib; the tmpdir module covers that.
8520         * lib/tempname.h: New file.
8521
8522 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8523
8524         * COPYING: Explain how gnulib-tool converts licence headers.
8525         Almost all wording by Eric Blake.
8526
8527 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * lib/mbchar.h (is_basic_table): Make read-only.
8530         * lib/mbchar.c (is_basic_table): Likewise.
8531         Reported by John Darrington.
8532
8533 2006-10-25  Bruno Haible  <bruno@clisp.org>
8534
8535         * lib/progname.h (set_program_name): Undefine before defining.
8536
8537 2006-10-25  Bruno Haible  <bruno@clisp.org>
8538
8539         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8540         false for non-gcc C++ compilers.
8541         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8542
8543 2006-10-24  Bruno Haible  <bruno@clisp.org>
8544
8545         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8546         iconv implementations like Irix iconv.
8547
8548 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8549
8550         * modules/vararrays: New file.
8551         * m4/vararrays.m4: New file, taken from diffutils.
8552         * MODULES.html.sh: New module vararrays.
8553
8554 2006-10-24  Karl Berry  <karl@gnu.org>
8555
8556         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8557         Don't call GNU Unix.
8558
8559 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8560
8561         * users.txt: Add Libtool.
8562
8563         Sync from Libtool:
8564
8565         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8566
8567         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8568         to gnulib's policy of including config.h unconditionally.
8569
8570 2006-10-24  Bruno Haible  <bruno@clisp.org>
8571
8572         * modules/wcwidth (Files): Add m4/wint_t.m4.
8573         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8574         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8575
8576 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8577
8578         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8579         to pacify GCC with some -W flags enabled.  Problem reported by
8580         Bruno Haible.
8581
8582 2006-10-24  Jim Meyering  <jim@meyering.net>
8583
8584         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8585         Reported by Karl Berry.
8586
8587 2006-10-23  Bruno Haible  <bruno@clisp.org>
8588
8589         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8590
8591 2006-10-24  Bruno Haible  <bruno@clisp.org>
8592
8593         * lib/gl_list.h: Use C comment style, not C++ comment style.
8594
8595 2006-10-23  Eric Blake  <ebb9@byu.net>
8596
8597         * lib/getaddrinfo.c (includes): Add missing include.
8598
8599 2006-10-23  Bruno Haible  <bruno@clisp.org>
8600             Paul Eggert  <eggert@cs.ucla.edu>
8601
8602         Ability to rename obstack_free.
8603         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8604         obstack_free.
8605         (obstack_free): Invoke the __obstack_free macro.
8606         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8607
8608 2006-10-23  Bruno Haible  <bruno@clisp.org>
8609             Paul Eggert  <eggert@cs.ucla.edu>
8610
8611         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8612         __argc, __argv from the declaration. (They are defined as macros on
8613         mingw.)
8614
8615 2006-10-22  Bruno Haible  <bruno@clisp.org>
8616
8617         * doc/gnulib-intro.texi: New file.
8618         * doc/gnulib.texi: Include it.
8619
8620 2006-10-21  Bruno Haible  <bruno@clisp.org>
8621
8622         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8623         "Introduction", "Miscellanous Notes", "Particular Modules".
8624
8625 2006-10-21  Bruno Haible  <bruno@clisp.org>
8626
8627         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8628         Change mostlyclean-local rule to avoid sh syntax error from bash
8629         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8630
8631 2006-10-23  Jim Meyering  <jim@meyering.net>
8632
8633         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8634         in place of snprintf.
8635
8636         * modules/inttostr (Files): Add lib/uinttostr.c.
8637         * lib/uinttostr.c (inttostr): New file/function.
8638         * lib/inttostr.h (uinttostr): Declare.
8639         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8640         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8641         Add uinttostr.
8642         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8643
8644 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8645
8646         * lib/canonicalize.c (ELOOP): Define if not already defined.
8647         Problem reported by Bruno Haible in
8648         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8649
8650 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8651
8652         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8653         Problem reported by Perry Smith and Ville Laurikari.
8654
8655         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8656         uses.
8657
8658 2006-10-19  Bruno Haible  <bruno@clisp.org>
8659
8660         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8661         for mingw.
8662
8663 2006-10-19  Bruno Haible  <bruno@clisp.org>
8664
8665         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8666         Needed for mingw.
8667
8668 2006-10-19  Bruno Haible  <bruno@clisp.org>
8669
8670         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8671
8672 2006-10-19  Bruno Haible  <bruno@clisp.org>
8673
8674         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8675         it.
8676
8677 2006-10-19  Bruno Haible  <bruno@clisp.org>
8678
8679         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8680         invocation.
8681
8682 2006-10-19  Bruno Haible  <bruno@clisp.org>
8683
8684         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8685         mountlist by default.
8686
8687 2006-10-16  Bruno Haible  <bruno@clisp.org>
8688
8689         * lib/c-strstr.c: Include c-strstr.h.
8690
8691 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8692
8693         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8694         in a slash.
8695
8696 2006-10-18  Bruno Haible  <bruno@clisp.org>
8697
8698         * lib/lock.h [C++]: Wrap definitions in extern "C".
8699
8700 2006-10-18  Bruno Haible  <bruno@clisp.org>
8701
8702         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8703         gl_LIBOBJS list.
8704
8705 2006-10-18  Bruno Haible  <bruno@clisp.org>
8706
8707         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8708
8709 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8710
8711         * lib/xstrtol.h: Include gettext.h.
8712         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8713         Problem reported by Eric Blake.
8714         * modules/xstrtol (Depends-on): Add gettext-h.
8715
8716 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8717
8718         * lib/strftime.c (advance): New macro.
8719         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8720         incomplete type, so you can't add 0 to it.  Problem and patch
8721         reported by Eelco Dolstra for dietlibc.
8722
8723 2006-10-18  Jim Meyering  <jim@meyering.net>
8724
8725         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8726         type for a local, and rename it: s/up/user_proc/.
8727
8728 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8729
8730         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8731         READ_UTMP_USER_PROCESS.
8732         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8733
8734 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8735
8736         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8737         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8738
8739 2006-10-17  Eric Blake  <ebb9@byu.net>
8740
8741         * lib/sigprocmask.c (sigprocmask): Fix typo.
8742
8743         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8744
8745         * modules/clean-temp (Makefile.am): Don't add to make output...
8746         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8747         config.h.
8748
8749 2006-10-17  Bruno Haible  <bruno@clisp.org>
8750
8751         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8752         differently if DEFAULT_TEXT_DOMAIN is set.
8753
8754 2006-10-16  Bruno Haible  <bruno@clisp.org>
8755
8756         * lib/clean-temp.c: Include fwriteerror.h.
8757
8758 2006-10-16  Bruno Haible  <bruno@clisp.org>
8759
8760         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8761
8762 2006-10-16  Bruno Haible  <bruno@clisp.org>
8763
8764         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8765         * lib/sigprocmask.h: Include <sys/types.h>.
8766         (sigset_t): Use the system's definition if present.
8767
8768 2006-10-17  Eric Blake  <ebb9@byu.net>
8769
8770         * lib/xvasprintf.c (includes): Assume config.h.
8771         * lib/xasprintf.c (includes): Likewise.
8772
8773 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8776         at least as wide as intmax_t.
8777
8778 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8779
8780         (Imported from Automake.)
8781         * build-aux/gnupload: Update to version 1.1 of directive file.
8782
8783 2006-10-16  Eric Blake  <ebb9@byu.net>
8784
8785         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8786         match Automake 1.10a.
8787
8788 2006-10-14  Bruno Haible  <bruno@clisp.org>
8789
8790         * modules/sigprocmask: New file.
8791         * lib/sigprocmask.h: New file.
8792         * lib/sigprocmask.c: New file.
8793         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8794         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8795         request sigprocmask.o.
8796         (gl_PREREQ_SIGPROCMASK): New macro.
8797         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8798         (Depends-on): Add sigprocmask.
8799         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8800         gt_SIGNALBLOCKING. Test for 'raise' only once.
8801         * lib/fatal-signal.c: Include sigprocmask.h.
8802         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8803         unblock_fatal_signals): Define always.
8804         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8805         sigprocmask.
8806
8807 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8808
8809         Sync from Automake.
8810         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8811         which incorrectly sets the mode of an existing destination
8812         directory.  In some cases the unpatched install-sh could do the
8813         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8814         system.  We hope this is rare in practice, but it's clearly worth
8815         fixing.  Problem reported by Alex Unleashed in
8816         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8817         Also, don't bother to check for -m bugs unless we're using -m;
8818         suggested by Stepan Kasal.
8819
8820 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8821
8822         Sync from Automake.
8823         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8824         `-c' flag, so they appear at the same position as in %FASTDEP%
8825         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8826         which ignores unknown options only after the first non-option.
8827         Bug report against M4 by Nelson H. F. Beebe.
8828
8829 2006-10-13  Jim Meyering  <jim@meyering.net>
8830
8831         Fix a bug in yesterday's change.
8832         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8833         p->fts_statp->st_dev would be used uninitialized.
8834         Ensures that we always call fts_stat on the very first entry.
8835         Miklos Szeredi reported that find -xdev stopped working.
8836
8837 2006-10-12  Bruno Haible  <bruno@clisp.org>
8838
8839         * gnulib-tool (func_get_automake_snippet): Append an automatically
8840         computed EXTRA_DIST augmentation.
8841         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8842         * modules/alloca-opt (Makefile.am): Likewise.
8843         * modules/allocsa (Makefile.am): Likewise.
8844         * modules/arcfour (Makefile.am): Likewise.
8845         * modules/arctwo (Makefile.am): Likewise.
8846         * modules/argmatch (Makefile.am): Likewise.
8847         * modules/argz (Makefile.am): Likewise.
8848         * modules/atexit (Makefile.am): Likewise.
8849         * modules/backupfile (Makefile.am): Likewise.
8850         * modules/byteswap (Makefile.am): Likewise.
8851         * modules/c-strtod (Makefile.am): Likewise.
8852         * modules/c-strtold (Makefile.am): Likewise.
8853         * modules/calloc (Makefile.am): Likewise.
8854         * modules/canon-host (Makefile.am): Likewise.
8855         * modules/canonicalize (Makefile.am): Likewise.
8856         * modules/chdir-long (Makefile.am): Likewise.
8857         * modules/chdir-safer (Makefile.am): Likewise.
8858         * modules/check-version (Makefile.am): Likewise.
8859         * modules/chown (Makefile.am): Likewise.
8860         * modules/cloexec (Makefile.am): Likewise.
8861         * modules/close-stream (Makefile.am): Likewise.
8862         * modules/closeout (Makefile.am): Likewise.
8863         * modules/crc (Makefile.am): Likewise.
8864         * modules/csharpexec (Makefile.am): Likewise.
8865         * modules/cycle-check (Makefile.am): Likewise.
8866         * modules/des (Makefile.am): Likewise.
8867         * modules/dev-ino (Makefile.am): Likewise.
8868         * modules/dirfd (Makefile.am): Likewise.
8869         * modules/dirname (Makefile.am): Likewise.
8870         * modules/dup2 (Makefile.am): Likewise.
8871         * modules/eealloc (Makefile.am): Likewise.
8872         * modules/error (Makefile.am): Likewise.
8873         * modules/euidaccess (Makefile.am): Likewise.
8874         * modules/exclude (Makefile.am): Likewise.
8875         * modules/exitfail (Makefile.am): Likewise.
8876         * modules/fcntl-safer (Makefile.am): Likewise.
8877         * modules/fcntl (Makefile.am): Likewise.
8878         * modules/file-type (Makefile.am): Likewise.
8879         * modules/fileblocks (Makefile.am): Likewise.
8880         * modules/filemode (Makefile.am): Likewise.
8881         * modules/filenamecat (Makefile.am): Likewise.
8882         * modules/fnmatch (Makefile.am): Likewise.
8883         * modules/fopen-safer (Makefile.am): Likewise.
8884         * modules/fpending (Makefile.am): Likewise.
8885         * modules/fprintftime (Makefile.am): Likewise.
8886         * modules/free (Makefile.am): Likewise.
8887         * modules/fsusage (Makefile.am): Likewise.
8888         * modules/ftruncate (Makefile.am): Likewise.
8889         * modules/fts (Makefile.am): Likewise.
8890         * modules/gc-arcfour (Makefile.am): Likewise.
8891         * modules/gc-des (Makefile.am): Likewise.
8892         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8893         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8894         * modules/gc-md4 (Makefile.am): Likewise.
8895         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8896         * modules/gc-sha1 (Makefile.am): Likewise.
8897         * modules/gc (Makefile.am): Likewise.
8898         * modules/getaddrinfo (Makefile.am): Likewise.
8899         * modules/getcwd (Makefile.am): Likewise.
8900         * modules/getdelim (Makefile.am): Likewise.
8901         * modules/getdomainname (Makefile.am): Likewise.
8902         * modules/getgroups (Makefile.am): Likewise.
8903         * modules/gethostname (Makefile.am): Likewise.
8904         * modules/gethrxtime (Makefile.am): Likewise.
8905         * modules/getline (Makefile.am): Likewise.
8906         * modules/getloadavg (Makefile.am): Likewise.
8907         * modules/getlogin_r (Makefile.am): Likewise.
8908         * modules/getndelim2 (Makefile.am): Likewise.
8909         * modules/getopt (Makefile.am): Likewise.
8910         * modules/getpagesize (Makefile.am): Likewise.
8911         * modules/getpass-gnu (Makefile.am): Likewise.
8912         * modules/getpass (Makefile.am): Likewise.
8913         * modules/getsubopt (Makefile.am): Likewise.
8914         * modules/gettime (Makefile.am): Likewise.
8915         * modules/gettimeofday (Makefile.am): Likewise.
8916         * modules/getugroups (Makefile.am): Likewise.
8917         * modules/getusershell (Makefile.am): Likewise.
8918         * modules/glob (Makefile.am): Likewise.
8919         * modules/group-member (Makefile.am): Likewise.
8920         * modules/hard-locale (Makefile.am): Likewise.
8921         * modules/hash (Makefile.am): Likewise.
8922         * modules/hmac-md5 (Makefile.am): Likewise.
8923         * modules/hmac-sha1 (Makefile.am): Likewise.
8924         * modules/human (Makefile.am): Likewise.
8925         * modules/idcache (Makefile.am): Likewise.
8926         * modules/imaxabs (Makefile.am): Likewise.
8927         * modules/imaxdiv (Makefile.am): Likewise.
8928         * modules/inet_ntop (Makefile.am): Likewise.
8929         * modules/inet_pton (Makefile.am): Likewise.
8930         * modules/intprops (Makefile.am): Likewise.
8931         * modules/inttostr (Makefile.am): Likewise.
8932         * modules/inttypes (Makefile.am): Likewise.
8933         * modules/isapipe (Makefile.am): Likewise.
8934         * modules/javaversion (Makefile.am): Likewise.
8935         * modules/lchmod (Makefile.am): Likewise.
8936         * modules/lchown (Makefile.am): Likewise.
8937         * modules/localcharset (Makefile.am): Likewise.
8938         * modules/long-options (Makefile.am): Likewise.
8939         * modules/lstat (Makefile.am): Likewise.
8940         * modules/malloc (Makefile.am): Likewise.
8941         * modules/mathl (Makefile.am): Likewise.
8942         * modules/mbchar (Makefile.am): Likewise.
8943         * modules/md2 (Makefile.am): Likewise.
8944         * modules/md4 (Makefile.am): Likewise.
8945         * modules/md5 (Makefile.am): Likewise.
8946         * modules/memcasecmp (Makefile.am): Likewise.
8947         * modules/memchr (Makefile.am): Likewise.
8948         * modules/memcmp (Makefile.am): Likewise.
8949         * modules/memcoll (Makefile.am): Likewise.
8950         * modules/memcpy (Makefile.am): Likewise.
8951         * modules/memmem (Makefile.am): Likewise.
8952         * modules/memmove (Makefile.am): Likewise.
8953         * modules/mempcpy (Makefile.am): Likewise.
8954         * modules/memrchr (Makefile.am): Likewise.
8955         * modules/memset (Makefile.am): Likewise.
8956         * modules/memxor (Makefile.am): Likewise.
8957         * modules/mkancesdirs (Makefile.am): Likewise.
8958         * modules/mkdir-p (Makefile.am): Likewise.
8959         * modules/mkdir (Makefile.am): Likewise.
8960         * modules/mkdtemp (Makefile.am): Likewise.
8961         * modules/mkstemp (Makefile.am): Likewise.
8962         * modules/mktime (Makefile.am): Likewise.
8963         * modules/modechange (Makefile.am): Likewise.
8964         * modules/mountlist (Makefile.am): Likewise.
8965         * modules/nanosleep (Makefile.am): Likewise.
8966         * modules/obstack (Makefile.am): Likewise.
8967         * modules/openat (Makefile.am): Likewise.
8968         * modules/pagealign_alloc (Makefile.am): Likewise.
8969         * modules/pathmax (Makefile.am): Likewise.
8970         * modules/physmem (Makefile.am): Likewise.
8971         * modules/poll (Makefile.am): Likewise.
8972         * modules/posixtm (Makefile.am): Likewise.
8973         * modules/posixver (Makefile.am): Likewise.
8974         * modules/putenv (Makefile.am): Likewise.
8975         * modules/quote (Makefile.am): Likewise.
8976         * modules/quotearg (Makefile.am): Likewise.
8977         * modules/raise (Makefile.am): Likewise.
8978         * modules/read-file (Makefile.am): Likewise.
8979         * modules/readline (Makefile.am): Likewise.
8980         * modules/readlink (Makefile.am): Likewise.
8981         * modules/readtokens (Makefile.am): Likewise.
8982         * modules/readutmp (Makefile.am): Likewise.
8983         * modules/realloc (Makefile.am): Likewise.
8984         * modules/regex (Makefile.am): Likewise.
8985         * modules/rename-dest-slash (Makefile.am): Likewise.
8986         * modules/rename (Makefile.am): Likewise.
8987         * modules/rijndael (Makefile.am): Likewise.
8988         * modules/rmdir (Makefile.am): Likewise.
8989         * modules/rpmatch (Makefile.am): Likewise.
8990         * modules/safe-read (Makefile.am): Likewise.
8991         * modules/safe-write (Makefile.am): Likewise.
8992         * modules/same-inode (Makefile.am): Likewise.
8993         * modules/same (Makefile.am): Likewise.
8994         * modules/save-cwd (Makefile.am): Likewise.
8995         * modules/savedir (Makefile.am): Likewise.
8996         * modules/setenv (Makefile.am): Likewise.
8997         * modules/settime (Makefile.am): Likewise.
8998         * modules/sha1 (Makefile.am): Likewise.
8999         * modules/sig2str (Makefile.am): Likewise.
9000         * modules/snprintf (Makefile.am): Likewise.
9001         * modules/stat-macros (Makefile.am): Likewise.
9002         * modules/stat-time (Makefile.am): Likewise.
9003         * modules/stdbool (Makefile.am): Likewise.
9004         * modules/stdint (Makefile.am): Likewise.
9005         * modules/stdlib-safer (Makefile.am): Likewise.
9006         * modules/stpcpy (Makefile.am): Likewise.
9007         * modules/stpncpy (Makefile.am): Likewise.
9008         * modules/strcase (Makefile.am): Likewise.
9009         * modules/strcasestr (Makefile.am): Likewise.
9010         * modules/strchrnul (Makefile.am): Likewise.
9011         * modules/strcspn (Makefile.am): Likewise.
9012         * modules/strdup (Makefile.am): Likewise.
9013         * modules/strerror (Makefile.am): Likewise.
9014         * modules/strftime (Makefile.am): Likewise.
9015         * modules/strndup (Makefile.am): Likewise.
9016         * modules/strnlen (Makefile.am): Likewise.
9017         * modules/strpbrk (Makefile.am): Likewise.
9018         * modules/strsep (Makefile.am): Likewise.
9019         * modules/strstr (Makefile.am): Likewise.
9020         * modules/strtod (Makefile.am): Likewise.
9021         * modules/strtoimax (Makefile.am): Likewise.
9022         * modules/strtok_r (Makefile.am): Likewise.
9023         * modules/strtol (Makefile.am): Likewise.
9024         * modules/strtoll (Makefile.am): Likewise.
9025         * modules/strtoul (Makefile.am): Likewise.
9026         * modules/strtoull (Makefile.am): Likewise.
9027         * modules/strtoumax (Makefile.am): Likewise.
9028         * modules/strverscmp (Makefile.am): Likewise.
9029         * modules/sys_socket (Makefile.am): Likewise.
9030         * modules/sys_stat (Makefile.am): Likewise.
9031         * modules/sysexits (Makefile.am): Likewise.
9032         * modules/time_r (Makefile.am): Likewise.
9033         * modules/timegm (Makefile.am): Likewise.
9034         * modules/timespec (Makefile.am): Likewise.
9035         * modules/tmpfile-safer (Makefile.am): Likewise.
9036         * modules/trim (Makefile.am): Likewise.
9037         * modules/unistd-safer (Makefile.am): Likewise.
9038         * modules/unlinkdir (Makefile.am): Likewise.
9039         * modules/unlocked-io (Makefile.am): Likewise.
9040         * modules/userspec (Makefile.am): Likewise.
9041         * modules/utime (Makefile.am): Likewise.
9042         * modules/utimecmp (Makefile.am): Likewise.
9043         * modules/utimens (Makefile.am): Likewise.
9044         * modules/vasnprintf (Makefile.am): Likewise.
9045         * modules/vasprintf (Makefile.am): Likewise.
9046         * modules/vsnprintf (Makefile.am): Likewise.
9047         * modules/xalloc (Makefile.am): Likewise.
9048         * modules/xgetcwd (Makefile.am): Likewise.
9049         * modules/xnanosleep (Makefile.am): Likewise.
9050         * modules/xreadlink (Makefile.am): Likewise.
9051         * modules/xstrtod (Makefile.am): Likewise.
9052         * modules/xstrtol (Makefile.am): Likewise.
9053         * modules/xstrtold (Makefile.am): Likewise.
9054         * modules/yesno (Makefile.am): Likewise.
9055         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9056
9057 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9058
9059         * modules/error (Makefile.am): Distribute files through
9060         EXTRA_DIST, not lib_SOURCES.
9061
9062 2006-10-12  Eric Blake  <ebb9@byu.net>
9063
9064         * modules/error (Makefile.am): Distribute files in /lib.
9065         * modules/obstack (Makefile.am): Likewise.
9066
9067 2006-10-12  Bruno Haible  <bruno@clisp.org>
9068
9069         * modules/acl (Makefile.am): Distribute all files in lib/ through
9070         EXTRA_DIST.
9071         * modules/arcfour (Makefile.am): Likewise.
9072         * modules/arctwo (Makefile.am): Likewise.
9073         * modules/argmatch (Makefile.am): Likewise.
9074         * modules/argz (Makefile.am): Likewise.
9075         * modules/atexit (Makefile.am): Likewise.
9076         * modules/backupfile (Makefile.am): Likewise.
9077         * modules/c-strtod (Makefile.am): Likewise.
9078         * modules/c-strtold (Makefile.am): Likewise.
9079         * modules/calloc (Makefile.am): Likewise.
9080         * modules/canon-host (Makefile.am): Likewise.
9081         * modules/canonicalize (Makefile.am): Likewise.
9082         * modules/chdir-long (Makefile.am): Likewise.
9083         * modules/chdir-safer (Makefile.am): Likewise.
9084         * modules/check-version (Makefile.am): Likewise.
9085         * modules/chown (Makefile.am): Likewise.
9086         * modules/cloexec (Makefile.am): Likewise.
9087         * modules/close-stream (Makefile.am): Likewise.
9088         * modules/closeout (Makefile.am): Likewise.
9089         * modules/crc (Makefile.am): Likewise.
9090         * modules/cycle-check (Makefile.am): Likewise.
9091         * modules/des (Makefile.am): Likewise.
9092         * modules/dirfd (Makefile.am): Likewise.
9093         * modules/dirname (Makefile.am): Likewise.
9094         * modules/dup2 (Makefile.am): Likewise.
9095         * modules/euidaccess (Makefile.am): Likewise.
9096         * modules/exclude (Makefile.am): Likewise.
9097         * modules/exitfail (Makefile.am): Likewise.
9098         * modules/fcntl-safer (Makefile.am): Likewise.
9099         * modules/file-type (Makefile.am): Likewise.
9100         * modules/fileblocks (Makefile.am): Likewise.
9101         * modules/filemode (Makefile.am): Likewise.
9102         * modules/filenamecat (Makefile.am): Likewise.
9103         * modules/fnmatch (Makefile.am): Likewise.
9104         * modules/fopen-safer (Makefile.am): Likewise.
9105         * modules/fpending (Makefile.am): Likewise.
9106         * modules/fprintftime (Makefile.am): Likewise.
9107         * modules/free (Makefile.am): Likewise.
9108         * modules/fsusage (Makefile.am): Likewise.
9109         * modules/ftruncate (Makefile.am): Likewise.
9110         * modules/fts (Makefile.am): Likewise.
9111         * modules/gc (Makefile.am): Likewise.
9112         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9113         * modules/getaddrinfo (Makefile.am): Likewise.
9114         * modules/getcwd (Makefile.am): Likewise.
9115         * modules/getdelim (Makefile.am): Likewise.
9116         * modules/getdomainname (Makefile.am): Likewise.
9117         * modules/getgroups (Makefile.am): Likewise.
9118         * modules/gethostname (Makefile.am): Likewise.
9119         * modules/gethrxtime (Makefile.am): Likewise.
9120         * modules/getline (Makefile.am): Likewise.
9121         * modules/getloadavg (Makefile.am): Likewise.
9122         * modules/getlogin_r (Makefile.am): Likewise.
9123         * modules/getopt (Makefile.am): Likewise.
9124         * modules/getpass (Makefile.am): Likewise.
9125         * modules/getpass-gnu (Makefile.am): Likewise.
9126         * modules/getsubopt (Makefile.am): Likewise.
9127         * modules/gettime (Makefile.am): Likewise.
9128         * modules/gettimeofday (Makefile.am): Likewise.
9129         * modules/getugroups (Makefile.am): Likewise.
9130         * modules/getusershell (Makefile.am): Likewise.
9131         * modules/glob (Makefile.am): Likewise.
9132         * modules/group-member (Makefile.am): Likewise.
9133         * modules/hard-locale (Makefile.am): Likewise.
9134         * modules/hash (Makefile.am): Likewise.
9135         * modules/hmac-md5 (Makefile.am): Likewise.
9136         * modules/hmac-sha1 (Makefile.am): Likewise.
9137         * modules/human (Makefile.am): Likewise.
9138         * modules/idcache (Makefile.am): Likewise.
9139         * modules/imaxabs (Makefile.am): Likewise.
9140         * modules/imaxdiv (Makefile.am): Likewise.
9141         * modules/inet_ntop (Makefile.am): Likewise.
9142         * modules/inet_pton (Makefile.am): Likewise.
9143         * modules/inttostr (Makefile.am): Likewise.
9144         * modules/isapipe (Makefile.am): Likewise.
9145         * modules/lchown (Makefile.am): Likewise.
9146         * modules/long-options (Makefile.am): Likewise.
9147         * modules/lstat (Makefile.am): Likewise.
9148         * modules/malloc (Makefile.am): Likewise.
9149         * modules/mathl (Makefile.am): Likewise.
9150         * modules/mbchar (Makefile.am): Likewise.
9151         * modules/md2 (Makefile.am): Likewise.
9152         * modules/md4 (Makefile.am): Likewise.
9153         * modules/md5 (Makefile.am): Likewise.
9154         * modules/memcasecmp (Makefile.am): Likewise.
9155         * modules/memchr (Makefile.am): Likewise.
9156         * modules/memcmp (Makefile.am): Likewise.
9157         * modules/memcoll (Makefile.am): Likewise.
9158         * modules/memcpy (Makefile.am): Likewise.
9159         * modules/memmem (Makefile.am): Likewise.
9160         * modules/memmove (Makefile.am): Likewise.
9161         * modules/mempcpy (Makefile.am): Likewise.
9162         * modules/memrchr (Makefile.am): Likewise.
9163         * modules/memset (Makefile.am): Likewise.
9164         * modules/memxor (Makefile.am): Likewise.
9165         * modules/mkancesdirs (Makefile.am): Likewise.
9166         * modules/mkdir (Makefile.am): Likewise.
9167         * modules/mkdir-p (Makefile.am): Likewise.
9168         * modules/mkdtemp (Makefile.am): Likewise.
9169         * modules/mkstemp (Makefile.am): Likewise.
9170         * modules/mktime (Makefile.am): Likewise.
9171         * modules/modechange (Makefile.am): Likewise.
9172         * modules/mountlist (Makefile.am): Likewise.
9173         * modules/nanosleep (Makefile.am): Likewise.
9174         * modules/openat (Makefile.am): Likewise.
9175         * modules/pagealign_alloc (Makefile.am): Likewise.
9176         * modules/physmem (Makefile.am): Likewise.
9177         * modules/poll (Makefile.am): Likewise.
9178         * modules/posixtm (Makefile.am): Likewise.
9179         * modules/posixver (Makefile.am): Likewise.
9180         * modules/putenv (Makefile.am): Likewise.
9181         * modules/quote (Makefile.am): Likewise.
9182         * modules/quotearg (Makefile.am): Likewise.
9183         * modules/raise (Makefile.am): Likewise.
9184         * modules/read-file (Makefile.am): Likewise.
9185         * modules/readline (Makefile.am): Likewise.
9186         * modules/readlink (Makefile.am): Likewise.
9187         * modules/readtokens (Makefile.am): Likewise.
9188         * modules/readutmp (Makefile.am): Likewise.
9189         * modules/realloc (Makefile.am): Likewise.
9190         * modules/regex (Makefile.am): Likewise.
9191         * modules/rename (Makefile.am): Likewise.
9192         * modules/rename-dest-slash (Makefile.am): Likewise.
9193         * modules/rijndael (Makefile.am): Likewise.
9194         * modules/rmdir (Makefile.am): Likewise.
9195         * modules/rpmatch (Makefile.am): Likewise.
9196         * modules/safe-read (Makefile.am): Likewise.
9197         * modules/safe-write (Makefile.am): Likewise.
9198         * modules/same (Makefile.am): Likewise.
9199         * modules/save-cwd (Makefile.am): Likewise.
9200         * modules/savedir (Makefile.am): Likewise.
9201         * modules/setenv (Makefile.am): Likewise.
9202         * modules/settime (Makefile.am): Likewise.
9203         * modules/sha1 (Makefile.am): Likewise.
9204         * modules/sig2str (Makefile.am): Likewise.
9205         * modules/snprintf (Makefile.am): Likewise.
9206         * modules/stdlib-safer (Makefile.am): Likewise.
9207         * modules/stpcpy (Makefile.am): Likewise.
9208         * modules/stpncpy (Makefile.am): Likewise.
9209         * modules/strcase (Makefile.am): Likewise.
9210         * modules/strcasestr (Makefile.am): Likewise.
9211         * modules/strchrnul (Makefile.am): Likewise.
9212         * modules/strcspn (Makefile.am): Likewise.
9213         * modules/strdup (Makefile.am): Likewise.
9214         * modules/strerror (Makefile.am): Likewise.
9215         * modules/strftime (Makefile.am): Likewise.
9216         * modules/strndup (Makefile.am): Likewise.
9217         * modules/strnlen (Makefile.am): Likewise.
9218         * modules/strpbrk (Makefile.am): Likewise.
9219         * modules/strsep (Makefile.am): Likewise.
9220         * modules/strstr (Makefile.am): Likewise.
9221         * modules/strtod (Makefile.am): Likewise.
9222         * modules/strtoimax (Makefile.am): Likewise.
9223         * modules/strtok_r (Makefile.am): Likewise.
9224         * modules/strtol (Makefile.am): Likewise.
9225         * modules/strtoll (Makefile.am): Likewise.
9226         * modules/strtoul (Makefile.am): Likewise.
9227         * modules/strtoull (Makefile.am): Likewise.
9228         * modules/strtoumax (Makefile.am): Likewise.
9229         * modules/strverscmp (Makefile.am): Likewise.
9230         * modules/time_r (Makefile.am): Likewise.
9231         * modules/timegm (Makefile.am): Likewise.
9232         * modules/tmpfile-safer (Makefile.am): Likewise.
9233         * modules/unistd-safer (Makefile.am): Likewise.
9234         * modules/unlinkdir (Makefile.am): Likewise.
9235         * modules/userspec (Makefile.am): Likewise.
9236         * modules/utime (Makefile.am): Likewise.
9237         * modules/utimecmp (Makefile.am): Likewise.
9238         * modules/utimens (Makefile.am): Likewise.
9239         * modules/vasnprintf (Makefile.am): Likewise.
9240         * modules/vasprintf (Makefile.am): Likewise.
9241         * modules/vsnprintf (Makefile.am): Likewise.
9242         * modules/xalloc (Makefile.am): Likewise.
9243         * modules/xgetcwd (Makefile.am): Likewise.
9244         * modules/xnanosleep (Makefile.am): Likewise.
9245         * modules/xreadlink (Makefile.am): Likewise.
9246         * modules/xstrtod (Makefile.am): Likewise.
9247         * modules/xstrtol (Makefile.am): Likewise.
9248         * modules/xstrtold (Makefile.am): Likewise.
9249         * modules/yesno (Makefile.am): Likewise.
9250
9251 2006-10-12  Jim Meyering  <jim@meyering.net>
9252
9253         * m4/getloadavg.m4: Revert the change below.
9254
9255         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9256         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9257         fail with a symlink, which is what coreutils' ./bootstrap now
9258         creates by default.
9259
9260 2006-10-12  Bruno Haible  <bruno@clisp.org>
9261
9262         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9263         mingw.
9264         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9265         MSVC and mingw explicitly.
9266
9267 2006-10-11  Simon Josefsson  <jas@extundo.com>
9268             Bruno Haible  <bruno@clisp.org>
9269
9270         Add support for multiple gnulib-tool invocations in the scope of a
9271         single configure.ac file.
9272         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9273         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9274         with the same contents as the _LIBADD variable.
9275         (func_emit_initmacro_start, func_emit_initmacro_end,
9276         func_emit_initmacro_done): New functions.
9277         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9278         gl_LIBOBJS and gl_LTLIBOBJS.
9279
9280 2006-10-11  Bruno Haible  <bruno@clisp.org>
9281
9282         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9283         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9284         autoreconf. Instead, invoke autopoint explicitly but move back the
9285         *.m4 files from gnulib.
9286
9287 2006-10-11  Bruno Haible  <bruno@clisp.org>
9288
9289         * gnulib-tool (func_usage): Make module names after --create-testdir
9290         optional.
9291         (func_create_testdir): If no module was specified, use nearly all
9292         modules.
9293
9294 2006-10-12  Jim Meyering  <jim@meyering.net>
9295
9296         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9297         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9298         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9299         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9300         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9301         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9302         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9303         (fts_set_stat_required): New function.
9304         (fts_open): Defer the calls to fts_stat, if possible or requested.
9305         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9306         into fts_stat itself.
9307         (fts_read): Perform any required (deferred) fts_stat call.
9308         (fts_build): Likewise, for the directory we're about to open and read.
9309         In the readdir loop, carefully decide whether each entry will require
9310         an eventual call to fts_stat, using dirent.d_type info if available.
9311         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9312         a command line argument into this function.  Update all callers.
9313         Map a return value of FTS_DOT to FTS_D for a command line argument.
9314         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9315         Thanks to Miklos Szeredi for his tenacity and for the initial
9316         bug report about "find" failing on a FUSE-based file system.
9317
9318         * lib/fts.c (fts_open): Use consistent indentation.
9319
9320 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9321
9322         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9323         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9324         reported by Jim Meyering.  All uses of cache variables renamed
9325         to match Autoconf's.
9326         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9327         the other one.
9328
9329         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9330         Fix misspelling in diagnostic.
9331
9332 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9333
9334         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9335         defined.  Problem reported by Matthew Woehlke.
9336
9337         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9338         Add support for Tandem NonStop R series.
9339         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9340         Use new macro.
9341
9342         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9343         (has_trailing_slash): Omit size arg; all callers changed.
9344         Omit 'inline', since it doesn't help performance and we'd
9345         need to configure it.
9346         Don't count //, ///, etc. as having a trailing slash.
9347         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9348         (rpl_rename_dest_slash): On failure, use rename's errno rather
9349         than (in some cases) an incorrect or junk errno.
9350         Simplify code by removing need to compute length; this does
9351         cause it to make two passes instead of one over the file name,
9352         but it's worth it.
9353
9354         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9355         change, since Autoconf's version may no longer be appropriate now
9356         that we are using CVS Autoconf's version.  Add support for Tandem.
9357
9358 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9359             Bruno Haible  <bruno@clisp.org>
9360
9361         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9362         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9363         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9364         gl_AC_TYPE_LONG_LONG.
9365
9366         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9367         instead of HAVE_LONG_LONG.
9368         * lib/printf-args.c (printf_fetchargs): Likewise.
9369         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9370         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9371         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9372         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9373         gl_AC_TYPE_LONG_LONG.
9374
9375 2006-10-11  Bruno Haible  <bruno@clisp.org>
9376
9377         * m4/longlong.m4: Add comments.
9378         * m4/ulonglong.m4: Likewise.
9379
9380 2006-10-10  Bruno Haible  <bruno@clisp.org>
9381
9382         Make it possible to #define stpcpy, strdup to aliases.
9383         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9384         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9385
9386 2006-10-10  Bruno Haible  <bruno@clisp.org>
9387
9388         Make it possible to #define gcd to an alias.
9389         * lib/gcd.c: Include config.h.
9390
9391 2006-10-10  Bruno Haible  <bruno@clisp.org>
9392
9393         Make it possible to #define c_isascii to an alias.
9394         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9395         defined. Undefine the macros before defining them, to avoid gcc
9396         warnings.
9397         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9398         define NO_C_CTYPE_MACROS early.
9399
9400 2006-10-10  Bruno Haible  <bruno@clisp.org>
9401
9402         Make it possible to #define set_program_name to an alias.
9403         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9404         ENABLE_RELOCATABLE early.
9405
9406 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9407
9408         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9409         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9410         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9411         More generally, don't assume that 64-bit signed int is available
9412         if unsigned int is, and vice versa.
9413         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9414         unsigned symbols, not on their signed counterparts.
9415         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9416         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9417         (UINT64_C, UINTMAX_C):
9418         Likewise.
9419         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9420         unsigned counterparts.
9421         (Have_long_long, Unsigned): New macros.
9422         (Int): Renamed from INT.
9423         (strtoimax): Use the new macros.
9424         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9425         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9426         * modules/inttypes (inttypes.h): Substitute
9427         HAVE_UNSIGNED_LONG_LONG_INT.
9428         * modules/stdint (stdint.h): Likewise.
9429         (Files): Add m4/ulonglong.m4.
9430
9431 2006-10-10  Bruno Haible  <bruno@clisp.org>
9432
9433         Fix a gcc -Wshadow warning.
9434         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9435         to 'bucket'.
9436         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9437         gl_linked_indexof_from_to): Likewise.
9438         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9439         Likewise.
9440         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9441         Likewise.
9442         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9443         Reported by Eric Blake.
9444
9445 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9446
9447         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9448         for NetBSD.  Problem reported by Bruno Haible.
9449
9450 2006-10-09  Jim Meyering  <jim@meyering.net>
9451
9452         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9453         Patch from Bruno Haible.
9454
9455 2006-10-09  Jim Meyering  <jim@meyering.net>
9456
9457         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9458         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9459         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9460
9461 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9462
9463         Don't include <config.h> twice; this doesn't work in some cases,
9464         e.g., when config.h has "#define intmax_t long long int" and
9465         we include <config.h>, <inttypes.h>, <config.h> in that order.
9466         Problem reported by Matthew Woehlke in:
9467         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9468         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9469         * lib/fts-cycle.c: Don't include config.h.
9470         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9471         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9472         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9473         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9474         inttypes.h.
9475         * lib/xstrtoumax.c: Likewise.
9476         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9477         __strtol and the like, so that this module is more like its siblings.
9478         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9479         Remove; no longer needed now that we assume gnulib inttypes.h.
9480
9481 2006-10-08  Bruno Haible  <bruno@clisp.org>
9482
9483         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9484         option.
9485
9486 2006-10-07  Jim Meyering  <jim@meyering.net>
9487
9488         * modules/inttypes (inttypes.h): Revert what seems to have been
9489         an inadvertent part of today's change: use "|", not "/" in the
9490         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9491
9492 2006-10-07  Bruno Haible  <bruno@clisp.org>
9493
9494         * modules/sublist: New file.
9495
9496 2006-10-07  Bruno Haible  <bruno@clisp.org>
9497
9498         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9499         * modules/argz (argz.h): Likewise.
9500         * modules/arpa_inet (arpa/inet.h): Likewise.
9501         * modules/byteswap (byteswap.h): Likewise.
9502         * modules/configmake (configmake.h): Likewise.
9503         * modules/fcntl (fcntl.h): Likewise.
9504         * modules/fnmatch (fnmatch.h): Likewise.
9505         * modules/getopt (getopt.h): Likewise.
9506         * modules/glob (glob.h): Likewise.
9507         * modules/inttypes (inttypes.h): Likewise.
9508         * modules/netinet_in (netinet/in.h): Likewise.
9509         * modules/poll (poll.h): Likewise.
9510         * modules/stdbool (stdbool.h): Likewise.
9511         * modules/stdint (stdint.h): Likewise.
9512         * modules/sys_select (sys/select.h): Likewise.
9513         * modules/sys_socket (sys/socket.h): Likewise.
9514         * modules/sys_stat (sys/stat.h): Likewise.
9515         * modules/sysexits (sysexits.h): Likewise.
9516         * modules/unistd (unistd.h): Likewise.
9517         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9518         Add a "DO NOT EDIT" comment to the generated file.
9519         (func_import): Likewise for gnulib-comp.m4.
9520
9521 2006-10-07  Bruno Haible  <bruno@clisp.org>
9522
9523         * lib/gl_sublist.h: New file.
9524         * lib/gl_sublist.c: New file.
9525
9526 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9527
9528         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9529         name (relative to the original working directory) and the file
9530         name component (relative to the temporary working directory).  All
9531         callers changed.
9532         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9533         * lib/mkdir-p.c (make_dir_parents): Likewise.
9534         * lib/mkdir-p.h (make_dir_parents): Likewise.
9535
9536 2006-10-06  Eric Blake  <ebb9@byu.net>
9537
9538         Define several macros for use by the clean-temp module.
9539         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9540         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9541         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9542
9543         * lib/clean-temp.h (close_stream_temp): New declaration.
9544         * lib/clean-temp.c (includes): Pull in headers according to what
9545         other modules are in use.
9546         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9547
9548 2006-10-06  Bruno Haible  <bruno@clisp.org>
9549
9550         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9551         instead of fopen, fwriteerror.
9552
9553 2006-10-06  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9556         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9557         int.
9558         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9559         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9560         Return an error indicator.
9561         Suggested by Eric Blake.
9562
9563 2006-10-06  Bruno Haible  <bruno@clisp.org>
9564
9565         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9566         Reported by Eric Blake.
9567
9568 2006-10-06  Bruno Haible  <bruno@clisp.org>
9569
9570         * modules/closeout (Description): Mention stderr too.
9571
9572 2006-10-06  Bruno Haible  <bruno@clisp.org>
9573         and Paul Eggert  <eggert@cs.ucla.edu>
9574
9575         * lib/closeout.c (close_stdout): Also close stderr.
9576         * lib/closeout.h: Update comment.
9577
9578 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9579
9580         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9581         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9582         * lib/dirchownmod.c: Include lchown.h.
9583         * lib/lchown.c: Don't include files that lchown.h now includes.
9584         Don't declare chown, since lchown.h now does that.
9585         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9586         (lchown): Define to rpl_chown if lchown is declared but
9587         does not exist.  Declare using a prototype if lchown is not
9588         declared.  Add a copyright notice.
9589         * lib/mkstemp.h: Include <unistd.h>.
9590         * lib/openat.c: Include lchown.h.
9591
9592         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9593         we now test for that separately.
9594         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9595         rather than O_NOFOLLOW, when testing whether it's possible to
9596         avoid a race condition reliably.
9597         * lib/savewd.c (savewd_chdir): Likewise.
9598
9599         Remove macros that are no longer needed now that stdint.h is
9600         reliable.
9601         * lib/fsusage.c (UINTMAX_MAX): Remove.
9602         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9603         * lib/utimecmp.c (SIZE_MAX): Remove.
9604
9605         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9606
9607         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9608         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9609         O_NOATIME works.
9610
9611 2006-10-05  Bruno Haible  <bruno@clisp.org>
9612
9613         * lib/gl_list.h (gl_sortedlist_search_from_to,
9614         gl_sortedlist_indexof_from_to): New declarations.
9615         (gl_list_implementation): New fields sortedlist_search_from_to,
9616         sortedlist_indexof_from_to.
9617         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9618         inline functions.
9619         * lib/gl_list.c (gl_sortedlist_search_from_to,
9620         gl_sortedlist_indexof_from_to): New functions.
9621         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9622         function.
9623         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9624         (gl_array_sortedlist_search_from_to): New function.
9625         (gl_array_list_implementation): Update.
9626         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9627         function.
9628         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9629         (gl_carray_sortedlist_search_from_to): New function.
9630         (gl_carray_list_implementation): Update.
9631         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9632         gl_linked_sortedlist_indexof_from_to): New functions.
9633         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9634         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9635         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9636         gl_tree_sortedlist_indexof_from_to): New functions.
9637         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9638         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9639         Update.
9640         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9641         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9642         Update.
9643
9644 2006-10-05  Bruno Haible  <bruno@clisp.org>
9645
9646         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9647         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9648         (struct gl_list_implementation): Add fields search_from_to,
9649         indexof_from_to. Remove fields search, indexof.
9650         (gl_list_search): Use the search_from_to method.
9651         (gl_list_search_from, gl_list_search_from_to): New functions.
9652         (gl_list_indexof): Use the indexof_from_to method.
9653         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9654         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9655         (gl_list_search_from, gl_list_search_from_to): New functions.
9656         (gl_list_indexof): Use the indexof_from_to method.
9657         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9658         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9659         gl_array_indexof. Add start_index, end_index arguments.
9660         (gl_array_search_from_to): Renamed from gl_array_search. Add
9661         start_index, end_index arguments.
9662         (gl_array_remove, gl_array_list_implementation): Update.
9663         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9664         gl_carray_indexof. Add start_index, end_index arguments.
9665         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9666         start_index, end_index arguments.
9667         (gl_carray_remove, gl_carray_list_implementation): Update.
9668         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9669         gl_linked_search. Add start_index, end_index arguments.
9670         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9671         start_index, end_index arguments.
9672         (gl_linked_remove): Update.
9673         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9674         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9675         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9676         field to 'size_t'.
9677         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9678         gl_tree_search. Add start_index, end_index arguments.
9679         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9680         start_index, end_index arguments.
9681         (gl_tree_remove): Update.
9682         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9683         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9684         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9685         function.
9686         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9687         gl_tree_search. Add start_index, end_index arguments.
9688         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9689         start_index, end_index arguments.
9690         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9691         Update.
9692         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9693
9694 2006-10-05  Bruno Haible  <bruno@clisp.org>
9695
9696         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9697
9698         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9699         fwriteerror_temp): New declarations.
9700         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9701         (descriptors): New variable.
9702         (cleanup): First, close the descriptors.
9703         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9704         fclose_temp, fwriteerror_temp): New functions.
9705
9706 2006-10-04  Jim Meyering  <jim@meyering.net>
9707
9708         * lib/fts.c (fts_open): Tiny comment change.
9709
9710 2006-10-04  Bruno Haible  <bruno@clisp.org>
9711
9712         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9713         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9714         gl_LOCK_BODY.
9715         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9716         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9717         gl_LOCK_EARLY_BODY.
9718         (gl_LOCK): Require gl_LOCK_BODY.
9719
9720 2006-10-04  Bruno Haible  <bruno@clisp.org>
9721
9722         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9723         (gl_oset_search_atleast): New declaration.
9724         (struct gl_oset_implementation): Add field 'search_atleast'.
9725         (gl_oset_search_atleast): New inline function.
9726         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9727         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9728         (gl_array_oset_implementation): Update.
9729         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9730         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9731         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9732
9733 2006-10-04  Bruno Haible  <bruno@clisp.org>
9734
9735         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9736
9737 2006-10-03  Bruno Haible  <bruno@clisp.org>
9738
9739         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9740         from gl_avltreehash_list_implementation.
9741
9742 2006-10-03  Bruno Haible  <bruno@clisp.org>
9743
9744         * lib/gl_oset.c (gl_oset_add): Fix return type.
9745
9746 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9747
9748         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9749
9750 2006-10-02  Eric Blake  <ebb9@byu.net>
9751
9752         * modules/strnlen (Depends-on): Add extensions.
9753
9754 2006-10-02  Eric Blake  <ebb9@byu.net>
9755
9756         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9757         definition in 2.60+.
9758
9759 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9760
9761         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9762         checks.
9763
9764 2006-10-02  Bruno Haible  <bruno@clisp.org>
9765
9766         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9767         to the AUTOMAKE_OPTIONS.
9768         Reported by Jim Meyering.
9769
9770 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9771
9772         Work around bug in Solaris 10 /proc file system:
9773         /proc/self/fd/NNN/.. isn't the parent directory of
9774         the directory whose file descriptor is NNN.  This needs to
9775         be worked around at run time, not compile time, since a
9776         program might be built on Solaris 8, where things work, and
9777         run on Solaris 10.
9778         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9779         to use the following interface instead:
9780         (OPENAT_BUFFER_SIZE): New macro.
9781         (openat_proc_name): New function.
9782         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9783         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9784         Likewise.
9785         * lib/openat-proc.c: New file.
9786         * modules/openat (Files): Add lib/openat-proc.c.
9787         (Depends-on): Add same-inode, stdbool.
9788         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9789
9790 2006-09-29  Bruno Haible  <bruno@clisp.org>
9791
9792         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9793         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9794         argument. Set stdout_closed before testing for ferror, not after.
9795         (fwriteerror, fwriteerror_no_ebadf): New functions.
9796
9797 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9798
9799         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9800
9801 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9802
9803         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9804         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9805
9806 2006-09-28  Jim Meyering  <jim@meyering.net>
9807
9808         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9809         Include <unistd.h>.
9810
9811 2006-09-28  Bruno Haible  <bruno@clisp.org>
9812
9813         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9814         * modules/linkedhash-list (Depends-on): Likewise.
9815         * modules/rbtreehash-list (Depends-on): Likewise.
9816
9817 2006-09-28  Bruno Haible  <bruno@clisp.org>
9818
9819         * lib/strndup.h: Simplify the redefinition of strndup.
9820         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9821         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9822
9823 2006-09-28  Bruno Haible  <bruno@clisp.org>
9824
9825         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9826         * lib/gl_linkedhash_list.c: Likewise.
9827         * lib/gl_rbtreehash_list.c: Likewise.
9828
9829 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9830
9831         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9832         getaddrinfo.
9833
9834         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9835         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9836         it causes <stdio_ext.h> to cause a compile-time error.
9837         Problem reported by Nelson H. F. Beebe.
9838         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9839         of HAVE_DECL___PENDING.
9840
9841         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9842         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9843         declaration.
9844
9845 2006-09-27  Jim Meyering  <jim@meyering.net>
9846
9847         This file could end up with a definition for a function
9848         named __strndup, rather than rpl_strndup on a system with
9849         incomplete weak_alias support.
9850         * lib/strndup.c (strndup): Rename from __strndup.
9851         Remove #defines that used to map __strndup to strndup.
9852         Don't use K&R prototypes.
9853         Remove LIBC-related code, since this file is not sync'd with glibc.
9854         * lib/strndup.h: Revamp, accordingly.
9855         * m4/strndup.m4: Modernize.
9856
9857 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9858
9859         * modules/savewd (Depends-on): Add 'raise'.
9860         * lib/savewd.c: Include <signal.h>, for 'raise'.
9861
9862 2006-09-26  Jim Meyering  <jim@meyering.net>
9863
9864         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9865         when we detect Darwin 8.7.0's acl_get_file bug.
9866         Rearrange to perform the new (below) run-test while $LIBS
9867         contains any acl-related library.  Set USE_ACL at the end.
9868         (gl_ACL_GET_FILE): New function.
9869
9870 2006-09-26  Eric Blake  <ebb9@byu.net>
9871
9872         * lib/verror.c: Include <config.h> unconditionally.
9873
9874 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9875
9876         * modules/clock-time (Maintainer): Add self.
9877         * modules/getlogin_r (Depends-on): Add extensions.
9878
9879 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9880
9881         * modules/clock-time: New module.
9882         * modules/nanosleep (Depends-on): Add clock-time.
9883         * modules/gethrxtime (Depends-on): Likewise.
9884         * modules/gettime (Depends-on): Likewise.
9885         * modules/settime (Depends-on): Likewise.
9886
9887         * modules/fts-lgpl: Depend on openat.
9888         * modules/mkancesdirs: Depend on savewd.
9889         * modules/mkdir-p: Likewise.
9890
9891 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9892
9893         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9894
9895         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9896         `gl_have_arbitrary_file_name_length_limit' to
9897         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9898         actually works between configure runs.
9899
9900 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9901             Bruno Haible  <bruno@clisp.org>
9902
9903         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9904
9905 2006-09-25  Jim Meyering  <jim@meyering.net>
9906
9907         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9908         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9909
9910 2006-09-25  Eric Blake  <ebb9@byu.net>
9911
9912         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9913         exec's in 2006-09-18 patch when shuffling fds.
9914
9915 2006-09-25  Bruno Haible  <bruno@clisp.org>
9916
9917         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9918         Reported by Jim Meyering.
9919
9920 2006-09-24  Jim Meyering  <jim@meyering.net>
9921
9922         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9923         compare a pointer against a literal "0".  That caused failures with
9924         at least HP-UX's hpcc.
9925
9926 2006-09-22  Simon Josefsson  <jas@extundo.com>
9927
9928         * modules/gc-sha1:
9929         * modules/gc-md4:
9930         * modules/gc-hmac-sha1:
9931         * modules/gc-hmac-md5:
9932         * modules/gc-des:
9933         * modules/gc-arcfour: Distribute more files.
9934
9935 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9936
9937         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9938         (gl_linked_iterator_from_to): Initialize struct completely.
9939         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9940         (gl_tree_iterator_from_to): Likewise
9941         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9942         * lib/gl_array_list.c [lint] (gl_array_iterator)
9943         (gl_array_iterator_from_to): Likewise.
9944         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9945         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9946         (gl_carray_iterator_from_to): Likewise.
9947
9948         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9949         * lib/md4.c (md4_process_block): Remove unused variable.
9950         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9951         parentheses for clarity.
9952
9953 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9954
9955         * modules/bison-i18n (Depends-on): Add gettext.
9956
9957 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9958
9959         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9960         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9961         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9962         also add missing comma that caused broken test.
9963         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9964         stdlib.h, for `abort'.
9965         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9966         variables.
9967         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
9968         include unistd.h if present, for `rmdir'.
9969         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
9970         variables.
9971         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
9972         in the process include standard headers for prototypes.
9973         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
9974         gets declared on GNU/Linux.
9975         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
9976         unistd.h, for `rmdir'.
9977         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
9978
9979         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
9980         always true.
9981         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
9982
9983         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
9984
9985 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9986
9987         * gnulib-tool (func_version): Create output all at once.  This
9988         may help avoid triggering unnecessary SIGPIPEs, and at any
9989         rate it doesn't hurt.
9990
9991 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9992             Bruno Haible  <bruno@clisp.org>
9993
9994         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
9995         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9996         * m4/signed.m4 (bh_C_SIGNED): Likewise.
9997
9998         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
9999         (gl_FUNC_VASPRINTF): Invoke it.
10000
10001 2006-09-22  Bruno Haible  <bruno@clisp.org>
10002
10003         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10004         getloadavg.c as first argument.
10005
10006 2006-09-22  Bruno Haible  <bruno@clisp.org>
10007
10008         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10009         at the beginning of the gl_INIT macro.
10010         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10011         gl_GETLOADAVG.
10012
10013 2006-09-22  Bruno Haible  <bruno@clisp.org>
10014
10015         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10016         module.
10017         Suggested by Ralf Wildenhues.
10018
10019 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10020
10021         Import this patch from libc:
10022
10023         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10024
10025         * lib/regex_internal.c (re_string_reconstruct): Handle
10026         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10027         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10028         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10029         re_string_context_at.
10030
10031         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10032         now requires it.
10033         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10034         gl_REGEX now does it for us.
10035         (gl_REGEX): Add test taken from
10036         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10037
10038         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10039         Check that large offsets work.  Modernize Autoconf usages.
10040         Prefer "yes" to mean a good thing rather than a bad.
10041         Don't put "#define mkstemp" in config.h, as this might interfere
10042         with standard system headers that "#define mkstemp mkstemp64".
10043
10044         * modules/mkstemp (Depends-on): Add extensions, so that
10045         mkstemp is visible on some platforms.
10046         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10047         (Include): Change to "mkstemp.h" from <stdlib.h>.
10048         (Files): Add mkstemp.h.
10049
10050         * lib/mkstemp.h: New file, since some standard headers
10051         #define mkstemp.
10052         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10053         Include "mkstemp.h".
10054         Make the _LIBC code resemble glibc original more,
10055         e.g., use K&R style.
10056         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10057         (mkstemp): Remove, since mkstemp.h does this for us.
10058         * lib/stdlib--.h: Include mkstemp.h.
10059
10060         Import this patch from libc:
10061
10062         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10063
10064         * lib/tempname.c (__gen_tempname): Change attempts_min
10065         into a macro.  Use preprocessor to decide how to initialize
10066         attempts [Coverity CID 67].
10067
10068 2006-09-20  Bruno Haible  <bruno@clisp.org>
10069
10070         * lib/mkdtemp.c: Import from libc.
10071         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10072                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10073                 attempts_min into a macro.  Use preprocessor to decide how to
10074                 initialize attempts [Coverity CID 67].
10075         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10076                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10077                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10078
10079 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10080
10081         * gnulib-tool (func_exit): New function, to allow to pass the
10082         exit status portably through the trap.  Use everywhere.
10083         (--help, --version): Signal a write error.
10084         (trap): catch SIGPIPE, for write errors.
10085         Exit at the end of the trap, with the correct exit status.
10086
10087 2006-09-19  Karl Berry  <karl@gnu.org>
10088
10089         * doc/gnulib.texi: note about the license texinfo files.
10090
10091 2006-09-19  Eric Blake  <ebb9@byu.net>
10092
10093         * gnulib-tool: Avoid space-tab.
10094
10095 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10096
10097         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10098         that prevented coreutils 6.1 from building.  Problem reported
10099         by Petter Reinholdtsen.
10100
10101 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10102
10103         * gnulib-tool (avoidlist): Fix typo that broke options like
10104         --avoid=lock that are used by coreutils bootstrap.
10105
10106 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10107
10108         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10109         more systematically.
10110
10111 2006-09-18  Jim Meyering  <jim@meyering.net>
10112
10113         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10114
10115 2006-09-18  Bruno Haible  <bruno@clisp.org>
10116
10117         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10118
10119 2006-09-18  Bruno Haible  <bruno@clisp.org>
10120
10121         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10122         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10123         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10124         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10125         * m4/gettext.m4: Require autoconf >= 2.52.
10126         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10127         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10128         of gl_cv_header_inttypes_h.
10129
10130 2006-09-18  Bruno Haible  <bruno@clisp.org>
10131
10132         * lib/javaversion.c: Include configmake.h.
10133
10134 2006-09-18  Bruno Haible  <bruno@clisp.org>
10135
10136         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10137         avoid that the while loops be executed in a subshell.
10138
10139 2006-09-18  Bruno Haible  <bruno@clisp.org>
10140
10141         * MODULES.html.sh (func_module): Break long lines.
10142         Suggested by Bruce Korb <bkorb@gnu.org>.
10143
10144 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10145
10146         Speed up by a factor of 1.12.
10147         * gnulib-tool (nl): New variable.
10148         (func_import): Rewrite include directive extraction to only read each
10149         directive once.
10150
10151 2006-09-17  Bruno Haible  <bruno@clisp.org>
10152
10153         * modules/javaversion (Makefile.am): Remove DEFS setting.
10154         (Depends-on): Add configmake, for PKGDATADIR definition.
10155
10156 2006-09-17  Bruno Haible  <bruno@clisp.org>
10157
10158         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10159
10160 2006-09-17  Bruno Haible  <bruno@clisp.org>
10161
10162         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10163         (func_modules_transitive_closure, func_modules_add_dummy,
10164         func_modules_to_filelist, func_import, func_create_testdir,
10165         func_create_megatestdir, ...): Use it wherever possible.
10166         Suggested by Ralf Wildenhues.
10167
10168 2006-09-16  Karl Berry  <karl@gnu.org>
10169
10170         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10171         to avoid sectioning errors.
10172         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10173         [ifinfo]: blank line after @center-ed titles.
10174         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10175         Spell FSF address consistently with others.
10176         (These changes approved by rms.)
10177
10178 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10179
10180         Speed up by a factor of 1.61.
10181         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10182         already checked module names again.
10183
10184 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10185
10186         Speed up by a factor of 1.13.
10187         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10188         for new_files, and the input to func_add_or_update.
10189
10190 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10191
10192         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10193         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10194
10195 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10196
10197         * modules/mkancesdirs (Depends-on): Add fcntl.
10198         * modules/savewd: New file.
10199         * MODULES.html.sh (File system functions): Add savewd.
10200
10201         * modules/configmake (Makefile.am): Add support for the
10202         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10203
10204 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10205
10206         * m4/savewd.m4: New file.
10207
10208 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10209
10210         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10211         (dirchownmod): New arg FD.  All callers changed.
10212         Use FD rather than opening the directory ourself, as opening is
10213         now the caller's responsibility.
10214         * lib/dirchownmod.h: Likewise.
10215         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10216         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10217         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10218         (test_dir): Remove.
10219         (mkancesdirs): Return length of prefix of FILE that has already
10220         been made, or -2 if there is a child doing the work.  Redo
10221         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10222         ".", and treat ".." specially since it might stray back into
10223         already-created areas.  Use a subprocess if necessary.  New arg
10224         WD; all users changed.  MAKE_DIR function should now return 1
10225         if it creates a directory that is not readable.  Return -2 if
10226         a child process is spun off.
10227         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10228         Adjust signature to match code.
10229         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10230         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10231         all users changed.
10232         * lib/savewd.c, lib/savewd.h: New files.
10233
10234 2006-09-15  Jim Meyering  <jim@meyering.net>
10235
10236         * modules/rename-dest-slash: New module.
10237         * MODULES.html.sh (posix_compat): Add it here.
10238
10239         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10240
10241 2006-09-15  Jim Meyering  <jim@meyering.net>
10242
10243         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10244         file.
10245
10246         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10247
10248 2006-09-15  Jim Meyering  <jim@meyering.net>
10249
10250         * lib/rename-dest-slash.c (has_trailing_slash): Use
10251         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10252         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10253         test before testing whether SRC is a directory.
10254         Suggestions from Bruno Haible.
10255
10256         Avoid a warning about an unused variable.
10257         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10258         into the #ifdef block where it's used.
10259
10260         * lib/rename-dest-slash.c: New file.
10261
10262 2006-09-14  Bruno Haible  <bruno@clisp.org>
10263
10264         * lib/allocsa.c: Include <config.h> unconditionally.
10265         * lib/asnprintf.c: Likewise.
10266         * lib/asprintf.c: Likewise.
10267         * lib/c-strcasecmp.c: Likewise.
10268         * lib/c-strcasestr.c: Likewise.
10269         * lib/c-strncasecmp.c: Likewise.
10270         * lib/c-strstr.c: Likewise.
10271         * lib/classpath.c: Likewise.
10272         * lib/clean-temp.c: Likewise.
10273         * lib/concatpath.c: Likewise.
10274         * lib/copy-file.c: Likewise.
10275         * lib/csharpcomp.c: Likewise.
10276         * lib/csharpexec.c: Likewise.
10277         * lib/execute.c: Likewise.
10278         * lib/fatal-signal.c: Likewise.
10279         * lib/findprog.c: Likewise.
10280         * lib/fwriteerror.c: Likewise.
10281         * lib/gl_array_list.c: Likewise.
10282         * lib/gl_array_oset.c: Likewise.
10283         * lib/gl_avltree_list.c: Likewise.
10284         * lib/gl_avltree_oset.c: Likewise.
10285         * lib/gl_avltreehash_list.c: Likewise.
10286         * lib/gl_carray_list.c: Likewise.
10287         * lib/gl_linked_list.c: Likewise.
10288         * lib/gl_linkedhash_list.c: Likewise.
10289         * lib/gl_list.c: Likewise.
10290         * lib/gl_oset.c: Likewise.
10291         * lib/gl_rbtree_list.c: Likewise.
10292         * lib/gl_rbtree_oset.c: Likewise.
10293         * lib/gl_rbtreehash_list.c: Likewise.
10294         * lib/imaxabs.c: Likewise.
10295         * lib/imaxdiv.c: Likewise.
10296         * lib/javacomp.c: Likewise.
10297         * lib/javaexec.c: Likewise.
10298         * lib/javaversion.c: Likewise.
10299         * lib/linebreak.c: Likewise.
10300         * lib/localcharset.c: Likewise.
10301         * lib/lock.c: Likewise.
10302         * lib/mbchar.c: Likewise.
10303         * lib/mbswidth.c: Likewise.
10304         * lib/mkdtemp.c: Likewise.
10305         * lib/pipe.c: Likewise.
10306         * lib/printf-args.c: Likewise.
10307         * lib/printf-parse.c: Likewise.
10308         * lib/progname.c: Likewise.
10309         * lib/progreloc.c: Likewise.
10310         * lib/readlink.c: Likewise.
10311         * lib/sh-quote.c: Likewise.
10312         * lib/stpcpy.c: Likewise.
10313         * lib/stpncpy.c: Likewise.
10314         * lib/strcasecmp.c: Likewise.
10315         * lib/strcasestr.c: Likewise.
10316         * lib/strcspn.c: Likewise.
10317         * lib/striconv.c: Likewise.
10318         * lib/strncasecmp.c: Likewise.
10319         * lib/strnlen1.c: Likewise.
10320         * lib/strstr.c: Likewise.
10321         * lib/strtok_r.c: Likewise.
10322         * lib/tls.c: Likewise.
10323         * lib/tmpdir.c: Likewise.
10324         * lib/unicodeio.c: Likewise.
10325         * lib/unsetenv.c: Likewise.
10326         * lib/vasnprintf.c: Likewise.
10327         * lib/vasprintf.c: Likewise.
10328         * lib/wait-process.c: Likewise.
10329         * lib/xallocsa.c: Likewise.
10330         * lib/xsetenv.c: Likewise.
10331         * lib/xstriconv.c: Likewise.
10332
10333 2006-09-13  Simon Josefsson  <jas@extundo.com>
10334
10335         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10336         that internally, suggested by Ralf Wildenhues
10337         <Ralf.Wildenhues@gmx.de>.
10338
10339 2006-09-13  Simon Josefsson  <jas@extundo.com>
10340
10341         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10342         @LIBOBJS@.
10343         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10344
10345 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10346
10347         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10348         longer worry about uses that don't define HAVE_CONFIG_H.
10349         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10350         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10351         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10352         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10353         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10354         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10355         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10356         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10357         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10358         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10359         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10360         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10361         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10362         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10363         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10364         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10365         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10366         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10367         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10368         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10369         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10370         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10371         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10372         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10373         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10374         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10375         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10376         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10377         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10378         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10379         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10380         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10381         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10382         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10383         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10384         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10385         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10386         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10387         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10388         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10389         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10390         Likewise.
10391
10392 2006-09-13  Eric Blake  <ebb9@byu.net>
10393
10394         * lib/getopt.c: Fix typo in last commit.
10395
10396 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10397
10398         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10399         dgettext.
10400
10401 2006-09-12  Jim Meyering  <jim@meyering.net>
10402
10403         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10404         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10405         Reported by Nelson H. F. Beebe.
10406
10407 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10408
10409         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10410         program_invocation_name and program_invocation_short_name are
10411         initialized.
10412         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10413         and program_invocation_short_name to argp.h, so they are visible
10414         to user programs.
10415         * lib/argp.h: Likewise
10416
10417 2006-09-10  Bruno Haible  <bruno@clisp.org>
10418
10419         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10420         m4/inttypes_h.m4, m4/uintmax_t.m4.
10421
10422 2006-09-10  Bruno Haible  <bruno@clisp.org>
10423
10424         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10425         gl_AC_TYPE_UINTMAX_T.
10426
10427 2006-09-10  Bruno Haible  <bruno@clisp.org>
10428
10429         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10430
10431 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10432
10433         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10434         convention.  Text proposed by Bruno Haible.
10435         (struct argp_option): Document the use of N_() wrappers.
10436
10437         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10438         '\v', and translate the two parts separately, instead of feeding
10439         the whole string to gettext.  This allows to exclude
10440         '\v' from the strings visible to the translator by writing doc
10441         strings as N_("..") "\v" N_("..").
10442
10443 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10444
10445         * config/srclist.txt: Undo latest change; the bug was fixed.
10446
10447 2006-09-09  Bruno Haible  <bruno@clisp.org>
10448
10449         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10450         assignments if building a library without libtool.
10451         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10452         in func_emit_lib_Makefile_am.
10453         (func_import): When building a static library libfoo.a, arrange to
10454         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10455         (func_create_testdir): Likewise.
10456         * modules/gc (configure.ac, Makefile.am): If building statically,
10457         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10458         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10459         * modules/striconv (configure.ac, Makefile.am): Likewise.
10460         Based on a suggestion by Ralf Wildenhues.
10461
10462 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10463
10464         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10465         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10466         Also:
10467
10468         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10469         Add year_2050_test to catch glibc bug 2821
10470         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10471
10472         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10473         Prefer #ifdef to #if.
10474
10475         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10476         Return from 'main' instead of calling 'exit'.
10477
10478 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10481         returned the maximum time_t value rather than (time_t) -1.
10482         Problem originally reported by William Bardwell
10483         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10484
10485         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10486         Moved to here ...
10487         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10488         ... from here.
10489
10490 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10491
10492         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10493         2821 is fixed.
10494
10495 2006-09-08  Jim Meyering  <jim@meyering.net>
10496
10497         Don't make generated files read-only.  That would bother too many
10498         people.  However, do retain the ability to work when targets are
10499         read-only: remove the destination and temporary files before writing
10500         them (when generated via sed or echo), or by using the -f option for
10501         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10502         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10503         * modules/byteswap, modules/configmake, modules/fcntl:
10504         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10505         * modules/localcharset, modules/netinet_in, modules/poll:
10506         * modules/stdbool, modules/stdint, modules/sys_select:
10507         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10508
10509 2006-09-08  Jim Meyering  <jim@meyering.net>
10510
10511         Avoid new build failure on FreeBSD 6.0.
10512         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10513         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10514         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10515
10516 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10517
10518         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10519
10520 2006-09-07  Jim Meyering  <jim@meyering.net>
10521
10522         Fix global typo in last change: use chmod u-w, not chmod u-x.
10523         Spotted by Paul Eggert and Bruce Korb.
10524         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10525         * modules/byteswap, modules/configmake, modules/fcntl:
10526         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10527         * modules/localcharset, modules/netinet_in, modules/poll:
10528         * modules/stdbool, modules/stdint, modules/sys_select:
10529         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10530
10531 2006-09-06  Jim Meyering  <jim@meyering.net>
10532
10533         Make generated files be read-only.
10534         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10535         Ensure that each generated file is now read-only.
10536         * modules/argz: Likewise.
10537         * modules/arpa_inet: Likewise.
10538         * modules/byteswap: Likewise.
10539         * modules/configmake: Likewise.
10540         * modules/fcntl: Likewise.
10541         * modules/fnmatch: Likewise.
10542         * modules/getopt: Likewise.
10543         * modules/glob: Likewise.
10544         * modules/inttypes: Likewise.
10545         * modules/netinet_in: Likewise.
10546         * modules/poll: Likewise.
10547         * modules/stdbool: Likewise.
10548         * modules/stdint: Likewise.
10549         * modules/sys_select: Likewise.
10550         * modules/sys_socket: Likewise.
10551         * modules/sys_stat: Likewise.
10552         * modules/sysexits: Likewise.
10553         * modules/localcharset: Same as above, but continue using temporary
10554         file named "t-$@" (why different?) rather than the "$@-t" used
10555         everywhere else.
10556
10557         * modules/sysexits (Makefile.am): Replace literal occurrences
10558         of "sysexit.h" more readable, and more consistent, "$@".
10559
10560 2006-09-06  Bruno Haible  <bruno@clisp.org>
10561
10562         * modules/striconv: New file.
10563         * modules/xstriconv: New file.
10564         * MODULES.html.sh (Internationalization functions): Add striconv,
10565         xstriconv.
10566
10567 2006-09-06  Bruno Haible  <bruno@clisp.org>
10568
10569         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10570         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10571         not using libtool correctly.
10572
10573 2006-09-06  Bruno Haible  <bruno@clisp.org>
10574
10575         * lib/striconv.h: New file.
10576         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10577         iconvstring.c.
10578         * lib/xstriconv.h: New file.
10579         * lib/xstriconv.c: New file.
10580
10581 2006-09-06  Bruno Haible  <bruno@clisp.org>
10582
10583         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10584         lib_..._LDFLAGS.
10585
10586 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10587
10588         * lib/argz_.h: Sync from Libtool.
10589
10590         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10591                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10592
10593         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10594
10595 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10596
10597         * modules/trim: New file.
10598
10599 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10600
10601         * lib/trim.h: New file.
10602         * lib/trim.c: New file.
10603
10604 2006-09-05  Bruno Haible  <bruno@clisp.org>
10605
10606         * MODULES.html.sh (String handling): Add trim.
10607
10608 2006-09-04  Karl Berry  <karl@gnu.org>
10609
10610         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10611         until next release.
10612
10613 2006-09-03  Bruno Haible  <bruno@clisp.org>
10614
10615         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10616         correctly.
10617
10618 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10619
10620         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10621         not gl_GETLOADAVG.  Omit unneeded semicolons.
10622         Problems reported by Ralf Wildenhues in
10623         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10624         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10625         at the end, which is the usual gnulib style.
10626
10627         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10628         of doing all the work ourselves.
10629         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10630         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10631
10632 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10633
10634         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10635         Problem reported by Ralf Wildenhues in
10636         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10637
10638         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10639         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10640
10641 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10644         yesterday's patch by changing test -n to test -z.
10645
10646 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10647
10648         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10649         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10650         the former is now obsolescent.
10651
10652         * modules/chdir-long (Depends-on): Add fcntl.
10653
10654 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10657         obsolescent, and programs should use gnulib instead.
10658         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10659         but with prefixes changed.
10660
10661 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10662
10663         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10664         or stdbool.h, because they might not exist while configuring.
10665
10666         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10667         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10668         does that for us.
10669         (O_DIRECTORY): Remove.
10670
10671 2006-08-31  Eric Blake  <ebb9@byu.net>
10672
10673         * gnulib-tool: Don't let emacs change spaces to TAB.
10674
10675 2006-08-31  Bruno Haible  <bruno@clisp.org>
10676
10677         * gnulib-tool: When calling func_import more than once, do it in a
10678         subshell.
10679         Reported by Eric Blake <ebb9@byu.net>.
10680
10681 2006-08-31  Bruno Haible  <bruno@clisp.org>
10682
10683         * gnulib-tool (nl): Remove variable.
10684         (sed_transform_lib_file): Use more robust test for config-h module.
10685         (func_import): Fix typo in 2006-08-25 patch.
10686
10687 2006-08-31  Bruno Haible  <bruno@clisp.org>
10688
10689         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10690         specified, augment Makefile.am variables instead of assigning them.
10691
10692 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10693
10694         Work around a bug in both the Linux and SunOS 64-bit kernels:
10695         nanosleep mishandles sleeps for longer than 2**31 seconds.
10696         Problem reported by Frank v Waveren in
10697         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10698         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10699         Check for nanosleep bug.
10700         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10701
10702 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10703
10704         Work around a bug in both the Linux and SunOS 64-bit kernels:
10705         nanosleep mishandles sleeps for longer than 2**31 seconds.
10706         Problem reported by Frank v Waveren in
10707         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10708         * lib/nanosleep.c (BILLION): New constant.
10709         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10710         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10711         implementation.
10712
10713 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10714
10715         * modules/nanosleep (Depends-on): Add gettime.
10716
10717 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10718         and Simon Josefsson  <jas@extundo.com>
10719         and Oskar Liljeblad  <oskar@osk.mine.nu>
10720
10721         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10722         * gnulib-tool (func_import): New license type 'unmodifiable license
10723         text'.
10724         * modules/fdl: Use it.  Longer description.
10725         * module/gpl, module/lgpl: New files.
10726
10727 2006-08-30  Jim Meyering  <jim@meyering.net>
10728
10729         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10730         shadowing the parameter.
10731
10732 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10733
10734         Sync from Libtool:
10735
10736         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10737
10738         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10739         sharing with gnulib.  Report by Eric Blake.
10740
10741 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10742
10743         * modules/isapipe: New file.
10744         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10745
10746 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10747
10748         * modules/configmake (Makefile.am): Add a comment, and omit
10749         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10750         by Bruno Haible.
10751
10752 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10753
10754         * m4/isapipe.m4: New file.
10755
10756 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10757
10758         * lib/isapipe.c, lib/isapipe.h: New files.
10759
10760 2006-08-29  Jim Meyering  <jim@meyering.net>
10761
10762         * modules/configmake (Makefile.am): Make configmake.h depend on
10763         Makefile.  Otherwise, a stale configmake.h could hang around.
10764
10765 2006-08-29  Eric Blake  <ebb9@byu.net>
10766
10767         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10768         resolution of upstream bug 3044.
10769
10770 2006-08-29  Bruno Haible  <bruno@clisp.org>
10771
10772         * modules/localcharset (Depends-on): Add configmake.
10773         (Makefile.am): Remove setting of LIBDIR through DEFS.
10774
10775 2006-08-29  Bruno Haible  <bruno@clisp.org>
10776
10777         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10778         defined.
10779
10780 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10781
10782         * modules/fcntl: New file.
10783         * modules/chdir-safer (Depends-on): Add fcntl.
10784         * modules/fts: Likewise.
10785         * modules/mkdir-p: Likewise.
10786
10787         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10788         This undoes the most recent change, since we're now addressing the
10789         problem in a different way.
10790
10791         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10792         into output, since the output might be called Makefile.am even
10793         if $makefile_name is something different.
10794         (func_import): Use $makefile_am rather than
10795         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10796         empty.
10797
10798         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10799
10800 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10801
10802         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10803         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10804         recent change to stdint.m4, since we're now addressing the problem in a
10805         different way.
10806
10807 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         * m4/fcntl_h.m4: New file.
10810
10811 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10812
10813         * lib/fcntl_.h: New file.
10814         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10815         the fcntl module.
10816         * lib/dirchownmod.c: Likewise.
10817         * lib/fts.c: Likewise.
10818
10819         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10820         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10821         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10822         just before including <inttypes.h>, to avoid circular inclusion.
10823
10824 2006-08-28  Jim Meyering  <jim@meyering.net>
10825
10826         * doc/visibility.texi: Actually read and correct the grammar of the
10827         sentence affected by yesterday's change.
10828
10829 2006-08-28  Eric Blake  <ebb9@byu.net>
10830
10831         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10832         needs wrapper.
10833
10834 2006-08-28  Eric Blake  <ebb9@byu.net>
10835
10836         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10837
10838 2006-08-28  Eric Blake  <ebb9@byu.net>
10839
10840         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10841
10842 2006-08-28  Bruno Haible  <bruno@clisp.org>
10843
10844         * modules/c-strstr: New file, from GNU gettext.
10845         * MODULES.html.sh (String handling): Add c-strstr.
10846
10847 2006-08-28  Bruno Haible  <bruno@clisp.org>
10848
10849         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10850         macros.
10851         Reported by Eric Blake.
10852
10853 2006-08-28  Bruno Haible  <bruno@clisp.org>
10854
10855         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10856         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10857         * lib/vasprintf.c: Include errno.h, limits.h.
10858         (EOVERFLOW): New fallback definition.
10859         (vasprintf): Test here whether the string length is > INT_MAX.
10860         * lib/vsnprintf.c: Include errno.h, limits.h.
10861         (EOVERFLOW): New fallback definition.
10862         (vsnprintf): Fix bug when generated string was too long for the buffer.
10863         Test here whether the string length is > INT_MAX.
10864
10865 2006-08-28  Bruno Haible  <bruno@clisp.org>
10866
10867         * lib/inttypes_.h (SCNX*): Remove definitions.
10868         Reported by Eric Blake.
10869
10870 2006-08-28  Bruno Haible  <bruno@clisp.org>
10871
10872         * lib/c-strstr.h: New file, from GNU gettext.
10873         * lib/c-strstr.c: New file, from GNU gettext.
10874
10875 2006-08-28  Bruno Haible  <bruno@clisp.org>
10876
10877         * gnulib-tool: Reorder some statements.
10878
10879 2006-08-28  Bruno Haible  <bruno@clisp.org>
10880
10881         * gnulib-tool: New option --makefile-name.
10882         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10883         $makefile_name.
10884         (func_import): Write $makefile_name to the cache file, and read it from
10885         there unless explicitly specified. Use $makefile_name as file name
10886         instead of Makefile.am. Adjust the recommendations accordingly.
10887
10888 2006-08-28  Bruno Haible  <bruno@clisp.org>
10889
10890         * gnulib-tool (func_verify_module): Check against misapplying patch.
10891
10892 2006-08-28  Bruno Haible  <bruno@clisp.org>
10893
10894         * gnulib-tool (func_relativize, func_relconcat): New functions.
10895         Give an error if --local-dir is given with --update.
10896         Remove trailing slashes from $local_gnulib_dir.
10897         (func_import): Store the relativized $local_gnulib_dir in
10898         gnulib-cache.m4, and read it from there if not specified explicitly.
10899
10900 2006-08-28  Bruno Haible  <bruno@clisp.org>
10901
10902         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10903         is the current directory. Respect also $local_gnulib_dir.
10904
10905 2006-08-28  Bruno Haible  <bruno@clisp.org>
10906             Simon Josefsson  <jas@extundo.com>
10907
10908         BeOS portability.
10909         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10910
10911 2006-08-27  Jim Meyering  <jim@meyering.net>
10912
10913         * doc/visibility.texi: Remove duplicate word: "pointer".
10914
10915 2006-08-26  Bruno Haible  <bruno@clisp.org>
10916
10917         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10918         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10919         (Makefile.am): Create inttypes.h from inttypes_.h.
10920         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10921
10922         * modules/imaxabs: New file.
10923
10924         * modules/imaxdiv: New file.
10925
10926 2006-08-26  Bruno Haible  <bruno@clisp.org>
10927
10928         * m4/inttypes.m4: New file.
10929         * m4/_inttypes_h.m4: Remove file.
10930         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10931         PRI_MACROS_BROKEN.
10932         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10933
10934         * m4/imaxabs.m4: New file.
10935
10936         * m4/imaxdiv.m4: New file.
10937
10938 2006-08-26  Bruno Haible  <bruno@clisp.org>
10939
10940         * lib/inttypes_.h: New file.
10941         * lib/inttypes.h: Remove file.
10942         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10943
10944         * lib/imaxabs.c: New file.
10945
10946         * lib/imaxdiv.c: New file.
10947
10948 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10949
10950         New config-h module, so that "make" output needn't be cluttered
10951         by -DHAVE_CONFIG_H.
10952         * MODULES.html.sh (Support for building libraries and executables):
10953         Add config-h.
10954         * modules/config-h: New file.
10955         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10956         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10957         the config-h module is used.
10958
10959         New configmake module, so that "make" output needn't be cluttered
10960         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10961         * MODULES.html.sh (Support for building libraries and executables):
10962         Add configmake.
10963         * modules/configmake: New file.
10964
10965 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10966
10967         * m4/config-h.m4: New file.
10968
10969 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10970
10971         * config/srclist.txt: Add elisp-comp.
10972
10973 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10974
10975         * MODULES.html.sh (Support for building libraries and executables):
10976         Add elisp-comp.
10977         * build-aux/elisp-comp: New file.
10978         * modules/elisp-comp: New file.
10979
10980 2006-08-24  Bruno Haible  <bruno@clisp.org>
10981
10982         * gnulib-tool (func_create_testdir): Use non-default values of
10983         sourcebase and m4base.
10984
10985 2006-08-24  Bruno Haible  <bruno@clisp.org>
10986
10987         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
10988         HTML structure.
10989
10990 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         * modules/openat (Depends-on): Add lchown.
10993
10994 2006-08-23  Bruno Haible  <bruno@clisp.org>
10995
10996         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
10997         of gl_LOCK_EARLY instead of gl_LOCK.
10998
10999 2006-08-23  Bruno Haible  <bruno@clisp.org>
11000
11001         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11002         on OSF/1 to no.
11003         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11004
11005 2006-08-23  Bruno Haible  <bruno@clisp.org>
11006
11007         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11008         as unusable.
11009
11010         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11011         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11012         (gl_LOCK): New macro.
11013
11014 2006-08-22  Simon Josefsson  <jas@extundo.com>
11015
11016         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11017         to md5 module.
11018
11019 2006-08-22  Simon Josefsson  <jas@extundo.com>
11020
11021         * MODULES.html.sh: Add "Support for maintaining and release
11022         projects".
11023
11024         * build-aux/gnupload: New file, from coreutils.
11025
11026 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11027
11028         Avoid the need for AC_LIBSOURCES in m4 macros.
11029         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11030         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11031         * modules/check-version (EXTRA_DIST): Add check-version.h.
11032         * modules/crc (EXTRA_DIST): Add crc.h.
11033         * modules/des (EXTRA_DIST): Add des.h.
11034         * modules/gc (EXTRA_DIST): Add gc.h.
11035         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11036         * modules/getline (EXTRA_DIST): Add getline.h.
11037         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11038         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11039         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11040         * modules/md2 (EXTRA_DIST): Add md2.h.
11041         * modules/md4 (EXTRA_DIST): Add md4.h.
11042         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11043         * modules/read-file (EXTRA_DIST): Add read-file.h.
11044         * modules/readline (EXTRA_DIST): Add readline.h.
11045         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11046         rijndael-api-fst.h.
11047
11048 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11049
11050         * m4/rijndael.m4 (gl_ARCFOUR):
11051         * m4/arctwo.m4 (gl_ARCTWO):
11052         * m4/check-version.m4 (gl_CHECK_VERSION):
11053         * m4/crc.m4 (gl_CRC):
11054         * m4/des.m4 (gl_DES):
11055         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11056         * m4/gc.m4 (gl_GC):
11057         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11058         * m4/getline.m4 (gl_FUNC_GETLINE):
11059         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11060         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11061         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11062         * m4/md2.m4 (gl_MD2):
11063         * m4/md4.m4 (gl_MD4):
11064         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11065         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11066         * m4/readline.m4 (gl_FUNC_READLINE):
11067         * m4/rijndael.m4 (gl_RIJNDAEL):
11068         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11069         to get the necessary .h files and whatnot.
11070
11071 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11072
11073         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11074         gnulib rather than the other way around.
11075         * config/srclistvars.sh (COREUTILS): Remove.
11076
11077 2006-08-22  Jim Meyering  <jim@meyering.net>
11078
11079         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11080
11081         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11082
11083 2006-08-22  Eric Blake  <ebb9@byu.net>
11084
11085         * modules/regexprops-generic: New file.
11086         * MODULES.html.sh (Support for building documentation): List it.
11087
11088 2006-08-22  Eric Blake  <ebb9@byu.net>
11089
11090         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11091         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11092         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11093         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11094
11095 2006-08-22  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11098         and lib_LTLIBRARIES like the other lib_* variables.
11099
11100 2006-08-22  Bruno Haible  <bruno@clisp.org>
11101
11102         * build-aux/x-to-1.in: New file, from GNU gettext.
11103
11104 2006-08-22  Bruno Haible  <bruno@clisp.org>
11105
11106         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11107         <utmpx.h> exists.
11108
11109 2006-08-22  Bruno Haible  <bruno@clisp.org>
11110
11111         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11112         <utmpx.h> exists.
11113
11114 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11115
11116         BeOS portability.
11117         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11118         exist.
11119         Problem reported by Bruno Haible.
11120
11121 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         Avoid the need for AC_LIBSOURCES in m4 macros.
11124         * modules/acl (EXTRA_DIST): Add acl.h.
11125         * modules/argmatch (Files): Add m4/argmatch.m4.
11126         (configure.ac): Add gl_ARGMATCH.
11127         (EXTRA_DIST): Renamed from lib_SOURCES, for
11128         consistency with the other modules.  Remove argmatch.c.
11129         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11130         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11131         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11132         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11133         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11134         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11135         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11136         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11137         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11138         * modules/closeout (EXTRA_DIST): Add closeout.h.
11139         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11140         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11141         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11142         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11143         dirname.h; remove basename.c and stripslash.c.
11144         * modules/exclude (EXTRA_DIST): Add exclude.h.
11145         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11146         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11147         * modules/file-type (EXTRA_DIST): Add file-type.h.
11148         * modules/filemode (EXTRA_DIST): Add filemode.h.
11149         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11150         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11151         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11152         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11153         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11154         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11155         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11156         * modules/getdate (EXTRA_DIST): Add getdate.c.
11157         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11158         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11159         * modules/getpass (EXTRA_DIST): Add getpass.h.
11160         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11161         * modules/group-member (EXTRA_DIST): Add group-member.h.
11162         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11163         * modules/hash (EXTRA_DIST): Add hash.h.
11164         * modules/human (EXTRA_DIST): Add human.h.
11165         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11166         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11167         * modules/lchown (EXTRA_DIST): Add lchown.h.
11168         * modules/long-options (EXTRA_DIST): Add long-options.h.
11169         * modules/lstat (EXTRA_DIST): Add lstat.h.
11170         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11171         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11172         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11173         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11174         * modules/memxor (EXTRA_DIST): Add memxor.h.
11175         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11176         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11177         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11178         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11179         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11180         * modules/physmem (EXTRA_DIST): Add physmem.h.
11181         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11182         * modules/posixver (EXTRA_DIST): Add posixver.h.
11183         * modules/quote (EXTRA_DIST): Add quote.h.
11184         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11185         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11186         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11187         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11188         regex_internal.h regexec.c.
11189         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11190         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11191         * modules/same (EXTRA_DIST): Add same.h.
11192         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11193         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11194         * modules/savedir (EXTRA_DIST): Add savedir.h.
11195         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11196         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11197         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11198         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11199         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11200         * modules/strdup (EXTRA_DIST): Add strdup.h.
11201         * modules/strftime (EXTRA_DIST): Add strftime.h.
11202         * modules/strndup (EXTRA_DIST): Add strndup.h.
11203         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11204         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11205         * modules/time_r (EXTRA_DIST): Add time_r.h.
11206         * modules/timespec (EXTRA_DIST): Add timespec.h.
11207         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11208         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11209         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11210         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11211         * modules/userspec (EXTRA_DIST): Add userspec.h.
11212         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11213         * modules/utimens (EXTRA_DIST): Add utimens.h.
11214         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11215         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11216         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11217         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11218         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11219         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11220         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11221         * modules/yesno (EXTRA_DIST): Add yesno.h.
11222
11223 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11224
11225         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11226
11227         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11228         * m4/dev-ino.m4, same-inode.m4: Remove.
11229
11230         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11231         * m4/acl.m4 (AC_FUNC_ACL):
11232         * m4/backupfile.m4 (gl_BACKUPFILE):
11233         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11234         * m4/canon-host.m4 (gl_CANON_HOST):
11235         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11236         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11237         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11238         * m4/cloexec.m4 (gl_CLOEXEC):
11239         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11240         * m4/closeout.m4 (gl_CLOSEOUT):
11241         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11242         * m4/dirname.m4 (gl_DIRNAME):
11243         * m4/exclude.m4 (gl_EXCLUDE):
11244         * m4/exitfail.m4 (gl_EXITFAIL):
11245         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11246         * m4/file-type.m4 (gl_FILE_TYPE):
11247         * m4/filemode.m4 (gl_FILEMODE):
11248         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11249         * m4/fpending.m4 (gl_FUNC_FPENDING):
11250         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11251         * m4/fts.m4 (gl_FUNC_FTS):
11252         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11253         * m4/getdate.m4 (gl_GETDATE):
11254         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11255         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11256         * m4/getpass.m4 (gl_FUNC_GETPASS):
11257         * m4/gettime.m4 (gl_GETTIME):
11258         * m4/getugroups.m4 (gl_GETUGROUPS):
11259         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11260         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11261         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11262         * m4/hash.m4 (gl_HASH):
11263         * m4/idcache.m4 (gl_IDCACHE):
11264         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11265         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11266         * m4/long-options.m4 (gl_LONG_OPTIONS):
11267         * m4/lstat.m4 (gl_FUNC_LSTAT):
11268         * m4/md5.m4 (gl_MD5):
11269         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11270         * m4/memcoll.m4 (gl_MEMCOLL):
11271         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11272         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11273         * m4/memxor.m4 (gl_MEMXOR):
11274         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11275         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11276         * m4/modechange.m4 (gl_MODECHANGE):
11277         * m4/mountlist.m4 (gl_MOUNTLIST):
11278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11279         * m4/openat.m4 (gl_FUNC_OPENAT):
11280         * m4/pathmax.m4 (gl_PATHMAX):
11281         * m4/physmem.m4 (gl_PHYSMEM):
11282         * m4/posixtm.m4 (gl_POSIXTM):
11283         * m4/posixver.m4 (gl_POSIXVER):
11284         * m4/quote.m4 (gl_QUOTE):
11285         * m4/quotearg.m4 (gl_QUOTEARG):
11286         * m4/readtokens.m4 (gl_READTOKENS):
11287         * m4/readutmp.m4 (gl_READUTMP):
11288         * m4/regex.m4 (gl_REGEX):
11289         * m4/safe-read.m4 (gl_SAFE_READ):
11290         * m4/safe-write.m4 (gl_SAFE_WRITE):
11291         * m4/same.m4 (gl_SAME):
11292         * m4/save-cwd.m4 (gl_SAVE_CWD):
11293         * m4/savedir.m4 (gl_SAVEDIR):
11294         * m4/settime.m4 (gl_SETTIME):
11295         * m4/sha1.m4 (gl_SHA1):
11296         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11297         * m4/stat-macros.m4 (gl_STAT_MACROS):
11298         * m4/stat-time.m4 (gl_STAT_TIME):
11299         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11300         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11301         * m4/strdup.m4 (gl_FUNC_STRDUP):
11302         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11303         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11304         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11305         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11306         * m4/time_r.m4 (gl_TIME_R):
11307         * m4/timespec.m4 (gl_TIMESPEC):
11308         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11309         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11310         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11311         * m4/userspec.m4 (gl_USERSPEC):
11312         * m4/utimecmp.m4 (gl_UTIMECMP):
11313         * m4/utimens.m4 (gl_UTIMENS):
11314         * m4/xalloc.m4 (gl_XALLOC):
11315         * m4/xgetcwd.m4 (gl_XGETCWD):
11316         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11317         * m4/xreadlink.m4 (gl_XREADLINK):
11318         * m4/xstrtod.m4 (gl_XSTRTOD):
11319         * m4/yesno.m4 (gl_YESNO):
11320         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11321         to get the necessary .h files and whatnot.
11322
11323 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11324             Bruno Haible  <bruno@clisp.org>
11325
11326         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11327         /bin/sh understanding of '!' conditional negation.
11328
11329 2006-08-21  Jim Meyering  <jim@meyering.net>
11330
11331         * modules/openat (Depends-on): Really alphabetize.
11332
11333         * modules/acl (Depends-on): Add error and quote.
11334
11335         * check-module (find_included_lib_files): Add at-func.c to the
11336         ok-to-include-more-than-once white list.
11337
11338         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11339
11340 2006-08-21  Bruno Haible  <bruno@clisp.org>
11341
11342         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11343         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11344         Reported by Martin Lambers <marlam@marlam.de>.
11345
11346 2006-08-21  Bruno Haible  <bruno@clisp.org>
11347
11348         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11349         specify an installation location, don't emit a noinst_LIBRARIES or
11350         noinst_LTLIBRARIES assignment.
11351
11352 2006-08-21  Bruno Haible  <bruno@clisp.org>
11353
11354         BeOS portability.
11355         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11356         BeOS has mbrtowc() but no <wctype.h>.
11357
11358 2006-08-21  Bruno Haible  <bruno@clisp.org>
11359
11360         BeOS portability.
11361         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11362         exist.
11363
11364 2006-08-21  Bruno Haible  <bruno@clisp.org>
11365
11366         BeOS portability.
11367         * lib/mbchar.h: Include <wctype.h> only if it exists.
11368
11369 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11370
11371         Remove files that are no longer needed by their respective modules.
11372         * m4/obstack.m4: Remove.
11373         * m4/strerror_r.m4: Remove.
11374         * m4/uint32_t.m4: Remove.
11375         * m4/uintptr_t.m4: Remove.
11376         * m4/ullong_max.m4: Remove.
11377         * m4/xstrtoimax.m4: Remove.
11378         * m4/xstrtoumax.m4: Remove.
11379
11380         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11381         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11382         dependencies now capture this.
11383
11384         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11385         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11386         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11387         * m4/human.m4 (gl_HUMAN): Likewise.
11388         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11389         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11390
11391         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11392
11393         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11394         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11395         stdint.
11396         * m4/human.m4 (gl_HUMAN): Likewise.
11397         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11398         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11399         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11400         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11401         * m4/xstrtol (gl_XSTRTOL): Likewise.
11402
11403         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11404         AC_TYPE_LONG_LONG_INT.
11405         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11406         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11407         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11408         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11409
11410         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11411         on stdbool.
11412
11413         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11414         (gl_PREREQ_XSTRTOUL): Remove.
11415
11416         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11417
11418         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11419         mode.
11420
11421 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11422
11423         Add and change modules to make it easier for coreutils to use
11424         gnulib-tool.
11425         * modules/backupfile (Files): Remove m4/d-ino.m4.
11426         (Depends-on): Add d-ino.
11427         * modules/cycle-check (Depends-on): Add stdint.
11428         (lib_SOURCES): Add cycle-check.h.
11429         * modules/d-ino: New module.
11430         * modules/d-type: New module.
11431         * modules/error (Files): Remove m4/strerror_r.m4.
11432         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11433         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11434         m4/inttypes_h.m4, m4/uintmax_t.m4.
11435         (Depends-on): Add stdint.
11436         (lib_SOURCES): Add fsusage.h.
11437         * modules/getcwd (Files): Remove d-ino.m4.
11438         (Depends-on): Add d-ino.
11439         * modules/getndelim2 (Depends-on): Add stdint.
11440         * modules/glob (Files): Remove m4/d-type.m4.
11441         (Depends-on): Add d-type.
11442         * modules/host-os: New module.
11443         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11444         m4/inttypes_h.m4, m4/uintmax_t.m4.
11445         * Depends-on: Add stdint.
11446         (lib_SOURCES): Add human.h.
11447         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11448         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11449         m4/uintmax_t.m4, m4/ulonglong.m4.
11450         (Depends-on): Add stdint.
11451         (EXTRA_DIST): Add inttostr.h.
11452         * modules/lchmod: New module.
11453         * modules/link-follow: New module.
11454         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11455         (Depends-on): Add lchmod.
11456         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11457         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11458         (Depends-on): Add stdint.
11459         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11460         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11461         (Depends-on): Add stdint.
11462         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11463         * modules/perl: New module.
11464         * modules/regex (Depends-on): Add stdint.
11465         * modules/rmdir-errno: New module.
11466         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11467         m4/intmax_t.m4.
11468         (Depends-on): Add stdint.
11469         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11470         m4/uintmax_t.m4.
11471         (Depends-on): Add stdint.
11472         * modules/unlink-busy: New module.
11473         * modules/utimecmp (Depends-on): Add stdint.
11474         * modules/uptime: New module.
11475         * modules/winsz-ioctl: New module.
11476         * modules/winsz-termios: New module.
11477         * modules/xnanosleep (Depends-on): Add nanosleep.
11478         * modules/ullong_max: Remove.
11479         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11480         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11481         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11482         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11483         (Depends-on): Add inttypes.
11484         (lib_SOURCES): Add xstrtol.h.
11485         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11486         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11487         * MODULES.html.sh: Move 'assert' into the assert section.
11488         Move 'dummy' into the linking section.
11489         Remove ullong_max.
11490         Add section for compatibility checks for POSIX:2001 functions,
11491         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11492         winsz-ioctl, and winsz-termios into it.
11493         Add lchmod.
11494         Add top-level Misc section and put host-os, perl, and uptime
11495         into it.
11496
11497 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11498
11499         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11500         now assume the stdint module.  Do not include inttypes.h.
11501         * lib/fsusage.h: Likewise.
11502         * lib/getndelim2.c: Likewise.
11503         * lib/human.h: Likewise.
11504         * lib/inttostr.h: Likewise.
11505         * lib/obstack.c: Likewise.
11506         * lib/regex_internal.h: Likewise.
11507         * lib/tempname.c: Likewise.
11508         * lib/utimecmp.c: Likewise.
11509         * lib/xstrtol.h: Likewise.
11510
11511         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11512
11513         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11514         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11515         * lib/xtime.h: Likewise.
11516
11517 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11518
11519         * modules/openat (Files): Add lib/fchmodat.c.
11520         Fixes problem reported by Jay Youngman.
11521
11522 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11523
11524         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11525         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11526
11527 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11528             Bruno Haible  <bruno@clisp.org>
11529
11530         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11531         and is a script that invokes bison. Tighten the code. Add comments.
11532
11533 2006-08-18  Jim Meyering  <jim@meyering.net>
11534
11535         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11536         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11537         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11538         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11539
11540 2006-08-18  Bruno Haible  <bruno@clisp.org>
11541
11542         * modules/bison-i18n: New file.
11543         * MODULES.html.sh (Internationalization functions): Add it.
11544
11545 2006-08-18  Bruno Haible  <bruno@clisp.org>
11546
11547         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11548         sys/statvfs.h. When getmntinfo was found, check its declaration and
11549         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11550
11551 2006-08-18  Bruno Haible  <bruno@clisp.org>
11552
11553         * m4/bison-i18n.m4: New file, from bison.
11554
11555 2006-08-18  Bruno Haible  <bruno@clisp.org>
11556
11557         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11558         (ME_DUMMY): Treat "kernfs" as a dummy.
11559         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11560
11561 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11562
11563         Update from coreutils.
11564
11565         2006-08-15  Jim Meyering  <jim@meyering.net>
11566
11567         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11568
11569         2006-01-17  Jim Meyering  <jim@meyering.net>
11570
11571         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11572
11573         2006-01-11  Jim Meyering  <jim@meyering.net>
11574
11575         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11576         Check for the lchmod function.
11577
11578 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11579
11580         Update from coreutils.
11581
11582         * lib/__fpending.h: Add copyright notice.
11583         * lib/fprintftime.h: Likewise.
11584         * lib/savedir.c: Use (C) in copyright notice.
11585         * lib/savedir.h: Likewise.
11586
11587         2006-08-15  Jim Meyering  <jim@meyering.net>
11588
11589         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11590         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11591         in support of the EXPECTED_ERRNO macro.
11592         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11593         definitions.  Instead, define the appropriate symbols and include
11594         "at-func.c".
11595         * lib/mkdirat.c (mkdirat): Likewise.
11596         * lib/fchmodat.c (fchmodat): Likewise.
11597         (ENOSYS): Remove definition.
11598         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11599         it.  Don't include "unistd--.h" -- it wasn't ever used.
11600
11601         2006-01-17  Jim Meyering  <jim@meyering.net>
11602
11603         Rewrite fts.c not to change the current working directory,
11604         by using openat, fstatat, fdopendir, etc..
11605
11606         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11607         (HAVE_OPENAT_SUPPORT): Define.
11608         [_LIBC] (fchdir): Don't undef or define; no longer used.
11609         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11610         Now, this `function' always succeeds, and consumes its file descriptor
11611         parameter -- so callers must not close such FDs.  Update callers.
11612         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11613         (diropen): Add parameter, SP.  Adjust all callers.
11614         Implement using diropen_fd, rather than open.
11615         (fts_open): Initialize new member, fts_cwd_fd.
11616         Remove fts_rft-setting code.
11617         (fts_close): Close fts_cwd_fd, if necessary.
11618         (__opendir2): Define in terms of opendir or opendirat,
11619         depending on whether the FST_NOCHDIR flag is set.
11620         (fts_build): Since fts_safe_changedir consumes its FD, and since
11621         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11622         and close the dup'd file descriptor upon failure.
11623         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11624         (fts_safe_changedir): Tweak semantics to reflect that this function
11625         now calls cwd_advance_fd and hence consumes its FD argument.
11626         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11627         [struct FTS] (fts_rft): Remove now-unused member.
11628         [struct FTS] (fts_cycle.state): Improve comment.
11629
11630         * lib/openat.c (openat_needs_fchdir): New function.
11631         * lib/openat.h (openat_needs_fchdir): Declare it.
11632
11633 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11634
11635         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11636         Problem and fix reported by Pádraig Brady in
11637         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11638
11639 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11642
11643 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11644
11645         * lib/memcoll.c (memcoll): Optimize for the common case where the
11646         arguments are bytewise equal.
11647
11648 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11649
11650         * doc/regexprops-generic.texi: Add a copyright notice.
11651
11652 2006-08-15  Bruno Haible  <bruno@clisp.org>
11653
11654         * modules/tmpdir (License): Change to LGPL.
11655
11656 2006-08-15  Bruno Haible  <bruno@clisp.org>
11657
11658         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11659         module.
11660
11661 2006-08-14  Simon Josefsson  <jas@extundo.com>
11662
11663         * config/srclist.txt: Add gnupload.
11664
11665 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         Change copyright notice from LGPL 2 to GPL 2, since that's the
11668         standard form used in the gnulib repository.
11669         * tests/test-lock.c: Likewise.
11670         * tests/test-stdint.c: Likewise.
11671         * tests/test-tls.c: Likewise.
11672
11673         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11674         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11675         Add copyright notice.
11676
11677         * check-module: Add copyright notice.  Output a copyright
11678         notice if "--version" is specified.
11679         * modules/COPYING: New file.
11680         * tests/test-getaddrinfo.c: Add copyright notice.
11681         * tests/test-verify.c: Likewise.
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         * lib/lock.c: LGPL -> GPL.
11688         * lib/lock.h: Likewise.
11689         * lib/strnlen1.c: Likewise.
11690         * lib/strnlen1.h: Likewise.
11691         * lib/tls.c: Likewise.
11692         * lib/tls.h: Likewise.
11693         * lib/tmpdir.c: Likewise.
11694
11695         * lib/TODO: Remove; this belongs only in coreutils.
11696
11697 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11698
11699         Add copyright notices to long-enough files that lack them, since
11700         otherwise the files aren't clearly free.  Use the same notice that
11701         getdate.texi already uses.
11702         * doc/alloca-opt.texi: Add copyright notice.
11703         * doc/alloca.texi: Likewise.
11704         * doc/ctime.texi: Likewise.
11705         * doc/functions.texi: Likewise.
11706         * doc/gcd.texi: Likewise.
11707         * doc/gnulib-tool.texi: Likewise.
11708         * doc/inet_ntoa.texi: Likewise.
11709         * doc/visibility.texi: Likewise.
11710
11711         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11712         * doc/quote.texi: Add copyright notice.
11713
11714         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11715         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11716         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11717         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11718         is now obsolete, and give a pointer to the Sun list.
11719         Add copyright notice.
11720
11721 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         * config/srclistvars.sh: Add copyright notice.
11724
11725 2006-08-14  Eric Blake  <ebb9@byu.net>
11726
11727         Import the following change from libc:
11728
11729         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11730
11731         Upstream bug 2997.
11732         * lib/misc/error.c: Add space between program name and message if file
11733         name is missing.
11734
11735 2006-08-12  Karl Berry  <karl@gnu.org>
11736
11737         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11738         remove, these originate in gnulib now.
11739
11740 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11741
11742         * doc/Makefile (standards.info standards.html standards.dvi):
11743         Also depend on make-stds.texi.
11744
11745 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11746
11747         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11748         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11749
11750         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11751         in wchar_t.  Problem reported by Eric Blake.
11752
11753         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11754         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11755         Also, help the compiler to keep LEN in a register.
11756
11757 2006-08-11  Eric Blake  <ebb9@byu.net>
11758
11759         * users.txt: Sort.  Add tar.
11760
11761 2006-08-11  Bruno Haible  <bruno@clisp.org>
11762
11763         * users.txt: New file.
11764
11765 2006-08-11  Bruno Haible  <bruno@clisp.org>
11766
11767         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11768         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11769
11770 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11771
11772         * modules/snprintf (Depends-on): Remove minmax.
11773         (Maintainer): Add self and Bruno.
11774
11775 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11776
11777         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11778         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11779         (EOVERFLOW): Define if the system does not.
11780         Do not include "minmax.h"; it wasn't used.
11781         (snprintf): Don't assume size_t promotes to an unsigned type.
11782         Fix bug when generated string was too long for the buffer: the
11783         buffer's contents are supposed to be the initial prefix of the
11784         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11785         exceeds INT_MAX; do the check ourselves.
11786
11787         Import the following changes from libc:
11788
11789         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11790
11791         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11792         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11793         set wc to the byte which couldn't be converted.
11794         (re_string_reconstruct): Don't clear valid_raw_len before calling
11795         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11796         tip_context using re_string_context_at.
11797
11798         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11799
11800         * lib/posix/regex.h: g++ still cannot handled [restrict].
11801
11802         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11803
11804         * lib/posix/regex.h: Remove special handling for VMS.
11805
11806 2006-08-10  Jim Meyering  <jim@meyering.net>
11807
11808         * modules/same-inode: New module.
11809         * modules/dev-ino: New module.
11810         * modules/cycle-check: Depend on these modules, rather than simply
11811         including their .h files.
11812         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11813         required via m4/cycle-check.m4.
11814         * modules/same: Depend on new same-inode module, rather than
11815         including same-inode.h.
11816         * modules/chdir-safer: New file.
11817
11818         * modules/chown (Depends-on): Add stat-macros.
11819
11820 2006-08-10  Jim Meyering  <jim@meyering.net>
11821
11822         * m4/cycle-check.m4: New file.
11823         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11824         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11825
11826 2006-08-10  Eric Blake  <ebb9@byu.net>
11827
11828         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11829         in from original proposal.
11830
11831 2006-08-10  Eric Blake  <ebb9@byu.net>
11832         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11833
11834         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11835         namespace.
11836
11837 2006-08-10  Bruno Haible  <bruno@clisp.org>
11838
11839         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11840         as well.
11841
11842 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11843
11844         Sync from coreutils.
11845
11846         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11847
11848         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11849         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11850
11851 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11852
11853         * modules/restrict: Remove; no longer needed now that we assume
11854         Autoconf 2.59 or later.
11855         * MODULES.html.sh: Remove 'restrict'.
11856         * modules/argp (Depends-on): Remove 'restrict'.
11857         * modules/base64 (Depends-on): Likewise.
11858         * modules/gc (Depends-on): Likewise.
11859         * modules/getaddrinfo (Depends-on): Likewise.
11860         * modules/glob (Depends-on): Likewise.
11861         * modules/inet_ntop (Depends-on): Likewise.
11862         * modules/inet_pton (Depends-on): Likewise.
11863         * modules/memxor (Depends-on): Likewise.
11864         * modules/regex (Depends-on): Likewise.
11865         * modules/strtok_r (Depends-on): Likewise.
11866         * modules/time_r (Depends-on): Likewise.
11867
11868 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11869
11870         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11871         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11872         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11873         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11874         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11875         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11876         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11877         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11878
11879         Merge from coreutils.
11880         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11881         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11882         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11883         * m4/time_r.m4 (gl_TIME_R): Likewise.
11884
11885 2006-08-09  Karl Berry  <karl@gnu.org>
11886
11887         * config/srclist.txt: no more gettext-tools, per Bruno.
11888
11889 2006-08-08  Eric Blake  <ebb9@byu.net>
11890
11891         * modules/verror: New module.
11892         * MODULES.html.sh: Document it.
11893
11894 2006-08-08  Eric Blake  <ebb9@byu.net>
11895
11896         * lib/verror.h, lib/verror.c: New files.
11897
11898 2006-08-08  Eric Blake  <ebb9@byu.net>
11899
11900         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11901         verror_at_line output complies with GNU Coding Standards even when
11902         file is NULL.
11903
11904 2006-08-07  Bruno Haible  <bruno@clisp.org>
11905
11906         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11907         versions of AIX.
11908         Reported by Ralf Wildenhues.
11909
11910 2006-08-07  Bruno Haible  <bruno@clisp.org>
11911
11912         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11913         in an AC_DEFUN. Needed so that the autoconf snippets can use
11914         AC_REQUIRE.
11915
11916 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11917
11918         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11919         Initialize pkgdata_DATA.
11920         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11921         overriding it.
11922
11923 2006-08-06  Eric Blake  <ebb9@byu.net>
11924
11925         * lib/error.h: Fold in some upstream changes from glibc.
11926         * lib/error.c: Likewise.
11927
11928 2006-08-04  Bruno Haible  <bruno@clisp.org>
11929
11930         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11931         Make the mostlyclean-local rule depend on mostlyclean-generic.
11932         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11933
11934 2006-07-31  Bruno Haible  <bruno@clisp.org>
11935
11936         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11937         <stdlib.h>, <string.h>.
11938
11939 2006-07-30  Bruno Haible  <bruno@clisp.org>
11940
11941         * modules/readlink (License): Change to LGPL.
11942
11943 2006-07-30  Bruno Haible  <bruno@clisp.org>
11944
11945         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11946         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11947         set PKGDATADIR to point to it.
11948
11949 2006-07-30  Bruno Haible  <bruno@clisp.org>
11950
11951         * modules/csharpexec (configure.ac): Comment out macro invocation.
11952         * modules/javaexec (configure.ac): Likewise.
11953         * modules/javacomp-script (configure.ac): Likewise.
11954
11955         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11956
11957 2006-07-30  Bruno Haible  <bruno@clisp.org>
11958
11959         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11960         linked-list.
11961
11962 2006-07-30  Bruno Haible  <bruno@clisp.org>
11963
11964         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11965
11966 2006-07-30  Bruno Haible  <bruno@clisp.org>
11967
11968         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11969         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
11970         get removed.
11971
11972 2006-07-29  Bruno Haible  <bruno@clisp.org>
11973
11974         Make it possible for gnulib-tool to work with locally modified or
11975         augmented gnulib repositories.
11976         * gnulib-tool (func_usage): Document --local-dir option.
11977         (local_gnulib_dir): New variable.
11978         Handle --local-dir option.
11979         (func_lookup_file): New function.
11980         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
11981         (func_get_description, func_get_filelist, func_get_description,
11982         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
11983         func_get_automake_snippet, func_get_include_directive,
11984         func_get_license, func_get_maintainer): Use func_lookup_file.
11985         (func_import, func_create_testdir): Use func_lookup_file.
11986
11987 2006-07-29  Bruno Haible  <bruno@clisp.org>
11988
11989         * modules/setenv (Depends-on): Add unistd.
11990
11991 2006-07-29  Bruno Haible  <bruno@clisp.org>
11992
11993         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
11994
11995 2006-07-29  Bruno Haible  <bruno@clisp.org>
11996
11997         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
11998
11999 2006-07-29  Bruno Haible  <bruno@clisp.org>
12000
12001         * gnulib-tool (import, update): If there is no Makefile.am, look at
12002         aclocal.m4, instead of bailing out.
12003
12004 2006-07-29  Bruno Haible  <bruno@clisp.org>
12005
12006         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12007         Categorize the options by when they are useful.
12008
12009 2006-07-29  Bruno Haible  <bruno@clisp.org>
12010
12011         * gnulib-tool (func_usage): Document option --no-libtool.
12012         Handle option --no-libtool.
12013         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12014         for changed semantics of $libtool variable.
12015         (func_import): Likewise. If libtool is not used, show this through
12016         an option --no-libtool.
12017         (func_create_testdir): Update.
12018
12019 2006-07-29  Bruno Haible  <bruno@clisp.org>
12020
12021         * gnulib-tool (func_import): Extend error message about missing
12022         --doc-base.
12023
12024 2006-07-29  Bruno Haible  <bruno@clisp.org>
12025
12026         * gnulib-tool (func_import): Don't create the $docbase directory if
12027         there is no file to store there.
12028
12029 2006-07-29  Bruno Haible  <bruno@clisp.org>
12030
12031         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12032         relevant, look for configure.ac there, not in the current directory.
12033         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12034
12035 2006-07-29  Bruno Haible  <bruno@clisp.org>
12036
12037         * gnulib-tool (SORT): New variable.
12038         (func_usage): Undocument --assume-autoconf option.
12039         Remove --assume-autoconf option handling.
12040         (autoconf_minversion): Determine from the contents of configure.ac.
12041         (func_import): Remove autoconf_minversion handling.
12042         Suggested by Eric Blake.
12043
12044 2006-07-29  Bruno Haible  <bruno@clisp.org>
12045
12046         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12047
12048 2006-07-29  Bruno Haible  <bruno@clisp.org>
12049
12050         * config/srclist.txt (*setenv.[ch]): Remove rules.
12051
12052 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12053
12054         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12055
12056 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12057
12058         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12059         arpa/inet.h.
12060
12061 2006-07-28  Simon Josefsson  <jas@extundo.com>
12062
12063         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12064         * modules/inet_pton (Depends-on): Likewise.
12065
12066 2006-07-28  Simon Josefsson  <jas@extundo.com>
12067
12068         * m4/netinet_in_h.m4: New file.
12069
12070 2006-07-28  Simon Josefsson  <jas@extundo.com>
12071
12072         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12073         #include's.
12074
12075 2006-07-28  Simon Josefsson  <jas@extundo.com>
12076
12077         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12078         #include's.
12079
12080 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12081
12082         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12083         setgid on directories only if they set these bits.
12084         * lib/modechange.h: Remove obsolete comment about masks.
12085
12086 2006-07-28  Eric Blake  <ebb9@byu.net>
12087
12088         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12089         macro expansion.
12090
12091 2006-07-28  Bruno Haible  <bruno@clisp.org>
12092
12093         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12094
12095 2006-07-28  Bruno Haible  <bruno@clisp.org>
12096
12097         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12098
12099 2006-07-28  Bruno Haible  <bruno@clisp.org>
12100
12101         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12102         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12103         Define fallbacks.
12104         Avoids link error on FreeBSD 4.x.
12105         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12106
12107         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12108         encoding.
12109         * lib/mbswidth.c (iswcntrl): Likewise.
12110
12111 2006-07-27  Bruno Haible  <bruno@clisp.org>
12112
12113         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12114         test.
12115
12116 2006-07-27  Bruno Haible  <bruno@clisp.org>
12117
12118         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12119         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12120         defined.
12121
12122 2006-07-26  Eric Blake  <ebb9@byu.net>
12123
12124         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12125
12126 2006-07-26  Eric Blake  <ebb9@byu.net>
12127
12128         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12129         like mingw that lack mkstemp.
12130         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12131         avoid compilation warning on mingw.
12132
12133 2006-07-26  Bruno Haible  <bruno@clisp.org>
12134
12135         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12136         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12137         INT_FAST*_MIN, INTPTR_MIN.
12138
12139 2006-07-25  Bruno Haible  <bruno@clisp.org>
12140
12141         * modules/version-etc (Depends-on): Add stdarg.
12142
12143 2006-07-25  Bruno Haible  <bruno@clisp.org>
12144
12145         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12146         complex commands.
12147
12148 2006-07-25  Bruno Haible  <bruno@clisp.org>
12149
12150         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12151         defined in <stdarg.h> or config.h.
12152
12153 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12156         (gl_STDIO_SAFER): Remove.
12157
12158 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12159
12160         * MODULES.html.sh (File stream based Input/Output):
12161         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12162         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12163         * modules/fopen-safer, modules/tmpfile-safer: New files.
12164         * modules/stdio-safer: Remove.
12165
12166 2006-07-24  Bruno Haible  <bruno@clisp.org>
12167
12168         * modules/tmpdir: New file.
12169         * MODULES.html.sh (File system functions): Add it.
12170
12171 2006-07-24  Bruno Haible  <bruno@clisp.org>
12172
12173         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12174         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12175
12176 2006-07-24  Bruno Haible  <bruno@clisp.org>
12177
12178         * modules/clean-temp: New file.
12179
12180 2006-07-24  Bruno Haible  <bruno@clisp.org>
12181
12182         * m4/tmpdir.m4: New file, from GNU gettext.
12183
12184 2006-07-24  Bruno Haible  <bruno@clisp.org>
12185
12186         * lib/tmpdir.h: New file, from GNU gettext.
12187         * lib/tmpdir.c: New file, from GNU gettext.
12188
12189 2006-07-24  Bruno Haible  <bruno@clisp.org>
12190
12191         * lib/clean-temp.h: New file, from GNU gettext.
12192         * lib/clean-temp.c: New file, from GNU gettext.
12193
12194 2006-07-23  Eric Blake  <ebb9@byu.net>
12195
12196         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12197         (Depends-on): Add binary-io.
12198
12199 2006-07-23  Eric Blake  <ebb9@byu.net>
12200
12201         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12202
12203 2006-07-23  Eric Blake  <ebb9@byu.net>
12204
12205         * lib/tmpfile-safer.c: New file.
12206         * lib/stdio-safer.h (fopen_safer): Add prototype.
12207         * lib/stdio--.h (tmpfile): Make safer.
12208
12209 2006-07-23  Bruno Haible  <bruno@clisp.org>
12210
12211         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12212         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12213         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12214         gl_linked_remove_at): Use it.
12215
12216 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12217         and Simon Josefsson <jas@extundo.com>
12218
12219         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12220
12221         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12222
12223 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12224
12225         * modules/close-stream: New file.
12226         * modules/closeout (Description): Make it clear that it exits
12227         with a diagnostic on error.
12228         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12229         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12230
12231 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12232
12233         * m4/close-stream.m4: New file.
12234
12235 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12236
12237         * lib/close-stream.c, lib/close-stream.h: New files.
12238
12239 2006-07-22  Bruno Haible  <bruno@clisp.org>
12240
12241         Merge from GNU gettext 0.15.
12242
12243         2006-05-01  Bruno Haible  <bruno@clisp.org>
12244
12245                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12246
12247         2006-07-22  Bruno Haible  <bruno@clisp.org>
12248
12249                 * modules/javaversion: New file.
12250                 * MODULES.html.sh (Java): Add javaversion.
12251
12252         2006-03-12  Bruno Haible  <bruno@clisp.org>
12253
12254                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12255
12256         2005-12-04  Bruno Haible  <bruno@clisp.org>
12257
12258                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12259                 (untested).
12260
12261         2006-06-21  Bruno Haible  <bruno@clisp.org>
12262
12263                 Avoid warnings from recent versions of mcs.
12264                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12265                 -o, -L, -r any more. Use options documented since mcs-1.0
12266                 instead. Similarly for -g.
12267
12268         2005-12-04  Bruno Haible  <bruno@clisp.org>
12269
12270                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12271                 .resources, not .resource.
12272
12273         2005-07-09  Bruno Haible  <bruno@clisp.org>
12274
12275                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12276                 add a .dll suffix.
12277                 Reported by Mark Junker <mjscod@gmx.de>.
12278
12279         2006-07-22  Bruno Haible  <bruno@clisp.org>
12280
12281                 * modules/gettext: Upgrade to gettext-0.15.
12282                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12283                 m4/visibility.m4.
12284                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12285
12286 2006-07-22  Bruno Haible  <bruno@clisp.org>
12287
12288         Merge from GNU gettext 0.15.
12289
12290         2006-03-25  Bruno Haible  <bruno@clisp.org>
12291
12292                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12293
12294         2006-07-21  Bruno Haible  <bruno@clisp.org>
12295
12296                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12297                 "1.1".
12298
12299         2006-05-09  Bruno Haible  <bruno@clisp.org>
12300
12301                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12302                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12303                 for the conftestver execution.
12304
12305         2006-05-01  Bruno Haible  <bruno@clisp.org>
12306
12307                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12308                 optional target-version argument. Verify that the compiler
12309                 groks source of the specified source-version, or add -source
12310                 option as necessary. Verify that the compiler produces
12311                 bytecode in the specified target-version, or add -target and
12312                 -source options as necessary. Make the result of the test
12313                 available as variable CONF_JAVAC. Also log error output in
12314                 config.log.
12315
12316         2006-03-11  Bruno Haible  <bruno@clisp.org>
12317
12318                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12319
12320         2006-05-09  Bruno Haible  <bruno@clisp.org>
12321
12322                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12323                 CLASSPATH_SEPARATOR to a semicolon.
12324
12325         2006-03-12  Bruno Haible  <bruno@clisp.org>
12326
12327                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12328                 available as variable CONF_JAVA, for subsequent autoconf
12329                 tests. Also log error output in config.log.
12330
12331         2006-07-19  Bruno Haible  <bruno@clisp.org>
12332
12333                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12334                 that getline works on glibc2 systems. Needed to avoid trouble
12335                 in relocatable.c.
12336                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12337
12338         2005-12-04  Bruno Haible  <bruno@clisp.org>
12339
12340                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12341                 launcher (untested).
12342
12343         2005-12-04  Bruno Haible  <bruno@clisp.org>
12344
12345                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12346
12347         2006-07-22  Bruno Haible  <bruno@clisp.org>
12348
12349                 * gettext.m4: Update from GNU gettext-0.15.
12350                 * nls.m4: Likewise.
12351                 * po.m4: Likewise.
12352                 * inttypes-pri.m4: Likewise.
12353                 * inttypes-h.m4: Renamed from inttypes.m4.
12354                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12355
12356 2006-07-22  Bruno Haible  <bruno@clisp.org>
12357
12358         Merge from GNU gettext 0.15.
12359
12360         2005-07-05  Bruno Haible  <bruno@clisp.org>
12361
12362                 * printf-args.c (printf_fetchargs): Work around broken
12363                 definition of wint_t on mingw.
12364
12365         2005-02-12  Bruno Haible  <bruno@clisp.org>
12366
12367                 * xallocsa.h: Add extern "C" for C++.
12368
12369         2006-05-17  Bruno Haible  <bruno@clisp.org>
12370
12371                 Cygwin portability.
12372                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12373
12374         2006-04-30  Bruno Haible  <bruno@clisp.org>
12375
12376                 * progreloc.c: Include <mach-o/dyld.h> if available.
12377                 (find_executable): Use _NSGetExecutablePath when possible.
12378
12379         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12380
12381                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12382                 function.
12383
12384         2005-12-29  Bruno Haible  <bruno@clisp.org>
12385
12386                 * progreloc.c (set_program_name_and_installdir): Fix
12387                 compilation error.
12388
12389         2005-12-04  Bruno Haible  <bruno@clisp.org>
12390
12391                 Cygwin portability.
12392                 * progreloc.c: Include <windows.h> also on Cygwin.
12393                 (find_executable): Add support for Cygwin.
12394                 (set_program_name_and_installdir): Handle also platforms with
12395                 nonempty EXEEXT.
12396
12397         2006-07-11  Bruno Haible  <bruno@clisp.org>
12398
12399                 * javacomp.c: Fix a comment.
12400                 Reported by Jim Meyering.
12401
12402         2006-04-30  Bruno Haible  <bruno@clisp.org>
12403
12404                 * javacomp.h (compile_java_class): Add source_version,
12405                 target_version arguments.
12406                 * javacomp.c: Rewritten to choose only a compiler that
12407                 respects the specified source_version and target_version.
12408
12409         2006-06-27  Bruno Haible  <bruno@clisp.org>
12410
12411                 Assume correct S_ISDIR macro.
12412                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12413
12414         2006-07-22  Bruno Haible  <bruno@clisp.org>
12415
12416                 * javaversion.h: New file, from GNU gettext.
12417                 * javaversion.c: New file, from GNU gettext.
12418                 * javaversion.java: New file, from GNU gettext.
12419                 * javaversion.class: New file, from GNU gettext.
12420
12421         2006-05-17  Bruno Haible  <bruno@clisp.org>
12422
12423                 Cygwin portability.
12424                 * javaexec.c (execute_java_class): Test for jview program
12425                 also on Cygwin.
12426
12427         2006-04-09  Bruno Haible  <bruno@clisp.org>
12428
12429                 * fatal-signal.c: Don't include string.h.
12430                 (at_fatal_signal): Use a copying loop instead of memcpy.
12431
12432         2005-12-04  Bruno Haible  <bruno@clisp.org>
12433
12434                 * csharpexec.c: Add support for 'clix' launcher (untested).
12435                 (execute_csharp_using_sscli): New function.
12436                 (execute_csharp_program): Call it.
12437
12438         2006-06-21  Bruno Haible  <bruno@clisp.org>
12439
12440                 Avoid warnings from recent versions of mcs.
12441                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12442                 -o, -L, -r any more. Use options documented since mcs-1.0
12443                 instead. Similarly for -g.
12444
12445         2005-07-09  Bruno Haible  <bruno@clisp.org>
12446
12447                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12448                 add a .dll suffix.
12449                 Reported by Mark Junker <mjscod@gmx.de>.
12450
12451         2006-06-17  Bruno Haible  <bruno@clisp.org>
12452
12453                 * config.charset: Update for NetBSD 3.0.
12454
12455         2006-05-17  Bruno Haible  <bruno@clisp.org>
12456
12457                 Cygwin portability.
12458                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12459
12460         2006-05-16  Bruno Haible  <bruno@clisp.org>
12461
12462                 * localcharset.c [CYGWIN]: Include <windows.h>.
12463                 (get_charset_aliases): For Cygwin, return the same CPxxx
12464                 aliases list as under WIN32.
12465                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12466                 the environment variables. Fall back to GetACP().
12467
12468         2006-04-05  Bruno Haible  <bruno@clisp.org>
12469
12470                 * config.charset: Update Juan Manuel Guerrero's address.
12471
12472         2005-02-12  Bruno Haible  <bruno@clisp.org>
12473
12474                 * allocsa.h: Add extern "C" for C++.
12475
12476         2005-02-10  Bruno Haible  <bruno@clisp.org>
12477
12478                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12479                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12480
12481         2006-07-22  Bruno Haible  <bruno@clisp.org>
12482
12483                 * gettext.h: Update to GNU gettext-0.15.
12484
12485 2006-07-22  Bruno Haible  <bruno@clisp.org>
12486
12487         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12488         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12489         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12490
12491 2006-07-21  Eric Blake  <ebb9@byu.net>
12492
12493         * modules/stdlib-safer: New file.
12494         * MODULES.html.sh (File stream based Input/Output): Add
12495         stdlib-safer.
12496
12497 2006-07-21  Eric Blake  <ebb9@byu.net>
12498
12499         * lib/stdlib-safer.h: New file from coreutils, required by
12500         stdlib--.h.
12501
12502 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12503
12504         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12505
12506 2006-07-20  Bruno Haible  <bruno@clisp.org>
12507
12508         * gnulib-tool: Recognize new option --assume-autoconf.
12509         (autoconf_minversion): New variable.
12510         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12511
12512 2006-07-20  Bruno Haible  <bruno@clisp.org>
12513
12514         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12515
12516 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12517
12518         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12519         Reindent and repaginate.
12520
12521 2006-07-19  Derek Price  <derek@ximbiot.com>
12522
12523         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12524         Correct grammar.
12525
12526 2006-07-17  Bruno Haible  <bruno@clisp.org>
12527
12528         * modules/list: New file.
12529         * modules/array-list: New file.
12530         * modules/carray-list, modules/carray-list-tests: New files.
12531         * modules/linked-list, modules/linked-list-tests: New files.
12532         * modules/avltree-list, modules/avltree-list-tests: New files.
12533         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12534         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12535         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12536         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12537         * modules/oset: New file.
12538         * modules/array-oset: New file.
12539         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12540         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12541         * tests/test-carray_list.c: New file.
12542         * tests/test-linked_list.c: New file.
12543         * tests/test-avltree_list.c: New file.
12544         * tests/test-rbtree_list.c: New file.
12545         * tests/test-linkedhash_list.c: New file.
12546         * tests/test-avltreehash_list.c: New file.
12547         * tests/test-rbtreehash_list.c: New file.
12548         * tests/test-avltree_oset.c: New file.
12549         * tests/test-rbtree_oset.c: New file.
12550         * MODULES.html.sh (Container data structures): New section.
12551
12552 2006-07-17  Bruno Haible  <bruno@clisp.org>
12553
12554         * m4/gl_list.m4: New file.
12555
12556 2006-07-17  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/gl_list.h: New file.
12559         * lib/gl_list.c: New file.
12560         * lib/gl_array_list.h: New file.
12561         * lib/gl_array_list.c: New file.
12562         * lib/gl_carray_list.h: New file.
12563         * lib/gl_carray_list.c: New file.
12564         * lib/gl_linked_list.h: New file.
12565         * lib/gl_linked_list.c: New file.
12566         * lib/gl_anylinked_list1.h: New file.
12567         * lib/gl_anylinked_list2.h: New file.
12568         * lib/gl_avltree_list.h: New file.
12569         * lib/gl_avltree_list.c: New file.
12570         * lib/gl_anyavltree_list1.h: New file.
12571         * lib/gl_anyavltree_list2.h: New file.
12572         * lib/gl_rbtree_list.h: New file.
12573         * lib/gl_rbtree_list.c: New file.
12574         * lib/gl_anyrbtree_list1.h: New file.
12575         * lib/gl_anyrbtree_list2.h: New file.
12576         * lib/gl_anytree_list1.h: New file.
12577         * lib/gl_anytree_list2.h: New file.
12578         * lib/gl_linkedhash_list.h: New file.
12579         * lib/gl_linkedhash_list.c: New file.
12580         * lib/gl_anyhash_list1.h: New file.
12581         * lib/gl_anyhash_list2.h: New file.
12582         * lib/gl_avltreehash_list.h: New file.
12583         * lib/gl_avltreehash_list.c: New file.
12584         * lib/gl_rbtreehash_list.h: New file.
12585         * lib/gl_rbtreehash_list.c: New file.
12586         * lib/gl_anytreehash_list1.h: New file.
12587         * lib/gl_anytreehash_list2.h: New file.
12588
12589         * lib/gl_oset.h: New file.
12590         * lib/gl_oset.c: New file.
12591         * lib/gl_array_oset.h: New file.
12592         * lib/gl_array_oset.c: New file.
12593         * lib/gl_avltree_oset.h: New file.
12594         * lib/gl_avltree_oset.c: New file.
12595         * lib/gl_rbtree_oset.h: New file.
12596         * lib/gl_rbtree_oset.c: New file.
12597         * lib/gl_anytree_oset.h: New file.
12598
12599 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12600
12601         * m4/mkancesdirs.m4: New file.
12602         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12603         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12604         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12605         it.
12606
12607 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12610         * lib/mkancesdirs.h: New files.
12611         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12612         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12613         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12614         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12615         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12616         callers changed.  Revamp internals significantly, by not
12617         attempting to create directories that are temporarily more
12618         permissive than the final results.  Do not attempt to use
12619         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12620         This removes some race conditions, fixes some bugs, and simplifies
12621         things.  Use new dirchownmod function to do owner and mode changes.
12622         * lib/mkdir-p.h: Likewise.
12623         * lib/modechange.c (octal_to_mode): New function.
12624         (struct mode_change): New member mentioned.
12625         (make_node_op_equals): New arg mentioned.  All callers changed.
12626         (mode_compile): Keep track of which mode bits the user has explicitly
12627         mentioned.
12628         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12629         New arg PMODE_BITS, to keep track of which mode bits the user
12630         mentioned; it treats S_ISUID and S_ISGID speciall.
12631         All callers changed.
12632         * lib/modechange.h: Likewise.
12633
12634 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * MODULES.html.sh: Add mkancestors.
12637         * modules/mkancesdirs: New module.
12638         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12639         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12640         The chdir-safer and afs files are now orphans; I'll remove them
12641         unless someone speaks up.
12642         Add lib/dirchownmod.c, lib/dirchownmod.h.
12643         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12644         Add lchown, mkancesdirs.
12645         (Maintainer): Add self.
12646
12647 2006-07-15  Karl Berry  <karl@gnu.org>
12648
12649         * gnulib-tool: help message wording/arrangement.
12650
12651 2006-07-14  Simon Josefsson  <jas@extundo.com>
12652
12653         * doc/gnulib.texi (Libtool and Windows): New section.
12654
12655 2006-07-12  Simon Josefsson  <jas@extundo.com>
12656
12657         * modules/gendocs (License): Fix license, approved by Karl.
12658
12659 2006-07-12  Eric Blake  <ebb9@byu.net>
12660
12661         * MODULES.html.sh: Add gendocs.
12662
12663 2006-07-11  Eric Blake  <ebb9@byu.net>
12664
12665         * modules/fdl: New module, to install doc/fdl.texi.
12666         * MODULES.html.sh: Add new section for documentation modules.
12667         * gnulib-tool: Avoid space-tab.
12668         (--doc-base): New option, to manage files from doc.
12669
12670 2006-07-11  Eric Blake  <ebb9@byu.net>
12671
12672         * m4/absolute-header.m4: Fix comments to match recent change.
12673
12674 2006-07-11  Eric Blake  <ebb9@byu.net>
12675
12676         * gnulib-tool: List --doc-base before --tests-base.
12677
12678 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12679
12680         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12681
12682 2006-07-11  Bruno Haible  <bruno@clisp.org>
12683
12684         * README: Mention where to put documentation.
12685
12686 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12687
12688         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12689
12690 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12691
12692         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12693         to stdint.m4.
12694
12695 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12696
12697         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12698         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12699         "no/such/file/stdint.h" when there is no such file, so that
12700         the resulting C code can be parsed by dodgy compilers.
12701         Problems reported by Bob Proulx.
12702
12703 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12704
12705         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12706         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12707         macros into the GNU _D_EXACT_NAMLEN.
12708         * lib/savedir.c:  Likewise.
12709         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12710
12711 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12712         and Paul Eggert  <eggert@cs.ucla.edu>
12713
12714         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12715         * m4/savedir.m4:
12716         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12717         macros into the GNU _D_EXACT_NAMLEN.
12718
12719 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12722         around the absolute name, to work around a problem with the HP-UX
12723         11.23 native C compiler, reported by Bob Proulx.
12724
12725 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12726
12727         * doc/maintain.texi, make-stds.texi: Sync from
12728         <http://savannah.gnu.org/projects/gnustandards>.
12729
12730 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12731
12732         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12733
12734 2006-07-09  Jim Meyering  <jim@meyering.net>
12735
12736         * m4/glob.m4: Remove a doubled word in a comment.
12737
12738 2006-07-09  Jim Meyering  <jim@meyering.net>
12739
12740         * lib/argp-pv.c: Remove a doubled word in a comment.
12741         * lib/check-version.c (check_version): Likewise.
12742         * lib/javacomp.c (compile_java_class): Likewise.
12743
12744 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12745
12746         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12747         for the benefit of people using Autoconf 2.60.  If you want to
12748         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12749         (or m4/onceonly.m4, if pre-2.57) manually.
12750
12751 2006-07-08  Jim Meyering  <jim@meyering.net>
12752
12753         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12754         comment.
12755         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12756         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12757         comment.
12758
12759 2006-07-08  Jim Meyering  <jim@meyering.net>
12760
12761         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12762
12763 2006-07-07  Simon Josefsson  <jas@extundo.com>
12764
12765         * tests/test-crc.c: Change expected crc value, the test vector
12766         were probably computed using the old broken crc.c?
12767
12768 2006-07-06  Simon Josefsson  <jas@extundo.com>
12769
12770         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12771         now the canonical place for the M4 file).
12772
12773         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12774         from the sys_socket dependency now.
12775
12776         * modules/inet_pton (Files): Ditto.
12777
12778         * modules/inet_ntop (Files): Ditto.
12779
12780 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12781
12782         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12783         not gl_PREREQ_GETUSERSHELL.
12784
12785 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12786
12787         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12788         with only one argument, for Autoconf 2.60.
12789         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12790         expand to nothing, so add a shell command to avoid syntax error.
12791         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12792
12793 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12794
12795         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12796
12797 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12798
12799         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12800         no longer needed.  Check for isblank decl.
12801         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12802         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12803         of existence.
12804
12805 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * lib/getloadavg.c: Use __VMS, not VMS.
12808         * lib/getopt.c: Likewise.
12809         * lib/getpagesize.h: Likewise.
12810         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12811         and probably does not work.
12812
12813 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12814
12815         * lib/.cppi-disable: Add wcwidth.
12816         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12817         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12818         (ISGRAPH): Remove.  All uses changed to isgraph.
12819         (FOLD) [!defined _LIBC]: Remove special case.
12820         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12821         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12822         HAVE_ISBLANK.
12823         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12824         case.
12825
12826 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12827
12828         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12829         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12830         brackets.  Other minor changes to suppress some compiler
12831         warnings.
12832
12833 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12834         and Paul Eggert  <eggert@cs.ucla.edu>
12835
12836         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12837         of invoking obsolescent AC_HEADER_DIRENT macro.
12838         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12839         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12840         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12841         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12842         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12843         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12844         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12845         * m4/readdir.m4: Remove; no longer needed.
12846
12847 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12848         and Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12851         Don't worry about this obsolete case any more.
12852         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12853         directories.
12854         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12855         worry about this obsolete case any more.
12856         * lib/fts.c: Likewise.
12857         * lib/getcwd.c: Likewise.
12858         * lib/glob.h: Likewise.
12859         * lib/savedir.c: Likewise.
12860
12861 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12862
12863         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12864         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12865         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12866         needed.
12867         All uses removed.
12868         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12869         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12870         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12871         needed.
12872         * m4/getdate.m4 (gl_GETDATE): Likewise.
12873         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12874         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12875         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12876         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12877         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12878         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12879         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12880         needed.
12881
12882 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12883
12884         * lib/memcasecmp.c: Include <limits.h>.
12885         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12886         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12887         Don't assume isdigit succeeds only on '0' through '9'.
12888
12889 2006-07-05  Eric Blake  <ebb9@byu.net>
12890
12891         * modules/getaddrinfo (Depends-on): Add snprintf.
12892
12893 2006-07-05  Eric Blake  <ebb9@byu.net>
12894
12895         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12896         to avoid 'header present but could not be compiled' on cygwin.
12897
12898 2006-07-05  Eric Blake  <ebb9@byu.net>
12899
12900         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12901         missing from netdb.h.
12902         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12903
12904 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12905
12906         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12907         no longer needed.
12908         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12909         * m4/getdate.m4 (gl_GETDATE): Likewise.
12910         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12911         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12912         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12913         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12914         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12915
12916 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12917
12918         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12919         All uses of is_space replaced by isspace.
12920         * lib/exit.h: Don't talk about STDC_HEADERS.
12921         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12922         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12923         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12924         replaced by isprint etc.
12925         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12926         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12927         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12928         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12929         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12930         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12931
12932 2006-07-05  Bruno Haible  <bruno@clisp.org>
12933
12934         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12935         the function exists, before testing against AIX.
12936         Reported by Martin Lambers <marlam@marlam.de>.
12937
12938 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12941         From Mark D. Baushke.
12942
12943 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12944
12945         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12946         to the absolute name, not just one, to bypass Sun C 5.8's
12947         "warning: #include of /usr/include/... may be non-portable".
12948
12949 2006-07-04  Eric Blake  <ebb9@byu.net>
12950
12951         * modules/dirname-tests: New test module.
12952         * tests/test-dirname.c: New file, replacing dirname.c
12953         TEST_DIRNAME section that was recently deleted.
12954
12955 2006-07-04  Bruno Haible  <bruno@clisp.org>
12956
12957         Assume ANSI C header files and <ctype.h> functions.
12958         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12959         (mbsnwidth): Use isprint, iscntrl instead.
12960
12961 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         Merge from coreutils.
12964         * MODULES.html.sh: Add xstrtold.
12965         * modules/xstrtold: New file.
12966         * modules/cycle-check (Files): Add lib/same-inode.h.
12967         * modules/dirname (Files): Add m4/double-slash-root.m4.
12968         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
12969         * modules/mkdir-p (Files): Add lib/same-inode.h.
12970         * modules/same (Files): Add lib/same-inode.h.
12971
12972 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12973
12974         * m4/absolute-header.m4: Renamed from full-header-path.m4.
12975         This is to keep the terminology clean; POSIX talks about
12976         "absolute pathnames", not "full pathnames", but the GNU
12977         Coding Standards say to use "path" for something else;
12978         so use "absolute" to keep both sides happy.
12979         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
12980         Set gl_absolute_header, not gl_full_header_path.
12981         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
12982         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
12983         All uses changed.
12984
12985         Merge from coreutils.
12986
12987         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12988
12989         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
12990         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
12991         want to require the building of c-strtod.o.
12992         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
12993         needs -lm directly.
12994         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
12995
12996         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
12997
12998         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
12999         --as-needed option if available.  Problem reported by Albert Chin in
13000         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13001         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13002         cc merely issues a bunch of annoying warnings for --as-needed
13003         (this problem was reported by Bob Proulx).  Also, try linking with
13004         -lm to detect a bug in binutils 2.16 (this problem was reported
13005         by Ralf Wildenhues).
13006
13007         2006-06-18  Jim Meyering  <jim@meyering.net>
13008
13009         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13010         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13011         macro.
13012         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13013         also check for glibc-2.4's abort-inducing bug.
13014
13015         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13016         Low-probability clean-up should be to use rmdir to get rid of
13017         the just-created directory, not unlink.
13018
13019         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13020         configure fail, and request a bug report to inform us about it.
13021         Add a comment that, barring reports to the contrary, in 2007 we'll
13022         assume ftruncate is universally available.
13023
13024         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13025
13026         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13027
13028         2006-03-12  Jim Meyering  <jim@meyering.net>
13029
13030         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13031         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13032         * m4/same.m4 (gl_SAME): Likewise.
13033         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13034
13035         2006-03-11  Eric Blake  <ebb9@byu.net>
13036
13037         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13038         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13039         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13040         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13041
13042 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13043
13044         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13045         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13046         reported by Mark D. Baushke, one in
13047         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13048
13049         Merge from coreutils.
13050
13051         * lib/.cppi-disable: Add stdint_.h.
13052         * lib/.cvsignore: Add stdint.h.
13053
13054         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13055
13056         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13057         both double and long double versions.
13058         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13059         * lib/xstrtold.c: New file.
13060         * lib/xstrtod.h (xstrtold): New decl.
13061
13062         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13063
13064         * lib/filemode.c (setst): Remove.
13065         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13066         (arguably) clearer, and the generated code is a bit smaller on my
13067         Debian GNU/Linux stable x86 host.
13068
13069         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13070
13071         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13072         Assume that filemode.h includes sys/types.h and sys/stat.h.
13073         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13074         (ftypelet): Reorder to put common cases first, for efficiency.
13075         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13076         to do 'M'.
13077         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13078         of 10, for compatibility with FreeBSD.  All callers changed.
13079         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13080         types that can't be deduced solely from st_mode.  First arg is now a
13081         const pointer.
13082         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13083         (strmode): Renamed from mode_string.
13084         (filemodestring): New decl.
13085         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13086         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13087         needed.
13088         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13089
13090         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13091
13092         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13093         fsusage.h now does that.  Include fsusage.h first, to test interface.
13094         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13095         at most one method (the old code could have generated decls that
13096         didn't conform to C89, not that this was ever exercised).
13097         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13098
13099         2006-03-19  Jim Meyering  <jim@meyering.net>
13100
13101         Work even in a chroot where d_ino values for entries in "/"
13102         don't match the stat.st_ino values for the same names.
13103         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13104         number, iterate through all entries again, using lstat instead.
13105         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13106         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13107
13108         * lib/getcwd.c (__getcwd): Clarify a comment.
13109         Use memcpy in place of a call to strcpy.
13110
13111         2006-03-12  Jim Meyering  <jim@meyering.net>
13112
13113         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13114         matches that of the current directory (which we're about to chdir ".."
13115         out of), then save the dev-ino of the parent, instead.
13116
13117         * lib/same-inode.h (SAME_INODE): New file/macro.
13118         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13119         Include "same-inode.h", instead.
13120         * lib/same.c: Likewise.
13121         * lib/cycle-check.h: Include "same-inode.h".
13122         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13123         * lib/cycle-check.c (SAME_INODE): Remove definition.
13124         * lib/root-dev-ino.h: Include "same-inode.h".
13125
13126         2006-03-11  Eric Blake  <ebb9@byu.net>
13127
13128         * lib/same.c (same_name): s/base_name/last_component/
13129         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13130         * lib/filenamecat.c (file_name_concat): Likewise.
13131
13132         2006-03-11  Eric Blake  <ebb9@byu.net>,
13133                     Paul Eggert  <eggert@cs.ucla.edu>
13134
13135         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13136         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13137         drive prefix.
13138         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13139         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13140         (last_component): New method.
13141         * lib/dirname.c (dir_len): Determine when drive letters need a
13142         subsequent slash.  Preserve // when it is special.
13143         (dir_name): Don't append dot when drive letter is absolute.
13144         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13145         * lib/basename.c (base_name): New semantics - malloc the result.
13146         Preserve // when it is special.  Preserve relative files that look
13147         like drive letters.
13148         (base_len): Preserve // when it is special.
13149         (last_component): New method, similar to old base_name semantics.
13150         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13151         base_name.  Strip redundant slashes from ///.
13152
13153 2006-07-03  Jim Meyering  <jim@meyering.net>
13154
13155         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13156         macro is used before the first cycle_check call.
13157
13158 2006-07-03  Eric Blake  <ebb9@byu.net>
13159
13160         * modules/dirname (Depends-on): Add xstrndup.
13161
13162 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13163
13164         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13165         test cases, so that config.log is a bit easier to follow.
13166
13167 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13168
13169         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13170         both are 64 bits, since this seems to be the tradition, and this
13171         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13172         we ever run into a host that prefers long long to long in this
13173         case, we'll need another configure-time test.  Problem reported by
13174         Jim Meyering.
13175
13176 2006-07-02  Eric Blake  <ebb9@byu.net>
13177
13178         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13179
13180 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * modules/inttypes (Depends-on): No longer depends on stdint.
13183         * modules/stdint (Description): Say more about assumptions.
13184         Say that the fast types might differ.  Say macros are used.
13185         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13186         (Makefile.am): Revise list of substituted symbols to match
13187         new stdint.m4.
13188         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13189         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13190         * tests/test-stdint.c (verify_same_types)
13191         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13192         the code conforms to C99/C89.
13193         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13194         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13195
13196 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13197
13198         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13199         but fix a bug, by requiring at least 64 bits.
13200         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13201         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13202         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13203         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13204
13205         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13206         changes.  Make 2.59 a prerequisite.  Check and substitute for
13207         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13208         inttypes.h.  Do not use special include files; just use the
13209         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13210         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13211         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13212         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13213         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13214         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13215         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13216         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13217         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13218         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13219         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13220         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13221         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13222         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13223         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13224         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13225         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13226         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13227         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13228         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13229         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13230         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13231         not check for things that C99 does not require, e.g., int8_t.  If
13232         a test isn't needed unless <stdint.h> isn't working, and is
13233         unlikely to be needed for any other reason, then don't do it
13234         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13235         size_t, since we assume C89 freestanding at least.  Do not check
13236         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13237         the right thing even if the types are not defined.  Instead use:
13238         (gl_STDINT_TYPE_PROPERTIES): New macro.
13239         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13240         testing whether <sys/types.h> clashes, as Autoconf does this for
13241         us now.  All uses removed.
13242         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13243         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13244         (gl_CHECK_TYPE_SAME):
13245         Remove; no longer needed.
13246         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13247         exists, since we'll return 0 anyway in that case.
13248         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13249
13250 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13253         possible collision with system files.
13254         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13255         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13256         WCHAR_MIN and WCHAR_MAX in this case.
13257         (<stddef.h>): Do not include; no longer needed.
13258         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13259         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13260         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13261         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13262         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13263         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13264         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13265         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13266         !defined(__c99))]: Include in this case too, since it's harmless
13267         now.
13268         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13269         dangerous to do so.
13270         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13271         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13272         (_STDINT_MIN, _STDINT_MAX): New macros.
13273         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13274         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13275         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13276         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13277         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13278         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13279         macros, not typedefs; this simplifies things quite a bit.
13280         Use long int for all types narrower than int64_t.
13281         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13282         Define in terms of long long int or int64_t or long int,
13283         not int64_t or int32_t.  This saves some compile-time testing.
13284         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13285         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13286         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13287         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13288         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13289         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13290         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13291         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13292         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13293         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13294         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13295         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13296         undef any previous version and define our own version, for
13297         simplicity and consistency with the new macros for types.
13298         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13299         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13300         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13301         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13302         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13303         @WINT_T_SUFFIX@ to keep things simple here.
13304         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13305         Simplify by assuming typical 8/16/32/64 host, since we're
13306         already doing that elsewhere anyway.
13307         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13308         and assume long long int is 64 bits if available.  This
13309         speeds up 'configure'.
13310
13311 2006-07-01  Eric Blake  <ebb9@byu.net>
13312
13313         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13314         Reported by Andreas Buening.
13315
13316 2006-07-01  Eric Blake  <ebb9@byu.net>
13317
13318         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13319
13320 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13321
13322         * lib/getaddrinfo.c: fixed typo
13323
13324 2006-06-29  Jim Meyering  <jim@meyering.net>
13325
13326         * modules/strftime (Maintainer): Add my name, since with the
13327         FPRINTFTIME changes strftime.c has forked from glibc.
13328
13329 2006-06-29  Eric Blake  <ebb9@byu.net>
13330
13331         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13332
13333 2006-06-29  Eric Blake  <ebb9@byu.net>
13334
13335         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13336
13337 2006-06-29  Eric Blake  <ebb9@byu.net>
13338
13339         * lib/stat_.h: New file.
13340
13341 2006-06-29  Eric Blake  <ebb9@byu.net>
13342
13343         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13344         unused static function.
13345
13346 2006-06-29  Eric Blake  <ebb9@byu.net>
13347
13348         * doc/functions.texi (Function Portability): Document missing lstat
13349         on mingw.
13350
13351 2006-06-29  Eric Blake  <ebb9@byu.net>
13352
13353         * MODULES.html.sh: Add sys_stat.
13354         * modules/sys_stat: New module.
13355         * modules/mkstemp (Depends-on): Add sys_stat.
13356
13357 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13358
13359         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13360
13361 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13362
13363         * m4/c-bs-a.m4: Removed.
13364
13365 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13366
13367         * lib/strftime.c: Assume strftime() exists.
13368
13369 2006-06-29  Derek Price  <derek@ximbiot.com>
13370
13371         * modules/c-bs-a: Removed - \a is C89.
13372         * MODULES.html.sh: Remove c-bs-a.
13373
13374 2006-06-29  Bruno Haible  <bruno@clisp.org>
13375
13376         * modules/wcwidth (License): Change to LGPL.
13377
13378 2006-06-28  Simon Josefsson  <jas@extundo.com>
13379
13380         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13381         on _WIN32.
13382
13383         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13384         getnameinfo.
13385
13386 2006-06-28  Simon Josefsson  <jas@extundo.com>
13387
13388         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13389
13390 2006-06-28  Simon Josefsson  <jas@extundo.com>
13391
13392         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13393         functions there.  It will succeed on Windows XP, but on Windows
13394         2000 and (presumably) earlier, it will fail, and use the internal
13395         re-implementation.
13396         (use_win32_p): New function.
13397         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13398         Support AI_NUMERICSERV to disable getservbyname.
13399         (getnameinfo): New function, only supports
13400         NI_NUMERICHOST|NI_NUMERICSERV for now.
13401
13402         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13403         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13404         getnameinfo.
13405
13406 2006-06-28  Eric Blake  <ebb9@byu.net>
13407
13408         * modules/wcwidth: New file.
13409         * modules/mbchar (Depends-on): Add wcwidth.
13410         * modules/mbswidth (Depends-on): Add wcwidth.
13411         * MODULES.html.sh: Add wcwidth.
13412
13413 2006-06-28  Eric Blake  <ebb9@byu.net>
13414
13415         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13416         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13417
13418 2006-06-28  Eric Blake  <ebb9@byu.net>
13419
13420         * lib/xvasprintf.h: Fix comments.
13421
13422 2006-06-28  Eric Blake  <ebb9@byu.net>
13423
13424         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13425         * lib/mbswidth.c (wcwidth): Move from here...
13426         * lib/wcwidth.h: ...to this new file.
13427
13428 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13429
13430         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13431
13432         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13433         it's obsolete.
13434         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13435
13436 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13437
13438         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13439         Autoconf 2.60 says this stuff was obsolete.
13440
13441 2006-06-28  Bruno Haible  <bruno@clisp.org>
13442
13443         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13444
13445 2006-06-28  Bruno Haible  <bruno@clisp.org>
13446
13447         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13448         gt_TYPE_WCHAR_T.
13449
13450 2006-06-28  Bruno Haible  <bruno@clisp.org>
13451
13452         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13453         declaration for wcwidth.
13454         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13455
13456 2006-06-28  Bruno Haible  <bruno@clisp.org>
13457
13458         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13459         (mkdir): Define using _mkdir.
13460
13461 2006-06-28  Bruno Haible  <bruno@clisp.org>
13462
13463         * lib/getaddrinfo.h: Fix POSIX URL.
13464         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13465         _WIN32.
13466         (use_win32_p): Make static.
13467         (getaddrinfo): Reject service name if it is empty or does not consist
13468         solely of decimal digits, or if its value is > 65535.
13469         (getnameinfo): Remove useless casts.
13470
13471 2006-06-27  Simon Josefsson  <jas@extundo.com>
13472
13473         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13474         Eggert and Martin Lambers.
13475
13476 2006-06-27  Simon Josefsson  <jas@extundo.com>
13477
13478         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13479         Eggert and Martin Lambers.
13480
13481 2006-06-27  Bruno Haible  <bruno@clisp.org>
13482
13483         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13484         result to 0, not to empty.
13485         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13486
13487 2006-06-27  Bruno Haible  <bruno@clisp.org>
13488
13489         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13490
13491 2006-06-26  Simon Josefsson  <jas@extundo.com>
13492
13493         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13494         present.
13495
13496 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13497
13498         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13499         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13500         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13501
13502 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13503
13504         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13505
13506 2006-06-26  Bruno Haible  <bruno@clisp.org>
13507
13508         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13509
13510 2006-06-26  Bruno Haible  <bruno@clisp.org>
13511
13512         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13513
13514 2006-06-26  Bruno Haible  <bruno@clisp.org>
13515
13516         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13517         SGI C compiler in pre-C99 mode.
13518         Suggested by Mark D. Baushke and Larry Jones.
13519
13520 2006-06-26  Bruno Haible  <bruno@clisp.org>
13521
13522         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13523         WCHAR_MAX.
13524         Reported by Mark D. Baushke and Larry Jones.
13525
13526 2006-06-26  Bruno Haible  <bruno@clisp.org>
13527
13528         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13529         in pre-C99 mode.
13530         Suggested by Mark D. Baushke and Larry Jones.
13531
13532 2006-06-23  Simon Josefsson  <jas@extundo.com>
13533             Bruno Haible  <bruno@clisp.org>
13534
13535         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13536         Emit mostlyclean-local rule.
13537         (func_emit_tests_Makefile_am): Likewise.
13538         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13539
13540 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13541
13542         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13543
13544 2006-06-23  Bruno Haible  <bruno@clisp.org>
13545
13546         * tests/test-stdint.c: Update to match ISO C 99 Technical
13547         Corrigendum 1.
13548
13549 2006-06-23  Bruno Haible  <bruno@clisp.org>
13550
13551         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13552
13553 2006-06-23  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/stdint_.h: Treat IRIX like OpenBSD.
13556
13557 2006-06-23  Bruno Haible  <bruno@clisp.org>
13558
13559         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13560         ISO C 99 Technical Corrigendum 1.
13561
13562 2006-06-22  Simon Josefsson  <jas@extundo.com>
13563
13564         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13565         MinGW.
13566
13567 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13570         needed.  Some compiler complained about some of them.  Problem reported
13571         by Larry Jones in
13572         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13573
13574 2006-06-21  Simon Josefsson  <jas@extundo.com>
13575
13576         * tests/test-getaddrinfo.c: New file.
13577
13578         * modules/getaddrinfo-tests: New file.
13579
13580         * MODULES.html.sh: Add inet_pton.
13581
13582         * modules/inet_pton: New file.
13583
13584 2006-06-21  Simon Josefsson  <jas@extundo.com>
13585
13586         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13587         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13588         of using the (limited) gnulib implementation on Windows XP.
13589
13590         * m4/inet_pton.m4: New file.
13591
13592 2006-06-21  Simon Josefsson  <jas@extundo.com>
13593
13594         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13595         variable.
13596
13597         * lib/socket_.h: Don't define WINVER.
13598
13599         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13600         slightly modified to work in gnulib.
13601
13602 2006-06-21  Simon Josefsson  <jas@extundo.com>
13603
13604         * doc/gnulib.texi (Windows sockets): Add.
13605
13606 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         * lib/read-file.c (fread_file): Start with buffer allocation of
13609         0 bytes rather than 1 byte; this simplifies the code.
13610         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13611         code to free buffer and save/restore errno.
13612         (internal_read_file): Remove unused local.
13613
13614 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13617         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13618         Problem reported by Denis Excoffier in
13619         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13620
13621 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13622
13623         * modules/sys_socket, modules/socklen: Include sys/types since
13624         FreeBSD 4.x's sys/socket.h needs it.
13625
13626 2006-06-19  Simon Josefsson  <jas@extundo.com>
13627
13628         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13629
13630 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13631
13632         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13633
13634 2006-06-19  Bruno Haible  <bruno@clisp.org>
13635
13636         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13637         and FULL_PATH_INTTYPES_H in angle brackets.
13638         Reported by Mark D. Baushke <mdb@gnu.org>.
13639
13640 2006-06-17  Eric Blake  <ebb9@byu.net>
13641
13642         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13643         errno.
13644
13645 2006-06-17  Bruno Haible  <bruno@clisp.org>
13646
13647         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13648         <sys/inttypes.h>.
13649
13650 2006-06-17  Bruno Haible  <bruno@clisp.org>
13651
13652         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13653         whether errno is declared. Assume <errno.h> declares errno.
13654
13655 2006-06-17  Bruno Haible  <bruno@clisp.org>
13656
13657         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13658
13659 2006-06-17  Bruno Haible  <bruno@clisp.org>
13660
13661         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13662         problem on Solaris 2.5.1.
13663
13664 2006-06-16  Eric Blake  <ebb9@byu.net>
13665
13666         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13667         * lib/unicodeio.c [!defined errno]: Likewise.
13668         * lib/strtol.c [!defined errno]: Likewise.
13669         * lib/strtod.c [!defined errno]: Likewise.
13670
13671 2006-06-15  Eric Blake  <ebb9@byu.net>
13672
13673         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13674
13675 2006-06-15  Eric Blake  <ebb9@byu.net>
13676
13677         * config/srclist.txt (ssize_t.m4): Lose sync.
13678
13679 2006-06-15  Bruno Haible  <bruno@clisp.org>
13680
13681         * modules/stdint (Files): Include m4/full-header-path.m4,
13682         m4/size_max.m4, m4/wchar_t.m4.
13683         (Makefile.am): Many more substitutions.
13684         * modules/stdint-tests: New file.
13685         * tests/test-stdint.c: New file.
13686
13687 2006-06-15  Bruno Haible  <bruno@clisp.org>
13688
13689         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13690         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13691         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13692         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13693         gl_CHECK_TYPE_SAME): New macros.
13694
13695 2006-06-15  Bruno Haible  <bruno@clisp.org>
13696
13697         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13698
13699 2006-06-15  Bruno Haible  <bruno@clisp.org>
13700
13701         * lib/stdint_.h: Rewritten to be fully auto-configured.
13702         Fixes bug on HP-UX/IA64.
13703
13704 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13705
13706         * lib/getdate.y (__attribute__): Don't define if already defined.
13707         Problem reported by Larry Jones.
13708         * lib/utimens.c (__attribute__): Likewise.
13709
13710 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13711
13712         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13713         reported by Andreas Schwab.
13714
13715 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13716             Bruno Haible  <bruno@clisp.org>
13717
13718         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13719         check for the declaration of strnlen and a run test that exposes the
13720         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13721         rpl_strndup.
13722
13723 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13724             Bruno Haible  <bruno@clisp.org>
13725
13726         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13727
13728 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13729
13730         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13731         compile test, for Tru64 4.0D.
13732
13733 2006-05-28  Karl Berry  <karl@gnu.org>
13734
13735         * config/srclist.txt (printf-args.c): lose sync.
13736
13737 2006-05-26  Martin Lambers  <marlam@marlam.de>
13738
13739         * lib/getpass.c: Updates the test for the native W32 API, and adds
13740         missing includes, thus fixing compilation warnings.
13741
13742 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13743
13744         * lib/exclude.c (exclude_fnmatch): New function.
13745         (excluded_file_name): Call exclude_fnmatch.
13746         * lib/exclude.h (excluded_file_name): New prototype
13747
13748 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13749
13750         * lib/tempname.c (small_open, large_open): New macros.
13751         (__open, __open64) [!_LIBC]: Remove.
13752         (__gen_tempname): Use small_open and large_open instead of __open
13753         and __open64.  This fixes a portability bug on HP-UX 11.11i
13754         reported by Simon Wing-Tang in
13755         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13756
13757 2006-05-24  Bruno Haible  <bruno@clisp.org>
13758
13759         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13760         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13761         Reported by Thorsten Maerz <torte@netztorte.de> via
13762         Aaron Stone <aaron@serendipity.cx>.
13763
13764 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13765
13766         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13767         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13768         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13769         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13770         not really conditional on the cache.
13771         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13772
13773 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13774
13775         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13776         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13777         (my_usleep): Don't mishandle maximum value.
13778
13779 2006-05-19  Jim Meyering  <jim@meyering.net>
13780
13781         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13782
13783 2006-05-17  Bruno Haible  <bruno@clisp.org>
13784
13785         Cygwin portability.
13786         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13787
13788 2006-05-17  Bruno Haible  <bruno@clisp.org>
13789
13790         * lib/stdint_.h: Fix recognition of Cygwin.
13791
13792 2006-05-15  Bruno Haible  <bruno@clisp.org>
13793
13794         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13795         on libtool patch by Ralf Wildenhues.
13796
13797 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13800         test for C99 conformance; (bool) 0.5 is an integer constant
13801         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13802         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13803
13804 2006-05-11  Simon Josefsson  <jas@extundo.com>
13805
13806         * m4/xvasprintf.m4: Fix obvious typo.
13807
13808 2006-05-11  Jim Meyering  <jim@meyering.net>
13809
13810         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13811         James Lemley.
13812
13813 2006-05-10  Simon Josefsson  <jas@extundo.com>
13814
13815         * lib/md4.c: Typo fix, update copyright years.
13816         (K1, K2): Don't use L because it turn computations into 64-bit on
13817         64-bit platforms.
13818
13819 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13820
13821         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13822         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13823         unwanted sign propagation, e.g., on hosts with 64-bit int.
13824         There still are some problems with reeelly weird theoretical hosts
13825         (e.g., 33-bit int) but it's not worth worrying about now.
13826         * lib/sha1.c (rol): Likewise.
13827         (K1, K2, K3, K4): Remove unnecessary L suffix.
13828
13829 2006-05-10  Bruno Haible  <bruno@clisp.org>
13830
13831         * lib/des.c: Cast to avoid warnings.
13832
13833 2006-05-09  Bruno Haible  <bruno@clisp.org>
13834
13835         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13836         (Depends-on): Depend also on xsize, stdarg.
13837         (configure.ac): Add gl_XVASPRINTF.
13838
13839 2006-05-09  Bruno Haible  <bruno@clisp.org>
13840
13841         * m4/xvasprintf.m4: New file.
13842
13843 2006-05-09  Bruno Haible  <bruno@clisp.org>
13844
13845         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13846         (EOVERFLOW): Define fallback value.
13847         (xstrcat): New function.
13848         (xvasprintf): Recognize the special case of a string concatenation.
13849
13850 2006-05-08  Eric Blake  <ebb9@byu.net>
13851
13852         * gnulib-tool (func_version): Base copyright year on CVS date.
13853         (func_emit_copyright_notice): New function.
13854         (func_emit_lib_Makefile_am): Use it.
13855         (func_emit_tests_Makefile_am): Likewise.
13856         (func_import): Likewise.
13857
13858 2006-05-08  Bruno Haible  <bruno@clisp.org>
13859
13860         * modules/stdarg: New file.
13861         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13862
13863 2006-05-08  Bruno Haible  <bruno@clisp.org>
13864
13865         * m4/stdarg.m4: New file, from GNU gettext.
13866
13867 2006-05-08  Bruno Haible  <bruno@clisp.org>
13868
13869         * config/srclist.txt (build-aux/config.rpath): different from latest
13870         release.
13871
13872 2006-05-08  Bruno Haible  <bruno@clisp.org>
13873
13874         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13875
13876 2006-05-05  Jim Meyering  <jim@meyering.net>
13877
13878         * m4/warning.m4: New file, derived from bison's file by the same name.
13879
13880 2006-05-03  Bruno Haible  <bruno@clisp.org>
13881
13882         * lib/stdint_.h: Shorter URL.
13883         * lib/inttypes.h: Likewise.
13884
13885 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13886
13887         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13888
13889 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * lib/verify.h: Document the internals better.  Most of this change
13892         was written by Bruno Haible.
13893
13894 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13895
13896         * doc/verify.texi: New file, partly based on a proposal by
13897         Bruno Haible.
13898
13899 2006-05-02  Bruno Haible  <bruno@clisp.org>
13900
13901         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13902         test from here...
13903         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13904
13905 2006-04-29  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13908         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13909
13910 2006-04-29  Bruno Haible  <bruno@clisp.org>
13911
13912         * gnulib-tool: Make --update option actually work.
13913
13914 2006-04-29  Bruno Haible  <bruno@clisp.org>
13915
13916         * doc/gcd.texi: New file.
13917         * doc/gnulib.texi: Include it.
13918
13919 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13920
13921         * lib/getdate.y (get_date): When adding relative date, start with the
13922         initial time, not with the result of the first mktime call.
13923
13924 2006-04-25  Bruno Haible  <bruno@clisp.org>
13925
13926         * gnulib-tool (func_import): Output the include directives in three
13927         blocks, sorted separately.
13928         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13929
13930 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13933         to define main with arguments, for C++.  Reported by Eric Blake.
13934         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13935         Prefer 'int main ()' to 'int main (void)', for C++.
13936         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13937         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13938         for 'main', for C99 and C++.
13939
13940 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13941
13942         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13943         Don't assume that exit status -1 is valid.
13944         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13945         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13946         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13947         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13948         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13949         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13950         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13951         functions can be used without declaring them, or that you can
13952         exit with status -1.
13953         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13954
13955 2006-04-24  Karl Berry  <karl@gnu.org>
13956
13957         * config/srclist.txt (longdouble.m4): sync lost.
13958
13959 2006-04-24  Eric Blake  <ebb9@byu.net>
13960
13961         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13962
13963 2006-04-24  Bruno Haible  <bruno@clisp.org>
13964
13965         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13966         poll() implementation in AIX.
13967         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13968
13969 2006-04-24  Bruno Haible  <bruno@clisp.org>
13970
13971         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
13972         assigned exactly once.
13973
13974 2006-04-23  Claudio Fontana  <claudio@gnu.org>
13975             Bruno Haible  <bruno@clisp.org>
13976
13977         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
13978         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
13979         for AM_CPPFLAGS.
13980
13981 2006-04-23  Bruno Haible  <bruno@clisp.org>
13982
13983         * modules/copy-file: Depend on unistd.
13984         * modules/execute: Likewise.
13985         * modules/fatal-signal: Likewise.
13986         * modules/findprog: Likewise.
13987         * modules/mkdtemp : Likewise.
13988         * modules/pipe: Likewise.
13989         * modules/wait-process: Likewise.
13990
13991 2006-04-23  Bruno Haible  <bruno@clisp.org>
13992
13993         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
13994         condition was already detected.
13995         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13996
13997 2006-04-23  Bruno Haible  <bruno@clisp.org>
13998
13999         * lib/copy-file.c: Include <unistd.h> unconditionally.
14000         * lib/execute.c: Likewise.
14001         * lib/fatal-signal.c: Likewise.
14002         * lib/findprog.c: Likewise.
14003         * lib/mkdtemp.c: Likewise.
14004         * lib/pipe.h: Likewise.
14005         * lib/pipe.c: Likewise.
14006         * lib/wait-process.h: Likewise.
14007
14008 2006-04-23  Bruno Haible  <bruno@clisp.org>
14009
14010         * gnulib-tool (func_usage): Fix --import description. Document
14011         --update.
14012         (func_import): Create temporary file in a temporary directory, if
14013         --dry-run is specified. Silence errors from 'grep' when there are no
14014         m4 files in $m4dir.
14015         (func_create_testdir): Silence errors from 'grep' when there are no
14016         m4 files in $m4dir.
14017         Reported by Karl Berry <karl@freefriends.org>.
14018
14019 2006-04-20  Bruno Haible  <bruno@clisp.org>
14020
14021         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14022         one argument, so that the code will be portable to Autoconf 2.60.
14023         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14024         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14025         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14026
14027 2006-04-19  Derek Price  <derek@ximbiot.com>
14028             Eric Blake  <ebb9@byu.net>
14029
14030         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14031         rather than "/full/path.h".  Update comment to match.  Shorten &
14032         generalize m4_translit call via AS_TR_CPP.
14033
14034 2006-04-19  Derek Price  <derek@ximbiot.com>
14035             Eric Blake  <ebb9@byu.net>
14036
14037         * lib/inttypes.h: Correct grammar in comment.
14038
14039 2006-04-18  Derek Price  <derek@ximbiot.com>
14040             Paul Eggert  <eggert@cs.ucla.edu>
14041
14042         * modules/inttypes: New file.
14043         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14044
14045 2006-04-18  Derek Price  <derek@ximbiot.com>
14046             Paul Eggert  <eggert@cs.ucla.edu>
14047
14048         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14049         New files.
14050
14051 2006-04-18  Derek Price  <derek@ximbiot.com>
14052             Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * lib/inttypes.h: New file.
14055         * lib/strtoimax.c: Assume <inttypes.h>.
14056
14057 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14058
14059         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14060         isn't mounted.  Problem reported by Kir Kolyshkin.
14061
14062 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14063
14064         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14065         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14066         Derek R. Price.
14067         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14068         implementation.
14069
14070 2006-04-12  Eric Blake  <ebb9@byu.net>
14071
14072         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14073         is now done automatically by the corresponding Autoconf macro.
14074
14075 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14078         time_r.h.
14079
14080 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14081
14082         Merge regex changes from libc, removing some of our
14083         POSIX-conformance changes that were rejected and redoing them in a
14084         less-intrusive way.
14085
14086         * lib/regcomp.c (re_compile_internal, init_dfa):
14087         Length arg is now size_t, not Idx.  All uses changed.
14088         (peek_token): Forward decl now says internal_function.
14089         (__re_error_msgid, __re_error_msgid_idx):
14090         Now static rather than extern with attribute_hidden.
14091         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14092         For some reason libc prefers K&R style defns for external functions.
14093         (regerror) [!defined _LIBC]: Likewise.
14094         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14095         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14096         (build_range_exp, build_collating_symbol):
14097         Use K&R-style defn.
14098         (re_compile_fastmap): Use '\0' to memset, not 0.
14099         (utf8_sb_map): Make the calculations more obvious.
14100         (init_dfa, parse_bracket_exp, build_charclass_op):
14101         Call calloc and cast result, as glibc does.
14102         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14103         (build_range_exp, build_collating_symbol):
14104         Now internal functions.
14105
14106         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14107
14108         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14109         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14110         Don't depend on VMS; depend on __VMS instead, for POSIX
14111         namespace cleanness.
14112         (regoff_t): Define to ssize_t, not long int.
14113
14114         Remove the REG_ macros named below.  Instead, make the old names
14115         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14116         __USE_GNU_REGEX.
14117         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14118         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14119         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14120         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14121         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14122         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14123         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14124         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14125         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14126         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14127         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14128         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14129         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14130         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14131         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14132         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14133         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14134         (REG_NREGS):
14135         Remove.  All uses replaced by the old RE_* names.
14136         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14137         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14138         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14139         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14140         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14141         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14142         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14143         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14144         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14145         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14146         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14147         Don't bother having these macros be independent of each others'
14148         values, since they no longer exist in the POSIX name space.
14149
14150         Rename the following member names back to their old names,
14151         unless !__USE_GNU_REGEX.  All uses changed back.
14152         (buffer): Renamed from re_buffer.
14153         (allocated): Renamed from re_allocated.
14154         (used): Renamed from re_used.
14155         (syntax): Renamed from re_syntax.
14156         (fastmap): Renamed from re_fastmap.
14157         (translate): Renamed from re_translate.
14158         (can_be_null): Renamed from re_can_be_null.
14159         (regs_allocated): Renamed from re_regs_allocated.
14160         (fastmap_accurate): Renamed from re_fastmap_accurate.
14161         (no_sub): Renamed from re_no_sub.
14162         (not_bol): Renamed from re_not_bol.
14163         (not_eol): Renamed from re_not_eol.
14164         (newline_anchor): Renamed from re_newline_anchor.
14165         (num_regs): Renamed from rm_num_regs.
14166         (start): Renamed from rm_start.
14167         (end): Renamed from rm_end.
14168
14169         (free_state): Move up a bit.
14170
14171         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14172         #define to be empty.
14173         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14174         when that is what is intended.
14175         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14176         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14177         (MAX): New macro.
14178         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14179         All uses changed back to re_malloc, etc.  It's now the caller's
14180         responsibility to check for overflow; all callers changed.
14181         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14182         (re_x2nrealloc): Remove.
14183         (free_state): Remove decl.
14184
14185         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14186         (re_set_registers, re_exec):
14187         Use K&R-style defn.
14188
14189         2006-01-31  Roland McGrath  <roland@redhat.com>
14190
14191         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14192         Reported by Mike Frysinger <vapier@gentoo.org>.
14193
14194         2006-01-15  Andreas Jaeger  <aj@suse.de>
14195
14196         [BZ #1950]
14197         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14198         build_wcs_upper_buffer change.
14199         (build_wcs_upper_buffer): Change return type.
14200
14201         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14202
14203         * lib/regex_internal.h: Include <stdint.h> if available.
14204
14205         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14206
14207         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14208
14209         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14210
14211         * lib/regcomp.c: Adjust for changed secondary hash function.
14212
14213         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14214
14215         * lib/regex.h: Pretty printing.
14216         Clean up namespace a bit.
14217
14218         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14219
14220         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14221         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14222
14223         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14224                     Ulrich Drepper  <drepper@redhat.com>
14225
14226         [BZ #1302]
14227         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14228         changed.
14229         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14230
14231         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14232
14233         [BZ #281]
14234         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14235         * lib/regcomp.c: Remove unnecessary uses of
14236         unsigned RE_TRANSLATE_TYPE.
14237         * lib/regex_internal.h: Likewise.
14238         * lib/regex_internal.c: Likewise.
14239         * lib/regexec.c: Likewise.
14240         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14241
14242         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14243
14244         * lib/regexec.c (find_recover_state): Remove unnecessary
14245         initialization.
14246         (transit_state_bkref): Make DFA a const pointer.
14247         (get_subexp): Likewise.
14248         (check_arrival): Likewise.
14249         (update_cur_sifted_state): Likewise.
14250         (re_search_internal): Likewise.
14251         (prune_impossible_nodes): Likewise.
14252         (acquire_init_state_context): Likewise.
14253         (proceed_next_node): Likewise.
14254         (set_regs): Likewise.
14255         (free_fail_stack_return): Likewise.
14256         (check_arrival_expand_ecl): Mark DFA parameter as const.
14257         (check_arrival_expand_ecl_sub): Likewise.
14258         (check_subexp_limits): Likewise.
14259         (sub_epsilon_src_nodes):  Likewise.
14260         (add_epsilon_src_nodes):  Likewise.
14261         (merge_state_array): Likewise.
14262         (update_regs): Likewise.
14263         (build_trtable): Likewise.
14264         (sift_states_backward): Mark MCTX parameter as const.
14265         (build_sifted_states): Likewise.
14266         (update_cur_sifted_state): Likewise.
14267         (sift_states_mkref): Likewise.
14268         (check_arrival_expand_ecl): Mark eclosure as const.
14269         (check_dst_limits_calc_pos_1): Likewise.
14270         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14271         pointer.
14272
14273         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14274
14275         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14276         (transit_state_sb): Likewise.
14277         (transit_state_mb): Likewise.
14278         (sift_states_iter_mb): Likewise.
14279         (check_arrival_add_next_nodes): Likewise.
14280         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14281         [_LIBC] (re_search_2_stub): Use mempcpy.
14282
14283         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14284         mbrtowc for very simple UTF-8 case.
14285
14286         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14287         a pointer-to-const.
14288         (re_acquire_state_context): Likewise.
14289         * lib/regex_internal.h: Adjust prototypes.
14290
14291         * lib/regex.c: Prevent using C++ compilers.
14292
14293         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14294         (re_acquire_state_context): Likewise.
14295
14296 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14297
14298         * modules/regex (Depends-on): Add ssize_t.
14299
14300 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14303         translation table.
14304
14305 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14308
14309 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14310             Bruno Haible  <bruno@clisp.org>
14311
14312         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14313         <sys/types.h> and <inttypes.h>.
14314
14315 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14316
14317         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14318         `__error_t_defined', so argp.h will not typedef the former.
14319
14320 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14321
14322         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14323         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14324         glibc names.  Even if glibc is changed to conform to POSIX, the
14325         traditional names will be available anyway, since regex depends on
14326         the extensions module.  Also, fix a longstanding typo in the
14327         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14328         reported by Emanuele Giaquinta.  Also, change sense of cached
14329         variable, so that the message makes sense.
14330
14331 2006-03-24  Simon Josefsson  <jas@extundo.com>
14332
14333         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14334         including some doc fixes.
14335         (base64_encode_alloc): Fix +1 bug on allocation failures.
14336
14337 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14338
14339         * lib/base64.c (base64_encode): Do not read past end of array with
14340         unsanitized input on systems with CHAR_BIT > 8.
14341
14342 2006-03-24  Eric Blake  <ebb9@byu.net>
14343
14344         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14345
14346 2006-03-22  Karl Berry  <karl@gnu.org>
14347
14348         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14349         * config/srclistvars.sh (COREUTILS): new var.
14350
14351 2006-03-17  Jim Meyering  <jim@meyering.net>
14352
14353         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14354         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14355
14356 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14359         no longer needs it.  Instead, check that regoff_t is as least
14360         as wide as ptrdiff_t.
14361
14362         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14363         so that our regex.h stays compatible with the installed regex.
14364         This is helpful for installers who configure --without-included-regex.
14365         Problem reported by Emanuele Giaquinta.
14366
14367 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14368
14369         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14370         Typedef to long int, not to off_, as POSIX will likely change
14371         in that direction.
14372
14373 2006-03-15  Eric Blake  <ebb9@byu.net>
14374
14375         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14376
14377 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14378
14379         * lib/argp-help.c (validate_uparams): Fix typo
14380         * lib/argp-parse.c (argp_default_options): Consistently begin help
14381         messages with a lowercase letter.
14382
14383 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14384
14385         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14386         overrun buffers and shouldn't be used (much as gets shouldn't be
14387         used).
14388         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14389
14390 2006-03-08  Simon Josefsson  <jas@extundo.com>
14391
14392         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14393         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14394
14395 2006-03-08  Simon Josefsson  <jas@extundo.com>
14396
14397         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14398         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14399
14400 2006-03-08  Simon Josefsson  <jas@extundo.com>
14401
14402         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14403         signal that configure disabled the device.
14404
14405 2006-03-08  Simon Josefsson  <jas@extundo.com>
14406
14407         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14408         languages.
14409
14410 2006-03-07  Simon Josefsson  <jas@extundo.com>
14411
14412         * modules/getopt (Depends-on): Add unistd.
14413
14414         * modules/unistd: New file.
14415
14416 2006-03-07  Simon Josefsson  <jas@extundo.com>
14417
14418         * modules/gc-random: New file.
14419
14420 2006-03-07  Simon Josefsson  <jas@extundo.com>
14421
14422         * m4/unistd_h.m4: New file.
14423
14424 2006-03-07  Simon Josefsson  <jas@extundo.com>
14425
14426         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14427         test to be side-effect free by storing the result in the cache
14428         variable gl_cv_lib_readline, and moving the assignment of
14429         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14430         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14431
14432 2006-03-07  Simon Josefsson  <jas@extundo.com>
14433
14434         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14435         error on missing devices (the functions will return an error).
14436
14437         * m4/gc.m4: Move random stuff to gc-random.m4
14438
14439 2006-03-07  Simon Josefsson  <jas@extundo.com>
14440
14441         * lib/unistd_.h: New file.
14442
14443 2006-03-07  Simon Josefsson  <jas@extundo.com>
14444
14445         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14446
14447 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14450         Problem reported by Juan Manuel Guerrero.
14451
14452 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14453
14454         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14455         the unistd module.
14456         * lib/getlogin_r.c: Likewise.
14457         * lib/getlogin_r.h: Likewise.
14458         * lib/glob.c: Likewise.
14459         * lib/pagealign_alloc.c: Likewise.
14460         * lib/unistd_.h: Remove; no longer needed.
14461
14462 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14463
14464         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14465         Add unistd.
14466         * modules/c-stack (Depends-on): Add unistd.
14467         * modules/getlogin_r: Likewise.
14468         * modules/glob: Likewise.
14469         * modules/pagealign_alloc: Likewise.
14470         * modules/unistd (Files): Remove lib/unistd_.h.
14471         (EXTRA_DIST): Remove.
14472         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14473         need unistd_.h.
14474         (MOSTLYCLEANFILES): Remove unistd.h-t.
14475
14476 2006-03-03  Simon Josefsson  <jas@extundo.com>
14477
14478         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14479
14480 2006-03-03  Simon Josefsson  <jas@extundo.com>
14481
14482         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14483         libidn and bison.
14484
14485 2006-03-03  Simon Josefsson  <jas@extundo.com>
14486
14487         * build-aux/maint.mk: Add indent target.
14488
14489 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14490
14491         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14492         our replacement poll.h in any case, to avoid a differing
14493         declaration from a system header.  Seen on AIX.
14494
14495 2006-03-01  Simon Josefsson  <jas@extundo.com>
14496
14497         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14498         <kasal@ucw.cz>.
14499
14500 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14501
14502         * modules/gettime (Depends-on): Add extensions module.
14503         * modules/nanosleep (Depends-on): Likewise.
14504         * modules/settime (Depends-on): Likewise.
14505
14506 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14507
14508         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14509         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14510         pedantically.
14511         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14512         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14513
14514         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14515         not "==".  Reported by Ralf Wildenhues.
14516
14517 2006-03-01  Karl Berry  <karl@gnu.org>
14518
14519         * doc/Copyright/request-*: new files, synced from gnuorg.
14520
14521 2006-03-01  Karl Berry  <karl@gnu.org>
14522
14523         * config/srclist.txt (Copyright/*): new entries.
14524
14525 2006-02-28  Simon Josefsson  <jas@extundo.com>
14526
14527         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14528
14529 2006-02-27  Simon Josefsson  <jas@extundo.com>
14530
14531         * lib/base64.h: Indent #define's.  From Jim Meyering
14532         <jim@meyering.net>.
14533
14534 2006-02-27  Jim Meyering  <jim@meyering.net>
14535
14536         Revert the change of 2006-02-24, so these files can continue
14537         to be sync'd from gettext.
14538         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14539         of `config.h'.
14540
14541 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * modules/intprops: New file.
14544         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14545         Add intprops.
14546         * modules/getloadavg (Files): Remove lib/intprops.h.
14547         (Depends-on): Add intprops.
14548         * modules/human: Likewise.
14549         * modules/inttostr: Likewise.
14550         * modules/openat: Likewise.
14551         * modules/sig2str: Likewise.
14552         * modules/userspec: Likewise.
14553         * modules/utimecmp: Likewise.
14554         * modules/xnanosleep: Likewise.
14555         * modules/xstrtol: Likewise.
14556
14557 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14558
14559         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14560         * modules/lock-tests (TESTS): Use $(EXEEXT).
14561         * modules/tls-tests: Likewise.
14562         * modules/argp-tests: Likewise.
14563         (check_PROGRAMS): New var, replacing...
14564         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14565
14566 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14567
14568         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14569         `config.h'.
14570
14571 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14572
14573         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14574
14575 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14576
14577         Sync from coreutils.
14578         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14579         gl_CHDIR_SAFER.
14580
14581 2006-02-22  Jim Meyering  <jim@meyering.net>
14582
14583         Sync from coreutils.
14584         * m4/chdir-safer.m4: New file.
14585
14586 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14587
14588         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14589         AT_FDCWD exceeds INT_MAX.
14590         * lib/openat.h (AT_FDCWD): Likewise.
14591
14592 2006-02-17  Eric Blake  <address@hidden>
14593
14594         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14595
14596 2006-02-16  Simon Josefsson  <jas@extundo.com>
14597
14598         * modules/getaddrinfo (Depends-on): Add sys_socket.
14599
14600 2006-02-15  Simon Josefsson  <jas@extundo.com>
14601
14602         * build-aux/maint.mk: Add dsyntax-check rule.
14603
14604 2006-02-15  Eric Blake  <ebb9@byu.net>
14605
14606         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14607         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14608         'present but cannot compile' warnings on cygwin.
14609         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14610         use ws2tcpip.h if sys/socket.h works.
14611         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14612         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14613
14614 2006-02-14  Simon Josefsson  <jas@extundo.com>
14615
14616         * modules/maintainer-makefile (Files): Rename.
14617
14618         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14619         and (the local) Makefile.cfg to maint-cfg.mk.
14620
14621         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14622         to the latter.
14623
14624         * modules/maintainer-makefile: New module.
14625
14626         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14627         severaly stripped to make it possible to build it up from scratch
14628         with reliable tests.
14629
14630         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14631         fixes to permit overriding the default actions when configure and
14632         makefile are not available.
14633
14634 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         Sync from coreutils.
14637         * modules/lstat (Depends-on): Don't depend on xalloc.
14638         (License): Change from GPL to LGPL, since this is now simply a
14639         replacement for a libc function.
14640
14641 2006-02-14  Jim Meyering  <jim@meyering.net>
14642
14643         Sync from coreutils.
14644
14645         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14646         failure on deficient systems, and simplify gnulib lgpl dependencies.
14647         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14648         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14649
14650         * lib/xalloc-die.c: Remove unused definition of N_.
14651
14652 2006-02-14  Jim Meyering  <jim@meyering.net>
14653
14654         Sync from coreutils.
14655         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14656         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14657         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14658         double-quote uses of that variable, to accommodate the rare case in
14659         which getmntent is available in none of the libraries checked.  This
14660         happens at least on FreeBSD 5.0.
14661
14662 2006-02-13  Simon Josefsson  <jas@extundo.com>
14663
14664         * gnulib-tool (Usage): Fix --import, from
14665         karl@freefriends.org (Karl Berry).
14666
14667 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14668
14669         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14670
14671 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14672
14673         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14674         "autoupdate" on 2005-12-12.
14675
14676 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14677
14678         * modules/closeout (Depends-on): Remove atexit.
14679
14680 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14681
14682         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14683         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14684
14685 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14688         __EXTENSIONS__ if this causes compilation to fail.  Problem
14689         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14690         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14691
14692 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14693
14694         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14695         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14696         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14697         All uses changed.
14698
14699 2006-01-26  Simon Josefsson  <jas@extundo.com>
14700
14701         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14702         prototype is visible on mingw32.
14703
14704         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14705         for mingw32.
14706
14707         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14708         mingw32).
14709
14710 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14713         attempt to open for write; this always fails, at least on POSIX
14714         hosts.  This reinstates the 2006-01-09 change, which was
14715         inadvertently removed.
14716
14717 2006-01-26  Bruno Haible  <bruno@clisp.org>
14718
14719         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14720         Reported by Paul Eggert.
14721
14722 2006-01-26  Bruno Haible  <bruno@clisp.org>
14723             Paul Eggert  <eggert@cs.ucla.edu>
14724
14725         * lib/stdbool_.h (_Bool)
14726         [(! (defined __cplusplus || defined __BEOS__)
14727           && !defined __GNUC__
14728           && !(defined __HP_cc || defined __xlc__
14729                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14730                || defined __sgi))]:
14731         #define to signed char in these cases too; this simplifies
14732         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14733         etc., separately) and makes it more conservative.
14734
14735 2006-01-25  Simon Josefsson  <jas@extundo.com>
14736
14737         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14738         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14739         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14740
14741 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14742
14743         * lib/argp-namefrob.h: Bugfix. Remove stray #
14744
14745 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14746
14747         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14748         so that we test the test.
14749         Check for yet another HP-UX cc bug involving *bool |= bool.
14750
14751 2006-01-25  Karl Berry  <karl@gnu.org>
14752
14753         * config/srclist.txt (vasnprintf.c): sync lost.
14754
14755 2006-01-25  Jim Meyering  <jim@meyering.net>
14756
14757         Sync from the stable (b5) branch of coreutils:
14758
14759         * lib/fts.c (fts_children): Don't let close() clobber errno from
14760         failed fchdir().
14761
14762         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14763         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14764         a dangling symlink.  That can also happen at least for ELOOP.
14765         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14766         FYI, this bug predates the inclusion of fts.c in coreutils.
14767
14768         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14769         in their own block, so pre-c99 compilers don't object.
14770
14771         Avoid the double-free (first in fts_read, second in fts_close) that
14772         would occur when an `active' directory is made inaccessible (e.g.,
14773         via chmod a-x) during a traversal.
14774         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14775         before returning.  Reproduce this failure by
14776         mkdir -p a/b; cd a; chmod a-x . b
14777         Reported by Stavros Passas.
14778
14779 2006-01-25  Jim Meyering  <jim@meyering.net>
14780
14781         * lib/fileblocks.c: Remove more useless parentheses.
14782         * lib/readutmp.h: Likewise.
14783
14784 2006-01-25  Bruno Haible  <bruno@clisp.org>
14785
14786         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14787         warnings.
14788         Reported by Paul Eggert.
14789
14790 2006-01-25  Bruno Haible  <bruno@clisp.org>
14791
14792         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14793         rid of a trap command. For Solaris sh.
14794         Reported by Mark D. Baushke <mdb@gnu.org>.
14795
14796 2006-01-24  Simon Josefsson  <jas@extundo.com>
14797
14798         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14799         Bruno.
14800
14801 2006-01-24  Karl Berry  <karl@gnu.org>
14802
14803         * config/srclist.txt (argp-namefrob.h): sync lost.
14804
14805 2006-01-24  Jim Meyering  <jim@meyering.net>
14806
14807         * modules/openat (Files): Add lib/intprops.h.
14808         From Mark D. Baushke.
14809
14810 2006-01-24  Jim Meyering  <jim@meyering.net>
14811
14812         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14813         Reported by Mark D. Baushke.
14814
14815 2006-01-24  Jim Meyering  <jim@meyering.net>
14816
14817         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14818
14819 2006-01-24  Bruno Haible  <bruno@clisp.org>
14820
14821         * modules/strnlen (Maintainer): Change from glibc to all.
14822
14823 2006-01-24  Bruno Haible  <bruno@clisp.org>
14824
14825         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14826         Patch by Paul Eggert.
14827
14828 2006-01-24  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14831         already has it.
14832         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14833         2005-11-26.
14834
14835         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14836         'signed char' to avoid problems with the built-in _Bool type.
14837         Reported by Paul Eggert on 2005-11-26.
14838
14839 2006-01-24  Bruno Haible  <bruno@clisp.org>
14840
14841         * gnulib-tool (func_import): Avoid constructing complicated sed
14842         expressions inside backquote.
14843         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14844
14845 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14846
14847         These changes imported from libc.
14848         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14849         test and two separate function calls.
14850         * lib/strndup.c (__strndup): Add libc_hidden_def.
14851
14852 2006-01-23  Simon Josefsson  <jas@extundo.com>
14853
14854         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14855         Remove the test_*_SOURCES variable: automake infers it by default.
14856         * modules/tls-tests: Likewise.
14857
14858 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14859
14860         Work around porting bugs reported by Dieter in
14861         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14862         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14863         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14864         Include "getopt.h" first, to check interface.
14865         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14866         !HAVE_DECL_GETENV.
14867         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14868         (__strndup): Revert to K&R-style function dfns, the glibc style.
14869         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14870         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14871         Include strnlen.h first, to get prototype properly.
14872         (strnlen): Renamed from __strnlen.
14873         Remove weak alias.
14874
14875 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14876
14877         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14878
14879 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         * config/srclist.txt: Adjust to reflect glibc reorganization.
14882         This affects only comments.
14883
14884 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14885
14886          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14887          Reported by Bruce Korb <bkorb@gnu.org>.
14888
14889 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14890
14891         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14892         to pacify gcc -Wswitch-default.
14893
14894 2006-01-22  Bruno Haible  <bruno@clisp.org>
14895
14896         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14897         temporary buffer for sprintf, take into account the precision also
14898         for 'd', 'i', 'u', 'o', 'x', 'X'.
14899
14900 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14901
14902         * modules/argp-tests: New module
14903         * tests/test-argp.c: New file
14904         * tests/test-argp-2.sh: New file
14905
14906 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14907
14908         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14909         (__argp_base_name): Removed
14910         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14911         typo.
14912         (__argp_base_name): Provide macro definition or extern declaration
14913         depending on the configuration
14914
14915 2006-01-20  Simon Josefsson  <jas@extundo.com>
14916
14917         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14918
14919 2006-01-20  Simon Josefsson  <jas@extundo.com>
14920
14921         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14922
14923 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14924
14925         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14926         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14927         Suggested by Bruno Haible.
14928
14929 2006-01-20  Karl Berry  <karl@gnu.org>
14930
14931         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14932         until changes propagate, I guess.
14933
14934 2006-01-19  Simon Josefsson  <jas@extundo.com>
14935
14936         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14937
14938 2006-01-19  Simon Josefsson  <jas@extundo.com>
14939
14940         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14941
14942 2006-01-19  Simon Josefsson  <jas@extundo.com>
14943
14944         * gnulib-tool: Set check_PROGRAMS.
14945
14946         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14947         modules/des-tests, modules/gc-arcfour-tests,
14948         modules/gc-arctwo-tests, modules/gc-des-tests,
14949         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14950         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14951         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14952         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14953         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14954         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14955         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14956         test_*_SOURCES.
14957
14958 2006-01-18  Simon Josefsson  <jas@extundo.com>
14959
14960         * modules/socklen (Depends-on): Depend on sys_socket.
14961
14962 2006-01-18  Simon Josefsson  <jas@extundo.com>
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: Add
14973         $(EXEEXT) to automake TESTS variable, for mingw32.
14974
14975 2006-01-17  Simon Josefsson  <jas@extundo.com>
14976
14977         * modules/socklen (Include): Need sys/socket.h.
14978
14979 2006-01-17  Bruno Haible  <bruno@clisp.org>
14980
14981         * modules/ssize_t (Include): Add <sys/types.h>.
14982
14983 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
14986         it's not portable and it doesn't work with cross-compiles.
14987         Problem reported by Bruno Haible.  Fix missing-$ typo in
14988         'test "gl_cv_ignore_unused_libraries" ...' that prevented
14989         -zignore from being used with Sun's C compiler.
14990
14991 2006-01-12  Simon Josefsson  <jas@extundo.com>
14992
14993         * lib/base64.c: Fix warning, reported by Bruno Haible
14994         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
14995
14996 2006-01-12  Bruno Haible  <bruno@clisp.org>
14997
14998         * modules/ldd: New file.
14999         * build-aux/ldd.sh.in: New file.
15000         * MODULES.html.sh (Support for building libraries and executables): Add
15001         ldd.
15002
15003 2006-01-12  Bruno Haible  <bruno@clisp.org>
15004
15005         * m4/ldd.m4: New file.
15006
15007 2006-01-12  Bruno Haible  <bruno@clisp.org>
15008
15009         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15010         endless loop while replacing $auxdir with build-aux.
15011
15012 2006-01-11  Simon Josefsson  <jas@extundo.com>
15013
15014         * lib/stdint_.h (SIZE_MAX): Add missing (.
15015
15016 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         Sync from coreutils.
15019         * lib/md5.c: Fix commentary typos.
15020         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15021         * lib/md5.h (__attribute__): Remove; unused.
15022         * lib/sha1.c: Fix commentary to match md5 better.
15023         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15024         so that we don't need to worry about alignment.  All uses changed.
15025         This merges the 2005-10-28 md5 change into sha1.
15026
15027 2006-01-11  Jim Meyering  <jim@meyering.net>
15028
15029         Sync from coreutils.
15030         * lib/md5.c (OP): Fix spacing.
15031
15032 2006-01-11  Bruno Haible  <bruno@clisp.org>
15033
15034         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15035         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15036         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15037
15038 2006-01-11  Bruno Haible  <bruno@clisp.org>
15039
15040         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15041         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15042         the "early" section as well.
15043
15044 2006-01-11  Bruno Haible  <bruno@clisp.org>
15045
15046         Avoid "ar: no archive members specified" error on MacOS X.
15047         * gnulib-tool (func_modules_add_dummy): New function.
15048         (func_import, func_create_testdir): Invoke it.
15049
15050 2006-01-11  Bruno Haible  <bruno@clisp.org>
15051
15052         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15053         with $auxdir in AC_CONFIG_FILES statements.
15054
15055 2006-01-11  Bruno Haible  <bruno@clisp.org>
15056
15057         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15058         Initialize also noinst_HEADERS to empty.
15059
15060 2006-01-11  Bruno Haible  <bruno@clisp.org>
15061
15062         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15063         variables.
15064         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15065         autoreconf.
15066
15067 2006-01-11  Bruno Haible  <bruno@clisp.org>
15068
15069         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15070         overridable by the user.
15071         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15072
15073 2006-01-10  Simon Josefsson  <jas@extundo.com>
15074
15075         * modules/sys_socket: New file.
15076
15077 2006-01-10  Simon Josefsson  <jas@extundo.com>
15078
15079         * m4/sys_socket_h.m4: New file.
15080
15081 2006-01-10  Simon Josefsson  <jas@extundo.com>
15082
15083         * lib/socket_.h: New file.
15084
15085 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * modules/readutmp (Maintainer): Add myself.
15088
15089 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15092         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15093         People who are still concerned with buggy memcmp implementations
15094         can invoke gl_FUNC_MEMCMP themselves.
15095
15096 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15097
15098         * lib/regex_internal.h (BITSET_WORD_BITS):
15099         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15100         preprocessor mishandles large unsigned values as if they were signed.
15101         Problem reported by Claudio Fontana in
15102         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15103
15104 2006-01-10  Jim Meyering  <jim@meyering.net>
15105
15106         Avoid the double-free (first in fts_read, second in fts_close) that
15107         would occur when an `active' directory is made inaccessible (e.g.,
15108         via chmod a-x) during a traversal.
15109         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15110         before returning.  Reproduce this failure by
15111         mkdir -p a/b; cd a; chmod a-x . b
15112         Reported by Stavros Passas.
15113
15114         Sync from coreutils.
15115         * lib/sha1.c: Tweak grammar in a comment.
15116
15117 2006-01-10  Jim Meyering  <jim@meyering.net>
15118
15119         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15120         Patch by Joerg Sonnenberger.
15121
15122 2006-01-10  Bruno Haible  <bruno@clisp.org>
15123
15124         * modules/readutmp: Depend on module free.
15125         * modules/strtok_r: Depend on module restrict.
15126
15127 2006-01-10  Bruno Haible  <bruno@clisp.org>
15128
15129         * modules/gettext (configure.ac): Add an invocation of
15130         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15131
15132 2006-01-10  Bruno Haible  <bruno@clisp.org>
15133
15134         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15135         Reported by Werner Lemberg <wl@gnu.org>.
15136
15137 2006-01-10  Bruno Haible  <bruno@clisp.org>
15138
15139         * lib/localcharset.c: Update from GNU gettext.
15140
15141 2006-01-10  Bruno Haible  <bruno@clisp.org>
15142
15143         * lib/argp.h (__const): Remove macro. Use const instead.
15144         * lib/argp-fmtstream.h (__const): Likewise.
15145         * lib/glob_.h (__const): Remove macro.
15146         * lib/glob-libc.h: Use const instead of __const.
15147
15148 2006-01-10  Bruno Haible  <bruno@clisp.org>
15149
15150         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15151         variable.
15152         Needed to avoid an automake error regarding the 'gettext' module.
15153
15154 2006-01-09  Simon Josefsson  <jas@extundo.com>
15155
15156         * modules/inet_ntop (Depends-on): Add restrict.
15157
15158 2006-01-09  Simon Josefsson  <jas@extundo.com>
15159
15160         * modules/gc-rijndael-tests (License): Put under LGPL.
15161
15162         * modules/gc-des-tests (License): Likewise.
15163
15164         * modules/gc-arcfour-tests (License): Likewise.
15165
15166         * modules/gc-arctwo-tests (License): Likewise.
15167
15168         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15169
15170         * modules/gc-hmac-sha1-tests (Files): Likewise.
15171
15172         * modules/gc-hmac-md5-tests (License): Likewise.
15173
15174         * modules/gc-sha1-tests (License): Likewise.
15175
15176         * modules/gc-md5-tests (License): Likewise.
15177
15178         * modules/gc-md4-tests (License): Likewise.
15179
15180         * modules/gc-md2-tests (License): Likewise.
15181
15182         * modules/gc-tests (License): Likewise.
15183
15184         * modules/des-tests (License): Likewise.
15185
15186         * modules/md4-tests (License): Likewise.
15187
15188         * modules/md2-tests (License): Likewise.
15189
15190 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         Sync from coreutils:
15193
15194         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15195         * modules/lib-ignore: New file.
15196         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15197         chdir-safer.m4, lchmod.m4.
15198         * modules/openat: Add mkdirat.c, openat-priv.h.
15199
15200 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15201
15202         Sync from coreutils.
15203         * m4/lib-ignore.m4: New file.
15204         * m4/lchmod.m4: New file.
15205
15206 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15207
15208         Sync from coreutils.
15209         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15210         for write access: POSIX says that must fail.
15211         * lib/fts.c (diropen): Likewise.
15212         * lib/save-cwd.c (save_cwd): Likewise.
15213         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15214         well, for minor improvements on hosts that lack O_DIRECTORY.
15215         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15216         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15217         Fall back on chown if open failed with EACCES.
15218
15219         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15220         Report an error at compile-time if only a 1-second nominal clock
15221         resolution is found.
15222
15223         * lib/lchmod.h: New file.
15224         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15225         (make_dir_parents): Use lchown rather than chown, and
15226         lchmod rather than chmod.
15227
15228         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15229         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15230         "proc" reported by n0dalus.
15231
15232         * lib/mountlist.c: Include <limits.h>.
15233         (dev_from_mount_options)
15234         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15235         New function.  It no longer assumes "dev=" has the System V meaning
15236         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15237         (read_file_system_list)
15238         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15239         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15240         dev= in that case.
15241
15242         * lib/posixtm.h (PDS_PRE_2000): New macro.
15243         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15244         allow_century.  All usages changed.  Reject dates outside the range
15245         1969-1999 if PDS_PRE_2000 is used.
15246
15247 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15248
15249         Sync from coreutils.
15250         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15251         (Time of day items): Mention the possibility of leap seconds.
15252         Problem reported by Dr. David Alan Gilbert.
15253
15254 2006-01-09  Jim Meyering  <jim@meyering.net>
15255
15256         Sync from coreutils.
15257
15258         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15259
15260         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15261
15262         * lib/modechange.c (mode_compile): Reject an invalid mode string
15263         that starts with an octal digit.  From Andreas Gruenbacher.
15264
15265         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15266         and dup to open_safer and dup_safer, respectively.
15267         (openat_permissive): Fix typo in comment.
15268
15269         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15270         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15271         (_): Remove; no longer needed.
15272         (openat): Renamed from rpl_openat; no need for rpl_openat
15273         since openat.h renames openat for us.
15274         Replace most of the body with a call to openat_permissive,
15275         to avoid duplicate code.
15276         Port to (probably hypothetical) environments were mode_t is
15277         wider than int.
15278         (openat_permissive): Require mode arg, so that we can check
15279         types better.  Put it just after flags.  Change cwd failure
15280         indicator from pointer-to-bool to pointer-to-errno-value.
15281         All callers changed.
15282         Invoke openat_save_fail and/or openat_restore_fail if
15283         cwd_errno is null, so that openat can call us.
15284         (openat_permissive, fdopendir, fstatat, unlinkat):
15285         Simplify errno handling to avoid some duplicate code,
15286         as it's OK to set errno on success.
15287         * lib/openat.h: Revamp code so that function macros depend on
15288         __OPENAT_PREFIX only, not also on AT_FDCWD.
15289         (openat_ro): Remove.  Caller changed to use openat_permissive.
15290         (openat_permissive): Now a macro, if not a function.
15291         (openat_restore_fail, openat_save_fail): Now always functions,
15292         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15293
15294         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15295         and openat.c.
15296         * lib/mkdirat.c: Include openat-priv.h.
15297         Remove definitions of macros defined therein.
15298         * lib/openat.c: Likewise.
15299
15300         * lib/mkdirat.c (mkdirat): New file and function.
15301         * lib/openat.h (mkdirat): Declare.
15302
15303         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15304
15305         * lib/openat.h (openat_permissive): Declare.
15306         (openat_ro): Define.
15307
15308         * lib/openat.c (EXPECTED_ERRNO): New macro.
15309         (openat_permissive): New function -- used in remove.c rewrite.
15310         (all functions): Set errno just before returning, only if there
15311         was an actual failure.
15312         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15313
15314         Emulate openat-family functions using Linux's procfs, if possible.
15315         Idea and some code based on Ulrich Drepper's glibc changes.
15316
15317         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15318         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15319         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15320         before falling back on save_cwd and restore_cwd.
15321         (fdopendir, fstatat, unlinkat): Likewise.
15322
15323         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15324         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15325
15326         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15327         as second argument to va_arg.  Otherwise, some versions of gcc
15328         warn that `if this code is reached, the program will abort'.
15329
15330 2006-01-09  Jim Meyering  <jim@meyering.net>
15331
15332         Sync from coreutils.
15333         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15334         Require openat-priv.h.
15335
15336 2006-01-09  Bruno Haible  <bruno@clisp.org>
15337
15338         * modules/strnlen (Include): Use strnlen.h.
15339
15340 2006-01-09  Bruno Haible  <bruno@clisp.org>
15341
15342         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15343
15344 2006-01-09  Bruno Haible  <bruno@clisp.org>
15345
15346         * lib/sysexit_.h (EX_OK): New macro.
15347         Suggested by Martin Lambers <marlam@marlam.de>.
15348
15349 2006-01-09  Bruno Haible  <bruno@clisp.org>
15350
15351         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15352         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15353
15354 2006-01-09  Bruno Haible  <bruno@clisp.org>
15355
15356         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15357         numbers.
15358
15359 2006-01-09  Bruno Haible  <bruno@clisp.org>
15360
15361         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15362         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15363         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15364         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15365
15366 2006-01-09  Bruno Haible  <bruno@clisp.org>
15367
15368         * build-aux/javacomp.sh.in: New file, moved from lib/.
15369         * modules/javacomp-script (Files): Update.
15370         (configure.ac): Add AC_CONFIG_FILES invocation.
15371         (EXTRA_DIST): Remove variable.
15372
15373         * build-aux/javaexec.sh.in: New file, moved from lib/.
15374         * modules/javaexec (Files): Update.
15375         (configure.ac): Add AC_CONFIG_FILES invocation.
15376         (EXTRA_DIST): Remove javaexec.sh.in.
15377
15378         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15379         * modules/csharpcomp-script (Files): Update.
15380         (configure.ac): Add AC_CONFIG_FILES invocation.
15381         (EXTRA_DIST): Remove variable.
15382
15383         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15384         * modules/csharpexec (Files): Update.
15385         (configure.ac): Add AC_CONFIG_FILES invocation.
15386         (EXTRA_DIST): Remove csharpexec.sh.in.
15387
15388 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15389
15390         Sync from coreutils.
15391
15392         Add POSIX ACL support
15393         * lib/acl.h (copy_acl, set_acl): Add declarations.
15394         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15395         systems other than Linux.
15396         (chmod_or_fchmod): New function: use fchmod when possible,
15397         and chmod otherwise.
15398         (file_has_acl): Add a POSIX ACL implementation, with a
15399         Linux-specific subcase.
15400         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15401         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15402         acls are unsupported.
15403         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15404         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15405         are unsupported.
15406
15407 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15408
15409         Sync from coreutils.
15410         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15411
15412 2006-01-07  Bruno Haible  <bruno@clisp.org>
15413
15414         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15415         gl_EARLY.
15416
15417 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15418
15419         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15420         Problem reported for Mingw by Mark Junker.
15421
15422 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * README: Gnulib normally doesn't generate a tarball.
15425
15426 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15429         long int, not int, for nanosecond counts, so that people who are
15430         used to POSIX struct timespec won't be surprised.  Reported by Jim
15431         Meyering.
15432
15433 2005-12-28  Bruno Haible  <bruno@clisp.org>
15434
15435         * build-aux/config.rpath: Update from GNU gettext.
15436
15437 2005-12-16  Jim Meyering  <jim@meyering.net>
15438
15439         * modules/fprintftime: New module.
15440         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15441
15442 2005-12-16  Jim Meyering  <jim@meyering.net>
15443
15444         * m4/fprintftime.m4: New file.
15445
15446 2005-12-16  Jim Meyering  <jim@meyering.net>
15447
15448         * lib/fprintftime.c, lib/fprintftime.h: New files.
15449
15450 2005-12-15  Simon Josefsson  <jas@extundo.com>
15451
15452         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15453         new m4/socklen.m4.
15454
15455 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15456
15457         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15458         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15459
15460 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15461
15462         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15463         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15464         struct uparams is valid. Fall back to the default values if it is
15465         not.
15466
15467 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15468
15469         * modules/argp (Files): Add argp-pin.c
15470         (Depends-on): dirname
15471         (lib_SOURCES): Add argp-pin.c
15472
15473 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15474
15475         * m4/argp.m4:  Check if program_invocation_name and
15476         program_invocation_short_name are declared and define appropriate
15477         macros if they are not.
15478
15479 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15480
15481         * lib/argp-help.c (__argp_base_name): New function
15482         (__argp_short_program_name): Rewrite using __argp_base_name
15483         * lib/argp-namefrob.h: Define program_invocation_name and
15484         program_invocation_short_name if requested
15485         (__argp_base_name): Add prototype
15486         * lib/argp-parse.c (argp_def): Use gettext wrappers
15487         (argp_default_parser): Use __argp_base_name
15488         * lib/argp-pin.c: New file. Defines program_invocation_name and
15489         program_invocation_short_name on systems that lack them.
15490
15491 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15494         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15495         porting problem reported by Georg Schwarz in
15496         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15497
15498 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15499
15500         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15501         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15502         porting problem reported by Georg Schwarz in
15503         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15504
15505 2005-12-05  Bruno Haible  <bruno@clisp.org>
15506
15507         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15508         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15509         Reported by Mark Junker <mjscod@gmx.de>.
15510
15511 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15512
15513         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15514         Use implementation from Albert Chin, with some
15515         comments/corrections by Stepan Kasal and myself.
15516
15517 2005-12-02  Bruno Haible  <bruno@clisp.org>
15518
15519         * gnulib-tool (func_import): Accept GPLed build tool modules when
15520         --lgpl is given.
15521         * modules/csharpcomp-script: New file.
15522         * modules/csharpcomp: Depend on it.
15523         * modules/javacomp-script: New file.
15524         * modules/javacomp: Depend on it.
15525         Suggested by Simon Josefsson.
15526
15527 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15530         statement, to work around an HP-UX 10.20 compiler bug reported by
15531         Peter O'Gorman.
15532
15533 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15534
15535         * modules/savedir (Depends-on): Add openat.
15536
15537 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15540         (uintmax_t) [defined uintmax_t]: Do not declare.
15541         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15542         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15543         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15544         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15545         sake of portability to weird hosts that C allows (though we don't
15546         know of any practical examples).
15547
15548         * lib/savedir.h (fdsavedir): New decl.
15549         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15550         contains most of the former guts of savedir.
15551         (savedir): Use savedirstream.
15552         Include "openat.h".
15553
15554 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15555
15556         * modules/obstack (Files): Add m4/ulonglong.m4.
15557         Problem reported by Davide Angelocola.
15558
15559 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15560
15561         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15562         coreutils no longer futzes with rounding modes.
15563
15564 2005-11-14  Jim Meyering  <jim@meyering.net>
15565
15566         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15567         replacement of mkstemp.
15568
15569 2005-11-10  Simon Josefsson  <jas@extundo.com>
15570
15571         * lib/readline.c: Remove EOL.
15572
15573 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15574
15575         * modules/gethrxtime (Depends-on): Add gettime.
15576
15577 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15580         or gettimeofday; no longer needed.
15581
15582 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15583
15584         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15585         time business.
15586         (gethrxtime) [! (HAVE_NANOUPTIME
15587         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15588         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15589         our own approximation.
15590
15591 2005-11-08  Eric Blake  <ebb9@byu.net>
15592
15593         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15594
15595 2005-11-08  Eric Blake  <ebb9@byu.net>
15596
15597         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15598
15599 2005-11-04  Bruno Haible  <bruno@clisp.org>
15600
15601         * gnulib-tool: Implement --update mode.
15602
15603 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         Fix porting problem reported by Theodoros V. Kalamatianos.
15606         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15607         Don't assume that futimes failing means we must fail.
15608
15609 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15610
15611         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15612         variables to suggest the intended function of the PATH_MAX check.
15613
15614 2005-10-30  Kean Johnston  <jkj@sco.com>
15615
15616         Trivial changes to support SCO systems.
15617         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15618         as PATH_MAX.
15619         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15620         where __ptr is null when no I/O is pending.
15621
15622 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15623
15624         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15625         leave errno alone.  Problem reported by Dmitry V. Levin.
15626
15627 2005-10-28  Simon Josefsson  <jas@extundo.com>
15628
15629         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15630         Test more.
15631
15632         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15633
15634         * modules/md2, modules/md2-tests: New files.
15635
15636 2005-10-28  Simon Josefsson  <jas@extundo.com>
15637
15638         * m4/inet_ntop.m4: More tests.
15639
15640         * m4/gc-md2.m4, md2.m4: New file.
15641
15642 2005-10-28  Simon Josefsson  <jas@extundo.com>
15643
15644         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15645         "restrict" keywords, as per POSIX.  Protect the function
15646         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15647         Don't use K&R prototypes.  Check the sprintf return values.
15648         Re-define EAFNOSUPPORT if not present.  Indent.
15649
15650         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15651         suggested by Bruno Haible <bruno@clisp.org>.
15652
15653         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15654
15655         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15656
15657         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15658         libgcrypt).
15659
15660         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15661
15662         * lib/md2.h, lib/md2.c: New files.
15663
15664 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15667         errno alone.  Problem reported by Frederic Jolliton.
15668
15669 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15670
15671         * modules/verify (License): Change from GPL to LGPL.  This is a
15672         tiny module and there are apparently near-equivalents that are
15673         under the BSD license.
15674
15675 2005-10-24  Simon Josefsson  <jas@extundo.com>
15676
15677         * modules/sha1: Relicense to LGPL.
15678
15679 2005-10-24  Simon Josefsson  <jas@extundo.com>
15680
15681         * lib/md4.h: Shrink buffer size, now that we changed the type.
15682
15683 2005-10-23  Simon Josefsson  <jas@extundo.com>
15684
15685         * gnulib-tool (func_import): Fix --tests-base.
15686
15687 2005-10-22  Simon Josefsson  <jas@extundo.com>
15688
15689         * modules/arcfour (Depends-on): Need stdint.
15690
15691 2005-10-22  Simon Josefsson  <jas@extundo.com>
15692
15693         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15694         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15695
15696 2005-10-22  Simon Josefsson  <jas@extundo.com>
15697
15698         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15699         suggested by Bruno Haible <bruno@clisp.org>.
15700
15701 2005-10-22  Simon Josefsson  <jas@extundo.com>
15702
15703         * lib/crc.h: Include stddef.h, for size_t.
15704
15705 2005-10-22  Simon Josefsson  <jas@extundo.com>
15706
15707         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15708         arcfour_context struct (simplify test vector testing in GNU
15709         Shishi).
15710
15711 2005-10-21  Simon Josefsson  <jas@extundo.com>
15712
15713         * modules/des, modules/des-tests: New files.
15714
15715         * modules/gc-des, modules/gc-des-tests: New files.
15716
15717         * tests/test-des.c, tests/test-gc-des.c: New file.
15718
15719 2005-10-21  Simon Josefsson  <jas@extundo.com>
15720
15721         * modules/arctwo, modules/arctwo-tests: New files.
15722
15723         * tests/test-arctwo.c: New file.
15724
15725         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15726
15727         * tests/test-gc-arctwo.c: New file.
15728
15729 2005-10-21  Simon Josefsson  <jas@extundo.com>
15730
15731         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15732         Bruno Haible <bruno@clisp.org>.
15733
15734         * m4/gc-des.m4: New file.
15735
15736 2005-10-21  Simon Josefsson  <jas@extundo.com>
15737
15738         * m4/arctwo.m4: New file.
15739
15740         * m4/gc-arctwo.m4: New file.
15741
15742 2005-10-21  Simon Josefsson  <jas@extundo.com>
15743
15744         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15745         block.
15746
15747 2005-10-21  Simon Josefsson  <jas@extundo.com>
15748
15749         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15750         <bruno@clisp.org>.
15751
15752         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15753
15754         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15755         Bruno Haible <bruno@clisp.org>.
15756
15757         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15758         <bruno@clisp.org>.
15759
15760 2005-10-21  Simon Josefsson  <jas@extundo.com>
15761
15762         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15763
15764 2005-10-21  Simon Josefsson  <jas@extundo.com>
15765
15766         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15767
15768 2005-10-21  Simon Josefsson  <jas@extundo.com>
15769
15770         * lib/des.h, lib/des.c: New files.
15771
15772         * lib/gc-gnulib.c: Support DES.c
15773
15774 2005-10-21  Simon Josefsson  <jas@extundo.com>
15775
15776         * lib/arctwo.h, lib/arctwo.c: New files.
15777
15778         * lib/gc-gnulib.c: Support ARCTWO.
15779
15780 2005-10-21  Simon Josefsson  <jas@extundo.com>
15781
15782         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15783         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15784
15785 2005-10-21  Simon Josefsson  <jas@extundo.com>
15786
15787         * gnulib-tool (func_import, func_create_testdir): Define automake
15788         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15789         Makefile.am snippet),
15790         suggested by Bruno Haible <bruno@clisp.org>.
15791
15792         * modules/gc (Makefile.am): Use it.
15793
15794 2005-10-21  Bruno Haible  <bruno@clisp.org>
15795
15796         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15797         patch.
15798
15799 2005-10-19  Simon Josefsson  <jas@extundo.com>
15800
15801         * tests/test-gc-rijndael.c: New file.
15802
15803         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15804
15805 2005-10-19  Simon Josefsson  <jas@extundo.com>
15806
15807         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15808         interface too.
15809
15810 2005-10-19  Simon Josefsson  <jas@extundo.com>
15811
15812         * tests/test-gc-arcfour.c: New file.
15813
15814         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15815
15816 2005-10-19  Simon Josefsson  <jas@extundo.com>
15817
15818         * modules/gc-md4, modules/gc-md4-tests: New file.
15819
15820         * tests/test-gc-md4.c: New file.
15821
15822 2005-10-19  Simon Josefsson  <jas@extundo.com>
15823
15824         * m4/gc-md4.m4: New file.
15825
15826 2005-10-19  Simon Josefsson  <jas@extundo.com>
15827
15828         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15829         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15830         <kasal@ucw.cz>.
15831
15832 2005-10-19  Simon Josefsson  <jas@extundo.com>
15833
15834         * m4/gc-arcfour.m4: New file.
15835
15836         * m4/gc-rijndael.m4: New file.
15837
15838 2005-10-19  Simon Josefsson  <jas@extundo.com>
15839
15840         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15841
15842 2005-10-19  Simon Josefsson  <jas@extundo.com>
15843
15844         * lib/gc-gnulib.c: Support ARCFOUR.
15845
15846 2005-10-19  Simon Josefsson  <jas@extundo.com>
15847
15848         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15849         support.
15850
15851         * lib/gc.h: Add ECB enum type.
15852
15853         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15854
15855 2005-10-18  Simon Josefsson  <jas@extundo.com>
15856
15857         * tests/test-md5.c: New file.
15858
15859         * modules/md5-tests: New file.
15860
15861 2005-10-18  Simon Josefsson  <jas@extundo.com>
15862
15863         * tests/test-md4.c: New file.
15864
15865         * modules/md4, modules/md4-tests: New files.
15866
15867 2005-10-18  Simon Josefsson  <jas@extundo.com>
15868
15869         * m4/md4.m4: New file.
15870
15871 2005-10-18  Simon Josefsson  <jas@extundo.com>
15872
15873         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15874
15875 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15876
15877         * gnulib-tool (func_create_testdir): Omit the second check whether
15878         BUILT_SOURCES in nonempty.
15879
15880 2005-10-17  Simon Josefsson  <jas@extundo.com>
15881
15882         * tests/test-rijndael.c: New file.
15883
15884 2005-10-17  Simon Josefsson  <jas@extundo.com>
15885
15886         * modules/sha1: Depend on stdint instead of md5.
15887
15888         * modules/md5: Depend on stdint, remove uint32_t.
15889
15890 2005-10-17  Simon Josefsson  <jas@extundo.com>
15891
15892         * modules/gc-sha1-tests: New file.
15893
15894         * tests/test-gc-sha1.c: New file.
15895
15896 2005-10-17  Simon Josefsson  <jas@extundo.com>
15897
15898         * m4/md5.m4: Remove call to uint32_t.m4.
15899
15900 2005-10-17  Simon Josefsson  <jas@extundo.com>
15901
15902         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15903
15904         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15905         md5.h.
15906
15907         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15908
15909         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15910
15911 2005-10-17  Simon Josefsson  <jas@extundo.com>
15912
15913         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15914
15915 2005-10-17  Simon Josefsson  <jas@extundo.com>
15916
15917         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15918
15919 2005-10-17  Simon Josefsson  <jas@extundo.com>
15920
15921         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15922
15923         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15924
15925 2005-10-17  Bruno Haible  <bruno@clisp.org>
15926
15927         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15928         that it can also be used in a test.
15929
15930 2005-10-16  Bruno Haible  <bruno@clisp.org>
15931
15932         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15933         TESTS_ENVIRONMENT, so that individual tests can augment it.
15934
15935         * gnulib-tool (func_create_testdir): Use an intermediate target for
15936         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15937         macros, like $(ALLOCA_H), which cannot be passed through the command
15938         line.
15939
15940 2005-10-15  Simon Josefsson  <jas@extundo.com>
15941
15942         * modules/rijndael-tests: New file.
15943
15944         * modules/rijndael: New file.
15945
15946 2005-10-15  Simon Josefsson  <jas@extundo.com>
15947
15948         * m4/rijndael.m4: New file.
15949
15950 2005-10-15  Simon Josefsson  <jas@extundo.com>
15951
15952         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15953
15954         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15955
15956 2005-10-14  Simon Josefsson  <jas@extundo.com>
15957
15958         * tests/test-arcfour.c: New file.
15959
15960         * modules/arcfour, modules/arcfour-tests: New files.
15961
15962 2005-10-14  Simon Josefsson  <jas@extundo.com>
15963
15964         * m4/arcfour.m4: New file.
15965
15966 2005-10-14  Simon Josefsson  <jas@extundo.com>
15967
15968         * lib/arcfour.h, lib/arcfour.c: New files.
15969
15970 2005-10-14  Roland McGrath  <roland@redhat.com>
15971
15972         Import from libc.  [BZ #1331]
15973         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
15974         macro argument.
15975         Reported by Matej Vela <vela@debian.org>.
15976
15977 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15978
15979         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
15980         include <wchar.h>; no longer needed.
15981
15982 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15983
15984         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
15985
15986 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
15987         and  Ulrich Drepper  <drepper@redhat.com>
15988
15989         Import from libc.
15990         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
15991         instead of inline stream orientation test and two separate
15992         function calls.  Pay no attention to USE_IN_LIBIO.
15993
15994 2005-10-13  Simon Josefsson  <jas@extundo.com>
15995
15996         * modules/gc-hmac-md5-tests: New file.
15997
15998         * tests/test-gc-hmac-sha1.c: New file.
15999
16000         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16001
16002         * modules/gc-hmac-md5-tests: New file.
16003
16004         * tests/test-gc-md5.c: New file.
16005
16006         * modules/gc-md5-tests: New file.
16007
16008 2005-10-13  Simon Josefsson  <jas@extundo.com>
16009
16010         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16011         Move memory allocation outside of loop.
16012
16013 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16014
16015         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16016         intermediate directory is in a read-only file system.  Problem
16017         reported by Eric Blake.
16018
16019 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16020
16021         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16022
16023 2005-10-12  Simon Josefsson  <jas@extundo.com>
16024
16025         * tests/test-hmac-sha1.c: New file.
16026
16027         * modules/hmac-sha1-tests: New file.
16028
16029         * modules/hmac-sha1: New file.
16030
16031 2005-10-12  Simon Josefsson  <jas@extundo.com>
16032
16033         * modules/gc-sha1: New file.
16034
16035 2005-10-12  Simon Josefsson  <jas@extundo.com>
16036
16037         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16038
16039         * tests/test-gc-pbkdf2-sha1.c: New file.
16040
16041 2005-10-12  Simon Josefsson  <jas@extundo.com>
16042
16043         * modules/gc-md5, modules/gc-hmac-md5: New files.
16044
16045         * modules/gc (Files): Remove md5, memxor and hmac files.
16046
16047 2005-10-12  Simon Josefsson  <jas@extundo.com>
16048
16049         * m4/gc-pbkdf2-sha1.m4: New file.
16050
16051         * m4/gc-hmac-sha1.m4: New file.
16052
16053         * m4/gc-sha1: New file.
16054
16055         * m4/hmac-sha1.m4: New file.
16056
16057 2005-10-12  Simon Josefsson  <jas@extundo.com>
16058
16059         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16060
16061         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16062
16063 2005-10-12  Simon Josefsson  <jas@extundo.com>
16064
16065         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16066         suggested by Bruno Haible <bruno@clisp.org>.
16067
16068 2005-10-12  Simon Josefsson  <jas@extundo.com>
16069
16070         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16071
16072 2005-10-12  Simon Josefsson  <jas@extundo.com>
16073
16074         * lib/gc-pbkdf2-sha1.c: New file.
16075
16076         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16077
16078 2005-10-12  Simon Josefsson  <jas@extundo.com>
16079
16080         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16081
16082         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16083
16084 2005-10-12  Simon Josefsson  <jas@extundo.com>
16085
16086         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16087         GC_USE_HMAC_MD5, respectively.
16088
16089         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16090         (gc_md5): Fix typo.
16091
16092         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16093
16094         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16095
16096         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16097
16098 2005-10-12  Bruno Haible  <bruno@clisp.org>
16099
16100         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16101         Reported by Stepan Kasal <kasal@ucw.cz>.
16102
16103 2005-10-11  Simon Josefsson  <jas@extundo.com>
16104
16105         * tests/test-crc.c: New file.
16106
16107         * modules/crc, modules/crc-tests: New files.
16108
16109 2005-10-11  Simon Josefsson  <jas@extundo.com>
16110
16111         * m4/crc.m4: New file.
16112
16113 2005-10-11  Simon Josefsson  <jas@extundo.com>
16114
16115         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16116
16117         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16118
16119         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16120
16121 2005-10-11  Simon Josefsson  <jas@extundo.com>
16122
16123         * lib/crc.h, lib/crc.c: New files.
16124
16125         * lib/gc.h (gc_hash_buffer): Add doc.
16126
16127 2005-10-11  Bruno Haible  <bruno@clisp.org>
16128
16129         * modules/c-strcasestr: New file.
16130         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16131
16132 2005-10-11  Bruno Haible  <bruno@clisp.org>
16133
16134         * modules/c-strcase: New file.
16135         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16136
16137 2005-10-11  Bruno Haible  <bruno@clisp.org>
16138
16139         * lib/strcasecmp.c: Include limits.h.
16140         (strcasecmp): Avoid integer overflow on exotic platforms.
16141         * lib/strncasecmp.c: Include limits.h.
16142         (strncasecmp): Avoid integer overflow on exotic platforms.
16143         Reported by Paul Eggert.
16144
16145 2005-10-11  Bruno Haible  <bruno@clisp.org>
16146
16147         * lib/c-strcasestr.h: New file, from GNU gettext.
16148         * lib/c-strcasestr.c: New file, from GNU gettext.
16149
16150 2005-10-11  Bruno Haible  <bruno@clisp.org>
16151
16152         * lib/c-strcase.h: New file, from GNU gettext.
16153         * lib/c-strcasecmp.c: New file, from GNU gettext.
16154         * lib/c-strncasecmp.c: New file, from GNU gettext.
16155
16156 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16157
16158         * modules/mempcpy (License): GPL -> LGPL.
16159         * modules/strchrnul (License): Likewise.
16160         * modules/sysexits (License): Likewise.
16161
16162 2005-10-08  Simon Josefsson  <jas@extundo.com>
16163
16164         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16165
16166 2005-10-07  Simon Josefsson  <jas@extundo.com>
16167
16168         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16169
16170 2005-10-06  Simon Josefsson  <jas@extundo.com>
16171
16172         * tests/test-hmac-md5.c: New file.
16173
16174         * modules/hmac-md5-tests: New file.
16175
16176         * modules/hmac-md5: New file.
16177
16178 2005-10-06  Simon Josefsson  <jas@extundo.com>
16179
16180         * m4/hmac-md5.m4: New file.
16181
16182         * m4/memxor.m4: Require gl_C_RESTRICT.
16183
16184 2005-10-06  Simon Josefsson  <jas@extundo.com>
16185
16186         * lib/memxor.c (memxor): Avoid casts and warnings.
16187
16188 2005-10-06  Simon Josefsson  <jas@extundo.com>
16189
16190         * lib/hmac-md5.c: New file.
16191
16192         * lib/hmac.h: New file.
16193
16194 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16197         promotes to int, not unsigned int, to catch the AIX 5.3
16198         compiler bug.
16199
16200 2005-10-05  Simon Josefsson  <jas@extundo.com>
16201
16202         * modules/memxor: New file.
16203
16204         * modules/iconv (Files): Move config.rpath to havelib, it is used
16205         there.
16206
16207         * modules/havelib (Files): Add config.rpath.
16208
16209 2005-10-05  Simon Josefsson  <jas@extundo.com>
16210
16211         * m4/memxor.m4: New file.
16212
16213 2005-10-05  Simon Josefsson  <jas@extundo.com>
16214
16215         * lib/memxor.c (memxor): Fix compiler error.
16216
16217         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16218         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16219
16220         * lib/memxor.h, lib/memxor.c: New files.
16221
16222         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16223         we assume all systems have it, suggested by Jim Meyering
16224         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16225         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16226         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16227         same reasons.
16228
16229 2005-10-05  Simon Josefsson  <jas@extundo.com>
16230
16231         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16232
16233 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16234
16235         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16236         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16237         needed, since the source code now assumes these .h files.
16238
16239 2005-10-05  Derek Price  <derek@ximbiot.com>
16240
16241         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16242
16243 2005-10-05  Bruno Haible  <bruno@clisp.org>
16244
16245         * modules/stdint (License): Change to LGPL.
16246
16247 2005-10-04  Simon Josefsson  <jas@extundo.com>
16248
16249         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16250         D. Baushke" <mdb@gnu.org>.
16251
16252 2005-10-04  Bruno Haible  <bruno@clisp.org>
16253
16254         * lib/verify.h (verify_true): Provide alternative definition for C++.
16255
16256 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16259         (SSIZE_MAX): New macro, if not already defined.
16260         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16261         than 2 GiB.
16262
16263 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16264
16265         Sync from coreutils.
16266         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16267         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16268         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16269         ULLONG_MAX doesn't work with 2.7.2.1.
16270
16271 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16274         From Ben Pfaff.
16275
16276         * modules/exclude (Depends-on): Depend on verify.
16277         * modules/strtoimax (Depends-on): Likewise.
16278         * modules/utimecmp (Depends-on): Likewise.
16279
16280 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * lib/exclude.c: Include verify.h.
16283         (verify): Remove.  All callers changed to use verify.h's version.
16284         * lib/strtoimax.c: Likewise.
16285         * lib/utimecmp.c: Likewis.e
16286
16287         Sync from coreutils.
16288         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16289         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16290         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16291         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16292         bother returning ENOSYS if settimeofday or stime fails; just let
16293         them return whatever errno they want to return.
16294         * lib/utimens.c: Include unistd.h, for dup2.
16295         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16296         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16297
16298 2005-10-02  Jim Meyering  <jim@meyering.net>
16299
16300         Sync from coreutils.
16301         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16302         from glibc-2.2.5 that fails for read-only files.
16303
16304 2005-10-02  Jim Meyering  <jim@meyering.net>
16305
16306         Sync from coreutils.
16307         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16308         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16309         `#if HAVE_CONFIG_H'.
16310         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16311         Remove AT_FDCWD test.
16312         Do not consume the fd unless successful.
16313         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16314         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16315         block, so that we don't even try to compile it if settimeofday is
16316         available.  This works around a compilation failure on OSF1 V5.1,
16317         due to stime requiring a `long int*' while tv_sec is `int'.
16318
16319 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16320
16321         Sync from coreutils.
16322         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16323         against `yes', rather than just testing for nonempty.
16324
16325 2005-10-01  Simon Josefsson  <jas@extundo.com>
16326
16327         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16328         and Darwin.
16329
16330         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16331         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16332         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16333         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16334         Check if struct addrinfo is declared.
16335
16336 2005-10-01  Simon Josefsson  <jas@extundo.com>
16337
16338         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16339         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16340         AI_* and EAI_* definitions.  Protect function declarations.
16341
16342 2005-10-01  Jim Meyering  <jim@meyering.net>
16343
16344         Sync from coreutils.
16345
16346         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16347         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16348         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16349         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16350         in the inet and nsl libraries.  Required on Solaris 5.7.
16351
16352 2005-10-01  Jim Meyering  <jim@meyering.net>
16353
16354         Sync from coreutils.
16355         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16356         in the inet and nsl libraries.  Required on Solaris 5.7.
16357
16358 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16359
16360         * lib/getdelim.c (getdelim): Remove unused variables.
16361
16362 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16363
16364         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16365         so that the code works even with ancient cpp.  Portability problem
16366         with GCC 2.7.2.1 reported by Thomas M.Ott.
16367
16368 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         * modules/regex (Depends-on): Add strcase.
16371
16372         * modules/gethostname (Licence): Change from GPL to LGPL, since
16373         gethostname.c is a trivial implementation of a standard library
16374         function.
16375         * modules/poll (License): Change from GPL to LGPL, since it's
16376         derived from LGPL code.
16377
16378 2005-09-27  Jim Meyering  <jim@meyering.net>
16379
16380         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16381         HAVE_CONFIG_H.
16382
16383         * lib/intprops.h (signed_type_or_expr__): Define.
16384         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16385         for unsigned types.
16386
16387 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16388
16389         * lib/verify.h (verify_expr): Remove, replacing with:
16390         (verify_true): New macro that returns true instead of void.
16391         (verify_type__): Remove.
16392         (verify): Use verify_true rather than verify_type__.
16393
16394 2005-09-26  Bruno Haible  <bruno@clisp.org>
16395
16396         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16397         is necessary.
16398         (lib_SOURCES): Remove mbchar.c.
16399         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16400         (Files): Add m4/mbrtowc.m4.
16401         * modules/mbiter: Likewise.
16402         * modules/mbuiter: Likewise.
16403
16404 2005-09-26  Bruno Haible  <bruno@clisp.org>
16405
16406         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16407         compile mbchar.c if they are not both present.
16408         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16409         * m4/mbiter.m4 (gl_MBITER): Likewise.
16410         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16411         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16412         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16413
16414 2005-09-25  Jim Meyering  <jim@meyering.net>
16415
16416         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16417         also uses socklen_t.
16418
16419 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16420
16421         * lib/utimens.c (ENOSYS): Define if not already defined.
16422         (futimens): Support having a null PATH if the file descriptor
16423         is nonnegative.
16424
16425         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16426         Remove.
16427         (__attribute): Define to empty unless GCC 3.1 or later.
16428         This works around a core dump on OpenBSD 3.4, which has GCC
16429         2.95.3, which dumps core when given __attribute__(()).  It also
16430         simplifies other tests, since we really don't want to bother with
16431         worrying about which ancient version of GCC supported what.
16432         Original problem reported by Yoann Vandoorselaere, with part of
16433         the fix suggested by Derek Price.
16434
16435 2005-09-24  Jim Meyering  <jim@meyering.net>
16436
16437         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16438         so we can once again use a positive bitfield width of 1 -- now we
16439         don't have to explain why we were using a bitfield width of 2.
16440
16441 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16442
16443         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16444         and similarly for the other external symbols.  Problem reported
16445         by James Gallager.
16446
16447         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16448         bug reported by Jim Meyering.
16449
16450         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16451         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16452         not needed, since socklen is a prerequisite module.
16453
16454 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16457         Problem reported by Eric Blake.
16458         (getaddrinfo): Initialize se so that it's not garbage.
16459         Redo internal storage allocation so that it doesn't make unportable
16460         assumptions about alignment.
16461         Fix a memory leak.
16462
16463         * lib/utimens.c (futimens): Use futimesat if available.
16464         Prefer it to futimes since it doesn't have the futimes bug.
16465
16466         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16467         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16468         Instead, declare a function that returns a pointer to an array,
16469         and use verify_type__ to declare the size of the array.
16470         Problem and germ of a solution reported by Bruno Haible.
16471         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16472         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16473
16474 2005-09-23  Jim Meyering  <jim@meyering.net>
16475
16476         Sync from coreutils.
16477         Correct build failure (socklen_t not defined) on at least
16478         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16479         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16480
16481 2005-09-23  Jim Meyering  <jim@meyering.net>
16482
16483         * modules/getaddrinfo (Depends-on): Add socklen.
16484
16485 2005-09-23  Bruno Haible  <bruno@clisp.org>
16486
16487         * tests/test-verify.c: New file.
16488
16489 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16490
16491         Sync from coreutils.
16492
16493         * modules/argmatch (Depends-on): Add verify.
16494         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16495         unistd-safer.
16496         * modules/save-cwd (Depends-on): Likewise.
16497
16498         * modules/openat (Files): Add lib/openat-die.c.
16499         (Depends-on): Remove error, exitfail.
16500         Add dirname.
16501
16502         * modules/verify: New file.
16503         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16504         with "verify" module.
16505
16506 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         Sync from coreutils.
16509
16510         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16511         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16512         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16513         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16514         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16515         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16516         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16517         Don't bother checking for string.h, stdlib.h, unistd.h.
16518         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16519         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16520         module's job.
16521         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16522         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16523
16524         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16525         (gl_GETDATE): Use it.
16526
16527         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16528
16529 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         Sync from coreutils.
16532
16533         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16534         stat-time.h.
16535         * lib/argmatch.h: Include verify.h
16536         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16537         (ARGMATCH_ASSERT): Remove; unused.
16538         * lib/canonicalize.c: Assume STDC_HEADERS.
16539         * lib/exclude.c: Include "strcase.h".
16540         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16541         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16542         and stdio-safer.h.
16543         (getusershell): Call fopen, not fopen_safer.
16544         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16545         Do not include unistd-safer.h.
16546         (save_cwd): Don't call fd_safer; no longer needed
16547         now that we include fcntl--.h.
16548
16549         * lib/getdate.y (relative_time): New type.
16550         (RELATIVE_TIME_0): New constant.
16551         (parser_control): Use relative_time instead of doing it ourselves.
16552         (%union): Add new relative_time rel member.
16553         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16554         Now typeless.
16555         (relunit, relunit_snumber): Now of type rel.
16556         (zone, rel, relunit, get_date): Adjust to above changes.
16557
16558         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16559         Do not include unistd-safer.h.
16560         (getloadavg): Don't call fd_safer; no longer needed
16561         now that we include fcntl--.h.
16562
16563         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16564         (make_dir_parents): Treat ENOSYS like EEXIST.
16565
16566         Improve quality of diagnostics on restore_cwd failure.
16567         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16568         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16569         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16570         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16571         each time through the loop.  Do not diagnose restore_cwd failure;
16572         that is the caller's job (and perhaps the caller does not care).
16573
16574         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16575         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16576         If the file already exists but is not a directory, don't bother
16577         to try to make its parents.
16578         Close potential file descriptor leak if we can't chdir("/") (!).
16579         Don't always return true if chdir($PWD) fails; return true only
16580         if the requested action was done successfully (except for the
16581         chdir($PWD)).
16582         Don't log final directory unless we actually made it.
16583         Refactor to avoid duplicate code to fix up permissions.
16584         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16585
16586         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16587         to make it a bit faster and (I hope) clearer.
16588         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16589         Fix bug in formats like %2N.
16590
16591         * lib/verify.h: New file.
16592
16593 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16594
16595         Sync from coreutils.
16596         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16597
16598 2005-09-22  Jim Meyering  <jim@meyering.net>
16599
16600         Sync from coreutils.
16601
16602         * m4/lstat.m4 (gl_FUNC_LSTAT):
16603         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16604         Remove obsolete comment.
16605         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16606         * m4/xstrtod.m4: Likewise.
16607
16608         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16609
16610 2005-09-22  Jim Meyering  <jim@meyering.net>
16611
16612         Sync from coreutils.
16613
16614         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16615
16616         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16617         the .tm_year member, since otherwise gcc-4.0 would now warn about
16618         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16619
16620         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16621         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16622
16623         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16624         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16625         when run in a time zone for which daylight savings time is in effect
16626         for the starting date.
16627
16628         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16629         stop us from restricting permissions of just-created absolute-named
16630         directories.
16631         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16632         to restore initial working directory.
16633         * lib/mkdir-p.c (make_dir_parents): New parameter:
16634         different_working_dir, to tell caller if/when we change the working
16635         directory and are unable to return to the initial one.
16636         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16637         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16638         `return false'.  This fixes a bug introduced on 2004-07-30.
16639
16640         * lib/openat.c (fdopendir): Be sure to close the supplied
16641         file descriptor before returning.  This makes our replacement
16642         implementation a little closer to Solaris's, where fdopendir
16643         ties the file descriptor to the returned DIR* pointer.
16644         * lib/openat.c (unlinkat): New function.
16645         * lib/openat.h (unlinkat): Add prototype.
16646         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16647         (openat_restore_fail): Rename from openat_restore_die.
16648         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16649
16650         Provide an alternative to exiting immediately upon save_cwd or
16651         restore_cwd failure.  Now, an application can arrange e.g.,
16652         to perform a longjump in that case.
16653         * lib/openat.c: Include dirname.h.
16654         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16655         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16656         and openat_restore_die rather than calling error directly.
16657         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16658
16659         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16660         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16661         define.
16662
16663         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16664         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16665                             int utc, int nanoseconds);
16666         Background:
16667         date should not have to allocate a megabyte of virtual memory to
16668         handle a format argument like +%1048575T.  When implemented with
16669         strftime, it must allocate such a buffer, use strftime to fill it
16670         in, print it, then free it.
16671         With fprintftime, it simply prints everything and exits.
16672         With no need for memory allocation, that's one fewer way to fail.
16673         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16674         optional field width, not before, so we accept %9:z, not %:9z.
16675         (my_strftime): Be sure to use L_('x') for literals.
16676
16677         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16678         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16679         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16680         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16681         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16682         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16683         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16684         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16685         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16686         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16687         * lib/xgethostname.c, lib/xreadlink.c:
16688         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16689
16690         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16691         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16692         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16693         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16694         and don't include <sys/file.h>).
16695
16696 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16697
16698         Sync from coreutils.
16699
16700         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16701         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16702         [!LDAV_DONE]: Avoid unused variable warning.
16703
16704 2005-09-21  Bruno Haible  <bruno@clisp.org>
16705
16706         * lib/unicodeio.h (unicode_to_mb): New declaration.
16707
16708 2005-09-20  Derek Price  <derek@ximbiot.com>
16709
16710         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16711         getaddrinfo.h.
16712
16713 2005-09-20  Bruno Haible  <bruno@clisp.org>
16714
16715         * gnulib-tool: Remove trailing slashes from the values specified for
16716         --source-base, --m4-base, --tests-base, --aux-dir.
16717         Suggested by Simon Josefsson <jas@extundo.com>.
16718
16719 2005-09-20  Bruno Haible  <bruno@clisp.org>
16720
16721         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16722         func_modules_to_filelist, func_import, func_create_testdir): Make all
16723         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16724         change when gnulib-tool is invoked in a different locale.
16725
16726 2005-09-19  Simon Josefsson  <jas@extundo.com>
16727
16728         * m4/socklen.m4: Fix typo.
16729
16730 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16731
16732         Use a consistent style for including <config.h>.
16733         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16734         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16735         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16736         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16737         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16738         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16739         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16740         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16741         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16742         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16743         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16744         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16745         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16746         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16747         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16748         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16749         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16750         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16751         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16752         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16753         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16754         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16755         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16756         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16757         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16758         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16759         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16760         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16761         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16762         lib/xstrtoumax.c, lib/yesno.c:
16763         Standardize inclusion of config.h.
16764         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16765         lib/inttostr.h:  Removed inclusion of config.h from header files.
16766         * lib/inttostr.c:  Adjusted in-tree users.
16767         * lib/timespec.h: Remove superfluous warning to include config.h.
16768         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16769         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16770         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16771         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16772         config.h with HAVE_CONFIG_H.
16773
16774 2005-09-19  Jim Meyering  <jim@meyering.net>
16775
16776         * modules/pathmax (License): Change to LGPL.
16777
16778 2005-09-19  Derek Price  <derek@ximbiot.com>
16779
16780         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16781
16782 2005-09-19  Bruno Haible  <bruno@clisp.org>
16783
16784         * gnulib-tool (import): Provide default for --tests-base.
16785
16786 2005-09-19  Bruno Haible  <bruno@clisp.org>
16787
16788         * doc/quote.texi: New file, extracted from gnulib.texi.
16789         * doc/ctime.texi: New file, extracted from gnulib.texi.
16790         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16791         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16792         * doc/gnulib.texi: Include them.
16793
16794 2005-09-18  Bruno Haible  <bruno@clisp.org>
16795
16796         Portability fix.
16797         * gnulib-tool (func_readlink): New function.
16798         (func_ln_if_changed): Use it.
16799
16800 2005-09-18  Bruno Haible  <bruno@clisp.org>
16801
16802         * gnulib-tool: Support --with-tests also with --import.
16803         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16804         (func_import): Use variables $testsbase and $inctests. Emit a
16805         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16806         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16807         SUBDIRS += $testsdir.
16808         (func_create_testdir): Update.
16809
16810 2005-09-18  Bruno Haible  <bruno@clisp.org>
16811
16812         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16813         instead of $dry_run.
16814         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16815         (func_ln_if_changed): Don't handle dry-run here.
16816         (func_import): In dry-run mode, detect more precisely which actions
16817         would be performed, and don't use "...ing" verbs.
16818
16819 2005-09-18  Bruno Haible  <bruno@clisp.org>
16820
16821         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16822         (func_import): Use join on two temporary files instead of three nested
16823         loops, in order to determine which files are new or old.
16824
16825 2005-09-18  Bruno Haible  <bruno@clisp.org>
16826
16827         * gnulib-tool (func_import): Comment out code that spits out the
16828         new files with --dry-run.
16829
16830 2005-09-18  Bruno Haible  <bruno@clisp.org>
16831
16832         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16833
16834 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16835
16836         * lib/stat-time.h: New file.
16837         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16838         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16839         in a different way.
16840         (timespec_cmp): New function.
16841         * lib/utimecmp.c: Include stat-time.h.
16842         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16843         members exist, not on the obsolescent ST_MTIM_NSEC.
16844         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16845
16846 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16847
16848         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16849
16850 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16851
16852         * MODULES.html.sh (File system functions): Add stat-time.
16853         * modules/stat-time: New file.
16854         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16855         is now done in a different way, by the stat-time module.
16856         * modules/utimecmp (Depends-on): Add stat-time.
16857
16858 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         * m4/st_mtim.m4: Remove.  Superseded by...
16861         * m4/stat-time.m4: New file.
16862         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16863         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16864
16865 2005-09-15  Derek Price  <derek@ximbiot.com>
16866
16867         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16868
16869 2005-09-15  Derek Price  <derek@ximbiot.com>
16870
16871         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16872         * lib/regex_internal.c: Ditto, using this...
16873         (__GNUC_PREREQ): ...new macro.
16874         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16875         using...
16876         (__GNUC_PREREQ): ...this new macro.
16877
16878         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16879
16880 2005-09-15  Derek Price  <derek@ximbiot.com>
16881             Paul Eggert  <eggert@cs.ucla.edu>
16882
16883         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16884         changes, consolidating in...
16885         * lib/regex_internal.h: ...this file.
16886
16887 2005-09-13  Jim Meyering  <jim@meyering.net>
16888
16889         * lib/canon-host.c: Filter through gnu indent and reword comments
16890         slightly.
16891         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16892
16893 2005-09-13  Derek Price  <derek@ximbiot.com>
16894
16895         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16896         failure.
16897         Reported by Jim Meyering  <jim@meyering.net>.
16898
16899 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16900
16901         * lib/base64.c: Typo.
16902         (base64_encode): Put b64str in initialized data section.
16903
16904 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16905
16906         Merge glibc and coreutils changes into gnulib, plus a few
16907         extra fixes.
16908         * lib/md5.c: Use #error rather than a string.
16909         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16910         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16911         (__attribute__): Define to empty for non recent-GCC.
16912         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16913         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16914         Renamed from their non-__ counterparts, with new macros replacing
16915         them if not _LIBC.  Add __THROW attribute.
16916         (rol): Remove.
16917         (struct md5_ctx): Align buffer if using GCC.
16918         * lib/sha1.h (struct sha1_ctx): Likewise.
16919         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16920         The old name was backwards.
16921         (NOTSWAP): Remove; not used.
16922         (rol): New macro, moved here from md5.h.
16923         (sha1_process_block): Remove a FIXME that doesn't make sense.
16924
16925 2005-09-12  Derek Price  <derek@ximbiot.com>
16926
16927         Return usable errors from canon-host.
16928         * lib/canon-host.h: New file.
16929         * lib/canon-host.c (canon_host): Wrap...
16930         (canon_host_r): ...this new function, which now relies exclusively on
16931         getaddrinfo.
16932         (ch_strerror): New function.
16933         (last_cherror): New global.
16934         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16935         interface.
16936         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16937         void *.
16938         (freeaddrinfo): Free ai->ai_canonname when set.
16939
16940 2005-09-12  Derek Price  <derek@ximbiot.com>
16941
16942         Make canon-host require getaddrinfo.
16943         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16944         AC_LIBSOURCE canon-host.h.  Call...
16945         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16946         gl_GETADDRINFO.
16947         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16948
16949 2005-09-12  Derek Price  <derek@ximbiot.com>
16950
16951         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16952         LGPL.
16953         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16954
16955 2005-09-12  Derek Price  <derek@ximbiot.com>
16956
16957         * lib/gai_strerror.c: Include config.h when available.  Include
16958         getaddrinfo.h before other headers to test interface.
16959         Reported by Larry Jones <lawrence.jones@ugs.com>.
16960
16961 2005-09-12  Derek Price  <derek@ximbiot.com>
16962             Paul Eggert  <eggert@cs.ucla.edu>
16963
16964         * modules/glob (Files): Add glob-libc.h.
16965
16966 2005-09-12  Derek Price  <derek@ximbiot.com>
16967             Paul Eggert  <eggert@cs.ucla.edu>
16968
16969         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
16970         glob_.h, glob-libc.h.
16971         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
16972
16973 2005-09-12  Derek Price  <derek@ximbiot.com>
16974             Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
16977         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
16978         protecting things that should be done only in gnulib contexts.
16979         * lib/glob_.h: New file, containing only the glob things needed for
16980         gnulib.
16981         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
16982         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
16983         (glob, globfree, glob_pattern_p): Now defined simply in terms of
16984         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
16985         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
16986         and to respect the namespace rules better.
16987
16988 2005-09-08  Simon Josefsson  <jas@extundo.com>
16989
16990         * modules/socklen: New file.
16991
16992 2005-09-08  Simon Josefsson  <jas@extundo.com>
16993
16994         * m4/socklen.m4: New file.
16995
16996 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16997
16998         * modules/utimens (Files): Add m4/utimbuf.m4, since
16999         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17000         Reported by Sergey Poznyakoff.
17001
17002 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17003
17004         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17005         definitions, since that's the preferred style in glibc.
17006         Fix a minor spacing issue, and update copyright notice to match
17007         glibc's.
17008
17009 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17010
17011         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17012
17013 2005-09-06  Simon Josefsson  <jas@extundo.com>
17014
17015         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17016         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17017
17018 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17021         warning.
17022
17023 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17024
17025         * config/srclist.txt: Add glibc bug 1302.
17026
17027 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17028
17029         Change bitset word type from unsigned int to unsigned long int,
17030         as this has better performance on typical 64-bit hosts.
17031         Port bitset code to hosts with unusual word sizes.
17032         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17033         (build_collating_symbol):
17034         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17035         argument is a bitset.  This is merely a style issue, but it makes
17036         it clearer that an entire array is expected.
17037         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17038         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17039         Port to the case where bitset_word is not the same as unsigned int.
17040         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17041         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17042         Likewise.
17043         * lib/regexec.c (check_dst_limits_calc_pos_1,
17044         check_subexp_matching_top):
17045         (build_trtable, group_nodes_into_DFAstates):
17046         Likewise.
17047         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17048         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17049         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17050         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17051         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17052         * lib/regcomp.c (optimize_subexps, lower_subexp):
17053         Work even if bitset_word has holes in its bitwise representation.
17054         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17055         * lib/regexec.c (check_dst_limits_calc_pos_1,
17056         check_subexp_matching_top):
17057         Likewise.
17058         * lib/regex_internal.c (re_string_reconstruct):
17059         Don't assume UCHAR_MAX == 255.
17060         * lib/regex_internal.h (bitset_set_all): Likewise.
17061         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17062         All uses changed.
17063         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17064         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17065         All uses changed.
17066         (BITSET_WORD_MAX): New macro.
17067         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17068         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17069         (bitset_empty, bitset_copy):
17070         Prefer sizeof (bitset) to multiplying it out ourselves.
17071         (bitset_not_merge): Remove; unused.
17072         (bitset_contain): Return bool, not unsigned int with one bit on.
17073         All callers changed.
17074         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17075         alignment than re_node_set; do this by defining a new internal
17076         type struct dests_alloc and using it to allocate memory.
17077
17078 2005-09-05  Bruno Haible  <bruno@clisp.org>
17079
17080         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17081         links.
17082
17083 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17084
17085         * modules/size_max (Makefile.am): Add size_max.h
17086
17087 2005-09-04  Derek Price  <derek@ximbiot.com>
17088
17089         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17090
17091 2005-09-03  Simon Josefsson  <jas@extundo.com>
17092
17093         * gnulib-tool: Fix typo.
17094
17095 2005-09-03  Simon Josefsson  <jas@extundo.com>
17096
17097         * config/srclist.txt: Add glibc bug 1293.
17098
17099 2005-09-03  Derek Price  <derek@ximbiot.com>
17100
17101         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17102         From Larry Jones <lawrence.jones@ugs.com>.
17103
17104 2005-09-02  Simon Josefsson  <jas@extundo.com>
17105
17106         * modules/socklen: New file.
17107
17108 2005-09-02  Simon Josefsson  <jas@extundo.com>
17109
17110         * modules/havelib: New module.
17111
17112         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17113         Use havelib.
17114
17115 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17116
17117         Check for arithmetic overflow when calculating sizes, to prevent
17118         some buffer-overflow issues.  These patches are conservative, in the
17119         sense that when I couldn't determine whether an overflow was possible,
17120         I inserted a run-time check.
17121         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17122         macros.
17123         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17124         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17125         (re_xnrealloc, re_x2nrealloc): New inline functions.
17126         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17127         parse_bracket_exp):
17128         (build_equiv_class, build_charclass): Check for arithmetic overflow
17129         in size expression calculations.
17130         * lib/regex_internal.c (re_string_realloc_buffers):
17131         (build_wcs_upper_buffer, re_node_set_add_intersect):
17132         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17133         (re_dfa_add_node, register_state): Likewise.
17134         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17135         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17136         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17137         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17138
17139 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17140
17141         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17142         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17143
17144 2005-09-02  Bruno Haible  <bruno@clisp.org>
17145
17146         Support for lib vs. lib64 distinction on biarch platforms.
17147         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17148         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17149         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17150
17151 2005-09-02  Bruno Haible  <bruno@clisp.org>
17152
17153         * gnulib-tool (import): In the other first-use case, provide defaults
17154         as well.
17155
17156 2005-09-02  Bruno Haible  <bruno@clisp.org>
17157
17158         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17159         patches not yet found in the latest gettext release.
17160
17161 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17164         to avoid a collision with bits/local_lim.h in glibc.
17165         All uses changed.  Problem reported by Dmitry V. Levin in
17166         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17167
17168         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17169         bugs in int versus size_t comparisons.
17170         (re_string_context_at): Fix bug where the code assumed that
17171         Idx is signed.
17172
17173         Use bool where appropriate.
17174         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17175         All callers changed.
17176         (calc_eclosure_iter): Likewise, for ROOT arg.
17177         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17178         (build_charclass_op): Likewise, for NON_MATCH arg.
17179         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17180         (re_string_construct_common): Likewise, for ICASE arg.
17181         * lib/regexec.c (re_search_2_stub, re_search_stub):
17182         Likewise, for RET_LEN arg.
17183         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17184         (set_regs): Likewise, for FL_BACKTRACK arg.
17185         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17186         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17187         (calc_eclosure_iter, parse_bracket_exp):
17188         Use bool for internal variables that are booleans.
17189         * lib/regexec.c (re_search_internal, check_matching,
17190         proceed_next_node):
17191         (set_regs, build_sifted_states, sift_states_bkref):
17192         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17193         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17194         (find_collation_sequence_value):
17195         Likewise.
17196         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17197         (re_node_set_compare):
17198         Return bool, not int. All callers changed.
17199         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17200         (build_trtable, check_node_accept): Likewise.
17201         * lib/regex_internal.h: Include stdbool.h.
17202
17203         Fix bugs uncovered when converting to bool.
17204         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17205         failure instead of charging ahead blindly.
17206         * lib/regex_internal.c (register_state): Likewise.
17207         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17208         for freeing internal storage.
17209         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17210         bitset pieces used as boolean, to avoid undefined behavior
17211         on hosts that do int overflow checking.
17212
17213 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17214
17215         * config/srclist.txt: Add glibc bugs 1285-1287.
17216
17217 2005-09-01  Jim Meyering  <jim@meyering.net>
17218
17219         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17220         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17221         Require gl_STAT_MACROS, too.
17222
17223 2005-09-01  Bruno Haible  <bruno@clisp.org>
17224
17225         * gnulib-tool (import): In the first-use case, provide defaults.
17226
17227 2005-09-01  Bruno Haible  <bruno@clisp.org>
17228
17229         * gnulib-tool (func_import): Remove the .tmp files.
17230
17231 2005-09-01  Bruno Haible  <bruno@clisp.org>
17232
17233         * gnulib-tool (func_import): Fix handling of symbolic links.
17234
17235 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17238         old glibc regex code mishandles strings longer than 2**31 bytes.
17239         This patch fixes this when the regex code is used in gnulib
17240         (i.e., outside glibc).
17241
17242         This patch should not affect the use of the regex code inside
17243         glibc.  No doubt this problem also needs to be handled for glibc
17244         as well, but the result will be an incompatible change to the
17245         glibc ABI, and the old ABI will have to be supported too.  That
17246         can be the the subject for another patch.
17247
17248         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17249         governing whether the rest of this patch is active.  By default,
17250         the macro is disabled and the patch has no effect.
17251         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17252         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17253         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17254         (re_match_2, re_set_registers): Use the new types.
17255         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17256         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17257         New macros.
17258         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17259         (re_string_context_at, bin_tree_t, re_dfastate_t):
17260         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17261         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17262         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17263         (re_string_char_size_at, re_string_wchar_at):
17264         (re_string_elem_size_at):
17265         Use the new types and macros to port to 64-bit hosts.
17266         Use unsigned types for internal values, so that the code
17267         mostly works even for arrays larger than SSIZE_MAX.
17268         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17269         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17270         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17271         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17272         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17273         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17274         (calc_inveclosure, parse_dup_op, build_range_exp):
17275         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17276         (fetch_number, create_token_tree, mark_opt_subexp):
17277         Likewise.
17278         * lib/regex_internal.c (re_string_construct_common,
17279         create_ci_newstate):
17280         (create_cd_newstate, re_string_allocate, re_string_construct):
17281         (re_string_realloc_buffers, build_wcs_upper_buffer):
17282         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17283         (re_string_reconstruct, re_string_peek_byte_case):
17284         (re_string_fetch_byte_case, re_string_context_at):
17285         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17286         (re_node_set_init_copy, re_node_set_add_intersect):
17287         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17288         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17289         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17290         (re_acquire_state, re_acquire_state_context, register_state):
17291         Likewise.
17292         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17293         search_cur_bkref_entry):
17294         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17295         (re_search_internal, re_search_2_stub, re_search_stub)
17296         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17297         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17298         (update_cur_sifted_state, check_dst_limits):
17299         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17300         (check_subexp_limits, sift_states_bkref, merge_state_array):
17301         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17302         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17303         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17304         (expand_bkref_cache, check_node_accept_bytes):
17305         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17306         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17307         (acquire_init_state_context, check_halt_node_context):
17308         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17309         (sift_states_backward, clean_state_log_if_needed):
17310         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17311         (find_recover_state, transit_state_sb, transit_state_mb):
17312         (transit_state_bkref, build_trtable, match_ctx_clean):
17313         Likewise.
17314         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17315         to work around an assumption that REG_MISSING is negative.
17316
17317         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17318         (seek_collating_symbol_entry) [defined _LIBC]:
17319         (lookup_collation_sequence_value) [defined _LIBC]:
17320         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17321         Use prototypes rather than old-style function definitions.
17322         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17323         (transit_state_sb) [0]:
17324         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17325
17326         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17327         rm_eo.
17328
17329         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17330         (optimize_subexps, lower_subexp):
17331         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17332         since the signed shift might overflow.  Use 1u<<31 instead.
17333         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17334         Likewise.
17335         * lib/regexec.c (check_dst_limits_calc_pos_1,
17336         check_subexp_matching_top): Likewise.
17337
17338         * lib/regcomp.c (optimize_subexps, lower_subexp):
17339         Use CHAR_BIT rather than 8, for clarity.
17340         * lib/regexec.c (check_dst_limits_calc_pos_1):
17341         (check_subexp_matching_top): Likewise.
17342         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17343         have to worry about portability issues when shifting it left.
17344         Remove no-longer-needed test for table_size > 0.
17345         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17346         in a word, as the resulting behavior is undefined.
17347         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17348         in one case, a <= should have been an <, and in another case the
17349         whole test was missing.
17350         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17351         the standard name CHAR_BIT.
17352         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17353         this is not true on one's complement and signed-magnitude hosts.
17354
17355         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17356         next_last_offset.
17357         (struct re_dfa_t): Remove unused member states_alloc.
17358         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17359
17360 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17363         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17364         and large-file glibc and in 32-bit large-file Solaris.
17365
17366 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17367
17368         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17369         lengths fit in regoff_t; this isn't true if regoff_t is the same
17370         width as size_t.
17371         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17372         (= START + RANGE) instead of RANGE.  This avoids overflow
17373         problems when regoff_t is the same width as size_t.
17374         All callers changed.
17375         (re_search_2_stub): Check for overflow when adding the
17376         sizes of the two strings.
17377         (re_search_stub): Check for overflow when adding START
17378         to RANGE; if it occurs, substitute the extreme value.
17379
17380 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17381
17382         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17383
17384 2005-08-31  Jim Meyering  <jim@meyering.net>
17385
17386         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17387         a pointer-to-const.
17388         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17389         (register_state): Likewise.
17390         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17391         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17392         (group_nodes_into_DFAstates): Likewise.
17393
17394 2005-08-31  Jim Meyering  <jim@meyering.net>
17395
17396         * check-module: Add a FIXME comment.
17397
17398 2005-08-31  Eric Blake  <ebb9@byu.net>
17399
17400         * modules/unistd-safer (Files): Add unistd--.h.
17401         * modules/stdio-safer (Files): Add stdio--.h.
17402
17403 2005-08-31  Derek Price  <derek@ximbiot.com>
17404
17405         * lib/getdelim.c (getdelim): Return EOF on EOF.
17406         Reported by Larry Jones <lawrence.jones@ugs.com>.
17407
17408 2005-08-31  Bruno Haible  <bruno@clisp.org>
17409
17410         Avoid unnecessary diffs in the generated lib/Makefile.am.
17411         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17412         the generated files.
17413         (func_import): Don't set cmd.
17414
17415 2005-08-31  Bruno Haible  <bruno@clisp.org>
17416
17417         * lib/strstr.c: Include <stddef.h>, for NULL.
17418         * lib/strcasestr.c: Likewise.
17419         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17420
17421 2005-08-31  Bruno Haible  <bruno@clisp.org>
17422
17423         * gnulib-tool: New option --macro-prefix.
17424         (func_import): Use macro_prefix.
17425         (import): Handle option --macro-prefix.
17426
17427 2005-08-31  Bruno Haible  <bruno@clisp.org>
17428
17429         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17430         Also use new variables cached_lgpl, cached_libtool.
17431
17432 2005-08-31  Bruno Haible  <bruno@clisp.org>
17433
17434         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17435         always instantiating them.
17436
17437 2005-08-31  Bruno Haible  <bruno@clisp.org>
17438
17439         * gnulib-tool (func_import): Read the previous cached settings
17440         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17441         earlier added by gnulib but are now dropped. Warn when a gnulib file
17442         overwrites a non-gnulib file.
17443
17444 2005-08-31  Bruno Haible  <bruno@clisp.org>
17445
17446         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17447         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17448         projects that don't keep autogenerated files in CVS. Put into
17449         actioncmd only the specified modules, not the transitive closure.
17450
17451 2005-08-31  Bruno Haible  <bruno@clisp.org>
17452
17453         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17454         Create directories that shall be filled.
17455         (import): Don't look for gl_* macros in configure.ac. Recurse across
17456         all directories containing a gnulib-cache.m4 files, if meaningful.
17457
17458 2005-08-31  Bruno Haible  <bruno@clisp.org>
17459
17460         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17461         (import): Set seen_libtool when we see gl_LIBTOOL.
17462
17463 2005-08-31  Bruno Haible  <bruno@clisp.org>
17464
17465         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17466         declaration macro definitions from generated gnulib.m4.
17467
17468 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17469
17470         * lib/iconvme.h: Add prototype for iconv_alloc.
17471
17472 2005-08-29  Simon Josefsson  <jas@extundo.com>
17473
17474         * lib/iconvme.c: Fix errno.
17475
17476 2005-08-29  Bruno Haible  <bruno@clisp.org>
17477
17478         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17479         that it works when the directory contains spaces.
17480
17481 2005-08-29  Bruno Haible  <bruno@clisp.org>
17482
17483         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17484
17485 2005-08-29  Bruno Haible  <bruno@clisp.org>
17486
17487         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17488         Emit more advice.
17489
17490 2005-08-29  Bruno Haible  <bruno@clisp.org>
17491         and Stepan Kasal  <kasal@ucw.cz>
17492
17493         * check-module: If more parameters are given, check each of them
17494         separately; add more exceptions, as noted by Jim Meyering.
17495         (check_module): New procedure.
17496         (%exempt_header): Now contains all exceptions.
17497
17498 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17499
17500         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17501
17502 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17503
17504         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17505
17506 2005-08-28  Bruno Haible  <bruno@clisp.org>
17507
17508         * m4/gnulib-tool.m4: New file.
17509
17510 2005-08-27  Jim Meyering  <jim@meyering.net>
17511
17512         * modules/unistd-safer (Files): Add pipe-safer.c.
17513         * modules/fcntl-safer (Files): Add creat-safer.c.
17514
17515 2005-08-27  Jim Meyering  <jim@meyering.net>
17516
17517         * m4/stdlib-safer.m4: New file.  From coreutils.
17518         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17519         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17520         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17521         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17522         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17523
17524 2005-08-27  Jim Meyering  <jim@meyering.net>
17525
17526         * lib/fopen-safer.c: Merge minor changes from coreutils.
17527         * lib/dup-safer.c: Likewise.
17528         * lib/fd-safer.c: Likewise.
17529
17530         Merge from coreutils.
17531         * lib/stdio--.h: New file.
17532         * lib/stdlib--.h: New file.
17533         * lib/mkstemp-safer.c: New file.
17534
17535         GNU tar needs these.
17536         * lib/pipe-safer.c: New file.
17537         * lib/creat-safer.c: New file.
17538         * lib/fcntl--.h (creat): Define to creat_safer.
17539         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17540         * lib/unistd--.h (pipe): Define to pipe_safer.
17541         * lib/unistd-safer.h: Declare pipe_safer.
17542
17543 2005-08-26  Simon Josefsson  <jas@extundo.com>
17544
17545         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17546         Haible <bruno@clisp.org>.
17547
17548 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17549
17550         * lib/regex_internal.h: Remove all references to
17551         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17552         or better.
17553         (bitset_not, bitset_merge, bitset_not_merge):
17554         (bitset_mask, re_string_allocate, re_string_construct):
17555         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17556         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17557         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17558         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17559         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17560         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17561         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17562         (re_acquire_state_context):
17563         Remove unnecessary forward decls.
17564         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17565         Put __attribute at function definition,
17566         now that the function decl has been removed.
17567         * lib/regex_internal.c (re_string_peek_byte_case):
17568         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17569         Likewise.
17570
17571 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17572
17573         * m4/regex.m4: Add AC_PREREQ(2.50).
17574         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17575
17576 2005-08-25  Simon Josefsson  <jas@extundo.com>
17577
17578         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17579         __fsetlocking.
17580
17581 2005-08-25  Simon Josefsson  <jas@extundo.com>
17582
17583         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17584         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17585         GLIBC specific code.
17586
17587 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17588
17589         Make regex safe for g++.  This fixes one real bug (an "err"
17590         that should have been "*err").  g++ problem reported by
17591         Sam Steingold.
17592         * lib/regex_internal.h (re_calloc): New macro, consistent with
17593         re_malloc etc.  All callers of calloc changed to use re_calloc.
17594         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17595         not int.  All callers changed.
17596         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17597         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17598         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17599         (find_recover_state): Change "err" to "*err"; this fixes what
17600         appears to be a real bug.
17601         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17602         versus int.
17603
17604 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17605
17606         * modules/regex (Depends-on): Add malloc, since the code
17607         assumes that !malloc(0) means failure.
17608
17609 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17610
17611         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17612
17613         alloca modernization/simplification for regex.
17614         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17615         needs to be at the start of the file, and can be moved into
17616         regex_internal.h and simplified.
17617         * lib/regex_internal.h: Include <alloca.h>.
17618         (__libc_use_alloca) [!defined _LIBC]: New macro.
17619         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17620         now works outside glibc.
17621
17622 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17623
17624         * config/srclist.txt: Add glibc bugs 1241, 1245.
17625
17626 2005-08-25  Jim Meyering  <jim@meyering.net>
17627
17628         * lib/open-safer.c: Include <config.h>.
17629         Otherwise, we'd lose LARGEFILE support in any file using
17630         e.g. "fcntl--.h"
17631
17632 2005-08-25  Bruno Haible  <bruno@clisp.org>
17633
17634         * m4/minmax.m4: Require autoconf 2.52.
17635         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17636         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17637         alternatives of translit over the alphabet.
17638         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17639
17640 2005-08-24  Simon Josefsson  <jas@extundo.com>
17641
17642         * tests/test-getpass.c: New file.
17643
17644 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17647         for GNU regex features.
17648
17649 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17652         * lib/regex.h (regerror): Likewise.
17653
17654         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17655         requires this.  (The code never needed it.)
17656
17657         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17658         All uses of recently-renamed identifiers changed to use the new,
17659         POSIX-compliant names.  The code will build and run just fine
17660         without these changes, but it's better to eat our own dog food
17661         and use the standard-conforming names.
17662
17663         * lib/regex.h: Fix a multitude of POSIX name space violations.
17664         These changes have an effect only for programs that define
17665         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17666         do not change anything for programs compiled in the normal way.
17667         Also, there is no effect on the ABI.
17668
17669         (_REGEX_SOURCE): New macro.
17670         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17671         defined and _GNU_SOURCE is not; this fixes a name space violation.
17672
17673         Rename the following macros to obey POSIX requirements.
17674         The old names are still visible as macros if _REGEX_SOURCE is defined.
17675         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17676         RE_BACKSLASH_ESCAPE_IN_LISTS.
17677         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17678         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17679         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17680         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17681         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17682         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17683         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17684         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17685         (REG_INTERVALS): renamed from RE_INTERVALS.
17686         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17687         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17688         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17689         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17690         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17691         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17692         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17693         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17694         RE_UNMATCHED_RIGHT_PAREN_ORD.
17695         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17696         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17697         (REG_DEBUG): renamed from RE_DEBUG.
17698         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17699         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17700         unusual, since we can't clash with the POSIX REG_ICASE.
17701         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17702         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17703         (REG_NO_SUB): renamed from RE_NO_SUB.
17704         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17705         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17706         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17707         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17708         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17709         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17710         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17711         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17712         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17713         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17714         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17715         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17716         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17717         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17718         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17719         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17720         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17721         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17722         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17723         (REG_FIXED): Renamed from REGS_FIXED.
17724         (REG_NREGS): Renamed from RE_NREGS.
17725
17726         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17727         of other REG_* macros, since POSIX says the user is allowed to
17728         #undef these macros selectively.
17729
17730         (reg_errcode_t): Update comment stating what other tables need
17731         to be consistent.
17732
17733         Rename the following enum values to obey POSIX requirements.
17734         The old names are still visible as macros.
17735         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17736         is not defined, since GNU is supposed to be a superset of POSIX as
17737         much as possible, and since we want reg_errcode_t to be a signed
17738         type for implementation consistency.
17739         (_REG_NOERROR): Renamed from REG_NOERROR.
17740         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17741         (_REG_BADPAT): Renamed from REG_BADPAT.
17742         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17743         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17744         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17745         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17746         (_REG_EBRACK): Renamed from REG_EBRACK.
17747         (_REG_EPAREN): Renamed from REG_EPAREN.
17748         (_REG_EBRACE): Renamed from REG_EBRACE.
17749         (_REG_BADBR): Renamed from REG_BADBR.
17750         (_REG_ERANGE): Renamed from REG_ERANGE.
17751         (_REG_ESPACE): Renamed from REG_ESPACE.
17752         (_REG_BADRPT): Renamed from REG_BADRPT.
17753         (_REG_EEND): Renamed from REG_EEND.
17754         (_REG_ESIZE): Renamed from REG_ESIZE.
17755         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17756         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17757         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17758         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17759         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17760
17761         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17762         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17763         changed.  But support the old name if the new one is not defined
17764         and if _REGEX_SOURCE.
17765
17766         Change the following member names in struct re_pattern_buffer.
17767         The old names are still supported if !_REGEX_SOURCE.
17768         The new names are always supported, regardless of _REGEX_SOURCE.
17769         (re_buffer): Renamed from buffer.
17770         (re_allocated): Renamed from allocated.
17771         (re_used): Renamed from used.
17772         (re_syntax): Renamed from syntax.
17773         (re_fastmap): Renamed from fastmap.
17774         (re_translate): Renamed from translate.
17775         (re_can_be_null): Renamed from can_be_null.
17776         (re_regs_allocated): Renamed from regs_allocated.
17777         (re_fastmap_accurate): Renamed from fastmap_accurate.
17778         (re_no_sub): Renamed from no_sub.
17779         (re_not_bol): Renamed from not_bol.
17780         (re_not_eol): Renamed from not_eol.
17781         (re_newline_anchor): Renamed from newline_anchor.
17782
17783         Change the following member names in struct re_registers.
17784         The old names are still supported if !_REGEX_SOURCE.
17785         The new names are always supported, regardless of _REGEX_SOURCE.
17786         (rm_num_regs): Renamed from num_regs.
17787         (rm_start): Renamed from start.
17788         (rm_end): Renamed from end.
17789
17790         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17791         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17792         Prepend __ to parameter names.
17793
17794         Undo yesterday's changes.
17795
17796 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17799         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17800         lib/regex.c.
17801
17802 2005-08-24  Jim Meyering  <jim@meyering.net>
17803
17804         Sync from coreutils.
17805         * m4/fcntl-safer.m4: New file.
17806
17807         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17808         and object files for this module.
17809
17810 2005-08-24  Jim Meyering  <jim@meyering.net>
17811
17812         Sync from coreutils.
17813         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17814
17815 2005-08-24  Jim Meyering  <jim@meyering.net>
17816
17817         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17818         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17819
17820 2005-08-24  Jim Meyering  <jim@meyering.net>
17821
17822         * modules/fcntl-safer: New module.
17823         * modules/fts (Depends-on): Add fcntl-safer.
17824         * MODULES.html.sh (File descriptor based Input/Output):
17825         Add fcntl-safer.
17826
17827 2005-08-24  Bruno Haible  <bruno@clisp.org>
17828
17829         Support for unit test modules.
17830         * modules/README: Mention tests modules.
17831         * modules/TEMPLATE-TESTS: New file.
17832         * gnulib-tool: New options --extract-tests-module, --with-tests and
17833         --tests-base (unused for the moment).
17834         (testsbase, inctests): New variables.
17835         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17836         (func_verify_module): Exclude TEMPLATE-TESTS.
17837         (func_verify_nontests_module, func_verify_tests_module): New functions.
17838         (func_get_dependencies): Add implicit dependency for tests modules.
17839         (func_get_tests_module): New function.
17840         (func_modules_transitive_closure): When --with-tests was specified,
17841         include the unit tests as well, unless explicitly avoided.
17842         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17843         (func_emit_tests_Makefile_am): New function.
17844         (func_create_testdir): When --with-tests was specified, emit a
17845         tests/ directory.
17846         * MODULES.html.sh (Future developments): Update.
17847
17848 2005-08-24  Bruno Haible  <bruno@clisp.org>
17849
17850         * modules/tls-tests: New file.
17851         * tests/test-tls.c: New file, from GNU gettext.
17852
17853 2005-08-24  Bruno Haible  <bruno@clisp.org>
17854
17855         * modules/lock-tests: New file.
17856         * tests/test-lock.c: New file, from GNU gettext.
17857
17858 2005-08-24  Bruno Haible  <bruno@clisp.org>
17859
17860         * lib/lock.h: Add multiple inclusion guard.
17861         * lib/tls.h: Add multiple inclusion guard.
17862
17863 2005-08-24  Bruno Haible  <bruno@clisp.org>
17864
17865         * gnulib-tool: Add support for the --aux-dir option to
17866         --create-testdir, --create-megatestdir, --test, --megatest.
17867         (func_create_testdir, func_create_megatestdir): Optionally emit a
17868         AC_CONFIG_AUX_DIR directive.
17869         (create-testdir, create-megatestdir, test, megatest): Provide a
17870         default value for $auxdir.
17871
17872 2005-08-24  Bruno Haible  <bruno@clisp.org>
17873
17874         * gnulib-tool (import): Use compound statement instead of subshell
17875         where possible.
17876
17877 2005-08-24  Bruno Haible  <bruno@clisp.org>
17878
17879         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17880
17881 2005-08-24  Bruno Haible  <bruno@clisp.org>
17882
17883         * gnulib-tool (func_version): Update.
17884
17885 2005-08-24  Bruno Haible  <bruno@clisp.org>
17886
17887         * gnulib-tool (func_import, func_create_testdir,
17888         func_create_megatestdir): Quote all autoconf macro arguments.
17889
17890 2005-08-24  Bruno Haible  <bruno@clisp.org>
17891
17892         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17893         option --force, because --force causes the aclocal.m4 of each
17894         subdirectory to be newer than the corresponding config.h.in.
17895
17896 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17897
17898         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17899         All contents moved to gl_REGEX.
17900         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17901         assume that it does.
17902
17903 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17904
17905         * lib/regex.h (REG_NOSYS)
17906         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17907         Define, since POSIX requires it as of 2001.
17908         (_REG_ENOSYS)
17909         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17910         New private symbol, used to keep the enum signed in all cases.
17911         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17912         Youngman in
17913         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17914
17915         * lib/regex_internal.c (re_string_skip_chars, register_state):
17916         (calc_state_hash):
17917         Remove forward decls; no longer needed now that we use prototypes.
17918         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17919         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17920         (clean_state_log_if_needed): Likewise.
17921
17922 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * config/srclist.txt: Add glibc bugs 1231-1233.
17925
17926 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         Fix problems reported by Sam Steingold in
17929         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17930         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17931         assumed that reg_errcode_t is a signed type, which is not
17932         necessarily true if _XOPEN_SOURCE is not defined.
17933         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17934         since some compilers warn about it otherwise.
17935
17936 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17937
17938         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17939         (init_word_char, create_initial_state, duplicate_node_closure):
17940         (fetch_token, peek_token_bracket, build_range_exp):
17941         (build_collating_symbol): Remove forward decls; no longer needed
17942         now that we use prototypes.
17943
17944         * lib/regcomp.c:
17945         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17946         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17947         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17948         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17949         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17950         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17951         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17952         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17953         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17954         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17955         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17956         (build_charclass, build_charclass_op, fetch_number, create_tree):
17957         (create_token_tree, mark_opt_subexp, duplicate_tree):
17958         Use prototypes rather than old-style definitions.
17959
17960         * lib/regex_internal.c:
17961         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17962         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17963         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17964         (re_string_reconstruct, re_string_peek_byte_case):
17965         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17966         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17967         (re_node_set_init_copy, re_node_set_add_intersect):
17968         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17969         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17970         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17971         (re_acquire_state, re_acquire_state_context, register_state):
17972         (create_ci_newstate, create_cd_newstate, free_state):
17973         Likewise.
17974         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
17975         re_search_2):
17976         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
17977         (re_search_internal, prune_impossible_nodes):
17978         (acquire_init_state_context, check_matching, static):
17979         (check_halt_node_context, check_halt_state_context, proceed_next_node):
17980         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
17981         (update_regs, sift_states_backward, build_sifted_states):
17982         (clean_state_log_if_needed, merge_state_array):
17983         (update_cur_sifted_state, add_epsilon_src_nodes):
17984         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
17985         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
17986         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
17987         (find_recover_state, check_subexp_matching_top, transit_state_mb):
17988         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
17989         (check_arrival, check_arrival_add_next_nodes):
17990         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17991         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17992         (check_node_accept_bytes, check_node_accept, extend_buffers):
17993         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
17994         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
17995         (sift_ctx_init):
17996         Likewise.
17997
17998         * lib/regex_internal.h:
17999         (re_string_allocate, re_string_construct, re_string_reconstruct):
18000         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18001         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18002         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18003         (re_string_context_at, re_string_peek_byte_case):
18004         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18005         is defined, since we now use prototypes always.
18006
18007         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18008         C89 or better.  All uses removed.
18009
18010 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18011
18012         * config/srclist.txt: Add glibc bugs 1220-1227.
18013
18014 2005-08-20  Jim Meyering  <jim@meyering.net>
18015
18016         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18017         of unused local, dfa.
18018
18019 2005-08-20  Bruno Haible  <bruno@clisp.org>
18020
18021         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18022
18023 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18026         (re_node_set_insert_last, re_dfa_add_node):
18027         Rename local variables to avoid GCC shadowing warnings.
18028
18029 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18030
18031         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18032         [defined lint]: Suppress bogus uninitialized-variable warnings.
18033
18034         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18035         and let the caller return REG_ESPACE if out of space.  This
18036         removes an uninitialied-variable warning with GCC 4.0.1, and also
18037         avoids taking the address of a local variable.  All callers
18038         changed.
18039
18040 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18041
18042         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18043         $LIBCSRC/posix/regexec.c.
18044         Add glibc bug 1217 for regcomp.c.
18045
18046 2005-08-19  Jim Meyering  <jim@meyering.net>
18047
18048         * lib/regexec.c (proceed_next_node): Redo local variables to
18049         avoid GCC shadowing warnings.
18050
18051 2005-08-18  Bruno Haible  <bruno@clisp.org>
18052
18053         * lib/strstr.c (strstr): Fix return value in multibyte case.
18054         * lib/strcasestr.c (strcasestr): Likewise.
18055
18056 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18059
18060 2005-08-17  Jim Meyering  <jim@meyering.net>
18061
18062         Make the %s format (seconds since the epoch) work for a negative
18063         number and when used with a zero-padded field width, e.g. %015s.
18064
18065         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18066         label so that it precedes the code to set `digits'.  Otherwise,
18067         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18068         print `00-22'.  Now, it prints `-0022', as it should.
18069
18070 2005-08-17  Bruno Haible  <bruno@clisp.org>
18071
18072         * modules/strstr (Files): Add m4/mbrtowc.m4.
18073         (Depends-on): Add mbuiter.
18074
18075 2005-08-17  Bruno Haible  <bruno@clisp.org>
18076
18077         * modules/strcasestr: New file.
18078         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18079         strcasestr.
18080
18081 2005-08-17  Bruno Haible  <bruno@clisp.org>
18082
18083         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18084
18085 2005-08-17  Bruno Haible  <bruno@clisp.org>
18086
18087         * modules/mbuiter: New file.
18088         * MODULES.html.sh (Extended multibyte and wide character utilities):
18089         Add mbuiter.
18090
18091 2005-08-17  Bruno Haible  <bruno@clisp.org>
18092
18093         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18094         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18095
18096 2005-08-17  Bruno Haible  <bruno@clisp.org>
18097
18098         * m4/strcasestr.m4: New file.
18099
18100 2005-08-17  Bruno Haible  <bruno@clisp.org>
18101
18102         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18103         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18104
18105 2005-08-17  Bruno Haible  <bruno@clisp.org>
18106
18107         * lib/strcasestr.h: New file.
18108         * lib/strcasestr.c: New file.
18109
18110 2005-08-17  Bruno Haible  <bruno@clisp.org>
18111
18112         * lib/strcasecmp.c: Use mbuiter.h.
18113
18114 2005-08-17  Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/mbuiter.h: New file.
18117
18118 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18119
18120         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18121         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18122         and gl_GETOPT are both invoked via different paths (as happens
18123         with GNU tar CVS because it uses both argp and getopt), the former
18124         wins.
18125
18126 2005-08-16  Bruno Haible  <bruno@clisp.org>
18127
18128         * modules/tls: New file.
18129         * MODULES.html.sh (Multithreading): Add tls.
18130
18131 2005-08-16  Bruno Haible  <bruno@clisp.org>
18132
18133         * modules/strnlen1: New file.
18134         * MODULES.html.sh (String handling): Add strnlen1.
18135
18136 2005-08-16  Bruno Haible  <bruno@clisp.org>
18137
18138         * modules/strcase (Files): Add m4/mbrtowc.m4.
18139         (Depends-on): Add strnlen1, mbchar.
18140
18141 2005-08-16  Bruno Haible  <bruno@clisp.org>
18142
18143         * modules/mbiter: New file.
18144         * MODULES.html.sh (Extended multibyte and wide character utilities):
18145         Add mbiter.
18146
18147 2005-08-16  Bruno Haible  <bruno@clisp.org>
18148
18149         * modules/mbfile: New file.
18150         * MODULES.html.sh (Extended multibyte and wide character utilities):
18151         Add mbfile.
18152
18153 2005-08-16  Bruno Haible  <bruno@clisp.org>
18154
18155         * modules/mbchar: New file.
18156         * MODULES.html.sh (Extended multibyte and wide character utilities):
18157         New section.
18158
18159 2005-08-16  Bruno Haible  <bruno@clisp.org>
18160
18161         * m4/tls.m4: New file, from GNU gettext.
18162
18163 2005-08-16  Bruno Haible  <bruno@clisp.org>
18164
18165         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18166         always.
18167         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18168
18169 2005-08-16  Bruno Haible  <bruno@clisp.org>
18170
18171         * m4/mbiter.m4: New file.
18172
18173 2005-08-16  Bruno Haible  <bruno@clisp.org>
18174
18175         * m4/mbfile.m4: New file.
18176
18177 2005-08-16  Bruno Haible  <bruno@clisp.org>
18178
18179         * m4/mbchar.m4: New file.
18180
18181 2005-08-16  Bruno Haible  <bruno@clisp.org>
18182
18183         * lib/tls.h: New file, from GNU gettext.
18184         * lib/tls.c: New file, from GNU gettext.
18185
18186 2005-08-16  Bruno Haible  <bruno@clisp.org>
18187
18188         * lib/strnlen1.h: New file.
18189         * lib/strnlen1.c: New file.
18190
18191 2005-08-16  Bruno Haible  <bruno@clisp.org>
18192
18193         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18194         (mbi_init): Update.
18195         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18196         NUL byte, not after it.
18197
18198 2005-08-16  Bruno Haible  <bruno@clisp.org>
18199
18200         * lib/strcase.h (strcasecmp): Add note in comments.
18201         * lib/strncasecmp.c: Use code from strcasecmp.c.
18202         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18203         (strcasecmp): Work correctly in multibyte locales.
18204
18205 2005-08-16  Bruno Haible  <bruno@clisp.org>
18206
18207         * lib/mbiter.h: New file.
18208
18209 2005-08-16  Bruno Haible  <bruno@clisp.org>
18210
18211         * lib/mbfile.h: New file.
18212
18213 2005-08-16  Bruno Haible  <bruno@clisp.org>
18214
18215         * lib/mbchar.h: New file.
18216         * lib/mbchar.c: New file.
18217
18218 2005-08-16  Bruno Haible  <bruno@clisp.org>
18219
18220         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18221         the valid ones. Makes the comparison operations transitive:
18222         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18223         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18224
18225 2005-08-15  Simon Josefsson  <jas@extundo.com>
18226
18227         * modules/ssize_t (License): Change to 'unlimited'.
18228
18229         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18230
18231 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18232
18233         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18234         Add comments for each pending glibc patch.
18235
18236 2005-08-15  Bruno Haible  <bruno@clisp.org>
18237
18238         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18239         __cplusplus is defined.
18240
18241 2005-08-14  Jim Meyering  <jim@meyering.net>
18242
18243         Sync from coreutils.
18244
18245         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18246         Use the hash-table-based cycle-detection code not just when
18247         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18248         Reported by James Youngman in
18249         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18250         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18251         FTS_TIGHT_CYCLE_CHECK.
18252         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18253         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18254         once again.
18255         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18256         * lib/fts.c (fd_safer): Remove decl.
18257         Include fcntl--.h rather than unistd-safer.h
18258         (fts_safe_changedir): Don't call fd_safer; no longer needed
18259         now that we include fcntl--.h.
18260
18261 2005-08-12  Simon Josefsson  <jas@extundo.com>
18262
18263         * modules/getndelim2: Use ssize_t module.
18264         * modules/getnline: Likewise.
18265         * modules/safe-read: Likewise.
18266         * modules/xreadlink: Likewise.
18267
18268         * modules/ssize_t: New file.
18269
18270 2005-08-12  Simon Josefsson  <jas@extundo.com>
18271
18272         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18273
18274 2005-08-12  Simon Josefsson  <jas@extundo.com>
18275
18276         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18277         ssize_t.
18278
18279 2005-08-12  Simon Josefsson  <jas@extundo.com>
18280
18281         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18282         readline, getdelim and check_version.
18283         (Support for systems lacking ISO C 99: Sizes of integer types):
18284         Add size_max.
18285
18286 2005-08-12  Bruno Haible  <bruno@clisp.org>
18287
18288         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18289
18290 2005-08-11  Simon Josefsson  <jas@extundo.com>
18291
18292         * modules/readline: New file.
18293
18294         * modules/strnlen (Files): Add strnlen.h.
18295
18296 2005-08-11  Simon Josefsson  <jas@extundo.com>
18297
18298         * m4/readline.m4: New file.
18299
18300 2005-08-11  Simon Josefsson  <jas@extundo.com>
18301
18302         * lib/readline.h, readline.c: New file.
18303
18304 2005-08-11  Simon Josefsson  <jas@extundo.com>
18305
18306         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18307         gl_AVOID.
18308
18309 2005-08-11  Bruno Haible  <bruno@clisp.org>
18310
18311         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18312
18313 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18314
18315         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18316
18317 2005-08-10  Simon Josefsson  <jas@extundo.com>
18318
18319         * tests/test-iconvme.c: New file.
18320
18321 2005-08-10  Simon Josefsson  <jas@extundo.com>
18322
18323         * m4/strnlen.m4: New file.
18324
18325         * m4/strndup.m4: Don't check for strnlen declaration, done in
18326         strnlen.m4.
18327
18328 2005-08-10  Simon Josefsson  <jas@extundo.com>
18329
18330         * lib/strndup.c: Use strnlen.h.
18331
18332         * lib/strnlen.h: New file.
18333
18334 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18335
18336         * README: Typos.
18337
18338 2005-08-02  Simon Josefsson  <jas@extundo.com>
18339
18340         * modules/readline: New file.
18341
18342 2005-08-02  Simon Josefsson  <jas@extundo.com>
18343
18344         * modules/getdelim: New file.
18345
18346         * modules/getline: Rewrite, don't use getndelim2.
18347
18348 2005-08-02  Simon Josefsson  <jas@extundo.com>
18349
18350         * m4/getline.m4: Separate out getdelim stuff into separate module.
18351
18352         * m4/getdelim.m4: New file.
18353
18354 2005-08-02  Simon Josefsson  <jas@extundo.com>
18355
18356         * lib/getline.h, getline.c: Rewrite.
18357
18358         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18359
18360 2005-07-31  Bruno Haible  <bruno@clisp.org>
18361
18362         * lib/lock.h (gl_lock_initializer): New macro.
18363         (gl_lock_define_initialized): Use it.
18364         (gl_rwlock_initializer): New macro.
18365         (gl_rwlock_define_initialized): Use it.
18366         (gl_recursive_lock_initializer): New macro.
18367         (gl_recursive_lock_define_initialized): Use it.
18368
18369 2005-07-30  Karl Berry  <karl@gnu.org>
18370
18371         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18372         Report from Ben Pfaff, regarding getopt.
18373
18374 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18375
18376         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18377         normal way.
18378         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18379         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18380         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18381         (gl_GETOPT): Use the new macros.  Most of the implementation
18382         is moved to the new macros.  This is for programs like Emacs
18383         that don't want all the functionality of gl_GETOPT.
18384
18385 2005-07-26  Bruno Haible  <bruno@clisp.org>
18386
18387         * m4/lock.m4: Update from GNU gettext.
18388
18389 2005-07-26  Bruno Haible  <bruno@clisp.org>
18390
18391         * lib/lock.h: Update from GNU gettext.
18392         * lib/lock.c: Update from GNU gettext.
18393
18394 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18397         obsolescent AC_TRY_RUN.  Include the default includes files, for
18398         'exit'.
18399
18400 2005-07-24  Bruno Haible  <bruno@clisp.org>
18401
18402         * modules/visibility: New file.
18403         * MODULES.html.sh (Misc): Add visibility.
18404
18405 2005-07-24  Bruno Haible  <bruno@clisp.org>
18406
18407         * m4/visibility.m4: New file.
18408
18409 2005-07-24  Bruno Haible  <bruno@clisp.org>
18410
18411         * doc/visibility.texi: New file.
18412
18413 2005-07-22  Bruno Haible  <bruno@clisp.org>
18414
18415         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18416         $(ALLOCA_H), redundant through BUILT_SOURCES.
18417         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18418         redundant through BUILT_SOURCES.
18419         * modules/byteswap (Makefile.am): Remove explicit dependency on
18420         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18421         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18422         $(FNMATCH_H), redundant through BUILT_SOURCES.
18423         * modules/getopt (Makefile.am): Remove explicit dependency on
18424         $(GETOPT_H), redundant through BUILT_SOURCES.
18425         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18426         redundant through BUILT_SOURCES.
18427         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18428         redundant through BUILT_SOURCES.
18429         * modules/stdbool (Makefile.am): Remove explicit dependency on
18430         $(STDBOOL_H), redundant through BUILT_SOURCES.
18431         * modules/stdint (Makefile.am): Remove explicit dependency on
18432         $(STDINT_H), redundant through BUILT_SOURCES.
18433         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18434         Remove explicit dependency on $(SYSEXITS_H).
18435         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18436
18437 2005-07-18  Simon Josefsson  <jas@extundo.com>
18438
18439         * lib/check-version.c (check_version): Accept identical versions too.
18440
18441 2005-07-18  Bruno Haible  <bruno@clisp.org>
18442
18443         * modules/lock: New file.
18444         * MODULES.html.sh (Multithreading): New section.
18445
18446 2005-07-18  Bruno Haible  <bruno@clisp.org>
18447
18448         * m4/lock.m4: New file, from GNU gettext.
18449
18450 2005-07-18  Bruno Haible  <bruno@clisp.org>
18451
18452         * lib/lock.h: New file, from GNU gettext.
18453         * lib/lock.c: New file, from GNU gettext.
18454
18455 2005-07-18  Bruno Haible  <bruno@clisp.org>
18456
18457         * lib/lock.h (gl_once_t): New type.
18458         (gl_once_define, gl_once): New macros.
18459         * lib/lock.c (fresh_once): New variable.
18460         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18461         functions.
18462
18463 2005-07-16  Simon Josefsson  <jas@extundo.com>
18464
18465         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18466         workaround, suggested by Bruno.
18467
18468 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18469
18470         * modules/xalloc (Depends-on): Add xalloc-die.
18471         * modules/xvasprintf (Depends-on): Add xalloc-die.
18472
18473 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18474
18475         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18476         with a minor change.
18477
18478 2005-07-15  Bruno Haible  <bruno@clisp.org>
18479
18480         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18481         When using lib/poll.c, define poll as rpl_poll.
18482
18483 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18484
18485         * modules/argp (Depends-on): Remove unlocked-io.
18486
18487 2005-07-14  Derek Price  <derek@ximbiot.com>
18488
18489         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18490         for glob symlink bug.
18491
18492 2005-07-14  Bruno Haible  <bruno@clisp.org>
18493
18494         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18495         Instead, test for *_unlocked function declarations directly.
18496
18497 2005-07-11  Simon Josefsson  <jas@extundo.com>
18498
18499         * modules/size_max: New file.
18500
18501         * modules/xsize: Depend on size_max module for size_max.m4.
18502
18503 2005-07-11  Simon Josefsson  <jas@extundo.com>
18504
18505         * lib/size_max.h: New file.
18506
18507 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18508
18509         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18510         copyright symbol and the year.
18511         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18512         (version_etc_va): Use parameterized copyright notice.
18513         Reword to conform to the current GNU coding standards.
18514
18515 2005-07-11  Karl Berry  <karl@gnu.org>
18516
18517         * doc/gnulib.texi (Quoting): new node.
18518         (Initial import): more info, from Patrice.
18519
18520 2005-07-11  Bruno Haible  <bruno@clisp.org>
18521
18522         * gnulib-tool (func_usage): Document option --avoid.
18523         (Command line options): Handle --avoid.
18524         (func_acceptable): New function.
18525         (func_modules_transitive_closure): Use it.
18526
18527 2005-07-11  Bruno Haible  <bruno@clisp.org>
18528
18529         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18530         Reported by Jim Meyering.
18531
18532 2005-07-10  Bruno Haible  <bruno@clisp.org>
18533
18534         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18535         Needed when size_t is smaller than 'unsigned int'.
18536         Reported by Paul Eggert.
18537
18538 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18539
18540         * modules/argp (Depends-on): Add unlocked-io
18541
18542 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18543
18544         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18545         block of defines.
18546
18547 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18548
18549         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18550         fix now.
18551
18552 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18553         and Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18556         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18557
18558 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18559
18560         * modules/regex (Files): Add lib/regex_internal.c,
18561         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18562         (Depends-on): Add extensions.
18563         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18564
18565 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18566
18567         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18568         pathconf.
18569         * m4/same.m4 (gl_SAME): Likewise.
18570         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18571
18572         * m4/regex.m4: Adjust to new libc regex implementation.
18573         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18574         all the .c and .h parts of (the new) regex.
18575         Quote the m4 stuff better.
18576         Check for RE_ICASE bug of old gnulib.
18577         Check for REG_STARTEND of recent libc.
18578         Rename local variables from jm_* to gl_*.
18579         Quote operand of "test -f".
18580         Say "recent enough" version of libc, not "version 2".
18581         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18582         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18583         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18584         Remove check for btowc, isascii.
18585         Require AM_LANGINFO_CODESET.
18586
18587 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         * lib/regex.c, regex.h: Sync from libc.
18590         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18591         * lib/regexec.c:
18592         New files, synced from libc, except that regex_internal.h
18593         currently has a small porting fix.
18594
18595 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18598         regex_internal.c, regexec.c.
18599         Add regex_internal.h too, but as a comment, since the libc version
18600         is currently broken in gnulib mode.
18601
18602 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18603
18604         Support programs like Emacs that use gnulib but not gettext.
18605         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18606         * modules/gettext-h: New file.
18607         * modules/gettext (Files): Remove lib/gettext.h.
18608         (Depends-on): Add gettext-h.
18609         (Makefile.am): Remove lib_SOURCES.
18610         * modules/argmatch, modules/c-stack, modules/closeout:
18611         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18612         * modules/execute, modules/file-type, modules/getaddrinfo:
18613         * modules/getopt, modules/human, modules/javacomp:
18614         * modules/javaexec, modules/mkdir-p, modules/obstack:
18615         * modules/openat, modules/pagealign_alloc, modules/pipe:
18616         * modules/quotearg, modules/regex, modules/rpmatch:
18617         * modules/unicodeio, modules/userspec, modules/version-etc:
18618         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18619         * modules/xsetenv:
18620         Depend on gettext-h, not gettext.
18621
18622 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18623
18624         * gnulib-tool (func_import): Add support for 'public domain' license.
18625         * modules/alloca, modules/atexit, modules/memmove:
18626         Now public domain, not GPL.
18627         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18628         * modules/realloc, modules/strerror, modules/strtod:
18629         Now LGPL, not GPL.
18630
18631 2005-07-05  Bruno Haible  <bruno@clisp.org>
18632
18633         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18634         autoconf CVS. Needed for mingw.
18635
18636 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18637
18638         Remove the dependency of the strftime module on the tzset module.
18639         * modules/strftime (Depends-on): Remove dependency on tzset.
18640
18641 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         Remove the dependency of the strftime module on the tzset module.
18644         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18645         gl_FUNC_TZSET_CLOBBER.
18646
18647 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18648
18649         Remove the dependency of the strftime module on the tzset module.
18650         * lib/strftime.c (my_strftime)
18651         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18652         Copy the input structure, to work around some of the bug with
18653         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18654         Solaris releases, you should also use the tzset module, but we won't
18655         require it as a dependency any more since we don't want LGPLed code
18656         to depend on GPLed code.
18657
18658 2005-07-02  Jim Meyering  <jim@meyering.net>
18659
18660         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18661         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18662         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18663         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18664
18665 2005-07-02  Jim Meyering  <jim@meyering.net>
18666
18667         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18668
18669 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18670
18671         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18672         declares only 'struct timespec;' (!).
18673
18674 2005-07-01  Jim Meyering  <jim@meyering.net>
18675
18676         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18677         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18678         * lib/save-cwd.c, tempname.c:
18679         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18680         and don't include <sys/file.h>).
18681
18682 2005-06-29  Jim Meyering  <jim@meyering.net>
18683
18684         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18685         type name.  Use the variable name instead.
18686         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18687         Likewise.
18688
18689 2005-06-28  Simon Josefsson  <jas@extundo.com>
18690
18691         * modules/check-version (Files): Add check-version.m4.
18692
18693 2005-06-28  Simon Josefsson  <jas@extundo.com>
18694
18695         * m4/check-version.m4: New file, suggested by Jim Meyering
18696         <jim@meyering.net>.
18697
18698 2005-06-28  Simon Josefsson  <jas@extundo.com>
18699
18700         * lib/check-version.h, lib/check-version.c: New files.
18701
18702 2005-06-28  Simon Josefsson  <jas@extundo.com>
18703
18704         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18705         collision with global variable.  Better indentation.  Don't
18706         increment buffer pointer beyond buffer end.  Based on comments
18707         from Paul Eggert <eggert@cs.ucla.edu>.
18708
18709         * lib/base64.h: Indent.
18710
18711 2005-06-28  Simon Josefsson  <jas@extundo.com>
18712
18713         * doc/gnulib.texi (Library version handling): New section.
18714
18715 2005-06-28  Jim Meyering  <jim@meyering.net>
18716
18717         * check-module (find_included_lib_files): Hard-code another
18718         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18719         but modules/fts-lgpl (correctly) does not list those files.
18720
18721         * modules/canonicalize (Files): Add lib/pathmax.h.
18722
18723 2005-06-25  Simon Josefsson  <jas@extundo.com>
18724
18725         * modules/check-version: New file.
18726
18727 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18728
18729         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18730         initializer of struct addrinfo, as an indication that we don't
18731         care how many members the structure has.
18732
18733 2005-06-24  Derek Price  <derek@ximbiot.com>
18734         and Bruno Haible  <bruno@clisp.org>
18735
18736         Remove stat module & update lstat.
18737         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18738         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18739         * m4/stat.m4: Remove this file.
18740
18741 2005-06-24  Derek Price  <derek@ximbiot.com>
18742         and Bruno Haible  <bruno@clisp.org>
18743
18744         Remove stat module & update lstat.
18745         * lib/stat.c: Remove this file...
18746         (slash_aware_lstat): ...moving this content and its support...
18747         * lib/lstat.c (rpl_lstat): ...into here.
18748         * lib/lstat.h: New file.
18749
18750 2005-06-24  Derek Price  <derek@ximbiot.com>
18751         and Bruno Haible  <bruno@clisp.org>
18752
18753         Remove stat module & update lstat.
18754         * config/srclist.txt (libc sources): Remove stat.
18755
18756 2005-06-24  Derek Price  <derek@ximbiot.com>
18757         and Bruno Haible  <bruno@clisp.org>
18758
18759         Remove stat module & update lstat.
18760         * MODULES.html.sh (stat): Remove.
18761         * MODULES.html: Regenerated.
18762         * modules/lstat (Description): Correct function name.
18763         (Files): Add "lstat.h".
18764         (Depends-on): Remove stat, add xalloc, stat-macros.
18765         * modules/stat: Remove this file.
18766         (Include): Add "lstat.h", remove <sys/stat.h>.
18767
18768 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18771         (ranged_convert): Don't save conversion in a temporary struct.
18772         This causes a warning with GCC 4.0.0, and anyway in the typical
18773         case it's not worth the extra 100 bytes or so of code.
18774         (ranged_convert, __mktime_internal): When calling a function via a
18775         pointer P, use P () rather than (*P) (), as we now assume C89 or
18776         better.
18777
18778 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18779
18780         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18781         "who -r" failed to give output.  Problem reported by Tim Waugh.
18782
18783         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18784         (xcalloc): Use it to avoid needless tests.
18785         Problem reported by Jim Meyering.
18786
18787 2005-06-20  Derek Price  <derek@ximbiot.com>
18788
18789         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18790         unnecessary for Autoconfs > 2.59c.
18791
18792 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18793
18794         * lib/argp.h (__option_is_short): Check upper limit of
18795         __key. Isprint() requires its argument to have the value
18796         of an unsigned char or EOF.
18797
18798 2005-06-16  Jim Meyering  <jim@meyering.net>
18799
18800         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18801         when either N or S is zero.
18802
18803 2005-06-16  Derek Price  <derek@ximbiot.com>
18804
18805         * m4/bison.m4: Declare YACC & YFLAGS precious.
18806
18807 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18808
18809         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18810         multibyte string or pattern, fall back on unibyte matching.
18811         Problem reported by James Youngman.
18812
18813 2005-06-08  Bruno Haible  <bruno@clisp.org>
18814
18815         * modules/csharpcomp: New file.
18816         * MODULES.html.sh (C#): Add csharpcomp.
18817
18818 2005-06-08  Bruno Haible  <bruno@clisp.org>
18819
18820         * m4/csharpcomp.m4: New file, from GNU gettext.
18821
18822 2005-06-08  Bruno Haible  <bruno@clisp.org>
18823
18824         * lib/csharpcomp.h: New file, from GNU gettext.
18825         * lib/csharpcomp.c: New file, from GNU gettext.
18826         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18827
18828 2005-06-08  Bruno Haible  <bruno@clisp.org>
18829
18830         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18831         warning on mingw.
18832
18833 2005-06-07  Derek Price  <derek@ximbiot.com>
18834
18835         Sync from CVS.
18836         * lib/glob_.h: Indent nested #ifdef.
18837
18838 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18839
18840         Sync from coreutils.
18841         Use "file name" when talking about file names, instead of "filename"
18842         or "path", as per the GNU coding standards.
18843         * lib/mkdir-p.c: Renamed from makepath.c.
18844         (make_dir_parents): Renamed from make_path.  All callers changed.
18845         * lib/mkdir-p.h: Likewise.  All includers changed.
18846         * lib/filenamecat.c: Renamed from path-concat.c.
18847         (file_name_concat): Renamed from path_concat.  All callers changed.
18848         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18849         * lib/filenamecat.h: Likewise.  All includers changed.
18850         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18851         in comments or local variable names.
18852         * lib/basename.c: Likewise.
18853         * lib/canonicalize.c, canonicalize.h: Likewise.
18854         * lib/dirname.c, dirname.h: Likewise.
18855         * lib/euidaccess.c: Likewise.
18856         * lib/exclude.c: Likewise
18857         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18858         * lib/fsusage.c, fsuage.h: Likewise.
18859         * lib/fts.c, fts_.h: Likewise.
18860         * lib/getcwd.c: Likewise.
18861         * lib/getloadavg.c: Likewise.
18862         * lib/mkstemp.c: Likewise.
18863         * lib/mountlist.c, mountlist.h: Likewise.
18864         * lib/openat.c, openat.h: Likewise.
18865         * lib/readlink-stub.c: Likewise.
18866         * lib/readutmp.c, readutmp.h: Likewise.
18867         * lib/rename.c: Likewise.
18868         * lib/rmdir.c: Likewise.
18869         * lib/same.c: Likewise.
18870         * lib/savedir.c: Likewise.
18871         * lib/stripslash.c: Likewise.
18872         * lib/tempname.c: Likewise.
18873         * lib/xreadlink.c: Likewise.
18874         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18875         All uses changed.
18876         * lib/exclude.h: Likewise.
18877
18878         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18879         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18880         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18881         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18882         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18883         files have been getting away with it for years (MORE/BSD 4.3
18884         is extinct now).
18885         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18886         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18887
18888         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18889         Define to 256, not 255, as per modern POSIX.
18890
18891 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18892
18893         Sync from coreutils.
18894         Use "file name" when talking about file names, instead of "filename"
18895         or "path", as per the GNU coding standards.
18896         * MODULES.html.sh: mkdir-p renamed from makepath.
18897         filenamecat renamed from path-concat.
18898         * modules/filenamecat: Renamed from modules/path-concat.
18899         (Files): filenamecat.h and filenamecat.c renamed from
18900         path-concat.h and path-concat.c.
18901         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18902         (Include): filenamecat.h, not path-concat.h.
18903         * modules/mkdir-p: Renamed from modules/makepath.
18904         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18905         makepath.c.
18906         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18907         (Include): mkdir-p.h, not makepath.h.
18908
18909 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18910
18911         Sync from coreutils.
18912         * m4/mkdir-p.m4: Renamed from makepath.m4.
18913         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18914         Rename files from makepath.c to mkdir-p.c, and from
18915         makepath.h to mkdir-p.h.
18916         * m4/filenamecat.m4: Renamed from path-concat.m4.
18917         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18918         Rename files from path-concat.c to filenamecat.c,
18919         and from path-concat.h to filenamecat.h.
18920         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18921         "file name" in local variables or comments.
18922         * m4/rename.m4: Likewise.
18923
18924 2005-06-01  Bruno Haible  <bruno@clisp.org>
18925
18926         * modules/csharpexec: New file.
18927         * MODULES.html.sh (C#): New section.
18928
18929 2005-06-01  Bruno Haible  <bruno@clisp.org>
18930
18931         * m4/csharp.m4: New file, from GNU gettext.
18932         * m4/csharpexec.m4: New file, from GNU gettext.
18933
18934 2005-06-01  Bruno Haible  <bruno@clisp.org>
18935
18936         * lib/csharpexec.h: New file, from GNU gettext.
18937         * lib/csharpexec.c: New file, from GNU gettext.
18938         * lib/csharpexec.sh.in: New file, from GNU gettext.
18939
18940 2005-05-31  Derek Price  <derek@ximbiot.com>
18941             Paul Eggert  <eggert@cs.ucla.edu>
18942
18943         Sync from cvs.
18944         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18945
18946 2005-05-31  Derek Price  <derek@ximbiot.com>
18947             Paul Eggert  <eggert@cs.ucla.edu>
18948
18949         Sync from cvs.
18950         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18951
18952 2005-05-29  Derek Price  <derek@ximbiot.com>
18953
18954         * config/srclist.txt (glob_.h, glob.c): Add these files.
18955
18956 2005-05-29  Derek Price  <derek@ximbiot.com>
18957
18958         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18959         * modules/glob: New file.
18960         * modules/getlogin_r: Add link to POSIX spec in description.
18961
18962 2005-05-29  Derek Price  <derek@ximbiot.com>
18963             Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * m4/glob.m4: New file.
18966
18967 2005-05-29  Derek Price  <derek@ximbiot.com>
18968             Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * lib/glob_.h, lib/glob.c: New files.
18971
18972 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * modules/fts (Files): Remove m4/inttypes-pri.m4.
18975         * modules/fts-lgpl (Depends-on): Remove gettext.
18976
18977 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18978
18979         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
18980         and don't require gt_INTTYPES_PRI.
18981
18982 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
18985
18986         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
18987         the configuration hassle isn't worth it.
18988         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
18989         (LONGEST_MODIFIER, PRIuMAX): Remove.
18990
18991 2005-05-27  Bruno Haible  <bruno@clisp.org>
18992
18993         * lib/getlogin_r.h: Remove second include of <stddef.h>.
18994
18995 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
18998         _POSIX_PTHREAD_SEMANTICS for Solaris.
18999
19000 2005-05-25  Derek Price  <derek@ximbiot.com>
19001
19002         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19003
19004 2005-05-25  Derek Price  <derek@ximbiot.com>
19005             Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19008         * lib/getlogin_r.c, getlogin_r.h: New files.
19009
19010 2005-05-25  Bruno Haible  <bruno@clisp.org>
19011             Derek Price  <derek@ximbiot.com>
19012
19013         * lib/getlogin_r.h: Simplify API documentation.
19014
19015 2005-05-23  Derek Price  <derek@ximbiot.com>
19016
19017         * modules/minmax (Files): Add m4/minmax.m4.
19018         (configure.ac): Add gl_MINMAX.
19019
19020 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19021
19022         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19023         so that unistd-safer.h (GPL'ed code) need not be included.
19024
19025 2005-05-22  Bruno Haible  <bruno@clisp.org>
19026
19027         * m4/minmax.m4: New file.
19028         Based on a patch by Derek Price <derek@ximbiot.com>.
19029
19030 2005-05-22  Bruno Haible  <bruno@clisp.org>
19031
19032         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19033         (INT64_MIN): Fix definition.
19034         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19035
19036         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19037         NEED_SIGNED_INT_TYPES.
19038
19039         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19040         HAVE_SYSTEM_INTTYPES.
19041
19042 2005-05-22  Bruno Haible  <bruno@clisp.org>
19043
19044         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19045         Also include <sys/param.h> if it defines MIN, MAX.
19046         Based on a patch by Derek Price <derek@ximbiot.com>.
19047
19048 2005-05-21  Jim Meyering  <jim@meyering.net>
19049
19050         * modules/fts (Files): Add m4/inttypes-pri.m4.
19051         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19052
19053 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19054
19055         New fts module.
19056         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19057         (setup_dir, free_dir): New functions.
19058         (enter_dir, leave_dir): Define trivial
19059         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19060         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19061         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19062         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19063         Move to fts-cycle.c.
19064         (fts_open): Use setup_dir.
19065         (fts_close): Use free_dir.
19066         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19067         This adds a label and some gotos, but the alternatives were messier.
19068         Check for memory allocation failure when entering a dir.
19069         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19070         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19071         (FTS): New member fts_cycle, that is a union that contains the
19072         old active_dir_ht and cycle_state.  All uses changed to mention
19073         fts_cycle.ht and fts_cycle.state.
19074         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19075         fts.c, with the following changes:
19076         (setup_dir, free_dir): New functions.
19077         (enter_dir): Now returns bool.  Return true if successful, false
19078         if memory exhausted.  All callers changed.
19079         Do not bother partly cleaning up on
19080         memory allocation failure; that is free_dir's job.
19081         However, free ad if hash_insert fails, to avoid memory leak.
19082         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19083         fts->fts_options to see which union member to use.
19084
19085 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19088         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19089
19090 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19093
19094 2005-05-20  Jim Meyering  <jim@meyering.net>
19095
19096         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19097         Now a macro, to pacify GCC.
19098
19099 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19100
19101         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19102         of -1.
19103
19104 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19105
19106         * lib/chown.c (rpl_chown): Return -1 on failure.
19107
19108 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19111         Don't check for stddef.h.
19112         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19113         don't use its results.
19114         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19115         since we include them unconditionally.  Don't require
19116         AM_STDBOOL_H, since stdbool is a prerequisite.
19117         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19118         since we assume C89 or better.
19119         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19120         as we don't use their results.
19121         Don't check for fchdir, memmove, memset, strrchr, as we use
19122         them unconditionally.
19123         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19124         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19125
19126 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19129         Include <stddef.h> unconditionally, since we assume C89 now.
19130         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19131         * lib/fts.c: Include fts_.h first, to check interface.
19132         Do not include intprops.h; no longer needed.
19133         Include cycle-check.h and hash.h, since fts_.h no longer does.
19134         Remove unnecessary casts of closedir to void.
19135         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19136         decide whether to decrement nlinks.
19137         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19138         (FTS): Use struct hash_table * instead of Hash_table, so that
19139         we no longer need to include hash.h here.
19140
19141 2005-05-18  Jim Meyering  <jim@meyering.net>
19142
19143         * modules/dirfd (License): Change to LGPL.  Most of the code
19144         is already in the public domain.
19145
19146 2005-05-18  Jim Meyering  <jim@meyering.net>
19147
19148         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19149         Reported by Yoann Vandoorselaere.
19150
19151 2005-05-17  Jim Meyering  <jim@meyering.net>
19152
19153         * m4/fts.m4: New file, from coreutils.
19154
19155 2005-05-17  Jim Meyering  <jim@meyering.net>
19156
19157         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19158
19159 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19160
19161         Sync from coreutils.
19162         * m4/unlinkdir.m4: New file.
19163
19164 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19165
19166         Sync from coreutils.
19167         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19168         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19169         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19170         White space changes only.
19171         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19172         special.
19173         * lib/yesno.c: Include getline.h, not ctype.h.
19174         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19175         Use getline to remove arbitrary restriction on response length.
19176
19177 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19178
19179         * config/srclist-update: Spell out "Street" in FSF postal
19180         mail address; this is the style the FSF seems to prefer.
19181
19182         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19183         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19184         this updates FSF postal mail address.
19185
19186         Sync from coreutils.
19187         * modules/unlinkdir: New file.
19188         * modules/yesno (Depends-on): Add getline.
19189         * MODULES.html.sh (File system functions): Add unlinkdir.
19190
19191 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19192
19193         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19194         lib/strsep.h:
19195         Change the initial comment to refer to GPL, not LGPL.
19196         gnulib-tool will change it to LGPL as needed.
19197
19198         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19199         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19200         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19201         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19202         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19203         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19204         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19205         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19206         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19207         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19208         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19209         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19210         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19211         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19212         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19213         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19214         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19215         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19216         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19217         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19218         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19219         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19220         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19221         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19222         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19223         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19224         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19225         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19226         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19227         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19228         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19229         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19230         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19231         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19232         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19233         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19234         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19235         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19236         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19237         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19238         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19239         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19240         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19241         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19242         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19243         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19244         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19245         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19246         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19247         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19248         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19249         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19250         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19251         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19252         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19253         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19254         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19255         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19256         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19257         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19258         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19259         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19260         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19261         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19262         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19263         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19264         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19265         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19266         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19267         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19268         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19269         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19270         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19271         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19272         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19273         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19274         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19275         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19276         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19277         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19278         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19279         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19280         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19281         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19282         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19283         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19284         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19285         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19286         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19287         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19288         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19289         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19290         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19291         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19292         lib/yesno.c, lib/yesno.h:
19293         Update FSF postal mail address.
19294
19295 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19296
19297         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19298         tests/test-memmem.c, tests/test-stpncpy.c:
19299         Update FSF postal mail address.
19300
19301 2005-05-13  Bruno Haible  <bruno@clisp.org>
19302
19303         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19304         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19305         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19306         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19307         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19308         Add support for 64-bit integers in the MSVC compiler.
19309
19310 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19311
19312         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19313
19314 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19315
19316         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19317
19318 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * doc/getdate.texi (General date syntax): Don't say that date
19321         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19322         Problem reported by Nic Ferrier.
19323
19324 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19325
19326         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19327         specified in ai_socktype. Fix invalid ai_protocol
19328         check. ai_protocol is usually set to 0 or depending on
19329         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19330         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19331         ai_socktype / ai_protocol in the returned addrinfo structure.
19332
19333 2005-05-10  Simon Josefsson  <jas@extundo.com>
19334
19335         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19336         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19337
19338 2005-05-10  Karl Berry  <karl@gnu.org>
19339
19340         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19341         (from http://www.gnu.org/licenses).
19342         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19343         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19344         fdl.texi suffices.
19345
19346 2005-05-10  Karl Berry  <karl@gnu.org>
19347
19348         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19349         (COPYING.DOC): remove.
19350
19351         * config/srclist-update: new FSF address.
19352
19353 2005-05-10  Derek Price  <derek@ximbiot.com>
19354
19355         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19356         possible.
19357
19358 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19359             Bruno Haible  <bruno@clisp.org>
19360
19361         * modules/inet_ntop: New file.
19362         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19363         inet_ntop.
19364
19365 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19366             Bruno Haible  <bruno@clisp.org>
19367
19368         * m4/inet_ntop.m4: New file.
19369
19370 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19371             Bruno Haible  <bruno@clisp.org>
19372
19373         * lib/inet_ntop.h: New file.
19374         * lib/inet_ntop.c: New file, from glibc with modifications.
19375
19376 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         * modules/time_r (License): Change to LGPL.
19379         * modules/extensions (License): Change to LGPL.  Actually,
19380         the license is more permissive than that, but currently gnulib-tool
19381         doesn't know how to handle more-permissive licenses.
19382
19383         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19384         Problem reported by Dave Love.
19385
19386 2005-05-08  Jim Meyering  <jim@meyering.net>
19387
19388         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19389         blank.
19390
19391 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19392
19393         * modules/argmatch (Depends-on): Add stdbool.
19394         * modules/backupfile (Depends-on): Likewise.
19395         * modules/chdir-long (Depends-on): Likewise.
19396         * modules/closeout (Depends-on): Likewise.
19397         * modules/cycle-check (Depends-on): Likewise.
19398         * modules/dirname (Depends-on): Likewise.
19399         * modules/fnmatch (Depends-on): Likewise.
19400         * modules/fsusage (Depends-on): Likewise.
19401         * modules/fwriteerror (Depends-on): Likewise.
19402         * modules/getcwd (Depends-on): Likewise.
19403         * modules/getloadavg (Depends-on): Likewise.
19404         * modules/hard-locale (Depends-on): Likewise.
19405         * modules/makepath (Depends-on): Likewise.
19406         * modules/mountlist (Depends-on): Likewise.
19407         * modules/nanosleep (Depends-on): Likewise.
19408         * modules/posixtm (Depends-on): Likewise.
19409         * modules/quotearg (Depends-on): Likewise.
19410         * modules/readtokens (Depends-on): Likewise.
19411         * modules/readtokens0 (Depends-on): Likewise.
19412         * modules/readutmp (Depends-on): Likewise.
19413         * modules/save-cwd (Depends-on): Likewise.
19414         * modules/strftime (Depends-on): Likewise.
19415         * modules/userspec (Depends-on): Likewise.
19416         * modules/utimecmp (Depends-on): Likewise.
19417         * modules/xgetcwd (Depends-on): Likewise.
19418         * modules/xnanosleep (Depends-on): Likewise.
19419         * modules/xstrtod (Depends-on): Likewise.
19420         * modules/yesno (Depends-on): Likewise.
19421
19422 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19425         needless checks.
19426
19427 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19428
19429         Merge from coreutils.  Among other things,
19430         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19431         * lib/fd-safer.c: New file.
19432         * lib/fcntl-safer.h, open-safer.c: Remove.
19433         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19434         * lib/dup-safer.c: Include unistd-safer.h first.
19435         Don't include errno.h.
19436         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19437         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19438         * lib/file-type.c: Rely on file-type.h change.
19439         * lib/getloadavg.c: Include unistd-safer.h.
19440         (getloadavg): Use safer open.
19441         * lib/getusershell.c: Include "stdio-safer.h".
19442         (getusershell): Use safer fopen.
19443         * lib/long-options.c (long_options): Use NULL rather than 0.
19444         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19445         'free'.
19446         * lib/modechange.c: Likewise.
19447         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19448         (MODE_DONE): New constant.
19449         (struct mode_change): Remove 'next' member.
19450         (make_node_op_equals): New function; like the old one of the
19451         same name, except it allocates an array.
19452         (mode_compile, mode_create_from_ref): Use it.
19453         (mode_compile): Allocate result as an array, not a linked list.
19454         Parse octal string ourself, so that we catch mistakes like "+0".
19455         (mode_adjust): Arg is an array, not a linked list.
19456         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19457         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19458         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19459         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19460         Remove.  This is now stat-macros.h's job.
19461         (talloc): Remove.  All callers replaced by xalloc, so that
19462         our invokers don't have to worry about reporting memory failures.
19463         (make_node_op_equals): Remove.
19464         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19465         New constants.
19466         (struct mode_change): Moved here from modechange.h.
19467         (mode_append_entry): Remove.
19468         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19469         apps to have incorrect behavior.  Use simpler algorithm for head
19470         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19471         Detect more invalid usages rather than having somewhat-random behavior.
19472         Don't insert an "a=" action, as that leads to incorrect behavior.
19473         (mode_compile, mode_create_from_ref): Return NULL on error instead
19474         of an enum, since now there's only one way to have an error.  All
19475         callers changed.
19476         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19477         at the correct time.  Simplify calculation of "+u" and its ilk.
19478         Don't mishandle "+X".
19479         (mode_free): Remove "register" and localize decls.
19480         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19481         (struct mode_change): Move to modechange.c; callers don't
19482         need to see this stuff.
19483         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19484         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19485         (mode_change, mode_adjust): Reflect the new signatures noted above.
19486         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19487         that might redefine system include files.
19488         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19489         (my_usleep): Use NULL rather than (void *) 0.
19490         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19491         Use siginterrupt to specify that system calls should be interrupted.
19492         (rpl_nanosleep): Move initialization of suspended closer to call of
19493         my_usleep.
19494         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19495         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19496         (desirable_utmp_entry): New function.
19497         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19498         using x2nrealloc, to simplify logic.
19499         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19500         size calculation.  Do not assume utmp file is a regular file.
19501         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19502         (READ_UTMP_CHECK_PIDS): New constant.
19503         * lib/save-cwd.c: Include unistd-safer.h.
19504         (save_cwd): Use fd_safer.
19505         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19506         [!_LIBC] Include "stat-macros.h" instead.
19507         * lib/unistd-safer.h (fd_safer): New decl.
19508
19509 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19510
19511         * modules/getloadavg (Depends-on): Add unistd-safer.
19512         * modules/getusershell (Depends-on): Add stdio-safer.
19513         * modules/lstat (Depends-on): Remove xalloc.
19514         * modules/mkstemp (Depends-on): Add stat-macros.
19515         * modules/modechange (Depends-on): Remove xstrtol.
19516         Add stat-macros, xalloc.
19517         * modules/save-cwd (Depends-on): Add unistd-safer.
19518         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19519         * modules/unistd-safer (Files): Add lib/fd-safer.c
19520         (Makefile.am): Remove lib_SOURCES.
19521
19522         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19523         Remove fcntl-safer; unistd-safer supersedes it.
19524
19525 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19526
19527         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19528         AC_HEADER_STAT.
19529         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19530         (gl_PREREQ_CHOWN): Remove.
19531         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19532         it.  Don't require AC_HEADER_STAT.
19533         (gl_PREREQ_LSTAT): Remove.
19534         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19535         Don't require AC_HEADER_STAT.
19536         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19537         (gl_PREREQ_RMDIR): Remove.
19538         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19539         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19540         the stat-macros module a prerequisite.
19541         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19542         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19543         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19544         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19545         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19546         variable names.
19547         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19548         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19549         variable prefixes.
19550         * m4/fcntl-safer.m4: Remove.
19551         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19552         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19553         Invoke gl_PREREQ_FD_SAFER.
19554         (gl_PREREQ_FD_SAFER): New macro.
19555         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19556         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19557         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19558         Remove duplicate call to AC_LIBOBJ(readutmp).
19559         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19560
19561         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19562         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19563
19564 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19565
19566         * MODULES.html.sh (Misc): Add byteswap.
19567
19568 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19569
19570         * modules/getcwd (Depends-on): Add extensions.
19571         * modules/openat (Depends-on): Likewise.
19572
19573 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19574
19575         * modules/byteswap: New file.
19576
19577 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19578
19579         * m4/byteswap.m4: New file.
19580
19581 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19582
19583         * lib/byteswap_.h: New file.
19584
19585 2005-04-25  Karl Berry  <karl@gnu.org>
19586
19587         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19588
19589 2005-04-25  Albert Chin  <china@thewrittenword.com>
19590
19591         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19592         Toolkit C bug.
19593
19594 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19595
19596         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19597         (func_ln_if_changed) Remove forcibly for no error message
19598         in case file does not exist.
19599
19600 2005-04-19  Simon Josefsson  <jas@extundo.com>
19601
19602         * gnulib-tool (Options): Make --symlink mean --symbolic.
19603
19604 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19605
19606         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19607
19608 2005-04-16  Simon Josefsson  <jas@extundo.com>
19609
19610         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19611
19612 2005-04-15  Simon Josefsson  <jas@extundo.com>
19613
19614         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19615
19616 2005-04-15  Simon Josefsson  <jas@extundo.com>
19617
19618         * gnulib-tool: Rename --symlink to --symbolic.
19619
19620 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19621
19622         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19623         symbolic links to files instead of copying/moving.  Add --aux-dir,
19624         specifying directory relative --dir where auxiliary build tools
19625         are placed.
19626
19627 2005-04-14  Bruno Haible  <bruno@clisp.org>
19628
19629         * modules/allocsa (License): Change to LGPL.
19630         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19631
19632 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19635         that "UTC +1 second" continues to work.  Problem reported
19636         by Dmitry V. Levin.
19637         (relunit_snumber): New rule.
19638         (relunit): Use it.
19639
19640 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         * lib/getdate.y (universal_time_zone_table): New constant.
19643         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19644         universal_time_zone_table.
19645         (lookup_zone): Prefer universal_time_zone_table to
19646         local_time_zone_table, so that "GMT" time stamps are allowed in
19647         London during the summer.  Problem reported by Ian Abbott.
19648
19649 2005-04-12  Jim Meyering  <jim@meyering.net>
19650
19651         * lib/human.c (humblock): Set *options even when returning due to
19652         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19653         warning from gcc-4.
19654
19655 2005-04-09  Jim Meyering  <jim@meyering.net>
19656
19657         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19658         -Wuninitialized: initialize tm0.tm_year.
19659
19660 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19661
19662         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19663         count, since there's no maximum.  All uses changed.
19664         Add member dsts_seen.
19665         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19666         not being INT_MAX.
19667         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19668         Use pc_rels_seen to decide whther a date is absolute.
19669
19670         * lib/getdate.y (number): Don't overwrite year.
19671         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19672         check.
19673
19674 2005-04-02  Simon Josefsson  <jas@extundo.com>
19675
19676         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19677         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19678
19679 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19680
19681         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19682         where no absolute path name can be longer than PATH_MAX.
19683
19684 2005-03-27  Jim Meyering  <jim@meyering.net>
19685
19686         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19687
19688 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19691         "one's complement" -> "ones' complement" in comment, as per Knuth.
19692         "value of type" -> "type or expression" in comment.
19693         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19694
19695 2005-03-26  Jim Meyering  <jim@meyering.net>
19696
19697         Comment nits.
19698         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19699         Correct typos: s/or/of/.
19700
19701 2005-03-26  Jim Meyering  <jim@meyering.net>
19702
19703         * modules/check-include-files: Move to ../ and rename to...
19704         * check-module: ...this.
19705
19706 2005-03-25  Jim Meyering  <jim@meyering.net>
19707
19708         * modules/xvasprintf (Files): Add xalloc.h.
19709
19710 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19711
19712         * modules/gettext (Files): config/config.rpath ->
19713         build-aux/config.rpath
19714         * modules/iconv (Files): Likewise.
19715         Problem reported by Oskar Liljeblad.
19716
19717 2005-03-23  Jim Meyering  <jim@meyering.net>
19718
19719         * modules/check-include-files: New script to check for
19720         missing dependencies, multiple includes, etc.
19721
19722         * modules/c-strtold (Depends-on): Add xalloc.
19723         * modules/c-strtod (Depends-on): Add xalloc.
19724         * modules/hash (Depends-on): Add xalloc.
19725         (Files): Remove lib/xalloc.h.
19726
19727         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19728         * modules/userspec (Files): Add lib/inttostr.h.
19729
19730 2005-03-23  Jim Meyering  <jim@meyering.net>
19731
19732         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19733
19734 2005-03-22  Jim Meyering  <jim@meyering.net>
19735
19736         * modules/stat-macros: New module.
19737         * modules/canonicalize, modules/euidaccess, modules/file-type,
19738         * modules/filemode, modules/lchown, modules/makepath,
19739         * modules/rmdir, modules/stat: Depend on new stat-macros module
19740         rather than listing lib/stat-macros.h manually.
19741         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19742
19743 2005-03-22  Jim Meyering  <jim@meyering.net>
19744
19745         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19746
19747 2005-03-22  Bruno Haible  <bruno@clisp.org>
19748
19749         * config/srclist.txt: Replace target directory 'config' with
19750         'build-aux'.
19751         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19752         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19753         ../build-aux/.
19754
19755 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19756
19757         * modules/chdir-long (Depends-on): Add mempcpy.
19758
19759         * modules/acl, modules/backupfile, modules/c-strtod,
19760         modules/c-strtold, modules/canon-host, modules/canonicalize,
19761         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19762         modules/exclude, modules/exitfail, modules/file-type,
19763         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19764         modules/getdate, modules/getline, modules/getpagesize,
19765         modules/getpass, modules/getugroups, modules/group-member,
19766         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19767         modules/inttostr, modules/long-options, modules/makepath,
19768         modules/md5, modules/memcasecmp, modules/memcoll,
19769         modules/modechange, modules/mountlist, modules/path-concat,
19770         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19771         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19772         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19773         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19774         modules/strftime, modules/strndup, modules/strverscmp,
19775         modules/timespec, modules/unlocked-io, modules/userspec,
19776         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19777         modules/yesno:
19778         Remove lib_SOURCES line from Makefile.am section, as this is now
19779         done automatically by the corresponding Autoconf macro.
19780
19781 2005-03-21  Jim Meyering  <jim@meyering.net>
19782
19783         Changes imported from coreutils.
19784
19785         * lib/cycle-check.c: Don't include xalloc.h.
19786
19787         * lib/path-concat.c: Don't include assert.h.
19788         (path_concat): Remove assertion that would have triggered
19789         for ABASE starting with more than one slash.
19790         Reported by Andreas Schwab.
19791
19792         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19793         properly when ABASE is an absolute file name.
19794         Correct the description of this function.
19795         Include <assert.h>.
19796         Add an assertion and a test driver.
19797         This fixes a bug introduced on 2004-07-02.
19798         Andreas Schwab reported the resulting failure of cp --parents:
19799         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19800
19801 2005-03-21  Jim Meyering  <jim@meyering.net>
19802
19803         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19804         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19805
19806 2005-03-21  Jim Meyering  <jim@meyering.net>
19807         and  Paul Eggert  <eggert@cs.ucla.edu>
19808
19809         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19810         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19811         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19812         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19813         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19814         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19815         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19816         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19817         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19818         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19819         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19820         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19821         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19822         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19823         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19824         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19825         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19826         for these modules.
19827
19828 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19829
19830         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19831         (which shouldn't happen), generate nothing instead of returning 0
19832         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19833
19834 2005-03-16  Bruno Haible  <bruno@clisp.org>
19835
19836         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19837         HAVE_LONGLONG_64BIT.
19838
19839 2005-03-16  Bruno Haible  <bruno@clisp.org>
19840
19841         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19842         HAVE_LONGLONG_64BIT.
19843
19844 2005-03-16  Bruno Haible  <bruno@clisp.org>
19845
19846         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19847         HAVE_LONGLONG_64BIT.
19848
19849 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19850
19851         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19852         reliably distinguish strftime failure from empty output on POSIX
19853         hosts.
19854
19855 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19856
19857         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19858         (iconv_string): Don't guess a size-zero buffer, as that might cause
19859         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19860         result would be 'too large', where 'too large' is (heuristically)
19861         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19862         overflow concerns.  This will prevent some unwanted malloc failures
19863         when the inputs are very large.
19864
19865 2005-03-15  Karl Berry  <karl@gnu.org>
19866
19867         * config/srclist.txt (config.rpath): from gettext.
19868         * config/config.rpath: update.
19869
19870 2005-03-15  Bruno Haible  <bruno@clisp.org>
19871
19872         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19873         to 'negate'.
19874
19875         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19876         variable.
19877
19878         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19879         results.
19880
19881 2005-03-14  Simon Josefsson  <jas@extundo.com>
19882
19883         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19884         <fx@gnu.org>.
19885
19886 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19887
19888         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19889         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19890         intprops.h.
19891         * lib/strtol.c: Likewise.
19892
19893 2005-03-14  Jim Meyering  <jim@meyering.net>
19894
19895         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19896         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19897         to be nonzero so that we (and caller) can detect the difference
19898         between a valid zero-length expansion and an error return, even
19899         when the underlying strftime fails before writing anything into
19900         that location.
19901
19902 2005-03-14  Bruno Haible  <bruno@clisp.org>
19903
19904         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19905         Update from GNU gettext 0.14.3.
19906
19907 2005-03-10  Jim Meyering  <jim@meyering.net>
19908
19909         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19910
19911 2005-03-10  Jim Meyering  <jim@meyering.net>
19912
19913         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19914         so that this module works on systems without fchdir.
19915
19916 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19917
19918         Factor int-properties macros into a single file, except for
19919         glibc-related files.
19920         * lib/intprops.h: New file.
19921         * lib/getloadavg.c: Include it instead of limits.h.
19922         (INT_STRLEN_BOUND): Remove.
19923         * lib/human.c: Include intprops.h.
19924         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19925         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19926         302/1000.
19927         * lib/inttostr.h: Include intprops.h instead of limits.h.
19928         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19929         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19930         for consistency with intprops.h.
19931         (time_t_is_integer, twos_complement_arithmetic): Use them.
19932         * lib/sig2str.h: Include <signal.h>, intprops.h.
19933         (INT_STRLEN_BOUND): Remove.
19934         * lib/strftime.c (TYPE_SIGNED): Remove.
19935         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19936         * lib/strtol.c: Adjust comments to match intprops.h.
19937         * lib/userspec.c: Include intprops.h.
19938         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19939         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19940         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19941         instead of rolling our own expressions.
19942         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19943
19944         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19945         instead of int.
19946         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19947         the right thing even if adding 1900 would overflow.  Similarly
19948         for tm_mon + 1 and tm_yday + 1.
19949         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19950         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19951         (DO_SIGNED_NUMBER): New macro.
19952         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19953
19954 2005-03-07  Bruno Haible  <bruno@clisp.org>
19955
19956         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19957
19958 2005-03-07  Bruno Haible  <bruno@clisp.org>
19959
19960         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19961
19962 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19963
19964         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19965         (func_import): Only replace files via --import when they have actually
19966         changed.
19967
19968 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19969
19970         * m4/mmap-anon.m4: New file.
19971         * m4/pagealign_alloc.m4: New file.
19972
19973 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19974             Bruno Haible  <bruno@clisp.org>
19975
19976         * modules/pagealign_alloc: New file.
19977         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
19978
19979 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19980             Bruno Haible  <bruno@clisp.org>
19981
19982         * lib/pagealign_alloc.h: New file.
19983         * lib/pagealign_alloc.c: New file.
19984
19985 2005-03-03  Bruno Haible  <bruno@clisp.org>
19986
19987         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
19988         Use an all-permissive copyright notice, recommended by RMS.
19989
19990 2005-03-02  Bruno Haible  <bruno@clisp.org>
19991
19992         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
19993         of AIX, the replacement has to be done only after <string.h> is
19994         included, therefore not in config.h. stpncpy.h does the replacement,
19995         and stpncpy.c uses it.
19996
19997 2005-03-02  Bruno Haible  <bruno@clisp.org>
19998
19999         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20000         stpncpy.c uses it.
20001
20002 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20005         The workaround isn't strictly needed for POSIX conformance, and
20006         it's too much of a pain to configure and maintain.  We'll ask
20007         people to fix their kernels instead.
20008         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20009         (NANOSLEEP_BUG_WORKAROUND): Remove.
20010         (xnanosleep): Remove the workaround.
20011
20012 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20013
20014         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20015         Reported by Derek Price.
20016         (Include): Add "timespec.h".
20017
20018         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20019
20020 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20021
20022         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20023         to detect nanosleep bug.
20024
20025 2005-03-01  Bruno Haible  <bruno@clisp.org>
20026
20027         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20028
20029 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20030
20031         * modules/gethrxtime: New file.
20032         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20033         (Depends-on): Add gethrxtime.
20034         (configure.ac): Add gl_XNANOSLEEP.
20035         (Makefile.am): Remove lib_SOURCES line.
20036
20037 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20038
20039         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20040         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20041
20042 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20043
20044         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20045         * lib/timespec.h (gettime): Return void, since it always
20046         succeeds now.  All uses changed.
20047         * lib/gettime.c (gettime) Likewise.
20048         [HAVE_NANOTIME]: Prefer nanotime.
20049         Assume gettimeofday succeeds, as POSIX requires.
20050         Assime time () succeeds, since other code already does.
20051         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20052         (timespec_subtract): Remove.
20053         (NANOSLEEP_BUG_WORKAROUND): New constant.
20054         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20055         things considerably.  Use it only on GNU/Linux hosts, since the
20056         workaround shouldn't be needed elsewhere.
20057
20058 2005-02-24  Bruno Haible  <bruno@clisp.org>
20059
20060         * modules/gettext (Files): Add m4/glibc2.m4.
20061
20062 2005-02-24  Bruno Haible  <bruno@clisp.org>
20063
20064         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20065         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20066         * m4/progtest.m4:
20067         Update from GNU gettext 0.14.2.
20068         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20069
20070 2005-02-24  Bruno Haible  <bruno@clisp.org>
20071
20072         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20073         * lib/config.charset: Update from GNU gettext 0.14.2.
20074
20075 2005-02-24  Bruno Haible  <bruno@clisp.org>
20076
20077         * lib/gettext.h: Update from GNU gettext 0.14.2.
20078
20079 2005-02-23  Simon Josefsson  <jas@extundo.com>
20080
20081         * m4/iconvme.m4: New file.
20082
20083 2005-02-23  Jim Meyering  <jim@meyering.net>
20084
20085         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20086         change.
20087         Thanks to Bruno Haible for catching it.
20088
20089 2005-02-22  Simon Josefsson  <jas@extundo.com>
20090
20091         * modules/iconvme: New file.
20092
20093         * MODULES.html.sh: Add iconvme.
20094
20095 2005-02-22  Simon Josefsson  <jas@extundo.com>
20096
20097         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20098
20099 2005-02-22  Simon Josefsson  <jas@extundo.com>
20100
20101         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20102
20103 2005-02-22  Jim Meyering  <jim@meyering.net>
20104
20105         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20106         s/ifndef/ifdef/.
20107
20108 2005-02-20  Neil Conway  <neilc@samurai.com>
20109
20110         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20111         returned by OSX/Darwin if the specified buffer is not large
20112         enough for the hostname.
20113
20114 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20115
20116         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20117         pass it to _help, otherwise the latter coredumps trying to
20118         dereference state.root_argp.
20119
20120 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20121
20122         * modules/chdir-long (Depends-on): Add memrchr.
20123         * modules/memrchr (Files): Add lib/memrchr.h.
20124         (Include): "memrchr.h".
20125
20126 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20127
20128         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20129
20130 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20131
20132         * lib/memrchr.h: New file.
20133         * lib/chdir-long.c: Include it.
20134         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20135         Don't bother including stddef.h.
20136
20137 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20138
20139         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20140         inclusion.
20141         Include <sys/types.h>, for dev_t.
20142         (ME_DUMMY, ME_REMOTE): Move from here....
20143         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20144         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20145         Dmitry V. Levin.
20146         Include mountlist.h first, to test the interface.
20147
20148 2005-01-29  Bruno Haible  <bruno@clisp.org>
20149
20150         * lib/progname.c (program_name): Initialize.
20151         Needed when linking statically on MacOS X.
20152
20153 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20154
20155         Sync from coreutils.
20156         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20157         (Depends-on): Add c-strtod.
20158         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20159
20160 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20161
20162         Sync from coreutils.
20163         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20164
20165         Remove files that are specific to coreutils.
20166         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20167
20168 2005-01-28  Bruno Haible  <bruno@clisp.org>
20169
20170         * modules/javacomp: New file.
20171         * MODULES.html.sh (Java): Add javacomp.
20172
20173 2005-01-28  Bruno Haible  <bruno@clisp.org>
20174
20175         * m4/javacomp.m4: New file, from GNU gettext.
20176
20177 2005-01-28  Bruno Haible  <bruno@clisp.org>
20178
20179         * lib/javacomp.sh.in: New file, from GNU gettext.
20180         * lib/javacomp.h: New file, from GNU gettext.
20181         * lib/javacomp.c: New file, from GNU gettext.
20182
20183 2005-01-26  Simon Josefsson  <jas@extundo.com>
20184
20185         * lib/gai_strerror.c: Use GPL in header.
20186
20187 2005-01-26  Bruno Haible  <bruno@clisp.org>
20188
20189         * modules/javaexec: New file.
20190         * MODULES.html.sh (Java): Add javaexec.
20191
20192 2005-01-26  Bruno Haible  <bruno@clisp.org>
20193
20194         * m4/javaexec.m4: New file, from GNU gettext.
20195
20196 2005-01-26  Bruno Haible  <bruno@clisp.org>
20197
20198         * lib/javaexec.sh.in: New file, from GNU gettext.
20199         * lib/javaexec.h: New file, from GNU gettext.
20200         * lib/javaexec.c: New file, from GNU gettext.
20201
20202 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20203
20204         * modules/lchown (Depends-on): Remove lchown.h
20205
20206 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20207
20208         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20209         must be defined if the header file was not found, in order
20210         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20211
20212 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20213
20214         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20215         initializers for struct pentry_state.
20216         (__argp_error): Check return value of __asprintf
20217         (__argp_failure): Translate error message
20218
20219         * lib/argp-parse.c: Removed braces around the expansion of N_()
20220
20221 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20222
20223         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20224         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20225         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20226         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20227         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20228         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20229         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20230         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20231         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20232         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20233         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20234         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20235         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20236         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20237         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20238         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20239         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20240         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20241         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20242         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20243         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20244         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20245         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20246         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20247         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20248         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20249         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20250         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20251         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20252         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20253         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20254         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20255         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20256         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20257         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20258         Use an all-permissive copyright notice, recommended by RMS.
20259
20260 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20261
20262         * modules/chdir-long (Depends-on): Remove mempcpy.
20263
20264 2005-01-21  Jim Meyering  <jim@meyering.net>
20265
20266         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20267         same value as for Solaris 9.
20268
20269         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20270         component length.  This included changing the parameter to be
20271         of type `char *' rather than `char const *'.
20272         * lib/chdir-long.h (chdir_long): Update prototype.
20273
20274         * lib/openat.c (fdopendir, fstatat): New functions.
20275         * lib/openat.h: Include headers required for use of DIR and struct
20276         stat.
20277         [AT_SYMLINK_NOFOLLOW]: Define.
20278         (fdopendir, fstatat): Add prototypes.
20279
20280 2005-01-21  Bruno Haible  <bruno@clisp.org>
20281
20282         * modules/classpath: New file.
20283         * MODULES.html.sh (Java): Add classpath.
20284
20285 2005-01-21  Bruno Haible  <bruno@clisp.org>
20286
20287         * lib/classpath.h: New file, from GNU gettext.
20288         * lib/classpath.c: New file, from GNU gettext.
20289
20290 2005-01-20  Simon Josefsson  <jas@extundo.com>
20291
20292         * modules/version-etc-fsf: New file.
20293
20294 2005-01-20  Simon Josefsson  <jas@extundo.com>
20295
20296         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20297         * lib/version-etc.c: Remove version_etc_copyright.
20298         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20299         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20300
20301 2005-01-20  Simon Josefsson  <jas@extundo.com>
20302
20303         * lib/base64.h (isbase64): Add.
20304
20305         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20306         using a unsigned prototype, don't inline.
20307         (base64_decode): Use it.
20308
20309 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20310
20311         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20312         it.
20313
20314 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20315
20316         * lib/save-cwd.c (save_cwd): Remove code to support the case
20317         where fchdir is missing or flaky.
20318
20319 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20320
20321         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20322
20323 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20324
20325         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20326         AC_LIBSOURCES now does this.
20327         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20328         with new ullong_max module.
20329
20330 2005-01-19  Bruno Haible  <bruno@clisp.org>
20331
20332         * modules/sh-quote: New file.
20333         * MODULES.html.sh (Executing programs): Add sh-quote.
20334
20335 2005-01-19  Bruno Haible  <bruno@clisp.org>
20336
20337         * lib/sh-quote.h: New file, from GNU gettext.
20338         * lib/sh-quote.c: New file, from GNU gettext.
20339
20340 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20341
20342         Merge from coreutils.
20343         * m4/ullong_max.m4: New file.
20344         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20345         (gl_MACROS): Assume localeconv exists.
20346
20347 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20348
20349         Merge changes from coreutils, as described below in several
20350         changelogs dated today.
20351
20352         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20353         (O_DIRECTORY): Remove; not needed here, since "." must be
20354         a directory.  All uses removed.
20355         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20356         universal on Suns, and we also need to test for IRIX.
20357         Revamp code to use 'if' rather than '#if'.
20358         Avoid unnecessary comparison of cwd->desc to 0.
20359
20360         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20361         for known valid error numbers rather than observed invalid ones.
20362
20363 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20364
20365         * modules/ullong_max: New file.
20366
20367         * modules/chdir-long, modules/openat: New files.
20368         * modules/save-cwd (Depends-on): Depend on chdir-long.
20369         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20370
20371 2005-01-18  Jim Meyering  <jim@meyering.net>
20372
20373         Merge from coreutils.
20374         * m4/chdir-long.m4, m4/openat.m4: New files.
20375         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20376         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20377         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20378         is sane and DOES follow symlinks.  Besides, testing 20 different
20379         systems found no broken chown implementations.
20380         Prompted by a change in rsync's copy of this macro.
20381         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20382
20383         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20384
20385         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20386         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20387         NULL-means-set-to-current-time semantics.
20388         Remove temporary file immediately, rather than waiting
20389         for configure's at-exit trap code to do it.
20390
20391 2005-01-18  Jim Meyering  <jim@meyering.net>
20392
20393         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20394
20395         * lib/utimens.c (futimens): Account for the fact that futimes
20396         can also fail with errno == ENOSYS or errno == ENOENT.
20397         Patch from Dmitry V. Levin.
20398
20399         Change the name of the robust chdir function from chdir to chdir_long.
20400         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20401         (restore_cwd): Use chdir_long, not chdir.
20402         * lib/chdir-long.c: Renamed from chdir.c.
20403         * lib/chdir-long.h: Renamed from chdir.h.
20404         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20405         Hurd.
20406
20407 2005-01-18  Bruno Haible  <bruno@clisp.org>
20408
20409         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20410         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20411         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20412         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20413         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20414         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20415         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20416         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20417         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20418         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20419         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20420         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20421         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20422         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20423         Use an all-permissive copyright notice, recommended by RMS.
20424
20425 2005-01-18  Bob Proulx  <bob@proulx.com>
20426
20427         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20428         simplify offsetof() macro construct to avoid compile failure with
20429         native HP-UX 11.0 ANSI C compiler.
20430
20431 2005-01-17  Bruno Haible  <bruno@clisp.org>
20432
20433         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20434         redundant because stpncpy.m4 takes care of it.
20435
20436 2005-01-17  Bruno Haible  <bruno@clisp.org>
20437
20438         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20439
20440 2005-01-17  Bruno Haible  <bruno@clisp.org>
20441
20442         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20443         used.
20444
20445 2005-01-17  Bruno Haible  <bruno@clisp.org>
20446
20447         * lib/fwriteerror.h (fwriteerror): Change specification to include
20448         fclose.
20449         * lib/fwriteerror.c: Include <stdbool.h>.
20450         (fwriteerror): At the end, close the file stream. Record whether
20451         stdout was already closed.
20452
20453 2005-01-17  Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/execute.c (environ): Declare if needed.
20456         * lib/pipe.c (environ): Likewise.
20457         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20458
20459 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20460
20461         * modules/argp: Depend on vsnprintf
20462
20463 2005-01-10  Jim Meyering  <jim@meyering.net>
20464
20465         * modules/closeout (Depends-on): Add atexit.
20466
20467 2005-01-06  Bruno Haible  <bruno@clisp.org>
20468
20469         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20470
20471 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20472
20473         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20474         definitions to be after all include files, to avoid collisions.
20475         Problem reported by Bob Proulx.
20476
20477 2005-01-04  Jim Meyering  <jim@meyering.net>
20478
20479         Changes imported from coreutils.
20480         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20481         as the mkstemp template, use a temporary directory and an
20482         8.3-friendly template to avoid trouble on systems like DJGPP.
20483         Reported by Juan M. Guerrero via Stepan Kasal.
20484         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20485         close. Remove the temporary directory right away, rather than waiting
20486         for configure's at-exit trap code to do it.
20487         Suggestion from Stepan Kasal.
20488
20489 2005-01-01  Simon Josefsson  <jas@extundo.com>
20490
20491         * gnulib-tool: Print #include directives when --import'ing.
20492
20493 2004-12-28  Simon Josefsson  <jas@extundo.com>
20494
20495         * tests/test-base64.c: Include required header files.  Remove
20496         unused variables.
20497
20498 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20499
20500         * modules/error (Depends-on): Remove gettext.
20501
20502 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20503
20504         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20505         not needed.  This removes a dependency on the gettext module.
20506         [defined _LIBC]: Do not include <libintl.h>; not needed.
20507
20508 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20509
20510         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20511         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20512
20513 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20514
20515         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20516         HAVE_DECL_STRTOLD.
20517
20518 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20519
20520         * modules/getdate (Depends-on): Remove alloca-opt.
20521
20522 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20525
20526 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20527
20528         * lib/argp-parse.c: Include <stddef.h>.
20529         (alignof, alignto): New macros.
20530         (parser_init): Don't assume that void * is aligned sufficiently
20531         for struct option.
20532
20533         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20534         need to extend the stack.
20535         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20536         large.
20537
20538 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20539
20540         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20541
20542 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20545         (2004-10-24) change.  Apparently this was a false alarm.
20546
20547         * modules/getdate: Depend on alloca-opt, not alloca.
20548
20549 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20550
20551         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20552         Remove now-obsolete comment about AIX.
20553         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20554         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20555         (YYMAXDEPTH): New macro.
20556
20557 2004-12-18  Simon Josefsson  <jas@extundo.com>
20558
20559         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20560
20561 2004-12-18  Bruno Haible  <bruno@clisp.org>
20562
20563         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20564
20565 2004-12-18  Bruno Haible  <bruno@clisp.org>
20566
20567         * lib/fatal-signal.c (fatal_signals): Make non-const.
20568         (init_fatal_signals): New function.
20569         (uninstall_handlers, install_handlers): Ignore signals that were set to
20570         SIG_IGN.
20571         (at_fatal_signal): Call init_fatal_signals.
20572         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20573         SIG_IGN.
20574         Reported by Paul Eggert.
20575
20576 2004-12-18  Bruno Haible  <bruno@clisp.org>
20577
20578         * doc/alloca.texi: New file.
20579         * doc/alloca-opt.texi: New file.
20580
20581 2004-12-17  Jim Meyering  <jim@meyering.net>
20582
20583         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20584         Otherwise, install-sh could exit with improper exit status when
20585         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20586
20587 2004-12-16  Simon Josefsson  <jas@extundo.com>
20588
20589         * tests/test-base64.c: Add license.
20590
20591 2004-12-15  Stepan Kasal  <address@hidden>
20592
20593         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20594
20595 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * modules/getcwd (Files): Add m4/d-ino.m4.
20598         Suggested by Mark D. Baushke.
20599
20600 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20601
20602         * lib/getdate.y (textint): New member "negative".
20603         (time_zone_hhmm): New function.
20604         Expect 14 shift-reduce conflicts, not 13.
20605         (o_colon_minutes): New rule.
20606         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20607         (yylex): Set the "negative" member of signed numbers.
20608
20609 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20610
20611         * doc/getdate.texi (Time of day items, Time zone items):
20612         Describe new formats +00:00, UTC+00:00.
20613
20614 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20615
20616         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20617         spurious "-l"s.  Problem reported by Stepan Kasal.
20618
20619 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20620
20621         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20622         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20623
20624 2004-12-04  Simon Josefsson  <jas@extundo.com>
20625
20626         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20627         Vandoorselaere <yoann@prelude-ids.org>.
20628
20629 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20630
20631         Changes imported from coreutils.
20632         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20633         exist.
20634         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20635
20636 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20637
20638         Changes imported from coreutils.
20639         * lib/hard-locale.c: Assume <locale.h> exists.
20640         Include "strdup.h".
20641         (GLIBC_VERSION): New macro.
20642         (hard_locale): Assume setlocale exists.
20643         Rewrite to avoid #ifdef.
20644         Use strdup rather than malloc + strcpy.
20645         * lib/human.c: Assume <locale.h> exists.
20646         (human_readable): Assume localeconv exists.
20647
20648 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20649
20650         * modules/hard-locale (Depends-on): Add strdup.
20651
20652 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20653
20654         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20655         convert T2, not T.  (Imported from libc.)
20656
20657 2004-11-30  Simon Josefsson  <jas@extundo.com>
20658
20659         * modules/restrict (License): Change to LGPL.
20660
20661 2004-11-30  Simon Josefsson  <jas@extundo.com>
20662
20663         * m4/restrict.m4: Add copyright and copying conditions.
20664
20665 2004-11-30  Simon Josefsson  <jas@extundo.com>
20666
20667         * m4/base64.m4: New file.
20668
20669 2004-11-30  Simon Josefsson  <jas@extundo.com>
20670
20671         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20672         base64.
20673
20674         * tests/test-base64.c: New file.
20675
20676         * modules/base64: New file.
20677
20678 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20679
20680         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20681         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20682
20683         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20684
20685 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20686
20687         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20688         (__getcwd.c): Don't restore errno; glibc doesn't.
20689         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20690         first, falling back to our code only if its results look suspicious.
20691         Ensure that the resulting buffer is only as large as necessary.
20692
20693         * lib/readutmp.c: Include readutmp.h first.
20694         Include <errno.h>, since readutmp.h no longer does that.
20695         * lib/readutmp.h: Don't include <errno.h>,
20696         <sys/param.h>, <time.h>; not needed to establish interface.
20697         (errno): Remove decl.
20698         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20699         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20700         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20701
20702 2004-11-28  Simon Josefsson  <jas@extundo.com>
20703
20704         * lib/base64.h, base64.c: New file.
20705
20706 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20707
20708         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20709
20710 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20713         (Depends-on): Remove pathmax, same.  Add mempcpy.
20714         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20715         (Makefile.am): Append getcwd.h to lib_SOURCES.
20716         (Include): Add getcwd.h.
20717         (Maintainer): Change from Jim Meyering to "all, glibc",
20718         since getdate now uses intended-for-glibc code.
20719         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20720         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20721
20722 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20723
20724         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20725         HP's ANSI C compiler.
20726         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20727         Declaring int functions causes warnings on some modern systems and
20728         shouldn't be needed to compile on ancient ones.
20729         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20730         defined.
20731
20732         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20733         with the following changes.
20734         (__set_errno): Parenthesize properly.
20735         Include <stdbool.h>.
20736         (MIN, MAX, MATCHING_INO): New macros.
20737         (__getcwd): Define with prototype, not K&R form.
20738         Use heuristics to allocate default buffer on stack if possible.
20739         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20740         behavior, and to avoid the PATH_MAX limit when computing
20741         ../../../../...
20742         Use MATCHING_INO to compare inode number to file.
20743         Check for arithmetic overflow in size calculations.
20744         Fix bug in reallocation of dot array that caused getcwd to fail
20745         on directories nested deeper than 75.
20746         Be more careful about saving errno on error.
20747         Do not use realloc; use only free+malloc, as this is a bit
20748         more flexible and avoids a needless copy operation.
20749         Do not inspect st_dev and st_ino for symbolic links; POSIX
20750         doesn't specify the latter.
20751         Check for closedir errors.
20752         Avoid needless casts.
20753         Use "#ifdef weak_alias" around weak_alias, to be like other
20754         glibc code.
20755         The following changes to getcwd.c have effect only when used in
20756         gnulib; they have no effect inside glibc proper.
20757         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20758         as alloca isn't used.
20759         (alloca, __alloca): Likewise.
20760         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20761         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20762         unconditionally, as gnulib assumes C89 or better.
20763         Do not include <sys/param.h>.
20764         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20765         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20766         better.
20767         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20768         Include <dirent.h> in a way that is compatible with modern Autoconf.
20769         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20770         New macros, if not already defined.
20771         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20772         Use "_LIBC", not "defined _LIBC", for consistency.
20773         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20774         a mempcpy module.
20775         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20776         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20777         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20778         credit only to Jim Meyering and adjust the copyright dates.
20779         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20780         <stdlib.h>, <unistd.h>, "pathmax.h".
20781         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20782         (INITIAL_BUFFER_SIZE): Remove.
20783         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20784
20785 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20786
20787         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20788         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20789         Use the _ONCE methods, for efficiency.
20790         Check for fcntl.h.  In test program, include <errno.h>
20791         and <fcntl.h> if available.  Remove old K&R cruft from
20792         test program.  Check for common errors in GNU/Linux,
20793         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20794         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20795         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20796         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20797         name accordingly.
20798         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20799         accommodate new getcwd.c.
20800         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20801         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20802         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20803         that's all we need now.
20804
20805 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20806
20807         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20808         argp-parse.c depends on getopt internals, that means we should
20809         always use our getopt, to be on the safe side.
20810         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20811         order not to spoil the result of an eventual previous invocation
20812         of gl_GETOPT_SUBSTITUTE.
20813
20814 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20815
20816         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20817         redefinition warnings. To avoid them, include the defines
20818         in `#if !defined __need_getopt ... #endif'. The only place
20819         where __getopt_argv_const is used is in definitions
20820         of getopt_long and getopt_long_only below, which are as well
20821         protected by `#ifndef __need_getopt'.
20822         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20823         __need_getopt after including <stdio.h> and <unistd.h> These
20824         headers might have defined it.
20825
20826 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20827
20828         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20829
20830 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20831
20832         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20833         (futimens): New function, which uses futimes if available.
20834         (futimens, utimens): Support timespec==NULL, with same semantics
20835         as utime and utimens.
20836         * lib/utimens.h (futimens): New decl.
20837
20838 2004-11-23  Jim Meyering  <jim@meyering.net>
20839
20840         * lib/getopt_.h: Remove trailing blanks.
20841
20842 2004-11-23  Jim Meyering  <jim@meyering.net>
20843
20844         * lib/__fpending.c: Add comment.
20845
20846 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20847
20848         * modules/canonicalize (Depends-on): Add xreadlink.
20849         Problem reported by James Youngman.
20850
20851 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20852
20853         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20854         New macros.
20855         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20856         optopt): Use them instead of invoking ## directly; otherwise, the
20857         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20858
20859 2004-11-19  Bruno Haible  <bruno@clisp.org>
20860
20861         * lib/strtok_r.c: Move comments from here...
20862         * lib/strtok_r.h: ... to here.
20863
20864 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20865
20866         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20867         implementations that mishandle size_t overflow.
20868
20869 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20870
20871         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20872         might fail.  Problem reported by Yoann Vandoorselaere.
20873         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20874         implementations that mishandle size_t overflow.
20875
20876 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20877
20878         * modules/canon-host (Depends-on): Add strdup.
20879
20880 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20881
20882         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20883
20884 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20885
20886         * lib/canon-host.c: Include "strdup.h".
20887         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20888         Use strdup instead of malloc/strcpy to duplicate strings.
20889
20890         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20891         (human_space_before_unit): New constant.
20892         * lib/human.c (human_readable): Support it.
20893
20894         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20895         (xgetcwd): Set errno correctly when failing.
20896         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20897         the failure is actually due to a PATH_MAX problem.
20898
20899         Further getopt changes to make it more likely that glibc will
20900         buy the changes back.
20901         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20902         (getopt): Use it, so to preserve glibc semantic
20903         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20904         when compiling for libc.
20905         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20906         (getopt_long, getopt_long_only): Use it.
20907
20908         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20909         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20910         (getopt): Argv is now char * const *, as per standard.
20911         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20912         not char *__getopt_argv_const *.
20913         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20914         _getopt_long_only_r): Likewise.
20915         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20916         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20917         _getopt_long_r, _getopt_long_only_r): Likewise.
20918         * lib/getopt_.h (__getopt_argv_const): Remove.
20919         (getopt): Argv is now char * const *, as per standard.
20920
20921         * lib/getdate.y (tORDINAL): New token.
20922         (day, relunit): Allow it for relative times.
20923         (relative_time_table): Use tORDINAL for ordinals.
20924
20925 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20926
20927         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20928         Document that "second" isn't allowed as an ordinal number.
20929
20930 2004-11-16  Jim Meyering  <jim@meyering.net>
20931
20932         * modules/closeout (Depends-on): Add fpending.
20933
20934 2004-11-15  Jim Meyering  <jim@meyering.net>
20935
20936         * lib/closeout.c: Include "__fpending.h" once again.
20937         Include <stdbool.h>.
20938         (close_stdout): Don't fail just because stdout was closed initially,
20939         since some programs don't write to stdout in the normal course of
20940         operation (other than --version and --help), and we don't want this
20941         function to make e.g. `touch file >&-' fail.
20942         But do fail if it was closed and someone has tried to write to it.
20943         E.g., `printf foo >&-' must fail.
20944
20945 2004-11-13  Jim Meyering  <jim@meyering.net>
20946
20947         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20948
20949 2004-11-12  Simon Josefsson  <jas@extundo.com>
20950
20951         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20952         small doc fix is still pending.
20953
20954 2004-11-11  Simon Josefsson  <jas@extundo.com>
20955
20956         * modules/strtok_r: New file.
20957
20958         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20959         strtok_r.
20960
20961 2004-11-11  Simon Josefsson  <jas@extundo.com>
20962
20963         * m4/strtok_r.m4: New file.
20964
20965         * m4/getopt.m4: Replace opterr.
20966
20967 2004-11-11  Simon Josefsson  <jas@extundo.com>
20968
20969         * lib/strtok_r.h, strtok_r.c: New file.
20970
20971 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20972
20973         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
20974         of replacing opterr, getopt, etc.  This should handle the
20975         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
20976
20977 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20978
20979         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
20980         we can stop lying to compilers about the constness of argv when we
20981         are compiled outside glibc.
20982         (getopt, getopt_long, getopt_long_only): Use it.
20983         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20984         _getopt_internal, getopt): Likewise.
20985         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20986         _getopt_long_only_r): Likewise.
20987         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20988         _getopt_long_r, _getopt_long_only_r): Likewise.
20989
20990         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
20991         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
20992         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
20993         the other external symbols.
20994         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
20995         declaration, since the above renaming now works around collisions.
20996
20997 2004-11-11  Jim Meyering  <jim@meyering.net>
20998
20999         * lib/linebreak.c: Remove trailing blanks.
21000         * lib/alloca_.h: Likewise.
21001         * lib/acosl.c: Likewise.
21002         * lib/euidaccess.c: Likewise.
21003         * lib/allocsa.h: Likewise.
21004
21005 2004-11-10  Simon Josefsson  <jas@extundo.com>
21006
21007         * m4/getaddrinfo.m4: New file.
21008
21009 2004-11-10  Simon Josefsson  <jas@extundo.com>
21010
21011         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21012
21013 2004-11-10  Simon Josefsson  <jas@extundo.com>
21014
21015         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21016         getaddrinfo.
21017
21018         * modules/getaddrinfo: New file.
21019
21020 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21021
21022         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21023
21024 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21025
21026         * lib/mktime.c (SHR): New macro, which is a portable
21027         substitute for >> that should work even on Crays.
21028         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21029         Problem reported by Mark D. Baushke in
21030         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21031         * lib/getdate.y (SHR): Likewise.
21032         (tm_diff): Use it.
21033         * lib/strftime.c (SHR): Likewise.
21034         (tm_diff): Use it.
21035         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21036         quote_these_too, so that right shifts are well defined.  All uses
21037         changed.
21038
21039 2004-11-10  Jim Meyering  <jim@meyering.net>
21040
21041         Ensure that no close failure goes unreported.
21042         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21043         return early when it seems there's nothing to flush.
21044         Don't include __fpending.h.
21045
21046 2004-11-10  Jim Meyering  <jim@meyering.net>
21047
21048         * modules/closeout (Depends-on): Remove fpending.
21049
21050 2004-11-10  Jim Meyering  <jim@meyering.net>
21051
21052         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21053
21054 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21055
21056         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21057         gl_FUNC_STRFTIME.
21058         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21059         and AC_REQUIRE when possible, to avoid duplicate checks.
21060         Check for <wchar.h>.
21061
21062 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21065
21066 2004-11-09  Bruno Haible  <bruno@clisp.org>
21067
21068         * m4/sockpfaf.m4: New file.
21069
21070 2004-11-05  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21073         Reported by Mark D. Baushke <mdb@cvshome.org>.
21074
21075 2004-11-04  Bruno Haible  <bruno@clisp.org>
21076
21077         2004-09-11  Bruno Haible  <bruno@clisp.org>
21078                 * allocsa.valgrind: New file.
21079         2004-02-06  Bruno Haible  <bruno@clisp.org>
21080                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21081                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21082                 Reported by Christopher Seip <chris.seip@hp.com>.
21083
21084 2004-11-04  Bruno Haible  <bruno@clisp.org>
21085
21086         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21087         (Makefile.am): Distribute it.
21088
21089 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21090
21091         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21092         with errno == ERANGE if the buffer is too small.
21093         Problem reported by Mark D. Baushke.
21094
21095 2004-11-03  Albert Chin  <china@thewrittenword.com>
21096             Paul Eggert  <eggert@cs.ucla.edu>
21097
21098         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21099         equivalent, substitute $ac_type for equivalent type rather than
21100         blindly using uint32_t *always* which won't work if uint32_t is not
21101         available.  Define _UINT32_T to work around typedef of uint32_t if
21102         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21103         2.5.1.
21104
21105 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21106
21107         * m4/jm-macros.m4: Sync from coreutils.
21108         (gl_MACROS): Check for mbrlen, for pathchk.
21109         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21110
21111 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21112
21113         * lib/xreadlink.c (MAXSIZE): New macro.
21114         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21115         size does not exceed MAXSIZE.  Avoid cast.
21116         As suggested by Mark D. Baushke in
21117         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21118         if readlink fails with buffer size just under MAXSIZE, try again
21119         with MAXSIZE.
21120
21121 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21122
21123         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21124
21125 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21126         and  Paul Eggert  <eggert@cs.ucla.edu>
21127
21128         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21129         (get_date): Overparenthesize to avoid GCC warning.
21130
21131 2004-11-02  Bruno Haible  <bruno@clisp.org>
21132
21133         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21134         returns void.
21135
21136 2004-11-02  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21139         function returns void.
21140
21141 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21142
21143         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21144         fflush_unlocked, flockfile, funlockfile, funlockfile,
21145         fputs_unlocked, putc_unlocked.
21146
21147 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21148
21149         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21150         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21151         already declared.
21152
21153 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         * modules/getdate (Files): Add doc/getdate.texi.
21156         (Depends-on): Add setenv, xalloc.
21157
21158 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21159
21160         * lib/getdate.y: Add support for TZ="foo" within a date string.
21161         Fix some bugs near time_t boundaries.  Reject dates with
21162         out-of-range components, e.g., "Sept 31".
21163         Include <stdlib.h>, "setenv.h", "xalloc.h".
21164         (ISDIGIT_LOCALE): Remove; unused.
21165         Note that the TZ and time functions used here are not reentrant.
21166         (mktime_ok, get_tz): New functions.
21167         (TZBUFSIZE): New constant.
21168         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21169         This requires that we sometimes generate our own TZ="XXX..." setting.
21170
21171 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * doc/getdate.texi: New file, from coreutils with modifications for
21174         the new TZ parsing.
21175
21176 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21177
21178         * lib/mktime.c (not_equal_tm): Remove redundant check.
21179
21180 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * modules/regex (lib_SOURCES): Add regex.c.
21183         Reported by James Youngman in
21184         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21185
21186 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21187
21188         * lib/getdate.y: Use Bison 1.875 features, and some minor
21189         code cleanups.  This change does not affect semantics.
21190         Don't include <stdlib.h>; no longer needed.
21191         Don't include unlocked-io.h; only the "#if TEST" code uses
21192         stdio, and performance isn't crucial there.
21193         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21194         Bison 1.875 features as described below.
21195         All uses of "PC." replaced by "pc->".
21196         (YYSTYPE): Add a forward declaration.
21197         (yylex, yyerror): Use full prototypes in forward decls.
21198         Use "%pure-parser" rather than obsolescent "%pure_parser".
21199         Use %parse-param and %lex-param instead of obsolescent
21200         YYPARSE_PARAM and YYLEX_PARAM.
21201         (meridian_table, month_and_day_table, time_units_table,
21202         relative_time_table, time_zone_table, military_table,
21203         lookup_zone, lookup_word, get_date):
21204         Use NULL instead of 0 where appropriate.
21205         (to_hour): Avoid abort (), to avoid a dependency on
21206         stdlib.h.
21207         (yyerror, yylex): Now accepts parser_control * arg.
21208         (main) [TEST]: Use '\0' rather than 0 for char.
21209
21210 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21211
21212         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21213
21214 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21215
21216         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21217         It's now the caller's responsibility to handle the case where
21218         !HAVE_GETPAGESIZE && !defined getpagesize.
21219
21220         * lib/mktime.c (leapyear): Arg is long int, not int.
21221
21222 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21223
21224         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21225
21226 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21227
21228         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21229         missing.  Problem reported by James Youngman.
21230
21231 2004-10-16  Simon Josefsson  <jas@extundo.com>
21232
21233         * gnulib-tool: Fix comments.  Fix parse problem.
21234         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21235
21236 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21237
21238         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21239         implementation of getopt_long.  Problem reported by Alexander Taler in:
21240         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21241
21242 2004-10-15  Bruno Haible  <bruno@clisp.org>
21243
21244         * gnulib-tool: Untabify. Initialize supplied_libname.
21245         (func_usage): More homogenous output.
21246         (func_modules_transitive_closure, func_modules_to_filelist,
21247         func_emit_lib_Makefile_am): New functions.
21248         (func_import): New function, extracted from big case statement. Use
21249         func_get_license, func_modules_transitive_closure,
21250         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21251         opt_lgpl. Don't use test -a, as it's not portable.
21252         (func_create_testdir): Use func_modules_transitive_closure,
21253         func_modules_to_filelist, func_emit_lib_Makefile_am.
21254
21255 2004-10-15  Bruno Haible  <bruno@clisp.org>
21256
21257         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21258
21259 2004-10-15  Bruno Haible  <bruno@clisp.org>
21260
21261         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21262         the portions belonging to each module.
21263         Suggested by Derek Robert Price <derek@ximbiot.com>.
21264
21265 2004-10-12  Simon Josefsson  <jas@extundo.com>
21266
21267         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21268         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21269         to real functions.
21270
21271 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21272
21273         * modules/vsnprintf: New file.
21274
21275 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21276
21277         * m4/vsnprintf.m4: New file.
21278
21279 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21280
21281         * lib/vsnprintf.h: New file.
21282         * lib/vsnprintf.c: New file.
21283
21284 2004-10-11  Bruno Haible  <bruno@clisp.org>
21285
21286         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21287         vsnprintf.
21288
21289 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21290
21291         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21292
21293 2004-10-07  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21296         fits into the provided buffer.
21297
21298 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21299
21300         * lib/diacrit.c, diacrit.h: Add GPL notice.
21301
21302         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21303         notice.
21304         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21305         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21306         This avoids a potential constant-folding bug.
21307
21308 2004-10-05  Bruno Haible  <bruno@clisp.org>
21309
21310         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21311         for the declaration of strsep.
21312
21313 2004-10-05  Bruno Haible  <bruno@clisp.org>
21314
21315         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21316
21317 2004-10-04  Simon Josefsson  <jas@extundo.com>
21318
21319         * modules/memmem: New file.
21320         * tests/test-memmem.c: New file.
21321         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21322
21323 2004-10-04  Simon Josefsson  <jas@extundo.com>
21324
21325         * m4/memmem.m4: New file.
21326
21327 2004-10-04  Simon Josefsson  <jas@extundo.com>
21328
21329         * lib/memmem.h: New file.
21330         * lib/memmem.c: New file, taken from glibc.
21331
21332 2004-10-04  Simon Josefsson  <jas@extundo.com>
21333
21334         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21335         '#ifdef USE_UNLOCKED_IO'.
21336
21337 2004-10-04  Simon Josefsson  <jas@extundo.com>
21338
21339         * config/srclist.txt: Add memmem from glibc.
21340
21341 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21342
21343         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21344
21345         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21346         modules/exclude, modules/getdate, modules/getline,
21347         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21348         modules/getusershell, modules/linebuffer, modules/md5,
21349         modules/mountlist, modules/posixtm, modules/readtokens,
21350         modules/readutmp, modules/regex, modules/sha1,
21351         modules/version-etc, modules/yesno:
21352         Remove dependency on unlocked-io.
21353
21354 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21355
21356         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21357
21358         * m4/unlocked-io.m4: Add copyright notice.
21359         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21360
21361 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21362
21363         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21364         * lib/xmalloc.c (xmemdup): Likewise.
21365         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21366         XFREE): Remove these long-obsolescent macros.
21367         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21368         * lib/xstrdup.c: Remove.
21369
21370         * lib/regex.c (re_comp): Cast gettext return value to char *,
21371         Problem reported by Martin Neitzel via Mark D. Baushke.
21372
21373 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21374
21375         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21376         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21377         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21378         regex.c, sha1.c, version-etc.c, yesno.c:
21379         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21380         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21381         the includer's responsibility.
21382
21383         Sync from coreutils.
21384
21385         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21386         points to the start of a string, as the C Standard says the
21387         resulting behavior is undefined.
21388
21389         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21390         simple -> simple_backups, numbered_existing ->
21391         numbered_existing_backups, numbered -> numbered_backups
21392         to avoid shadowing problems.  All uses changed.
21393         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21394         * lib/backupfile.c (check_extension, numbered_backup):
21395         Rename locals to avoid shadowing 'basename'.
21396         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21397         once.
21398
21399         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21400         * lib/.cvsignore: Add getopt.h.
21401
21402 2004-10-04  Bruno Haible  <bruno@clisp.org>
21403
21404         * modules/README: New file.
21405         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21406         not a module.
21407
21408 2004-10-02  Jim Meyering  <jim@meyering.net>
21409
21410         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21411
21412 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21413
21414         * modules/strsep: New file.
21415
21416 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21417
21418         * m4/strsep.m4: New file.
21419
21420 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21421
21422         * lib/strsep.h: New file.
21423         * lib/strsep.c: New file.
21424
21425 2004-10-01  Simon Josefsson  <jas@extundo.com>
21426
21427         * lib/snprintf.c (snprintf): Handle size==0.
21428
21429 2004-10-01  Simon Josefsson  <jas@extundo.com>
21430             Bruno Haible  <bruno@clisp.org>
21431
21432         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21433         (snprintf): Declare 'args'.
21434
21435 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21436
21437         * lib/snprintf.c: Remove comments as to why each header is needed.
21438
21439 2004-10-01  Bruno Haible  <bruno@clisp.org>
21440
21441         * MODULES.html.sh: Add strsep.
21442
21443 2004-09-30  Simon Josefsson  <jas@extundo.com>
21444
21445         * modules/snprintf: New file.
21446
21447 2004-09-30  Simon Josefsson  <jas@extundo.com>
21448
21449         * m4/snprintf.m4: New file.
21450
21451 2004-09-30  Simon Josefsson  <jas@extundo.com>
21452
21453         * lib/snprintf.h, lib/snprintf.c: New files.
21454
21455 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21456
21457         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21458         (hol_entry_help): Never translate an empty string.
21459         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21460         * lib/argp.h (OPTION_NO_TRANS): New option.
21461
21462 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21463
21464         * modules/argp (Maintainer): Replace Simon Josefsson
21465         by Sergey Poznyakoff.
21466
21467 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21468
21469         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21470         changes merged back into glibc.
21471
21472 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21473
21474         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21475
21476 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21477
21478         * lib/xvasprintf.c: Include xalloc.h.
21479         (xvasprintf): Use xalloc_die, not xmalloc_die.
21480
21481 2004-09-29  Bruno Haible  <bruno@clisp.org>
21482
21483         * modules/alloca-opt: New file, derived from modules/alloca.
21484         * modules/allocsa: Depend on alloca-opt instead of alloca.
21485         * modules/setenv: Likewise.
21486         * modules/vasnprintf: Likewise.
21487         * MODULES.html.sh: Add alloca-opt.
21488
21489 2004-09-28  Simon Josefsson  <jas@extundo.com>
21490
21491         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21492         LGPL, and to replace license template from GPL to LGPL.
21493
21494 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21495
21496         * modules/dummy: Change license to LGPL.
21497
21498 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21499
21500         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21501
21502 2004-09-24  Simon Josefsson  <jas@extundo.com>
21503
21504         * modules/minmax (License): Change from GPL to LGPL.
21505
21506 2004-09-23  Simon Josefsson  <jas@extundo.com>
21507
21508         * gnulib-tool (--import): Typo.
21509
21510 2004-09-23  Simon Josefsson  <jas@extundo.com>
21511
21512         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21513
21514 2004-09-22  Bruno Haible  <bruno@clisp.org>
21515
21516         * modules/*: Add 'License' field.
21517         * gnulib-tool: Accept --extract-license option.
21518         (func_get_license): New function.
21519
21520 2004-09-21  Bruno Haible  <bruno@clisp.org>
21521
21522         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21523         Reported by Simon Josefsson.
21524
21525 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21526
21527         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21528         gl_AC_TYPE_LONG_LONG.
21529
21530 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21531
21532         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21533
21534 2004-09-18  Simon Josefsson  <jas@extundo.com>
21535         and  Paul Eggert  <eggert@cs.ucla.edu>
21536
21537         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21538         calls with autoreconf.  Define GL_LIB.
21539
21540 2004-09-14  Karl Berry  <karl@gnu.org>
21541
21542         * config/srclist.txt: unsync setenv.c, sigh.
21543
21544 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21545
21546         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21547         Problem reported by Bruno Haible in:
21548         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21549
21550 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         * config/srclist.txt: Comment out argp-pvh.c.
21553
21554 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21555
21556         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21557         in case some system header has #define'd it.  Problem reported by
21558         Soeren D. Schulze in
21559         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21560
21561 2004-09-09  Karl Berry  <karl@gnu.org>
21562
21563         * regex.[ch]: delete from the root.  These were supposed to be
21564                 synced with emacs cvs, but this has not happened for about
21565                 a year, and anyway nothing else uses emacs regex.[ch].
21566                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21567                 lib/regex[.ch] is untouched.
21568
21569 2004-09-09  Bruno Haible  <bruno@clisp.org>
21570
21571         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21572
21573 2004-09-09  Bruno Haible  <bruno@clisp.org>
21574
21575         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21576         modifications.
21577         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21578
21579 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21580
21581         * modules/xvasprintf: New file.
21582         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21583
21584 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21585
21586         * lib/xvasprintf.h: New file.
21587         * lib/xvasprintf.c: New file.
21588         * lib/xasprintf.c: New file.
21589
21590 2004-09-08  Bruno Haible  <bruno@clisp.org>
21591
21592         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21593
21594 2004-09-08  Bruno Haible  <bruno@clisp.org>
21595
21596         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21597         length is > INT_MAX.
21598         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21599         more.
21600
21601 2004-09-08  Bruno Haible  <bruno@clisp.org>
21602
21603         * lib/stdint_.h: New file, taken from GNU clisp.
21604
21605 2004-09-08  Bruno Haible  <bruno@clisp.org>
21606             Oskar Liljeblad  <oskar@osk.mine.nu>
21607
21608         * modules/stdint: New file.
21609         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21610
21611 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21612
21613         Import from coreutils.
21614         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21615         strings on unbounded length.  alloca's performance benefits aren't
21616         that important here.
21617         (V_STRDUP): Remove.
21618         (parse_with_separator): New function, with most of the internals
21619         of the old parse_user_spec.  Allow user to omit both user and group,
21620         for compatibility with FreeBSD.
21621         Clone only the user name, not the entire spec.
21622         Do not set *uid, *gid unless entirely successful.
21623         Avoid memory leak in some failing cases.
21624         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21625         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21626         (parse_user_spec): Rewrite to use parse_with_separator.
21627
21628 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21629
21630         * modules/userspec: Don't depend on alloca.
21631
21632 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21633
21634         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21635
21636 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21637
21638         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21639         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21640         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21641
21642 2004-08-16  Simon Josefsson  <jas@extundo.com>
21643
21644         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21645         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21646         Add --dry-run for --import.
21647         Let user provided command line parameters override configure.ac
21648         settings.
21649
21650 2004-08-12  Simon Josefsson  <jas@extundo.com>
21651
21652         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21653         as discussed with Paul Eggert in threads rooted at
21654         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21655         and
21656         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21657         Before, the test was empty, and relied on ELIDE_CODE in source
21658         code.)
21659         (gl_PREREQ_GETOPT): New macro.
21660         (gl_GETOPT): Use them.
21661
21662 2004-08-12  Simon Josefsson  <jas@extundo.com>
21663
21664         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21665         * lib/getopt_.h: Renamed from getopt.h.
21666
21667 2004-08-12  Simon Josefsson  <jas@extundo.com>
21668
21669         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21670         Change default library name from libfoo to libgnu.
21671         Now, if you have a configure.ac that says:
21672                 gl_SOURCE_BASE(gl)
21673                 gl_M4_BASE(gl/m4)
21674                 gl_MODULES(error getopt etcetera)
21675                 gl_INIT
21676         you can import all you need by running:
21677                 ../gnulib/gnulib-tool --import
21678
21679         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21680         (Makefile.am): Rewrite, use logic from argz.
21681         (Include): Use <getopt.h> instead of "getopt.h".
21682
21683 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21684
21685         * modules/argp (Files): Add m4/unlocked-io.m4.
21686         (Depends-on): Add extensions.
21687
21688 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21691         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21692         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21693         Check for program_invocation_name, program_invocation_short_name,
21694         flockfile, funlockfile, features.h, _getopt_long_only_r.
21695
21696 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21697
21698         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21699         its complicated substitute.
21700         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21701         and program_invocation_name.
21702         (__argp_basename) [!_LIBC]: Remove; the only use was
21703         replaced by its body.
21704         (__argp_short_program_name): Change condition from
21705         !defined __argp_short_program_name to
21706         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21707         to match argp-namefrob.h.
21708         (__argp_failure): Don't assume strerror_r returns char *.
21709         * lib/argp-parse.c (N_): Define unconditionally.
21710         (argp_default_options): Fill out initializers with 0 to avoid
21711         gcc warnings.
21712
21713 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21714
21715         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21716         getopt1.c.
21717
21718 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21719
21720         Merge from coreutils.
21721
21722         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21723
21724         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21725         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21726
21727 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21728
21729         Merge from coreutils.
21730
21731         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21732         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21733         for Reliant Unix 5.43.
21734
21735         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21736         (union fooround): Use uintmax_t, not long int.
21737         The rest is a merge from libc:
21738         [defined _LIBC]: Include <shlib-compat.h>.
21739         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21740
21741         * lib/settime.c (settime): Recode to avoid warning with
21742         Sun Forte C 6U2.
21743
21744         * lib/strverscmp.c: Convert to UTF-8.
21745
21746 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21747
21748         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21749         m4/uintmax_t.m4.
21750
21751 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         * modules/xalloc-die: New file.
21754         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21755
21756         * modules/md5 (Files): Add m4/uint32_t.m4.
21757         * modules/sha1: Renamed from modules/sha.
21758         (Files):
21759         Rename lib/sha.h to lib/sha1.h.
21760         Rename lib/sha.c to lib/sha1.c.
21761         Rename m4/sha.m4 to m4/sha1.m4.
21762         (lib_SOURCES): Likewise.
21763         (configure.ac): Rename gl_SHA to gl_SHA1.
21764         (Include): sha.h -> sha1.h.
21765
21766 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21769         * m4/sha1.m4: Renamed from sha.m4.
21770         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21771
21772 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21773
21774         * lib/obstack.h (obstack_empty_p):
21775         Don't assume that chunk->contents is suitably aligned.
21776         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21777         Likewise. Problem reported by Benno in
21778         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21779
21780         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21781         readable.  This could be improved further but it'd take some work.
21782
21783 2004-08-08  Simon Josefsson  <jas@extundo.com>
21784
21785         * modules/xgethostname (Depends-on): Remove exit and error (not
21786         used).
21787
21788         * modules/getpass-gnu: Add getpass.h.
21789         (Depends-on): Add stdbool.
21790         * modules/getpass: Add getpass.h.
21791
21792 2004-08-08  Simon Josefsson  <jas@extundo.com>
21793
21794         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21795         Check getpass declaration.
21796
21797 2004-08-08  Simon Josefsson  <jas@extundo.com>
21798
21799         * lib/xgethostname.c: Don't include error.h (not used).
21800
21801         * lib/getpass.h: Add.
21802         * lib/getpass.c: Include getpass.h first.
21803
21804 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21805
21806         * lib/xalloc-die.c: New file.
21807         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21808         All uses removed.
21809         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21810         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21811         xalloc-die.c.
21812         (_, N_, xalloc_die): Move to xalloc-die.c.
21813         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21814         so that we needn't mess with xalloc_msg_memory_exhausted.
21815
21816         * lib/sha1.h: Renamed from sha.h.
21817         (SHA1_H): Renamed from _SHA_H.
21818         (sha1_ctx): Renamed from sha_ctx.
21819         (sha1_init_ctx): Renamed from sha_init_ctx.
21820         (sha1_process_block): Renamed from sha_process_block.
21821         (sha1_process_bytes): Renamed from sha_process_bytes.
21822         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21823         (sha1_read_ctx): Renamed from sha_read_ctx.
21824         (sha1_stream): Renamed from sha_stream.
21825         (sha1_buffer): Renamed from sha_buffer.
21826         * lib/sha1.c: Likewise; renamed from sha.c.
21827         Do not include <sys/types.h>.
21828         Include <stddef.h> rather than <stdlib.h>.
21829
21830 2004-08-08  Bruno Haible  <bruno@clisp.org>
21831
21832         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21833         FILESYSTEM_PREFIX_LEN.
21834         * lib/progreloc.c: Likewise.
21835         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21836
21837 2004-08-06  Simon Josefsson  <jas@extundo.com>
21838
21839         * modules/progname (Depends-on): Don't depend on stdbool.
21840
21841 2004-08-06  Simon Josefsson  <jas@extundo.com>
21842
21843         * modules/getsubopt: New file.
21844         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21845         getsubopt.
21846
21847 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21848
21849         More merge from coreutils.
21850
21851         * m4/utimens.m4, m4/utimecmp.m4: New files.
21852         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21853         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21854         prereq.m4, sha.m4: Import changes from coreutils.
21855
21856 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         More merge from coreutils.
21859         * modules/raise, modules/readtokens0, modules/utimens:
21860         * modules/utimecmp, module/xnanosleep: New files.
21861         * modules/strftime: Add lib/strftime.h.
21862         Change include from <time.h> to "strftime.h".
21863         * modules/yesno: Add lib/yesno.h.
21864         * modules/backupfile: Remove lib/addext.c.
21865         * modules/euidaccess: Add stat-macros.h.
21866         * modules/canonicalize, modules/euidaccess,
21867         modules/filemode, modules/lchown, modules/makepath,
21868         modules/rmdir, modules/stat: Likewise.
21869
21870 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21871
21872         Merge from tar.
21873         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21874         SIZE_MAX is a valid preprocessor constant.
21875         (__argp_basename): Change from "#ifndef _LIBC"
21876         to "#ifndef __argp_short_program_name", so that
21877         we don't compile these functions for tar.
21878
21879         More merges from coreutils.
21880         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21881         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21882         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21883         * lib/addext.c: Remove; no longer needed.
21884         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21885         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21886         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21887         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21888         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21889         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21890         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21891         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21892         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21893         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21894         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21895         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21896         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21897         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21898         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21899         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21900         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21901         Import changes from coreutils.
21902
21903 2004-08-05  Simon Josefsson  <jas@extundo.com>
21904
21905         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21906
21907 2004-08-05  Simon Josefsson  <jas@extundo.com>
21908
21909         * m4/getsubopt.m4: New file.
21910
21911 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21912
21913         Merge from coreutils.
21914
21915         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21916         * m4/getcwd-path-max.m4: New files.
21917
21918         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21919         FILESYSTEM_PREFIX_LEN ->
21920         FILE_SYSTEM_PREFIX_LEN.
21921         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21922         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21923         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21924         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21925
21926         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21927         prerequisite modules now handle the DOS stuff.
21928         Don't check for unistd.h.
21929
21930 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         Merge from coreutils.
21933
21934         * lib/.gdb-history: Remove; this doesn't belong here.
21935
21936         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21937         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21938         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21939         * lib/getcwd.c: New files.
21940
21941         * lib/dirname.h: Include <stdbool.h>.
21942         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21943         for consistency with POSIX terminology.  All uses changed.
21944         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21945         (strip_trailing_slashes): Use bool for booleans.
21946         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21947
21948         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21949         sometimes returns a positive errno value even when it succeeds.
21950         (print_errno_message) [!LIBC]: Fall back on strerror if
21951         __strerror_r fails.
21952
21953         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21954         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21955         (longest_relative_suffix): New function.
21956         (path_concat): Use it.  Assume first argument is not NULL.
21957         Port to DOS.  Omit redundant separators.
21958         Report an error instead of returning NULL.
21959         Use mempcpy instead of memcpy.
21960         (xpath_concat): Remove: not declared or used.
21961
21962         * lib/same.h: Include <stdbool.h>
21963         (same_name): Return bool, not int.
21964         * lib/same.c (same_name): Likewise.
21965         (errno): Don't declare; we assume C89 or better now.
21966
21967         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
21968         if not already defined.
21969
21970         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
21971         * lib/dup-safer.c (errno): Likewise.
21972
21973 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21974
21975         Merge from coreutils.
21976         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
21977         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
21978         * modules/path-concat: Don't depend on strdup.
21979
21980 2004-08-03  Simon Josefsson  <jas@extundo.com>
21981
21982         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
21983         * lib/progname.h: Don't include stdbool.h.
21984
21985 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21986
21987         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
21988         * MODULES.html.sh (func_all_modules): Remove fatal.
21989
21990 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21991
21992         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
21993
21994 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21995
21996         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
21997         working.
21998
21999 2004-08-02  Simon Josefsson  <jas@extundo.com>
22000
22001         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22002         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22003         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22004
22005 2004-08-01  Simon Josefsson  <jas@extundo.com>
22006
22007         * lib/xgetdomainname.c: Include stdlib.h, for free().
22008
22009 2004-07-19  Bruno Haible  <bruno@clisp.org>
22010
22011         * MODULES.html.sh (func_all_modules): Add dummy.
22012
22013 2004-07-16  Simon Josefsson  <jas@extundo.com>
22014
22015         * modules/dummy: New file.
22016
22017 2004-07-16  Simon Josefsson  <jas@extundo.com>
22018
22019         * lib/dummy.c: New file.
22020
22021 2004-07-16  Bruno Haible  <bruno@clisp.org>
22022
22023         * lib/backupfile.h: Add extern "C" for C++.
22024         * lib/closeout.h: Likewise.
22025         * lib/copy-file.h: Likewise.
22026         * lib/findprog.h: Likewise.
22027         * lib/full-write.h: Likewise.
22028         * lib/pathname.h: Likewise.
22029         * lib/progname.h: Likewise.
22030         * lib/stpcpy.h: Likewise.
22031         * lib/stpncpy.h: Likewise.
22032         * lib/strcase.h: Likewise.
22033         * lib/strstr.h: Likewise.
22034         * lib/xalloc.h: Likewise.
22035
22036         * lib/mbswidth.h: Add extern "C" for C++.
22037         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22038
22039 2004-07-13  Robert Millan  <robertmh@gnu.org>
22040
22041         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22042
22043 2004-07-09  Simon Josefsson  <jas@extundo.com>
22044
22045         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22046         failed without this.)
22047
22048 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22049
22050         * modules/chown (Files): Add lib/fchown-stub.c, since
22051         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22052
22053 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22054
22055         * lib/fchown-stub.c: New file.
22056
22057 2004-06-24  Jim Meyering  <jim@meyering.net>
22058
22059         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22060
22061 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22062
22063         * modules/argz: Omit "#include".
22064
22065         * MODULES.html.sh (func_all_modules): Add calloc, to match
22066         2004-06-01 addition of calloc module.
22067
22068 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22069
22070         * m4/argz.m4: New file, which is autoupdated from libtool.
22071
22072 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22073
22074         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22075         libtool.
22076
22077 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22078
22079         * config/srclist-update: Don't insist on "USA." before the
22080         close-comment, as libtool omits the period and puts the */ on a
22081         separate line.
22082         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22083         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22084
22085 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22086
22087         * modules/argz: New file.
22088         * MODULES.html.sh (func_all_modules): Add argz.
22089
22090 2004-06-12  Jim Meyering  <jim@meyering.net>
22091         and  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * modules/hash (Files): Add lib/xalloc.h.
22094         * modules/pipe (Depends-on): Add wait-process.
22095         * modules/stat (Depends-on): Add xalloc.
22096         * modules/userspec (Files): Add lib/userspec.h.
22097         * modules/xstrto
22098
22099         Upgrade from gettext-0.13.
22100         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22101         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22102         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22103
22104 2004-06-10  Jim Meyering  <jim@meyering.net>
22105
22106         * lib/calloc.c: New file.
22107
22108 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * lib/getdate.y (yylex): Allow space between sign and number.
22111         Problem reported by Dan Jacobson.
22112
22113 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         Merge from coreutils CVS.
22116
22117         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22118         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22119         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22120         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22121         xstrtol.m4: Fix copyright date and/or serial number.
22122
22123         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22124         See if we need an fchown replacement.
22125         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22126         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22127         and use the replacement function if we detect either defect.
22128
22129         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22130         gl_UTIMECMP.
22131
22132 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22133         and  Jim Meyering  <jim@meyering.net>
22134
22135         Merge from coreutils CVS.
22136
22137         * lib/stat-macros.h: New file, with contents from file-type.h
22138         and coreutils' system.h.
22139         * lib/file-type.c: Include "stat-macros.h".
22140         * lib/file-type.h (file_type): Move all macro definitions to new file,
22141         stat-macros.h.
22142
22143         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22144         Wrap old code with this conditional.
22145         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22146         function that does not dereference symlinks.
22147         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22148
22149         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22150         dependency problems.
22151         (xreadlink): Accept new arg SIZE, for efficiency.
22152         All decls and uses changed.
22153         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22154
22155         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22156         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22157
22158         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22159         sysexits.h.
22160
22161 2004-06-01  Jim Meyering  <jim@meyering.net>
22162
22163         * m4/calloc.m4: New file.
22164
22165 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22166
22167         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22168         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22169         Also, fix a typo in a diagnostic.
22170
22171 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22172
22173         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22174         or AC_FUNC_REALLOC.
22175
22176 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22177
22178         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22179         macros to be defined.
22180         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22181         the allocator returns NULL because the requested size is zero.
22182
22183 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22184
22185         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22186         var.  Add comment explaining why libc still defines it.  This
22187         merges the following patch from glibc:
22188         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22189
22190 2004-05-20  Andreas Schwab  <schwab@suse.de>
22191
22192         * m4/free.m4: Replace free if it not known to work, not the other
22193         way round.
22194
22195 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22196
22197         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22198         present in glibc since revision 1.1 of this file.
22199         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22200         obstack_alignment_mask, obstack_alloc, obstack_base,
22201         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22202         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22203         obstack_grow0, obstack_init, obstack_int_grow,
22204         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22205         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22206         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22207         nonexistent functions.
22208
22209 2004-05-18  Karl Berry  <karl@gnu.org>
22210
22211         * config/srclist.txt: break link for vasnprintf.c.
22212
22213 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22214
22215         Port obstack to the AS/400, where pointers are 16 bytes wide and
22216         you cannot cast an integer to a valid pointer.  This patch is
22217         currently waiting to be integrated into glibc; see
22218         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22219
22220         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22221         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22222         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22223         (struct obstack): temp member is now a union of a pointer and
22224         an integer, instead of an integer.  All integer uses changed.
22225         This does not affect the physical layout of struct obstack,
22226         except on hosts (like the AS/400) where the size or alignment of
22227         void * is greater than that of ptrdiff_t.
22228         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22229         __STDC__)]: Store temporary in pointer member of union, not
22230         integer member.
22231         * lib/obstack.c: Include <stddef.h>, for offsetof.
22232         (struct fooalign): Remove; it doesn't need a name.
22233         (union fooround): Change double to long double, and add void *.
22234         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22235         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22236         not a macro.  Hence the values are always int; so remove all
22237         casts-to-int in uses.
22238
22239 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22240
22241         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22242         we can get this patch merged into glibc.
22243
22244 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22245             Paul Eggert  <eggert@cs.ucla.edu>
22246
22247         * m4/argp: Depend on alloca.
22248
22249 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22250             Paul Eggert  <eggert@cs.ucla.edu>
22251
22252         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22253         freecoding.
22254
22255 2004-05-17  Bruno Haible  <bruno@clisp.org>
22256
22257         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22258         precision that consists of a '.' followed by an empty digit string.
22259         Patch by Tor Lillqvist <tml@iki.fi>.
22260
22261 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22262
22263         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22264         for backward compatibility with older code.  We need our own
22265         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22266         it under some other name, and our alloca.h will define it.
22267
22268 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22269             Derek Price  <derek@ximbiot.com>
22270
22271         * lib/alloca.c: Include <alloca.h>, to get our interface.
22272         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22273         include <alloca.h> first.  Use C89 prototype for alloca; this
22274         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22275         Use #elif for simplicity, since we can assume C89 now.
22276         Don't try to source the system alloca.h since it will not be found
22277         and to prevent recursively including its replacement.
22278         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22279         * lib/regex.c: Likewise.
22280
22281 2004-05-16  Derek Price  <derek@ximbiot.com>
22282             Paul Eggert  <eggert@cs.ucla.edu>
22283
22284         getline cleanup.  This changes the getndelim2 API: both order of
22285         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22286         no delimiter).
22287
22288         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22289         interface does that.
22290         (getline): Always use getdelim, so that we don't have two
22291         copies of this code.
22292         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22293         if available.
22294         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22295         (GETNDELIM2_MAXIMUM): New macro.
22296         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22297         instead of the old practice of delim2==0.  All callers changed.
22298         Return -1 on overflow, instead of returning junk.
22299         Do not set *linesize unless allocation succeeds.
22300         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22301         that we include sys/types.h.
22302         * lib/getnline.h: Likewise.
22303         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22304         (getndelim2): Reorder arguments.
22305         * lib/getnline.c (getnline, getndelim):
22306         Don't discard the NMAX argument.
22307         (getnline): Invoke getndelim, to avoid code duplication.
22308         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22309         of (size_t) -1 by callers of the getnline family.
22310
22311 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22312
22313         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22314         Check for gettimeofday.
22315         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22316         Check for settimeofday, stime.
22317
22318 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22319
22320         * lib/nanosleep.c (suspended): Change its type from int to
22321         sig_atomic_t volatile.
22322         (first_call): Make it private to rpl_nanosleep, and have it
22323         be zero initially as that's a bit faster.
22324         (my_usleep): Round up fractional times instead of truncating them,
22325         as this is the usual meaning for 'sleep'.
22326
22327         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22328         doesn't work.
22329         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22330         (ENOSYS): Define if not defined.
22331         (settime): Fall back on stime if it exists and settimeofday fails.
22332         But don't bother with fallbacks if a method fails with errno == EPERM.
22333
22334 2004-05-11  Jim Meyering  <jim@meyering.net>
22335
22336         Prior to this change, the save_cwd caller required read access to the
22337         current directory on most systems (ones with the fchdir function).
22338
22339         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22340         fails, try write-only, and finally, resort to using xgetcwd.
22341
22342 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * lib/obstack.c, obstack.h: Import changes from libc.
22345
22346 2004-04-28  Bruno Haible  <bruno@clisp.org>
22347
22348         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22349         also implicitly appends .exe to executables.
22350         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22351         accepts Windows pathnames.
22352         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22353         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22354         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22355         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22356         Reported by Derek Robert Price <derek@ximbiot.com>.
22357
22358 2004-04-21  Karl Berry  <karl@gnu.org>
22359
22360         * config/srclist.txt (localcharset.c): break sync.
22361
22362 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22363
22364         * m4/host-os.m4: Add a copyright notice.
22365
22366 2004-04-20  Jim Meyering  <jim@meyering.net>
22367
22368         Change UTILS_ to gl_ in AC_DEFINE'd names.
22369         Change utils_- and jm_-prefixed variables, too.
22370         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22371         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22372         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22373
22374         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22375         Don't emit trailing blanks.
22376         Also rename jm_-prefixed variables to have gl_ prefix.
22377
22378         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22379         Also rename jm_-prefixed variables to have gl_ prefix.
22380
22381         * m4/jm-macros.m4: Reflect the renamings.
22382         * m4/prereq.m4: Likewise.
22383
22384 2004-04-20  Jim Meyering  <jim@meyering.net>
22385
22386         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22387         memory.
22388
22389 2004-04-20  Jim Meyering  <jim@meyering.net>
22390             Bruno Haible  <bruno@clisp.org>
22391
22392         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22393         memory when realloc fails.
22394
22395 2004-04-19  Jim Meyering  <jim@meyering.net>
22396
22397         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22398         now that readutmp.c may call `free (0)'.
22399
22400 2004-04-19  Bruno Haible  <bruno@clisp.org>
22401
22402         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22403         * m4/inttypes_h.m4: Likewise.
22404         * m4/stdint_h.m4: Likewise.
22405         * m4/intmax_t.m4: Likewise.
22406         * m4/uintmax_t.m4: Likewise.
22407
22408 2004-04-18  Jim Meyering  <jim@meyering.net>
22409
22410         * m4/prereq.m4: Don't forbid jm_ prefix.
22411
22412         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22413         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22414         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22415         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22416         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22417         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22418         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22419         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22420         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22421         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22422         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22423         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22424         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22425         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22426         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22427         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22428         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22429         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22430         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22431
22432 2004-04-18  Jim Meyering  <jim@meyering.net>
22433
22434         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22435         failure, don't leak memory and do call END_UTMP_ENT.
22436
22437 2004-04-16  Jim Meyering  <jim@meyering.net>
22438
22439         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22440         coreutils' stat program.
22441         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22442
22443 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22444
22445         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22446         C89.
22447         (CHAR_BIT): Remove, since we assume C89.
22448         Include <stdint.h> if available, as per current Autoconf CVS advice.
22449
22450 2004-03-31  Jim Meyering  <jim@meyering.net>
22451
22452         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22453         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22454         * m4/xalloc.m4: Likewise.
22455
22456 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22457
22458         Merge from coreutils.
22459
22460         * m4/inttostr.m4: New file.
22461         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22462         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22463         Require gl_CLOCK_TIME.
22464         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22465
22466 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22467
22468         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22469         not bool, to be more consistent with Unix conventions.
22470         Suggested by Bruno Haible.
22471
22472         Merge from coreutils.
22473
22474         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22475         * lib/umaxtostr.c: New files.
22476
22477         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22478         the usual <time.h> dance.
22479         (get_date): Change signature to support fractional time stamps.
22480         All callers changed.
22481         * lib/getdate.y: Include "getdate.h" first, as we can now
22482         assume C89 and don't need to worry about 'const'.
22483         Similarly, include "unlocked-io.h" near start, not in middle.
22484         Include <limits.h>.
22485         (textint.value): Use long int rather than int.
22486         (textint.digits): Use size_t rather than int.
22487         (BILLION, LOG10_BILLION): New constants.
22488         (parser_control): New member rel_ns.  Members day_ordinal,
22489         time_zone, month, day, hour, minutes, rel_year, rel_month,
22490         rel_day, rel_hour, rel_minutes, rel_seconds
22491         are now long int, not int.  Member seconds is now struct timespec,
22492         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22493         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22494         not int.
22495         (%union.intval): Now long int, not int.
22496         New member timespec.
22497         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22498         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22499         (spec): Now is a timespec or an item list.
22500         (timespec, items): New nonterminals.
22501         (time, rel, relunit, number, get_date):
22502         Add support for fractional seconds.
22503         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22504         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22505         (to_hour): First arg is now long int, not int.
22506         (to_year): Returns long int, not int.
22507         Don't treat year -70 like 70.
22508         (tm_diff): Returns long int, not int.
22509         (lookup_word): Use bool instead of int when appropriate.
22510         (yylex): Use size_t for count, not int.
22511         Detect overflow when parsing large integer constants.
22512         Add support for fractions.
22513         (get_date): Make pointers 'const' if possible.
22514         Use more-portable code to detect integer overflow.
22515         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22516         Don't use ctime; it's not reliable if the year has >4 digits.
22517
22518         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22519         This is for compatibility with BSD.
22520
22521         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22522         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22523         From coreutils' system.h.
22524
22525         * lib/userspec.c: Don't include "posixver.h".
22526         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22527         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22528         compatible extension.  Simplify code by removing a boolean int
22529         that was always nonzero if a string was nonnull.
22530
22531 2004-03-30  Jim Meyering  <jim@meyering.net>
22532
22533         Merge from coreutils.
22534
22535         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22536         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22537         on some systems one must include <grp.h> before it.
22538         Reported by Christian Krackowizer.
22539
22540 2004-03-30  Jim Meyering  <jim@meyering.net>
22541
22542         Merge from coreutils.
22543
22544         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22545
22546         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22547         an empty input stream.
22548
22549         * lib/readtokens.c: Include <stdbool.h>.
22550         (readtoken): Use `size_t' rather than int/long.
22551         All callers adjusted.
22552         Use `bool' rather than `int' where appropriate.
22553         Use memset rather than an explicit loop.
22554         Use x2nrealloc rather than xrealloc.
22555         Allow the use of `\0' as a delimiter.
22556         (readtokens): Likewise.
22557         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22558
22559 2004-03-30  Jim Meyering  <jim@meyering.net>
22560
22561         * m4/realloc.m4: Remove file, since now it does no more than
22562         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22563         the `configure.ac' section of module/realloc.
22564         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22565
22566 2004-03-30  Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22569         nonnull.
22570
22571 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22572
22573         Merge changes to getloadavg.c from coreutils and Emacs.
22574
22575         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22576         Define to an expression, not to the empty string.
22577         Include cloexec.h and xalloc.h.
22578         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22579         Use set_cloexec_flag rather than rolling our own.
22580         * lib/cloexec.c, lib/cloexec.h: New files.
22581
22582 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22583
22584         * m4/cloexec.m4: New file.
22585
22586 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22587
22588         * lib/getopt.h: Sync with libc CVS.
22589
22590 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22591             Bruno Haible  <bruno@clisp.org>
22592
22593         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22594         mbswidth.
22595
22596 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22597             Bruno Haible  <bruno@clisp.org>
22598
22599         * lib/mbswidth.h: Include <wchar.h> only if
22600         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22601         <wchar.h>.
22602         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22603
22604 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22605
22606         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22607         Sync with libc CVS.
22608         * lib/getopt_int.h: New file, also synced from libc.
22609
22610 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22611
22612         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22613         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22614         Bring back getopt.c, getopt.h, getopt1.c.
22615
22616 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22617
22618         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22619         All uses changed.  Check for sa_sigaction member; this fixes
22620         a bug first reported by Jason Andrade in
22621         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22622
22623 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22624
22625         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22626         '#if' expressions.  Unlike the code it replaces, it does not
22627         depend on (defined _SC_PAGESIZE).  However, it does depend on
22628         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22629         first reported by Jason Andrade in
22630         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22631
22632 2004-02-25  Simon Josefsson  <jas@extundo.com>
22633
22634         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22635
22636 2004-02-25  Simon Josefsson  <jas@extundo.com>
22637
22638         * lib/strdup.h: New file.
22639         * lib/strdup.c: Include it.
22640         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22641         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22642
22643 2004-02-23  Karl Berry  <karl@gnu.org>
22644
22645         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22646         (from fencepost.gnu.org:/gd/gnuorg).
22647
22648 2004-02-23  Karl Berry  <karl@gnu.org>
22649
22650         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22651         * config/srclist.txt: add maintain/standards documents.
22652
22653 2004-02-18  Bruno Haible  <bruno@clisp.org>
22654
22655         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22656         Reported by Derek Robert Price <derek@ximbiot.com>.
22657
22658 2004-02-16  Karl Berry  <karl@gnu.org>
22659
22660         * config/mkinstalldirs, install-sh: update from automake.
22661
22662 2004-02-06  Karl Berry  <karl@gnu.org>
22663
22664         * m4/po.m4: update from gettext 0.14.1.
22665
22666 2004-02-06  Karl Berry  <karl@gnu.org>
22667
22668         * lib/config.charset: update from gettext 0.14.1.
22669
22670 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22671
22672         Add comments and code, prompted by suggestions from Bruno Haible
22673         for sh-quote.
22674         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22675         describing the enum quoting_style values.
22676         * lib/quotearg.c (quotearg_alloc): New function.
22677         (quotearg_buffer_restyled): Treat lone { and } as special.
22678         Treat = as special.  Work around bug with older shells
22679         that "see" a '\' that is really the 2nd byte of a multibyte char.
22680         Quote empty string with shell_quoting_style.
22681
22682 2004-02-03  Bruno Haible  <bruno@clisp.org>
22683
22684         * m4/pipe.m4: New file, from GNU gettext.
22685
22686 2004-02-03  Bruno Haible  <bruno@clisp.org>
22687
22688         * lib/pipe.h: New file, from GNU gettext.
22689         * lib/pipe.c: New file, from GNU gettext.
22690
22691 2004-01-27  Bruno Haible  <bruno@clisp.org>
22692
22693         * m4/execute.m4: New file, from GNU gettext.
22694
22695 2004-01-27  Bruno Haible  <bruno@clisp.org>
22696
22697         * lib/execute.h: New file, from GNU gettext.
22698         * lib/execute.c: New file, from GNU gettext.
22699         * lib/w32spawn.h: New file, from GNU gettext.
22700
22701 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22702
22703         Merge from diffutils.
22704
22705         * lib/file-type.c (file_type): Add typed memory objects.
22706         * lib/file-type.h (S_TYPEISTMO): New macro.
22707
22708         * lib/c-stack.h (c_stack_action): Remove argv argument.
22709         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22710         (die): Don't calculate message unless segv_action returns.
22711         (get_stack_location, min_address_from_argv, max_address_from_argv,
22712         volatile stack_base, volatile_stack_size): Remove.
22713         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22714         that every segmentation violation is a stack overflow.  (Ouch!)
22715         See Debian bug 136249 (still outstanding) for more info about why
22716         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22717
22718 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22719
22720         Exit-status fix from coreutils.
22721
22722         Use exit_failure consistently in place of EXIT_FAILURE,
22723         so that program exit statuses are consistent on failure.
22724
22725         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22726         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22727         * lib/argmatch.h: Comment fix to match the above.
22728         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22729         Now a macro referring to exit_failure, instead of a separate
22730         variable.  Include "exitfail.h" to get it.
22731         * lib/xstrtol.h: Include "exitfail.h".
22732         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22733
22734         * lib/long-options.c (parse_long_options): Use prototype
22735         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22736         for clarity.
22737
22738 2004-01-21  Jim Meyering  <jim@meyering.net>
22739
22740         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22741         so as not to conflict with a different-sized __mktime_internal
22742         function in GNU libc.
22743         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22744         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22745
22746 2004-01-20  Karl Berry  <karl@gnu.org>
22747
22748         * config/config.guess: update from config.
22749
22750         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22751
22752 2004-01-20  Bruno Haible  <bruno@clisp.org>
22753
22754         Safer stack allocation.
22755         * lib/setenv.c: Include allocsa.h.
22756         (alloca): Remove fallback definition.
22757         (freea): Remove macro.
22758         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22759         instead of freea.
22760
22761 2004-01-20  Bruno Haible  <bruno@clisp.org>
22762
22763         * m4/eealloc.m4: New file, from GNU gettext.
22764
22765 2004-01-20  Bruno Haible  <bruno@clisp.org>
22766
22767         * m4/allocsa.m4: New file, from GNU gettext.
22768
22769 2004-01-20  Bruno Haible  <bruno@clisp.org>
22770
22771         * lib/xallocsa.h: New file, from GNU gettext.
22772         * lib/xallocsa.c: New file, from GNU gettext.
22773
22774 2004-01-20  Bruno Haible  <bruno@clisp.org>
22775
22776         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22777
22778 2004-01-20  Bruno Haible  <bruno@clisp.org>
22779
22780         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22781         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22782         specially.
22783
22784 2004-01-20  Bruno Haible  <bruno@clisp.org>
22785
22786         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22787         patch.
22788
22789 2004-01-20  Bruno Haible  <bruno@clisp.org>
22790
22791         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22792
22793 2004-01-20  Bruno Haible  <bruno@clisp.org>
22794
22795         * lib/eealloc.h: New file.
22796
22797 2004-01-20  Bruno Haible  <bruno@clisp.org>
22798
22799         * lib/binary-io.h: Avoid warnings on Cygwin.
22800
22801 2004-01-20  Bruno Haible  <bruno@clisp.org>
22802
22803         * lib/allocsa.h: New file, from GNU gettext.
22804         * lib/allocsa.c: New file, from GNU gettext.
22805
22806 2004-01-18  Karl Berry  <karl@gnu.org>
22807
22808         * doc/gpl.texi, doc/lgpl.texi: new files.
22809
22810 2004-01-18  Karl Berry  <karl@gnu.org>
22811
22812         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22813         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22814
22815 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22816
22817         Merge from coreutils.
22818
22819         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22820         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22821         (gl_DEFAULT_POSIX2_VERSION): Move
22822         the documentation from 'configure' into 'config.hin',
22823         so that 'configure --help' isn't burdened by it and
22824         we don't have to worry about its formatting there.
22825         Reword the documentation so that it's more succinct
22826         and can be run together into a single paragraph.
22827         * m4/same.m4 (gl_SAME): Check for pathconf.
22828
22829 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22830
22831         Merge from coreutils.
22832
22833         * lib/posixver.c: Include posixver.h.
22834
22835         * lib/same.c: Include <stdbool.h>, <limits.h>.
22836         (_POSIX_NAME_MAX): Define if not defined.
22837         (MIN): New macro.
22838         (same_name): If file names are silently truncated, report
22839         that the file names are the same if they are the same after
22840         the silent truncation.
22841
22842         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22843         conversion function.
22844         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22845         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22846         longer needed.
22847
22848 2004-01-15  Jim Meyering  <jim@meyering.net>
22849
22850         Merge from coreutils.
22851
22852         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22853         if no library is required.
22854         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22855         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22856         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22857         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22858         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22859         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22860         value, $ac_cv_search_crypt, if it's "none required".
22861         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22862         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22863         not gl_FUNC_GETLOADAVG.
22864         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22865         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22866
22867 2004-01-15  Jim Meyering  <jim@meyering.net>
22868
22869         Merge from coreutils.
22870
22871         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22872         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22873         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22874
22875         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22876         optional configure-time default.
22877
22878         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22879
22880         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22881
22882 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22883
22884         Merge from coreutils.
22885
22886         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22887         value, $ac_cv_search_nanosleep, if it's "none required".
22888
22889 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22890
22891         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22892         with like-named macro in fnmatch.c.
22893         (EXT): Use an internal constant instead.
22894
22895         Merge fnmatch patches from glibc.
22896         * lib/fnmatch.c (mbsinit): Remove define.
22897         Add libc_hidden_ver (__fnmatch, fnmatch).
22898         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22899         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22900
22901 2004-01-14  Karl Berry  <karl@gnu.org>
22902
22903         * config/install-sh: update from automake.
22904
22905 2004-01-13  Karl Berry  <karl@gnu.org>
22906
22907         * config/install-sh: update from automake.
22908
22909 2004-01-09  Karl Berry  <karl@gnu.org>
22910
22911         * config/install-sh: update from automake.
22912
22913 2004-01-05  Karl Berry  <karl@gnu.org>
22914
22915         * config/config.{sub,guess}: update from config.
22916
22917 2003-12-31  Karl Berry  <karl@gnu.org>
22918
22919         * config/depcomp: update from automake.
22920
22921 2003-12-14  Karl Berry  <karl@gnu.org>
22922
22923         * lib/config.charset: update from gettext-runtime.
22924
22925 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22926
22927         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22928         Bug reported by Alfred M. Szmidt.
22929
22930 2003-12-03  Bruno Haible  <bruno@clisp.org>
22931
22932         * m4/gettext.m4: Upgrade from gettext-0.13.
22933         * m4/po.m4: Upgrade from gettext-0.13.
22934         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22935         * m4/intmax.m4: New file, from gettext-0.13.
22936         * m4/printf-posix.m4: New file, from gettext-0.13.
22937
22938 2003-11-29  Karl Berry  <karl@gnu.org>
22939
22940         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22941
22942 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22943             Bruno Haible  <bruno@clisp.org>
22944
22945         * lib/printf-parse.h: Don't include sys/types.h.
22946         (ARG_NONE): New macro.
22947         (char_directive): Change type of *arg_index fields to size_t.
22948         * lib/printf-parse.c: Don't include sys/types.h.
22949         (SSIZE_MAX): Remove macro.
22950         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22951         Remove unnecessary overflow check.
22952         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22953         fields.
22954
22955 2003-11-25  Bruno Haible  <bruno@clisp.org>
22956
22957         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22958
22959 2003-11-25  Bruno Haible  <bruno@clisp.org>
22960
22961         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22962         gt_TYPE_SSIZE_T.
22963
22964 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22965
22966         * modules/alloca: Remove dependency on xalloc.
22967
22968 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22969
22970         * lib/alloca.c: Remove dependency on xalloc module.
22971         (xalloc_die): Remove.
22972         (memory_full) [!defined emacs]: New macro.
22973         [!defined emacs]: Don't include xalloc.h.
22974         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
22975         address arithmetic overflows.  Change datatypes a bit to avoid
22976         unnecessary casts.
22977
22978 2003-11-22  Jim Meyering  <jim@meyering.net>
22979
22980         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
22981         s/size/size_t/.
22982
22983 2003-11-21  Karl Berry  <karl@gnu.org>
22984
22985         * config/config.{sub,guess}: update from config.
22986
22987 2003-11-18  Karl Berry  <karl@gnu.org>
22988
22989         * config/config.{sub,guess}: update from config.
22990
22991         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
22992
22993 2003-11-17  Paul Eggert  <eggert@twinsun.com>
22994
22995         * README: Mention that S+T cannot overflow if S is the size of
22996         an existing object and T is sufficiently small.
22997
22998 2003-11-17  Jim Meyering  <jim@meyering.net>
22999
23000         On systems without utime and without a utimes function capable of
23001         dealing with a NULL struct utimbuf* argument, this utime replacement
23002         could -- in unusual circumstances -- leak a file descriptor.
23003         * lib/utime.c: Include <unistd.h> and <errno.h>.
23004         (utime_null): Be sure to close `fd' and to preserve errno.
23005         Reported by Geoff Collyer via Arnold Robbins.
23006
23007 2003-11-17  Bruno Haible  <bruno@clisp.org>
23008
23009         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23010         (Depends-on): Add xsize.
23011
23012 2003-11-17  Bruno Haible  <bruno@clisp.org>
23013
23014         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23015
23016 2003-11-17  Bruno Haible  <bruno@clisp.org>
23017
23018         * lib/vasnprintf.c (alloca): Remove fallback definition.
23019         (freea): Remove definition.
23020         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23021         Reported by Paul Eggert.
23022
23023 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23024             Bruno Haible  <bruno@clisp.org>
23025
23026         Protect against address arithmetic overflow.
23027         * lib/printf-args.h: Include stddef.h.
23028         (arguments): Change type of field 'count' to size_t.
23029         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23030         'unsigned int' where appropriate.
23031         * lib/printf-parse.h: Include sys/types.h.
23032         (char_directive): Change type of *arg_index fields to ssize_t.
23033         (char_directives): Change type of fields 'count', max_*_length to
23034         size_t.
23035         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23036         (SSIZE_MAX): Define fallback value.
23037         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23038         instead of 'int' where appropriate. Check a_allocated, d_allocated
23039         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23040         * lib/vasnprintf.c: Include xsize.h.
23041         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23042         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23043         overflow. Avoid wraparound when converting a width or precision from
23044         decimal to binary.
23045
23046 2003-11-16  Bruno Haible  <bruno@clisp.org>
23047
23048         Update from GNU gettext.
23049         * lib/printf-parse.c: Generalize to it can be compiled for wide
23050         strings.
23051         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23052         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23053         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23054         SNPRINTF): New macros.
23055         Don't include <alloca.h> if the file is used inside libintl.
23056         (local_wcslen): New function, for Solaris 2.5.1.
23057         (VASNPRINTF): Use it instead of wcslen.
23058
23059 2003-11-16  Bruno Haible  <bruno@clisp.org>
23060
23061         * lib/xsize.h (xmax): New function.
23062         (xsum, xsum3, xsum4): Declare as "pure" functions.
23063
23064 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23065
23066         * modules/xalloc (Files): Undo latest change, since xalloc.h
23067         no longer needs SIZE_MAX or PTRDIFF_MAX.
23068
23069 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23070
23071         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23072         gl_PTRDIFF_MAX.
23073
23074 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23075
23076         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23077         "return", to pacify some unknown compiler.  Problem reported
23078         by Joerg Schilling.
23079
23080 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23081
23082         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23083         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23084         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23085         heuristic is just as accurate as far as we know, and it removes a
23086         dependency on size_max.m4 and ptrdiff_max.m4.
23087
23088 2003-11-11  Bruno Haible  <bruno@clisp.org>
23089
23090         * modules/xsize (Files): Add m4/size_max.m4.
23091         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23092
23093 2003-11-11  Bruno Haible  <bruno@clisp.org>
23094
23095         * m4/size_max.m4: New file.
23096         * m4/ptrdiff_max.m4: New file.
23097         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23098         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23099         (gl_XALLOC): Invoke it.
23100
23101 2003-11-11  Bruno Haible  <bruno@clisp.org>
23102
23103         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23104         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23105         defined.
23106
23107 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23108
23109         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23110         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23111         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23112         From Bruno Haible.
23113         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23114         not (size_t) -1, since it's defined here.
23115
23116 2003-11-09  Karl Berry  <karl@gnu.org>
23117
23118         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23119
23120 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23121
23122         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23123         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23124         Reject sizes of exactly SIZE_MAX bytes.
23125         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23126         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23127
23128 2003-11-05  Bruno Haible  <bruno@clisp.org>
23129
23130         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23131         SIZE_MAX defined in <limits.h> on Solaris.
23132
23133 2003-11-04  Jim Meyering  <jim@meyering.net>
23134
23135         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23136         variable names, rather than @VAR@.
23137         * modules/poll: Likewise.
23138
23139 2003-11-04  Bruno Haible  <bruno@clisp.org>
23140
23141         * modules/xsize: New file.
23142         * modules/linebreak: Depend on xsize.
23143         * MODULES.html.sh (func_all_modules): Add xsize.
23144
23145 2003-11-04  Bruno Haible  <bruno@clisp.org>
23146
23147         * m4/xsize.m4: New file.
23148
23149 2003-11-04  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/xsize.h: New file.
23152         * lib/linebreak.c: Include xsize.h.
23153         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23154         argument for overflow.
23155         Suggested by Paul Eggert.
23156
23157 2003-11-03  Karl Berry  <karl@gnu.org>
23158
23159         * config/config.{guess,sub}: update from config.
23160
23161 2003-11-03  Jim Meyering  <jim@meyering.net>
23162
23163         * modules/userspec (lib_SOURCES): Add userspec.h.
23164         (Include): Add "userspec.h".
23165         Improve description.
23166
23167 2003-11-03  Jim Meyering  <jim@meyering.net>
23168
23169         * lib/userspec.c: Include "userspec.h".
23170         * lib/userspec.h: New file.
23171
23172 2003-11-03  Bruno Haible  <bruno@clisp.org>
23173
23174         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23175
23176 2003-11-03  Bruno Haible  <bruno@clisp.org>
23177
23178         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23179         available, to avoid (extremely rare) race condition.
23180         Suggested by Paul Eggert.
23181
23182 2003-11-02  Karl Berry  <karl@gnu.org>
23183
23184         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23185
23186 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23187
23188         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23189         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23190         (read_filesystem_list): Set and use me_type_malloced.
23191         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23192         whatever the type happens to be), for brevity and consistency.
23193         Check for size calculation overflow on Alphas running OSF/1.
23194
23195 2003-10-31  Jim Meyering  <jim@meyering.net>
23196
23197         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23198
23199         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23200
23201 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23202             Bruno Haible  <bruno@clisp.org>
23203
23204         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23205         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23206
23207 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23210         netbsd*-gnu*.  Suggested by Robert Millan.
23211
23212 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23213
23214         * modules/group-member: Depend on stdbool.
23215
23216 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23217
23218         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23219
23220 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23221
23222         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23223         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23224         after the 'gnu' in these cases.  This fixes some bugs in the
23225         previous change, and is based on suggestions by Robert Millan.
23226
23227 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23228
23229         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23230         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23231         no longer needed.
23232         * lib/quotearg.c (quotearg_n_options): Use it.
23233         * lib/group-member.c: Include <stdbool.h>.
23234         (free_group_info): Arg is now const *; don't free arg.
23235         (get_group_info): Now returns bool and accepts struct group_info *,
23236         rather than returning a malloc'ed struct group_info *.
23237         All uses changed.  Check for overflow in internal size calculation.
23238
23239         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23240         rather than xmalloc/xrealloc.
23241         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23242         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23243         conformance bug: the old code used a pointer after freeing the
23244         storage that it addressed.
23245         * lib/hash.c (hash_initialize): Simplify the code by using
23246         xalloc_oversized rather than doing it by hand.
23247         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23248         the buffer preserved.  Use free and xmalloc instead.
23249         * lib/quotearg.c (quotearg_n_options): Likewise.
23250         Use a simpler test for size overflow.  Don't use xalloc_oversized
23251         because unsigned int might be wider than size_t (!); this suggests
23252         that we should switch from unsigned int to size_t for slot numbers.
23253
23254 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23255
23256         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23257         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23258         NetBSD kernels.  Requested by Richard Stallman.
23259
23260 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23261
23262         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23263         to allocate the returned structure.  Do not allocate a subarray,
23264         as x2nrealloc will do that.
23265         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23266         instead of xnrealloc.
23267         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23268
23269 2003-10-27  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/stdbool_.h: Better support for BeOS.
23272
23273 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23274
23275         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23276         now uses inline.
23277
23278 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23279
23280         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23281         callers that want to do their own size-overflow checking.  Include
23282         <stdbool.h>, since xalloc_oversized returns bool.
23283         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23284         to use xalloc_oversized.
23285
23286         Add two functions x2realloc, x2nrealloc, for programs that grow
23287         arrays dynamically by doubling their sizes.
23288         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23289         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23290         New functions.
23291
23292         Port to C99 semantics for 'inline' of external functions.
23293         Bug reported by Bruno Haible.
23294         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23295         with the old contents of xnmalloc.
23296         (xnmalloc, xmalloc): Use it.
23297         (xnrealloc_inline): New static inline function,
23298         with the old contents of xnrealloc.
23299         (xnrealloc, xrealloc): Use it.
23300
23301         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23302         that.
23303
23304 2003-10-26  Karl Berry  <karl@gnu.org>
23305
23306         * config/srclist.txt (COPYING.DOC): no longer available from
23307         /gd/gnuorg; don't know where the ultimate source is.
23308
23309 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23310
23311         Fix several address-calculation bugs in the hash modules,
23312         plus some minor code cleanup.
23313
23314         * lib/hash.h: Include <stdbool.h>, for bool.
23315         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23316         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23317         hash_get_n_entries, hash_get_max_bucket_length,
23318         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23319         hash_rehash): Use size_t rather than unsigned.
23320         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23321         hash_get_n_buckets_used, hash_get_n_entries,
23322         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23323         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23324         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23325         Likewise.
23326         (SIZE_MAX): Define if not defined.
23327         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23328         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23329         hash_print):
23330         Use const * when possible.
23331         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23332         (check_tuning): Fix bug: if tuning parameters were very close to
23333         0 or 1, rounding errors could have caused subscript violations.
23334         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23335         (hash_initialize): Add 'fail:' label
23336         to free table and return NULL, and use it to simplify code.
23337         Use calloc rather than clearing the storage ourself.
23338         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23339         buffer size calculations.
23340         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23341         Include <stddef.h>, for size_t.
23342         * lib/hash-pjw.c (hash_pjw): Likewise.
23343         Switch to method described by Bruno Haible.
23344         Include <limits.h>, for CHAR_BIT.
23345         (SIZE_BITS): New macro.
23346
23347 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23348
23349         * m4/getline.m4 (AM_FUNC_GETLINE):
23350         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23351         hosts.  Problem reported by Derek Robert Price in
23352         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23353         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23354         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23355
23356 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23357
23358         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23359         ceiling the allocation at NMAX bytes rather than silently
23360         discarding input bytes before NMAX is reached.  This makes
23361         a difference only if NMAX exceeds SIZE_MAX / 2.
23362
23363         * lib/obstack.c: Merge from glibc.
23364         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23365         Add libc_hidden_def (_obstack_newchunk).
23366         (_obstack_free) [! defined _LIBC]: Remove.
23367         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23368         a clone of the function body.
23369         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23370         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23371
23372         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23373         glibc.
23374         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23375         arg to memcpy.
23376
23377         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23378         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23379         Don't use lvalue casts, as GCC plans to remove support for them
23380         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23381         was also present in the non-GCC version, indicating that this
23382         code had always been buggy and had never been widely used.
23383         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23384         Use the fast variant of each macro, rather than copying the
23385         definiens of the fast variant; that way, we'll be more likely to
23386         catch future bugs in the fast variants.
23387
23388 2003-10-20  Bruno Haible  <bruno@clisp.org>
23389
23390         * modules/wait-process: New file.
23391         * MODULES.html.sh (func_all_modules): Add wait-process.
23392
23393 2003-10-20  Bruno Haible  <bruno@clisp.org>
23394
23395         * m4/wait-process.m4: New file.
23396
23397 2003-10-20  Bruno Haible  <bruno@clisp.org>
23398
23399         * lib/wait-process.h: New file, from GNU gettext.
23400         * lib/wait-process.c: New file, from GNU gettext.
23401
23402 2003-10-19  Jim Meyering  <jim@meyering.net>
23403
23404         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23405         HPUX 10.20.
23406
23407 2003-10-18  Karl Berry  <karl@gnu.org>
23408
23409         * config/config.guess: update from config.
23410
23411 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23412
23413         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23414         (getgroups): First arg is int, not size_t.
23415         Don't let 'free' mangle errno.
23416
23417 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23418
23419         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23420
23421 2003-10-16  Karl Berry  <karl@gnu.org>
23422
23423         * config/config.{guess,sub}: update from config.
23424
23425 2003-10-16  Jim Meyering  <jim@meyering.net>
23426
23427         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23428         memcpy.
23429
23430 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23431
23432         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23433         (SIZE_MAX): Remove.
23434         (new_exclude, add_exclude_file): Initial size no longer needs to
23435         be a power of 2.
23436         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23437         our own address arithmetic overflow checking.
23438
23439         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23440         (fnmatch): Do not alloca more than 2000 wide characters;
23441         instead, use malloc for large buffers.
23442         Check for address arithmetic overflow, and return -1
23443         with errno set to ENOMEM in that case.
23444         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23445         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23446         instead, return -1.  Check for address arithmetic overflow.
23447
23448 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23449
23450         Handle invalid suffixes and overflow independently, so that
23451         callers can treat them independently as needed.  Fix some bugs in
23452         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23453         suffix for a human-readable blocksize.  The major caller-visible
23454         change is the addition of a new
23455         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23456         that both overflow and suffix chars were found.
23457
23458         * lib/human.c (humblock): Don't check separately for invalid suffix
23459         char; that is xstrtoumax's job (now that its bug is fixed).
23460         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23461         INTMAX_MAX]: New macros.
23462         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23463         TYPE_MAXIMUM): New macros.
23464         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23465         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23466         if overflow occurs, as it's what __strtol does and it's more useful
23467         in practice.
23468         (__xstrtol): If __strtol reports some error other than ERANGE,
23469         reflect it to the caller as LONGINT_INVALID.  If it reports
23470         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23471         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23472         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23473         value.
23474         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23475         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23476         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23477         [defined UINTMAX_MAX]: New macros.
23478
23479 2003-10-14  Bruno Haible  <bruno@clisp.org>
23480
23481         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23482
23483 2003-10-14  Bruno Haible  <bruno@clisp.org>
23484
23485         * m4/sig_atomic_t: New file, from GNU gettext.
23486         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23487
23488 2003-10-14  Bruno Haible  <bruno@clisp.org>
23489
23490         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23491         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23492         Also use volatile where needed.
23493
23494 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23495
23496         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23497         Change maintainer from Bruno Haible to 'all'.
23498
23499 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23500
23501         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23502
23503 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23504
23505         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23506         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23507         and define in terms of the other primitives.
23508         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23509         (SIZE_MAX): Define if not already defined.
23510         (array_size_overflow): New function.
23511         (xalloc_die): Abort instead of exiting if 'error' returns.
23512         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23513         (xmalloc, xrealloc): Use them.
23514         (xcalloc): Check for address arithmetic overflow.
23515         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23516         a bit faster than strcpy.
23517
23518 2003-10-10  Simon Josefsson  <jas@extundo.com>
23519
23520         * modules/argp (Depends-on): Add restrict and strcase.
23521
23522 2003-10-10  Simon Josefsson  <jas@extundo.com>
23523
23524         * m4/argp.m4: Add AC_C_INLINE.
23525
23526 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23527
23528         Merge getpass from libc, plus a few fixes.
23529
23530         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23531         Include <stdbool.h>.
23532         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23533         __fsetlocking to empty.
23534         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23535         do include <bits/libc-lock.h>.
23536         Do not include <fcntl.h>; not needed.
23537         [_LIBC]: Include <wchar.h>.
23538         (NOTCANCEL_MODE): New macro.
23539         (flockfile, funlockfile) [_LIBC]: New macros.
23540         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23541         [!_LIBC]: New macros.
23542         (call_fclose): New function.
23543         (getpass): Use it.  Save tty stream separately; this simplifies the
23544         code and makes it more reliable if stdin happens to equal stdout.
23545         Invoke __fsetlocking on tty.
23546         Handle thread cancellation if needed.
23547         Namespace cleanup (use __tcgetattr, __getline).
23548         Use bool for Booleans.
23549         [USE_IN_LIBIO]: Handle wide streams.
23550         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23551         stream might go where.
23552
23553         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23554         doesn't have to include <stdio.h> before us.
23555         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23556         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23557         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23558         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23559         if not declared, so that we can use getpass.c code from libc without
23560         rewriting it.
23561         (flockfile, ftrylockfile, funlockfile): New macros.
23562
23563 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23564
23565         * modules/getpass: Depend on stdbool.
23566
23567 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23568
23569         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23570
23571 2003-10-07  Karl Berry  <karl@gnu.org>
23572
23573         * config/config.{guess,sub}: update from config.
23574
23575 2003-10-06  Jim Meyering  <jim@meyering.net>
23576             Bruno Haible  <bruno@clisp.org>
23577
23578         This lets translators provide better translations for the
23579         "Written by ..." part of --version output.
23580         * lib/version-etc.h: Include stdarg.h.
23581         (version_etc_copyright): Declare as readonly.
23582         (version_etc): Make this function variadic with a NULL-terminated list
23583         of author name strings.
23584         (version_etc_va): New declaration.
23585         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23586         (version_etc_copyright): Declare as readonly.
23587         (version_etc_va): New function. Provide a different translatable string
23588         for each possible number of authors < 10. Abbreviate when there are 10
23589         authors or more.
23590         (version_etc): Make this function variadic. Call version_etc_va.
23591         Suggestion from Gary V. Vaughan.
23592
23593         * lib/long-options.h (parse_long_options): Change prototype: the
23594         authors string is moved to the end and becomes variadic.
23595         * lib/long-options.c: Include stdarg.h.
23596         (parse_long_options): Make this function variadic, too.
23597         Call version_etc_va, not version_etc.
23598
23599 2003-10-06  Bruno Haible  <bruno@clisp.org>
23600
23601         * modules/version-etc-2: Remove file.
23602         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23603
23604 2003-10-06  Bruno Haible  <bruno@clisp.org>
23605
23606         * modules/fatal-signal: New file.
23607         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23608
23609 2003-10-06  Bruno Haible  <bruno@clisp.org>
23610
23611         * m4/fatal-signal.m4: New file.
23612         * m4/signalblocking.m4: New file, from GNU gettext.
23613
23614 2003-10-06  Bruno Haible  <bruno@clisp.org>
23615
23616         * lib/version-etc-2.h: Remove file.
23617         * lib/version-etc-2.c: Remove file.
23618
23619 2003-10-06  Bruno Haible  <bruno@clisp.org>
23620
23621         * lib/fatal-signal.h: New file, from GNU gettext.
23622         * lib/fatal-signal.c: New file, from GNU gettext.
23623
23624 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23625
23626         * README: Rework advice for preventing empty .o files.
23627         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23628         not <sys/types.h>.
23629
23630 2003-10-04  Karl Berry  <karl@gnu.org>
23631
23632         * lib/argp*: update from libc.
23633
23634 2003-10-04  Karl Berry  <karl@gnu.org>
23635
23636         * config/config.{guess,sub}: update from config.
23637
23638 2003-10-02  Bruno Haible  <bruno@clisp.org>
23639
23640         * modules/lchown (Include): Add lchown.h.
23641         * modules/time_r (Include): Use "..." syntax.
23642         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23643
23644 2003-10-01  Simon Josefsson  <jas@extundo.com>
23645
23646         * MODULES.html.sh (func_all_modules): Move gethostname from section
23647         'based on' to section 'lacking' POSIX:2001.
23648
23649 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23650
23651         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23652         to output mode on the same stream.
23653
23654 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23655
23656         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23657         Fix arg typo in previous patch.
23658
23659 2003-09-28  Jim Meyering  <jim@meyering.net>
23660
23661         * lib/error.c: Correct cpp indentation.
23662
23663 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23664
23665         * modules/free: New file.
23666
23667 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23668
23669         * m4/free.m4: New file.
23670
23671 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23672
23673         * lib/minmax.h (MIN, MAX)
23674         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23675         Omit the special code that used __typeof__, since we worry that
23676         it could be more trouble than it's worth.  See:
23677         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23678         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23679
23680         * lib/free.c: New file.
23681
23682 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23683
23684         Trivial fixes to Makefile.am parts of module listings.
23685         * modules/strstr: Append strstr.h to lib_SOURCES.
23686         * modules/strcase: Likewise, for strcase.h.
23687
23688 2003-09-27  Karl Berry  <karl@gnu.org>
23689
23690         * config/mkinstalldirs: update from automake.
23691
23692 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23693
23694         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23695         (error_tail): Do not loop, reallocating temporary buffer, since
23696         the output cannot contain more wide characters than the input
23697         contains bytes, the size must be big enough already.  This avoids
23698         one potential size overflow calculation.  Check for size overflow
23699         when calculating temporary buffer size.  Free temporary buffer
23700         when done, if it was allocated with malloc; this plugs a memory
23701         leak.  Remove casts from void * to pointers, that are no longer
23702         needed now that we're assuming C89 or better.
23703
23704         Merge error changes from glibc.
23705
23706         * lib/error.c, error.h: Update copyright notice header to match glibc.
23707         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23708         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23709         Disable cancellation while printing error.
23710         * lib/error.h: Prepend __ to parameter names.
23711
23712 2003-09-26  Jim Meyering  <jim@meyering.net>
23713
23714         * lib/error.c (error_tail): Move some declarations
23715         into inner scope where the local variables are used.
23716
23717 2003-09-26  Bruno Haible  <bruno@clisp.org>
23718
23719         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23720         stpncpy().
23721         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23722
23723 2003-09-26  Bruno Haible  <bruno@clisp.org>
23724
23725         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23726         (stpncpy): Define as alias for gnu_stpncpy.
23727         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23728
23729 2003-09-25  Simon Josefsson  <jas@extundo.com>
23730
23731         * lib/xgetdomainname.h: New file.
23732         * lib/xgetdomainname.c: New file.
23733
23734 2003-09-25  Simon Josefsson  <jas@extundo.com>
23735             Bruno Haible  <bruno@clisp.org>
23736
23737         * modules/getdomainname: New file.
23738         * modules/xgetdomainname: New file.
23739         * MODULES.html.sh (func_all_modules): Add getdomainname,
23740         xgetdomainname.
23741
23742 2003-09-25  Simon Josefsson  <jas@extundo.com>
23743             Bruno Haible  <bruno@clisp.org>
23744
23745         * m4/getdomainname.m4: New file.
23746
23747 2003-09-25  Simon Josefsson  <jas@extundo.com>
23748             Bruno Haible  <bruno@clisp.org>
23749
23750         * lib/getdomainname.h: New file.
23751         * lib/getdomainname.c: New file.
23752
23753 2003-09-25  Karl Berry  <karl@gnu.org>
23754
23755         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23756
23757 2003-09-25  Karl Berry  <karl@gnu.org>
23758
23759         * config/install-sh: update from automake.
23760
23761 2003-09-25  Bruno Haible  <bruno@clisp.org>
23762
23763         * modules/version-etc-2: New file, from modules/version-etc with
23764         modifications.
23765         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23766
23767 2003-09-25  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23770         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23771
23772 2003-09-24  Simon Josefsson  <jas@extundo.com>
23773
23774         * modules/xgethostname: Add xgethostname.h.
23775
23776 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23777
23778         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23779         the buffer associated with the argument.  Bug reported by
23780         Simon Josefsson.
23781
23782 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23783
23784         * README: Document assumptions that 'int' is at least 32 bits
23785         wide, that integer arithmetic is 2's complement without overflow,
23786         that there are no holes in integer values, that adding sizes of
23787         two nonoverlapping objects can't overflow, and that all-bits-zero
23788         yields scalar zero.  Fix spelling and capitalization typos.
23789
23790 2003-09-19  Karl Berry  <karl@gnu.org>
23791
23792         * lib/argp.h: update from libc.
23793
23794 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23795
23796         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23797         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23798         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23799
23800 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23801
23802         * gnulib-tool: Use "test -h", not "test -L", for portability
23803         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23804         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23805         (sed_extract_prog): Issue s commands one-by-one, rather than
23806         using \| in one s command.
23807
23808 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23809
23810         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23811         input error, instead of returning NULL the next time we are called
23812         (and therefore losing track of errno).
23813
23814 2003-09-16  Bruno Haible  <bruno@clisp.org>
23815
23816         * gnulib-tool (func_create_testdir): Warn about duplicated
23817         dependencies.
23818
23819 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23820
23821         * modules/argmatch, modules/fatal, modules/obstack,
23822         modules/xalloc, modules/xgethostname: Sort dependencies by
23823         importance, not alphabetically.
23824
23825 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23826
23827         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23828         fails, so that the caller gets the proper errno.
23829
23830         * lib/readutmp.c (read_utmp): Likewise.
23831         Check for fstat error.  Close stream and free storage
23832         when failing.
23833
23834 2003-09-14  Karl Berry  <karl@gnu.org>
23835
23836         * config/srclist.txt (strdup.c): disable for c89 changes.
23837
23838 2003-09-14  Jim Meyering  <jim@meyering.net>
23839
23840         * lib/getloadavg.c: Correct cpp indentation.
23841         * lib/strdup.c: Likewise.
23842         * lib/vasnprintf.c: Likewise.
23843
23844 2003-09-14  Bruno Haible  <bruno@clisp.org>
23845
23846         * modules/fwriteerror: New file.
23847         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23848
23849 2003-09-14  Bruno Haible  <bruno@clisp.org>
23850
23851         * lib/fwriteerror.h: New file.
23852         * lib/fwriteerror.c: New file.
23853
23854 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23855
23856         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23857         modules/xgethostname, modules/xalloc: Depend on exit.
23858
23859 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23860
23861         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23862
23863         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23864         and AC_MINIX, too, so that their extensions are available.
23865
23866         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23867         This macro has been superseded by gl_BACKUPFILE.
23868
23869         More patches to assume C89 or better.
23870
23871         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23872
23873         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23874         unconditionally.
23875         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23876         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23877         Include <string.h>, <stdlib.h> unconditionally.
23878         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23879         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23880         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23881         headers or for string.h.
23882         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23883         or strtoul.
23884
23885         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23886         headers.
23887         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23888         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23889         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23890         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23891         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23892         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23893         memcpy, memset.
23894         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23895         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23896         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23897         strtol.
23898         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23899         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23900         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23901         strtoul.
23902
23903 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23904
23905         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23906         * lib/obstack.c [!defined _LIBC]: Likewise.
23907         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23908         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23909         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23910
23911         More changes to assume C89 or better.
23912
23913         * lib/error.c (error_tail): Assume vprintf.
23914
23915         * lib/argmatch.c (getenv): Remove decl.
23916         * lib/progreloc.c (get_full_program_name): Define via prototype.
23917         * lib/setenv.c (clearenv): Likewise.
23918         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23919         needed.
23920         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23921         (malloc, memcpy): Remove decls.
23922         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23923         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23924         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23925         (memcpy): Remove macro.
23926         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23927         (__P): Remove.  All uses removed.
23928         (PTR): Remove.  All uses changed to void *.
23929         (CHAR_BIT, NULL): Remove.
23930         (spaces, zeros, memset_space, memset_zero)
23931         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23932         Remove.
23933         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23934         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23935         Define with prototype.
23936         Remove now-unnecessary prototype decl.
23937         (extra_args_spec): Assume ANSI C.  All uses changed.
23938         (extra_args_spec_iso): Remove.
23939         (my_strftime, emacs_strftimeu): Define via prototype.
23940         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23941         unconditionally.
23942         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23943         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23944         (strtoul, strtol): Remove decls.
23945         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23946         LONG_MAX): Remove.
23947         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23948         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23949         (LOCALE_PARAM_PROTO): New macro.
23950         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23951         (INTERNAL (strtol), strtol): Define with a prototype.
23952         (PARAMS): Remove.  All uses removed.
23953         * lib/tempname.c: Include <string.h> unconditionally.
23954         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23955         * lib/xgethostname.c (main): Define with a prototype.
23956         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23957         Include <stdlib.h> unconditionally.
23958         (calloc, malloc, realloc, free): Remove decls.
23959         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23960         Include <stdlib.h> unconditionally.  Sort include file names.
23961         (strtod): Remove.
23962         (xstrtod): Define with a prototype.
23963         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23964         (strtol, strtoul): Remove decls.
23965
23966 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23967
23968         More patches to assume C89 or better.
23969         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
23970         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
23971         string.h, memchr, STDC_HEADERS.
23972
23973 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23974
23975         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
23976         Include <stdlib.h>, <string.h> unconditionally.
23977         Remove now-unnecessary cast to char *.
23978         * lib/strnlen.c: Include <string.h> unconditionally.
23979         * lib/yesno.c (yesno): Define with a prototype.
23980
23981 2003-09-11  Bruno Haible  <bruno@clisp.org>
23982
23983         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
23984
23985 2003-09-10  Jim Meyering  <jim@meyering.net>
23986
23987         * lib/error.c: Correct indentation of cpp directives.
23988
23989 2003-09-10  Bruno Haible  <bruno@clisp.org>
23990
23991         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
23992         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
23993         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
23994         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
23995         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
23996         <stdlib.h> and <string.h> checks.
23997         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
23998         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
23999
24000 2003-09-10  Bruno Haible  <bruno@clisp.org>
24001
24002         * lib/strcspn.c: Include <string.h> unconditionally.
24003         * lib/strpbrk.c: Include <string.h> unconditionally.
24004         * lib/strstr.c: Include <string.h> unconditionally.
24005         * lib/unicodeio.c: Include <string.h> unconditionally.
24006         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24007         * lib/unsetenv.c: Likewise.
24008         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24009         * lib/yesno.c: Include <stdlib.h> unconditionally.
24010         (rpmatch): Add prototype.
24011
24012 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24013
24014         More patches to assume C89 or better.
24015         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24016         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24017         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24018         or for string.h.
24019         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24020         stdlib.h.
24021         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24022         C headers.
24023         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24024         string.h.
24025         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24026         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24027         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24028         or for string.h.
24029         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24030         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24031         C headers.
24032         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24033         memcpy.
24034         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24035         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24036         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24037         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24038         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24039         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24040         string.h, free.
24041         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24042         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24043         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24044         C headers, or for string.h.
24045         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24046         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24047         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24048         headers, memory.h, stdlib.h, string.h, strings.h.
24049         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24050         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24051         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24052         strchr.
24053         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24054         headers, memory.h, string.h.
24055         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24056         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24057         free.
24058         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24059         headers.
24060         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24061         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24062         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24063         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24064         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24065
24066 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24067
24068         More K&R removal.
24069
24070         * lib/acosl.c (main): Use a prototype.
24071         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24072         tanl.c: Likewise.
24073
24074         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24075
24076         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24077         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24078         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24079         with a prototype.
24080         * lib/getopt.c (const): Remove macro.
24081         Include <string.h> unconditionally.
24082         (my_index): Remove; all uses changed to strchr.
24083         (strlen): Remove decl.
24084         (exchange): Remove forward decl; no longer needed.
24085         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24086         Define with prototype.
24087         * lib/getopt1.c (const): Remove macro.
24088         (getopt_long, getopt_long_only, main): Define with prototype.
24089
24090         * lib/getugroups.c: Include <string.h> unconditionally.
24091
24092         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24093         (getusershell, setusershell, endusershell, readname, main):
24094         Define with prototypes.
24095
24096         * lib/group-member.c: Include group-member.h first.
24097         Include <stdlib.h> unconditionally.
24098
24099         * lib/hard-locale.c: Include hard-locale.h first.
24100         Include <stdlib.h>, <string.h> unconditionally.
24101
24102         * lib/hash.c (free, malloc): Remove decls.
24103         Include <stdlib.h> unconditionally.
24104
24105         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24106         (getenv): Do not declare.
24107
24108         * lib/idcache.c: Include <string.h> unconditionally.
24109
24110         * lib/long-options.c: Include long-options.h first, to test interface.
24111         Include <stdlib.h> unconditionally.
24112
24113         * lib/makepath.c: Include makepath.h first, to test interface.
24114         Include <stdlib.h> and <string.h> unconditionally.
24115
24116         * lib/linebuffer.c: Include <stdlib.h>.
24117         (free): Remove decl.
24118
24119         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24120         stddef.h. rpl_malloc returns void *, not char *.
24121         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24122         prototype.
24123
24124         * lib/md5.h: Include <limits.h> unconditionally.
24125         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24126         (__P): Remove; all uses removed.
24127         * lib/md5.c: Include "md5.h" first.
24128         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24129         md5_buffer, md5_process_bytes, md5_process_block):
24130         Define with prototypes.
24131         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24132         * lib/sha.c: Include "sha.h" first.
24133         Include <stdlib.h>, <string.h> unconditionally.
24134
24135         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24136         * lib/memcmp.c (__ptr_t): Likewise.
24137         * lib/memrchr.c (__ptr_t): Likewise.
24138         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24139         Include <string.h> unconditionally.
24140         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24141         * lib/memchr.c: Include <stdlib.h> unconditionally.
24142         * lib/memchr.c (LONG_MAX): Remove.
24143         * lib/memrchr.c (LONG_MAX): Likewise.
24144         * lib/memchr.c (__memchr): Define via a prototype.
24145         * lib/memrchr.c (__memrchr): Likewise.
24146         * lib/memcmp.c (__P): Remove, and remove all uses.
24147         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24148         Remove forward decls; no longer needed.
24149         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24150         Use types required by C89 in prototype.
24151
24152         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24153         * lib/savedir.c: Likewise.
24154         * lib/mkdir.c (free): Remove decl.
24155         * lib/rmdir.c (rmdir): Define with a prototype.
24156         * lib/savedir.c: Include savedir.h first, to test interface.
24157
24158         * lib/mktime.c (STDC_HEADERS): Remove.
24159         Include <stdlib.h>, <string.h> unconditionally.
24160
24161         * lib/modechange.c: Include <stdlib.h> unconditionally.
24162         (malloc): Remove decl.
24163
24164         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24165         (free): Remove decl.
24166
24167         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24168         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24169         (This type really should be intptr_t, but that's a C99ism.)
24170         (_obstack_memcpy): Remove: all uses changed to memcpy.
24171         Include <string.h> unconditionally.
24172         (struct obstack): Assume __STDC__ for types of members
24173         chunkfun, freefun, extra_arg.
24174         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24175         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24176         obstack_begin, obstack_specify_allocation,
24177         obstack_specify_allocation_with_arg, obstack_chunkfun,
24178         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24179         Remove unprototyped decls and the macros that use them.
24180         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24181         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24182         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24183         (defined __STDC__ && __STDC__)]:
24184         Remove nonprototyped code.
24185         Include <stdlib.h> unconditionally.
24186         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24187         _obstack_allocated_p, _obstack_free, obstack_free,
24188         _obstack_memory_used, print_and_abort):
24189         Define using prototypes.
24190         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24191         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24192         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24193         obstack_next_free, obstack_object_size, obstack_room) [0]:
24194         Remove unused, unprototyped code.
24195
24196         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24197
24198         * lib/physmem.c (physmem_total, physmem_available, main): Define
24199         with prototypes.
24200
24201         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24202         (main): Define with a prototype.
24203
24204         * lib/posixver.c (getenv): Remove decl.
24205
24206         * lib/putenv.c (malloc): Returns void *, not char *.
24207         Include <string.h> unconditionally.
24208         (strchr, memcpy, NULL): Do not define.
24209
24210         * lib/readtokens.c: Include readtokens.h first, to test interface.
24211         Include <stdlib.h>, <string.h> unconditionally.
24212         (init_tokenbuffer): Define with a prototype.
24213
24214         * lib/regex.c (PARAMS): Remove.  All uses removed.
24215         All uses of _RE_ARGS removed, too.
24216         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24217         unconditionally.
24218         (bzero): Assume memset exists.
24219         (memcmp, memcpy, NULL): Remove.
24220         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24221         char, or assignments to local vars of type signed char.
24222         (init_syntax_once, PREFIX(extract_number_and_incr),
24223         PREFIX(print_partial_compiled_pattern),
24224         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24225         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24226         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24227         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24228         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24229         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24230         wcs_compile_range, byte_compile_range, truncate_wchar,
24231         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24232         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24233         count_mbs_length, wcs_re_match_2_internal,
24234         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24235         PREFIX(alt_match_null_string_p),
24236         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24237         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24238         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24239         now-unnecessary declaration, if any.
24240         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24241         regcomp, regexec):
24242         Remove now-unnecessary casts among pointer types.
24243         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24244
24245         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24246         (free): Remove decl.
24247
24248         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24249
24250         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24251         (free): Remove decl.
24252
24253         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24254         * lib/xgetcwd.c: Likewise.
24255
24256         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24257         (free): Remove decl.
24258
24259         * lib/strchrnul.c (strchrnul): Define with a prototype.
24260         Fix bug: c_in was not converted to char before searching.
24261
24262         The following changes are not K&R related:
24263
24264         * lib/group-member.h: Include <sys/types.h>, so that this file is
24265         self-contained.
24266         * lib/makepath.h: Likewise.
24267
24268         * lib/getusershell.c (readname, default_index, line_size, readname):
24269         Use size_t, not int, for sizes.
24270         (readname): If the size overflows, report an error instead of
24271         looping forever.
24272
24273 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24274
24275         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24276         libc.
24277
24278 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24279
24280         * README: New section: portability guidelines.
24281
24282 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24283
24284         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24285         C89 spec.
24286
24287 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24288
24289         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24290
24291 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24292
24293         Assume C89 or better; remove K&R cruft.
24294         A few of these changes were first proposed by Derek Robert Price
24295         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24296
24297         * lib/addext.c: Include <string.h> unconditionally.
24298         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24299         Don't declare getenv or malloc.
24300
24301         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24302         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24303         (NULL): Remove.
24304         (find_stack_direction, alloca): Use prototypes.
24305
24306         * lib/atexit.c (atexit): Define using a prototype.
24307
24308         * lib/basename.c, dirname.c, stripslash.c:
24309         Include <string.h> unconditionally.
24310
24311         * lib/bcopy.c: Include <stddef.h>.
24312         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24313
24314         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24315
24316         * lib/error.h (error, error_at_line, error_print_progname)
24317         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24318         * lib/error.c: Include error.h first, to check interface.
24319         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24320         (VA_START): Remove; all uses changeed to va_start.
24321         (exit, strerror): Remove decls.
24322         (error_print_progname): Prototype uncondionally.
24323         Don't include <errno.h>; no longer needed.
24324         (private_strerror): Remove.
24325         (error_tail): Always define.
24326         (error, error_at_line): Assume C89 or better; always use prototypes.
24327         * lib/fatal.c: Include "fatal.h" first, to test interface.
24328         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24329         (VA_START): Remove; all uses changed to va_start.
24330         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24331         this case.
24332         (exit): Remove decl.
24333         (fatal): Prototype unconditionally.  Assume va_start works.
24334         Abort at end, to pacify gcc.
24335
24336         * lib/euidaccess.c (main): Define with a prototype.
24337
24338         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24339
24340         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24341
24342         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24343         prototypes.
24344         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24345         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24346         (getenv): Remove decl.
24347         (fnmatch): Define using a prototype.
24348         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24349         (FCT): Define using a prototype.
24350
24351         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24352
24353         * lib/gethostname.c: Include <stddef.h>.
24354         (gethostname): Define with prototype.  Length is size_t, not int.
24355
24356 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24357
24358         Assume C89 or better; remove K&R cruft.
24359         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24360         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24361         string.h, getenv, malloc.
24362         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24363         headers.
24364         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24365         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24366         do not check for strerror.
24367         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24368         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24369         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24370         do not check for doprnt or vprintf.
24371         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24372         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24373
24374 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24375
24376         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24377         getversion.c should have been removed then, but was accidentally
24378         preserved.
24379
24380         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24381         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24382
24383 2003-09-08  Karl Berry  <karl@gnu.org>
24384
24385         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24386                 config, forget about prep.
24387
24388         * config/depcomp, missing: update from automake.
24389
24390 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24391
24392         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24393         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24394
24395 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24396
24397         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24398         copy_tm_result.  Bug reported by Simon Josefsson in
24399         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24400
24401 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24402
24403         * m4/time_r.m4: New file.
24404         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24405         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24406         is. Check for timegm declaration.
24407         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24408         Do not check for gmtime_r.
24409         Replace mktime if __mktime_internal does not exist and if mktime
24410         hasn't been replaced already.
24411
24412 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24413
24414         * lib/time_r.c, lib/time_r.h: New files.
24415
24416         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24417         __localtime_r.
24418         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24419         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24420
24421         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24422         __gmtime_r.
24423         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24424         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24425         Include <time_r.h>.
24426
24427         * lib/timegm.c: Switch to glibc implementation, with the following
24428         changes:
24429         [defined HAVE_CONFIG_H]: Include <config.h>.
24430         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24431         (__mktime_internal) [!defined _LIBC]: New decl.
24432         (__gmtime_r) [!defined _LIBC]: New macro and function.
24433         (timegm): Use a prototype, since gnulib assumes C89.
24434         Do not bother declaring tmp to be const, as it's not really usefu.
24435         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24436         (timegm): Declare only if HAVE_DECL_TIMEGM.
24437
24438 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24439
24440         * MODULES.html.sh (func_all_modules): Add time_r.
24441         * modules/time_r: New file.
24442         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24443         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24444
24445 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24446
24447         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24448         Bug reported by Lute Kamstra in
24449         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24450
24451         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24452         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24453         course with correspondingly smaller numbers for tomorrow and
24454         yesterday.  From Tadayoshi Funaba.  Originally installed into
24455         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24456         coreutils merge?).
24457
24458 2003-08-31  Simon Josefsson  <jas@extundo.com>
24459
24460         * modules/timegm: New file.
24461         * MODULES.html.sh (func_all_modules): Add timegm.
24462
24463 2003-08-31  Simon Josefsson  <jas@extundo.com>
24464
24465         * m4/timegm.m4: New file.
24466
24467 2003-08-31  Simon Josefsson  <jas@extundo.com>
24468
24469         * lib/timegm.h: New file.
24470         * lib/timegm.c: New file.  Based on
24471         wget-1.8.2/src/http.c:mktime_from_utc.
24472
24473 2003-08-31  Karl Berry  <karl@gnu.org>
24474
24475         * lib/argp.h: update from libc.
24476
24477 2003-08-28  Bruno Haible  <bruno@clisp.org>
24478
24479         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24480         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24481         followed by '#define fnmatch fnmatch_posix' gives an error.
24482
24483 2003-08-28  Bruno Haible  <bruno@clisp.org>
24484
24485         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24486         warning on QNX, which defines O_BINARY to 000000.
24487
24488 2003-08-27  Jim Meyering  <jim@meyering.net>
24489
24490         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24491         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24492         would fail after 32.  Reported by Danny Levinson.  Details here:
24493         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24494
24495 2003-08-24  Bruno Haible  <bruno@clisp.org>
24496
24497         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24498         MSVC7 <stdio.h> is included later.
24499
24500 2003-08-22  Simon Josefsson  <jas@extundo.com>
24501
24502         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24503
24504 2003-08-20  Karl Berry  <karl@gnu.org>
24505
24506         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24507
24508 2003-08-20  Bruno Haible  <bruno@clisp.org>
24509
24510         * modules/progname: New file.
24511         * MODULES.html.sh (func_all_modules): Add progname.
24512
24513 2003-08-20  Bruno Haible  <bruno@clisp.org>
24514
24515         * lib/progname.h: New file, from GNU gettext.
24516         * lib/progname.c: New file, from GNU gettext.
24517         * lib/progreloc.c: New file, from GNU gettext.
24518
24519 2003-08-19  Jim Meyering  <jim@meyering.net>
24520
24521         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24522         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24523
24524 2003-08-19  Bruno Haible  <bruno@clisp.org>
24525
24526         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24527         more.
24528
24529 2003-08-19  Bruno Haible  <bruno@clisp.org>
24530
24531         * lib/xstrdup.c: Assume <string.h> exists.
24532
24533 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24534
24535         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24536         in makefile rules.
24537
24538 2003-08-18  Jim Meyering  <jim@meyering.net>
24539
24540         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24541         * m4/lib-ld.m4: Likewise.
24542
24543 2003-08-18  Jim Meyering  <jim@meyering.net>
24544
24545         * lib/setenv.h: Indent nested cpp directive.
24546         * lib/vasnprintf.c: Remove trailing blanks.
24547
24548 2003-08-17  Simon Josefsson  <jas@extundo.com>
24549
24550         * modules/xstrndup: New file.
24551         * MODULES.html.sh (func_all_modules): Add xstrndup.
24552
24553 2003-08-17  Simon Josefsson  <jas@extundo.com>
24554
24555         * modules/argp: Fix autoconf macro name. Add more dependencies.
24556
24557 2003-08-17  Simon Josefsson  <jas@extundo.com>
24558
24559         * m4/xstrndup.m4: New file.
24560
24561 2003-08-17  Simon Josefsson  <jas@extundo.com>
24562
24563         * m4/argp.m4: New file.
24564
24565 2003-08-17  Simon Josefsson  <jas@extundo.com>
24566             Bruno Haible  <bruno@clisp.org>
24567
24568         * lib/xstrndup.h: New file.
24569         * lib/xstrndup.c: New file.
24570
24571 2003-08-17  Bruno Haible  <bruno@clisp.org>
24572
24573         * modules/strndup (Files, Include): Add lib/strndup.h.
24574
24575 2003-08-17  Bruno Haible  <bruno@clisp.org>
24576
24577         * modules/euidaccess (Files): Add lib/euidaccess.h.
24578
24579 2003-08-17  Bruno Haible  <bruno@clisp.org>
24580
24581         * lib/strndup.h: New file.
24582
24583 2003-08-17  Bruno Haible  <bruno@clisp.org>
24584
24585         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24586         like AC_GNU_SOURCE.
24587         * modules/extensions (configure.ac): Comment out the invocation of
24588         gl_USE_SYSTEM_EXTENSIONS.
24589
24590 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24591
24592         Merges from coreutils, etc.
24593         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24594         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24595         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24596         fixing a typo.
24597         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24598         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24599
24600 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24601
24602         Document merge from coreutils.
24603         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24604         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24605         * modules/utime: Add m4/utimes-null.m4.
24606
24607 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24608
24609         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24610         space, undoing this 2003-08-12 change:
24611         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24612
24613 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24614
24615         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24616         strtoul.c from libc, undoing this 2003-08-12 change:
24617         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24618
24619 2003-08-16  Jim Meyering  <jim@meyering.net>
24620
24621         Merges from coreutils.
24622         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24623         prefix.  Adjust cache variables similarly.  Create 500 rather than
24624         just 300 files, to exercise bug on Darwin6.5, too.
24625         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24626         $missing_dir.
24627         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24628         AM_SYS_POSIX_TERMIOS.
24629         Reported by mkc@mathdogs.com.
24630         Also change use of $am_cv_sys_posix_termios
24631         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24632         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24633         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24634         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24635         in /proc/mounts until it finds one with matching device number.  This
24636         is unnecessary when the FILE argument *is* a mount point.  No stat call
24637         is necessary in that case.  So, disable the statvfs-testing code on
24638         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24639         as RedHat bug# 84846.
24640         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24641         to 1MB, so as not to render systems with no stack size limit (e.g.,
24642         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24643         Include <unistd.h>.  On some systems,
24644         it is required for the definition of _SC_PAGESIZE.
24645
24646 2003-08-16  Jim Meyering  <jim@meyering.net>
24647
24648         Merge from coreutils.
24649         * lib/xstrtoimax.c: #else #if -> #elif.
24650         * lib/xstrtoumax.c: Likewise.
24651
24652 2003-08-16  Jim Meyering  <jim@meyering.net>
24653
24654         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24655         * m4/utimes.m4: Removed.
24656         * m4/utimes-null.m4: Renamed from utimes.m4.
24657
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         and Paul Eggert  <eggert@cs.ucla.edu>
24666
24667         Merges from coreutils, etc.
24668
24669         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24670         using the latest version from cvs.  This avoids problems with #line
24671         directives using a vendor (Sun) compiler.
24672         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24673         Don't set GETGROUPS_LIB here; now it's
24674         done via getgroups.m4's wrapper function.
24675         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24676         rather than just in sh-util/configure.in, so that the
24677         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24678         same.
24679         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24680         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24681         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24682         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24683         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24684         Remove code that is now done by the newly-required macros.
24685         Append $(EXEEXT) to DF_PROG.
24686         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24687         Do not invoke or require the following here,
24688         since prereq.m4 or some gnulib .m4 now does this for us:
24689         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24690         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24691         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24692         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24693         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24694         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24695         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24696         AC_FUNC_OBSTACK.
24697         Do not replace the following functions, as this is now the job
24698         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24699         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24700         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24701         atexit getpass, strdup, getpagesize.
24702         Replace 'raise'.
24703         Do not check for the following functions, as this is now the job
24704         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24705         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24706         setregid.
24707         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24708         Check for sys/sysctl.h.
24709         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24710         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24711         of checking for ssize_t ourselves.
24712
24713         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24714         Require every macro that gnulib/modules/* suggests for us.
24715         (jm_PREREQ_ADDEXT): New macro.
24716         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24717         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24718
24719         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24720         (gl_PHYSMEM): Use it.
24721         Also check for `table' function.
24722         Check for new headers and functions.
24723         Add check for sys/sysmp.h.
24724         With suggestions from Kaveh Ghazi.
24725         Ignore headers that are present but cannot be compiled.  This
24726         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24727         C 5.4.
24728
24729 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24730
24731         Document merge from coreutils.
24732         * modules/userspec: Depend on posixver.
24733         * modules/strftime: Depend on tzset.
24734
24735 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24736
24737         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24738         rather than tab, after '#' in shell-script copyright notices.
24739         Suggested by Bruno Haible.
24740
24741 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24742
24743         * config/srclist-update: Use three spaces, rather than tab, after '#'
24744         in shell-script copyright notices.  Suggested by Bruno Haible.
24745         Remove unnecessary parenthesization in regular expression.
24746
24747 2003-08-15  Jim Meyering  <jim@meyering.net>
24748
24749         Merge from coreutils.
24750         * lib/xgethostname.c: Include <stdlib.h>.
24751         (xghostname): Don't exit for anything other than memory-related
24752         failure; just return NULL.
24753         * lib/userspec.c: Include "posixver.h".
24754         (parse_user_spec): Accept `.' as a separator only
24755         in pre-POSIX-200112 mode.
24756         * lib/strtoimax.c: Use #elif rather than #else #if.
24757         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24758         Remove function, now that we can rely on a working tzset function.
24759         [!_LIBC]: Ensure that the required autoconf test has been run.
24760         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24761         Use underlying_strftime for %r.
24762         * lib/sha.c: Merge in some clean-up and optimization changes from
24763         glibc.
24764         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24765         Ensure that it is a multiple of 64.
24766         Rearrange loop exit tests so as to avoid performing an
24767         additional fread after encountering an error or EOF.
24768         * lib/realloc.c: Update copyright date.
24769
24770 2003-08-15  Jim Meyering  <jim@meyering.net>
24771         and Paul Eggert  <eggert@twinsun.com>
24772
24773         Merge from coreutils.
24774         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24775         member but strut utmpx does not.  Needed for AIX 4.3.3.
24776         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24777
24778 2003-08-15  Jim Meyering  <jim@meyering.net>
24779         and Paul Eggert  <eggert@cs.ucla.edu>
24780
24781         Merges from coreutils, etc.
24782         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24783         Require gl_FUNC_TZSET_CLOBBER.
24784         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24785         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24786         members.
24787
24788 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24789
24790         Help the merge from coreutils.
24791         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24792         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24793         * m4/tzset.m4: Use it too.
24794
24795 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24796
24797         * modules/tzset: New file.
24798
24799 2003-08-14  Jim Meyering  <jim@meyering.net>
24800
24801         Merges from coreutils.
24802         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24803         variable names, rather than @FNMATCH_H@.
24804         * modules/alloca: Likewise for $(ALLOCA_H).
24805
24806         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24807         the three copies of the literal target, `fnmatch.h'.
24808         * modules/alloca (alloca.h): Likewise.
24809
24810 2003-08-14  Jim Meyering  <jim@meyering.net>
24811
24812         Merge from coreutils.
24813         * m4/tzset.m4: New file.
24814         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24815         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24816         otherwise, AIX 5.1 systems would end up using the latter.
24817         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24818         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24819         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24820         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24821
24822 2003-08-14  Jim Meyering  <jim@meyering.net>
24823
24824         Merge from coreutils.
24825         * lib/obstack.h: Whitespace changes.
24826         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24827         and xcalloc return values.
24828         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24829         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24830         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24831         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24832         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24833         error from mntctl.
24834         Use mntctl's return value to drive the entry-processing loop, since
24835         we can't rely on the value of the vmt_length member in the last
24836         entry.  On some systems doing so could result in exhausting
24837         virtual memory.  Based in part on a patch from Mike Jetzer.
24838
24839 2003-08-14  Jim Meyering  <jim@meyering.net>
24840         and Paul Eggert  <eggert@twinsun.com>
24841
24842         Merges from coreutils, plus other fixes.
24843         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24844         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24845         for credits and details.  Thanks to Kaveh Ghazi for helping
24846         to keep these files in sync.
24847         (ARRAY_SIZE): Define it.
24848         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24849         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24850         (memcasecmp): Don't assume size_t fits in unsigned int.
24851         Remove casts and duplicate code.
24852         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24853         (memcpy): Remove definition.
24854         Merge in some clean-up and optimization changes from glibc.
24855         [BLOCKSIZE]: Move definition to top of file.
24856         Ensure that it is a multiple of 64.
24857         Rearrange loop exit tests so as to avoid performing an
24858         additional fread after encountering an error or EOF.
24859         * lib/md5.h (md5_uintptr): Define.
24860         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24861         return to the initial working directory.  Preserve errno
24862         for caller.
24863         * lib/idcache.c: Include "xalloc.h".
24864         (xmalloc, xrealloc): Remove decls.
24865         (getuser): Remove casts no longer required in C89.
24866         * lib/human.c: Include stdio.h, for sprintf.
24867         * lib/group-member.c: Include "xalloc.h".
24868         (xmalloc, xrealloc): Remove decls.
24869         (get_group_info): Remove casts no longer required in C89.
24870         * lib/getusershell.c (readname): Remove casts no longer required in
24871         C89.
24872         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24873         * lib/getline.c: Whitespace fix, from coreutils.
24874
24875 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24876
24877         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24878         Check for isascii.
24879
24880         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24881         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24882         Undo previous (whitespace-only) change.
24883
24884 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24885
24886         * lib/exclude.c: Include <ctype.h>
24887         (IN_CTYPE_DOMAIN): New macro.
24888         (is_space): New fn.
24889         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24890         and empty lines.
24891
24892         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24893         Undo previous (whitespace-only) change.
24894
24895 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24896
24897         * config/srclist-update: Change update back to the old behavior,
24898         leaving whitespace alone.  Use one 'sed' command rather than a
24899         pipeline.
24900         (fixlicense): Now a variable, not a function.
24901         (remove_trailing_blanks): Remove.
24902         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24903         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24904         Undo previous (whitespace-only) change.
24905
24906 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24907
24908         Merge from coreutils.
24909         * modules/euidaccess: Add lib_SOURCES, include for new
24910         file euidaccess.h
24911
24912 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24913
24914         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24915         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24916         Normalize leading white space and remove trailing white space.
24917
24918         Merge from coreutils
24919         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24920
24921         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24922         0.12.1.  These files are now being upgraded automatically by
24923         ../config/srclist-update.
24924
24925 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24926
24927         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24928         Normalize leading white space and remove trailing white space.
24929         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24930         notice, as per ../config/srclist-update.
24931
24932         Merge from coreutils.
24933         * lib/euidaccess.h: New file.
24934         * lib/euidaccess.c: Include it.
24935         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24936         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24937         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24938
24939 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24940
24941         * config/srclist-update: Add copyright notice.
24942         (remove_id_lines, remove_trailing_blanks): New constants.
24943         (fixfile): Use them to normalize spacing a bit in copied files.
24944         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24945         Normalize leading white space and remove trailing white space.
24946
24947         * config/texinfo.tex: Sync with texinfo.
24948
24949         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24950         strtoul.c from libc, to merge coreutils whitespace changes.
24951
24952         * config/srclist.txt: Get the following m4 files from gettext:
24953         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24954         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24955         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24956         wint_t.m4.
24957
24958 2003-08-12  Karl Berry  <karl@gnu.org>
24959
24960         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24961         been made.
24962
24963 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24964
24965         * modules/gnu-source, m4/gnu-source.m4:
24966         Remove; we're assuming Autoconf 2.54 or later now.
24967         Suggested by Bruno Haible.
24968         * MODULES.html.sh (func_all_modules): Remove gnu-source.
24969
24970 2003-08-11  Bruno Haible  <bruno@clisp.org>
24971
24972         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
24973
24974 2003-08-11  Bruno Haible  <bruno@clisp.org>
24975
24976         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
24977         (vasnprintf): Use it instead of wcslen.
24978
24979 2003-08-11  Bruno Haible  <bruno@clisp.org>
24980
24981         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
24982         value to ensure that _Bool promotes to int. Use #define for _Bool when
24983         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
24984
24985 2003-08-10  Karl Berry  <karl@gnu.org>
24986
24987         * lib/regex.h: update from libc (whitespace fix).
24988
24989 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24990
24991         Merge some files from coreutils.  These changes were
24992         originally made by Jim Meyering.
24993         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
24994         many older Unixes require this.
24995         * lib/alloca.c (alloca): Remove cast to argument of free;
24996         no longer needed in C89.
24997         * lib/alloca_.h, regex.h: Fix white space to match
24998         what GNU indent does.
24999
25000 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25001
25002         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25003         apparently Emacs's Unicode mode got confused before my 2003-08-05
25004         checkin.
25005
25006 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25007
25008         * m4/extensions.m4: New file.
25009         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25010         Require gl_USE_SYSTEM_EXTENSIONS.
25011         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25012         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25013
25014 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25015
25016         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25017         * modules/extensions, modules/gnu-source: New files.
25018         * modules/timespec, modules/unlocked-io: Depend on extensions.
25019
25020 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25021
25022         * modules/restrict: New file.
25023         * MODULES.html.sh (func_all_modules): Add restrict.
25024         * modules/regex: Depend on restrict.
25025
25026 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25027
25028         * m4/restrict.m4: New file.
25029         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25030
25031 2003-08-07  Bruno Haible  <bruno@clisp.org>
25032
25033         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25034         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25035
25036 2003-08-07  Bruno Haible  <bruno@clisp.org>
25037
25038         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25039         makes the module 'getndelim2' compatible with the module 'getline'.
25040
25041 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25042
25043         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25044         byte with "\201" to avoid glitches when editing that source file
25045         with multi-gnome-terminal.
25046
25047 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25048
25049         * lib/bumpalloc.h: Remove.
25050
25051 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25052
25053         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25054         * modules/bumpalloc: Remove.
25055
25056 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25057
25058         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25059         GNU coding style.
25060
25061         Merge from coreutils.
25062         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25063         1. From glibc.
25064         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25065         from Karl Berry, implemented by Jim Meyering.
25066         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25067         from Dmitry V. Levin.
25068         Remove anachronistic cast of xrealloc.
25069         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25070         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25071         type. Otherwise, it wouldn't compile with at least /bin/cc on
25072         ymp-cray-unicos9.0.2.X.
25073         Combine two mostly-identical uses of alloca into one.
25074         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25075
25076 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25077
25078         [From Emacs.]
25079
25080         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25081         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25082         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25083         obsolete NLIST_NAME_UNION.
25084         [__GNU__]: Undef BSD and FSCALE.
25085         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25086
25087 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25088
25089         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25090         an enum type, so that it's guaranteed to promote to int.  See:
25091         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25092
25093 2003-08-03  Karl Berry  <karl@gnu.org>
25094
25095         * config/depcomp: update from automake.
25096
25097 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25098
25099         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25100         (strerror): Don't assume that a printable int fits in 14 bytes.
25101
25102 2003-07-31  Bruno Haible  <bruno@clisp.org>
25103
25104         * modules/getpass-gnu: New file.
25105         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25106
25107 2003-07-31  Bruno Haible  <bruno@clisp.org>
25108
25109         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25110
25111 2003-07-24  Karl Berry  <karl@gnu.org>
25112
25113         * config/missing: update from automake.
25114
25115 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25116             Bruno Haible  <bruno@clisp.org>
25117
25118         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25119         * lib/getline.c (getline, getdelim): Likewise.
25120         Remove _GNU_SOURCE define; now it's defined in config.h through
25121         m4/getline.m4.
25122
25123 2003-07-23  Karl Berry  <karl@gnu.org>
25124
25125         * config/config.sub: update from prep.
25126
25127 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25128
25129         * modules/xalloc (Depends-on): Add exitfail.
25130         * modules/xmemcoll: Likewise.
25131
25132 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25133
25134         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25135         over-parenthesization in macros.
25136
25137         Sync with coreutils.
25138
25139         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25140         required by C99.
25141
25142         Use `exit_failure' for xalloc and xmemcoll instead of their own
25143         private exit-failure variables.
25144         * lib/xalloc.h (xalloc_exit_failure): Remove.
25145         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25146         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25147         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25148         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25149         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25150
25151 2003-07-20  Jim Meyering  <jim@meyering.net>
25152
25153         * modules/closeout (Depends-on): Add exitfail.
25154         Suggestion from Bruno Haible.
25155
25156 2003-07-19  Karl Berry  <karl@gnu.org>
25157
25158         * config/config.sub: update from prep.
25159
25160 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25161
25162         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25163         Remove.
25164         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25165         to test that it can stand by itself.  Include "exitfail.h".
25166         Clients should set exit_failure instead.
25167         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25168
25169 2003-07-18  Bruno Haible  <bruno@clisp.org>
25170
25171         * modules/getndelim2: New file.
25172         * modules/getline: Share files with module getndelim2.
25173         * modules/getnline: Depend on getndelim2 instead of sharing files with
25174         it. Add getnline.c to lib_SOURCES.
25175         * MODULES.html.sh (func_all_modules): Add getndelim2.
25176
25177 2003-07-18  Bruno Haible  <bruno@clisp.org>
25178
25179         * m4/getndelim2.m4: New file.
25180         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25181         invoke gl_PREREQ_GETNDELIM2.
25182         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25183         gl_PREREQ_GETNDELIM2.
25184         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25185         gl_GETNDELIM2.
25186
25187 2003-07-18  Bruno Haible  <bruno@clisp.org>
25188
25189         * lib/getndelim2.h: New file.
25190         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25191         getndelim2.h.
25192         (getndelim2): Make non-static. Change return type to ssize_t.
25193         * lib/getline.h: Change argument names.
25194         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25195         * lib/getnline.c: Include getndelim2.h.
25196
25197 2003-07-18  Andreas Schwab  <schwab@suse.de>
25198
25199         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25200
25201 2003-07-17  Karl Berry  <karl@gnu.org>
25202
25203         * config/config.sub: update from prep.
25204
25205 2003-07-17  Bruno Haible  <bruno@clisp.org>
25206
25207         * modules/getnline: New file.
25208         * modules/getline: Add lib/getndelim2.c to source file list.
25209         * MODULES.html.sh (func_all_modules): Add getnline.
25210
25211 2003-07-17  Bruno Haible  <bruno@clisp.org>
25212
25213         * m4/getnline.m4: New file.
25214
25215 2003-07-17  Bruno Haible  <bruno@clisp.org>
25216
25217         * m4/Makefile.am.in: Remove file.
25218         * m4/Makefile.am: Remove file.
25219         * m4/Makefile.in: Remove file.
25220
25221 2003-07-17  Bruno Haible  <bruno@clisp.org>
25222
25223         * lib/getnline.h: New file.
25224         * lib/getnline.c: New file.
25225         * lib/getndelim2.c: New file, extracted from getline.c.
25226         (getndelim2): Renamed from getdelim2, with added nmax argument.
25227         * lib/getline.c: Include getndelim2.c.
25228         (getdelim2): Moved out to getndelim2.c.
25229         (getline, getdelim): Update.
25230
25231 2003-07-17  Bruno Haible  <bruno@clisp.org>
25232
25233         * lib/Makefile.am: Remove file.
25234         * lib/Makefile.in: Remove file.
25235
25236 2003-07-17  Bruno Haible  <bruno@clisp.org>
25237
25238         * configure.in: Remove file.
25239         * Makefile.in: Remove file.
25240
25241 2003-07-17  Bruno Haible  <bruno@clisp.org>
25242
25243         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25244
25245 2003-07-16  Karl Berry  <karl@gnu.org>
25246
25247         * config/srclist-update: was running fixlicense twice, which caused
25248                 texinfo.tex to be nullified for some reason.  Simplify,
25249                 $gplsrc is no longer needed as far as I can see?
25250
25251 2003-07-16  Jim Meyering  <jim@meyering.net>
25252
25253         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25254
25255 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25256
25257         * config/srclist.txt: Get the following files from gettext-runtime/intl
25258         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25259         ref-del.sin.  From Bruno Haible.
25260         * config/srclist-update (fixfile): Change grep pattern again, since the
25261         previous fix didn't work (there was another trailing $).  Use
25262         '[$]' to escape the $s.
25263
25264 2003-07-15  Karl Berry  <karl@gnu.org>
25265
25266         * lib/vasnprintf.c: update from gettext.
25267
25268 2003-07-15  Karl Berry  <karl@gnu.org>
25269
25270         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25271         gets expanded when surrounded by '$'.
25272
25273 2003-07-15  Jim Meyering  <jim@meyering.net>
25274
25275         * modules/save-cwd: Don't depend on error.  From Derek Price.
25276
25277 2003-07-15  Jim Meyering  <jim@meyering.net>
25278
25279         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25280
25281 2003-07-14  Simon Josefsson  <jas@extundo.com>
25282
25283         * modules/mempcpy: New file.
25284         * MODULES.html.sh (func_all_modules): Add mempcpy.
25285
25286 2003-07-14  Simon Josefsson  <jas@extundo.com>
25287
25288         * m4/mempcpy.m4: New file.
25289
25290 2003-07-14  Simon Josefsson  <jas@extundo.com>
25291
25292         * lib/mempcpy.h: New file.
25293         * lib/mempcpy.c: New file.
25294
25295 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25296
25297         * modules/getdate, modules/posixtm: Depend on mktime.
25298
25299 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25300
25301         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25302         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25303         unicodeio.c, unicodeio.h, unlocked-io.h:
25304         Switch from LGPL to GPL.
25305
25306 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25307
25308         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25309         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25310         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25311         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25312         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25313         updated automatically by ../config/srclist-update.  This changes
25314         their license from LPGL to GPL.
25315
25316 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25317
25318         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25319         assumed to refer to the root of the most recent stable gettext version.
25320         * config/srclistvars.sh: Add defaults for eggert.
25321         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25322         Match "This program" as well as "The program".  This is needed
25323         for gettext.
25324
25325 2003-07-14  Jim Meyering  <jim@meyering.net>
25326
25327         Don't emit diagnostics.  Let callers do that.
25328         * lib/save-cwd.c: Don't include "error.h".
25329         (save_cwd): Don't call error.  Ensure that errno is valid
25330         when returning nonzero.
25331
25332         * lib/save-cwd.h (restore_cwd): Update prototype.
25333         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25334         Simplify.  Don't call error upon failure.  Let callers do that.
25335         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25336         when auditing is enabled.  But don't bother updating the #if.
25337
25338 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25339
25340         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25341         it breaks C++ compilation.
25342         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25343
25344 2003-07-10  Simon Josefsson  <jas@extundo.com>
25345
25346         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25347
25348 2003-07-10  Jim Meyering  <jim@meyering.net>
25349
25350         * m4/clock_time.m4: Remove trailing blank.
25351         * m4/intmax_t.m4: Likewise.
25352
25353 2003-07-10  Jim Meyering  <jim@meyering.net>
25354
25355         * lib/vasnprintf.c: Remove trailing blanks.
25356         Make cpp indentation consistent.
25357
25358 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25359
25360         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25361         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25362         Switch from LGPL to GPL.
25363
25364 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25365
25366         * config/srclist.txt: Sort sublists.  Add
25367         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25368         that differ from gnulib for one reason or another; we'd like this list
25369         to be smaller but for now let's document what we have.
25370
25371 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25372
25373         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25374         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25375         and sweeter "eval x=$x".
25376         * config/srclist.txt: Get lib/argp* from glibc.
25377
25378 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25379
25380         * lib/mktime.c: Fix some boundary cases and remove need for floating
25381         point.
25382
25383         Issue a compile-time diagnostic if time_t is floating point, or if
25384         two's complement arithmetic is not in effect, or if arithmetic
25385         right shift does not propagate the sign.  These assumptions were
25386         all in the original code but they weren't checked.
25387
25388         (TIME_T_MIDPOINT, verify): New macros.
25389         (__isleap): Remove; it has integer overflow problems.
25390         (leapyear): New function, without those problems.
25391         (ydhms_tm_diff): Remove; splitting into two parts.
25392         (ydhms_diff): New function, containing the arithmetic part of
25393         the old ydhms_tm_diff function.  Issue a compile-time
25394         diagnostic if we are not using C99 integer division.
25395         Avoid casts when possible.
25396         (guess_time_tm): New function, containing the checking part of
25397         the old ydhms_tm_diff function.  Return the new value, rather than
25398         the difference between it and the old.  Accept a new argument T
25399         so that *T specifies the old value.  Check for overflow in the result.
25400
25401         (__mktime_internal): Use a time_t offset, not a long int offset.
25402         This undoes the 2003-06-04 change, which is no longer needed now
25403         that we have better overflow checking.
25404         (localtime_offset): Likewise.
25405
25406         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25407         and long are 64-bit but int is only 32-bit.
25408         (ydhms_diff): Use long int to store year1 and yday1.
25409         Issue a compile-time diagnostic if long int is not wide enough.
25410
25411         (__mktime_internal): Use long int to store adjusted year and yday.
25412         Use plain C rather than preprocessor commands, if that doesn't
25413         affect efficiency.
25414         Check for overflow (and try to repair) after each probe
25415         rather than checking only at the very end.  This avoids some bugs
25416         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25417         does not equal GMT offset at maximum time).
25418         Use integer to check for overflow rather than floating point; this
25419         is more portable to non-IEEE hosts, and is a tad faster.
25420         When we detect that we are oscillating between two values,
25421         don't check whether tm_isdst has the requested value, since
25422         we already know the answer.  When tm_isdst has the wrong value,
25423         use a different heuristic to find the right one, based on the
25424         extreme values actually observed in practice in tz2003a,
25425         rather than the (overly optimistic) "previous 3 calendar quarters".
25426
25427         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25428         "T const" to accommodate glibc style.
25429         (check_result): Use less-confusing report format.  "long" -> "long int.
25430         (main): Likewise.
25431         Don't loop if the iteration overflows time_t.
25432         Allow a negative step in the iteration.
25433
25434 2003-07-06  Karl Berry  <karl@gnu.org>
25435
25436         * config/depcomp: update from automake.
25437         * config/config.sub: update from prep.
25438
25439 2003-07-03  Karl Berry  <karl@gnu.org>
25440
25441         * config/config.guess: update from prep.
25442
25443 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25444
25445         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25446         xreadlink.c now includes it unconditionally.
25447
25448 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25449
25450         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25451         having it depend on HAVE_SYS_TYPES_H.
25452
25453 2003-07-01  Bruno Haible  <bruno@clisp.org>
25454
25455         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25456         <sys/types.h> should be sufficient.
25457         Reported by Paul Eggert.
25458
25459 2003-06-26  Karl Berry  <karl@gnu.org>
25460
25461         * config/depcomp: update from automake.
25462
25463 2003-06-26  Bruno Haible  <bruno@clisp.org>
25464
25465         * modules/human: Depend on module stdbool.
25466
25467 2003-06-25  Bruno Haible  <bruno@clisp.org>
25468
25469         * modules/readlink: New file.
25470         * modules/xreadlink: Depend on it.
25471         * MODULES.html.sh (func_all_modules): Add readlink.
25472
25473 2003-06-25  Bruno Haible  <bruno@clisp.org>
25474
25475         * m4/readlink.m4: New file.
25476
25477 2003-06-25  Bruno Haible  <bruno@clisp.org>
25478
25479         * lib/readlink.c: New file.
25480
25481 2003-06-22  Karl Berry  <karl@gnu.org>
25482
25483         * config/srclist.txt: update mkinstalldirs from automake.
25484         * config/mkinstalldirs: update.
25485
25486 2003-06-22  Bruno Haible  <bruno@clisp.org>
25487
25488         Portability to mingw32.
25489         * m4/ssize_t.m4: New file, from GNU gettext.
25490         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25491         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25492
25493 2003-06-22  Bruno Haible  <bruno@clisp.org>
25494
25495         * modules/safe-read: Add m4/ssize_t.m4.
25496         * modules/xreadlink: Add m4/ssize_t.m4.
25497
25498 2003-06-20  Bruno Haible  <bruno@clisp.org>
25499
25500         Assume C89, so PARAMS isn't needed.
25501         * lib/unicodeio.h (PARAMS): Remove.
25502         * lib/unicodeio.c: Don't use PARAMS.
25503
25504 2003-06-18  Karl Berry  <karl@gnu.org>
25505
25506         * config/config.{guess,sub}: update from prep.
25507
25508 2003-06-18  Jim Meyering  <jim@meyering.net>
25509
25510         Merge changes from coreutils.
25511         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25512         Remove explicit declarations of xmalloc and realloc.
25513         Include xalloc.h.
25514         (read_utmp): Remove anachronistic cast of xmalloc.
25515
25516 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25517
25518         Assume C89, so PARAMS isn't needed.
25519         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25520         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25521         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25522         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25523         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25524         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25525         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25526         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25527         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25528         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25529         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25530         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25531         no longer needed. Anyway, config.h should always be included before any
25532         other file.
25533
25534 2003-06-11  Simon Josefsson  <jas@extundo.com>
25535
25536         * modules/sysexits: New file.
25537         * MODULES.html.sh (func_all_modules): Add sysexits.
25538
25539 2003-06-11  Simon Josefsson  <jas@extundo.com>
25540
25541         * lib/sysexit_.h: New file.
25542
25543 2003-06-11  Derek Price  <derek@ximbiot.com>
25544
25545         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25546         necessary.
25547
25548 2003-06-11  Bruno Haible  <bruno@clisp.org>
25549
25550         * m4/sysexits.m4: New file.
25551
25552 2003-06-10  Simon Josefsson  <jas@extundo.com>
25553
25554         * lib/argp.h: New file, from glibc.
25555         * lib/argp-ba.c: New file, from glibc.
25556         * lib/argp-eexst.c: New file, from glibc.
25557         * lib/argp-fmtstream.c: New file, from glibc.
25558         * lib/argp-fmtstream.h: New file, from glibc.
25559         * lib/argp-fs-xinl.c: New file, from glibc.
25560         * lib/argp-help.c: New file, from glibc.
25561         * lib/argp-namefrob.h: New file, from glibc.
25562         * lib/argp-parse.c: New file, from glibc.
25563         * lib/argp-pv.c: New file, from glibc.
25564         * lib/argp-pvh.c: New file, from glibc.
25565         * lib/argp-xinl.c: New file, from glibc.
25566
25567 2003-06-10  Simon Josefsson  <jas@extundo.com>
25568
25569         * modules/strchrnul: New file.
25570
25571 2003-06-10  Simon Josefsson  <jas@extundo.com>
25572
25573         * modules/argp: New file.
25574
25575 2003-06-10  Simon Josefsson  <jas@extundo.com>
25576
25577         * m4/strchrnul.m4: New file.
25578
25579 2003-06-10  Simon Josefsson  <jas@extundo.com>
25580
25581         * lib/strchrnul.h: New file.
25582         * lib/strchrnul.c: New file.
25583
25584 2003-06-10  Bruno Haible  <bruno@clisp.org>
25585
25586         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25587
25588 2003-06-07  Karl Berry  <karl@gnu.org>
25589
25590         * config/config.{guess,sub}: update from prep.
25591
25592 2003-06-07  Jim Meyering  <jim@meyering.net>
25593
25594         * modules/strtod: Use $(...) notation, not @...@ for
25595         AC_REPLACE'd variables.
25596         * modules/localcharset: Likewise.
25597
25598 2003-06-07  Jim Meyering  <jim@meyering.net>
25599
25600         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25601         in place of my name in the copyright comment.
25602         Remove definition and uses of __P.
25603
25604         From coreutils.
25605         * lib/stat.c: Don't declare xmalloc explicitly.
25606         Instead, include "xalloc.h".
25607         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25608         xrealloc, and xcalloc return values.
25609         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25610         Improve comment.
25611         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25612
25613 2003-06-07  Bruno Haible  <bruno@clisp.org>
25614
25615         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25616         avoid AC_CONFIG_LINKS.
25617         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25618         fnmatch.h, to avoid AC_CONFIG_LINKS.
25619         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25620
25621 2003-06-07  Bruno Haible  <bruno@clisp.org>
25622
25623         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25624         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25625         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25626         directory.
25627         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25628         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25629         directory.
25630
25631 2003-06-06  Jim Meyering  <jim@meyering.net>
25632
25633         Merge from coreutils.
25634         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25635         Consolidate declarations and initializations of *_base* locals.
25636
25637         Merge from coreutils.
25638         This avoids a core dump on systems without GNU putenv,
25639         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25640         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25641         (unsetenv): New static function, from GNU libc.
25642         (rpl_putenv): Use it.
25643
25644         * lib/modechange.c: Remove trailing blanks.
25645
25646         Merge from coreutils.
25647         * lib/fsusage.c: Remove declaration of statfs.
25648         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25649
25650         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25651
25652 2003-06-06  Jim Meyering  <jim@meyering.net>
25653
25654         * lib/stdbool_.h: Renamed from stdbool.h.in.
25655
25656 2003-06-06  Jim Meyering  <jim@meyering.net>
25657             Bruno Haible  <bruno@clisp.org>
25658
25659         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25660         Adjust Makefile.am snippet not to redirect directly to target.
25661         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25662
25663 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25664
25665         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25666         mismatch, look in future quarters as well as past.  This fixes a
25667         bug when processing fall-backwards gaps immediately after a long
25668         period of daylight-saving time.
25669
25670         * lib/mktime.c: Assume freestanding C89 or better.
25671         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25672         (__P): Remove; not used.
25673         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25674         (mktime, not_equal_tm, print_tm, check_result,
25675         main): Use prototypes.  Use const * where appropriate.
25676         (main): Fix typo in testing code that uncovered by above changes.
25677         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25678
25679 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25680
25681         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25682         locale.h, localeconv.  This merges changes from coreutils.
25683
25684         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25685         It can be removed after the next Autoconf is released.
25686         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25687         needed.
25688
25689 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25690
25691         * lib/mktime.c: Fix Debian bug 177940
25692         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25693         (localtime_offset): Now long int, not time_t, because we want it
25694         to be guaranteed to be signed.  All uses changed.
25695         (__mktime_internal): If overflow would occur when adding offset,
25696         don't add it.
25697
25698         Merge 'human' changes from coreutils.  Rewrite to support
25699         locale-specific notations like thousands separators.
25700         * lib/human.c: Simplify authorship notice.
25701         Include human.h immediately after config.h.
25702         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25703         <limits.h>: Do not include, since human.h does.
25704         (SIZE_MAX, UINTMAX_MAX): New macros.
25705         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25706         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25707         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25708         (power_letter): Renamed from suffixes.
25709         (generate_suffix_backwards): Remove.
25710         (adjust_value): Now takes int style (because of human.h changes)
25711         and long double value (for greater precision on some platforms).
25712         (group_number): New function.
25713         (human_readable): Use it.  Use integer options, not enum.
25714         Put the options before the sizes in the arg list.
25715         Support all the new options.
25716         The old human_readable function has been removed;
25717         use inttostr.h instead.
25718         (human_readable, default_block_size, humblock):
25719         Use uintmax_t, not int, for block sizes.
25720         (human_readable_inexact, block_size_types): Remove.
25721         (block_size_opts): New constant.
25722         (human_options): Renamed from human_block_size, with new signature
25723         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25724         * lib/human.h: Add copyright and authorship notice.
25725         Include <limits.h> and <stdbool.h> unconditionally.
25726         (PARAMS): Remove.  All uses removed.
25727         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25728         (enum human_inexact_style): Remove tag; now a nameless enum.
25729         (human_floor, human_ceiling, human_round_to_even): Now have
25730         values 2, 0, 1 rather than -1, 1, 0.
25731         (human_group_digits, human_suppress_point_zero, human_autoscale,
25732         human_base_1024, human_SI, human_B): New constants.
25733         (human_readable_inexact, human_block_size): Remove.
25734         (human_readable): Size args are now uintmax_t, not int.
25735         (human_options): New decl.
25736
25737         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25738         unnecessary now that we assume C89 or better.  This change
25739         imported from coreutils.
25740
25741         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25742         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25743         in the 2003-05-30 sync from glibc.
25744
25745         .h files should stand alone, but we shouldn't include <sys/types.h>
25746         if we can get away with just <stddef.h>.
25747
25748         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25749         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25750         rather than <sys/types.h>, as we merely need size_t.
25751         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25752         to get size_t.
25753         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25754         Include <stdio.h>, to get FILE.
25755         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25756         memcasecmp.h has included <stddef.h> and all we need is size_t.
25757         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25758         our interface, instead of including <sys/types.h>
25759
25760 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25761
25762         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25763         now, as glibc mktime is buggy on non-glibc systems.
25764
25765 2003-06-03  Karl Berry  <karl@gnu.org>
25766
25767         * config/config.sub: update from prep.
25768
25769 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25770
25771         [from coreutils]
25772         Fix some minor time-related bugs with POSIX time arguments.
25773         Some valid time stamps were being rejected (notably -1, and
25774         time stamps before 1900 on 64-bit hosts).  And some invalid
25775         time stamps were being accepted, e.g. September 31.
25776
25777         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25778         that we can return (time_t) -1 successfully.
25779         * lib/posixtm.c: Likewise.
25780         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25781         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25782         (t): Remove static var.
25783         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25784         of static var.  All uses changed.
25785         (year): Do not reject years before 1900; they can occur with
25786         64-bit time_t.
25787         (posix_time_parse): Do not check for out-of-range components;
25788         that is now the caller's responsibility, since our checks were
25789         only approximations.
25790         (posixtime): Use mktime to check for out-of-range components,
25791         since it knows them exactly.
25792         If mktime returns (time_t) -1, check whether an error actually occurred
25793         by invoking localtime on -1.
25794         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25795         posixtime failures better.
25796         Improve the test data (in comments only).
25797
25798 2003-06-02  Karl Berry  <karl@gnu.org>
25799
25800         * config/mkinstalldirs (version): new variable.
25801         (--version): new option.
25802         (usage): improve message.
25803
25804 2003-05-30  Karl Berry  <karl@gnu.org>
25805
25806         * lib/mktime.c: update from libc.
25807
25808 2003-05-30  Bruno Haible  <bruno@clisp.org>
25809
25810         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25811         * config/config.rpath: Upgrade to gettext-0.12.1.
25812
25813 2003-05-30  Bruno Haible  <bruno@clisp.org>
25814
25815         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25816         * m4/nls.m4: New file, from gettext-0.12.1.
25817         * m4/po.m4: New file, from gettext-0.12.1.
25818         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25819
25820 2003-05-30  Bruno Haible  <bruno@clisp.org>
25821
25822         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25823         * lib/localcharset.h: Likewise.
25824         * lib/localcharset.c: Likewise.
25825
25826 2003-05-29  Karl Berry  <karl@gnu.org>
25827
25828         * config/config.rpath: update from gettext.
25829
25830 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25831
25832         Assume the headers required for C89 freestanding compilers.
25833         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25834         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25835         * m4/human.m4 (gl_HUMAN): Likewise.
25836         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25837         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25838         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25839         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25840         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25841         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25842
25843 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25844
25845         Assume the headers required for C89 freestanding compilers.
25846         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25847         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25848         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25849         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25850         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25851         define, since <limits.h> is guaranteed to do that.
25852         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25853         * lib/exclude.c: Include <stdbool.h> unconditionally.
25854         * lib/tempname.c: Include <stddef.h> unconditionally.
25855         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25856         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25857         <stddef.h> does that.
25858         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25859         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25860         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25861         needed.
25862         * lib/xstrtol.c: Likewise.
25863         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25864         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25865
25866         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25867         warnings on some platforms.
25868
25869         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25870         arbitrarily.
25871
25872 2003-05-26  Jim Meyering  <jim@meyering.net>
25873
25874         Merge in a change from coreutils:
25875         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25876         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25877         that condition, rather than `-1' which is slightly misleading.
25878         Change the name of the cache variable to have the gl_ prefix.
25879         Prompted by a patch from Richard Dawe for DJGPP.
25880
25881 2003-05-24  Karl Berry  <karl@gnu.org>
25882
25883         * config/config.guess: update from prep.
25884
25885 2003-05-22  Karl Berry  <karl@gnu.org>
25886
25887         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25888
25889 2003-05-20  Karl Berry  <karl@gnu.org>
25890
25891         * config/config.guess: update from prep.
25892
25893 2003-05-18  Karl Berry  <karl@gnu.org>
25894
25895         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25896         might actually be set by the user.
25897
25898         * config/depcomp, install-sh, mdate-sh: update from automake.
25899
25900 2003-05-17  Bruno Haible  <bruno@clisp.org>
25901
25902         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25903         invalid expansion for AC_EGREP_CPP.
25904         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25905         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25906         Suggested by Akim Demaille <akim@epita.fr> in
25907         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25908
25909 2003-05-12  Jim Meyering  <jim@meyering.net>
25910
25911         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25912         the space-padded-by-default conversion specifiers, %e, %k, %l.
25913
25914 2003-05-12  Bruno Haible  <bruno@clisp.org>
25915
25916         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25917         the string is longer than 4 KB.
25918
25919 2003-05-11  Karl Berry  <karl@gnu.org>
25920
25921         * config/config.{guess,sub}: update from prep.
25922
25923 2003-05-09  Bruno Haible  <bruno@clisp.org>
25924
25925         * modules/error: Add m4/strerror_r.m4 to file list.
25926
25927 2003-05-03  Bruno Haible  <bruno@clisp.org>
25928
25929         Upgrade to Unicode-4.0.
25930         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25931         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25932         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25933         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25934         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25935         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25936         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25937         Change width of U+E0100..U+E01EF from 1 to 0.
25938
25939 2003-04-25  Jim Meyering  <jim@meyering.net>
25940
25941         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25942         of type size_t, not int.
25943
25944 2003-04-25  Bruno Haible  <bruno@clisp.org>
25945
25946         * lib/copy-file.c: Include <stddef.h>, for size_t.
25947
25948 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25949
25950         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25951         code which expansion is under static control.  Patch imported from
25952         Akim Demaille's patch to Bison; see
25953         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25954
25955 2003-04-14  Bruno Haible  <bruno@clisp.org>
25956
25957         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25958
25959 2003-04-11  Jim Meyering  <jim@meyering.net>
25960
25961         Merge changes from Coreutils.
25962
25963         2003-03-22  Jim Meyering  <jim@meyering.net>
25964
25965         * lib/strftime.c (widen): Cast alloca return value to proper type.
25966
25967         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
25968
25969         From GNU libc.
25970         * lib/strftime.c (my_strftime): Handle very large width
25971         specifications for numeric values correctly.  Improve checks for
25972         overflow.
25973
25974         2003-01-19  Jim Meyering  <jim@meyering.net>
25975
25976         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
25977         definitions.
25978         (nl_get_alt_digit) [! defined my_strftime]: Define.
25979         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
25980         _nl_get_alt_digit and _nl_get_walt_digit.
25981
25982         * lib/strftime.c (my_strftime): Merge in locale-related changes from
25983         libc. These changes have no effect outside of _LIBC.
25984
25985 2003-04-10  Bruno Haible  <bruno@clisp.org>
25986
25987         * modules/findprog: New file.
25988         * MODULES.html.sh (func_all_modules): Add it.
25989
25990 2003-04-10  Bruno Haible  <bruno@clisp.org>
25991
25992         * m4/findprog.m4: New file.
25993         * m4/eaccess.m4: New file.
25994
25995 2003-04-10  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/findprog.h: New file, from GNU gettext.
25998         * lib/findprog.c: New file, from GNU gettext.
25999
26000 2003-04-05  Jim Meyering  <jim@meyering.net>
26001
26002         Merge changes from Coreutils.
26003
26004         * lib/exclude.h (PARAMS): Remove definition and uses.
26005         * lib/exclude.c: Remove uses of `PARAMS'.
26006
26007         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26008         Add test-cases for DOS filenames. Declare program_name.
26009         (main): Set up program_name.  Patch by Rich Dawe.
26010
26011         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26012         error from mntctl.
26013         Use mntctl's return value to drive the entry-processing loop, since
26014         we can't rely on the value of the vmt_length member in the last
26015         entry.  On some systems doing so could result in exhausting
26016         virtual memory.  Based in part on a patch from Mike Jetzer.
26017
26018 2003-04-04  Bruno Haible  <bruno@clisp.org>
26019
26020         * modules/linebreak: New file.
26021         * MODULES.html.sh (func_all_modules): Add it.
26022
26023 2003-04-04  Bruno Haible  <bruno@clisp.org>
26024
26025         * m4/linebreak.m4: New file.
26026
26027 2003-04-04  Bruno Haible  <bruno@clisp.org>
26028
26029         * lib/linebreak.h: New file, from GNU gettext.
26030         * lib/linebreak.c: New file, from GNU gettext with slight
26031         modifications.
26032         * lib/lbrkprop.h: New file, from GNU gettext.
26033
26034 2003-04-03  Bruno Haible  <bruno@clisp.org>
26035
26036         * modules/utf8-ucs4: New file.
26037         * modules/utf16-ucs4: New file.
26038         * modules/ucs4-utf8: New file.
26039         * modules/ucs4-utf16: New file.
26040         * MODULES.html.sh (func_all_modules): Add them.
26041
26042 2003-04-03  Bruno Haible  <bruno@clisp.org>
26043
26044         * m4/utf-ucs4.m4: New file.
26045         * m4/ucs4-utf.m4: New file.
26046
26047 2003-04-03  Bruno Haible  <bruno@clisp.org>
26048
26049         * lib/utf8-ucs4.h: New file, from GNU gettext.
26050         * lib/utf16-ucs4.h: New file, from GNU gettext.
26051         * lib/ucs4-utf8.h: New file, from GNU gettext.
26052         * lib/ucs4-utf16.h: New file, from GNU gettext.
26053
26054 2003-04-02  Bruno Haible  <bruno@clisp.org>
26055
26056         * modules/binary-io: New file.
26057         * MODULES.html.sh (func_all_modules): Add it.
26058
26059 2003-04-02  Bruno Haible  <bruno@clisp.org>
26060
26061         * lib/binary-io.h: New file, from GNU gettext.
26062
26063 2003-04-01  Bruno Haible  <bruno@clisp.org>
26064
26065         * modules/pathname: New file.
26066         * MODULES.html.sh (func_all_modules): Add it.
26067
26068 2003-04-01  Bruno Haible  <bruno@clisp.org>
26069
26070         * lib/pathname.h: New file, from GNU gettext.
26071         * lib/concatpath.c: New file, from GNU gettext.
26072
26073 2003-03-30  Bruno Haible  <bruno@clisp.org>
26074
26075         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26076
26077 2003-03-30  Bruno Haible  <bruno@clisp.org>
26078
26079         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26080         function chown() doesn't exist.
26081
26082 2003-03-28  Bruno Haible  <bruno@clisp.org>
26083
26084         * modules/copy-file: New file.
26085         * MODULES.html.sh (func_all_modules): Add it.
26086
26087 2003-03-28  Bruno Haible  <bruno@clisp.org>
26088
26089         * m4/copy-file.m4: New file.
26090
26091 2003-03-28  Bruno Haible  <bruno@clisp.org>
26092
26093         * lib/copy-file.h: New file, from GNU gettext.
26094         * lib/copy-file.c: New file, from GNU gettext.
26095
26096 2003-03-18  Jim Meyering  <jim@meyering.net>
26097
26098         * lib/quote.c (quote_n): Fix typo in comment.
26099
26100 2003-03-18  Bruno Haible  <bruno@clisp.org>
26101
26102         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26103         checking.
26104         * m4/onceonly_2_57.m4: Likewise.
26105
26106 2003-03-17  Bruno Haible  <bruno@clisp.org>
26107
26108         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26109         (m4_quote): Remove macro.
26110         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26111
26112 2003-03-14  Jim Meyering  <jim@meyering.net>
26113
26114         Merge changes from Coreutils.
26115         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26116         to be const, in order to avoid warnings.
26117         (obstack_room): Likewise.
26118         (obstack_empty_p): Likewise.
26119
26120 2003-03-14  Bruno Haible  <bruno@clisp.org>
26121
26122         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26123         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26124
26125 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26126
26127         Merge changes from Bison.
26128         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26129         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26130         when compiling Bison 1.875's `bitset bset = obstack_alloc
26131         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26132         * lib/hash.c: Include <stdbool.h> unconditionally.
26133
26134 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26135
26136         * m4/onceonly.m4 (m4_quote): New macro.
26137         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26138         Quote AC_FOREACH variable-expansions properly.
26139
26140 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26141
26142         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26143
26144 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26145
26146         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26147         Reported by Bruce Becker; see:
26148         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26149
26150 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26151             Bruno Haible  <bruno@clisp.org>
26152
26153         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26154         Reported by John Hughes, see
26155         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26156
26157 2003-02-20  Bruno Haible  <bruno@clisp.org>
26158
26159         * MODULES.html.sh (func_all_modules): Add poll.
26160
26161 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26162
26163         * modules/poll: New file.
26164
26165 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26166
26167         * lib/poll_.h: New file.
26168         * lib/poll.c: New file.
26169
26170 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26171
26172         * m4/poll.m4: New file.
26173
26174 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26175
26176         * modules/mathl: New file.
26177
26178 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26179
26180         * lib/mathl.h: New file.
26181         * lib/acosl.c: New file.
26182         * lib/asinl.c: New file.
26183         * lib/atanl.c: New file.
26184         * lib/ceill.c: New file.
26185         * lib/cosl.c: New file.
26186         * lib/expl.c: New file.
26187         * lib/floorl.c: New file.
26188         * lib/frexpl.c: New file.
26189         * lib/ldexpl.c: New file.
26190         * lib/logl.c: New file.
26191         * lib/sincosl.c: New file.
26192         * lib/sinl.c: New file.
26193         * lib/sqrtl.c: New file.
26194         * lib/tanl.c: New file.
26195         * lib/trigl.c: New file.
26196         * lib/trigl.h: New file.
26197
26198 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26199
26200         * m4/mathl.m4: New file.
26201
26202 2003-02-18  Bruno Haible  <bruno@clisp.org>
26203
26204         * MODULES.html.sh (func_all_modules): Add mathl.
26205
26206 2003-02-17  Bruno Haible  <bruno@clisp.org>
26207
26208         * modules/mkdtemp: New module.
26209         * MODULES.html.sh (func_all_modules): Add it.
26210
26211 2003-02-17  Bruno Haible  <bruno@clisp.org>
26212
26213         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26214
26215 2003-02-17  Bruno Haible  <bruno@clisp.org>
26216
26217         * lib/mkdtemp.h: New file, from GNU gettext.
26218         * lib/mkdtemp.c: New file, from GNU gettext.
26219
26220 2003-02-02  Jim Meyering  <jim@meyering.net>
26221
26222         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26223         e.g. glibc-2.2.93.
26224
26225 2003-01-31  Bruno Haible  <bruno@clisp.org>
26226
26227         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26228         'rpl_rename'.
26229         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26230         'rpl_strnlen'.
26231         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26232         'rpl_strtod'.
26233         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26234         'rpl_utime'.
26235
26236 2003-01-31  Bruno Haible  <bruno@clisp.org>
26237
26238         * lib/rename.c: #undef rename before defining rpl_rename.
26239         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26240
26241 2003-01-30  Bruno Haible  <bruno@clisp.org>
26242
26243         * modules/vasnprintf, modules/vasprintf: New modules.
26244         * MODULES.html.sh (func_all_modules): Add them.
26245
26246 2003-01-30  Bruno Haible  <bruno@clisp.org>
26247
26248         * m4/signed.m4: New file, from GNU gettext.
26249         * m4/longdouble.m4: New file, from GNU gettext.
26250         * m4/wchar_t.m4: New file, from GNU gettext.
26251         * m4/wint_t.m4: New file, from GNU gettext.
26252         * m4/vasnprintf.m4: New file.
26253         * m4/vasprintf.m4: New file.
26254
26255 2003-01-30  Bruno Haible  <bruno@clisp.org>
26256
26257         * lib/printf-args.h: New file, from GNU gettext.
26258         * lib/printf-args.c: New file, from GNU gettext.
26259         * lib/printf-parse.h: New file, from GNU gettext.
26260         * lib/printf-parse.c: New file, from GNU gettext.
26261         * lib/vasnprintf.h: New file, from GNU gettext.
26262         * lib/vasnprintf.c: New file, from GNU gettext.
26263         * lib/asnprintf.c: New file, from GNU gettext.
26264         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26265         * lib/vasprintf.c: New file, from GNU gettext.
26266         * lib/asprintf.c: New file, from GNU gettext.
26267
26268 2003-01-29  Bruno Haible  <bruno@clisp.org>
26269
26270         * modules/stpncpy: New module.
26271         * MODULES.html.sh (func_all_modules): Add it.
26272
26273 2003-01-29  Bruno Haible  <bruno@clisp.org>
26274
26275         * m4/stpncpy.m4: New file.
26276
26277 2003-01-29  Bruno Haible  <bruno@clisp.org>
26278
26279         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26280         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26281
26282 2003-01-28  Bruno Haible  <bruno@clisp.org>
26283
26284         * modules/c-ctype: New module.
26285         * MODULES.html.sh (func_all_modules): Add it.
26286
26287 2003-01-28  Bruno Haible  <bruno@clisp.org>
26288
26289         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26290         Paul Eggert.
26291         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26292         Paul Eggert.
26293
26294 2003-01-27  Bruno Haible  <bruno@clisp.org>
26295
26296         * modules/xsetenv: New module.
26297         * MODULES.html.sh (func_all_modules): Add it.
26298
26299 2003-01-27  Bruno Haible  <bruno@clisp.org>
26300
26301         * lib/xsetenv.h: New file, from GNU gettext.
26302         * lib/xsetenv.c: New file, from GNU gettext.
26303
26304 2003-01-23  Jim Meyering  <jim@meyering.net>
26305
26306         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26307         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26308
26309 2003-01-23  Bruno Haible  <bruno@clisp.org>
26310
26311         * modules/minmax: New module.
26312         * MODULES.html.sh (func_all_modules): Add it.
26313
26314 2003-01-23  Bruno Haible  <bruno@clisp.org>
26315
26316         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26317         Eggert.
26318
26319 2003-01-22  Bruno Haible  <bruno@clisp.org>
26320
26321         * modules/exit: New module.
26322         * MODULES.html.sh (func_all_modules): Add it.
26323
26324 2003-01-22  Bruno Haible  <bruno@clisp.org>
26325
26326         * lib/exit.h: New file, from GNU gettext.
26327
26328 2003-01-19  Bruno Haible  <bruno@clisp.org>
26329
26330         * gnulib-tool: Recognize option --extract-maintainer.
26331         (func_get_maintainer): New function.
26332         * modules/*: Add Maintainer entry.
26333
26334 2003-01-16  Jim Meyering  <jim@meyering.net>
26335
26336         * m4/regex.m4: The `regex' struct is both input and output.
26337         Initialize it before each use.  Patch by Tim Waugh.
26338
26339 2003-01-16  Bruno Haible  <bruno@clisp.org>
26340
26341         * MODULES.html.sh: Add a table of contents. Add the module name as
26342         leftmost column. Add hyperlinks.
26343
26344 2003-01-15  Bruno Haible  <bruno@clisp.org>
26345
26346         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26347
26348 2003-01-15  Bruno Haible  <bruno@clisp.org>
26349
26350         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26351         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26352         suffix.
26353
26354 2003-01-15  Bruno Haible  <bruno@clisp.org>
26355
26356         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26357
26358 2003-01-15  Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26361         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26362
26363 2003-01-14  Jim Meyering  <jim@meyering.net>
26364
26365         * lib/same.c (same_name): Tweak a comment.
26366
26367 2003-01-14  Bruno Haible  <bruno@clisp.org>
26368
26369         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26370         when a string comparison is sufficient.
26371
26372 2003-01-14  Bruno Haible  <bruno@clisp.org>
26373
26374         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26375         'unsigned int'.
26376
26377 2003-01-14  Bruno Haible  <bruno@clisp.org>
26378
26379         * lib/hash-pjw.c: Add comment about low quality of this function.
26380
26381 2003-01-13  Bruno Haible  <bruno@clisp.org>
26382
26383         * modules/stpcpy: Distribute lib/stpcpy.h.
26384         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26385
26386 2003-01-13  Bruno Haible  <bruno@clisp.org>
26387
26388         * modules/*: Add a description.
26389         * modules/strpbrk: Fix Makefile.am snippet.
26390         * modules/strtoimax: Fix dependencies.
26391         * modules/strtoumax: Likewise.
26392
26393 2003-01-13  Bruno Haible  <bruno@clisp.org>
26394
26395         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26396         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26397         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26398
26399 2003-01-13  Bruno Haible  <bruno@clisp.org>
26400
26401         * gnulib-tool (func_create_testdir): Store config/* files in the main
26402         directory.
26403         * config.rpath: Move to ...
26404         * config/config.rpath: ... here.
26405         * modules/gettext: Contains config/config.rpath, not config.rpath.
26406         * modules/iconv: Likewise.
26407
26408 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26409
26410         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26411         to avoid collisions with libcurses and libreadline.
26412
26413         * m4/getstr.m4: Remove.
26414         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26415
26416 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26417
26418         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26419         to avoid collisions with libcurses and libreadline.
26420
26421         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26422         * lib/getstr.h, getstr.c: Remove.
26423         * lib/getline.c: Include "getline.h", to check interface.
26424         Move body of old getstr.c here: this defines MIN_CHUNK and
26425         declares getdelim2, which is renamed from getstr.
26426         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26427
26428         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26429         All uses changed.
26430         * lib/linebuffer.h: Likewise.
26431         (readline): Remove backward-compatibility macro.
26432
26433 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26434
26435         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26436         to avoid collisions with libcurses and libreadline.
26437         * getstr: Remove.
26438         * MODULES.html.sh: Remove getstr.
26439         * modules/getline: Depend on unlocked-io, not getstr.
26440
26441 2003-01-12  Jim Meyering  <jim@meyering.net>
26442
26443         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26444
26445 2003-01-10  Bruno Haible  <bruno@clisp.org>
26446
26447         * modules/alloca: Change Makefile.am requirements. Simplify Include
26448         requirements. Add lib/alloca_.h to file list.
26449
26450 2003-01-10  Bruno Haible  <bruno@clisp.org>
26451
26452         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26453
26454 2003-01-10  Bruno Haible  <bruno@clisp.org>
26455
26456         * lib/alloca_.h: New file.
26457         * lib/getdate.y: Unconditionally include alloca.h.
26458         * lib/makepath.c: Likewise.
26459         * lib/setenv.c: Likewise.
26460         * lib/userspec.c: Likewise.
26461
26462 2003-01-09  Karl Berry  <karl@gnu.org>
26463
26464         * MODULES.html.sh: include `dirname $0` in PATH, to find
26465         gnulib-tool.
26466
26467 2003-01-09  Bruno Haible  <bruno@clisp.org>
26468
26469         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26470         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26471
26472 2003-01-09  Bruno Haible  <bruno@clisp.org>
26473
26474         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26475
26476 2003-01-09  Bruno Haible  <bruno@clisp.org>
26477
26478         * lib/stdbool.h.in: New file.
26479
26480 2003-01-09  Bruno Haible  <bruno@clisp.org>
26481
26482         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26483         * MODULES.html.sh: Likewise.
26484
26485 2003-01-08  Jim Meyering  <jim@meyering.net>
26486
26487         * lib/full-write.c: Undefine and define-away `const' after inclusion
26488         of errno.h, not before.  Suggestion from Bruno Haible.
26489
26490 2003-01-08  Bruno Haible  <bruno@clisp.org>
26491
26492         * modules/full-read: Depend on full-write.
26493
26494 2003-01-08  Bruno Haible  <bruno@clisp.org>
26495
26496         * lib/safe-read.c: Include specification header first, to ensure its
26497         selfcontainedness.
26498         * lib/full-write.c: Likewise.
26499
26500 2003-01-07  Jim Meyering  <jim@meyering.net>
26501
26502         * lib/full-write.c: Rework so that it may serve to define full_read,
26503         too.
26504         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26505
26506 2003-01-07  Bruno Haible  <bruno@clisp.org>
26507
26508         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26509         <inttypes.h>.
26510         * lib/xstrtol.h: Likewise.
26511         * lib/xstrtoimax.c: Likewise.
26512         * lib/xstrtoumax.c: Likewise.
26513         * lib/human.h: Likewise.
26514
26515         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26516         on systems that have <inttypes.h> but not <stdint.h>.
26517
26518 2003-01-07  Bruno Haible  <bruno@clisp.org>
26519
26520         * MODULES.html.sh: Add copyright notice.
26521         (missed_files): Omit CVS directory entries.
26522         (func_module): Make it work with sed-3.02.
26523         * MODULES.txt: Remove file.
26524
26525 2003-01-06  Jim Meyering  <jim@meyering.net>
26526
26527         * lib/version-etc.c: Update year in translatable copyright string.
26528
26529 2003-01-03  Karl Berry  <karl@gnu.org>
26530
26531         * config/config.{guess,sub}: update from prep.
26532
26533 2003-01-02  Karl Berry  <karl@gnu.org>
26534
26535         * doc/COPYING.DOC: belatedly updated to 1.2.
26536
26537 2003-01-01  Karl Berry  <karl@gnu.org>
26538
26539         * gnulib-tool (func_verify_module): report module name $module in
26540         error message, not $1.
26541         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26542         be created, only if it doesn't exist.
26543         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26544
26545 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26546
26547         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26548
26549 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26550
26551         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26552         memcmp if strcoll doesn't work.
26553
26554 2002-12-31  Bruno Haible  <bruno@clisp.org>
26555
26556         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26557         nonempty.
26558
26559 2002-12-31  Bruno Haible  <bruno@clisp.org>
26560
26561         * lib/memcoll.c (STRCOLL): New macro.
26562         (memcoll): Use it.
26563
26564 2002-12-31  Bruno Haible  <bruno@clisp.org>
26565
26566         * lib/localcharset.h: New file.
26567         * lib/localcharset.c: Include it.
26568         * lib/unicodeio.c: Likewise.
26569
26570 2002-12-31  Bruno Haible  <bruno@clisp.org>
26571
26572         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26573         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26574
26575 2002-12-31  Bruno Haible  <bruno@clisp.org>
26576
26577         * lib/getline.h: Include <stddef.h>, for size_t.
26578
26579         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26580         * lib/unicodeio.c: Don't include <stddef.h>.
26581
26582 2002-12-31  Bruno Haible  <bruno@clisp.org>
26583
26584         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26585         HAVE_TM_ZONE.
26586
26587 2002-12-24  Karl Berry  <karl@gnu.org>
26588
26589         * config/config.guess: update from prep.
26590
26591 2002-12-24  Bruno Haible  <bruno@clisp.org>
26592
26593         General infrasructure.
26594         * m4/README: Rewritten.
26595         * m4/onceonly.m4: New file.
26596         * m4/onceonly_2_57.m4: New file.
26597
26598         Module atexit.
26599         * m4/atexit.m4: New file.
26600
26601         Module strtod.
26602         * m4/strtod.m4: New file.
26603
26604         Module strtol.
26605         * m4/strtol.m4: New file.
26606
26607         Module strtoul.
26608         * m4/strtoul.m4: New file.
26609
26610         Module memchr.
26611         * m4/memchr.m4: New file.
26612
26613         Module memcmp.
26614         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26615         (jm_FUNC_MEMCMP): Invoke it.
26616
26617         Module memcpy.
26618         * m4/memcpy.m4: New file.
26619
26620         Module memmove.
26621         * m4/memmove.m4: New file.
26622
26623         Module memset.
26624         * m4/memset.m4: New file.
26625
26626         Module strcspn.
26627         * m4/strcspn.m4: New file.
26628
26629         Module strpbrk.
26630         * m4/strpbrk.m4: New file.
26631
26632         Module strstr.
26633         * m4/strstr.m4: New file.
26634
26635         Module strerror.
26636         * m4/strerror.m4: New file.
26637
26638         Module mktime.
26639         * m4/mktime.m4: Renamed from jm-mktime.m4.
26640         (gl_PREREQ_MKTIME): New macro.
26641         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26642
26643         Module malloc.
26644         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26645         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26646         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26647
26648         Module realloc.
26649         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26650         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26651         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26652
26653         Module strftime.
26654         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26655         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26656         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26657         gl_TM_GMTOFF.
26658         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26659
26660         Module xalloc.
26661         * m4/xalloc.m4: New file.
26662
26663         Module alloca.
26664         * m4/alloca.m4: New file.
26665
26666         Module putenv.
26667         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26668         (jm_FUNC_PUTENV): Invoke it.
26669
26670         Module setenv.
26671         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26672         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26673         when invoked twice.
26674         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26675         gt_FUNC_SETENV.
26676
26677         Module memrchr.
26678         * m4/memrchr.m4: New file.
26679
26680         Module stpcpy.
26681         * m4/stpcpy.m4: New file.
26682
26683         Module strcase.
26684         * m4/strcase.m4: New file.
26685
26686         Module strdup.
26687         * m4/strdup.m4: New file.
26688
26689         Module strnlen.
26690         * m4/strnlen.m4: New file.
26691
26692         Module strndup.
26693         * m4/strndup.m4: New file.
26694
26695         Module xstrtod.
26696         * m4/xstrtod.m4: New file.
26697
26698         Module xstrtol.
26699         * m4/xstrtol.m4: New file.
26700
26701         Module getdate.
26702         * m4/getdate.m4: New file.
26703
26704         Module unlocked-io.
26705         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26706         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26707         * m4/jm-glibc-io.m4n: Remove file.
26708
26709         Module long-options.
26710         * m4/long-options.m4: New file.
26711
26712         Module md5.
26713         * m4/md5.m4: New file.
26714
26715         Module sha.
26716         * m4/sha.m4: New file.
26717
26718         Module getstr.
26719         * m4/getstr.m4: New file.
26720
26721         Module getline.
26722         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26723         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26724         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26725         simply getline. Infoke gl_PREREQ_GETLINE.
26726
26727         Module obstack.
26728         * m4/obstack.m4: New file.
26729
26730         Module hash.
26731         * m4/hash.m4: New file.
26732
26733         Module readtokens.
26734         * m4/readtokens.m4: New file.
26735
26736         Module strverscmp.
26737         * m4/strverscmp.m4: New file.
26738
26739         Module stdbool.
26740         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26741         OSF/1.
26742
26743         Module strtoll.
26744         * m4/strtoll.m4: New file.
26745
26746         Module strtoull.
26747         * m4/strtoull.m4: New file.
26748
26749         Module strtoimax.
26750         * m4/strtoimax.m4: New file.
26751
26752         Module strtoumax.
26753         * m4/strtoumax.m4: New file.
26754
26755         Module xstrtoimax.
26756         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26757         jm_AC_PREREQ_XSTRTOIMAX.
26758         Moved the strtol prerequisites to strtol.m4.
26759         Moved the strtoll prerequisites to strtoll.m4.
26760         Moved the strtoimax prerequisites to strtoimax.m4.
26761
26762         Module xstrtoumax.
26763         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26764         jm_AC_PREREQ_XSTRTOUMAX.
26765         Moved the strtoul prerequisites to strtoul.m4.
26766         Moved the strtoull prerequisites to strtoull.m4.
26767         Moved the strtoumax prerequisites to strtoumax.m4.
26768
26769         Module chown.
26770         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26771         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26772
26773         Module dup2.
26774         * m4/dup2.m4: New file.
26775
26776         Module ftruncate.
26777         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26778         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26779
26780         Module getgroups.
26781         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26782         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26783
26784         Module gettimeofday.
26785         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26786         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26787         gl_PREREQ_GETTIMEOFDAY.
26788
26789         Module mkdir.
26790         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26791         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26792
26793         Module mkstemp.
26794         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26795         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26796         jm_AC_TYPE_UINTMAX_T.
26797         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26798
26799         Module stat.
26800         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26801         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26802
26803         Module lstat.
26804         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26805         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26806
26807         Module timespec.
26808         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26809         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26810         * m4/st_mtim.m4: Indentation.
26811
26812         Module nanosleep.
26813         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26814         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26815         gl_PREREQ_NANOSLEEP.
26816
26817         Module regex.
26818         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26819         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26820         (gl_REGEX): New macro.
26821
26822         Module rename.
26823         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26824         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26825
26826         Module rmdir.
26827         * m4/rmdir.m4: New file.
26828
26829         Module utime.
26830         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26831         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26832         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26833
26834         Module dirname.
26835         * m4/dirname.m4: New file.
26836
26837         Module getopt.
26838         * m4/getopt.m4: New file.
26839
26840         Module unistd-safer.
26841         * m4/unistd-safer.m4: New file.
26842
26843         Module fnmatch.
26844         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26845         declaration.
26846         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26847         (gl_FUNC_FNMATCH_POSIX): New macro.
26848         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26849         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26850         simply fnmatch.
26851
26852         Module exclude.
26853         * m4/exclude.m4: New file.
26854
26855         Module human.
26856         * m4/human.m4: New file.
26857
26858         Module acl.
26859         * m4/acl.m4: Nop.
26860
26861         Module backupfile.
26862         * m4/backupfile.m4: New file.
26863         * m4/d-ino.m4: Indentation.
26864
26865         Module fsusage.
26866         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26867         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26868         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26869
26870         Module dirfd.
26871         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26872         requirements.
26873
26874         Module euidaccess.
26875         * m4/euidaccess.m4: New file.
26876
26877         Module file-type.
26878         * m4/file-type.m4: New file.
26879
26880         Module fileblocks.
26881         * m4/fileblocks.m4: New file.
26882
26883         Module filemode.
26884         * m4/filemode.m4: New file.
26885
26886         Module isdir.
26887         * m4/isdir.m4: New file.
26888
26889         Module lchown.
26890         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26891         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26892
26893         Module makepath.
26894         * m4/makepath.m4: New file.
26895
26896         Module modechange.
26897         * m4/modechange.m4: New file.
26898
26899         Module mountlist.
26900         * m4/mountlist.m4: New file.
26901         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26902         Indentation.
26903
26904         Module path-concat.
26905         * m4/path-concat.m4: New file.
26906
26907         Module pathmax.
26908         * m4/pathmax.m4: New file.
26909
26910         Module same.
26911         * m4/same.m4: New file.
26912
26913         Module save-cwd.
26914         * m4/save-cwd.m4: New file.
26915
26916         Module savedir.
26917         * m4/savedir.m4: New file.
26918
26919         Module xgetcwd.
26920         * m4/xgetcwd.m4: New file.
26921         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26922
26923         Module xreadlink.
26924         * m4/xreadlink.m4: New file.
26925
26926         Module safe-read.
26927         * m4/safe-read.m4: New file.
26928
26929         Module safe-write.
26930         * m4/safe-write.m4: New file.
26931
26932         Module closeout.
26933         * m4/closeout.m4: New file.
26934
26935         Module stdio-safer.
26936         * m4/stdio-safer.m4: New file.
26937
26938         Module getpass.
26939         * m4/getpass.m4: New file.
26940
26941         Module getugroups.
26942         * m4/getugroups.m4: New file.
26943
26944         Module group-member.
26945         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26946         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26947
26948         Module idcache.
26949         * m4/idcache.m4: New file.
26950
26951         Module userspec.
26952         * m4/userspec.m4: New file.
26953
26954         Module gettime.
26955         * m4/clock_time.m4: New file.
26956         * m4/gettime.m4: New file.
26957
26958         Module settime.
26959         * m4/settime.m4: New file.
26960
26961         Module posixtm.
26962         * m4/posixtm.m4: New file.
26963
26964         Module gethostname.
26965         * m4/gethostname.m4: New file.
26966
26967         Module canon-host.
26968         * m4/canon-host.m4: New file.
26969
26970         Module gettext.
26971         * m4/codeset.m4: New file, from gettext-0.11.5.
26972         * m4/gettext.m4: New file, from gettext-0.11.5.
26973         * m4/glibc21.m4: New file, from gettext-0.11.5.
26974         * m4/iconv.m4: New file, from gettext-0.11.5.
26975         * m4/intdiv0.m4: New file, from gettext-0.11.5.
26976         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
26977         * m4/inttypes.m4: New file, from gettext-0.11.5.
26978         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
26979         * m4/isc-posix.m4: New file, from gettext-0.11.5.
26980         * m4/lcmessage.m4: New file, from gettext-0.11.5.
26981         * m4/lib-ld.m4: New file, from gettext-0.11.5.
26982         * m4/lib-link.m4: New file, from gettext-0.11.5.
26983         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
26984         * m4/progtest.m4: New file, from gettext-0.11.5.
26985         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
26986         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
26987         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
26988
26989         Module localcharset.
26990         * m4/localcharset.m4: New file.
26991
26992         Module hard-locale.
26993         * m4/hard-locale.m4: New file.
26994
26995         Module mbswidth.
26996         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
26997         onceonly macros.
26998         * m4/mbrtowc.m4: Add comment.
26999
27000         Module memcasecmp.
27001         * m4/memcasecmp.m4: New file.
27002
27003         Module memcoll.
27004         * m4/memcoll.m4: New file.
27005
27006         Module unicodeio.
27007         * m4/unicodeio.m4: New file.
27008
27009         Module rpmatch.
27010         * m4/rpmatch.m4: New file.
27011
27012         Module yesno.
27013         * m4/yesno.m4: New file.
27014
27015         Module exitfail.
27016         * m4/exitfail.m4: New file.
27017
27018         Module c-stack.
27019         * m4/c-stack.m4 (gl_C_STACK): New macro.
27020         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27021
27022         Module error.
27023         * m4/error.m4 (gl_ERROR): New macro.
27024         (jm_PREREQ_ERROR): Use onceonly macros.
27025
27026         Module fatal.
27027         * m4/fatal.m4: New file.
27028
27029         Module getloadavg.
27030         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27031         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27032
27033         Module getpagesize.
27034         * m4/getpagesize.m4: New file.
27035
27036         Module getusershell.
27037         * m4/getusershell.m4: New file.
27038
27039         Module physmem.
27040         * m4/physmem.m4: New file.
27041
27042         Module posixver.
27043         * m4/posixver.m4: New file.
27044
27045         Module quotearg.
27046         * m4/quotearg.m4: New file.
27047
27048         Module quote.
27049         * m4/quote.m4: New file.
27050
27051         Module readutmp.
27052         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27053
27054         Module sig2str.
27055         * m4/sig2str.m4: New file.
27056
27057         Other.
27058         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27059         ulonglong.m4.
27060         * m4/intmax_t.m4: New file.
27061         * m4/d-type.m4: Indentation.
27062         * m4/jm-macros.m4: Update.
27063         * m4/prereq.m4 (jm_PREREQ): Update.
27064         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27065         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27066         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27067         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27068         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27069         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27070         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27071         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27072         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27073         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27074         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27075         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27076         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27077         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27078         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27079         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27080         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27081         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27082         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27083
27084 2002-12-24  Bruno Haible  <bruno@clisp.org>
27085
27086         * MODULES.txt: Update according to m4/ changes.
27087
27088         Module gettext.
27089         * config.rpath: New file, from gettext-0.11.5.
27090
27091         * modules/*: New module descriptions.
27092         * gnulib-tool: New file.
27093         * MODULES.html.sh: New file.
27094
27095 2002-12-21  Karl Berry  <karl@gnu.org>
27096
27097         * doc/fdl.texi: update to version 1.2.
27098
27099 2002-12-19  Karl Berry  <karl@gnu.org>
27100
27101         * config/config.guess: update from prep.
27102
27103 2002-12-18  Bruno Haible  <bruno@clisp.org>
27104
27105         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27106         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27107
27108 2002-12-17  Bruno Haible  <bruno@clisp.org>
27109
27110         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27111         stdlib.h, string.h.
27112
27113 2002-12-17  Bruno Haible  <bruno@clisp.org>
27114
27115         * lib/canon-host.c (strdup): Remove unused declaration.
27116
27117         * lib/fsusage.c: Include full_read.h.
27118         (get_fs_usage): Use full_read instead of safe_read.
27119
27120         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27121
27122 2002-12-12  Karl Berry  <karl@gnu.org>
27123
27124         * config/config.guess: update from prep.
27125
27126 2002-12-11  Bruno Haible  <bruno@clisp.org>
27127
27128         * m4/setenv.m4: New file, from gettext-0.11.5.
27129
27130 2002-12-11  Bruno Haible  <bruno@clisp.org>
27131
27132         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27133         not unsetenv().
27134         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27135         modifications:
27136
27137         2002-12-11  Bruno Haible  <bruno@clisp.org>
27138
27139                 * setenv.c (alloca): Fall back to malloc.
27140                 (freea): New macro.
27141                 (setenv): Use freea() to free memory allocated with alloca().
27142
27143         2002-11-13  Bruno Haible  <bruno@clisp.org>
27144
27145                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27146                 function declarations.
27147                 * unsetenv.c (unsetenv): Likewise.
27148
27149         2002-03-04  Bruno Haible  <bruno@clisp.org>
27150
27151                 Portability to AIX 4.3.3.
27152                 * unsetenv.c: New file, extracted from setenv.c.
27153                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27154
27155         2001-12-20  Bruno Haible  <bruno@clisp.org>
27156
27157                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27158                 use malloc instead. For SunOS 4.
27159
27160         2001-12-11  Bruno Haible  <bruno@clisp.org>
27161
27162                 * setenv.c: Declare alloca.
27163                 (compar_fn_t): New typedef.
27164                 (KNOWN_VALUE, STORE_VALUE): Use it.
27165
27166         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27167         setenv.h.
27168
27169 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27170
27171         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27172         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27173         Choose values that are less likely to collide with system fnmatch
27174         options.
27175         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27176         defined (e.g., a pure POSIX system).
27177         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27178         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27179
27180 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27181
27182         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27183         a pain in practice to deal with generated m4 files.  This change
27184         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27185
27186         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27187         and jm-glibc-io.m4, as they are no longer a special case.
27188         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27189         kludge and the auto-generation stuff.  Check only whether the
27190         functions are declared, not whether they exist, since older hosts
27191         that don't declare the functions can't use the optimization anyway.
27192
27193 2002-12-06  Jim Meyering  <jim@meyering.net>
27194
27195         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27196
27197         Merge in changes from libc's misc/error.c, in preparation
27198         for the merge of gnulib's changes back into libc.
27199
27200         * lib/error.c (_): Define only if not already defined.
27201         Move definition to follow all #include directives.
27202         Include unlocked-io.h only if !_LIBC.
27203         [_LIBC]: Include <libio/libioP.h>.
27204         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27205         (fflush): Tweak definition to use INTUSE.
27206         (putc): Define.
27207
27208 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27209
27210         * lib/alloca.c [defined emacs]: Include "lisp.h".
27211         (xalloc_die) [defined emacs]: New macro.
27212         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27213         [! defined emacs]: Include <xalloc.h>.
27214         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27215         (pointer): Typedef to POINTER_TYPE *.
27216         (malloc): Remove decl; we now always use xmalloc.
27217         (alloca): Use old-style definition, since Emacs needs this.
27218         Check for arithmetic overflow when computing combined size.
27219
27220 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27221
27222         Do not generate unlocked-io.h automatically, since it's easier to
27223         maintain it by hand.
27224
27225         * lib/unlocked-io.h: New file, from GNU diffutils,
27226         but with proper copyright notice and attribution.
27227         * lib/gen-uio: Remove.
27228         * lib/Makefile.am: Add copyright notice.
27229         (libfetish_a_SOURCES): Add unlocked-io.h.
27230         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27231         (DISTCLEANFILES, io_functions): Remove macros.
27232         (EXTRA_DIST): Remove gen_uio.
27233         (unlocked-io.h): Remove rule.
27234
27235 2002-12-04  Jim Meyering  <jim@meyering.net>
27236
27237         Reflect the fact that stat.c and lstat.c are no longer generated.
27238         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27239         (DISTCLEANFILES): Likewise.
27240         (EXTRA_DIST): Likewise.
27241         (all_local): Don't depend on stat.c or lstat.c.
27242         (stat.c, lstat.c): Remove rules.
27243         (EXTRA_DIST): Remove xstat.in.
27244
27245         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27246         * lib/stat.c: New file.  Contents mostly from xstat.in.
27247         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27248         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27249
27250         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27251         too.
27252         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27253
27254 2002-12-03  Jim Meyering  <jim@meyering.net>
27255
27256         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27257         but not semantics, to minimize the differences between these two files.
27258         (safe_read): Change comment to mention SAFE_READ_ERROR.
27259
27260         * lib/safe-read.c (IS_EINTR): Define.
27261         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27262
27263 2002-12-02  Jim Meyering  <jim@meyering.net>
27264
27265         * lib/safe-read.c (EINTR): Define.
27266         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27267         (INT_MAX): Provide fallback.
27268         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27269
27270         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27271
27272 2002-12-02  Bruno Haible  <bruno@clisp.org>
27273
27274         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27275         Define, taken from safe-read.c.
27276         (INT_MAX): Provide fallback.
27277         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27278         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27279
27280         * lib/safe-read.c (EINTR): Remove definition.
27281         (safe_read): Don't use EINTR if it is absent.
27282
27283 2002-12-01  Jim Meyering  <jim@meyering.net>
27284
27285         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27286         zero.
27287         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27288
27289 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27290
27291         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27292         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27293         with `if (! (value < limit)) abort ();', for readability.
27294
27295 2002-11-26  Karl Berry  <karl@gnu.org>
27296
27297         * lib/strdup.c: copy from libc again, with jim's ok.
27298         * lib/.cppi-disable: re-add strdup.c
27299
27300 2002-11-25  Karl Berry  <karl@gnu.org>
27301
27302         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27303         instead of "strtol.c".
27304
27305 2002-11-25  Karl Berry  <karl@gnu.org>
27306
27307         * config/install-sh: update from automake for variable quoting, $0 in
27308         error msgs, etc.
27309
27310         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27311         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27312         entry.
27313
27314 2002-11-25  Jim Meyering  <jim@meyering.net>
27315
27316         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27317
27318 2002-11-24  Karl Berry  <karl@gnu.org>
27319
27320         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27321         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27322
27323 2002-11-24  Jim Meyering  <jim@meyering.net>
27324
27325         Update from coreutils:
27326
27327         * lib/mktime.c: Merge in changes from libc.
27328
27329         Avoid a link-time failure on some Linux systems.
27330         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27331         (otherwise).
27332         (__mon_yday): Declare with the STATIC attribute.
27333         (__mktime_internal): Likewise.
27334         Based on a report from Greg Schafer.
27335
27336 2002-11-23  Jim Meyering  <jim@meyering.net>
27337
27338         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27339         Use `unsigned', not `int', as type of index.
27340
27341         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27342
27343         * lib/fsusage.c: Remove unneeded parentheses around operands of
27344         `defined'.
27345
27346 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27347
27348         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27349         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27350         so that we can be included first.
27351         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27352         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27353         No need to include stddef.h or sys/types.h any more.
27354         Surround local include files with "", not "<>".
27355         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27356         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27357         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27358         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27359         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27360         (ISPRINT): Remove; no longer needed now that we assume C89.
27361
27362         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27363         Preserve errno.
27364
27365         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27366         quotearg_char): Use SIZE_MAX rather than
27367         (size_t) -1 when we are talking about "infinity".
27368
27369         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27370
27371 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27372
27373         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27374         hint that one should use `if (! x) abort ();' rather than `assert
27375         (x);', and anyway it's one less thing to worry about configuring.
27376         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27377         hash_rehash, hash_insert): Use abort rather than assert.
27378
27379 2002-11-22  Bruno Haible  <bruno@clisp.org>
27380
27381         * lib/safe-read.h: Assume C89. Add comments.
27382         (safe_read): Change return type to size_t.
27383         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27384         byte counts > SSIZE_MAX correctly.
27385         * lib/safe-write.h: New file.
27386         * lib/safe-write.c: New file.
27387         * lib/full-read.h: New file.
27388         * lib/full-read.c: New file.
27389         * lib/full-write.h: Assume C89. Add comments.
27390         * lib/full-write.c: Include safe-write.h.
27391         (full_write): Rewritten to use safe_write.
27392         Suggested by Jim Meyering and Paul Eggert.
27393
27394 2002-11-21  Jim Meyering  <jim@meyering.net>
27395
27396         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27397
27398         Merge in changes from the coreutils.
27399
27400         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27401         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27402         <stdint.h>.
27403         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27404         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27405         int.  Work more efficiently if X is the same width as uintmax_t.
27406         Do not compare X to -1, to avoid bogus compiler warning.
27407         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27408         Don't assume that f_frsize and f_bsize are the same type.
27409
27410         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27411         warning on FreeBSD.
27412
27413         * lib/makepath.c (make_path): Restore umask *before* creating the final
27414         component.
27415         (make_path): Minor reformatting.
27416
27417         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27418         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27419         HAVE_MALLOC/HAVE_REALLOC.
27420
27421         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27422         dummy ones.  At least on GNU/Linux systems, `auto' means something
27423         else.
27424         From Michael Stone.
27425
27426 2002-11-21  Bruno Haible  <bruno@clisp.org>
27427
27428         Remove case insensitive option matching.
27429         * lib/argmatch.h (argcasematch): Remove declaration.
27430         (ARGCASEMATCH): Remove macro.
27431         (__xargmatch_internal): Remove case_sensitive argument.
27432         (XARGMATCH): Update.
27433         (XARGCASEMATCH): Remove macro.
27434         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27435         case_sensitive argument.
27436         (argcasematch): Remove function.
27437         (__xargmatch_internal): Remove case_sensitive argument.
27438         (main): Use XARGMATCH instead of XARGCASEMATCH.
27439
27440         * lib/xmalloc.c: Change compile-time error message. Add comment about
27441         required autoconf version.
27442
27443 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27444
27445         Merge argmatch cleanups from Bison.  Assume C89.
27446
27447         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27448         Include stdlib.h, for EXIT_FAILURE.
27449         Always include <string.h>, since we assume C89.
27450         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27451         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27452         Include <stddef.h> instead, since it's all we need for size_t.
27453         (PARAMS): Remove.  All uses removed.
27454         (ARRAY_CARDINALITY): Do not bother to #undef.
27455         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27456         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27457         Remove unnecessary parentheses.
27458         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27459         Insert necessary parentheses.
27460         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27461         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27462
27463 2002-11-19  Bruno Haible  <bruno@clisp.org>
27464
27465         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27466         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27467
27468         * lib/mbswidth.h (PARAMS): Remove macro.
27469         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27470         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27471
27472         * lib/gcd.h (PARAMS): Remove macro.
27473         (gcd): Use ANSI C function declarations.
27474         * lib/gcd.c (gcd): Likewise.
27475
27476 2002-11-15  Bruno Haible  <bruno@clisp.org>
27477
27478         * lib/strcspn.c: Include <stddef.h>.
27479         (strcspn): Use ANSI C function declaration. Change return type to
27480         size_t. Use NULL.
27481         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27482         (strpbrk): Use NULL.
27483         * lib/strpbrk.h (PARAMS): Remove macro.
27484         (strpbrk): Use ANSI C function declaration.
27485         * lib/strstr.c: Don't include <sys/types.h>.
27486         * lib/strstr.h (PARAMS): Remove macro.
27487         (strstr): Use ANSI C function declarations.
27488
27489 2002-11-14  Karl Berry  <karl@gnu.org>
27490
27491         * config/mkinstalldirs: `do' on separate line, instead of
27492         `for var; do'.
27493
27494 2002-11-06  Bruno Haible  <bruno@clisp.org>
27495
27496         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27497         * lib/gcd.c (gcd): Likewise.
27498
27499 2002-11-05  Bruno Haible  <bruno@clisp.org>
27500
27501         * lib/gcd.h: New file, from gettext-0.11.5.
27502         * lib/gcd.c: New file, from gettext-0.11.5.
27503
27504 2002-11-05  Bruno Haible  <bruno@clisp.org>
27505
27506         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27507         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27508         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27509         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27510
27511         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27512         <libintl.h>.
27513         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27514         <libintl.h>.
27515
27516         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27517         * lib/human.c: Include gettext.h instead of <libintl.h>.
27518         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27519         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27520         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27521         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27522         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27523         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27524         (textdomain): Remove definition.
27525         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27526
27527         * lib/long-options.c: Remove include of <libintl.h> and definition of
27528         _.
27529         * lib/same.c: Remove include of <libintl.h> and definition of _.
27530
27531 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27532
27533         * lib/config.charset: A few additions for Solaris.
27534
27535 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27536
27537         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27538         * lib/localcharset.c (locale_charset): Declare as extern "C".
27539
27540 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27541
27542         * lib/config.charset: msdos in uk_UA uses CP1125.
27543
27544 2002-11-04  Bruno Haible  <bruno@clisp.org>
27545
27546         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27547         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27548         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27549         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27550         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27551
27552 2002-11-04  Bruno Haible  <bruno@clisp.org>
27553
27554         * lib/localcharset.c (locale_charset): Don't return an empty string.
27555
27556 2002-11-04  Bruno Haible  <bruno@clisp.org>
27557
27558         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27559         aliases.
27560
27561 2002-11-04  Bruno Haible  <bruno@clisp.org>
27562
27563         * lib/config.charset: Update for newest glibc. Add canonical names
27564         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27565
27566 2002-11-04  Bruno Haible  <bruno@clisp.org>
27567
27568         * lib/config.charset: Add support for NetBSD.
27569
27570 2002-11-04  Bruno Haible  <bruno@clisp.org>
27571
27572         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27573
27574 2002-11-01  Bruno Haible  <bruno@clisp.org>
27575
27576         * configure.in: Add AC_CONFIG_AUX_DIR call.
27577         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27578         test/Makefile.
27579         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27580
27581 2002-09-28  Karl Berry  <karl@gnu.org>
27582
27583         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27584         installed automake until the next release, since changes have been
27585         made.
27586
27587 2002-09-25  Karl Berry  <karl@gnu.org>
27588
27589         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27590         * lib/getopt*: copy from libc/posix.
27591         * lib/gettext.h: copy from gettext.
27592         * lib/.cppi-disable: add strdup.c, gettext.h.
27593
27594 2002-09-25  Karl Berry  <karl@gnu.org>
27595
27596         * config/srclist.txt: enable gettext.h check.
27597         * config/config.{guess,sub}: update from prep.
27598         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27599                 from automake 1.6.3.
27600         See srclist*.
27601
27602 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27603
27604         * regex.c (PATFETCH): Remove the translating fetch.
27605         (PATFETCH_RAW): Rename to PATFETCH.
27606         (set_image_of_range): New fun.
27607         (SET_RANGE_TABLE_WORK_AREA): Use it.
27608         (regex_compile): Don't translate the pattern chars so eagerly.
27609         Only do it when inserting an `exactn' bytecode or when handling
27610         a char-range.
27611         (mutually_exclusive_p): Avoid empty statement.
27612
27613 2002-07-06  Jim Meyering  <meyering@lucent.com>
27614
27615         * m4/README: Don't mention Makefile.am.in.
27616         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27617
27618 2002-07-01  Jim Meyering  <meyering@lucent.com>
27619
27620         * lib/c-stack.c: Include sys/time.h.
27621         From Volker Borchert.
27622
27623 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27624
27625         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27626
27627 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27628
27629         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27630         New macro.  Use it uniformly instead of
27631         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27632         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27633         reported by Vin Shelton.
27634
27635 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27636
27637         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27638         Do not assume SA_SIGINFO behavior.
27639         Bug reported by Jim Meyering on NetBSD 1.5.2.
27640
27641 2002-06-22  Jim Meyering  <meyering@lucent.com>
27642
27643         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27644         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27645
27646         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27647         now that configure.ac uses AC_GNU_SOURCE.
27648         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27649         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27650
27651         Update to latest tools.  Suggestions from Paul Eggert.
27652         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27653         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27654         * m4/fnmatch.m4: Likewise.
27655         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27656         to AC_HEADER_STDBOOL
27657
27658 2002-06-22  Jim Meyering  <meyering@lucent.com>
27659
27660         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27661         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27662
27663 2002-06-22  Jim Meyering  <meyering@lucent.com>
27664
27665         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27666
27667         * lib/exitfail.c, exitfail.h: Likewise.
27668         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27669
27670         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27671         of fnmatch.h.
27672         (EXTRA_DIST): Add fnmatch_loop.c.
27673         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27674
27675         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27676         * lib/fnmatch.c: Update from diffutils-2.8.2.
27677         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27678         * lib/fnmatch.h: Remove file.
27679
27680 2002-06-21  Jim Meyering  <meyering@lucent.com>
27681
27682         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27683         * m4/mbrtowc.m4: Likewise.
27684
27685         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27686         * m4/mbswidth.m4: Reflect name change:
27687         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27688         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27689
27690         * m4/lib-link.m4: Update from gettext-0.11.2.
27691         * m4/gettext.m4: Likewise.
27692
27693         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27694         From Alfred M. Szmidt.
27695
27696 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27697
27698         * lib/file-type.h: Report an error if neither S_ISREG nor
27699         S_IFREG is defined, instead of using a test specific to glibc
27700         2.2.  This should be safe, since POSIX requires S_ISREG and
27701         Unix Version 7 had S_IFREG.  We don't need to check for
27702         <sys/types.h> since we don't use any symbols that it defines.
27703
27704 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27705
27706         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27707         $@-t, so that each temporary file name is unique and valid in the first
27708         8 characters, for operation under DOS.
27709
27710 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27711
27712         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27713
27714 2002-06-15  Jim Meyering  <meyering@lucent.com>
27715
27716         Work even with DJGPP 2.03, which lacks support for symlinks.
27717         From Richard Dawe.
27718         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27719         is defined.
27720         * lib/lchown.c (S_ISLNK): Likewise.
27721
27722 2002-06-15  Jim Meyering  <meyering@lucent.com>
27723
27724         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27725         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27726         have been included before this file.
27727
27728 2002-06-14  Jim Meyering  <meyering@lucent.com>
27729
27730         * lib/file-type.h: Use the version from diffutils-2.8.2.
27731         * lib/file-type.c: Likewise.
27732
27733 2002-06-07  Jim Meyering  <meyering@lucent.com>
27734
27735         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27736         They're needed at least for NetBSD 1.5.2.
27737         ($statxfs_includes): Include those same headers.
27738         ($statxfs_includes): Include sys/vfs.h if available.
27739         ($statxfs_includes): Likewise for sys/statvfs.h.
27740         Check for the following members in both structs statfs and statvfs:
27741         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27742
27743 2002-06-01  Jim Meyering  <meyering@lucent.com>
27744
27745         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27746         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27747
27748 2002-05-28  Jim Meyering  <meyering@lucent.com>
27749
27750         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27751         Reported by Volker Borchert.
27752
27753 2002-05-27  Jim Meyering  <meyering@lucent.com>
27754
27755         Fix a problem seen only on nonconforming systems whereby ls.c's
27756         use of localtime, and then of gettimeofday would cause trouble:
27757         the localtime call used to initialize rpl_gettimeofday's save
27758         mechanism would clobber ls's current local time information so
27759         that in any long listing the first file would always be listed
27760         with date 1970-01-01.  Analysis by Volker Borchert.
27761
27762         * lib/gettimeofday.c (localtime): Undefine.
27763         (rpl_localtime): New function.
27764
27765 2002-05-27  Jim Meyering  <meyering@lucent.com>
27766
27767         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27768         localtime.
27769
27770         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27771         use the replacement function; it wouldn't resolve at link time.
27772         Reported by Volker Borchert.
27773
27774 2002-05-22  Jim Meyering  <meyering@lucent.com>
27775
27776         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27777         file-type.h.
27778         * lib/file-type.h: New file.
27779         * lib/file-type.c (file_type): New file/function.  Extracted from
27780         diffutils.
27781
27782 2002-04-30  Jim Meyering  <meyering@lucent.com>
27783
27784         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27785
27786 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27787
27788         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27789
27790 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27791
27792         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27793         Do not check for alloca.h (no longer used) or stdbool.h (was never
27794         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27795
27796 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27797
27798         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27799
27800 2002-04-29  Jim Meyering  <meyering@lucent.com>
27801
27802         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27803         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27804         Use AC_FUNC_STRNLEN here instead.
27805
27806         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27807         With autoconf-2.53a, it's part of AC_PROG_CC.
27808
27809 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27810
27811         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27812         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27813
27814 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27815
27816         * lib/sig2str.h, lib/sig2str.c: New files.
27817         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27818
27819 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27820
27821         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27822         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27823         of 127, since 64 is the largest conceivable number for ancient
27824         nonstandard hosts.
27825         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27826
27827 2002-04-28  Jim Meyering  <meyering@lucent.com>
27828
27829         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27830
27831 2002-04-24  Jim Meyering  <meyering@lucent.com>
27832
27833         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27834         (jm_PREREQ): Use it.
27835
27836         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27837         mach/mach.h fcntl.h.
27838         Check for this function: setlocale.
27839
27840 2002-04-24  Jim Meyering  <meyering@lucent.com>
27841
27842         * lib/gettext.h: New file, from Gettext.
27843         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27844         (libfetish_a_SOURCES): Add gettext.h.
27845
27846 2002-04-16  Jim Meyering  <meyering@lucent.com>
27847
27848         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27849         ut_pid, ut_id, ut_exit.
27850
27851 2002-04-16  Jim Meyering  <meyering@lucent.com>
27852
27853         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27854         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27855         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27856
27857 2002-04-12  Jim Meyering  <meyering@lucent.com>
27858
27859         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27860         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27861         existence of the getmntinfo function.  Needed for Darwin 5.3.
27862
27863         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27864         This is necessary at least on Darwin 5.3.
27865
27866         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27867         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27868         strnlen.o in the library, and that makes some versions of ranlib
27869         object.
27870
27871 2002-04-12  Jim Meyering  <meyering@lucent.com>
27872
27873         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27874
27875 2002-04-09  Jim Meyering  <meyering@lucent.com>
27876
27877         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27878         to be more precise.  Rather than saying we're checking whether the
27879         function `works', say what we're testing.
27880         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27881         Reported by Bruno Haible.
27882
27883 2002-03-10  Jim Meyering  <meyering@lucent.com>
27884
27885         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27886         Suggestion from Santiago Vila.
27887
27888 2002-03-08  Jim Meyering  <meyering@lucent.com>
27889
27890         * lib/rename.c: Mention that this wrapper is needed also on
27891         mips-dec-ultrix4.4 systems.
27892
27893 2002-03-02  Jim Meyering  <meyering@lucent.com>
27894
27895         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27896         not HAVE_CLOCK_SETTIME.
27897
27898 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27899
27900         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27901         Check for clock_settime.
27902
27903 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27904
27905         * lib/nanosleep.h: Rename to....
27906         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27907
27908         * lib/gettime.c: New file.
27909         * lib/settime.c: New file.
27910         * lib/stime.c: Remove.
27911
27912         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27913         timespec.h.  Remove nanosleep.h.
27914
27915 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27916
27917         * m4/acl.m4: New file.
27918         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27919         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27920
27921 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27922
27923         * lib/acl.c, lib/acl.h: New files.
27924         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27925
27926 2002-02-24  Jim Meyering  <meyering@lucent.com>
27927
27928         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27929         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27930         cause trouble.  Reported by Nelson Beebe.
27931
27932 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27933
27934         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27935         compilers that don't know that xalloc_die never returns.
27936
27937 2002-02-20  Jim Meyering  <meyering@lucent.com>
27938
27939         * lib/getdate.c: Regenerate using bison-1.33.
27940
27941 2002-02-17  Jim Meyering  <meyering@lucent.com>
27942
27943         * config/config.guess (main): Don't use `head -1'; it's no longer
27944         portable. Use `sed 1q' instead.
27945
27946 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27947
27948         * m4/codeset.m4: Upgrade to gettext-0.11.
27949         * m4/gettext.m4: Upgrade to gettext-0.11.
27950         * m4/glibc21.m4: Upgrade to gettext-0.11.
27951         * m4/iconv.m4: Upgrade to gettext-0.11.
27952         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27953         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27954         * m4/lib-ld.m4: New file, from gettext-0.11.
27955         * m4/lib-link.m4: New file, from gettext-0.11.
27956         * m4/lib-prefix.m4: New file, from gettext-0.11.
27957         * m4/progtest.m4: Upgrade to gettext-0.11.
27958
27959 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27960
27961         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27962         (jm_PREREQ): Use it.
27963
27964 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27965
27966         * lib/posixver.c, lib/posixver.h: New files.
27967         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27968
27969 2002-02-02  Paul Eggert  <eggert@twinsun.com>
27970             Bruno Haible  <bruno@clisp.org>
27971
27972         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
27973         (fwrite_success_callback): New declaration.
27974         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
27975         print_unicode_char. Call failure callback instead of error.
27976         (fwrite_success_callback): New function.
27977         (exit_failure_callback): New function.
27978         (fallback_failure_callback): New function.
27979         (print_unicode_char): Call unicode_to_mb.
27980
27981 2002-01-26  Jim Meyering  <meyering@lucent.com>
27982
27983         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
27984         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
27985
27986 2002-01-26  Jim Meyering  <meyering@lucent.com>
27987
27988         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
27989
27990 2002-01-22  Paul Eggert  <eggert@twinsun.com>
27991
27992         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
27993
27994 2002-01-22  Jim Meyering  <meyering@lucent.com>
27995
27996         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
27997         Otherwise, some versions of automake would omit the rule that makes
27998         Makefile from Makefile.in.
27999
28000 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28001
28002         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28003         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28004         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28005         (memcoll): Set errno to zero if there is no error.
28006
28007         * lib/quotearg.c (quotearg_buffer_restyled):
28008         Fix bug with quoting buffers containing NUL when backslashing escapes.
28009         This bug was exposed by the other changes in this patch.
28010         (quotearg_n_options): New arg ARGSIZE.
28011         All callers changed.
28012         (quoting_options_from_style): New function.
28013         (quotearg_n_style): Use it.
28014         (quotearg_n_style_mem): New function.
28015
28016         * lib/quotearg.h (quotearg_n_style_mem): New function.
28017
28018 2002-01-19  Jim Meyering  <meyering@lucent.com>
28019
28020         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28021         Remove useless quotes: DF_PROG="df".
28022         * m4/strnlen.m4: New file.
28023
28024 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28025
28026         * lib/backupfile.c (ISDIGIT): Comment fix.
28027         * lib/getdate.y (ISDIGIT): Likewise.
28028         * lib/posixtm.c (ISDIGIT, year): Likewise.
28029         * lib/strverscmp.c (ISDIGIT): Likewise.
28030         * lib/userspec.c (ISDIGIT): Likewise.
28031
28032 2002-01-16  Jim Meyering  <meyering@lucent.com>
28033
28034         * lib/getdate.y: Add three semicolons, each just before a closing
28035         brace. Bison (as of version 1.31) no longer papers over that mistake.
28036
28037 2002-01-05  Jim Meyering  <meyering@lucent.com>
28038
28039         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28040
28041 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28042
28043         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28044         not silently exit merely because the output buffer happens to
28045         have nothing pending.
28046
28047 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28048
28049         See the big note in ../ChangeLog.
28050         * lib/human.c (suffixes): Prefer K to k for 1024.
28051         (generate_suffix_backwards): New function.
28052         (human_readable_inexact): Use it.
28053         * lib/xstrtol.c (__xstrtol): If there is no number but there
28054         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28055         Accept 'K' as well as 'k'.
28056
28057 2001-12-15  Jim Meyering  <meyering@lucent.com>
28058
28059         * lib/regex.h (__restrict_arr): Update from libc.
28060
28061         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28062         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28063         (STREQ): Define.
28064
28065 2001-12-14  Jim Meyering  <meyering@lucent.com>
28066
28067         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28068         Suggestion from Bruno Haible.
28069
28070 2001-12-10  Jim Meyering  <meyering@lucent.com>
28071
28072         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28073         xrealloc, Instead, include "xalloc.h".
28074         (initbuffer): Don't cast xmalloc return value to char*.
28075         (readline): Reword comment.
28076         Don't cast xrealloc return value to char*
28077         Return NULL, not 0.
28078
28079 2001-12-09  Jim Meyering  <meyering@lucent.com>
28080
28081         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28082         about `signed and unsigned type in conditional expression'.
28083         * lib/posixtm.c (posix_time_parse): Likewise.
28084
28085         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28086
28087         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28088         to avoid a pedantic warning.
28089
28090         * lib/getstr.c: Don't include assert.h.
28091         (getstr): Remove warning-evoking assertions.
28092         Return -1 if offset parameter is out of bounds.
28093         Change the type of a local from int to size_t.
28094
28095         * lib/strftime.c (my_strftime_localtime_r): Include this function
28096         definition in the `#if ! HAVE_TM_GMTOFF' block.
28097
28098         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28099         Include xalloc.h instead.
28100
28101 2001-12-02  Jim Meyering  <meyering@lucent.com>
28102
28103         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28104         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28105         included.
28106
28107         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28108         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28109
28110 2001-11-30  Akim Demaille  <akim@epita.fr>
28111
28112         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28113         before being defined.
28114
28115 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28116
28117         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28118         First arg is int, not unsigned.
28119         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28120         (SIZE_MAX, UINT_MAX): New macros.
28121         (quotearg_n_options): Abort if N is negative.
28122         Avoid overflow check on hosts where size_t is 64 bits and int
28123         is 32 bits, as overflow is impossible there.
28124         Fix off-by-one typo that caused unnecessary reallocation.
28125
28126 2001-11-27  Jim Meyering  <meyering@lucent.com>
28127
28128         * lib/tempname.c: Merge with version from libc.
28129         * lib/regex.c: Likewise.
28130
28131         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28132         systems for which STDC_HEADERS is 0, it was not included, resulting in
28133         a warning about an integer-to-pointer conversion problem with getenv.
28134         Reported by Volker Borchert.
28135
28136 2001-11-26  Jim Meyering  <meyering@lucent.com>
28137
28138         * lib/gtod.h: Remove file.
28139         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28140         * lib/gettimeofday.c: Don't include gtod.h.
28141         (GTOD_init): Remove function.
28142         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28143         Suggestion from Volker Borchert.
28144
28145 2001-11-23  Jim Meyering  <meyering@lucent.com>
28146
28147         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28148         it.
28149         * lib/hash.c (struct hash_table): Define it here instead.
28150
28151 2001-11-22  Jim Meyering  <meyering@lucent.com>
28152
28153         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28154
28155 2001-11-20  Jim Meyering  <meyering@lucent.com>
28156
28157         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28158         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28159
28160 2001-11-19  Jim Meyering  <meyering@lucent.com>
28161
28162         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28163         directory.  Use "conftestXXXXXX" as the template.
28164         Suggestion from Paul Eggert.
28165
28166         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28167         immediately, so the test doesn't mistakenly hit the max-open-files
28168         limit.
28169
28170 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28171
28172         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28173         (TEMPORARIES): New macro.
28174         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28175         removes an artificial limitation (e.g. HP-UX 10.20, where
28176         TMP_MAX is 17576).
28177
28178 2001-11-18  Jim Meyering  <meyering@lucent.com>
28179
28180         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28181
28182 2001-11-18  Jim Meyering  <meyering@lucent.com>
28183
28184         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28185         on SunOS 4.
28186
28187         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28188         files will be created before anything else.
28189
28190 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28191
28192         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28193         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28194
28195 2001-11-17  Jim Meyering  <meyering@lucent.com>
28196
28197         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28198         Prompted by a report from Bob Proulx.
28199
28200         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28201         Instead, require UTILS_FUNC_MKSTEMP.
28202
28203 2001-11-17  Jim Meyering  <meyering@lucent.com>
28204
28205         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28206         Now, that's done as part of AC_FUNC_STRTOD.
28207
28208 2001-11-17  Jim Meyering  <meyering@lucent.com>
28209
28210         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28211         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28212         rather than group writable.  Patch by Juan F. Codagnone.
28213
28214         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28215         xrealloc, Instead, include "xalloc.h".
28216
28217         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28218         Remove explicit declarations of xmalloc, xrealloc,
28219         and xstrdup.  Instead, include "xalloc.h".
28220
28221         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28222         unlocked-io.h.
28223         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28224         Likewise.
28225         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28226
28227         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28228         Reported by Padraig Brady.
28229
28230         * lib/mkstemp.c: #undef mkstemp.
28231         Include config.h.
28232         (rpl_mkstemp): Rename from mkstemp.
28233         Protoize.
28234
28235 2001-11-16  Jim Meyering  <meyering@lucent.com>
28236
28237         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28238         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28239         determine the amount of total physical memory, use pstat_getstatic.
28240         HPUX-11 doesn't define _SC_PHYS_PAGES.
28241         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28242         If sysconf couldn't be used to determine the amount of available
28243         physical memory, use both pstat_getstatic and pstat_getdynamic.
28244         Based on a patch from Bob Proulx.
28245
28246 2001-11-10  Jim Meyering  <meyering@lucent.com>
28247
28248         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28249         (jm_PREREQ): Use it.
28250
28251 2001-11-09  Jim Meyering  <meyering@lucent.com>
28252
28253         * m4/jm-macros.m4: Require autoconf-2.52f.
28254         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28255         Use these AC_-prefixed names, not the AM_-prefixed ones.
28256
28257         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28258
28259 2001-11-05  Jim Meyering  <meyering@lucent.com>
28260
28261         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28262
28263 2001-11-04  Jim Meyering  <meyering@lucent.com>
28264
28265         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28266         $DEFS.
28267
28268 2001-11-03  Jim Meyering  <meyering@lucent.com>
28269
28270         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28271         of AC_DEFUN.
28272
28273         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28274         know the name of the variable in the macro definition.
28275
28276 2001-11-03  Jim Meyering  <meyering@lucent.com>
28277
28278         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28279         in argmatch_to_argument call.
28280
28281         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28282         argument.
28283
28284         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28285         e.g., a fault due to an attempt to free a NULL pointer.
28286
28287 2001-11-01  Jim Meyering  <meyering@lucent.com>
28288
28289         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28290         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28291
28292 2001-11-01  Jim Meyering  <meyering@lucent.com>
28293
28294         * lib/dirfd.c, lib/dirfd.h: New files.
28295         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28296
28297         * lib/hash.c (hash_print) [TESTING]: Clean up.
28298
28299 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28300
28301         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28302         to avoid a warning if -Wall.
28303
28304 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28305
28306         * README: New file
28307         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28308         (per RMS's instructions, this is now the canonical source)
28309         * lgpl/, gpl/: New directories.
28310
28311 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28312
28313         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28314
28315 2001-10-21  Jim Meyering  <meyering@lucent.com>
28316
28317         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28318         this code would end up calling gettext even in packages built
28319         with --disable-nls.
28320         * lib/getopt.c (_): Likewise.
28321         * lib/regex.c (_): Likewise.
28322
28323 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28324
28325         * m4/error.m4 (jm_PREREQ_ERROR):
28326         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28327         AC_FUNC_STRERROR_R does that.
28328         Check for strerror declaration.
28329
28330         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28331         are supposed to have them these days.
28332         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28333         Merge changes from latest Autoconf CVS.
28334         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28335         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28336         POSIX decided to standardize on the int flavor of strerror_r.
28337
28338 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28339
28340         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28341         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28342         Use strerror_r that is only a macro, even if it is not a function.
28343         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28344         (private_strerror): Use prototypes, not old-style function definition.
28345         (print_errno_message): New function.
28346         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28347         char*-flavored one.
28348         (error_tail, error, error_at_line): Use it.
28349
28350 2001-10-11  Jim Meyering  <meyering@lucent.com>
28351
28352         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28353         and quote_n (1, ... to avoid clobbering a buffer.
28354
28355 2001-10-05  Jim Meyering  <meyering@lucent.com>
28356
28357         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28358         hash-pjw.h.
28359         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28360         * lib/hash-pjw.h: New file.
28361
28362 2001-09-30  Jim Meyering  <meyering@lucent.com>
28363
28364         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28365         `struct fsstat' has the `f_fstypename' member.
28366         Use that to define FS_TYPE, which is now used to make
28367         the getfsstat link test tighter.
28368
28369 2001-09-30  Jim Meyering  <meyering@lucent.com>
28370
28371         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28372         Include <sys/ucred.h>, for Apple Darwin.
28373         Include sys/mount.h and sys/fs_types.h only if available.
28374         (FS_TYPE): Define.
28375         (read_filesystem_list): Use FS_TYPE.
28376
28377 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28378
28379         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28380         a boolean context.
28381
28382 2001-09-29  Jim Meyering  <meyering@lucent.com>
28383
28384         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28385         [one-argument getmntent function]): Include stdio.h before mntent.h.
28386         SunOS 4.1.x needs it for the declaration of `FILE'.
28387         Patch by Volker Borchert.
28388
28389         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28390         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28391         sys/fs_types.h, and make the link-test for getfsstat guard #include
28392         directives with appropriate #if HAVE_*_H tests so that we can
28393         detect getfsstat on Apple Darwin1.3.7 systems.
28394         Reported by Nelson Beebe.
28395         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28396
28397 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28398
28399         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28400         #defines strtoimax.  Also treat the other strto* functions
28401         like strtoimax.
28402
28403         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28404         Check for strtoul and strtoumax,
28405         as those declarations are made even in the signed case.
28406         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28407         Likewise, for strtol and strtoimax.
28408
28409 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28410
28411         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28412         #defines strtoimax.  Also treat the other strto* functions
28413         like strtoimax.
28414
28415         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28416         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28417         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28418
28419 2001-09-26  Jim Meyering  <meyering@lucent.com>
28420
28421         Most macros in unlocked-io.h had the wrong number of arguments.
28422         * lib/gen-uio: New script.
28423         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28424         * lib/unlocked-io.hin: Remove file.
28425         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28426         rather than trying to embed it here.
28427         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28428         Reported by Padraig Brady.
28429
28430 2001-09-25  Volker Borchert  <bt@teknon.de>
28431
28432         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28433         `result'.
28434
28435 2001-09-24  Jim Meyering  <meyering@lucent.com>
28436
28437         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28438
28439 2001-09-23  Jim Meyering  <meyering@lucent.com>
28440
28441         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28442         instead of the mere test for existence of mntent.h.  The latter
28443         would get a false-positive on AIX 3.4 systems.
28444         In the outer getmntent if-block, don't die if neither of the getmntent
28445         tests succeeds.  Instead, just fall through and continue with the
28446         remaining tests.
28447
28448 2001-09-23  Jim Meyering  <meyering@lucent.com>
28449
28450         * lib/mountlist.c: Remove useless parentheses in #if directives.
28451         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28452         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28453
28454 2001-09-22  Jim Meyering  <meyering@lucent.com>
28455
28456         * m4/gettext.m4: New file.  From gettext.
28457         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28458         * m4/progtest.m4: Likewise
28459         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28460         * m4/glibc21.m4: Likewise.
28461
28462         * m4/libintl.m4: Remove.  No longer used.
28463
28464 2001-09-22  Jim Meyering  <meyering@lucent.com>
28465
28466         * lib/localcharset.c: Update from latest gettext.
28467         * lib/config.charset: Likewise.
28468
28469 2001-09-20  Jim Meyering  <meyering@lucent.com>
28470
28471         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28472         strtoimax.
28473         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28474         strtoumax.
28475
28476 2001-09-20  Jim Meyering  <meyering@lucent.com>
28477
28478         * lib/xstrtol.c (strtoimax): Guard declaration with
28479         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28480         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28481         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28482         (strtoumax): Likewise, for completeness (it wasn't necessary).
28483
28484 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28485
28486         * lib/strtoimax.c (HAVE_LONG_LONG):
28487         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28488         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28489         to work around bug in IBM C compiler.
28490
28491 2001-09-17  Jim Meyering  <meyering@lucent.com>
28492
28493         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28494         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28495         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28496         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28497         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28498         whenever the right hand side need not be expanded by the shell.
28499
28500 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28501
28502         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28503         library.  It's not correct, as some older glibcs are buggy.
28504         fnmatch wasn't fixed until glibc 2.2.
28505
28506         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28507         special shell magic here.
28508
28509 2001-09-16  Jim Meyering  <meyering@lucent.com>
28510
28511         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28512         * m4/jm-macros.m4: Require it.
28513
28514 2001-09-16  Jim Meyering  <meyering@lucent.com>
28515
28516         * lib/mkdir.c: New file.
28517
28518 2001-09-15  Jim Meyering  <meyering@lucent.com>
28519
28520         * m4/jm-macros.m4: Check for help2man.
28521
28522 2001-09-11  Jim Meyering  <meyering@lucent.com>
28523
28524         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28525         The body, by Paul Eggert, was moved here from configure.in.
28526         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28527
28528 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28529
28530         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28531         (jm_PREREQ): Use it.
28532
28533 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28534
28535         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28536         Use ssize_t, not int, to store result of readlink.
28537         Check for ssize_t overflow as well as size_t overflow,
28538         as POSIX says the result of readlink is implementation-defined
28539         when ssize_t overflows.
28540         Remove unnecessary cast to char*.
28541         Use free+malloc instead of realloc, as the storage doesn't need
28542         to be preserved and it's clearer and can be more efficient that way.
28543         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28544         * lib/xreadlink.h (xreadlink): Update prototype.
28545
28546 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28547
28548         * lib/xgetcwd.c: Revert some of the previous change; intead,
28549         fix the HAVE_GETCWD_NULL code to behave more like the
28550         !HAVE_GETCWD_NULL code used to.
28551
28552         Include "xalloc.h".
28553         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28554         invoke xalloc_die.
28555
28556 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28557
28558         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28559         sys/param.h, as pathmax.h includes them.
28560
28561 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28562
28563         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28564         (jm_PREREQ_XGETCWD): New macro.
28565
28566         * m4/getcwd.m4: New file.
28567
28568 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28569
28570         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28571         like the HAVE_GETCWD_NULL code.
28572         Include pathmax.h if not HAVE_GETCWD.
28573         Do not include xalloc.h.
28574         (INITIAL_BUFFER_SIZE): New symbol.
28575         Do not use xmalloc / xrealloc, since the caller is responsible for
28576         handling errors.  Preserve errno around `free' during failure.
28577         Do not overrun buffer when using getwd.
28578
28579 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28580
28581         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28582         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28583         getcwd (NULL, 0).
28584
28585 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28586
28587         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28588         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28589         spotted by Jim Meyering.
28590
28591 2001-09-03  Jim Meyering  <meyering@lucent.com>
28592
28593         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28594         failure.
28595
28596 2001-09-02  Jim Meyering  <meyering@lucent.com>
28597
28598         * lib/error.c: Update from GNU libc.
28599
28600 2001-09-01  Jim Meyering  <meyering@lucent.com>
28601
28602         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28603         Used by df.
28604
28605 2001-09-01  Jim Meyering  <meyering@lucent.com>
28606
28607         * lib/xreadlink.c: New file.
28608         * lib/xreadlink.h: New file.
28609         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28610         xreadlink.h.
28611
28612         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28613         doesn't conflict with sparc Solaris 7's definition in
28614         /usr/include/sys/int_types.h.
28615
28616         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28617         files.
28618         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28619         and strncasecmp as r-values.  Unixware didn't have declarations.
28620
28621 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28622
28623         * lib/xstrtol.h: Add copyright notice.
28624         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28625         LONGINT_INVALID_SUFFIX_CHAR.
28626
28627 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28628
28629         * lib/xstrtol.c (strtoimax): New decl.
28630
28631 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28632
28633         * lib/xgetcwd.c: Don't include pathmax.h.
28634         Include stdlib.h and unistd.h if available.
28635         Include xalloc.h.
28636         (xmalloc, xstrdup, free): Remove decls.
28637         (xgetcwd): Don't assume sizes fit in unsigned.
28638         Check for overflow when computing sizes.
28639         Simplify reallocation code.
28640
28641 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28642
28643         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28644         a directory's st_size can have an arbitrary value, so the old
28645         usage could waste an arbitrary amount of memory.  All uses
28646         changed.
28647         * lib/savedir.h: Update prototype.
28648
28649 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28650
28651         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28652
28653         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28654         old strtoimax.c.
28655
28656         Also, make the following further changes to make this file's
28657         configuration more similar to that of strtol.c:
28658         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28659         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28660         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28661         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28662         changed to signed values.
28663
28664         And make the following changes as well:
28665         Fix copyright notice, as 1999 was missing.
28666         (verify): New macro.
28667         (strtoimax): Check sizes at compile-time, not run-time.
28668         Prefer strtol to strtoll if both work.
28669         (main): Remove; it was not that useful and was a pain to maintain.
28670
28671         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28672
28673 2001-08-31  Jim Meyering  <meyering@lucent.com>
28674
28675         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28676         Use an initial, malloc'd, buffer of length 128 rather than
28677         a statically allocated one of length 1024.
28678
28679 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28680
28681         Simplify code, partly by assuming autoconf 2.52 semantics.
28682
28683         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28684
28685         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28686         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28687         All uses removed.
28688         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28689         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28690         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28691         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28692         jm_AC_HEADER_INTTYPES_H.
28693         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28694
28695         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28696
28697         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28698         Quote first arg of AC_DEFUN.
28699         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28700         since they are needed to parse the include file even if we need
28701         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28702         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28703         but with opposite signedness.
28704
28705 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28706
28707         Merge 'exclude' changes from tar 1.13.22.
28708         This fixes one or two unlikely storage allocation overflow bugs,
28709         but doesn't change user-visible behavior otherwise.
28710
28711 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28712
28713         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28714         (jm_PREREQ_EXCLUDE): New macro.
28715
28716 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28717
28718         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28719         tm to be declared.
28720
28721 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28722
28723         * lib/hash.c: Remove '2001' from copyright notice.
28724
28725 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28726
28727         * lib/full-write.h: New file.
28728         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28729         * lib/full-write.c: Correct credits, as cccp.c no longer
28730         exists and anyway it was so heavily changed from the old cccp
28731         code as to be unrecognizable.  Include full-write.h.
28732         (full_write) Return size_t, with short writes meaning failure.
28733         All callers changed.  This fixes a bug with large buffers
28734         on 64-bit hosts.
28735         * lib/utime.c: Include full-write.h.
28736
28737 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28738
28739         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28740         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28741         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28742         Include if available.
28743         (<xalloc.h>): Include
28744         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28745         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28746         collide with FNM macros.
28747         (struct patopts): New struct.
28748         (struct exclude): Use it, as exclude patterns now come with options.
28749         (new_exclude): Support above changes.
28750         (new_exclude, add_exclude_file):
28751         Initial size must now be a power of two to simplify overflow checking.
28752         (free_exclude, fnmatch_no_wildcards): New function.
28753         (excluded_filename): No longer requires options arg, as the options
28754         are determined by add_exclude.  Now returns bool, not int.
28755         (excluded_filename, add_exclude):
28756         Add support for the fancy new exclusion options.
28757         (add_exclude, add_exclude_file): Now takes int options arg.
28758         Check for arithmetic overflow when computing sizes.
28759         (add_exclude_file): xrealloc might modify errno, so don't
28760         realloc until after errno might be used.
28761
28762         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28763         New macros.
28764         (free_exclude): New decl.
28765         (add_exclude, add_exclude_file): Now takes int options arg.
28766         (excluded_filename): No longer requires options arg, as the options
28767         are determined by add_exclude.  Now returns bool, not int.
28768
28769 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28770
28771         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28772
28773 2001-08-27  Jim Meyering  <meyering@lucent.com>
28774
28775         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28776
28777         * lib/version-etc.c (N_): Remove definition.
28778         Revert most of last change.
28779         Instead, simply don't mark the `Copyright...' string for translation.
28780         Based on advice from Paul Eggert.
28781
28782         * lib/strtoxmax.c: Tweak comment.
28783
28784 2001-08-26  Jim Meyering  <meyering@lucent.com>
28785
28786         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28787
28788         * m4/xstrtoimax.m4: New file.
28789         * m4/xstrtoumax.m4: Add comments explaining why we
28790         AC_REPLACE_FUNCS(strtol).
28791
28792 2001-08-26  Jim Meyering  <meyering@lucent.com>
28793
28794         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28795         of copyright with `%s' so translators don't get an untranslated
28796         message in 2002.
28797         (COPYRIGHT_YEAR): Define.
28798         (version_etc): Use fprintf rather than fputs.
28799         Suggestion from Ulrich Drepper.
28800
28801         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28802
28803         * lib/strtoll.c: New file, from GNU libc.
28804         * lib/xstrtoimax.c: New file.
28805
28806         * lib/xstrtol.h: Add xstrtoimax.
28807         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28808         * lib/strtoimax.c: New file.  Likewise, but first define
28809         STRTOUXMAX_SIGNED.
28810
28811         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28812         ...
28813         * lib/strtoxmax.c: ... then renamed to this.
28814
28815 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28816
28817         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28818         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28819         (jm_AC_TYPE_INTMAX_T): New macro.
28820         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28821
28822         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28823
28824         * m4/longlong.m4: Renamed from ulonglong.m4.
28825         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28826         * m4/uintmax_t.m4: Removed.
28827
28828 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28829
28830         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28831         Port to Solaris 8, where 'sed' requires a space after the 'r'
28832         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28833         Redirect output to $tmp just once.
28834
28835 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28836
28837         * lib/addext.c (<errno.h>): Include.
28838         (errno): Declare if not defined.
28839         (addext): Work correctly when pathconf returns -1 and leaves
28840         errno alone because there is no limit.  Also, work even if
28841         pathconf returns a value greater than SIZE_MAX.
28842
28843 2001-08-12  Jim Meyering  <meyering@lucent.com>
28844
28845         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28846         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28847         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28848         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28849         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28850         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28851         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28852         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28853         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28854         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28855         utime.m4, utimes.m4, xstrtoumax.m4:
28856         Quote the first argument in each use of AC_DEFUN.
28857
28858 2001-08-12  Jim Meyering  <meyering@lucent.com>
28859
28860         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28861         Simply `return getcwd (NULL, 0);'.
28862         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28863         Use 1300 as initial value for length, not PATH_MAX.
28864
28865         * lib/pathmax.h: Clean up cpp syntax.
28866
28867 2001-08-12  Jim Meyering  <meyering@lucent.com>
28868
28869         * lib/gettimeofday.c: New file.
28870         * lib/gtod.h: New file.
28871         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28872
28873 2001-08-05  Jim Meyering  <meyering@lucent.com>
28874
28875         * m4/jm-macros.m4: Require autoconf-2.52.
28876
28877 2001-08-04  Jim Meyering  <meyering@lucent.com>
28878
28879         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28880         stmt, to get in sync with glibc.
28881
28882 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28883
28884         The following changes are from gettext 0.10.39 as maintained by
28885         Bruno Haible.
28886
28887         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28888         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28889         with inverted sense.  All uses changed.
28890
28891         * lib/mbswidth.c: Don't include <limits.h>.
28892         Include <stdlib.h> and <string.h> unconditionally.
28893         (iswcntrl, mbsinit, ISCNTRL): New macros.
28894         (mbsnwidth): Use K&R style function declarations.
28895         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28896         can optimize it when MB_CUR_MAX == 1.
28897         The width of control characters is zero, not 1.
28898
28899 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28900
28901         The following changes are from gettext 0.10.39 as maintained by
28902         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28903
28904         * m4/codeset.m4: Upgrade to serial AM1.
28905         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28906         all uses changed.  Quote first arg of AC_DEFUN.
28907         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28908
28909         * m4/iconv.m4: Upgrade to serial AM2.
28910         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28911         Add --with-libconv-prefix.
28912         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28913         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28914         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28915         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28916         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28917
28918         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28919         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28920         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28921         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28922         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28923         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28924         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28925         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28926         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28927
28928         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28929         string.h any more.
28930
28931         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28932         not the default value.
28933
28934         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28935         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28936         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28937         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28938         Also check for iswcntrl, used for wcwidth fallback.
28939         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28940         to Autoconf 2.13.
28941
28942 2001-08-03  Jim Meyering  <meyering@lucent.com>
28943
28944         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28945         as it was in the original.  Reported by Paul Eggert.
28946
28947 2001-07-16  Jim Meyering  <meyering@lucent.com>
28948
28949         * m4/gettimeofday.m4: New file.
28950         Prompted by a report from Bernhard Baehr.
28951
28952 2001-07-15  Jim Meyering  <meyering@lucent.com>
28953
28954         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28955         stuff. Now it's in ../Makefile.cfg.
28956
28957 2001-07-15  Jim Meyering  <meyering@lucent.com>
28958
28959         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28960         (BUILT_SOURCES): Add unlocked-io.h.
28961         (io_functions): Define.
28962         (unlocked-io.h): New rule.
28963         (DISTCLEANFILES): Add unlocked-io.h.
28964         (all-local): Depend on unlocked-io.h, to ensure it is created.
28965
28966         * lib/unlocked-io.hin: New file
28967
28968         * lib/regex.c: Update from glibc.
28969
28970 2001-07-05  Jim Meyering  <meyering@lucent.com>
28971
28972         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
28973         recommendation.
28974         (libfetish_a_SOURCES): Put all .h files here instead.
28975         Remove a thus-exposed (better checks in automake) duplicate and
28976         two unnecessary .h files.
28977
28978 2001-07-04  Jim Meyering  <meyering@lucent.com>
28979
28980         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
28981         that generates jm-glibc-io.m4 so that it doesn't trigger any make
28982         distcheck failure.
28983
28984 2001-07-02  Jim Meyering  <meyering@lucent.com>
28985
28986         The following changes were prompted by suggestions from Bruno Haible.
28987
28988         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
28989         is now generated.
28990         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
28991         definition of EXTRA_DIST.
28992         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
28993         ensure that the generated file is created/updated whenever the list
28994         of $(unlocked_functions) is changed.
28995         (jm-glibc-io.m4): New rule.
28996         (unlocked-io.h): New rule -- currently unused.
28997
28998 2001-06-24  Jim Meyering  <meyering@lucent.com>
28999
29000         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29001         unmatched right bracket, rather than kludging it with an extra,
29002         falsely-matching quote in a comment.  Patch by Akim Demaille.
29003
29004 2001-06-11  Jim Meyering  <meyering@lucent.com>
29005
29006         * lib/regex.c: Update from GNU libc.
29007
29008 2001-05-27  Jim Meyering  <meyering@lucent.com>
29009
29010         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29011         Check for ut_type in struct utmp.
29012
29013 2001-05-27  Jim Meyering  <meyering@lucent.com>
29014
29015         * lib/readutmp.h (UT_TYPE): Define.
29016
29017 2001-05-24  Jim Meyering  <meyering@lucent.com>
29018
29019         * lib/argmatch.c: Include "quote.h".
29020         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29021         quote function.  Reported by Göran Uddeborg.
29022
29023 2001-05-22  Jim Meyering  <meyering@lucent.com>
29024
29025         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29026         now that we use the package-supplied version unconditionally.
29027         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29028
29029 2001-05-21  Jim Meyering  <meyering@lucent.com>
29030
29031         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29032         shell syntax errors.
29033
29034 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29035
29036         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29037
29038 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29039
29040         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29041         Don't bother to check library strftime, since
29042         we'll be using our own my_strftime function anyway.
29043         Define my_strftime instead of strftime.
29044
29045 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29046
29047         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29048         which is not yet declared.
29049
29050 2001-05-15  Jim Meyering  <meyering@lucent.com>
29051
29052         * m4/regex.m4: Use proper quoting so brackets appear in the test
29053         program.
29054         Reported by, and with help from, Bruno Haible.
29055
29056 2001-05-13  Jim Meyering  <meyering@lucent.com>
29057
29058         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29059         undefined.
29060
29061 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29062
29063         dirname code cleanup.  base_name now behaves more compatibly
29064         with POSIX basename when given file names that have trailing
29065         slashes, and similarly for dir_name.  Add new primitives
29066         base_len and dir_len.  Put the directory-name-related decls
29067         into dirname.h.
29068
29069         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29070         * lib/backupfile.c (base_name): Likewise.
29071         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29072         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29073         * lib/makepath.c (strip_trailing_slashes): Likewise.
29074         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29075         ISSLASH): Likewise.
29076         * lib/rename.c (strip_trailing_slashes): Likewise.
29077         * lib/same.c (base_name): Likewise.
29078         * lib/stripslash.c (ISSLASH): Likewise.
29079
29080         * lib/addext.c: Include <dirname.h> after size_t is defined.
29081         * lib/backupfile.c: Likewise.
29082
29083         * lib/addext.c (addext): Use base_len to trim redundant
29084         trailing slashes instead of doing it ourselves.
29085         But do not trim the last slash if it is not redundant.
29086
29087         * lib/backupfile.c (find_backup_file_name,
29088         max_backup_version): Use base_len instead of rolling it ourselves.
29089         Handle the case of "" and (on DOS) "C:" correctly.
29090
29091         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29092         needed. Include <string.h>, <dirname.h>.
29093         (base_name): Allow file names ending in slashes, other than names
29094         that are all slashes.  In this case, return the basename followed
29095         by the slashes.  This is more general, and can be used in places
29096         where the original base_name purposely had an assertion failure.
29097         (base_len): New function.
29098
29099         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29100         Do not include <assert.h>; no longer needed.
29101         Include xalloc.h.
29102         (memrchr): Remove decl.
29103         (dir_name_r): Remove.
29104         (dir_len): Renamed from dirlen.  All callers changed.
29105         Rewrite in terms of base_name, for simplicity and consistency.
29106         (dir_name): Never return NULL.  All callers changed.
29107         Do not include <stdlib.h> in test program; no longer needed.
29108         return 0; is fine for test program.
29109
29110         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29111         New macros.
29112         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29113
29114         * lib/path-concat.c (path_concat): Use base_len to compute
29115         base length, not strlen; this means we cannot rely on memcpy
29116         to null-terminate.
29117
29118         * lib/same.c (STREQ): Remove.
29119         (same_name): Handle the case where the basename ends in trailing '/'.
29120
29121         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29122         a slash was stripped.  Do not strip the last slash after a
29123         file system prefix.
29124
29125 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29126
29127         * lib/Makefile.am (libfetish_a_SOURCES):
29128         Add strftime.c, since we now compile it on all hosts.
29129
29130         * lib/strftime.c (my_strftime):
29131         Define to nstrftime if emacs, but only if my_strftime is not defined.
29132         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29133         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29134         Add one more extra argument: a nanoseconds value.
29135         All uses changed.
29136         (ns): New macro.
29137         (my_strftime function): Add %N format.
29138         (emacs_strftimeu): Renamed from emacs_strftime,
29139         with extra ut argument.
29140
29141 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29142
29143         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29144
29145 2001-04-21  Jim Meyering  <meyering@lucent.com>
29146
29147         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29148         doesn't interfere.
29149
29150 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29151
29152         * m4/ftruncate.m4: Check for chsize.
29153         Link with ftruncate.o unconditionally if ftruncate is missing.
29154         This was required when cross-compiling to i586-mingw32msvc.
29155
29156 2001-04-08  Jim Meyering  <meyering@lucent.com>
29157
29158         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29159         recomputed; that's necessary when the offset spans a DST transition.
29160         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29161
29162 2001-04-02  Jim Meyering  <meyering@lucent.com>
29163
29164         * lib/regex.h, regex.c: Update from GNU libc.
29165
29166 2001-03-24  Jim Meyering  <meyering@lucent.com>
29167
29168         * m4/jm-macros.m4: Require autoconf-2.49d.
29169
29170 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29171
29172         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29173
29174 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29175
29176         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29177
29178 2001-03-17  Jim Meyering  <meyering@lucent.com>
29179
29180         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29181         now that the version in autoconf is equivalent.
29182         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29183
29184         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29185         Suggestion from Akim Demaille.
29186
29187         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29188         (jm_PREREQ_TEMPNAME): New function.
29189
29190 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29191
29192         * lib/tempname.c (uint64_t): Define to uintmax_t if
29193         not defined, and if UINT64_MAX is not defined.
29194         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29195         Reported by John David Anglin.
29196
29197 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29198
29199         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29200         resolve alias if codeset is empty.
29201         * lib/config.charset (BeOS): Use wildcard syntax.
29202
29203 2001-03-13  Jim Meyering  <meyering@lucent.com>
29204
29205         * lib/path-concat.c (path_concat)
29206         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29207         concatenating e.g., `C:' and `foo'.
29208         From Bruno Haible.
29209
29210 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29211
29212         * lib/localcharset.c (locale_charset): Don't use
29213         setlocale(LC_CTYPE,NULL). Don't return NULL.
29214         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29215
29216 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29217
29218         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29219         support for DOS/DJGPP.
29220
29221 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29222
29223         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29224         lacks mkstemp.  Compile our own tempname.c if we compile our own
29225         mkstemp.c, as mkstemp relies on tempname.
29226
29227 2001-03-01  Jim Meyering  <meyering@lucent.com>
29228
29229         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29230         AH_VERBATIM really does output its argument verbatim.
29231
29232 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29233
29234         * lib/Makefile.am (libfetish_a_SOURCES):
29235         Add dup-safer.c, fopen-safer.c.
29236         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29237
29238         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29239         * lib/unistd-safer.h: New files.
29240
29241 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29242
29243         The mkstemp replacement is taken from glibc 2.2.2, with some
29244         portability fixes for use outside glibc, as follows:
29245
29246         * lib/tempname.c (struct_stat64): New macro.
29247         (direxists, __gen_tempname): Use it.
29248         This avoids a portability problem with Solaris 8.
29249
29250         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29251         (<stddef.h>, <stdint.h>, <string.h>):
29252         Include only if STDC_HEADERS || _LIBC.
29253         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29254         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29255         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29256         (__set_errno): Define this macro if <errno.h> doesn't.
29257         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29258         Define these macros if <stdio.h> doesn't.
29259         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29260         Define these macros if <sys/stat.h>
29261         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29262         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29263         __xstat64): Define if not _LIBC.
29264         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29265         (__gen_tempname): Invoke gettimeofday only if
29266         HAVE_GETTIMEOFDAY || _LIBC;
29267         otherwise, fall back on plain "time".
29268         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29269
29270         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29271
29272         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29273
29274 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29275
29276         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29277
29278 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29279
29280         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29281         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29282         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29283         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29284
29285 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29286
29287         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29288         Remove workaround macros for hosts that have mbrtowc but not
29289         mbstate_t, as we now insist on proper declarations for both
29290         before using mbrtowc.
29291
29292 2001-02-17  Jim Meyering  <meyering@lucent.com>
29293
29294         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29295         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29296         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29297         UnixWare 7.1.1.
29298
29299         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29300         rather than AC_CACHE_VAL.
29301
29302 2001-02-17  Jim Meyering  <meyering@lucent.com>
29303
29304         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29305         around included file name.
29306
29307         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29308
29309         * lib/strftime.c: Update from GNU libc (the only changes were to
29310         comments).
29311
29312 2001-02-17  Jim Meyering  <meyering@lucent.com>
29313
29314         * lib/regex.c: Update from libc.
29315
29316 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29317
29318         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29319         clash.
29320
29321 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29322
29323         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29324         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29325         Reported by Mark Hounschell via Paul Eggert.
29326
29327 2001-02-07  Jim Meyering  <meyering@lucent.com>
29328
29329         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29330
29331 2001-02-05  Jim Meyering  <meyering@lucent.com>
29332
29333         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29334         it includes the patch required for `large file' support with at least
29335         HP-UX's 10.20 /bin/cc.
29336
29337 2001-02-03  Jim Meyering  <meyering@lucent.com>
29338
29339         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29340         AS_IF, now that it works once again (mysteriously).
29341         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29342
29343 2001-01-30  Jim Meyering  <meyering@lucent.com>
29344
29345         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29346         * m4/chown.m4: Rename conftestchown to conftest.chown.
29347         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29348         s/conftestdir2/conftest.d2/.
29349         * m4/utimes.m4: s/conftestdata/conftest.data/
29350         Inspired by Pavel Roskin's change in autoconf.
29351
29352 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29353
29354         * lib/config.charset: Update for FreeBSD 4.2.
29355
29356 2001-01-27  Jim Meyering  <meyering@lucent.com>
29357
29358         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29359         a use of AS_IF.
29360         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29361
29362 2001-01-26  Jim Meyering  <meyering@lucent.com>
29363
29364         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29365         quotearg.c includes it.
29366
29367 2001-01-26  Jim Meyering  <meyering@lucent.com>
29368
29369         * lib/quotearg.c: Include stddef.h.
29370         * lib/quote.c: Include stddef.h.
29371         Reported by Axel Kittenberger.
29372
29373         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29374         line in double quotes so that it evokes a better diagnostic.
29375         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29376         Reported by Axel Kittenberger.
29377
29378 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29379
29380         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29381         as if it was a `charset'.
29382
29383 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29384
29385         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29386         has const.
29387
29388 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29389
29390         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29391         to avoid a warning.  Add back 'const' to inptr.
29392
29393 2001-01-20  Jim Meyering  <meyering@lucent.com>
29394
29395         Be sure that headers are checked before used in code compiled
29396         for the type checks.
29397         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29398         In place of that, invoke jm_CHECK_ALL_TYPES.
29399         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29400         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29401         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29402         The check for ssize_t was mistakenly run before the test for unistd.h.
29403
29404         The configure-time check for stdbool.h was missing.
29405         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29406         (jm_PREREQ_HASH): New function.
29407
29408 2001-01-17  Jim Meyering  <meyering@lucent.com>
29409
29410         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29411         for autoconf-2.49c.
29412         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29413
29414 2001-01-16  Jim Meyering  <meyering@lucent.com>
29415
29416         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29417         From Bruno Haible.
29418
29419 2001-01-14  Jim Meyering  <meyering@lucent.com>
29420
29421         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29422         foo and bar.  Create conftestdir/ in the script, not in the C code.
29423         Remove directories in the script, not in the C code.
29424         Remove conftestdir{,2} before trying to create the directory.
29425         Make the entire configure script fail if the mkdir fails.
29426
29427 2001-01-14  Jim Meyering  <meyering@lucent.com>
29428
29429         * lib/rename.c: New file.  From Volker Borchert.
29430         Include stdlib.h, string.h or strings.h, and xalloc.h.
29431         Use strip_trailing_slashes rather than open-coding it.
29432
29433 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29434
29435         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29436
29437 2001-01-03  Jim Meyering  <meyering@lucent.com>
29438
29439         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29440         of local `inptr' to avoid warning with some system declarations of
29441         iconv.
29442
29443 2001-01-02  Volker Borchert  <bt@teknon.de>
29444
29445         * m4/rename.m4: New file.
29446         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29447
29448 2001-01-01  Jim Meyering  <meyering@lucent.com>
29449
29450         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29451         even on systems with utmpx.h.  It's necessary for the declaration of
29452         utmp's ut_user member.  Reported by Andreas Jaeger.
29453
29454         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29455         available. They are required for the declarations of getgrgid and
29456         getpwuid resp.
29457         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29458         Reported by Andreas Jaeger.
29459
29460 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29461
29462         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29463         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29464         so `make install' also works in VPATH builds.
29465
29466 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29467
29468         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29469         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29470         can be used in subdirectories.
29471
29472 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29473
29474         * lib/modechange.c: Do not assume that mode_t uses the
29475         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29476         the other-execute bit of FOO even if S_IXOTH != 1.
29477
29478         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29479         WOTH, XOTH, ALLM): New macros.
29480         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29481          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29482         Use them.
29483         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29484         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29485         (mode_compile):
29486         No need to use uintmax_t; unsigned long is long enough.
29487         Don't bother to get suffix since we don't use it.
29488
29489 2000-12-26  Jim Meyering  <meyering@lucent.com>
29490
29491         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29492         better with autoheader.
29493
29494 2000-12-24  Jim Meyering  <meyering@lucent.com>
29495
29496         * lib/hash.c (is_prime): Return explicit boolean values.
29497         (hash_get_first): Return NULL to appease Irix5.6's 89.
29498         Reported by Nelson Beebe.
29499
29500 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29501
29502         * lib/localcharset.c (locale_charset): Add support for Win32.
29503
29504 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29505
29506         * lib/physmem.h, lib/physmem.c: New files.
29507
29508         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29509         (noinst_HEADERS): Add physmem.h.
29510
29511         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29512         't' for compatibility with Solaris 8 sort.
29513
29514 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29515
29516         * lib/config.charset: Add support for BeOS.
29517
29518 2000-12-17  Jim Meyering  <meyering@lucent.com>
29519
29520         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29521         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29522
29523 2000-12-16  Jim Meyering  <meyering@lucent.com>
29524
29525         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29526         N and M) would have treated it like `chown N:N FILE'.
29527
29528         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29529
29530 2000-12-16  Jim Meyering  <meyering@lucent.com>
29531
29532         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29533         SHELLS_FILE to a file name that's useful on djgpp systems.
29534         Include stdlib.h.
29535         (ADDITIONAL_DEFAULT_SHELLS): Define.
29536         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29537         Based mostly on a patch from Prashant TR.
29538
29539 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29540
29541         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29542         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29543         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29544
29545 2000-12-08  Andreas Schwab  <schwab@suse.de>
29546
29547         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29548         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29549
29550 2000-12-07  Jim Meyering  <meyering@lucent.com>
29551
29552         * lib/stripslash.c (ISSLASH): Define.
29553         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29554         `/'.
29555         From Prashant TR.
29556
29557         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29558         (dir_name_r): Declare this function as static.
29559         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29560         manifest itself on a name containing a mix of slashes and
29561         backslashes.
29562         Make this function work with names starting with a DOS-style
29563         drive letter and colon prefix.
29564         (dir_name): Append `.' if necessary.
29565         Based mostly on patches from Prashant TR and Eli Zaretskii.
29566
29567         * lib/dirname.h (dir_name_r): Remove prototype.
29568
29569 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29570
29571         * m4/off_t-format.m4: Remove this file.
29572         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29573
29574 2000-12-06  Jim Meyering  <meyering@lucent.com>
29575
29576         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29577         replacement strtoull, we may well need the replacement strtoul, too.
29578         Check for declarations of strtoul and strtoull.
29579         Check for strtol.  Mainly as a cue to cause automake to include
29580         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29581         Check for limits.h -- strtol.c needs it.
29582
29583 2000-12-05  Jim Meyering  <meyering@lucent.com>
29584
29585         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29586
29587 2000-12-04  Jim Meyering  <meyering@lucent.com>
29588
29589         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29590         Also include memory.h, stdlib.h, unistd.h if appropriate.
29591         Reported by Andreas Jaeger (conflicting declaration of malloc).
29592
29593 2000-12-02  Jim Meyering  <meyering@lucent.com>
29594
29595         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29596         * m4/jm-macros.m4 (jm_MACROS): require it.
29597
29598 2000-12-02  Jim Meyering  <meyering@lucent.com>
29599
29600         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29601
29602 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29603
29604         * lib/memrchr.c: Include <config.h> before any system include file.
29605
29606 2000-11-30  Jim Meyering  <meyering@lucent.com>
29607
29608         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29609
29610 2000-11-30  Jim Meyering  <meyering@lucent.com>
29611
29612         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29613
29614 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29615
29616         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29617
29618 2000-11-26  Jim Meyering  <meyering@lucent.com>
29619
29620         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29621
29622 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29623
29624         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29625         size of (size_t) -1; it's not portable.
29626
29627 2000-11-17  Jim Meyering  <meyering@lucent.com>
29628
29629         * lib/strstr.c: Update from GNU libc.
29630
29631 2000-11-17  Akim Demaille  <akim@epita.fr>
29632
29633         * lib/obstack.h: Formatting changes.
29634         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29635         prevent type checking.
29636         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29637         cast the value to (void *): assigning a `foo *' to a `void *'
29638         variable is valid.
29639         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29640
29641 2000-11-16  Jim Meyering  <meyering@lucent.com>
29642
29643         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29644
29645 2000-11-11  Jim Meyering  <meyering@lucent.com>
29646
29647         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29648
29649 2000-11-10  Jim Meyering  <meyering@lucent.com>
29650
29651         * lib/obstack.h: Update from GNU libc.
29652         * lib/obstack.c: Likewise.
29653
29654 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29655
29656         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29657
29658 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29659
29660         * lib/getusershell.c (setusershell): Use rewind rather than
29661         fseek/fseeko, to avoid configuration hassles with fseeko.
29662         Don't bother opening SHELLS_FILE if shellstream is NULL;
29663         it's not necessary.
29664
29665 2000-11-05  Jim Meyering  <meyering@lucent.com>
29666
29667         * lib/makepath.h (make_dir): Declare.
29668         * lib/makepath.c (make_dir): Remove `static' attribute.
29669         Tweak a comment.
29670
29671 2000-11-04  Jim Meyering  <meyering@lucent.com>
29672
29673         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29674
29675 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29676
29677         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29678         last one in a bucket, advance to the next bucket.
29679
29680 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29681
29682         * lib/fnmatch.c: Do not comment out all the code if we are using
29683         the GNU C library, because in some cases we are replacing buggy
29684         code in the GNU C library itself.
29685
29686 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29687
29688         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29689         (regex_compile): Catch bogus \(\1\).
29690
29691 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29692
29693         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29694         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29695         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29696
29697 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29698
29699         * lib/error.h, getline.h, modechange.h:
29700         Remove "2000" from Copyright line, as the file hasn't been
29701         changed this year other than in the copyright notice.
29702
29703         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29704         was changed this year.
29705
29706 2000-10-29  Jim Meyering  <meyering@lucent.com>
29707
29708         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29709         renaming.
29710         * m4/ls-mntd-fs.m4: Likewise
29711
29712 2000-10-29  Jim Meyering  <meyering@lucent.com>
29713
29714         * lib/xstat.in: Fix grammar in comment.
29715
29716 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29717
29718         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29719         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29720         doesn't define __restrict_arr.
29721
29722 2000-10-28  Jim Meyering  <meyering@lucent.com>
29723
29724         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29725         (jm_PREREQ_MEMCHR): New function.
29726
29727 2000-10-28  Jim Meyering  <meyering@lucent.com>
29728
29729         * lib/memchr.c: Update from libc.
29730         Adjust for portability:
29731         [HAVE_STDLIB_H]: Include stdlib.h.
29732         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29733         Undef __memchr, too.
29734         [!weak_alias]: Define __memchr to memchr.
29735
29736         * lib/regex.c: Update from libc.
29737         * lib/regex.h: Likewise.
29738         * lib/getopt1.c: Likewise.
29739         * lib/memcmp.c: Likewise.
29740
29741         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29742         Avoid using fseek, when possible -- it's broken by design.
29743         Patch by Ulrich Drepper.
29744
29745 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29746
29747         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29748         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29749         Giving in to popular pressure to shut up the compiler with casts.
29750
29751 2000-10-26  Jim Meyering  <meyering@lucent.com>
29752
29753         * lib/strftime.c: Update from libc.
29754
29755 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29756
29757         * regex.c: More `unsigned char' -> `re_char' changes.
29758         Also change several `int' into `re_wchar_t'.
29759         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29760         (PUSH_FAILURE_POINTER): Don't cast any more.
29761         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29762         We want GCC to complain, since this piece of code makes
29763         re_match non-reentrant, which *should* be fixed.
29764         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29765         (EXTEND_BUFFER): Use RETALLOC.
29766         (SET_LIST_BIT): Don't cast.
29767         (re_wchar_t): New type.
29768         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29769         that those two functions will always properly return.
29770         (IMMEDIATE_QUIT_CHECK): Cast to void.
29771         (analyse_first): Use recursion rather than an explicit stack.
29772         (re_compile_fastmap): Can't fail anymore.
29773         (re_search_2): Don't check re_compile_fastmap for failure.
29774         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29775         Now also sets the new value (passed in a new argument).
29776         (re_match_2_internal): Use it.
29777         Also, use a new var `reg' of type size_t when looping through regs
29778         rather than reuse the inappropriate `mcnt'.
29779
29780 2000-10-25  Jim Meyering  <meyering@lucent.com>
29781
29782         * lib/obstack.c: Update from libc.
29783
29784 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29785
29786         * regex.c (regex_compile): Change the way of handling a range from
29787         a char less than 256 to a char not less than 256.
29788
29789 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29790
29791         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29792         NT-Emacs only.
29793         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29794         so that re_search functions only quit when callers expect them to.
29795
29796 2000-10-23  Jim Meyering  <meyering@lucent.com>
29797
29798         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29799         wrong.  That set_locale call must not have any side effects.
29800         From Paul Eggert.
29801
29802 2000-10-22  Jim Meyering  <meyering@lucent.com>
29803
29804         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29805         [CYCLIC]: Remove now-unused definition.
29806
29807         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29808         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29809         Suggestion from Ulrich Drepper.
29810
29811 2000-10-21  Jim Meyering  <meyering@lucent.com>
29812
29813         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29814         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29815         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29816
29817 2000-10-21  Jim Meyering  <meyering@lucent.com>
29818
29819         * lib/dirname.c (memrchr): Declare if necessary.
29820         (dir_name): Remove the restriction that there be no
29821         trailing slashes.  Now, this code skips past them, effectively
29822         ignoring them.
29823         [TEST_DIRNAME] (main): New unit tests.
29824
29825         * lib/memrchr.c: New file from GNU libc.
29826         Undef __memrchr, too.
29827         [!weak_alias]: Define __memrchr to memrchr.
29828         Guard weak_alias use with `#ifdef weak_alias'.
29829
29830 2000-10-21  Jim Meyering  <meyering@lucent.com>
29831
29832         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29833         (dir_name): Use dir_name_r.
29834         * lib/dirname.h (dir_name_r): Declare it.
29835
29836 2000-10-17  Jim Meyering  <meyering@lucent.com>
29837
29838         * lib/quote.h (PARAMS): Define and use.
29839         Reported by Akim Demaille.
29840
29841         * lib/getopt.c: Update from libc.
29842
29843 2000-10-16  Jim Meyering  <meyering@lucent.com>
29844
29845         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29846         setlocale.
29847         From Jan Fedak.
29848
29849 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29850
29851         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29852
29853 2000-09-25  Jim Meyering  <meyering@lucent.com>
29854
29855         * lib/md5.h (rol): Define (from GnuPG).
29856
29857         * lib/sha.c: Give credit (GnuPG) where due.
29858         (M): Use rol rather than open-coding it.
29859         Add a FIXME comment.
29860
29861 2000-09-21  Jim Meyering  <meyering@lucent.com>
29862
29863         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29864         Reported by Michael Stone.
29865
29866 2000-09-20  Jim Meyering  <meyering@lucent.com>
29867
29868         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29869         (noinst_HEADERS): Add sha.h.
29870         Based on code from Scott G. Miller and from GnuPG.
29871
29872 2000-09-18  Jim Meyering  <meyering@lucent.com>
29873
29874         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29875         LIBS. Otherwise, everyone ends up linking with -lelf for some
29876         configurations.
29877         Reported by Mike Stone.
29878
29879 2000-09-15  Jim Meyering  <meyering@lucent.com>
29880
29881         * lib/regex.c: Update from libc.
29882
29883 2000-09-10  Jim Meyering  <meyering@lucent.com>
29884
29885         * lib/getopt.c (_getopt_internal): Update from glibc.
29886
29887 2000-09-09  Jim Meyering  <meyering@lucent.com>
29888
29889         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29890         think it should be used as a general replacement for isascii.
29891         * lib/fnmatch.c: Likewise.
29892         * lib/mbswidth.c: Likewise
29893         * lib/regex.c: Likewise.
29894
29895         Don't use atoi.
29896         * lib/userspec.c: Include sys/param.h and limits.h.
29897         Include xstrtol.h.
29898         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29899         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29900         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29901         UID, GID.  Check range.
29902
29903 2000-09-06  Jim Meyering  <meyering@lucent.com>
29904
29905         * lib/getopt.c (_getopt_internal): Update from glibc.
29906
29907 2000-08-30  Jim Meyering  <meyering@lucent.com>
29908
29909         * lib/strftime.c: Merge in changes from GNU libc.
29910
29911 2000-08-26  Jim Meyering  <meyering@lucent.com>
29912
29913         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29914         * m4/fpending.m4: New file.
29915
29916 2000-08-26  Jim Meyering  <meyering@lucent.com>
29917
29918         * lib/closeout.c: Include "__fpending.h".
29919         (close_stdout_status): Return right away if there's nothing to flush.
29920
29921         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29922         * lib/__fpending.c: New file.
29923         * lib/__fpending.h: New file.
29924
29925 2000-08-20  Jim Meyering  <meyering@lucent.com>
29926
29927         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29928         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29929         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29930
29931 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29932
29933         Improve fileutils installation on systems where running
29934         programs (like install) can't be unlinked.
29935         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29936         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29937
29938 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29939
29940         Standardize on "memory exhausted" instead of "Memory exhausted"
29941         or "virtual memory exhausted".
29942         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29943         "virtual memory exhausted".
29944         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29945         our own message.
29946         * lib/userspec.c (parse_user_spec): Likewise.
29947         * lib/bumpalloc.h: comment fix
29948         * lib/same.c, userspec.c: Include xalloc.h.
29949
29950         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29951         not char *const and pointing to a constant array.
29952         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29953         (xrealloc): Comment fix.
29954
29955         * lib/userspec.c (parse_user_spec):
29956         Don't translate a message until just before returning,
29957         to avoid unnecessary translation.
29958
29959 2000-08-07  Jim Meyering  <meyering@lucent.com>
29960
29961         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29962         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29963         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29964         getgroups.c, gethostname.c, getopt.h, group-member.c,
29965         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29966         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
29967         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
29968         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
29969         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
29970         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
29971         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
29972         yesno.c: Back out Copyright date changes for each file with no change
29973         this year.  This eases coordination with other programs using the same
29974         source code modules.  From Paul Eggert.
29975
29976 2000-08-06  Paul Eggert  <eggert@twinsun.com>
29977
29978         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
29979         not char, for compatibility with glibc 2.1.3 strftime.c.
29980
29981 2000-08-03  Greg McGary  <greg@mcgary.org>
29982
29983         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
29984         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
29985         (EXTEND_BUFFER): Use them.
29986
29987 2000-08-01  Jim Meyering  <meyering@lucent.com>
29988
29989         * lib/dirname.c (ISSLASH): Define.
29990         (BACKSLASH_IS_PATH_SEPARATOR): Define.
29991         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
29992         both `\' and `/' may be use as path separators.
29993         Based on a patch from Prashant TR.
29994
29995 2000-07-31  Paul Eggert  <eggert@twinsun.com>
29996
29997         * lib/quotearg.c (quotearg_n_options): Don't make the initial
29998         slot vector a constant, since it might get modified.
29999
30000 2000-07-31  Jim Meyering  <meyering@lucent.com>
30001
30002         * lib/xmalloc.c: Use `virtual memory exhausted', not
30003         `Memory exhausted'.
30004         * lib/obstack.c (print_and_abort): Likewise.
30005
30006 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30007
30008         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30009         buffer, so that the caller can always quote one small
30010         component of a "memory exhausted" message in slot 0.
30011         From a suggestion by Jim Meyering.
30012
30013 2000-07-30  Jim Meyering  <meyering@lucent.com>
30014
30015         * lib/makepath.c (make_path): Quote the other instance, too.
30016
30017         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30018         (STATIC_BUF_SIZE): Define.
30019         (quotearg_n_options): Use only statically allocated storage when
30020         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30021         than STATIC_BUF_SIZE.
30022
30023 2000-07-29  Jim Meyering  <meyering@lucent.com>
30024
30025         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30026         * lib/dirname.c (dir_name): Likewise.
30027
30028         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30029         `/'.
30030
30031         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30032         (dir_name): Assert that there are no trailing slashes.
30033
30034 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30035
30036         * lib/mbswidth.h (mbswidth): Add a flags argument.
30037         (mbswidth): New declaration.
30038         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30039         * lib/mbswidth.c (mbswidth): Add a flags argument.
30040         (mbsnwidth): New function.
30041
30042 2000-07-24  Jim Meyering  <meyering@lucent.com>
30043
30044         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30045
30046 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30047
30048         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30049
30050 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30051
30052         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30053         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30054         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30055         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30056         invoke multibyte primitives.
30057
30058 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30059
30060         * lib/quotearg.c:
30061         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30062         so that mbstate_t is always defined.
30063
30064         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30065         be 1 in at least one GCC installation, and this configuration
30066         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30067         performance on hosts that have mbrtowc but have only unibyte
30068         locales, but I assume these hosts are rare.
30069
30070 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30071
30072         * lib/mbswidth.c (_XOPEN_SOURCE):
30073         Don't define; this causes problems on Solaris 7.
30074         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30075
30076 2000-07-23  Jim Meyering  <meyering@lucent.com>
30077
30078         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30079         too: getgrgid, getpwuid, getuid.
30080
30081 2000-07-23  Jim Meyering  <meyering@lucent.com>
30082
30083         * lib/basename.c (base_name): Add an assertion.
30084
30085 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30086
30087         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30088         shadow its mbsinit function.
30089
30090 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30091
30092         * lib/mbswidth.h: New file.
30093         * lib/mbswidth.c: New file.
30094         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30095         (noinst_HEADERS): Add mbswidth.h.
30096
30097 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30098
30099         * lib/config.charset: Add support for FreeBSD. Improve support for
30100         HP-UX and IRIX 6.
30101
30102 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30103
30104         * m4/mbswidth.m4: New file.
30105         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30106
30107 2000-07-15  Jim Meyering  <meyering@lucent.com>
30108
30109         * lib/makepath.c: Include quote.h.
30110         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30111         corresponding argument in a `quote (...)' call.
30112         Give better diagnostics.
30113
30114         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30115         (noinst_HEADERS): Add quote.h.
30116
30117         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30118         from tar's src/misc.c.
30119         * lib/quote.h: New file.  Prototypes for same.
30120
30121 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30122
30123         From a suggestion by Bruno Haible.
30124         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30125         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30126         to decide whether to define the BeOS workaround macro;
30127         this adjusts to the change to AC_MBSTATE_T.
30128
30129 2000-07-14  Jim Meyering  <meyering@lucent.com>
30130
30131         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30132         jm_AC_TYPE_UINTMAX_T.
30133
30134 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30135
30136         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30137
30138         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30139         quotearg_buffer_restyled): Add support for
30140         clocale_quoting_style.  Undo previous change to
30141         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30142         and "{RIGHT QUOTATION MARK}" msgids.
30143
30144 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30145
30146         From a suggestion by Bruno Haible.
30147         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30148         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30149         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30150         and mbstate_t, to a single-part test that simply defines mbstate_t.
30151         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30152         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30153
30154 2000-07-10  Jim Meyering  <meyering@lucent.com>
30155
30156         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30157
30158         * m4/gnu-source.m4: Output to confdefs.h directly.
30159         Suggestion from Akim Demaille.
30160
30161 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30162
30163         The old behavior of quoting `like this' doesn't look good with
30164         newer, ISO-style fonts.  See:
30165         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30166
30167         Instead, quote "like this" by default.  Let the translator
30168         tailor the locale-specific quoting behavior by providing
30169         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30170
30171         * lib/quotearg.c (N_): New macro.
30172         (gettext_default): New function.
30173         (quotearg_buffer_restyled): Use
30174         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30175         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30176
30177 2000-07-09  Jim Meyering  <meyering@lucent.com>
30178
30179         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30180         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30181
30182         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30183         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30184
30185 2000-07-09  Jim Meyering  <meyering@lucent.com>
30186
30187         * lib/Most files: Update copyright dates to include 2000.
30188
30189 2000-07-08  Jim Meyering  <meyering@lucent.com>
30190
30191         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30192         if not defined.
30193         (xgethostname): Remove now-unnecessary #ifdef.
30194         Move declaration of `err' into loop where it's used.
30195
30196 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30197         and Bruno Haible  <haible@clisp.cons.org>
30198
30199         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30200         only if the test for an object-type mbstate_t fails.  This
30201         prevents us from mistakenly reporting that mbstate_t is a
30202         system object type after we "#define mbstate_t int" to work
30203         around its lack.
30204
30205 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30206         and Bruno Haible  <haible@clisp.cons.org>
30207
30208         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30209
30210 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30211
30212         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30213         to strerror_r.
30214         Include <ctype.h> for use of isalpha.
30215
30216 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30217
30218         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30219         by allocating a larger buffer. Test the gethostname return value for
30220         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30221         returns an error and ENAMETOOLONG isn't defined.
30222
30223 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30224
30225         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30226         dimension.
30227
30228 2000-07-04  Jim Meyering  <meyering@lucent.com>
30229
30230         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30231         of the deprecated AC_CHECKING.
30232
30233 2000-07-04  Jim Meyering  <meyering@lucent.com>
30234
30235         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30236         Reported by Bruno Haible.
30237
30238 2000-07-04  Jim Meyering  <meyering@lucent.com>
30239
30240         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30241         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30242         lacks mbrtowc.
30243
30244 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30245
30246         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30247         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30248
30249 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30250         and Bruno Haible  <haible@clisp.cons.org>
30251
30252         * lib/quotearg.c (mbrtowc):
30253         Assign to *pwc, and return 1 only if result is nonzero.
30254         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30255
30256 2000-07-03  Jim Meyering  <meyering@lucent.com>
30257
30258         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30259
30260 2000-07-03  Jim Meyering  <meyering@lucent.com>
30261
30262         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30263         This is necessary to get a definition of e.g., UTMP_FILE on
30264         HP-UX 10.20.
30265         From Bob Proulx.
30266
30267 2000-07-02  Jim Meyering  <meyering@lucent.com>
30268
30269         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30270
30271         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30272         AC_LIBOBJ(function_name).
30273         * m4/chown.m4: Likewise.
30274         * m4/fnmatch.m4: Likewise.
30275         * m4/ftruncate.m4: Likewise.
30276         * m4/getgroups.m4: Likewise.
30277         * m4/getline.m4: Likewise.
30278         * m4/group-member.m4: Likewise.
30279         * m4/jm-macros.m4: Likewise.
30280         * m4/lstat.m4: Likewise.
30281         * m4/malloc.m4: Likewise.
30282         * m4/memcmp.m4: Likewise.
30283         * m4/nanosleep.m4: Likewise.
30284         * m4/putenv.m4: Likewise.
30285         * m4/realloc.m4: Likewise.
30286         * m4/regex.m4: Likewise.
30287         * m4/stat.m4: Likewise.
30288         * m4/strftime.m4: Likewise.
30289
30290 2000-07-02  Jim Meyering  <meyering@lucent.com>
30291
30292         * lib/quotearg.c (mbstate_t): Don't define here.
30293
30294 2000-07-02  Jim Meyering  <meyering@lucent.com>
30295
30296         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30297
30298 2000-07-01  Jim Meyering  <meyering@lucent.com>
30299
30300         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30301
30302 2000-07-01  Jim Meyering  <meyering@lucent.com>
30303
30304         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30305         problem.
30306
30307 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30308
30309         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30310         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30311
30312 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30313
30314         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30315         per change in ../m4/ls-mntd-fs.m4.
30316         (read_filesystem_list): Ignore symbolic links.
30317
30318 2000-06-29  Jim Meyering  <meyering@lucent.com>
30319
30320         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30321         for declaration of strcmp.
30322
30323         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30324
30325         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30326         Avoid warning by casting result to `char *' to remove `const'.
30327
30328 2000-06-28  Jim Meyering  <meyering@lucent.com>
30329
30330         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30331         included by quotearg.c, for which we perform this test.  From
30332         Bruno Haible.
30333
30334 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30335
30336         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30337         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30338         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30339
30340 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30341
30342         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30343
30344 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30345
30346         savedir now sets errno on failure and invokes xmalloc to get memory.
30347         Fix a couple of other minor bugs while we're at it.
30348
30349         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30350         (NAMLEN): Remove macro.
30351         (malloc, realloc): Remove decls.
30352         (stpcpy): Likewise.
30353         ("xalloc.h"): Include.
30354         (NAME_SIZE_DEFAULT): New macro.
30355         (savedir): Use xmalloc / xrealloc to allocate memory.
30356         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30357         Skip "" directory entries.
30358         Use strlen to calculate directory entry length, since the old method
30359         is rarely used these days and isn't worth supporting.
30360         Don't use a pointer after freeing it.
30361         Check for integer overflow when calculating allocation size.
30362         Use memcpy to copy entries, instead of stpcpy.
30363         Set errno properly when returning NULL.
30364         Check for readdir error.
30365
30366 2000-06-26  Jim Meyering  <meyering@lucent.com>
30367
30368         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30369
30370 2000-06-25  Jim Meyering  <meyering@lucent.com>
30371
30372         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30373         Linux header bug when _XOPEN_SOURCE is defined to 500.
30374
30375 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30376
30377         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30378         deficiency.
30379
30380 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30381
30382         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30383         Include xalloc.h.
30384         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30385
30386 2000-06-24  Jim Meyering  <meyering@lucent.com>
30387
30388         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30389         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30390         for which strerror does return char*, but which lacks a conveniently
30391         accessible declaration of the function.  If the compile-test says
30392         strerror_r doesn't work, then resort to a `run'-test that works on
30393         BeOS and segfaults on DEC Unix.
30394
30395 2000-06-24  Jim Meyering  <meyering@lucent.com>
30396
30397         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30398
30399 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30400
30401         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30402         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30403
30404 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30405
30406         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30407         (mbrtowc, mbstate_t): Define substitutes if
30408         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30409         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30410         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30411
30412 2000-06-23  Jim Meyering  <meyering@lucent.com>
30413
30414         * m4/afs.m4: Add missing AC_MSG_RESULT.
30415         Reported by Bruno Haible.
30416
30417         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30418         Suggestion from Bruno Haible.
30419
30420 2000-06-23  Jim Meyering  <meyering@lucent.com>
30421
30422         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30423
30424 2000-06-21  Jim Meyering  <meyering@lucent.com>
30425
30426         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30427
30428 2000-06-21  Jim Meyering  <meyering@lucent.com>
30429
30430         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30431         (noinst_HEADERS): Add getstr.h.
30432
30433         * lib/getline.c (getstr): Move into a separate file.
30434         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30435         the following changes: new parameter, delim2; both delim[12]
30436         parameters have type `int', not `char'.  The latter would lose
30437         with 8-bit delimiters.
30438         * lib/getstr.h: New file.
30439
30440 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30441
30442         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30443         than 1024, return a memory chunk of least possible size, instead
30444         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30445         Use free/xmalloc instead of xrealloc to avoid copying for very long
30446         paths.
30447
30448 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30449
30450         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30451         the empty string.
30452
30453 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30454
30455         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30456         address, not strdup.  Include <stdlib.h> and don't declare free().
30457
30458 2000-06-19  Jim Meyering  <meyering@lucent.com>
30459
30460         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30461
30462 2000-06-18  Jim Meyering  <meyering@lucent.com>
30463
30464         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30465
30466         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30467         `checking whether...' message to be consistent with that of the
30468         lstat test.
30469
30470 2000-06-18  Jim Meyering  <meyering@lucent.com>
30471
30472         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30473         Besides, these days every porting target provides a mkdir function.
30474
30475         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30476         needed. (this snippet comes from src/system.h).
30477
30478 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30479
30480         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30481
30482 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30483
30484         * lib/human.c (adjust_value): New function.
30485         (human_readable_inexact): Apply rounding style even when
30486         printing approximate values.
30487
30488 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30489
30490         * lib/human.c (human_readable_inexact): Allow an input block
30491         size that is not a multiple of the output block size, and vice versa.
30492         Reported by Piergiorgio Sartor.
30493
30494 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30495
30496         * lib/getdate.y (get_date): Apply relative times after time
30497         zone indicator, not before.  Reported by Todd A. Jacobs.
30498
30499 2000-06-13  Jim Meyering  <meyering@lucent.com>
30500
30501         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30502
30503         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30504
30505 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30506
30507         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30508
30509 2000-06-12  Jim Meyering  <meyering@lucent.com>
30510
30511         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30512         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30513         optional argument.
30514         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30515         the optional argument, `lib'.
30516
30517 2000-06-08  Jim Meyering  <meyering@lucent.com>
30518
30519         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30520
30521 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30522
30523         Rewrite largefile configuration so that we don't need to run
30524         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30525         AC_CANONICAL_HOST in configure.in -- jmm]
30526
30527         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30528         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30529         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30530         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30531         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30532         All uses changed.
30533         Instead of inspecting the output of getconf, try to compile the
30534         test program without and with the macro definition.
30535         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30536         for getconf.  Instead, check for the needed flags by compiling
30537         test programs.
30538
30539 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30540
30541         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30542
30543 2000-06-04  Jim Meyering  <meyering@lucent.com>
30544
30545         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30546         SunOS 4.1.4 for which gid_t is an unsigned type.
30547
30548 2000-06-03  Jim Meyering  <meyering@lucent.com>
30549
30550         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30551         now that autoconf requires that.
30552
30553         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30554         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30555         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30556
30557 2000-06-03  Jim Meyering  <meyering@lucent.com>
30558
30559         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30560
30561 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30562
30563         * m4/glibc21.m4: New file.
30564         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30565
30566 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30567
30568         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30569         newer, don't install charset.alias.
30570         * lib/config.charset: Change the Linux/glibc rules so they become empty
30571         on glibc-2.1 or newer.
30572
30573 2000-06-02  Jim Meyering  <meyering@lucent.com>
30574
30575         * lib/mountlist.c: Back out last change.  Instead, do this...
30576         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30577         me_dummy member using the same `ignore'-testing code.
30578         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30579         fs_type strings.
30580         From Mark D. Roth.
30581
30582 2000-05-29  Jim Meyering  <meyering@lucent.com>
30583
30584         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30585         mounts with the `ignore' attribute.  Based on a patch from
30586         Mark D. Roth.
30587
30588 2000-05-28  Jim Meyering  <meyering@lucent.com>
30589
30590         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30591         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30592         * m4/stat.m4: Likewise.
30593         * m4/lstat.m4: Likewise.
30594         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30595
30596         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30597         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30598
30599 2000-05-26  Jim Meyering  <meyering@lucent.com>
30600
30601         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30602
30603 2000-05-24  Jim Meyering  <meyering@lucent.com>
30604
30605         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30606         autoconf requires that.
30607         * m4/lib-check.m4: Likewise.
30608         * m4/jm-macros.m4: Likewise.
30609         * m4/strftime.m4: Likewise.
30610
30611         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30612         AC_CHECK_DECLS, now that autoconf requires that.
30613
30614 2000-05-22  Jim Meyering  <meyering@lucent.com>
30615
30616         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30617         * m4/lstat.m4: Likewise.
30618
30619 2000-05-22  Jim Meyering  <meyering@lucent.com>
30620
30621         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30622
30623 2000-05-20  Jim Meyering  <meyering@lucent.com>
30624
30625         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30626         (jm_PREREQ): Use it.
30627
30628 2000-05-18  Jim Meyering  <meyering@lucent.com>
30629
30630         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30631         back, too, since it may have been modified by allocate_entry.
30632         (hash_delete): Rewrite to use neither the assignment operator
30633         nor the comma operator in an if-expression.
30634
30635 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30636
30637         * lib/closeout.c:
30638         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30639         Remove; no longer needed.
30640         "quotearg.h": Add include.
30641         (file_name): Do not bother to explicitly initialize to NULL; it's less
30642         efficient on some hosts.
30643         (close_stdout_status): Remove test as to whether stdout was already
30644         closed; it breaks for the case "echo x | sort >&-".
30645         Quote file name colons.
30646         Do not assume that _("write error") lacks format strings.
30647
30648 2000-05-15  Jim Meyering  <meyering@lucent.com>
30649
30650         * lib/version-etc.c (version_etc_copyright): Update the copyright
30651         string used in all --version output.
30652
30653 2000-05-14  Jim Meyering  <meyering@lucent.com>
30654
30655         * lib/closeout.c (close_stdout_set_file_name): New function.
30656         (close_stdout_status): Use new file-scoped global.
30657         Return right away if fstat says the stdout file descriptor is invalid.
30658         * lib/closeout.h (close_stdout_set_file_name): Declare.
30659
30660 2000-05-10  Jim Meyering  <meyering@lucent.com>
30661
30662         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30663         (close_stdout_set_status): New function.
30664         * lib/closeout.h (close_stdout_set_status): Declare.
30665
30666 2000-05-09  Jim Meyering  <meyering@lucent.com>
30667
30668         * m4/gettext.m4: Rename this...
30669         * m4/libintl.m4: ...to this.
30670
30671 2000-05-08  Jim Meyering  <meyering@lucent.com>
30672
30673         * lib/long-options.c: Don't include closeout.h.
30674         (parse_long_options): Don't call close_stdout for --version.
30675
30676 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30677
30678         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30679         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30680         2.1.3 bug.  This avoids a clash when files like regex.c define
30681         _GNU_SOURCE.
30682
30683 2000-05-06  Jim Meyering  <meyering@lucent.com>
30684
30685         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30686         (AC_REPLACE_FUNCS): Add strnlen.
30687
30688         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30689         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30690
30691         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30692         AC_SEARCH_LIBS call for nanosleep.
30693         (LIB_NANOSLEEP): Set and AC_SUBST.
30694
30695 2000-05-06  Jim Meyering  <meyering@lucent.com>
30696
30697         * lib/strnlen.c: Undefine __strnlen and strnlen.
30698         [!weak_alias]: Define __strnlen to strnlen.
30699
30700         * lib/atexit.c: New file, from libiberty.
30701
30702 2000-05-06  Jim Meyering  <meyering@lucent.com>
30703
30704         * lib/closeout.c (close_stdout_status): Also check for errors on the
30705         stderr stream.
30706
30707 2000-05-05  Jim Meyering  <meyering@lucent.com>
30708
30709         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30710         AC_SEARCH_LIBS call for clock_gettime.
30711         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30712
30713         * m4/search-libs.m4: Update from autoconf.
30714
30715         su doesn't work on Solaris 2.6.
30716         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30717         <shadow.h>.  Reported by Dragos Harabor.
30718
30719 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30720
30721         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30722         memcpy instead of xmalloc, xrealloc, path_concat.
30723         (locale_charset): Treat empty environment variables as absent.
30724         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30725
30726 2000-05-04  Jim Meyering  <meyering@lucent.com>
30727
30728         * lib/getopt.c: Update from glibc.
30729         * lib/obstack.c: Likewise.
30730         * lib/obstack.h: Likewise.
30731         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30732         file
30733
30734         * lib/regex.h: Likewise.
30735         * lib/strndup.c: Likewise.
30736         * lib/strnlen.c: New file, from glibc.
30737
30738 2000-05-03  Jim Meyering  <meyering@lucent.com>
30739
30740         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30741
30742 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30743
30744         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30745         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30746         compile-time test, rather than inspecting host and OS, to
30747         decide whether to define _LARGEFILE_SOURCE.
30748
30749 2000-05-01  Jim Meyering  <meyering@lucent.com>
30750
30751         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30752
30753         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30754         Based on a patch from Bruno Haible.
30755
30756 2000-05-01  Jim Meyering  <meyering@lucent.com>
30757
30758         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30759
30760 2000-04-29  Jim Meyering  <meyering@lucent.com>
30761
30762         * lib/path-concat.c: Declare strdup only if it's not defined.
30763         * lib/canon-host.c: Likewise.
30764
30765 2000-04-28  Jim Meyering  <meyering@lucent.com>
30766
30767         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30768         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30769         is included first, then limits.h is included by locale.h by libintl.h.
30770         From John David Anglin.
30771
30772 2000-04-25  Jim Meyering  <meyering@lucent.com>
30773
30774         * lib/makepath.c (S_IRWXUGO): Define.
30775         (make_path): Always perform explicit chmod if MODE specifies any
30776         of the `special' permission bits.  Prompted by a bug report against
30777         install from Mate Wierdl and Joost van Baal.
30778
30779 2000-04-18  Jim Meyering  <meyering@lucent.com>
30780
30781         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30782         (jm_PREREQ): Use it.
30783
30784 2000-04-18  Jim Meyering  <meyering@lucent.com>
30785
30786         * lib/README: New file.
30787
30788         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30789         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30790
30791 2000-04-17  Jim Meyering  <meyering@lucent.com>
30792
30793         Get it right :-)
30794         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30795         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30796         Suggestion from Akim Demaille.
30797
30798 2000-04-17  Jim Meyering  <meyering@lucent.com>
30799
30800         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30801         the definition of it to rpl_strftime also defined-away the system's
30802         declaration.
30803
30804 2000-04-15  Jim Meyering  <meyering@lucent.com>
30805
30806         Use `C' to denote so-called `contiguous' files, the same way
30807         that tar does.
30808         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30809         (ftypelet): Use S_ISCTG.
30810         From Michael Deutschmann.
30811
30812 2000-04-14  Jim Meyering  <meyering@lucent.com>
30813
30814         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30815         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30816         clobbered.
30817
30818 2000-04-14  Jim Meyering  <meyering@lucent.com>
30819
30820         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30821
30822 2000-04-13  Jim Meyering  <meyering@lucent.com>
30823
30824         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30825         AH_VERBATIM to insert required #ifndef into config.h.in.
30826         Suggestion from Akim Demaille.
30827
30828 2000-04-12  Jim Meyering  <meyering@lucent.com>
30829
30830         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30831         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30832         Christian Krackowizer.
30833
30834         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30835         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30836         (AC_SYS_LARGEFILE): Require.
30837         (AM_C_PROTOTYPES): Require.
30838
30839 2000-04-08  Jim Meyering  <meyering@lucent.com>
30840
30841         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30842         names don't conflict.  Reported by Eli Zaretskii.
30843
30844 2000-04-07  Jim Meyering  <meyering@lucent.com>
30845
30846         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30847         sys/types.h, to work around system header problems on AIX 3.2.5.
30848         From Bruno Haible.
30849
30850 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30851
30852         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30853         bug.  Deal with the different error behavior of Irix iconv.
30854
30855 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30856
30857         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30858         IRIX if the installer said otherwise.
30859
30860 2000-04-05  Jim Meyering  <meyering@lucent.com>
30861
30862         Portability tweaks required for ultrix4.3.
30863         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30864         (jm_CHECK_DECLS): Add getutent to the list of functions.
30865         (_jm_DECL_HEADERS): Add utmpx.h.
30866         From John David Anglin.
30867
30868         * m4/strftime.m4: Back out the 2000-04-02 change.
30869         Instead of that change, simply undefine putenv in the test program.
30870
30871 2000-04-05  Jim Meyering  <meyering@lucent.com>
30872
30873         Portability tweaks required for ultrix4.3.
30874         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30875         getutent.
30876         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30877         * lib/canon-host.c: Declare strdup.
30878         * lib/path-concat.c: Likewise.
30879         From John David Anglin.
30880
30881 2000-04-04  Jim Meyering  <meyering@lucent.com>
30882
30883         Be more DOS 8.3-friendly.
30884         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30885         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30886         * lib/Makefile.am: Reflect renaming.
30887         Reported by Eli Zaretskii.
30888
30889         Use a temporary file name that won't clash with `charset.alias'
30890         in the DOS 8.3 name space.
30891         * lib/Makefile.am (charset_tmp): Define.
30892         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30893         (uninstall-local): Likewise.
30894         Reported by Eli Zaretskii.
30895
30896 2000-04-03  Jim Meyering  <meyering@lucent.com>
30897
30898         * m4/gettext.m4: Fix typo in comment.
30899
30900         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30901         textutils/configure.in).  Suggestion from Paul Eggert.
30902         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30903
30904 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30905
30906         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30907         variable in the shell rather than using putenv, which isn't
30908         portable.  This avoids the configure-time inter-test dependency
30909         on the potentially-renamed putenv function.
30910
30911 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30912
30913         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30914         before checking struct stat.st_blksize, so that
30915         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30916
30917 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30918
30919         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30920         since strftime.c uses HAVE_STRFTIME to decide whether to use
30921         the underlying strftime.
30922
30923 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30924
30925         * lib/time/strftime.c (my_strftime): Make sure we call the system
30926         strftime, not ourselves, when invoking the underlying strftime.
30927
30928 2000-03-24  Jim Meyering  <meyering@lucent.com>
30929
30930         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30931         (charset_alias): Define.
30932         (install-exec-local): Factor out common code.
30933         (uninstall-local): Split lines longer than 80.
30934         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30935         (SUFFIXES): Define.
30936         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30937         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30938
30939 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30940
30941         * lib/config.charset: Output a line containing "Packages using this
30942         file".
30943         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30944         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30945         ref-del.sed): New rules.
30946
30947 2000-03-17  Jim Meyering  <meyering@lucent.com>
30948
30949         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30950         Otherwise, include <strings.h>
30951
30952 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30953
30954         * lib/unicodeio.c (utf8_wctomb): New function.
30955         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30956         format instead of in UCS-4 with platform dependent endianness.
30957
30958 2000-03-10  Jim Meyering  <meyering@lucent.com>
30959
30960         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30961         From Marco Franzen.
30962
30963 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30964
30965         * lib/savedir.c (savedir): Work even if directory size is
30966         negative; this can happen with some screwy NFS configurations.
30967
30968 2000-03-06  Jim Meyering  <meyering@lucent.com>
30969
30970         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
30971         if it's NULL (because we ran out of memory).  From Bruno Haible.
30972
30973 2000-03-05  Jim Meyering  <meyering@lucent.com>
30974
30975         * lib/localcharset.c ("path-concat.h"): Include.
30976         (get_charset_aliases): Use path_concat instead of ANSI string
30977         concatenation.
30978
30979         * lib/unicodeio.h (PARAMS): Define.
30980         Use it to guard prototype.
30981
30982 2000-03-04  Jim Meyering  <meyering@lucent.com>
30983
30984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
30985         for lib/localcharset.c.
30986
30987 2000-03-04  Jim Meyering  <meyering@lucent.com>
30988
30989         * lib/Makefile.am (install-exec-local): Create $(libdir) before
30990         installing into it.
30991         (uninstall-local): Uncomment this rule so `make distcheck' works
30992         once again.
30993
30994         * lib/unicodeio.c (<errno.h>): Include it.
30995         (errno): Declare if not defined.
30996
30997         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
30998
30999         * lib/config.charset: New version, incorporating remarks from a linux
31000         i18n mailing list.  From Bruno Haible.
31001
31002 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31003
31004         * m4/codeset.m4: New file.
31005         * m4/iconv.m4: New file.
31006         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31007
31008 2000-03-03  Jim Meyering  <meyering@lucent.com>
31009
31010         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31011
31012 2000-03-02  Jim Meyering  <meyering@lucent.com>
31013
31014         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31015         the messages come out on separate lines.
31016
31017         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31018         rather than jm_CHECK_DECLARATIONS.
31019         * m4/decl.m4: Remove now-unused file.
31020
31021         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31022         geteuid.
31023
31024 2000-03-02  Jim Meyering  <meyering@lucent.com>
31025
31026         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31027
31028 2000-03-01  Jim Meyering  <meyering@lucent.com>
31029
31030         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31031         * lib/unicodeio.c: Likewise.
31032
31033 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31034
31035         * lib/config.charset: New file.
31036         * lib/localcharset.c: New file.
31037         * lib/unicodeio.h, lib/unicodeio.c: New files.
31038         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31039         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31040         (noinst_HEADERS): Add unicodeio.h.
31041         (all-local, install-exec-local, charset.alias): New targets.
31042
31043 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31044
31045         * lib/quotearg.c (ALERT_CHAR): New macro.
31046         (quotearg_buffer_restyled): Use it.
31047
31048 2000-02-27  Jim Meyering  <meyering@lucent.com>
31049
31050         * m4/check-decl.m4: Add getenv to the list.
31051
31052 2000-02-27  Jim Meyering  <meyering@lucent.com>
31053
31054         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31055         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31056
31057         * lib/backupfile.c: Guard inclusion of stdlib.h with
31058         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31059         Declare malloc if needed.
31060
31061         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31062         `#ifndef HAVE_DECL..'
31063         now that autoconf always defines the HAVE_DECL_ symbols.
31064         * lib/human.c: Likewise.
31065         * lib/same.c: Likewise.
31066         * lib/strtoumax.c: Likewise.
31067
31068         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31069         declaration check was not run.
31070         * lib/hash.c: Likewise.
31071         * lib/human.c: Likewise.
31072         * lib/same.c: Likewise.
31073         * lib/strtoumax.c: Likewise.
31074
31075         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31076         `.', then first look up the entire `.'-containing string as a login
31077         name.
31078
31079 2000-02-23  Jim Meyering  <meyering@lucent.com>
31080
31081         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31082         in place of my hack.
31083
31084 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31085
31086         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31087         (textint): New typedef.
31088         (parser_control): Member year changed from int to textint.
31089         All uses changed.
31090         (YYSTYPE): Removed; replaced by %union with int and textint members.
31091         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31092         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31093         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31094         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31095         (date, number, to_year): Use width of number in digits, not its value,
31096         to determine whether it's a 2-digit year, or a 2-digit time.
31097         (yylex): Store number of digits of numeric tokens.
31098         Reported by John Kendall.
31099
31100         (parser_control): Changed from struct parser_control to typedef (for
31101         consistency).  All uses changed.
31102
31103         (tID): Removed; not used.
31104         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31105
31106 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31107
31108         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31109         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31110
31111 2000-02-12  Jim Meyering  <meyering@lucent.com>
31112
31113         * lib/userspec.c (ISDIGIT): Define it.
31114         (isdigit): Remove definition.
31115         (is_number): Use ISDIGIT, not isdigit.
31116         <libintl.h>: Include.
31117         (_ and N_): Define.
31118         (parse_user_spec): Mark translatable strings.
31119
31120 2000-02-10  Jim Meyering  <meyering@lucent.com>
31121
31122         With these changes, nanosleep.[ch] are finally enough like the other
31123         lib/* replacement files to compile on a few more losing systems.
31124
31125         * lib/nanosleep.h: Don't include config.h.
31126         Remove prototype from declaration of nanosleep.
31127         (PARAMS): Remove now-unneeded definition.
31128         * lib/nanosleep.c: #undef nanosleep.
31129         (rpl_nanosleep): Rename from nanosleep.
31130
31131 2000-02-10  Jim Meyering  <meyering@lucent.com>
31132
31133         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31134         gnu_nanosleep to rpl_nanosleep.
31135
31136 2000-02-09  Jim Meyering  <meyering@lucent.com>
31137
31138         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31139         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31140
31141 2000-02-08  Akim Demaille  <akim@epita.fr>
31142
31143         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31144         `[' and `]' and remove uses of `changequote'.
31145         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31146         (AC_SYS_LARGEFILE): Likewise.
31147         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31148         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31149         of changequote.
31150         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31151         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31152         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31153         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31154
31155 2000-02-05  Jim Meyering  <meyering@lucent.com>
31156
31157         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31158         Remove explicit use of AC_HEADER_TIME.  It is required by
31159         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31160         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31161         in autoconf whereby the expansion of the latter ended up preceding
31162         the expansion of its prerequisite, AC_HEADER_TIME.
31163         Reported by Volker Borchert.
31164
31165 2000-02-03  Jim Meyering  <meyering@lucent.com>
31166
31167         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31168
31169 2000-02-03  Jim Meyering  <meyering@lucent.com>
31170
31171         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31172         rather than with `#if HAVE_UTMPNAME'.
31173
31174 2000-02-02  Jim Meyering  <meyering@lucent.com>
31175
31176         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31177         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31178         Reported by Eli Zaretskii.
31179
31180 2000-02-01  Jim Meyering  <meyering@lucent.com>
31181
31182         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31183
31184 2000-01-31  Jim Meyering  <meyering@lucent.com>
31185
31186         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31187         functions.  Add the time.h and sys/time.h headers along with the
31188         AC_REQUIRE'ment of AC_HEADER_TIME.
31189
31190 2000-01-31  Jim Meyering  <meyering@lucent.com>
31191
31192         * lib/nanosleep.h (nanosleep): Guard declaration with
31193         `#if ! HAVE_DECL_NANOSLEEP'.
31194         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31195         the declaration in that vendor's sys/timers.h.
31196         Reported by Christian Krackowizer.
31197
31198         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31199         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31200         (ISPRINT): Likewise.
31201         Reported by Tom Tromey.
31202
31203 2000-01-30  Jim Meyering  <meyering@lucent.com>
31204
31205         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31206
31207         * m4/prereq.m4 (utmp_includes): Define.
31208         Check for ut_user and ut_name members in both struct utmpx
31209         and struct utmp.
31210
31211 2000-01-30  Jim Meyering  <meyering@lucent.com>
31212
31213         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31214         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31215         header files where only utmpx.ut_user is declared.
31216
31217         * lib/readutmp.h (UT_USER): Define.
31218
31219 2000-01-29  Jim Meyering  <meyering@lucent.com>
31220
31221         * m4/lib-check.m4: New file containing library-related checks from
31222         fileutils and sh-utils (textutils had none).
31223
31224 2000-01-28  Jim Meyering  <meyering@lucent.com>
31225
31226         * m4/perl.m4: Change format of warning message to look more like that
31227         from the missing script.  Suggestion from François Pinard.
31228
31229 2000-01-25  Jim Meyering  <meyering@lucent.com>
31230
31231         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31232         well as time.h in the compile check.
31233         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31234         Fix typo in cross-compiling case: s/yes/no/.
31235
31236 2000-01-23  Jim Meyering  <meyering@lucent.com>
31237
31238         * m4/jm-macros.m4: Move df-related tests here from
31239         fileutils/configure.in
31240
31241         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31242         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31243
31244         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31245         s/space/ac_fsusage_space/.
31246         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31247
31248         * m4/ftruncate.m4: New file (derived from part of
31249         fileutils/configure.in).
31250         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31251         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31252
31253         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31254         AC_SUBST these here, rather than just in sh-util/configure.in, so
31255         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31256         all the same.
31257         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31258         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31259         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31260         (AC_SUBST(POW_LIBM)): Likewise.
31261         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31262
31263 2000-01-23  Jim Meyering  <meyering@lucent.com>
31264
31265         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31266         obstack.c.
31267
31268 2000-01-22  Jim Meyering  <meyering@lucent.com>
31269
31270         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31271
31272         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31273
31274         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31275         configure.in
31276         (AC_CHECK_HEADERS): Likewise for sh-utils.
31277         (AC_CHECK_HEADERS): Likewise for textutils.
31278         Merge the three lists of headers.
31279
31280         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31281         from fileutils' configure.in.
31282
31283         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31284         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31285         check-decl.m4.
31286
31287         * m4/check-decl.m4: Use #if rather than #ifdef.
31288         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31289         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31290         (_jm_DECL_HEADERS): Define new function.
31291         (jm_CHECK_DECLARATIONS): Require it.
31292
31293 2000-01-22  Jim Meyering  <meyering@lucent.com>
31294
31295         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31296         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31297         Required for some AIX systems.  Reported by Christian Krackowizer.
31298         [TESTING] (main): New function.
31299
31300         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31301         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31302         letters.
31303
31304         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31305         iswprint.
31306
31307         * lib/strverscmp.c (ISDIGIT): Define.
31308         (strverscmp): Use ISDIGIT, not isdigit.
31309
31310 2000-01-19  Jim Meyering  <meyering@lucent.com>
31311
31312         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31313         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31314         defines `struct timespec' in <sys/time.h>
31315
31316         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31317         Thanks to Akim for explaining.
31318
31319 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31320
31321         * lib/nanosleep.c (nanosleep):
31322         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31323         POSIX.1 doesn't require SA_INTERRUPT and some systems
31324         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31325         it's been part of POSIX.1 since day 1 (in 1988).
31326
31327 2000-01-17  Jim Meyering  <meyering@lucent.com>
31328
31329         * lib/interlock: Remove unused file.  Reported by François Pinard.
31330
31331 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31332
31333         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31334         alert, backslash, formfeed, and vertical tab unnecessarily in
31335         shell quoting style.
31336
31337 2000-01-16  Jim Meyering  <meyering@lucent.com>
31338
31339         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31340         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31341         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31342         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31343
31344 2000-01-16  Jim Meyering  <meyering@lucent.com>
31345
31346         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31347         because the latter didn't work.
31348
31349 2000-01-15  Jim Meyering  <meyering@lucent.com>
31350
31351         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31352         (AC_REPLACE_FUNCS): Add memcpy and memset.
31353         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31354         Add strpbrk.
31355         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31356
31357 2000-01-12  Jim Meyering  <meyering@lucent.com>
31358
31359         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31360         (jm_PREREQ): Use it.
31361         (jm_PREREQ_READUTMP): New macro.
31362         (jm_PREREQ): Use it.
31363
31364 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31365
31366         Quote multibyte characters correctly.
31367         * m4/c-bs-a.m4: New file.
31368         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31369         (jm_PREREQ): Use it.
31370
31371 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31372
31373         * m4/uintmax_t.m4: Port to autoconf 2.13.
31374
31375 2000-01-08  Jim Meyering  <meyering@ascend.com>
31376
31377         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31378         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31379
31380 2000-01-04  Jim Meyering  <meyering@ascend.com>
31381
31382         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31383         jm_STRUCT_DIRENT_D_TYPE.
31384         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31385         jm_STRUCT_DIRENT_D_INO.
31386         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31387         jm_STRUCT_UTIMBUF.
31388         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31389         renamings.
31390         * m4/utime.m4: Likewise.
31391
31392         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31393         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31394
31395 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31396
31397         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31398         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31399
31400 2000-01-02  Jim Meyering  <meyering@ascend.com>
31401
31402         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31403         remember if this is necessary.
31404
31405 1999-12-26  Jim Meyering  <meyering@ascend.com>
31406
31407         * m4/jm-macros.m4: Use it here.
31408         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31409
31410 1999-12-23  Jim Meyering  <meyering@ascend.com>
31411
31412         * m4/jm-macros.m4: Check for clock_gettime (moved from
31413         fileutils/configure.in)
31414         Check for gettimeofday.
31415
31416 1999-12-20  Jim Meyering  <meyering@ascend.com>
31417
31418         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31419         autoconf-2.14a-1999-12-20.
31420
31421 1999-12-19  Jim Meyering  <meyering@ascend.com>
31422
31423         * m4/lstat-slash.m4: New file.
31424         * m4/jm-macros.m4: Use the new macro:
31425         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31426
31427 1999-12-07  Jim Meyering  <meyering@ascend.com>
31428
31429         * m4/perl.m4: Require that File::Compare be available, too.
31430         Too many systems seem to lack it.
31431
31432         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31433         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31434
31435 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31436
31437         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31438         problem with the QNX 4.25 shell, which doesn't propagate exit
31439         status of failed commands inside shell assignments.
31440
31441 1999-11-17  Jim Meyering  <meyering@ascend.com>
31442
31443         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31444
31445 1999-11-07  Jim Meyering  <meyering@ascend.com>
31446
31447         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31448
31449 1999-11-06  Jim Meyering  <meyering@ascend.com>
31450
31451         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31452         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31453
31454 1999-11-05  Jim Meyering  <meyering@ascend.com>
31455
31456         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31457         configure.in of textutils, fileutils, and sh-utils into this one
31458         (shared between those packages) file.
31459         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31460         AC_STRUCT_ST_BLKSIZE.
31461
31462 1999-11-03  Jim Meyering  <meyering@ascend.com>
31463
31464         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31465         of AC_CHECK_TYPE checks includes unistd.h.
31466         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31467         Suggestion from Akim Demaille.
31468
31469 1999-10-30  Jim Meyering  <meyering@ascend.com>
31470
31471         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31472         m4-quoted string.
31473         * m4/ls-mntd-fs.m4: Likewise.
31474         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31475         * m4/jm-winsz1.m4: Likewise.
31476
31477         * m4/const.m4: Remove file, since the fix made it into the experimental
31478         version of autoconf.
31479         * m4/mktime.m4: Likewise.
31480
31481         * m4/check-type.m4: Remove file, now that the latest version of
31482         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31483
31484         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31485         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31486         AC_CHECK_TYPE.
31487
31488 1999-10-04  Jim Meyering  <meyering@ascend.com>
31489
31490         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31491
31492 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31493
31494         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31495         2.95.1 bug with HP-UX 10.20.
31496
31497 1999-09-17  Jim Meyering  <meyering@ascend.com>
31498
31499         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31500         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31501         due to missing strdup (against sh-utils-2.0).
31502
31503 1999-08-29  Jim Meyering  <meyering@ascend.com>
31504
31505         * m4/jm-macros.m4: Require jm_BISON.
31506         * m4/bison.m4: New file.
31507
31508 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31509
31510         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31511         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31512
31513 1999-08-05  Jim Meyering  <meyering@ascend.com>
31514
31515         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31516         to avoid conflicts with `conftest' on 8+3 filesystems.
31517         Suggestion from Eli Zaretskii.
31518
31519 1999-08-04  Jim Meyering  <meyering@ascend.com>
31520
31521         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31522         fileutils and sh-utils (textutils's getline test was inadequate).
31523         (AM_FUNC_GETLINE): Run this test.
31524         (AC_CHECK_FUNCS): Check for getdelim.
31525         Reported by Bob Proulx.
31526
31527 1999-08-02  Jim Meyering  <meyering@ascend.com>
31528
31529         * m4/jm-macros.m4: Add a comment.
31530
31531 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31532
31533         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31534         <inttypes.h> defines strtoumax as a macro (and not as a
31535         function).
31536
31537 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31538
31539         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31540         that we can shift, multiply and divide unsigned long long
31541         values; Ultrix cc can't do it.
31542
31543 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31544
31545         * m4/mktime.m4: New file, which is a preview of what should appear
31546         in the next public autoconf release.
31547
31548 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31549
31550         * m4/lfs.m4: Remove this file.
31551         * m4/largefile.m4: New file.  It contains the old contents of
31552         lfs.m4, except that all names with prefix AC_LFS have been
31553         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31554         compatible with future autoconf versions.  Also, some minor m4
31555         quoting problems have been fixed.
31556
31557 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31558
31559         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31560         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31561         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31562         and simplify the shell code.
31563
31564 1999-08-01  Jim Meyering  <meyering@ascend.com>
31565
31566         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31567         m4.
31568
31569 1999-07-20  Jim Meyering  <meyering@ascend.com>
31570
31571         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31572
31573 1999-07-15  Jim Meyering  <meyering@ascend.com>
31574
31575         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31576
31577 1999-05-22  Jim Meyering  <meyering@ascend.com>
31578
31579         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31580
31581 1999-05-20  Jim Meyering  <meyering@ascend.com>
31582
31583         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31584         Add a colon after each `then' in case $4 is empty.
31585
31586 1999-05-16  Jim Meyering  <meyering@ascend.com>
31587
31588         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31589
31590 1999-05-10  Jim Meyering  <meyering@ascend.com>
31591
31592         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31593
31594         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31595         AC_FUNC_MKTIME.
31596
31597 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31598
31599         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31600
31601 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31602
31603         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31604         not CPPFLAGS, so that linking works correctly in IRIX.
31605
31606 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31607
31608         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31609
31610 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31611
31612         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31613         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31614         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31615         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31616         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31617
31618         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31619
31620 1999-04-20  Jim Meyering  <meyering@ascend.com>
31621
31622         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31623         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31624         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31625
31626 1999-04-18  Jim Meyering  <meyering@ascend.com>
31627
31628         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31629         * m4/jm-macros.m4: Use it.
31630
31631 1999-04-06  Jim Meyering  <meyering@ascend.com>
31632
31633         * m4/strftime.m4: Remove test for %f.
31634
31635 1999-03-29  Jim Meyering  <meyering@ascend.com>
31636
31637         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31638         superset of the AC_TYPE_* checks in the textutils, fileutils,
31639         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31640         AC_TYPE_PID_T.
31641
31642 1999-03-28  Jim Meyering  <meyering@ascend.com>
31643
31644         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31645         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31646         replaced e.g., in the *.sh files of the sh-utils.
31647
31648 1999-03-20  Jim Meyering  <meyering@ascend.com>
31649
31650         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31651         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31652         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31653
31654 1999-03-19  Jim Meyering  <meyering@ascend.com>
31655
31656         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31657
31658 1999-03-12  Jim Meyering  <meyering@ascend.com>
31659
31660         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31661
31662 1999-03-07  Jim Meyering  <meyering@ascend.com>
31663
31664         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31665         declared.
31666
31667 1999-02-17  Jim Meyering  <meyering@ascend.com>
31668
31669         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31670         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31671
31672 1999-02-07  Jim Meyering  <meyering@ascend.com>
31673
31674         * m4/group-member.m4: New file -- extracted from sh-utils'
31675         configure.in.
31676
31677         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31678         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31679
31680 1999-02-06  Jim Meyering  <meyering@ascend.com>
31681
31682         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31683         * m4/fnmatch.m4: Likewise.
31684         * m4/getgroups.m4: Likewise.
31685         * m4/lstat.m4: Likewise.
31686         * m4/malloc.m4: Likewise.
31687         * m4/putenv.m4: Likewise.
31688         * m4/realloc.m4: Likewise.
31689         * m4/regex.m4: Likewise.
31690         * m4/stat.m4: Likewise.
31691         * m4/strftime.m4: Likewise.
31692         Suggestion from Alain Magloire.
31693
31694         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31695         * m4/fnmatch.m4: Likewise.
31696         * m4/getgroups.m4: Likewise.
31697         * m4/getline.m4: Likewise.
31698         * m4/lstat.m4: Likewise.
31699         * m4/malloc.m4: Likewise.
31700         * m4/memcmp.m4: Likewise.
31701         * m4/putenv.m4: Likewise.
31702         * m4/realloc.m4: Likewise.
31703         * m4/regex.m4: Likewise.
31704         * m4/stat.m4: Likewise.
31705         * m4/strftime.m4: Likewise.
31706         Suggestion from Alain Magloire.
31707
31708         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31709         an argument.
31710
31711         * m4/regex.m4: Add a run-time Test for proper operation of
31712         re_compile_pattern.
31713
31714 1999-01-31  Jim Meyering  <meyering@ascend.com>
31715
31716         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31717
31718 1999-01-30  Jim Meyering  <meyering@ascend.com>
31719
31720         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31721
31722         * m4/jm-mktime.m4: Make this a wrapper around the official
31723         AM_FUNC_MKTIME rather than my private copy, now that the official one
31724         is up to date.
31725         * m4/mktime.m4: Remove file.
31726
31727         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31728         * m4/uptime.m4: Likewise.
31729         * m4/uintmax_t.m4: Likewise.
31730
31731 1999-01-28  Jim Meyering  <meyering@ascend.com>
31732
31733         * m4/jm-macros.m4: Use jm_AFS.
31734         * m4/afs.m4: New file (from fileutils' configure.in).
31735
31736         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31737         * m4/chown.m4: Likewise.
31738         * m4/d-ino.m4: Likewise.
31739         * m4/d-type.m4: Likewise.
31740         * m4/fnmatch.m4: Likewise.
31741         * m4/getgroups.m4: Likewise.
31742         * m4/gettext.m4: Likewise.
31743         * m4/jm-mktime.m4: Likewise.
31744         * m4/jm-winsz2.m4: Likewise.
31745         * m4/lcmessage.m4: Likewise.
31746         * m4/ls-mntd-fs.m4: Likewise.
31747         * m4/malloc.m4: Likewise.
31748         * m4/memcmp.m4: Likewise.
31749         * m4/putenv.m4: Likewise.
31750         * m4/realloc.m4: Likewise.
31751         * m4/st_mtim.m4: Likewise.
31752         * m4/strftime.m4: Likewise.
31753
31754 1999-01-16  Jim Meyering  <meyering@ascend.com>
31755
31756         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31757         (ARGMATCH_DIE_DECL): Define.
31758
31759 1999-01-12  Jim Meyering  <meyering@ascend.com>
31760
31761         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31762         Reported by Lars Hecking.
31763
31764 1999-01-10  Jim Meyering  <meyering@ascend.com>
31765
31766         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31767         gross kludge.
31768         * m4/inttypes_h.m4: Likewise.
31769         * m4/lstat.m4: Likewise.
31770         * m4/malloc.m4: Likewise.
31771         * m4/readdir.m4: Likewise.
31772         * m4/realloc.m4: Likewise.
31773         * m4/st_dm_mode.m4: Likewise.
31774         * m4/stat.m4: Likewise.
31775         * m4/utimbuf.m4: Likewise.
31776         * m4/utimes.m4: Likewise.
31777
31778         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31779         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31780         comments in config.h.in are meaningful.
31781
31782         * m4/jm-macros.m4: Require autoconf-2.13 here.
31783
31784         * m4/regex.m4: By default, don't use the included regex.c on systems
31785         with glibc 2.  Suggestion from Uli Drepper.
31786
31787 1999-01-02  Jim Meyering  <meyering@ascend.com>
31788
31789         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31790
31791 1998-12-18  Jim Meyering  <meyering@ascend.com>
31792
31793         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31794         Based on a suggestion from Lars Hecking.
31795
31796 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31797
31798         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31799
31800 1998-11-16  Jim Meyering  <meyering@ascend.com>
31801
31802         * m4/lfs.m4: Double-quote the `uname...` expression.
31803
31804 1998-11-14  Jim Meyering  <meyering@ascend.com>
31805
31806         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31807         * m4/stat.m4: Likewise.
31808
31809 1998-11-03  Jim Meyering  <meyering@ascend.com>
31810
31811         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31812         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31813
31814 1998-10-18  Jim Meyering  <meyering@ascend.com>
31815
31816         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31817
31818 1998-10-17  Jim Meyering  <meyering@ascend.com>
31819
31820         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31821         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31822         calls for those previously hard-coded headers.  Instead, take a new
31823         parameter.
31824         (jm_CHECK_DECLARATIONS): Reflect interface change.
31825         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31826         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31827
31828         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31829
31830 1998-10-14  Jim Meyering  <meyering@ascend.com>
31831
31832         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31833         instead of "TZ=America/Vancouver".  From Paul Eggert.
31834
31835 1998-10-11  Jim Meyering  <meyering@ascend.com>
31836
31837         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31838         This adds a test for a recently added compatibility fix for mktime.c.
31839         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31840
31841 1998-09-27  Jim Meyering  <meyering@ascend.com>
31842
31843         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31844
31845         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31846         ../configure.in, including a change from Gordon Matzigkeit to allow
31847         cross-compiling for the Hurd.
31848
31849         * m4/glibc.m4: New file/macro to test for the GNU C Library
31850         versions 1 and 2.  From Gordon Matzigkeit.
31851         Indent.
31852
31853 1998-09-21  Jim Meyering  <meyering@ascend.com>
31854
31855         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31856
31857 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31858
31859         Port nanosecond-resolution times to UnixWare 2.1.2 and
31860         pedantic Solaris 2.6.
31861
31862         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31863         AC_STRUCT_ST_MTIM.
31864         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31865         Generate name of ns member, instead of just 1 or undef.
31866         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31867
31868 1998-08-15  Jim Meyering  <meyering@ascend.com>
31869
31870         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31871         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31872         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31873         instead of jm_TYPE_SSIZE_T.
31874
31875 1998-08-12  Jim Meyering  <meyering@ascend.com>
31876
31877         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31878
31879 1998-08-02  Jim Meyering  <meyering@ascend.com>
31880
31881         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31882         in acconfig.h manually.
31883
31884 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31885
31886         * m4/st_mtim.m4: New file.
31887
31888 1998-07-28  Jim Meyering  <meyering@ascend.com>
31889
31890         * m4/utimes.m4: Undef stat.
31891
31892 1998-07-25  Jim Meyering  <meyering@ascend.com>
31893
31894         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31895         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31896
31897 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31898
31899         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31900         uid and gid actually remain unchanged.
31901
31902 1998-07-07  Jim Meyering  <meyering@ascend.com>
31903
31904         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31905
31906 1998-07-04  Jim Meyering  <meyering@ascend.com>
31907
31908         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31909         to prove that this macro can be used in packages without regex.c.
31910
31911 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31912
31913         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31914         is to be used.
31915
31916 1998-07-03  Jim Meyering  <meyering@ascend.com>
31917
31918         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31919
31920         * m4/gettext.m4: New file -- from gettext-0.10.35.
31921         * m4/lcmessage.m4: Likewise.
31922         * m4/progtest.m4: Likewise.
31923
31924         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31925         * m4/jm-macros.m4: Require the new macro.
31926
31927 1998-06-29  Jim Meyering  <meyering@ascend.com>
31928
31929         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31930         for the definition of NGROUPS (used in a system header included
31931         by sys/mount.h).
31932
31933 1998-06-28  Jim Meyering  <meyering@ascend.com>
31934
31935         * m4/ls-mntd-fs.m4: New file.
31936         * m4/fstypename.m4: New file.
31937
31938         * m4/jm-macros.m4: Require the new macro.
31939         * m4/jm-glibc-io.m4: New file.
31940
31941 1998-05-19  Jim Meyering  <meyering@ascend.com>
31942
31943         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31944         * m4/lchown.m4: New file.
31945
31946         * m4/Makefile.am.in: New file.
31947         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31948
31949 1998-05-14  Jim Meyering  <meyering@ascend.com>
31950
31951         * m4/Makefile.am (EXTRA_DIST): Add them.
31952         * m4/jm-macros.m4: New file.
31953         * m4/utimbuf.m4: New file.
31954
31955 1998-05-12  Jim Meyering  <meyering@ascend.com>
31956
31957         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31958
31959 1998-05-11  Jim Meyering  <meyering@ascend.com>
31960
31961         * m4/isc-posix.m4: New file.
31962
31963 1998-05-10  Jim Meyering  <meyering@ascend.com>