Tests for module 'uniwidth/width'.
[gnulib.git] / ChangeLog
1 2007-07-07  Bruno Haible  <bruno@clisp.org>
2
3         * tests/uniwidth/test-uc_width.c: New file.
4         * modules/uniwidth/width-tests: New file.
5
6         * lib/uniwidth/width.c: New file, from GNU libiconv.
7         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
8         * modules/uniwidth/width: New file.
9
10         * lib/uniwidth.h: New file, from GNU libiconv.
11         * modules/uniwidth/base: New file.
12
13 2007-07-07  Bruno Haible  <bruno@clisp.org>
14
15         * lib/uniname.h: New file, from GNU gettext.
16         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
17         * lib/uniname/uninames.h: New file, from GNU gettext.
18         * lib/uniname/uniname.c: New file, from GNU gettext.
19         * tests/uniname/test-uninames.sh: New file.
20         * tests/uniname/test-uninames.c: New file, from GNU gettext.
21         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
22         * modules/uniname/base: New file.
23         * modules/uniname/uniname: New file.
24         * modules/uniname/uniname-tests: New file.
25         * MODULES.html.sh (Unicode string functions): Add the new modules.
26
27 2007-07-06  Bruno Haible  <bruno@clisp.org>
28
29         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
30
31 2007-07-06  Bruno Haible  <bruno@clisp.org>
32
33         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
35         includes <cygwin/sys_time.h> which includes <sys/select.h> which
36         include <sys/time.h>.
37         Reported by Eric Blake.
38
39 2007-07-06  Eric Blake  <ebb9@byu.net>
40
41         Fix testing canonicalize on cygwin.
42         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
43         Revert patch from 2007-06-19.
44         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
45         canonicalize module is also in use.
46         * tests/test-canonicalize.c: New file.
47         * tests/test-canonicalize.sh: Likewise.
48         * modules/canonicalize-tests: Likewise.
49
50 2007-07-06  Jim Meyering  <jim@meyering.net>
51
52         * lib/getugroups.c (getugroups): Detect getgrent failure.
53         Adjust comment to reflect reality: this function may return -1.
54
55 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
56
57         * build-aux/bootstrap (TP_URL,get_translations): Update to use
58         the new TP address.
59         (usage): Fix typo
60         (gnulib_mk): New variable.
61
62 2007-07-05  Jim Meyering  <jim@meyering.net>
63
64         Don't let endgrent clobber errno, no matter how improbable.
65         * lib/getugroups.c (getugroups): Save and restore errno around
66         endgrent call.
67
68         Close the group DB even when failing with 2^31 or more members.
69         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
70
71 2007-07-04  Jim Meyering  <jim@meyering.net>
72
73         * lib/getugroups.h: New file.
74         * lib/getugroups.c: Include "getugroups.h".
75         Remove uses of "register" keyword.
76         Move local variable, "cp", down into scope where used.
77         Give "username" parameter the "const" attribute.
78         * modules/getugroups (Files): Add lib/getugroups.h
79
80 2007-07-04  Karl Berry  <karl@gnu.org>
81
82         * MODULES.html.sh (func_all_modules): Complete rename of
83         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
84
85 2007-07-02  Bruno Haible  <bruno@clisp.org>
86
87         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
88         mode, when inttypes.h comes from gnulib.
89         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
90
91 2007-07-02  Simon Josefsson  <simon@josefsson.org>
92
93         * NEWS: Mention lgpl module name change.
94
95         * modules/lgpl-2.1: Renamed from lgpl.
96
97         * NEWS: Mention gpl module name change.
98
99         * modules/gpl-3.0: New file, based on gpl-2.0.
100
101         * modules/gpl-2.0: Renamed from gpl.
102
103         * modules/gpl: Fix filename, doc/gpl.texi is now found at
104         doc/gpl-2.0.texi.
105
106 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
107
108         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
109         #define __STDC_LIMIT_MACROS temporarily while including
110         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
111         Problem reported by Joel E. Denny in
112         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
113
114 2007-07-01  Bruno Haible  <bruno@clisp.org>
115
116         * lib/unistdio.h: New file.
117         * lib/unistdio/u-asnprintf.h: New file.
118         * lib/unistdio/u-asprintf.h: New file.
119         * lib/unistdio/u-printf-args.c: New file.
120         * lib/unistdio/u-printf-args.h: New file.
121         * lib/unistdio/u-printf-parse.h: New file.
122         * lib/unistdio/u-snprintf.h: New file.
123         * lib/unistdio/u-sprintf.h: New file.
124         * lib/unistdio/u-vasprintf.h: New file.
125         * lib/unistdio/u-vsnprintf.h: New file.
126         * lib/unistdio/u-vsprintf.h: New file.
127         * lib/unistdio/ulc-asnprintf.c: New file.
128         * lib/unistdio/ulc-asprintf.c: New file.
129         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
130         * lib/unistdio/ulc-printf-parse.c: New file.
131         * lib/unistdio/ulc-snprintf.c: New file.
132         * lib/unistdio/ulc-sprintf.c: New file.
133         * lib/unistdio/ulc-vasnprintf.c: New file.
134         * lib/unistdio/ulc-vasprintf.c: New file.
135         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
136         * lib/unistdio/ulc-vsnprintf.c: New file.
137         * lib/unistdio/ulc-vsprintf.c: New file.
138         * lib/unistdio/u8-asnprintf.c: New file.
139         * lib/unistdio/u8-asprintf.c: New file.
140         * lib/unistdio/u8-printf-parse.c: New file.
141         * lib/unistdio/u8-snprintf.c: New file.
142         * lib/unistdio/u8-sprintf.c: New file.
143         * lib/unistdio/u8-vasnprintf.c: New file.
144         * lib/unistdio/u8-vasprintf.c: New file.
145         * lib/unistdio/u8-vsnprintf.c: New file.
146         * lib/unistdio/u8-vsprintf.c: New file.
147         * lib/unistdio/u8-u8-asnprintf.c: New file.
148         * lib/unistdio/u8-u8-asprintf.c: New file.
149         * lib/unistdio/u8-u8-snprintf.c: New file.
150         * lib/unistdio/u8-u8-sprintf.c: New file.
151         * lib/unistdio/u8-u8-vasnprintf.c: New file.
152         * lib/unistdio/u8-u8-vasprintf.c: New file.
153         * lib/unistdio/u8-u8-vsnprintf.c: New file.
154         * lib/unistdio/u8-u8-vsprintf.c: New file.
155         * lib/unistdio/u16-asnprintf.c: New file.
156         * lib/unistdio/u16-asprintf.c: New file.
157         * lib/unistdio/u16-printf-parse.c: New file.
158         * lib/unistdio/u16-snprintf.c: New file.
159         * lib/unistdio/u16-sprintf.c: New file.
160         * lib/unistdio/u16-vasnprintf.c: New file.
161         * lib/unistdio/u16-vasprintf.c: New file.
162         * lib/unistdio/u16-vsnprintf.c: New file.
163         * lib/unistdio/u16-vsprintf.c: New file.
164         * lib/unistdio/u16-u16-asnprintf.c: New file.
165         * lib/unistdio/u16-u16-asprintf.c: New file.
166         * lib/unistdio/u16-u16-snprintf.c: New file.
167         * lib/unistdio/u16-u16-sprintf.c: New file.
168         * lib/unistdio/u16-u16-vasnprintf.c: New file.
169         * lib/unistdio/u16-u16-vasprintf.c: New file.
170         * lib/unistdio/u16-u16-vsnprintf.c: New file.
171         * lib/unistdio/u16-u16-vsprintf.c: New file.
172         * lib/unistdio/u32-asnprintf.c: New file.
173         * lib/unistdio/u32-asprintf.c: New file.
174         * lib/unistdio/u32-printf-parse.c: New file.
175         * lib/unistdio/u32-snprintf.c: New file.
176         * lib/unistdio/u32-sprintf.c: New file.
177         * lib/unistdio/u32-vasnprintf.c: New file.
178         * lib/unistdio/u32-vasprintf.c: New file.
179         * lib/unistdio/u32-vsnprintf.c: New file.
180         * lib/unistdio/u32-vsprintf.c: New file.
181         * lib/unistdio/u32-u32-asnprintf.c: New file.
182         * lib/unistdio/u32-u32-asprintf.c: New file.
183         * lib/unistdio/u32-u32-snprintf.c: New file.
184         * lib/unistdio/u32-u32-sprintf.c: New file.
185         * lib/unistdio/u32-u32-vasnprintf.c: New file.
186         * lib/unistdio/u32-u32-vasprintf.c: New file.
187         * lib/unistdio/u32-u32-vsnprintf.c: New file.
188         * lib/unistdio/u32-u32-vsprintf.c: New file.
189         * tests/unistdio/test-ulc-asnprintf1.c: New file.
190         * tests/unistdio/test-ulc-asnprintf1.h: New file.
191         * tests/unistdio/test-ulc-printf1.h: New file.
192         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
193         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
194         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
195         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
196         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
197         * tests/unistdio/test-ulc-vasprintf1.c: New file.
198         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
199         * tests/unistdio/test-ulc-vsprintf1.c: New file.
200         * tests/unistdio/test-u8-asnprintf1.c: New file.
201         * tests/unistdio/test-u8-asnprintf1.h: New file.
202         * tests/unistdio/test-u8-printf1.h: New file.
203         * tests/unistdio/test-u8-vasnprintf1.c: New file.
204         * tests/unistdio/test-u8-vasnprintf2.c: New file.
205         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
206         * tests/unistdio/test-u8-vasnprintf3.c: New file.
207         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
208         * tests/unistdio/test-u8-vasprintf1.c: New file.
209         * tests/unistdio/test-u8-vsnprintf1.c: New file.
210         * tests/unistdio/test-u8-vsprintf1.c: New file.
211         * tests/unistdio/test-u16-asnprintf1.c: New file.
212         * tests/unistdio/test-u16-asnprintf1.h: New file.
213         * tests/unistdio/test-u16-printf1.h: New file.
214         * tests/unistdio/test-u16-vasnprintf1.c: New file.
215         * tests/unistdio/test-u16-vasnprintf2.c: New file.
216         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
217         * tests/unistdio/test-u16-vasnprintf3.c: New file.
218         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
219         * tests/unistdio/test-u16-vasprintf1.c: New file.
220         * tests/unistdio/test-u16-vsnprintf1.c: New file.
221         * tests/unistdio/test-u16-vsprintf1.c: New file.
222         * tests/unistdio/test-u32-asnprintf1.c: New file.
223         * tests/unistdio/test-u32-asnprintf1.h: New file.
224         * tests/unistdio/test-u32-printf1.h: New file.
225         * tests/unistdio/test-u32-vasnprintf1.c: New file.
226         * tests/unistdio/test-u32-vasnprintf2.c: New file.
227         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
228         * tests/unistdio/test-u32-vasnprintf3.c: New file.
229         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
230         * tests/unistdio/test-u32-vasprintf1.c: New file.
231         * tests/unistdio/test-u32-vsnprintf1.c: New file.
232         * tests/unistdio/test-u32-vsprintf1.c: New file.
233         * modules/unistdio/base: New file.
234         * modules/unistdio/u-printf-args: New file.
235         * modules/unistdio/ulc-asnprintf: New file.
236         * modules/unistdio/ulc-asprintf: New file.
237         * modules/unistdio/ulc-fprintf: New file.
238         * modules/unistdio/ulc-printf-parse: New file.
239         * modules/unistdio/ulc-snprintf: New file.
240         * modules/unistdio/ulc-sprintf: New file.
241         * modules/unistdio/ulc-vasnprintf: New file.
242         * modules/unistdio/ulc-vasprintf: New file.
243         * modules/unistdio/ulc-vfprintf: New file.
244         * modules/unistdio/ulc-vsnprintf: New file.
245         * modules/unistdio/ulc-vsprintf: New file.
246         * modules/unistdio/u8-asnprintf: New file.
247         * modules/unistdio/u8-asprintf: New file.
248         * modules/unistdio/u8-printf-parse: New file.
249         * modules/unistdio/u8-snprintf: New file.
250         * modules/unistdio/u8-sprintf: New file.
251         * modules/unistdio/u8-vasnprintf: New file.
252         * modules/unistdio/u8-vasprintf: New file.
253         * modules/unistdio/u8-vsnprintf: New file.
254         * modules/unistdio/u8-vsprintf: New file.
255         * modules/unistdio/u8-u8-asnprintf: New file.
256         * modules/unistdio/u8-u8-asprintf: New file.
257         * modules/unistdio/u8-u8-snprintf: New file.
258         * modules/unistdio/u8-u8-sprintf: New file.
259         * modules/unistdio/u8-u8-vasnprintf: New file.
260         * modules/unistdio/u8-u8-vasprintf: New file.
261         * modules/unistdio/u8-u8-vsnprintf: New file.
262         * modules/unistdio/u8-u8-vsprintf: New file.
263         * modules/unistdio/u16-asnprintf: New file.
264         * modules/unistdio/u16-asprintf: New file.
265         * modules/unistdio/u16-printf-parse: New file.
266         * modules/unistdio/u16-snprintf: New file.
267         * modules/unistdio/u16-sprintf: New file.
268         * modules/unistdio/u16-vasnprintf: New file.
269         * modules/unistdio/u16-vasprintf: New file.
270         * modules/unistdio/u16-vsnprintf: New file.
271         * modules/unistdio/u16-vsprintf: New file.
272         * modules/unistdio/u16-u16-asnprintf: New file.
273         * modules/unistdio/u16-u16-asprintf: New file.
274         * modules/unistdio/u16-u16-snprintf: New file.
275         * modules/unistdio/u16-u16-sprintf: New file.
276         * modules/unistdio/u16-u16-vasnprintf: New file.
277         * modules/unistdio/u16-u16-vasprintf: New file.
278         * modules/unistdio/u16-u16-vsnprintf: New file.
279         * modules/unistdio/u16-u16-vsprintf: New file.
280         * modules/unistdio/u32-asnprintf: New file.
281         * modules/unistdio/u32-asprintf: New file.
282         * modules/unistdio/u32-printf-parse: New file.
283         * modules/unistdio/u32-snprintf: New file.
284         * modules/unistdio/u32-sprintf: New file.
285         * modules/unistdio/u32-vasnprintf: New file.
286         * modules/unistdio/u32-vasprintf: New file.
287         * modules/unistdio/u32-vsnprintf: New file.
288         * modules/unistdio/u32-vsprintf: New file.
289         * modules/unistdio/u32-u32-asnprintf: New file.
290         * modules/unistdio/u32-u32-asprintf: New file.
291         * modules/unistdio/u32-u32-snprintf: New file.
292         * modules/unistdio/u32-u32-sprintf: New file.
293         * modules/unistdio/u32-u32-vasnprintf: New file.
294         * modules/unistdio/u32-u32-vasprintf: New file.
295         * modules/unistdio/u32-u32-vsnprintf: New file.
296         * modules/unistdio/u32-u32-vsprintf: New file.
297         * modules/unistdio/ulc-asnprintf-tests: New file.
298         * modules/unistdio/ulc-vasnprintf-tests: New file.
299         * modules/unistdio/ulc-vasprintf-tests: New file.
300         * modules/unistdio/ulc-vsnprintf-tests: New file.
301         * modules/unistdio/ulc-vsprintf-tests: New file.
302         * modules/unistdio/u8-asnprintf-tests: New file.
303         * modules/unistdio/u8-vasnprintf-tests: New file.
304         * modules/unistdio/u8-vasprintf-tests: New file.
305         * modules/unistdio/u8-vsnprintf-tests: New file.
306         * modules/unistdio/u8-vsprintf-tests: New file.
307         * modules/unistdio/u16-asnprintf-tests: New file.
308         * modules/unistdio/u16-vasnprintf-tests: New file.
309         * modules/unistdio/u16-vasprintf-tests: New file.
310         * modules/unistdio/u16-vsnprintf-tests: New file.
311         * modules/unistdio/u16-vsprintf-tests: New file.
312         * modules/unistdio/u32-asnprintf-tests: New file.
313         * modules/unistdio/u32-vasnprintf-tests: New file.
314         * modules/unistdio/u32-vasprintf-tests: New file.
315         * modules/unistdio/u32-vsnprintf-tests: New file.
316         * modules/unistdio/u32-vsprintf-tests: New file.
317         * MODULES.html.sh (Unicode string functions): Add the new modules.
318
319 2007-07-01  Bruno Haible  <bruno@clisp.org>
320
321         * lib/sprintf.c (sprintf): Limit the available length estimation,
322         to avoid address wraparound.
323         * lib/vsprintf.c (vsprintf): Likewise.
324         * modules/sprintf-posix (Dependencies): Add stdint.
325         * modules/vsprintf-posix (Dependencies): Likewise.
326
327 2007-07-01  Bruno Haible <bruno@clisp.org>
328
329         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
330         Windows PATH as well. Conservative double-quoting. Comments.
331
332 2007-07-01  Bruno Haible <bruno@clisp.org>
333             Eric Blake  <ebb9@byu.net>
334             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
335
336         * gnulib-tool (self_abspathname): Fix algorithm to cope with
337         empty components in $PATH, denoting '.'.
338
339 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
340
341         * gnulib-tool: Fix indentation.
342         (func_create_megatestdir): Likewise.
343         Report by Bruno Haible.
344
345 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
346
347         Sync from Automake.
348         * build-aux/gnupload: Fix shell portability issues with for loops.
349         Report by Karl Berry.
350
351 2007-06-29  Simon Josefsson  <simon@josefsson.org>
352
353         * build-aux/maint.mk (POURL): Use translationproject.org.
354
355 2007-06-27  Simon Josefsson  <simon@josefsson.org>
356             Bruno Haible  <bruno@clisp.org>
357
358         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
359         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
360         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
361         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
362         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
363
364 2007-06-27  Bruno Haible  <bruno@clisp.org>
365
366         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
367         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
368
369 2007-06-26  Karl Berry  <karl@gnu.org>
370
371         * MODULES.html.sh: remove xreadlink-with-size.
372
373 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
374
375         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
376         method that I hope also handles the double-include problem noted
377         by Bruno Haible in
378         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
379
380 2007-06-23  Bruno Haible  <bruno@clisp.org>
381
382         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
383         Don't let the 'mostlyclean' target fail if the last subdirectory could
384         not be removed.
385         Reported by Karl Berry.
386
387 2007-06-23  Bruno Haible  <bruno@clisp.org>
388
389         * gnulib-tool (echo): Add a speedier workaround for ksh.
390         * tests/test-echo.sh: Likewise.
391
392 2007-06-23  Bruno Haible  <bruno@clisp.org>
393
394         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
395         * tests/test-echo.sh: Likewise.
396
397 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
398
399         * gnulib-tool (IFS): Initialize early, so we don't set it to
400         empty later.
401         (self_abspathname): Rewrite algorithm to set it, reindent.
402         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
403         (func_create_megatestdir): Merge some sed scripts.
404
405 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
406
407         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
408         exposed by Sun Studio 11 cc on Solaris 8.
409
410 2007-06-22  Bruno Haible  <bruno@clisp.org>
411
412         * gnulib-tool (echo): Ensure the echo primitive does not interpret
413         backslashes.
414         * tests/test-echo.sh: New file.
415
416 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
417
418         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
419         simplify `sed_replace_build_aux' scripts, they are portable but
420         echoing them with `echo' is not.
421         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
422
423 2007-06-21  Karl Berry  <karl@gnu.org>
424
425         * config/srclist.txt: guess we can't handle the licenses via
426         srclist at the moment.
427
428 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
429
430         * MODULES.html.sh: Add include_next.
431         * modules/include_next: New file.
432
433 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
434
435         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
436         INCLUDE_NEXT.
437         (gl_CHECK_NEXT_HEADERS): New macro.
438         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
439         the obsolescent gl_ABSOLUTE_HEADER.
440         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
441         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
442         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
443         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
444         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
445         * m4/math_h.m4 (gl_MATH_H): Likewise.
446         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
447         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
448         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
449         * m4/stdint.m4 (gl_STDINT_H): Likewise.
450         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
451         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
452         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
453         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
454         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
455         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
456         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
457         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
458         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
459         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
460         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
461         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
462         * m4/inttypes.m4 (gl_INTTYPES_H): Define
463         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
464         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
465         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
466         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
467         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
468         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
469         * lib/float_.h: Likewise.
470         * lib/inttypes_.h: Likewise.
471         * lib/math_.h: Likewise.
472         * lib/search_.h: Likewise.
473         * lib/signal_.h: Likewise.
474         * lib/stdint_.h: Likewise.
475         * lib/stdio_.h: Likewise.
476         * lib/stdlib_.h: Likewise.
477         * lib/string_.h: Likewise.
478         * lib/sys_stat_.h: Likewise.
479         * lib/sys_time_.h: Likewise.
480         * lib/time_.h: Likewise.
481         * lib/unistd_.h: Likewise.
482         * lib/wchar_.h: Likewise.
483         * lib/wctype_.h: Likewise.
484         * lib/dirent_.h: Likewise.
485         * lib/iconv_.h: Likewise.
486         * lib/locale_.h: Likewise.
487         * lib/netinet_in_.h: Likewise.
488         * lib/sys_select_.h: Likewise.
489         * lib/sys_socket_.h: Likewise.
490         * lib/sysexits_.h: Likewise.
491         * modules/fcntl (Depends-on): Depend on include_next, not
492         absolute_header.
493         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
494         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
495         * modules/fchdir: Likewise.
496         * modules/float: Likewise.
497         * modules/iconv_open: Likewise.
498         * modules/inttypes: Likewise.
499         * modules/locale: Likewise.
500         * modules/math: Likewise.
501         * modules/netinet_in: Likewise.
502         * modules/search: Likewise.
503         * modules/signal: Likewise.
504         * modules/stdint: Likewise.
505         * modules/stdio: Likewise.
506         * modules/stdlib: Likewise.
507         * modules/string: Likewise.
508         * modules/sys_select: Likewise.
509         * modules/sys_socket: Likewise.
510         * modules/sys_stat: Likewise.
511         * modules/sys_time: Likewise.
512         * modules/sysexits: Likewise.
513         * modules/time: Likewise.
514         * modules/unistd: Likewise.
515         * modules/wchar: Likewise.
516         * modules/wctype: Likewise.
517         * modules/sys_stat: Change maintainer to "all".
518         * modules/unistd: Likewise.
519
520 2007-06-20  Karl Berry  <karl@gnu.org>
521
522         * config/srclist.txt: track www changes in license files.
523
524 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
525
526         * build-aux/bootstrap: Remove stray dot.
527         Make sure build_aux settings are honored when linking
528         gnulib_extra_files.
529
530 2007-06-19  Eric Blake  <ebb9@byu.net>
531
532         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
533         Allow compilation on cygwin.
534
535 2007-06-19  Jim Meyering  <jim@meyering.net>
536
537         xreadlink-with-size: Remove module.  No longer used.
538         Ex-callers now use xreadlink or mreadlink-with-size.
539         * modules/xreadlink-with-size: Remove module.
540         * lib/xreadlink-with-size.c: Remove file.
541         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
542         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
543         just before the function definition *is* accurate.
544
545         Eliminate one way canonicalize_filename_mode could exit.
546         * lib/canonicalize.c (canonicalize_filename_mode):
547         Use mreadlink_with_size, not xreadlink_with_size.
548
549 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
550
551         Detect porting problems to FreeBSD/arm, which has time_t wider than
552         long int.  Original problem reported for GNU diff by Xin Li in
553         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
554         * modules/getdate (Depends-on): Add intprops, verify.
555         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
556         is an integer type no wider than long int.
557
558 2007-06-18  Jim Meyering  <jim@meyering.net>
559
560         New module: mreadlink-with-size.
561         * MODULES.html.sh: Add mreadlink-with-size.
562         * modules/mreadlink-with-size: New module
563         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
564         not xreadlink-with-size.
565         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
566
567 2007-06-16  Bruno Haible  <bruno@clisp.org>
568
569         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
570         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
571         Reported by Gary V. Vaughan <gary@gnu.org>.
572
573 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
574
575         Revamp lchown so that it lives in unistd.h where it belongs.
576         * lib/lchown.h: Remove.
577         * lib/dirchownmod.c: Don't include lib/lchown.h.
578         * lib/fchownat.c: Likewise.
579         * lib/openat.c: Likewise.
580         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
581         does not follow symlinks.
582         (EOPNOTSUPP): Define if not defined.
583         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
584         is defined to 0.
585         (lchown): New decl.
586         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
587         Do not check for lchown decl.
588         Set REPLACE_LCHOWN.
589         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
590         REPLACE_LCHOWN.
591         * modules/chown: Make it clear it follows symlinks.
592         * modules/lchown: Make it clear it doesn't follow symlinks.
593         (Files): Remove lib/lchown.h
594         (Depends-on): Add unistd.
595         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
596         (Include): Include <unistd.h>, not "lchown.h".
597         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
598         REPLACE_LCHOWN.
599
600 2007-06-15  Jim Meyering  <jim@meyering.net>
601
602         Change license (GPL to LGPL) of fsusage and dependents.
603         * modules/fsusage (License): Change to LGPL.
604         * modules/full-read (License): Likewise.
605         * modules/full-write (License): Likewise.
606         * modules/safe-read (License): Likewise.
607         * modules/safe-write (License): Likewise.
608
609 2007-06-14  Ben Pfaff  <blp@gnu.org>
610
611         Missing part of allocsa -> malloca transition.
612         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
613         gl_MALLOCA.
614
615 2007-06-12  Bruno Haible  <bruno@clisp.org>
616
617         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
618         to ia64, x86_64, i386.
619         Reported by Eric Blake.
620
621 2007-06-12  Bruno Haible  <bruno@clisp.org>
622
623         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
624         cross-compiling to x86_64.
625
626 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
627
628         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
629         glitch reported by Ralf Wildenhues in
630         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
631
632         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
633         Vin Shelton.
634
635 2007-06-11  Bruno Haible  <bruno@clisp.org>
636
637         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
638         replacement string.
639         Reported by Eric Blake.
640
641 2007-06-10  Bruno Haible  <bruno@clisp.org>
642
643         Prepare vasnprintf code for use with Unicode strings.
644         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
645         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
646         TYPE_U32_STRING.
647         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
648         a_u32_string variants.
649         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
650         * lib/printf-args.c: Don't include config.h and the specification
651         header if PRINTF_FETCHARGS is already defined.
652         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
653         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
654         TYPE_U16_STRING, TYPE_U32_STRING.
655         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
656         u16_directive, u16_directives, u32_directive, u32_directives): New
657         types.
658         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
659         New declarations.
660         * lib/printf-parse.c: Don't include config.h and the specification
661         header if PRINTF_PARSE is already defined. Eliminate the set of
662         parameters for WIDE_CHAR_VERSION; the user of this file must provide
663         them now. Include c-ctype.h.
664         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
665         directive and CHAR_T_ONLY_ASCII.
666         * lib/vasnprintf.c: Don't include config.h and the specification header
667         if VASNPRINTF is already defined.
668         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
669         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
670         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
671         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
672         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
673         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
674         code accordingly.
675         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
676         pad_ourselves also in this case, with the 'c' and 's' directives, and
677         with a different notion of "width".
678         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
679
680 2007-06-10  Bruno Haible  <bruno@clisp.org>
681
682         * modules/unistr/u32-mbsnlen: New file.
683         * lib/unistr/u32-mbsnlen.c: New file.
684
685         * modules/unistr/u16-mbsnlen: New file.
686         * lib/unistr/u16-mbsnlen.c: New file.
687
688         * modules/unistr/u8-mbsnlen: New file.
689         * lib/unistr/u8-mbsnlen.c: New file.
690
691         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
692         declarations.
693
694 2007-06-10  Bruno Haible  <bruno@clisp.org>
695
696         * lib/string_.h (mbsnlen): New declaration.
697         * lib/mbsnlen.c: New file.
698         * m4/mbsnlen.m4: New file.
699         * modules/mbsnlen: New file.
700         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
701         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
702         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
703
704 2007-06-10  Bruno Haible  <bruno@clisp.org>
705
706         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
707
708 2007-06-10  Bruno Haible  <bruno@clisp.org>
709
710         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
711         * lib/mbuiter.h: Likewise.
712
713 2007-06-10  Bruno Haible  <bruno@clisp.org>
714
715         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
716         declaration.
717
718 2007-06-10  Karl Berry  <karl@gnu.org>
719
720         * config/srclist.txt: remove gettext entries, Bruno prefers
721         to update individually.
722
723 2007-06-10  Bruno Haible  <bruno@clisp.org>
724
725         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
726         'maxlen'. Ensure only length + width bytes are allocated, not
727         length + 1 + width.
728
729 2007-06-09  Bruno Haible  <bruno@clisp.org>
730
731         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
732         (CHAR_T): Remove macro.
733         (VASNPRINTF): Update.
734
735 2007-06-09  Bruno Haible  <bruno@clisp.org>
736
737         * MODULES.html.sh (Unicode string functions): Add the new modules.
738
739         * modules/uniconv/u32-conv-to-enc: New file.
740         * lib/uniconv/u32-conv-to-enc.c: New file.
741         * modules/uniconv/u32-conv-to-enc-tests: New file.
742         * tests/uniconv/test-u32-conv-to-enc.c: New file.
743
744         * modules/uniconv/u16-conv-to-enc: New file.
745         * lib/uniconv/u16-conv-to-enc.c: New file.
746         * lib/uniconv/u-conv-to-enc.h: New file.
747         * modules/uniconv/u16-conv-to-enc-tests: New file.
748         * tests/uniconv/test-u16-conv-to-enc.c: New file.
749
750         * modules/uniconv/u8-conv-to-enc: New file.
751         * lib/uniconv/u8-conv-to-enc.c: New file.
752         * modules/uniconv/u8-conv-to-enc-tests: New file.
753         * tests/uniconv/test-u8-conv-to-enc.c: New file.
754
755         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
756         u32_conv_to_encoding): New declarations.
757
758 2007-06-09  Bruno Haible  <bruno@clisp.org>
759
760         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
761
762 2007-06-09  Bruno Haible  <bruno@clisp.org>
763
764         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
765         * modules/malloca: Renamed from modules/allocsa, updated.
766         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
767         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
768         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
769         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
770         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
771         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
772         * modules/xmalloca: Renamed from modules/xallocsa, updated.
773         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
774         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
775         * modules/c-strcasestr (Depends-on): Update.
776         * lib/c-strcasestr.c: Update.
777         * modules/c-strstr (Depends-on): Update.
778         * lib/c-strstr.c: Update.
779         * modules/canonicalize-lgpl (Depends-on): Update.
780         * lib/canonicalize-lgpl.c: Update.
781         * modules/clean-temp (Depends-on): Update.
782         * lib/clean-temp.c: Update.
783         * modules/csharpcomp (Depends-on): Update.
784         * lib/csharpcomp.c: Update.
785         * modules/csharpexec (Depends-on): Update.
786         * lib/csharpexec.c: Update.
787         * modules/javacomp (Depends-on): Update.
788         * lib/javacomp.c: Update.
789         * modules/javaexec (Depends-on): Update.
790         * lib/javaexec.c: Update.
791         * modules/mbscasestr (Depends-on): Update.
792         * lib/mbscasestr.c: Update.
793         * modules/mbsstr (Depends-on): Update.
794         * lib/mbsstr.c: Update.
795         * modules/setenv (Depends-on): Update.
796         * lib/setenv.c: Update.
797         * modules/strcasestr (Depends-on): Update.
798         * lib/strcasestr.c: Update.
799         * modules/striconveha (Depends-on): Update.
800         * lib/striconveha.c: Update.
801         * modules/relocatable-prog-wrapper (Files): Update.
802         * lib/relocwrapper.c: Update.
803         * build-aux/install-reloc: Update.
804         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
805
806 2007-06-08  Bruno Haible  <bruno@clisp.org>
807
808         Port to uClibc.
809         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
810         * lib/fpurge.c (fpurge): Likewise.
811         * lib/freading.c (freading): Likewise.
812         * lib/fseeko.c (rpl_fseeko): Likewise.
813         * lib/fseterr.c (fseterr): Likewise.
814         * lib/fwriting.c (fwriting): Likewise.
815         * tests/test-fflush.c (main): Avoid a failure on uClibc.
816
817 2007-06-08  Bruno Haible  <bruno@clisp.org>
818
819         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
820         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
821         * modules/gettext (Files): Add m4/intlmacosx.m4.
822
823 2007-06-07  Bruno Haible  <bruno@clisp.org>
824
825         * modules/localename-tests: New file.
826         * tests/test-localename.c: New file.
827
828         New module 'localename'.
829         * lib/localename.h: New file.
830         * lib/localename.c: New file, from GNU gettext.
831         * m4/localename.m4: New file.
832         * modules/localename: New file.
833
834 2007-06-07  Bruno Haible  <bruno@clisp.org>
835
836         Work around the lack of <wchar.h> on some builds of uClibc.
837         * doc/headers/wchar.texi: Update.
838         * lib/wchar_.h: Include <wchar.h> only if it exists.
839         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
840         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
841         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
842         doesn't exist.
843         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
844         * modules/mbfile (Depends-on): Add wchar.
845         * modules/mbiter (Depends-on): Likewise.
846         * modules/mbuiter (Depends-on): Likewise.
847         Reported by Simon Josefsson.
848
849 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
850
851         Work around problem reported by Steven M. Schweda in
852         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
853         Tru64 5.1B with the Compaq compiler environment installed declares
854         an 'isblank' function but does not define it in the C library.
855         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
856         * lib/regex_internal.h (isblank): Likewise.
857         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
858         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
859
860 2007-06-05  Bruno Haible  <bruno@clisp.org>
861
862         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
863         ia64.
864         * modules/printf-safe: New file.
865         * modules/fprintf-posix (Depends-on): Add printf-safe.
866         * modules/printf-posix (Depends-on): Likewise.
867         * modules/snprintf-posix (Depends-on): Likewise.
868         * modules/sprintf-posix (Depends-on): Likewise.
869         * modules/vasnprintf-posix (Depends-on): Likewise.
870         * modules/vasprintf-posix (Depends-on): Likewise.
871         * modules/vfprintf-posix (Depends-on): Likewise.
872         * modules/vprintf-posix (Depends-on): Likewise.
873         * modules/vsnprintf-posix (Depends-on): Likewise.
874         * modules/vsprintf-posix (Depends-on): Likewise.
875         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
876         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
877         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
878         "no" on i386, x86_64, ia64.
879         * tests/test-snprintf-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-sprintf-posix.h (LDBL80_WORDS): New macro.
883         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
884         on i386, x86_64, ia64.
885         * tests/test-vasnprintf-posix.c: Include float.h.
886         (LDBL80_WORDS): New macro.
887         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
888         on i386, x86_64, ia64.
889         * tests/test-vasprintf-posix.c: Include float.h.
890         (LDBL80_WORDS): New macro.
891         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
892         on i386, x86_64, ia64.
893         * tests/test-snprintf-posix.c: Include float.h.
894         * tests/test-sprintf-posix.c: Likewise.
895         * tests/test-vsnprintf-posix.c: Likewise.
896         * tests/test-vsprintf-posix.c: Likewise.
897
898 2007-06-05  Bruno Haible  <bruno@clisp.org>
899
900         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
901         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
902         non-IEEE numbers on i386, x86_64, ia64.
903         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
904         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
905         * tests/test-isnanl.h: Include float.h.
906         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
907
908 2007-06-05  Bruno Haible  <bruno@clisp.org>
909
910         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
911         also the %a / %A. Handle the %a / %A code before this extra handling.
912
913 2007-06-05  Bruno Haible  <bruno@clisp.org>
914
915         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
916         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
917
918 2007-06-05  Bruno Haible  <bruno@clisp.org>
919
920         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
921         typo in variable name.
922
923 2007-06-05  Eric Blake  <ebb9@byu.net>
924
925         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
926         Reported by Simon Josefsson.
927
928 2007-06-04  Bruno Haible  <bruno@clisp.org>
929
930         Avoid test failures on some PowerPC platforms.
931         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
932         Define differently for PowerPC.
933         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
934         Reported by Gary V. Vaughan <gary@gnu.org>.
935
936 2007-06-02  Bruno Haible  <bruno@clisp.org>
937
938         Fix test-stdint failure on FreeBSD/ia64.
939         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
940         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
941         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
942         * doc/headers/stdint.texi: Update.
943
944 2007-06-01  Bruno Haible  <bruno@clisp.org>
945
946         * tests/test-binary-io.c (main): Pass a third argument to open().
947         Reported by Gary V. Vaughan <gary@gnu.org>.
948
949 2007-06-01  Bruno Haible  <bruno@clisp.org>
950
951         * doc/functions/frexpl.texi: Update for mingw.
952
953 2007-06-01  Bruno Haible  <bruno@clisp.org>
954
955         * tests/test-lseek.c (main): Disable test of errno for invalid third
956         argument.
957         * doc/functions/lseek.texi: Update.
958         Reported by Gary V. Vaughan <gary@gnu.org>.
959
960 2007-05-28  Bruno Haible  <bruno@clisp.org>
961
962         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
963
964 2007-05-31  Eric Blake  <ebb9@byu.net>
965
966         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
967         cross compiling.
968
969 2007-05-30  Eric Blake  <ebb9@byu.net>
970         and Bruno Haible  <bruno@clisp.org>
971
972         Work around mingw test failures exposed by m4-1.4.9b.
973         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
974         * tests/test-unistd.c: Disable uid_t and git_t tests for the
975         moment.
976
977 2007-05-30  Bruno Haible  <bruno@clisp.org>
978
979         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
980         assuming that they are closed. Needed on HP-UX 11.
981
982 2007-05-29  Bruno Haible  <bruno@clisp.org>
983
984         Fix a problem with #include_next.
985         * lib/dirent_.h: Split the double-inclusion guard.
986         * lib/fcntl_.h: Likewise.
987         * lib/float_.h: Likewise.
988         * lib/iconv_.h: Likewise.
989         * lib/inttypes_.h: Likewise.
990         * lib/locale_.h: Likewise.
991         * lib/math_.h: Likewise.
992         * lib/netinet_in_.h: Likewise.
993         * lib/search_.h: Likewise.
994         * lib/signal_.h: Likewise.
995         * lib/stdint_.h: Likewise.
996         * lib/stdio_.h: Likewise.
997         * lib/stdlib_.h: Likewise.
998         * lib/string_.h: Likewise.
999         * lib/sys_select_.h: Likewise.
1000         * lib/sys_socket_.h: Likewise.
1001         * lib/sys_stat_.h: Likewise.
1002         * lib/sys_time_.h: Likewise.
1003         * lib/sysexits_.h: Likewise.
1004         * lib/time_.h: Likewise.
1005         * lib/unistd_.h: Likewise.
1006         * lib/wchar_.h: Likewise.
1007         * lib/wctype_.h: Likewise.
1008
1009 2007-05-29  Bruno Haible  <bruno@clisp.org>
1010
1011         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1012         for the moment.
1013
1014 2007-05-29  Bruno Haible  <bruno@clisp.org>
1015
1016         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1017         invocation.
1018         Reported by Eric Blake.
1019
1020 2007-05-29  Bruno Haible  <bruno@clisp.org>
1021
1022         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1023         compiling case.
1024
1025 2007-05-29  Eric Blake  <ebb9@byu.net>
1026             Bruno Haible  <bruno@clisp.org>
1027
1028         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1029         cross compiles.
1030
1031 2007-05-28  Eric Blake  <ebb9@byu.net>
1032
1033         * modules/closein-tests (test_closein_LDADD): Support test on
1034         cygwin with libtool.
1035
1036 2007-05-28  Bruno Haible  <bruno@clisp.org>
1037
1038         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1039         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1040         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1041         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1042         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1043         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1044         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1045         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1046         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1047
1048 2007-05-28  Eric Blake  <ebb9@byu.net>
1049
1050         Unconditionally include <config.h> in unit tests.
1051         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1052         * tests/test-allocsa.c, tests/test-arcfour.c,
1053         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1054         tests/test-array_list.c, tests/test-array_oset.c,
1055         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1056         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1057         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1058         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1059         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1060         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1061         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1062         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1063         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1064         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1065         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1066         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1067         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1068         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1069         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1070         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1071         test-md5.c, test-memmem.c, test-printf-posix.c,
1072         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1073         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1074         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1075         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1076         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1077         test-vasnprintf-posix2.c, test-vasnprintf.c,
1078         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1079         test-vfprintf-posix.c, test-vprintf-posix.c,
1080         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1081         test-xvasprintf.c: Likewise.
1082
1083 2007-05-28  Bruno Haible  <bruno@clisp.org>
1084
1085         * gnulib-tool (func_import): Remember the --with-tests command-line
1086         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1087         Reported by Eric Blake.
1088
1089 2007-05-28  Bruno Haible  <bruno@clisp.org>
1090
1091         * modules/ftell-tests: New file.
1092         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1093         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1094
1095         * lib/ftell.c: New file.
1096         * modules/ftell: New file.
1097         * m4/ftell.m4: New file.
1098         * doc/functions/ftell.texi: Update.
1099         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1100         REPLACE_FTELL.
1101         * lib/stdio_.h (rpl_ftell): New declaration.
1102         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1103         REPLACE_FTELL.
1104
1105 2007-05-28  Eric Blake  <ebb9@byu.net>
1106
1107         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1108
1109 2007-05-28  Bruno Haible  <bruno@clisp.org>
1110
1111         * modules/fseek-tests: New file.
1112         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1113         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1114
1115         * lib/fseek.c: New file.
1116         * modules/fseek: New file.
1117         * m4/fseek.m4: New file.
1118         * doc/functions/fseek.texi: Update.
1119         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1120         REPLACE_FSEEK.
1121         * lib/stdio_.h (rpl_fseek): New declaration.
1122         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1123         REPLACE_FSEEK.
1124
1125 2007-05-28  Bruno Haible  <bruno@clisp.org>
1126
1127         * lib/stdio_.h (fflush): More comments.
1128
1129 2007-05-28  Bruno Haible  <bruno@clisp.org>
1130
1131         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1132         runtime test.
1133
1134 2007-05-28  Eric Blake  <ebb9@byu.net>
1135
1136         Improve lseek module.
1137         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1138         * lib/unistd_.h (lseek): Scale back link warning message.
1139         * tests/test-lseek.c: Beef up test.
1140         * tests/test-lseek.sh: Exercise more facets of lseek.
1141         Reported by Bruno Haible.
1142
1143 2007-05-28  Bruno Haible  <bruno@clisp.org>
1144
1145         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1146         to define.
1147
1148 2007-05-27  Bruno Haible  <bruno@clisp.org>
1149
1150         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1151
1152 2007-05-27  Bruno Haible  <bruno@clisp.org>
1153
1154         * modules/openmp: New file.
1155         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1156         Noah Misch.
1157
1158 2007-05-26  Bruno Haible  <bruno@clisp.org>
1159
1160         * modules/chdir-long (Depends-on): Add fchdir.
1161         * modules/chdir-safer (Depends-on): Likewise.
1162         * modules/fts (Depends-on): Likewise.
1163         * modules/fts-lgpl (Depends-on): Likewise.
1164         * modules/openat (Depends-on): Likewise.
1165         * modules/savewd (Depends-on): Likewise.
1166
1167 2007-05-24  Eric Blake  <ebb9@byu.net>
1168
1169         Fix lseek on mingw.
1170         * modules/lseek: New module.
1171         * m4/lseek.m4: New file.
1172         * lib/lseek.c: New file.
1173         * modules/lseek-tests: New file.
1174         * tests/test-lseek.c: New file.
1175         * tests/test-lseek.sh: New file.
1176         * MODULES.html.sh: Document lseek module.
1177         * modules/fflush (Depends-on): Add lseek, fseeko.
1178         * modules/fseeko (Depends-on): Likewise.
1179         * modules/ftello (Depends-on): Likewise.
1180         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1181         broken.
1182         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1183         broken.
1184         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1185         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1186         * lib/ftello.c (rpl_ftello): Likewise.
1187         * tests/test-fseeko.c (main): Test this.
1188         * tests/test-fseeko.sh: Likewise.
1189         * tests/test-ftello.c (main): Likewise.
1190         * tests/test-ftello.sh: Likewise.
1191         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1192         implies replacing fseek.
1193         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1194         HAVE_FTELLO.
1195         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1196         * modules/unistd (Makefile.am): Likewise.
1197         * lib/unistd_.h (lseek): Declare a replacement.
1198         * doc/functions/lseek.texi (lseek): Document this fix.
1199         * doc/functions/fseek.texi (fseek): Likewise.
1200         * doc/functions/ftell.texi (ftell): Likewise.
1201
1202 2007-05-24  Bruno Haible  <bruno@clisp.org>
1203
1204         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1205         in the printed representation of a NaN.
1206         * tests/test-vasprintf-posix.c (test_function): Likewise.
1207         * tests/test-snprintf-posix.h (test_function): Likewise.
1208         * tests/test-sprintf-posix.h (test_function): Likewise.
1209         Reported by Eric Blake.
1210
1211 2007-05-23  Eric Blake  <ebb9@byu.net>
1212
1213         Fix fseeko/ftello on cygwin 1.5.24.
1214         * doc/functions/fseeko.texi (fseeko): Document the fix.
1215         * doc/functions/ftello.texi (ftello): Document the fix.
1216         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1217         * doc/functions/stdout.text (stdout): New file.
1218         * doc/functions/stderr.text (stderr): New file.
1219         * doc/gnulib.texi (Function Substitutes): Use new files.
1220         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1221         prior to 1.7.0.
1222         * tests/test-ftello.c (main): Likewise for ftello.
1223         * tests/test-fseeko.sh: New file.
1224         * tests/test-ftello.sh: New file.
1225         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1226         with seekable stdin.
1227         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1228         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1229         (gl_REPLACE_FSEEKO): New macro.
1230         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1231         * modules/fseeko (Files): Distribute fseeko.c.
1232         * modules/ftello (Files): Distribute ftello.c.
1233         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1234         mode.
1235         * lib/ftello.c (rpl_ftello): New file.
1236         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1237         fseeko, ftello.
1238         (gl_STDIN_LARGE_OFFSET): New macro.
1239         * modules/stdio (Makefile.am): Perform the replacement.
1240         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1241
1242 2007-05-23  Bruno Haible  <bruno@clisp.org>
1243
1244         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1245         GNULIB_POSIXCHECK is defined.
1246
1247 2007-05-21  Bruno Haible  <bruno@clisp.org>
1248
1249         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1250         Check also the output for NaN arguments. When cross-compiling, guess
1251         no on IRIX.
1252         * lib/vasnprintf.c: Update comments.
1253         * tests/test-vasnprintf-posix.c (strisnan): New function.
1254         (test_function): Use it.
1255         * tests/test-vasprintf-posix.c (strisnan): New function.
1256         (test_function): Use it.
1257         * tests/test-snprintf-posix.h (strisnan): New function.
1258         (test_function): Use it.
1259         * tests/test-sprintf-posix.h (strisnan): New function.
1260         (test_function): Use it.
1261         Reported by Eric Blake.
1262
1263 2007-05-20  Bruno Haible  <bruno@clisp.org>
1264
1265         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1266         numbers that fails on BeOS.
1267         * doc/functions/frexpl.texi: Update.
1268
1269 2007-05-20  Jim Meyering  <jim@meyering.net>
1270
1271         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1272         forced upon us by glibc-2.6.
1273
1274 2007-05-20  Bruno Haible  <bruno@clisp.org>
1275
1276         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1277         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1278         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1279         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1280         NEED_PRINTF_INFINITE.
1281         (is_infinitel): New function.
1282         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1283         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1284         gl_PREREQ_VASNPRINTF_INFINITE.
1285         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1286         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1287         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1288         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1289         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1290         gl_PREREQ_VASNPRINTF_INFINITE.
1291         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1292         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1293         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1294         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1295         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1296         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1297         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1298         * doc/functions/fprintf.texi: Update.
1299         * doc/functions/printf.texi: Update.
1300         * doc/functions/snprintf.texi: Update.
1301         * doc/functions/sprintf.texi: Update.
1302         * doc/functions/vfprintf.texi: Update.
1303         * doc/functions/vprintf.texi: Update.
1304         * doc/functions/vsnprintf.texi: Update.
1305         * doc/functions/vsprintf.texi: Update.
1306
1307 2007-05-20  Bruno Haible  <bruno@clisp.org>
1308
1309         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1310         was not found in libc.
1311         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1312
1313 2007-05-20  Bruno Haible  <bruno@clisp.org>
1314
1315         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1316         printed as "-nan" instead of "nan".
1317         * tests/test-vasprintf-posix.c (test_function): Likewise.
1318         * tests/test-snprintf-posix.h (test_function): Likewise.
1319         * tests/test-sprintf-posix.h (test_function): Likewise.
1320         Needed for HP-UX 11.
1321
1322 2007-05-20  Jim Meyering  <jim@meyering.net>
1323
1324         Fix buggy test for the fchownat-deref bug.
1325         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1326         symlink required for the run-test.  Without it, this test would
1327         always declare that fchownat doesn't work, and client code would
1328         unnecessarily use the replacement function with fixed libc.
1329         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1330         Reported by Greg Schafer.
1331
1332 2007-05-19  Bruno Haible  <bruno@clisp.org>
1333
1334         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1335         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1336         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1337         Needed for IRIX 6.5 and Solaris 2.5.1.
1338
1339 2007-05-19  Bruno Haible  <bruno@clisp.org>
1340
1341         * tests/test-vasnprintf-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-vasprintf-posix.c (have_minus_zero): New function.
1345         (test_function): Skip tests involving -0.0 on platforms where
1346         -0.0 = 0.0.
1347         * tests/test-snprintf-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-sprintf-posix.h (have_minus_zero): New function.
1351         (test_function): Skip tests involving -0.0 on platforms where
1352         -0.0 = 0.0.
1353         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1354         tests.
1355         * tests/test-printf-posix.h (test_function): Likewise.
1356         * tests/test-printf-posix.output: Remove all -0.0 related results.
1357         Needed for IRIX 6.5.
1358
1359 2007-05-19  Bruno Haible  <bruno@clisp.org>
1360
1361         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1362         printed as "nan0x7fffffff" instead of "nan".
1363         * tests/test-vasprintf-posix.c (test_function): Likewise.
1364         * tests/test-snprintf-posix.h (test_function): Likewise.
1365         * tests/test-sprintf-posix.h (test_function): Likewise.
1366         * tests/test-fprintf-posix.h (NaN): Remove macro.
1367         (test_function): Remove all NaN related tests.
1368         * tests/test-printf-posix.h (NaN): Remove macro.
1369         (test_function): Remove all NaN related tests.
1370         * tests/test-printf-posix.output: Remove all NaN related results.
1371         Needed for IRIX 6.5.
1372
1373 2007-05-19  Bruno Haible  <bruno@clisp.org>
1374
1375         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1376         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1377
1378 2007-05-19  Bruno Haible  <bruno@clisp.org>
1379
1380         * lib/float_.h: New file.
1381         * m4/float_h.m4: New file.
1382         * modules/float: New file.
1383         * modules/isnanl (Dependencies): Add float.
1384         * modules/isnanl-nolibm (Dependencies): Likewise.
1385         * modules/mathl (Dependencies): Likewise.
1386         * modules/printf-frexpl (Dependencies): Likewise.
1387         * modules/signbit (Dependencies): Likewise.
1388         * modules/vasnprintf (Dependencies): Likewise.
1389         * doc/headers/float.texi: Update.
1390
1391 2007-05-19  Jim Meyering  <jim@meyering.net>
1392
1393         * lib/utimens.c (gl_futimens): Rename from futimens,
1394         now that glibc-2.6 declares futimens.
1395         * lib/utimens.h: Likewise.
1396
1397 2007-05-19  Bruno Haible  <bruno@clisp.org>
1398
1399         Avoid test failures on mingw.
1400         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1401         * tests/test-printf-posix.sh: Likewise.
1402         * tests/test-vfprintf-posix.sh: Likewise.
1403         * tests/test-vprintf-posix.sh: Likewise.
1404
1405 2007-05-19  Bruno Haible  <bruno@clisp.org>
1406
1407         Fix *printf result for NaN, Inf, -0.0 on mingw.
1408         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1409         * lib/vasnprintf.c: Include math.h and isnan.h.
1410         (is_infinite_or_zero): New function.
1411         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1412         values in the %f, %F, %e, %E, %g, %G directives.
1413         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1414         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1415         gl_PRINTF_INFINITE and test its result. Invoke
1416         gl_PREREQ_VASNPRINTF_INFINITE.
1417         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1418         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1419         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1420         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1421         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1422         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1423         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1424         * doc/functions/fprintf.texi: Update.
1425         * doc/functions/printf.texi: Update.
1426         * doc/functions/snprintf.texi: Update.
1427         * doc/functions/sprintf.texi: Update.
1428         * doc/functions/vfprintf.texi: Update.
1429         * doc/functions/vprintf.texi: Update.
1430         * doc/functions/vsnprintf.texi: Update.
1431         * doc/functions/vsprintf.texi: Update.
1432
1433 2007-05-19  Bruno Haible  <bruno@clisp.org>
1434
1435         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1436         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1437         Instead of multiplying with 10^k, set extra_zeroes to k.
1438         (scale10_round_long_double): Remove function.
1439
1440 2007-05-18  Bruno Haible  <bruno@clisp.org>
1441
1442         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1443         introduced on 2007-05-06.
1444
1445 2007-05-18  Bruno Haible  <bruno@clisp.org>
1446
1447         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1448         %g directives.
1449         * tests/test-vasprintf-posix.c (test_function): Likewise.
1450         * tests/test-snprintf-posix.h (test_function): Likewise.
1451         * tests/test-sprintf-posix.h (test_function): Likewise.
1452
1453 2007-05-18  Bruno Haible  <bruno@clisp.org>
1454
1455         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1456         (strmatch): New function.
1457         (test_function): Test the %f directive on numbers of various exponents.
1458         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1459         (strmatch): New function.
1460         (test_function): Test the %f directive on numbers of various exponents.
1461         * tests/test-snprintf-posix.h (strmatch): New function.
1462         (test_function): Test the %f directive on numbers of various exponents.
1463         * tests/test-sprintf-posix.h (strmatch): New function.
1464         (test_function): Test the %f directive on numbers of various exponents.
1465         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1466         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1467         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1468         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1469
1470 2007-05-18  Bruno Haible  <bruno@clisp.org>
1471
1472         Add support for 'long double' number output.
1473         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1474         * lib/vasnprintf.c: Include math.h and float+.h.
1475         (mp_limb_t): New type.
1476         (GMP_LIMB_BITS): New macro.
1477         (mp_twolimb_t): New type.
1478         (GMP_TWOLIMB_BITS): New macro.
1479         (mpn_t): New type.
1480         (multiply, divide, convert_to_decimal, decode_long_double,
1481         scale10_round_long_double, scale10_round_decimal_long_double,
1482         floorlog10l): New functions.
1483         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1484         for the %f, %F, %e, %E, %g, %G directives.
1485         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1486         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1487         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1488         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1489         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1490         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1491         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1492         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1493         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1494         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1495         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1496         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1497         * modules/snprintf-posix (Depends-on): Likewise.
1498         * modules/sprintf-posix (Depends-on): Likewise.
1499         * modules/vasnprintf-posix (Depends-on): Likewise.
1500         * modules/vasprintf-posix (Depends-on): Likewise.
1501         * modules/vfprintf-posix (Depends-on): Likewise.
1502         * modules/vsnprintf-posix (Depends-on): Likewise.
1503         * modules/vsprintf-posix (Depends-on): Likewise.
1504         * modules/vasnprintf (Files): Add lib/float+.h.
1505         * doc/functions/fprintf.texi: Update.
1506         * doc/functions/printf.texi: Update.
1507         * doc/functions/snprintf.texi: Update.
1508         * doc/functions/sprintf.texi: Update.
1509         * doc/functions/vfprintf.texi: Update.
1510         * doc/functions/vprintf.texi: Update.
1511         * doc/functions/vsnprintf.texi: Update.
1512         * doc/functions/vsprintf.texi: Update.
1513
1514 2007-05-18  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1517
1518 2007-05-18  Bruno Haible  <bruno@clisp.org>
1519
1520         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1521         for printing 64-bit integers. Needed for mingw.
1522
1523 2007-05-18  Bruno Haible  <bruno@clisp.org>
1524
1525         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1526         gl_FUNC_FREXPL_WORKS.
1527         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1528
1529 2007-05-18  Bruno Haible  <bruno@clisp.org>
1530
1531         * modules/frexpl-nolibm-tests: New file.
1532
1533         * modules/frexpl-nolibm: New file.
1534         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1535
1536 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1537
1538         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1539         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1540         GCC 4.2, which otherwise issues a lot of warnings.
1541         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1542         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1543         Likewise.
1544         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1545         * modules/iconv_open (iconv.h): Likewise.
1546         * modules/locale (locale.h): Likewise.
1547         * modules/netinet_in (netinet/in.h): Likewise.
1548         * modules/sys_select (sys_select.h): Likewise.
1549         * modules/sys_socket (sys/socket.h): Likewise.
1550         * modules/sys_stat (sys/stat.h): Likewise.
1551         * modules/sysexits (sysexits.h): Likewise.
1552         * modules/unistd (unistd.h): Likewise.
1553
1554 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1555
1556         * modules/closein-tests (Makefile.am): Distribute
1557         `test-closein.sh'.
1558
1559 2007-05-17  Bruno Haible  <bruno@clisp.org>
1560
1561         * tests/test-printf-posix.output: Renamed from
1562         tests/test-fprintf-posix.out.
1563         * modules/fprintf-posix-tests: Update.
1564         * modules/printf-posix-tests: Update.
1565         * modules/vfprintf-posix-tests: Update.
1566         * modules/vprintf-posix-tests: Update.
1567         * tests/test-fprintf-posix.sh: Update.
1568         * tests/test-printf-posix.sh: Update.
1569         * tests/test-vfprintf-posix.sh: Update.
1570         * tests/test-vprintf-posix.sh: Update.
1571         Reported by Ralf Wildenhues.
1572
1573 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1574
1575         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1576         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1577         GCC 4.2, which otherwise issues a lot of warnings.
1578         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1579         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1580         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1581         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1582         it should no longer be needed.
1583         * lib/string_.h: Likewise.
1584         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1585         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1586         * modules/inttypes (inttypes.h): Likewise.
1587         * modules/math (math.h): Likewise.
1588         * modules/search (search.h): Likewise.
1589         * modules/signal (signal.h): Likewise.
1590         * modules/stdint (stdint.h): Likewise.
1591         * modules/stdio (stdio.h): Likewise.
1592         * modules/stdlib (stdlib.h): Likewise.
1593         * modules/string (string.h): Likewise.
1594         * modules/sys_time (sys/time.h): Likewise.
1595         * modules/time (time.h): Likewise.
1596         * modules/wchar (wchar.h): Likewise.
1597         * modules/wctype (wtype.h): Likewise.
1598
1599 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1600
1601         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1602
1603 2007-05-13  Bruno Haible  <bruno@clisp.org>
1604
1605         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1606         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1607         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1608         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1609         (gl_PREREQ_STRTOK_R): Don't require it here.
1610
1611 2007-05-13  Bruno Haible  <bruno@clisp.org>
1612
1613         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1614         when used in C++ mode.
1615
1616 2007-05-12  Bruno Haible  <bruno@clisp.org>
1617
1618         * lib/linebuffer.h: Tweak doc.
1619         * lib/linebuffer.c: Likewise.
1620
1621 2007-05-12  James Youngman  <jay@gnu.org>
1622
1623         * lib/linebuffer.c (readlinebuffer_delim): New function,
1624         like readlinebuffer, but use a caller-specified delimiter.
1625         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1626         as the delimiter.
1627         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1628
1629 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1630
1631         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1632         * modules/openat (Files): Remove openat-die.c.
1633         (Depends-on): Add openat-die.
1634         * modules/openat-die: New module.
1635
1636 2007-05-06  Bruno Haible  <bruno@clisp.org>
1637
1638         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1639         Update with info about Cygwin.
1640         * doc/functions/fprintf.texi: Update.
1641         * doc/functions/printf.texi: Update.
1642         * doc/functions/snprintf.texi: Update.
1643         * doc/functions/sprintf.texi: Update.
1644         * doc/functions/vfprintf.texi: Update.
1645         * doc/functions/vprintf.texi: Update.
1646         * doc/functions/vsnprintf.texi: Update.
1647         * doc/functions/vsprintf.texi: Update.
1648         Reported by Eric Blake.
1649
1650 2007-05-06  Bruno Haible  <bruno@clisp.org>
1651
1652         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1653         padding ourselves for the floating-point directives.
1654         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1655         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1656         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1657         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1658         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1659         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1660         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1661         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1662         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1663         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1664         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1665         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1666         * tests/test-snprintf-posix.h (test_function): Also check the width
1667         and some flags in the %f directive.
1668         * tests/test-sprintf-posix.h (test_function): Likewise.
1669         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1670         * tests/test-vasprintf-posix.c (test_function): Likewise.
1671         * doc/functions/fprintf.texi: Update.
1672         * doc/functions/printf.texi: Update.
1673         * doc/functions/snprintf.texi: Update.
1674         * doc/functions/sprintf.texi: Update.
1675         * doc/functions/vfprintf.texi: Update.
1676         * doc/functions/vprintf.texi: Update.
1677         * doc/functions/vsnprintf.texi: Update.
1678         * doc/functions/vsprintf.texi: Update.
1679
1680 2007-05-06  Bruno Haible  <bruno@clisp.org>
1681
1682         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1683         pass the ' flag character to sprintf or snprintf.
1684         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1685         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1686         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1687         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1688         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1689         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1690         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1691         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1692         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1693         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1694         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1695         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1696         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1697         flag.
1698         * tests/test-sprintf-posix.h (test_function): Likewise.
1699         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1700         * tests/test-vasprintf-posix.c (test_function): Likewise.
1701         * doc/functions/fprintf.texi: Update.
1702         * doc/functions/printf.texi: Update.
1703         * doc/functions/snprintf.texi: Update.
1704         * doc/functions/sprintf.texi: Update.
1705         * doc/functions/vfprintf.texi: Update.
1706         * doc/functions/vprintf.texi: Update.
1707         * doc/functions/vsnprintf.texi: Update.
1708         * doc/functions/vsprintf.texi: Update.
1709
1710 2007-05-01  Bruno Haible  <bruno@clisp.org>
1711
1712         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1713
1714 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1715
1716         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1717         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1718
1719 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1720
1721         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1722         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1723         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1724
1725 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1726
1727         * lib/argp-help.c (struct hol_entry): New member `ord'.
1728         (HOL_ENTRY_PTRCMP): Use ord for comparison
1729         (hol_sort): Initialize ord.
1730
1731 2007-05-01  Bruno Haible  <bruno@clisp.org>
1732
1733         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1734         Reported by Eric Blake.
1735         * doc/gnulib.texi (Function Substitutes): Update.
1736
1737 2007-05-01  Bruno Haible  <bruno@clisp.org>
1738
1739         * doc/functions.texi: Remove file, now redundant through
1740         doc/functions/*.texi.
1741
1742 2007-05-01  Bruno Haible  <bruno@clisp.org>
1743
1744         * modules/argp (Depends-on): Add sleep.
1745
1746 2007-05-01  Bruno Haible  <bruno@clisp.org>
1747
1748         * modules/sleep-tests: New file.
1749         * tests/test-sleep.c: New file.
1750
1751         * modules/sleep: New file.
1752         * lib/sleep.c: New file.
1753         * m4/sleep.m4: New file.
1754         * lib/unistd_.h (sleep): New declaration.
1755         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1756         HAVE_SLEEP.
1757         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1758         * doc/functions/sleep.texi: Document the sleep module.
1759
1760 2007-05-01  Bruno Haible  <bruno@clisp.org>
1761
1762         * lib/sigprocmask.h: Remove file.
1763         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1764         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1765         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1766         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1767         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1768         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1769         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1770         HAVE_SIGSET_T as a shell variable.
1771         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1772         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1773         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1774         (Depends-on): Add signal. Remove verify.
1775         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1776         (Include): Mention <signal.h> instead of sigprocmask.h.
1777         * NEWS: Mention the change.
1778         * lib/fatal-signal.c: Don't include sigprocmask.h.
1779
1780 2007-05-01  Bruno Haible  <bruno@clisp.org>
1781
1782         * modules/signal: New file.
1783         * lib/signal_.h: New file.
1784         * m4/signal_h.m4: New file.
1785
1786 2007-05-01  Bruno Haible  <bruno@clisp.org>
1787
1788         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1789         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1790         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1791         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1792
1793 2007-05-01  Bruno Haible  <bruno@clisp.org>
1794
1795         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1796         configure time.
1797         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1798         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1799         * modules/sys_stat (Makefile.am): Substitute their values into
1800         sys/stat.h.
1801
1802 2007-05-01  Bruno Haible  <bruno@clisp.org>
1803
1804         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1805         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1806         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1807
1808 2007-05-01  Bruno Haible  <bruno@clisp.org>
1809
1810         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1811         'assert' module here.
1812
1813 2007-05-01  Bruno Haible  <bruno@clisp.org>
1814
1815         * doc/functions/*.texi: New files.
1816         * doc/functions/google-ranking.txt: New file.
1817         * doc/gnulib.texi (Function Substitutes): New chapter.
1818         (ctime, inet_ntoa): Remove sections.
1819         * doc/ctime.texi: Remove file.
1820         * doc/inet_ntoa.texi: Remove file.
1821         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1822         dependencies.
1823         (%.info): New rule, specifying a --reference-limit.
1824
1825 2007-05-01  Bruno Haible  <bruno@clisp.org>
1826
1827         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1828
1829 2007-05-01  Bruno Haible  <bruno@clisp.org>
1830
1831         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1832         the portability of 'mkdir' to mingw systems.
1833
1834 2007-05-01  Bruno Haible  <bruno@clisp.org>
1835
1836         * doc/headers/google-ranking.txt: New file.
1837
1838 2007-04-30  Eric Blake  <ebb9@byu.net>
1839
1840         Prefer fseeko to fseek.
1841         * modules/getpass (Depends-on): Add fseeko.
1842         * lib/getpass.c (getpass): Use fseeko, not fseek.
1843
1844 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1845
1846         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1847         assumes the sorting is stable, while most qsort implementations
1848         are not.  Use argument addresses to ensure they never compare as
1849         equal.
1850
1851         * tests/test-argp-2.sh (usage-indent test): Fix output
1852         (func_compare): Restore diff options
1853         * tests/test-argp.c: Restore #include "progname.h"
1854
1855 2007-04-29  Bruno Haible  <bruno@clisp.org>
1856
1857         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1858         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1859         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1860         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1861         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1862         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1863         (TESTS, check_PROGRAMS): Add test-snprintf.
1864         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1865         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1866         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1867         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1868         assertions that fail on HP-UX, OSF/1, or IRIX.
1869         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1870
1871 2007-04-29  Bruno Haible  <bruno@clisp.org>
1872
1873         * MODULES.html.sh (posix_functions): Remove 'contents'.
1874
1875 2007-04-29  Karl Berry  <karl@gnu.org>
1876
1877         * config/srclist.txt (gendocs_template_min): new entry.
1878
1879 2007-04-29  Bruno Haible  <bruno@clisp.org>
1880
1881         Work around fpurge bug on BSD systems.
1882         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1883         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1884         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1885         fpurge to rpl_fpurge if the system already has this function.
1886         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1887         the case where the system already has this function. Correct invariants
1888         on BSD systems.
1889         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1890         BSD systems.
1891
1892 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1893
1894         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1895         proposed by Sven Verdoolaege.
1896
1897         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1898         options.
1899         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1900         (usage and help tests): Update
1901
1902 2007-04-29  Bruno Haible  <bruno@clisp.org>
1903
1904         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1905         Print more information in case of failure. Disable a test on BeOS.
1906
1907 2007-04-29  Bruno Haible  <bruno@clisp.org>
1908
1909         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1910         This helps debugging on systems on which no gdb is available.
1911
1912 2007-04-29  Bruno Haible  <bruno@clisp.org>
1913
1914         * lib/freading.h: Improve comments.
1915         * lib/fwriting.h: Likewise.
1916         * tests/test-freading.c (main): Don't check freading immediately after
1917         repositioning. Needed for glibc.
1918
1919 2007-04-29  Bruno Haible  <bruno@clisp.org>
1920
1921         * lib/freading.c (freading): Trivial simplification.
1922
1923 2007-04-28  Bruno Haible  <bruno@clisp.org>
1924
1925         * tests/test-fwriting.c (main): Also test the interaction between
1926         fflush and fwriting.
1927         * modules/fwriting-tests (Depends-on): Add fflush.
1928
1929         * tests/test-freading.c (main): Also test the interaction between
1930         fflush and freading.
1931         * modules/freading-tests (Depends-on): Add fflush.
1932
1933 2007-04-28  Bruno Haible  <bruno@clisp.org>
1934
1935         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1936         fseeko and ftello.
1937         Suggested by Eric Blake.
1938
1939 2007-04-28  Jim Meyering  <jim@meyering.net>
1940
1941         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1942         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1943         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1944
1945 2007-04-27  Eric Blake  <ebb9@byu.net>
1946
1947         * doc/headers/assert.texi (assert.h): Document assert module use.
1948
1949 2007-04-27  Bruno Haible  <bruno@clisp.org>
1950
1951         * doc/headers/*.texi: New files.
1952         * doc/gnulib.texi (Header File Substitutes): New chapter.
1953         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1954         dependencies.
1955         (standards.info ,standards.html, standards.dvi): Update dependencies.
1956         (mostlyclean, clean): New targets.
1957
1958 2007-04-27  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1961         * modules/sysexits (Files, Makefile.am): Update.
1962
1963         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1964         * modules/sys_socket (Files, Makefile.am): Update.
1965
1966         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1967         * modules/sys_stat (Files, Makefile.am): Update.
1968
1969 2007-04-27  Eric Blake  <ebb9@byu.net>
1970
1971         * lib/freading.h: Improve comments.
1972         * lib/fwriting.h: Likewise.
1973         * lib/fflush.c: Likewise.
1974
1975         Fix closein for mingw.
1976         * modules/closein-tests: Add tests for closein.
1977         * tests/test-closein.c: New file.
1978         * tests/test-closein.sh: Likewise.
1979         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
1980         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
1981
1982 2007-04-27  Bruno Haible  <bruno@clisp.org>
1983
1984         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
1985         version is < 6.
1986         * lib/math_.h [__DECC]: Likewise.
1987         * lib/stdio_.h [__DECC]: Likewise.
1988         * lib/stdlib_.h [__DECC]: Likewise.
1989         * lib/string_.h [__DECC]: Likewise.
1990         * lib/time_.h [__DECC]: Likewise.
1991         * lib/wchar_.h [__DECC]: Likewise.
1992         * lib/wctype_.h [__DECC]: Likewise.
1993
1994 2007-04-27  Bruno Haible  <bruno@clisp.org>
1995
1996         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
1997
1998 2007-04-27  Bruno Haible  <bruno@clisp.org>
1999
2000         * lib/fflush.c: Add comments.
2001         * modules/fpurge-tests (Depends-on): Add fflush.
2002         * modules/freadable-tests (Depends-on): Likewise.
2003         * modules/fwritable-tests (Depends-on): Likewise.
2004
2005 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2006
2007         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2008         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2009         Report by Bruno Haible <bruno@clisp.org>.
2010
2011 2007-04-26  Eric Blake  <ebb9@byu.net>
2012
2013         Fix fflush on mingw.
2014         * modules/fflush (Depends-on): Add freading.
2015         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2016         but unread data.
2017
2018 2007-04-26  Eric Blake  <ebb9@byu.net>
2019         and Bruno Haible  <bruno@clisp.org>
2020
2021         Implement freading and fwriting.
2022         * lib/freading.c: New file.
2023         * lib/freading.h: Likewise.
2024         * m4/freading.m4: Likewise.
2025         * modules/freading: Likewise.
2026         * modules/freading-tests: Likewise.
2027         * tests/test-freading.c: Likewise.
2028         * lib/fwriting.c: New file.
2029         * lib/fwriting.h: Likewise.
2030         * m4/fwriting.m4: Likewise.
2031         * modules/fwriting: Likewise.
2032         * modules/fwriting-tests: Likewise.
2033         * tests/test-fwriting.c: Likewise.
2034         * MODULES.html.sh (File stream based Input/Output): Mention them.
2035
2036 2007-04-26  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2039         'long' when we assume it.
2040         Suggested by Eric Blake.
2041
2042 2007-04-26  Bruno Haible  <bruno@clisp.org>
2043
2044         Ensure fseeko, ftello are declared on glibc systems.
2045         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2046         * modules/fseeko (configure.ac-early): Likewise.
2047         * modules/ftello (configure.ac-early): Likewise.
2048         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2049         AC_FUNC_FSEEKO for this.
2050         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2051         (gl_CHECK_FSEEKO): Remove macro.
2052
2053 2007-04-26  Bruno Haible  <bruno@clisp.org>
2054
2055         * tests/test-fflush.c (main): Also check the ftell result after
2056         fflush and fseek/fseeko.
2057         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2058         file descriptor position cache in the stream.
2059         * lib/fseeko.c (rpl_fseeko): Likewise.
2060
2061 2007-04-26  Bruno Haible  <bruno@clisp.org>
2062
2063         * modules/fflush-tests (Depends-on): Add fseeko.
2064
2065 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2066             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2067
2068         * lib/argz_.h: ensure error_t definition is obtained in same
2069         mechanism system argz.h would have.
2070         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2071         argz facilities are known bad.  Err on the side of caution if
2072         cross-compiling.
2073
2074 2007-04-25  Eric Blake  <ebb9@byu.net>
2075
2076         * lib/fpurge.c (includes): Use stdlib.h for free.
2077         * tests/test-fflush.c (main): Also test fflush-fseeko.
2078
2079 2007-04-25  Bruno Haible  <bruno@clisp.org>
2080
2081         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2082         * lib/fseeko.c: New file.
2083         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2084         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2085         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2086         gl_FUNC_FSEEKO.
2087         (gl_FUNC_FSEEKO): Invoke it.
2088         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2089         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2090         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2091
2092 2007-04-25  Bruno Haible  <bruno@clisp.org>
2093
2094         * modules/fflush (Depends-on): Add ftello.
2095
2096 2007-04-25  Bruno Haible  <bruno@clisp.org>
2097
2098         * modules/ftello-tests: New file.
2099         * tests/test-ftello.c: New file.
2100
2101         * modules/ftello: New file.
2102         * m4/ftello.m4: New file.
2103         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2104         HAVE_FTELLO.
2105         * lib/stdio_.h (ftello): New declaration.
2106         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2107         HAVE_FTELLO.
2108
2109 2007-04-25  Bruno Haible  <bruno@clisp.org>
2110
2111         * modules/fseeko-tests: New file.
2112         * tests/test-fseeko.c: New file.
2113
2114         * modules/fseeko: New file.
2115         * m4/fseeko.m4: New file.
2116         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2117         HAVE_FSEEKO.
2118         * lib/stdio_.h (fseeko): New declaration.
2119         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2120         HAVE_FSEEKO.
2121
2122 2007-04-25  Bruno Haible  <bruno@clisp.org>
2123
2124         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2125
2126 2007-04-25  Bruno Haible  <bruno@clisp.org>
2127
2128         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2129         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2130         * tests/test-unistd.c: Likewise.
2131         * tests/test-fcntl.c: Likewise.
2132
2133 2007-04-23  Eric Blake  <ebb9@byu.net>
2134
2135         * lib/fflush.c: Fix missing include.
2136         Reported by Bruno Haible.
2137
2138 2007-04-23  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2141         Reported by Eric Blake.
2142
2143 2007-04-23  Bruno Haible  <bruno@clisp.org>
2144
2145         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2146
2147 2007-04-23  Bruno Haible  <bruno@clisp.org>
2148
2149         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2150
2151 2007-04-23  Bruno Haible  <bruno@clisp.org>
2152
2153         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2154         Needed on HP-UX 11.
2155
2156 2007-04-16  Eric Blake  <ebb9@byu.net>
2157
2158         Make fflush rely on fpurge.
2159         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2160         open coding all variants.
2161         * modules/fflush (Depends-on): Add fpurge and unistd.
2162         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2163         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2164
2165         Fix --with-tests compilation on cygwin.
2166         * modules/argmatch-tests (Makefile.am): List gnulib library first
2167         in LDADD.
2168         * modules/argp-tests (Makefile.am): Likewise.
2169         * modules/array-list-tests (Makefile.am): Likewise.
2170         * modules/array-oset-tests (Makefile.am): Likewise.
2171         * modules/avltree-list-tests (Makefile.am): Likewise.
2172         * modules/avltree-oset-tests (Makefile.am): Likewise.
2173         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2174         * modules/carray-list-tests (Makefile.am): Likewise.
2175         * modules/dirname-tests (Makefile.am): Likewise.
2176         * modules/frexp-tests (Makefile.am): Likewise.
2177         * modules/isnanl-tests (Makefile.am): Likewise.
2178         * modules/linked-list-tests (Makefile.am): Likewise.
2179         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2180         * modules/lock-tests (Makefile.am): Likewise.
2181         * modules/rbtree-list-tests (Makefile.am): Likewise.
2182         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2183         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2184         * modules/tls-tests (Makefile.am): Likewise.
2185         * modules/tsearch-tests (Makefile.am): Likewise.
2186         * modules/xvasprintf-tests (Makefile.am): Likewise.
2187
2188         Fix fpurge for cygwin.
2189         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2190         value.
2191         * modules/fpurge-tests (Depends-on): Clean up trash.
2192
2193 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2194
2195         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2196
2197         * m4/autobuild.m4: Re-indent.
2198
2199 2007-04-13  Bruno Haible  <bruno@clisp.org>
2200
2201         * modules/fpurge-tests: New file.
2202         * tests/test-fpurge.c: New file.
2203
2204         * modules/fpurge: New file.
2205         * lib/fpurge.h: New file.
2206         * lib/fpurge.c: New file.
2207         * m4/fpurge.m4: New file.
2208
2209 2007-04-13  Bruno Haible  <bruno@clisp.org>
2210
2211         * modules/fbufmode-tests: New file.
2212         * tests/test-fbufmode.c: New file.
2213
2214         * modules/fbufmode: New file.
2215         * lib/fbufmode.h: New file.
2216         * lib/fbufmode.c: New file.
2217         * m4/fbufmode.m4: New file.
2218
2219 2007-04-13  Bruno Haible  <bruno@clisp.org>
2220
2221         * modules/fwritable-tests: New file.
2222         * tests/test-fwritable.c: New file.
2223
2224         * modules/fwritable: New file.
2225         * lib/fwritable.h: New file.
2226         * lib/fwritable.c: New file.
2227         * m4/fwritable.m4: New file.
2228
2229 2007-04-13  Bruno Haible  <bruno@clisp.org>
2230
2231         * modules/freadable-tests: New file.
2232         * tests/test-freadable.c: New file.
2233
2234         * modules/freadable: New file.
2235         * lib/freadable.h: New file.
2236         * lib/freadable.c: New file.
2237         * m4/freadable.m4: New file.
2238
2239 2007-04-13  Bruno Haible  <bruno@clisp.org>
2240
2241         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2242         MOSTLYCLEANFILES.
2243
2244 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2245
2246         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2247         gzip bootstrap.conf to avoid dragging in i18n machinery.
2248         (gnulib_tool_option): Use it.
2249
2250 2007-04-13  Bruno Haible  <bruno@clisp.org>
2251
2252         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2253         %F directives.
2254         * tests/test-vasprintf-posix.c (test_function): Likewise.
2255         * tests/test-snprintf-posix.h (test_function): Likewise.
2256         * tests/test-sprintf-posix.h (test_function): Likewise.
2257         * tests/test-fprintf-posix.h (test_function): Likewise.
2258         * tests/test-printf-posix.h (test_function): Likewise.
2259         * tests/test-fprintf-posix.out: Likewise.
2260
2261 2007-04-13  Bruno Haible  <bruno@clisp.org>
2262
2263         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2264         * modules/tls-tests (configure.ac): Likewise.
2265         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2266
2267 2007-04-13  Bruno Haible  <bruno@clisp.org>
2268
2269         * lib/tls.c (glthread_tls_get): Fix return type.
2270         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2271
2272 2007-04-12  Eric Blake  <ebb9@byu.net>
2273
2274         * modules/gettime (Depends-on): Remove gettime.
2275         Reported by Dmitry V. Levin.
2276
2277 2007-04-12  Bruno Haible  <bruno@clisp.org>
2278
2279         * modules/fflush (Include): Mention <stdio.h>.
2280         * modules/strtoimax (Include): Mention <inttypes.h>.
2281         * modules/strtoumax (Include): Likewise.
2282
2283 2007-04-12  Eric Blake  <ebb9@byu.net>
2284
2285         * .cvsignore: New file.
2286         * .gitignore: Likewise.
2287
2288 2007-04-12  Bruno Haible  <bruno@clisp.org>
2289
2290         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2291         not before, since $(LDADD) often contains libgnu.a.
2292         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2293         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2294         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2295         Needed on Cygwin.
2296
2297 2007-04-12  Eric Blake  <ebb9@byu.net>
2298
2299         Work around glibc's failure to flush stdin on fclose.
2300         * lib/closein.c (close_stdin): Flush stdin before closing.
2301
2302         Work around glibc's failure to reset seekable stdin on exit.
2303         * modules/closein: New module.
2304         * lib/closein.c: New file.
2305         * lib/closein.h: Likewise.
2306         * m4/closein.m4: Likewise.
2307         * MODULES.html.sh (File stream based Input/Output): Document it.
2308
2309 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2310
2311         * gnulib-tool: Rename generated 'autobuild' script to
2312         'do-autobuild' in --create-megatestdir output.
2313
2314         * doc/gnulib.texi (Build robot for gnulib): Fix.
2315
2316 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2317
2318         * modules/sysexits (Depends-on): Add absolute-header.
2319
2320 2007-04-12  Eric Blake  <ebb9@byu.net>
2321
2322         No need to preserve errno on success.
2323         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2324         Reported by Bruno Haible.
2325
2326 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2327
2328         * MODULES.html.sh (Support for maintaining and releasing
2329         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2330
2331 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2332
2333         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2334
2335 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2336
2337         * modules/autobuild: New module.
2338
2339         * m4/autobuild.m4: New file.
2340
2341 2007-04-11  Bruno Haible  <bruno@clisp.org>
2342
2343         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2344         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2345         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2346         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2347         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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/snprintf-posix.m4 (gl_FUNC_SNPRINTF_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/sprintf-posix.m4 (gl_FUNC_SPRINTF_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/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_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/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_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/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_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/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2366         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2367         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2368         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2369         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2370         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2371         Reported by Eric Blake.
2372
2373 2007-04-11  Bruno Haible  <bruno@clisp.org>
2374
2375         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2376
2377 2007-04-10  Bruno Haible  <bruno@clisp.org>
2378
2379         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2380         for NaN and Infinity. Needed on FreeBSD 6.1.
2381         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2382         regarding results for "%010a" of Infinity and NaN.
2383         * tests/test-vasprintf-posix.c (test_function): Likewise.
2384         * tests/test-snprintf-posix.h (test_function): Likewise.
2385         * tests/test-sprintf-posix.h (test_function): Likewise.
2386         * tests/test-fprintf-posix.h (test_function): Likewise.
2387         * tests/test-printf-posix.h (test_function): Likewise.
2388         * tests/test-fprintf-posix.out: Likewise.
2389
2390 2007-04-10  Bruno Haible  <bruno@clisp.org>
2391
2392         * modules/locale-tests: New file.
2393         * tests/test-locale.c: New file.
2394
2395         * modules/locale: New file.
2396         * lib/locale_.h: New file.
2397         * m4/locale_h.m4: New file.
2398
2399 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2400             Bruno Haible  <bruno@clisp.org>
2401
2402         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2403         be determined, test for availability of the copysignf, copysign,
2404         copysignl functions.
2405         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2406         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2407         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2408
2409 2007-04-09  Eric Blake  <ebb9@byu.net>
2410
2411         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2412         * modules/stdio (Makefile.am): Support fflush.
2413         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2414         * modules/fflush: New file.
2415         * lib/fflush.c: Likewise.
2416         * m4/fflush.m4: Likewise.
2417         * modules/fflush-tests: New test.
2418         * tests/test-fflush.c: Likewise.
2419         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2420
2421 2007-04-06  Bruno Haible  <bruno@clisp.org>
2422
2423         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2424         (VASNPRINTF): Use signbit for faster determination whether to print a
2425         minus sign.
2426         * modules/vasnprintf (Files): Remove lib/float+.h.
2427         * modules/fprintf-posix (Depends-on): Add signbit.
2428         * modules/snprintf-posix (Depends-on): Likewise.
2429         * modules/sprintf-posix (Depends-on): Likewise.
2430         * modules/vasnprintf-posix (Depends-on): Likewise.
2431         * modules/vasprintf-posix (Depends-on): Likewise.
2432         * modules/vfprintf-posix (Depends-on): Likewise.
2433         * modules/vsnprintf-posix (Depends-on): Likewise.
2434         * modules/vsprintf-posix (Depends-on): Likewise.
2435
2436 2007-04-06  Bruno Haible  <bruno@clisp.org>
2437
2438         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2439         * tests/test-frexpl.c (main): Likewise.
2440         * tests/test-ldexpl.c (main): Likewise.
2441         * modules/frexp-tests (Depends-on): Add signbit.
2442         * modules/frexpl-tests (Depdends-on): Likewise.
2443         * modules/ldexpl-tests (Depdends-on): Likewise.
2444
2445 2007-04-06  Bruno Haible  <bruno@clisp.org>
2446
2447         * modules/signbit-tests: New file.
2448         * tests/test-signbit.c: New file.
2449
2450         * modules/signbit: New file.
2451         * lib/signbitf.c: New file.
2452         * lib/signbitd.c: New file.
2453         * lib/signbitl.c: New file.
2454         * m4/signbit.m4: New file.
2455         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2456         (signbit): New macro.
2457         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2458         REPLACE_SIGNBIT.
2459         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2460         REPLACE_FREXPL into math.h.
2461
2462 2007-04-06  Bruno Haible  <bruno@clisp.org>
2463
2464         * modules/isnanf-nolibm-tests: New file.
2465         * tests/test-isnanf.c: New file.
2466
2467         * modules/isnanf-nolibm: New file.
2468         * lib/isnanf.h: New file.
2469         * lib/isnanf.c: New file.
2470         * lib/isnan.c: Consider the USE_FLOAT macro.
2471         * m4/isnanf.m4: New file.
2472
2473 2007-04-06  Bruno Haible  <bruno@clisp.org>
2474
2475         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2476         (Link): New section.
2477
2478         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2479
2480 2007-04-06  Bruno Haible  <bruno@clisp.org>
2481
2482         Assume the 'long double' type.
2483         * m4/longdouble.m4: Remove file.
2484         * config/srclist.txt: Don't mention longdouble.m4.
2485         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2486         * lib/float+.h: Likewise.
2487         * lib/frexp.c: Likewise.
2488         * lib/printf-args.h: Likewise.
2489         * lib/printf-args.c: Likewise.
2490         * lib/printf-frexp.c: Likewise.
2491         * lib/printf-parse.c: Likewise.
2492         * lib/vasnprintf.c: Likewise.
2493         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2494         * m4/intl.m4: Likewise.
2495         * m4/isnanl.m4: Likewise.
2496         * m4/printf.m4: Likewise.
2497         * m4/printf-frexpl.m4: Likewise.
2498         * m4/vasnprintf.m4: Likewise.
2499         * modules/allocsa (Files): Remove m4/longdouble.m4.
2500         * modules/gettext (Files): Likewise.
2501         * modules/relocatable-prog-wrapper (Files): Likewise.
2502         * modules/vasnprintf (Files): Likewise.
2503         * modules/isnanl (Files): Likewise.
2504         (Include): Simplify.
2505         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2506         (Include): Simplify.
2507         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2508         (Include): Simplify.
2509         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2510         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2511         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2512         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2513         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2514         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2515         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2516         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2517         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2518         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2519         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2520         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2521         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2522         * tests/test-isnanl.c: Likewise.
2523         * tests/test-snprintf-posix.h: Likewise.
2524         * tests/test-sprintf-posix.h: Likewise.
2525         * tests/test-vasnprintf-posix.c: Likewise.
2526         * tests/test-vasnprintf-posix2.c: Likewise.
2527         * tests/test-vasprintf-posix.c: Likewise.
2528
2529 2007-04-06  Bruno Haible  <bruno@clisp.org>
2530
2531         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2532         * lib/math_.h [__DECC]: Include the overridden include file through
2533         #include_next, outside the double-inclusion guard.
2534         * lib/stdio_.h [__DECC]: Likewise.
2535         * lib/stdlib_.h [__DECC]: Likewise.
2536         * lib/string_.h [__DECC]: Likewise.
2537         * lib/time_.h [__DECC]: Likewise.
2538         * lib/wchar_.h [__DECC]: Likewise.
2539         * lib/wctype_.h [__DECC]: Likewise.
2540         * lib/inttypes_.h [__DECC]: Likewise.
2541         Reported by Albert Chin <china@thewrittenword.com> in
2542         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2543
2544 2007-04-04  Eric Blake  <ebb9@byu.net>
2545
2546         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2547         1.5.x.
2548
2549 2007-04-04  Bruno Haible  <bruno@clisp.org>
2550
2551         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2552         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2553
2554 2007-04-04  Bruno Haible  <bruno@clisp.org>
2555
2556         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2557         results for "%010a" of Infinity and NaN.
2558         * tests/test-vasprintf-posix.c (test_function): Likewise.
2559         * tests/test-snprintf-posix.h (test_function): Likewise.
2560         * tests/test-sprintf-posix.h (test_function): Likewise.
2561         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2562         * tests/test-printf-posix.h (test_function): Likewise.
2563         * tests/test-fprintf-posix.out: Update.
2564         Needed for FreeBSD 6.1.
2565
2566 2007-04-04  Bruno Haible  <bruno@clisp.org>
2567
2568         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2569         directly used by the gnulib modules nor by gnulib-tool.
2570
2571 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2572
2573         * DEPENDENCIES: Give overall description of version dependency
2574         desirability.  Use more-typical names for apps.
2575         Add shell, coreutils, diffutils, grep, tar, gzip.
2576
2577 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2578
2579         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2580
2581 2007-04-04  Karl Berry  <karl@gnu.org>
2582
2583         * MODULES.html.sh (func_module): missing '.
2584
2585 2007-04-03  Bruno Haible  <bruno@clisp.org>
2586
2587         * modules/argmatch-tests (Makefile.am): New variable
2588         test_argmatch_LDADD.
2589         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2590         * modules/array-list-tests (Makefile.am): New variable
2591         test_array_list_LDADD.
2592         * modules/array-oset-tests (Makefile.am): New variable
2593         test_array_oset_LDADD.
2594         * modules/avltree-list-tests (Makefile.am): New variable
2595         test_avltree_list_LDADD.
2596         * modules/avltree-oset-tests (Makefile.am): New variable
2597         test_avltree_oset_LDADD.
2598         * modules/avltreehash-list-tests (Makefile.am): New variable
2599         test_avltreehash_list_LDADD.
2600         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2601         test_canonicalize_lgpl_LDADD.
2602         * modules/carray-list-tests (Makefile.am): New variable
2603         test_carray_list_LDADD.
2604         * modules/dirname-tests (Makefile.am): New variable
2605         test_dirname_LDADD.
2606         * modules/linked-list-tests (Makefile.am): New variable
2607         test_linked_list_LDADD.
2608         * modules/linkedhash-list-tests (Makefile.am): New variable
2609         test_linkedhash_list_LDADD.
2610         * modules/rbtree-list-tests (Makefile.am): New variable
2611         test_rbtree_list_LDADD.
2612         * modules/rbtree-oset-tests (Makefile.am): New variable
2613         test_rbtree_oset_LDADD.
2614         * modules/rbtreehash-list-tests (Makefile.am): New variable
2615         test_rbtreehash_list_LDADD.
2616         * modules/xvasprintf-tests (Makefile.am): New variable
2617         test_xvasprintf_LDADD.
2618         Reported by Eric Blake.
2619
2620 2007-04-03  Eric Blake  <ebb9@byu.net>
2621
2622         * DEPENDENCIES: Weaken m4 requirements.
2623
2624 2007-04-03  Bruno Haible  <bruno@clisp.org>
2625
2626         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2627         * modules/isnanl-tests (configure.ac): Likewise.
2628
2629 2007-04-03  Ben Pfaff  <blp@gnu.org>
2630
2631         * modules/iconv_open: Add $(srcdir)/ to source directory
2632         references in Makefile fragments that call gperf, to fix VPATH
2633         builds.
2634
2635 2007-04-03  Bruno Haible  <bruno@clisp.org>
2636
2637         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2638         * lib/ldexpl.c: Undo last change.
2639
2640 2007-04-03  Bruno Haible  <bruno@clisp.org>
2641
2642         * modules/printf-frexpl (Depends-on): Undo last change.
2643         (Files): Add m4/ldexpl.m4.
2644
2645 2007-04-03  Bruno Haible  <bruno@clisp.org>
2646
2647         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2648         * modules/isnanl (Link): New section.
2649
2650         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2651         * modules/frexp (Link): New section.
2652
2653         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2654         * modules/frexpl (Link): New section.
2655
2656         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2657         * modules/ldexpl (Link): New section.
2658
2659 2007-04-03  Bruno Haible  <bruno@clisp.org>
2660
2661         * modules/TEMPLATE-EXTENDED: New file.
2662         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2663
2664 2007-04-03  Bruno Haible  <bruno@clisp.org>
2665
2666         * DEPENDENCIES: New file.
2667         Suggested by Simon Josefsson.
2668
2669 2007-04-03  Bruno Haible  <bruno@clisp.org>
2670
2671         * doc/gnulib.texi: Escape @.
2672
2673 2007-04-03  James Youngman  <jay@gnu.org>
2674         and Paul Eggert  <eggert@cs.ucla.edu>
2675
2676         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2677         birthtime on all systems that have birthtime, not just those which
2678         use st_birthtimensec rather than st_birthtim.  Putting zero in
2679         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2680         that the birth time is not available for files on an NFS mount.
2681
2682 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2683
2684         * modules/memxor: Move back from crypto/, suggested by Bruno.
2685         * modules/crypto/hmac-sha1: Fix memxor dependency.
2686
2687         * modules/crypto/gc: Moved from ../.
2688
2689 2007-04-02  Eric Blake  <ebb9@byu.net>
2690
2691         * lib/ldexpl.c (includes): Avoid libm.
2692
2693         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2694
2695 2007-04-02  Bruno Haible  <bruno@clisp.org>
2696
2697         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2698         on IRIX.
2699
2700 2007-04-02  Bruno Haible  <bruno@clisp.org>
2701
2702         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2703         x86 or x86_64 platforms running MacOS X.
2704         Reported by Ryan Schmidt <@ryandesign.com>.
2705
2706 2007-04-02  Bruno Haible  <bruno@clisp.org>
2707
2708         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2709         i386.
2710
2711 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2712
2713         * modules/crypto/arcfour: Moved from ../.
2714         * modules/crypto/arcfour-tests: Moved from ../.
2715         * modules/crypto/arctwo: Moved from ../.
2716         * modules/crypto/arctwo-tests: Moved from ../.
2717         * modules/crypto/des: Moved from ../.
2718         * modules/crypto/des-tests: Moved from ../.
2719         * modules/crypto/gc-arcfour: Moved from ../.
2720         * modules/crypto/gc-arcfour-tests: Moved from ../.
2721         * modules/crypto/gc-arctwo: Moved from ../.
2722         * modules/crypto/gc-arctwo-tests: Moved from ../.
2723         * modules/crypto/gc-des: Moved from ../.
2724         * modules/crypto/gc-des-tests: Moved from ../.
2725         * modules/crypto/gc-hmac-md5: Moved from ../.
2726         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2727         * modules/crypto/gc-hmac-sha1: Moved from ../.
2728         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2729         * modules/crypto/gc-md2: Moved from ../.
2730         * modules/crypto/gc-md2-tests: Moved from ../.
2731         * modules/crypto/gc-md4: Moved from ../.
2732         * modules/crypto/gc-md4-tests: Moved from ../.
2733         * modules/crypto/gc-md5: Moved from ../.
2734         * modules/crypto/gc-md5-tests: Moved from ../.
2735         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2736         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2737         * modules/crypto/gc-random: Moved from ../.
2738         * modules/crypto/gc-rijndael: Moved from ../.
2739         * modules/crypto/gc-rijndael-tests: Moved from ../.
2740         * modules/crypto/gc-sha1: Moved from ../.
2741         * modules/crypto/gc-sha1-tests: Moved from ../.
2742         * modules/crypto/gc-tests: Moved from ../.
2743         * modules/crypto/hmac-md5: Moved from ../.
2744         * modules/crypto/hmac-md5-tests: Moved from ../.
2745         * modules/crypto/hmac-sha1: Moved from ../.
2746         * modules/crypto/hmac-sha1-tests: Moved from ../.
2747         * modules/crypto/md2: Moved from ../.
2748         * modules/crypto/md2-tests: Moved from ../.
2749         * modules/crypto/md4: Moved from ../.
2750         * modules/crypto/md4-tests: Moved from ../.
2751         * modules/crypto/md5: Moved from ../.
2752         * modules/crypto/md5-tests: Moved from ../.
2753         * modules/crypto/memxor: Moved from ../.
2754         * modules/crypto/rijndael: Moved from ../.
2755         * modules/crypto/rijndael-tests: Moved from ../.
2756         * modules/crypto/sha1: Moved from ../.
2757
2758 2007-03-30  James Youngman  <jay@gnu.org>
2759
2760         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2761         rename() to change the ctime of a file (because ctime is unaffected
2762         by rename on jfs2 on AIX 5.1).
2763         (main): Start by doing cleanup, in case a previous run failed leaving
2764         test files behind.
2765
2766 2007-03-31  Bruno Haible  <bruno@clisp.org>
2767
2768         Support old proprietary implementations of iconv.
2769         * modules/iconv_open: New file.
2770         * lib/iconv_.h: New file.
2771         * m4/iconv_h.m4: New file.
2772         * lib/iconv_open.c: New file.
2773         * lib/iconv_open-aix.gperf: New file.
2774         * lib/iconv_open-hpux.gperf: New file.
2775         * lib/iconv_open-irix.gperf: New file.
2776         * lib/iconv_open-osf.gperf: New file.
2777         * m4/iconv_open.m4: New file.
2778         * modules/linebreak (Depends-on): Add iconv_open.
2779         * modules/striconv (Depends-on): Likewise.
2780         * modules/striconveh (Depends-on): Likewise.
2781         * modules/unicodeio (Depends-on): Likewise.
2782         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2783         (iconv_t)(-1).
2784         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2785         conversion if cd is (iconv_t)(-1).
2786         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2787         is not possible.
2788
2789 2007-03-31  Bruno Haible  <bruno@clisp.org>
2790
2791         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2792         work on Solaris either. Protect also second use of "autodetect_jp".
2793
2794 2007-03-31  Bruno Haible  <bruno@clisp.org>
2795
2796         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2797         the function is not present.
2798
2799 2007-03-31  Bruno Haible  <bruno@clisp.org>
2800
2801         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2802         the function is not present.
2803
2804 2007-03-31  Bruno Haible  <bruno@clisp.org>
2805
2806         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2807         a bug in HP-UX iconv_open().
2808
2809 2007-03-31  Bruno Haible  <bruno@clisp.org>
2810
2811         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2812         (Mathematics <math.h>): New section, add fpieee.
2813         (Input/output <stdio.h>): Add fseterr.
2814         (Mathematics <math.h>): New section, add printf-frexp.
2815         (Container data structures): Add sublist.
2816         (Core language properties): Add fpucw, inline.
2817         (Functions for greatest-width integer types <inttypes.h>): Add
2818         imaxabs, imaxdiv, inttypes.
2819         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2820         isnanl-nolibm, ldexp.
2821         (Mathematics <math.h>): New section, add printf-frexpl.
2822         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2823         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2824         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2825         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2826         (Unicode string functions): Add unistr/u*-mbtoucr.
2827         (Java): Add javacomp-script, javaexec-script.
2828         (C#): Add csharpcomp-script, csharpexec-script.
2829         (Support for building libraries and executables): Add havelib,
2830         relocatable-*.
2831         (Support for maintaining and releasing projects): Renamed from
2832         'Support for maintaining and release projects'. Add announce-gen.
2833
2834 2007-03-31  Bruno Haible  <bruno@clisp.org>
2835
2836         * README: Talk primarily about git.
2837         (git and CVS): Renamed from CVS.
2838         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2839         gnulib is available through git.
2840         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2841
2842 2007-03-30  Bruno Haible  <bruno@clisp.org>
2843
2844         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2845         * lib/poll_.h: Likewise.
2846         * lib/stat_.h: Likewise.
2847         * lib/sys_time_.h: Likewise.
2848         * lib/sysexit_.h: Likewise.
2849         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2850         * lib/stdbool_.h: Likewise.
2851         * lib/byteswap_.h: Add double-inclusion guard.
2852
2853 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2854
2855         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2856
2857 2007-03-30  Karl Berry  <karl@gnu.org>
2858
2859         * config/srclist-update: double space after USA in the license
2860         substitution, since that's how it's usually (?) written.
2861
2862 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2863
2864         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2865         reported by Bruno Haible.
2866
2867 2007-03-29  Bruno Haible  <bruno@clisp.org>
2868
2869         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2870         a bug in AIX iconv().
2871
2872 2007-03-29  Bruno Haible  <bruno@clisp.org>
2873
2874         * modules/ldexpl-tests: New file.
2875         * tests/test-ldexpl.c: New file.
2876
2877 2007-03-29  Bruno Haible  <bruno@clisp.org>
2878
2879         * lib/ldexpl.c: Include fpucw.h.
2880         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2881         multiplication.
2882         * modules/ldexpl (Depends-on): Add fpucw.
2883
2884 2007-03-29  Bruno Haible  <bruno@clisp.org>
2885
2886         * modules/ldexpl: New file.
2887         * m4/ldexpl.m4: New file.
2888         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2889         set.
2890         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2891         REPLACE_LDEXPL.
2892         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2893         REPLACE_LDEXPL.
2894         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2895         gl_FUNC_LDEXPL_WORKS.
2896         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2897         * modules/mathl (Files): Remove lib/ldexpl.c.
2898         (Depends-on): Add ldexpl.
2899
2900 2007-03-29  Bruno Haible  <bruno@clisp.org>
2901
2902         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2903
2904 2007-03-29  Bruno Haible  <bruno@clisp.org>
2905
2906         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2907         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2908         and possibly also HP-UX.
2909         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2910         work on AIX, IRIX, HP-UX, OSF/1.
2911         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2912         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2913         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2914         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2915         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2916         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2917
2918 2007-03-29  Bruno Haible  <bruno@clisp.org>
2919
2920         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2921
2922 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2923
2924         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2925         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2926
2927 2007-03-29  Eric Blake  <ebb9@byu.net>
2928
2929         * lib/acl-internal.h: Remove redundant include.
2930         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2931         Cygwin when a file is locked.
2932
2933 2007-03-29  Bruno Haible  <bruno@clisp.org>
2934
2935         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2936         file.
2937         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2938
2939 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2940
2941         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2942         try to remove a parent directory if the child couldn't be removed
2943         (except for the first rmdir, which could fail because the child
2944         doesn't exist).  Problem reported by Jeff Blaine in
2945         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2946
2947 2007-03-28  Bruno Haible  <bruno@clisp.org>
2948
2949         * lib/striconveh.c (utf8conv_carefully): New function.
2950         (mem_cd_iconveh_internal): Invoke it.
2951
2952 2007-03-28  Bruno Haible  <bruno@clisp.org>
2953
2954         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2955         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2956         input.
2957         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2958         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2959         unistr/u8-uctomb.
2960
2961 2007-03-28  Bruno Haible  <bruno@clisp.org>
2962
2963         * modules/unistr/u8-mbtoucr: New file.
2964         * lib/unistr/u8-mbtoucr.c: New file.
2965         * modules/unistr/u16-mbtoucr: New file.
2966         * lib/unistr/u16-mbtoucr.c: New file.
2967         * modules/unistr/u16-mbtoucr: New file.
2968         * lib/unistr/u16-mbtoucr.c: New file.
2969         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
2970
2971 2007-03-27  Simon Josefsson  <simon@josefsson.org>
2972             Bruno Haible  <bruno@clisp.org>
2973
2974         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
2975         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
2976         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
2977
2978         * m4/stdio_h.m4: Add stubs for vasprintf too.
2979
2980         * modules/stdio: Support vasprintf in sed command.
2981
2982         * modules/vasprintf: Depend on stdio for prototypes.  Remove
2983         vasprintf.h.  Add stdio module indicator.
2984
2985         * lib/stdio_.h: Declare asprintf and vasprintf, based on
2986         vasprintf.h.
2987
2988         * lib/vasprintf.h: File removed.
2989
2990         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
2991         * lib/vasprintf.c: Ditto.
2992         * lib/xvasprintf.c: Ditto.
2993         * tests/test-vasprintf-posix.c: Ditto.
2994         * tests/test-vasprintf.c: Ditto.
2995
2996 2007-03-27  Bruno Haible  <bruno@clisp.org>
2997
2998         Make vasnprintf multithread-safe.
2999         * lib/vasnprintf.c (decimal_point_char): New function.
3000         (VASNPRINTF): Use it.
3001         Suggested by Simon Josefsson.
3002
3003 2007-03-27  Eric Blake  <ebb9@byu.net>
3004
3005         Support sub-second birthtime on cygwin.
3006         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3007         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3008         (get_stat_birthtime): Also work with st_birthtim.
3009
3010 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3011
3012         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3013         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3014         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3015         (get_stat_birthtime_ns): Simplify compile-time tests.
3016         (get_stat_birthtime): Change the API to look like
3017         get_stat_mtime etc., except return a negative tv_nsec on error.
3018         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3019         Don't check for "spare" fields.
3020         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3021         or for struct stat.st_birthtime, as these tests aren't used.
3022         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3023
3024 2007-03-27  Bruno Haible  <bruno@clisp.org>
3025
3026         * lib/stat-time.h: Include <sys/stat.h>.
3027
3028 2007-03-27  James Youngman  <jay@gnu.org>
3029
3030         * lib/stat-time.h (get_stat_birthtime): New function for
3031           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3032         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3033           and its variants.
3034         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3035         * modules/stat-time-test: New file.
3036         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3037
3038 2007-03-26  Bruno Haible  <bruno@clisp.org>
3039
3040         Better support of signalling NaNs.
3041         * lib/atanl.c: Include isnanl.h.
3042         (atanl): Perform test for NaN at the beginning of the function and
3043         through a call to isnanl.
3044         * lib/cosl.c: Include isnanl.h.
3045         (cosl): Perform test for NaN at the beginning of the function and
3046         through a call to isnanl.
3047         * lib/ldexpl.c: Include isnanl.h.
3048         (ldexpl): Perform test for NaN through a call to isnanl.
3049         * lib/logl.c: Include isnanl.h.
3050         (logl): Perform test for NaN at the beginning of the function and
3051         through a call to isnanl.
3052         * lib/sinl.c: Include isnanl.h.
3053         (sinl): Perform test for NaN at the beginning of the function and
3054         through a call to isnanl.
3055         * lib/sqrtl.c: Include isnanl.h.
3056         (sqrtl): Perform test for NaN at the beginning of the function and
3057         through a call to isnanl.
3058         * lib/tanl.c: Include isnanl.h.
3059         (tanl): Perform test for NaN at the beginning of the function and
3060         through a call to isnanl.
3061         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3062         * modules/mathl (Depends-on): Add isnanl.
3063
3064 2007-03-26  Eric Blake  <ebb9@byu.net>
3065
3066         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3067         regression in logic sense of previous patch.
3068
3069 2007-03-26  Bruno Haible  <bruno@clisp.org>
3070
3071         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3072         unportable shell command "if ! ...".
3073         Reported by Ralf Wildenhues.
3074
3075 2007-03-25  Bruno Haible  <bruno@clisp.org>
3076
3077         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3078         <sysexits.h> file, and only add EX_CONFIG.
3079         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3080         absolute file name and whether it is sufficient. Substitute also
3081         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3082         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3083         ABSOLUTE_SYSEXITS_H into sysexits.h.
3084
3085 2007-03-25  Bruno Haible  <bruno@clisp.org>
3086
3087         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3088         hints is NULL.
3089
3090 2007-03-25  Bruno Haible  <bruno@clisp.org>
3091
3092         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3093         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3094
3095 2007-03-25  Bruno Haible  <bruno@clisp.org>
3096
3097         * lib/vasnprintf.c: Include langinfo.h.
3098         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3099         multithread-safe.
3100         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3101         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3102         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3103         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3104         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3105         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3106         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3107         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3108         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3109         Reported by Simon Josefsson.
3110
3111 2007-03-25  Bruno Haible  <bruno@clisp.org>
3112
3113         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3114         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3115         * modules/vasnprintf (Depends-on): Add stdint.
3116
3117 2007-03-25  Bruno Haible  <bruno@clisp.org>
3118
3119         * modules/fpieee: New file.
3120         * m4/fpieee.m4: New file.
3121         * modules/isnan-nolibm (Depends-on): Add fpieee.
3122         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3123         * modules/isnanl (Depends-on): Add fpieee.
3124
3125 2007-03-25  Bruno Haible  <bruno@clisp.org>
3126
3127         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3128
3129 2007-03-25  Bruno Haible  <bruno@clisp.org>
3130
3131         Avoid test failures on IRIX 6.5.
3132         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3133         (main): Use it.
3134         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3135         macros.
3136         (main): Use them.
3137
3138 2007-03-25  Bruno Haible  <bruno@clisp.org>
3139
3140         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3141         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3142         exists but doesn't work.
3143         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3144         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3145         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3146         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3147
3148 2007-03-25  Bruno Haible  <bruno@clisp.org>
3149
3150         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3151         returns inf. Needed on IRIX 6.5.
3152
3153 2007-03-25  Bruno Haible  <bruno@clisp.org>
3154
3155         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3156         (main): Use isnanl instead of x != x idiom.
3157         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3158
3159         * tests/test-frexp.c: Include isnan.h.
3160         (main): Use isnan instead of x != x idiom.
3161         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3162
3163 2007-03-25  Bruno Haible  <bruno@clisp.org>
3164
3165         * tests/test-frexp.c (NaN): New function/macro.
3166         (main): Use it instead of 0.0 / 0.0.
3167         * tests/test-isnan.c (NaN): New function/macro.
3168         (main): Use it instead of 0.0 / 0.0.
3169         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3170         (test_function): Use it instead of 0.0 / 0.0.
3171         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3172         (test_function): Use it instead of 0.0 / 0.0.
3173         * tests/test-snprintf-posix.h (NaN): New function/macro.
3174         (test_function): Use it instead of 0.0 / 0.0.
3175         * tests/test-sprintf-posix.h (NaN): New function/macro.
3176         (test_function): Use it instead of 0.0 / 0.0.
3177         * tests/test-fprintf-posix.h (NaN): New function/macro.
3178         (test_function): Use it instead of 0.0 / 0.0.
3179         * tests/test-printf-posix.h (NaN): New function/macro.
3180         (test_function): Use it instead of 0.0 / 0.0.
3181
3182         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3183
3184 2007-03-25  Bruno Haible  <bruno@clisp.org>
3185
3186         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3187
3188 2007-03-25  Bruno Haible  <bruno@clisp.org>
3189
3190         * lib/regexec.c (merge_state_with_log): Make static.
3191
3192 2007-03-25  Bruno Haible  <bruno@clisp.org>
3193
3194         * lib/trigl.c (kernel_rem_pio2): Make static.
3195
3196 2007-03-25  Bruno Haible  <bruno@clisp.org>
3197
3198         * lib/sincosl.c (sincosl_table): Make static.
3199
3200 2007-03-25  Bruno Haible  <bruno@clisp.org>
3201
3202         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3203         if the compiler does not support C99.
3204
3205 2007-03-25  Bruno Haible  <bruno@clisp.org>
3206
3207         * modules/time (Makefile.am): Ensure all rule action lines start with a
3208         tab.
3209
3210 2007-03-24  Bruno Haible  <bruno@clisp.org>
3211
3212         * modules/tsearch-tests: New file.
3213         * tests/test-tsearch.sh: New file.
3214         * tests/test-tsearch.c: New file, mostly copied from glibc.
3215
3216         * modules/search-tests: New file.
3217         * tests/test-search.c: New file.
3218
3219         * modules/search: New file.
3220         * lib/search_.h: New file, incorporating lib/tsearch.h.
3221         * m4/search_h.m4: New file.
3222         * lib/tsearch.h: Remove file.
3223         * lib/tsearch.c: Include search.h instead of tsearch.h.
3224         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3225         HAVE_TSEARCH.
3226         * modules/tsearch (Files): Remove lib/tsearch.h.
3227         (Depends-on): Add search.
3228         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3229         (Include): Change tsearch.h into search.h.
3230
3231 2007-03-24  Bruno Haible  <bruno@clisp.org>
3232
3233         * modules/fpucw: New file.
3234         * lib/fpucw.h: New file.
3235         * lib/frexp.c: Include fpucw.h.
3236         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3237         (FUNC): Use them.
3238         * lib/printf-frexp.c: Include fpucw.h.
3239         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3240         (FUNC): Use them.
3241         * lib/vasnprintf.c: Include fpucw.h.
3242         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3243         'long double' calculations.
3244         * tests/test-frexpl.c: Include fpucw.h.
3245         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3246         * tests/test-printf-frexpl.c: Include fpucw.h.
3247         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3248         * modules/frexpl (Depends-on): Add fpucw.
3249         * modules/printf-frexpl (Depends-on): Likewise.
3250         * modules/fprintf-posix (Depends-on): Likewise.
3251         * modules/snprintf-posix (Depends-on): Likewise.
3252         * modules/sprintf-posix (Depends-on): Likewise.
3253         * modules/vasnprintf-posix (Depends-on): Likewise.
3254         * modules/vasprintf-posix (Depends-on): Likewise.
3255         * modules/vfprintf-posix (Depends-on): Likewise.
3256         * modules/vsnprintf-posix (Depends-on): Likewise.
3257         * modules/vsprintf-posix (Depends-on): Likewise.
3258         * modules/frexpl-tests (Depends-on): Likewise.
3259         * modules/printf-frexpl-tests (Depends-on): Likewise.
3260
3261 2007-03-24  Bruno Haible  <bruno@clisp.org>
3262
3263         * lib/float+.h: New file.
3264         * lib/isnan.c: Include float+.h.
3265         (SIZE): New macro.
3266         (FUNC): Compare only SIZE bytes of the value.
3267         * lib/vasnprintf.c: Include float+.h.
3268         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3269         SIZEOF_LDBL or SIZEOF_DBL bytes.
3270         * modules/isnan-nolibm (Files): Add lib/float+.h.
3271         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3272         * modules/isnanl (Files): Add lib/float+.h.
3273         * modules/vasnprintf (Files): Add lib/float+.h.
3274
3275 2007-03-24  Bruno Haible  <bruno@clisp.org>
3276
3277         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3278         include isnanl-nolibm.h.
3279
3280 2007-03-24  Bruno Haible  <bruno@clisp.org>
3281
3282         * tests/test-read-file.c (main): Don't produce spurious output for
3283         expected situations. Make the test fail if it encountered unexpected
3284         results.
3285
3286 2007-03-24  Bruno Haible  <bruno@clisp.org>
3287
3288         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3289         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3290
3291 2007-03-24  Bruno Haible  <bruno@clisp.org>
3292
3293         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3294
3295 2007-03-24  Bruno Haible  <bruno@clisp.org>
3296
3297         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3298         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3299
3300         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3301         * modules/utf8-ucs4: Turn into a symbolic link to module
3302         unistr/u8-mbtouc.
3303
3304         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3305         utf8-ucs4-unsafe.
3306         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3307         unistr/u8-mbtouc-unsafe.
3308
3309         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3310         * modules/utf16-ucs4: Turn into a symbolic link to module
3311         unistr/u16-mbtouc.
3312
3313         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3314         utf16-ucs4-unsafe.
3315         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3316         unistr/u16-mbtouc-unsafe.
3317
3318         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3319         * modules/ucs4-utf8: Turn into a symbolic link to module
3320         unistr/u8-ubtomb.
3321
3322         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3323         * modules/ucs4-utf16: Turn into a symbolic link to module
3324         unistr/u16-ubtomb.
3325
3326 2007-03-24  Bruno Haible  <bruno@clisp.org>
3327
3328         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3329         Enable the function only if HAVE_INLINE.
3330         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3331         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3332         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3333         Enable the function only if HAVE_INLINE.
3334         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3335         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3336         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3337         Enable the function only if HAVE_INLINE.
3338         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3339         Enable the function only if HAVE_INLINE.
3340         * modules/utf8-ucs4: Update.
3341         * modules/utf8-ucs4-unsafe: Update.
3342         * modules/utf16-ucs4: Update.
3343         * modules/utf16-ucs4-unsafe: Update.
3344         * modules/ucs4-utf8: Update.
3345         * modules/ucs4-utf16: Update.
3346
3347 2007-03-24  Bruno Haible  <bruno@clisp.org>
3348
3349         * lib/utf8-ucs4.h: Remove file.
3350         * lib/utf8-ucs4-unsafe.h: Remove file.
3351         * lib/utf16-ucs4.h: Remove file.
3352         * lib/utf16-ucs4-unsafe.h: Remove file.
3353         * lib/ucs4-utf8.h: Remove file.
3354         * lib/ucs4-utf16.h: Remove file.
3355         * lib/unistr.h: Include their previous contents.
3356         * m4/utf-ucs4.m4: Remove file.
3357         * m4/ucs4-utf.m4: Remove file.
3358         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3359         (Depends-on): Add unistr/base.
3360         (configure.ac): Remove gl_UTF_UCS4.
3361         (Makefile.am): Update.
3362         (Include): Change to unistr.h.
3363         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3364         (Depends-on): Add unistr/base.
3365         (configure.ac): Remove gl_UTF_UCS4.
3366         (Makefile.am): Update.
3367         (Include): Change to unistr.h.
3368         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3369         (Depends-on): Add unistr/base.
3370         (configure.ac): Remove gl_UTF_UCS4.
3371         (Makefile.am): Update.
3372         (Include): Change to unistr.h.
3373         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3374         (Depends-on): Add unistr/base.
3375         (configure.ac): Remove gl_UTF_UCS4.
3376         (Makefile.am): Update.
3377         (Include): Change to unistr.h.
3378         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3379         (Depends-on): Add unistr/base.
3380         (configure.ac): Remove gl_UCS4_UTF.
3381         (Makefile.am): Update.
3382         (Include): Change to unistr.h.
3383         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3384         (Depends-on): Add unistr/base.
3385         (configure.ac): Remove gl_UCS4_UTF.
3386         (Makefile.am): Update.
3387         (Include): Change to unistr.h.
3388         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3389         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3390         utf8-ucs4-unsafe.h.
3391         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3392         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3393         utf16-ucs4-unsafe.h.
3394         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3395         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3396         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3397         * lib/unistr/u8-strchr.c: Likewise.
3398         * lib/unistr/u8-strrchr.c: Likewise.
3399         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3400         * lib/unistr/u16-strchr.c: Likewise.
3401         * lib/unistr/u16-strrchr.c: Likewise.
3402         * lib/striconveh.c: Update.
3403         * lib/linebreak.c: Update.
3404
3405 2007-03-24  Bruno Haible  <bruno@clisp.org>
3406
3407         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3408         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3409
3410 2007-03-22  Bruno Haible  <bruno@clisp.org>
3411
3412         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3413
3414 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3415
3416         * MODULES.html.sh (File system functions): New module write-any-file.
3417         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3418         * m4/write-any-file.m4: New files.
3419
3420 2007-03-23  Eric Blake  <ebb9@byu.net>
3421
3422         * gnulib-tool: Rearrange space-tab sequences, since some editors
3423         like to eat them.
3424
3425 2007-03-23  Eric Blake  <ebb9@byu.net>
3426
3427         * lib/version-etc.c (version_etc_va): Update license wording to
3428         be more concise.  Recommended by Richard Stallman.
3429
3430 2007-03-22  Bruno Haible  <bruno@clisp.org>
3431
3432         * lib/poll.c (MSG_PEEK): New fallback definition.
3433
3434 2007-03-22  Bruno Haible  <bruno@clisp.org>
3435
3436         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3437         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3438         (main): Update.
3439         Fixes a compilation error on BeOS.
3440
3441 2007-03-22  Bruno Haible  <bruno@clisp.org>
3442
3443         * modules/frexpl-tests: New file.
3444         * tests/test-frexpl.c: New file.
3445
3446         * modules/frexpl: New file.
3447         * m4/frexpl.m4: New file.
3448         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3449         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3450         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3451         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3452         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3453         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3454
3455 2007-03-22  Bruno Haible  <bruno@clisp.org>
3456
3457         * lib/frexpl.c: Share code with lib/frexp.c.
3458         * modules/mathl (Files): Add lib/frexp.c.
3459         (Depends-on): Add isnanl-nolibm.
3460
3461 2007-03-22  Bruno Haible  <bruno@clisp.org>
3462
3463         * modules/printf-frexp (Files): Add m4/frexp.m4.
3464         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3465         only if the found frexp function actually works.
3466
3467 2007-03-22  Bruno Haible  <bruno@clisp.org>
3468
3469         * lib/frexp.c: Remove older implementation that uses divisions.
3470
3471 2007-03-21  Bruno Haible  <bruno@clisp.org>
3472
3473         * modules/frexp-tests: New file.
3474         * tests/test-frexp.c: New file.
3475
3476         * modules/frexp: New file.
3477         * lib/frexp.c: New file.
3478         * m4/frexp.m4: New file.
3479         * lib/math_.h (frexp): New declaration.
3480         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3481         REPLACE_FREXP.
3482         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3483
3484 2007-03-21  Bruno Haible  <bruno@clisp.org>
3485
3486         * modules/isnanl-tests: New file.
3487         * tests/test-isnanl.c: New file.
3488
3489         * modules/isnanl: New file.
3490         * lib/isnanl.h: New file.
3491         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3492         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3493         gl_FUNC_ISNANL_WORKS.
3494         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3495         New macros.
3496
3497 2007-03-21  Bruno Haible  <bruno@clisp.org>
3498
3499         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3500         lib/isnanl.h.
3501         (Include): Update.
3502         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3503         * lib/vasnprintf.c: Update.
3504         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3505         tests/test-isnanl.h, remove tests/test-isnanl.c.
3506         (Makefile.am): Update.
3507         * tests/test-isnanl-nolibm.c: New file.
3508         * tests/test-isnanl.h: New file.
3509         * tests/test-isnanl.c: Remove file.
3510
3511 2007-03-21  Jim Meyering  <jim@meyering.net>
3512
3513         When trying to open ".", treat ESTALE like EACCES.
3514         * lib/savewd.c (savewd_save): Resort to forking not just upon
3515         failure with EACCES, but also when errno is ESTALE.
3516
3517 2007-03-20  Bruno Haible  <bruno@clisp.org>
3518
3519         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3520         Needed on AIX 5.1. Reported by Matthew Woehlke.
3521
3522 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3523
3524         Suggestions by Bruno Haible:
3525         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3526         our own.
3527         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3528         * modules/acl (Depends-on): Add gettext.
3529
3530 2007-03-19  Bruno Haible  <bruno@clisp.org>
3531
3532         * modules/iconvme: Remove file.
3533         * lib/iconvme.h: Remove file.
3534         * lib/iconvme.c: Remove file.
3535         * m4/iconvme.m4: Remove file.
3536
3537 2007-03-19  Bruno Haible  <bruno@clisp.org>
3538
3539         * doc/relocatable-maint.texi: Break long shell script line.
3540         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3541
3542 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3543
3544         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3545         handle file_has_acl.
3546         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3547         * lib/acl.c: Move header inclusions and related macro defns into
3548         lib/acl-internal.h.
3549         (S_ISLNK): Remove defn, since that's now done for us.
3550         (file_has_acl): Move to lib/file-has-acl.c.
3551         Call acl_trivial if available.  This is the crucial part of the fix.
3552         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3553         shared within the library.  Rewrite a bit, partly to make it compatible
3554         with the GNU coding style.
3555         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3556         Remove unnecessary double-quotes.
3557         Don't test for acl_to_text; the build will catch that.
3558         Replace acl_entries if it doesn't exist and it is needed.
3559         Check for -lsec and acl_trivial (as used on Solaris 10).
3560         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3561         lib/file-has-acl.c.
3562         (Depends-on): Add sys_stat, for S_ISLNK.
3563
3564 2007-03-19  Ben Pfaff  <blp@gnu.org>
3565
3566         * doc/gnulib.texi: Fix typos.
3567         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3568
3569 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3570
3571         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3572         If size is zero here, buf must be zero.
3573
3574 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3575
3576         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3577         <bruno@clisp.org>.
3578
3579 2007-03-18  Bruno Haible  <bruno@clisp.org>
3580
3581         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3582         Suggested by Eric Blake.
3583
3584 2007-03-18  Ben Pfaff  <blp@gnu.org>
3585
3586         * doc/relocatable.texi: Recommend using as prefix a directory
3587         that does not exist and will never be created.  Based on
3588         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3589         and others.
3590
3591 2007-03-17  Bruno Haible  <bruno@clisp.org>
3592
3593         * lib/fchownat.c: Include lchown.h.
3594
3595 2007-03-17  Bruno Haible  <bruno@clisp.org>
3596
3597         Fix endless loop when the given allocated size was > INT_MAX.
3598         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3599         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3600         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3601         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3602         * lib/sprintf.c (sprintf): Likewise.
3603
3604 2007-03-17  Bruno Haible  <bruno@clisp.org>
3605
3606         * tests/test-argp-2.sh (func_compare): Output a context diff.
3607
3608 2007-03-17  Bruno Haible  <bruno@clisp.org>
3609
3610         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3611         locale's decimal-point character.
3612
3613 2007-03-17  Bruno Haible  <bruno@clisp.org>
3614
3615         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3616         before comparing it. Needed because on some platforms (e.g. x86) a
3617         'long double' occupies less bytes than sizeof (long double).
3618
3619 2007-03-17  Bruno Haible  <bruno@clisp.org>
3620
3621         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3622         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3623         * tests/test-getaddrinfo.c (simple): Likewise.
3624         * tests/test-read-file.c (main): Likewise.
3625
3626 2007-03-17  Bruno Haible  <bruno@clisp.org>
3627
3628         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3629
3630 2007-03-17  Bruno Haible  <bruno@clisp.org>
3631
3632         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3633         unused variable.
3634
3635 2007-03-17  Bruno Haible  <bruno@clisp.org>
3636
3637         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3638         * tests/test-c-strncasecmp.c: Likewise.
3639
3640 2007-03-17  Bruno Haible  <bruno@clisp.org>
3641
3642         * modules/stdlib (Depends-on): Add unistd.
3643         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3644         Needed for MacOS X 10.3.
3645
3646 2007-03-17  Bruno Haible  <bruno@clisp.org>
3647
3648         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3649
3650 2007-03-17  Bruno Haible  <bruno@clisp.org>
3651
3652         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3653
3654 2007-03-17  Bruno Haible  <bruno@clisp.org>
3655
3656         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3657         to reflect files copied from gnulib (with or without modifications).
3658         Suggested by Jim Meyering.
3659
3660 2007-03-17  Eric Blake  <ebb9@byu.net>
3661
3662         * NEWS: Document stdlib change from 2007-02-18.
3663
3664 2007-03-17  Jim Meyering  <jim@meyering.net>
3665
3666         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3667         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3668         someone uses a name containing shell meta-characters.
3669         Reported by Alfred M. Szmidt.
3670
3671         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3672
3673 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3674
3675         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3676         and copy gettext configuration files only if configure.ac contains
3677         a use of AM_GNU_GETTEXT_VERSION.
3678
3679 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3680
3681         * build-aux/bootstrap (gnulib_name): New variable.
3682         (gnulib_tool_options): Use it.
3683
3684 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3685
3686         * tests/test-des.c: Use new namespace.
3687
3688 2007-03-15  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3691         Reported by James Youngman <jay@gnu.org>.
3692
3693 2007-03-15  Bruno Haible  <bruno@clisp.org>
3694
3695         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3696         declared prototype. Needed with cc on OSF/1 5.1.
3697
3698 2007-03-15  Bruno Haible  <bruno@clisp.org>
3699
3700         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3701         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3702         (struct gl_list_implementation): Add dispose_fn argument to the
3703         'create_empty', 'create' methods.
3704         (struct gl_list_impl_base): Add field 'dispose_fn'.
3705         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3706         argument.
3707         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3708         dispose_fn argument.
3709         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3710         dispose_fn on the dropped values.
3711         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3712         dispose_fn argument.
3713         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3714         dropped values.
3715         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3716         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3717         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3718         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3719         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3720         argument.
3721         (gl_tree_list_free): Call dispose_fn on the dropped values.
3722         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3723         the dropped values.
3724         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3725         Add dispose_fn argument.
3726         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3727         Call dispose_fn on the dropped values.
3728         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3729         Add dispose_fn argument.
3730         (gl_sublist_create): Initialize the 'dispose_fn' field.
3731         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3732         * tests/test-array_list.c (main): Update.
3733         * tests/test-carray_list.c (main): Update.
3734         * tests/test-avltree_list.c (main): Update.
3735         * tests/test-rbtree_list.c (main): Update.
3736         * tests/test-avltreehash_list.c (main): Update.
3737         * tests/test-rbtreehash_list.c (main): Update.
3738         * tests/test-linked_list.c (main): Update.
3739         * tests/test-linkedhash_list.c (main): Update.
3740         * tests/test-array_oset.c (main): Update.
3741
3742 2007-03-15  Bruno Haible  <bruno@clisp.org>
3743
3744         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3745         (gl_oset_create_empty): Add dispose_fn argument.
3746         (struct gl_oset_implementation): Add dispose_fn argument to
3747         'create_empty' method.
3748         (struct gl_oset_impl_base): Add dispose_fn field.
3749         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3750         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3751         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3752         values.
3753         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3754         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3755         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3756         dropped value.
3757         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3758         dropped value.
3759         * tests/test-array_oset.c (main): Update.
3760         * tests/test-avltree_oset.c (main): Update.
3761         * tests/test-rbtree_oset.c (main): Update.
3762         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3763
3764 2007-03-13  Bruno Haible  <bruno@clisp.org>
3765
3766         * tests/test-stdbool.c (i): Update after last patch.
3767
3768 2007-03-12  Bruno Haible  <bruno@clisp.org>
3769
3770         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3771         the iswprint macro. Needed on Solaris 2.5.1.
3772
3773 2007-03-12  Bruno Haible  <bruno@clisp.org>
3774
3775         * tests/test-printf-frexp.c (main): Declare x as volatile.
3776
3777 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3778
3779         * doc/gnulib.texi (Build robot for gnulib): New section.
3780
3781 2007-03-12  Jim Meyering  <jim@meyering.net>
3782
3783         * build-aux/bootstrap: New file.
3784         * build-aux/bootstrap.conf: New file, from coreutils.
3785
3786 2007-03-11  Bruno Haible  <bruno@clisp.org>
3787
3788         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3789
3790 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3791
3792         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3793         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3794         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3795
3796 2007-03-11  Bruno Haible  <bruno@clisp.org>
3797
3798         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3799         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3800
3801 2007-03-11  Bruno Haible  <bruno@clisp.org>
3802
3803         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3804         formula. Needed for SunPRO C 5.0.
3805
3806 2007-03-11  Bruno Haible  <bruno@clisp.org>
3807
3808         * modules/long-options (Depends-on): Add getopt.
3809
3810 2007-03-11  Bruno Haible  <bruno@clisp.org>
3811
3812         * modules/modechange (Depends-on): Add stdbool.
3813
3814 2007-03-11  Bruno Haible  <bruno@clisp.org>
3815
3816         * modules/i-ring (Depends-on): Add stdbool.
3817
3818 2007-03-11  Bruno Haible  <bruno@clisp.org>
3819
3820         * modules/gc-des (Depends-on): Add stdbool.
3821
3822 2007-03-11  Bruno Haible  <bruno@clisp.org>
3823
3824         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3825
3826 2007-03-11  Bruno Haible  <bruno@clisp.org>
3827
3828         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3829
3830 2007-03-11  Bruno Haible  <bruno@clisp.org>
3831
3832         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3833
3834 2007-03-11  Bruno Haible  <bruno@clisp.org>
3835
3836         * lib/vasnprintf.c (sprintf): Undefine.
3837
3838 2007-03-11  Bruno Haible  <bruno@clisp.org>
3839
3840         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3841         initializers in SunPRO C and Compaq C compilers.
3842
3843 2007-03-11  Bruno Haible  <bruno@clisp.org>
3844
3845         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3846         decrementing code ANSI C compliant.
3847
3848 2007-03-11  Bruno Haible  <bruno@clisp.org>
3849
3850         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3851         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3852
3853 2007-03-11  Bruno Haible  <bruno@clisp.org>
3854
3855         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3856         <stdbool.h> substitute doesn't pass.
3857
3858 2007-03-11  Bruno Haible  <bruno@clisp.org>
3859
3860         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3861
3862 2007-03-11  Bruno Haible  <bruno@clisp.org>
3863
3864         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3865         script, for submission to autobuild.josefsson.org.
3866
3867 2007-03-10  Bruno Haible  <bruno@clisp.org>
3868
3869         * modules/canonicalize-lgpl-tests: New file.
3870         * tests/test-canonicalize-lgpl.sh: New file.
3871         * tests/test-canonicalize-lgpl.c: New file.
3872
3873         * modules/c-strcase-tests: New file.
3874         * tests/test-c-strcase.sh: New file.
3875         * tests/test-c-strcasecmp.c: New file.
3876         * tests/test-c-strncasecmp.c: New file.
3877
3878         * modules/atexit-tests: New file.
3879         * tests/test-atexit.sh: New file.
3880         * tests/test-atexit.c: New file.
3881
3882 2007-03-10  Bruno Haible  <bruno@clisp.org>
3883
3884         * tests/test-binary-io.sh: Use temporary filenames that are not so
3885         likely to clash with those of other tests (in a parallel make).
3886         * tests/test-binary-io.c: Likewise.
3887
3888 2007-03-10  Bruno Haible  <bruno@clisp.org>
3889
3890         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3891         fallback; use #error instead.
3892         Suggested by Simon Josefsson.
3893
3894 2007-03-10  Bruno Haible  <bruno@clisp.org>
3895
3896         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3897         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3898         first and the last.
3899
3900 2007-03-10  Bruno Haible  <bruno@clisp.org>
3901
3902         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3903
3904 2007-03-10  Bruno Haible  <bruno@clisp.org>
3905
3906         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3907         "make distcheck".
3908         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3909         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3910         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3911
3912 2007-03-10  Bruno Haible  <bruno@clisp.org>
3913
3914         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3915         variable.
3916         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3917         variable.
3918
3919 2007-03-09  Eric Blake  <ebb9@byu.net>
3920         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3921
3922         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3923         types are not being provided by gnulib.
3924         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3925         types are supported.
3926
3927 2007-03-10  Bruno Haible  <bruno@clisp.org>
3928
3929         * lib/stdio_.h (__attribute__): New macro.
3930         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3931         vsprintf): Specify __attribute__ __format__ for GCC.
3932         Suggested by Eric Blake.
3933
3934 2007-03-09  Bruno Haible  <bruno@clisp.org>
3935
3936         * modules/printf-posix-tests: New file.
3937         * tests/test-printf-posix.sh: New file.
3938         * tests/test-printf-posix.c: New file.
3939
3940         * modules/printf-posix: New file.
3941         * lib/printf.c: New file.
3942         * m4/printf-posix-rpl.m4: New file.
3943         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3944         REPLACE_PRINTF.
3945         * lib/stdio_.h (printf): New declaration.
3946         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3947         ____strfmon____): New macros.
3948         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3949         REPLACE_PRINTF.
3950
3951 2007-03-09  Bruno Haible  <bruno@clisp.org>
3952
3953         * tests/test-vasnprintf-posix2.sh: New file.
3954         * tests/test-vasnprintf-posix2.c: New file.
3955         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3956         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3957         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3958
3959         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3960         a locale dependent decimal point, rather than always '.'.
3961
3962 2007-03-09  Eric Blake  <ebb9@byu.net>
3963
3964         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3965         spite of platforms like Tandem/NSK that define it to -1.
3966
3967 2007-03-08  Bruno Haible  <bruno@clisp.org>
3968
3969         * modules/vprintf-posix-tests: New file.
3970         * tests/test-vprintf-posix.sh: New file.
3971         * tests/test-vprintf-posix.c: New file.
3972         * tests/test-printf-posix.h: New file.
3973
3974         * modules/vprintf-posix: New file.
3975         * lib/vprintf.c: New file.
3976         * m4/vprintf-posix.m4: New file.
3977         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
3978         REPLACE_VPRINTF.
3979         * lib/stdio_.h (vprintf): New declaration.
3980         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
3981         REPLACE_VPRINTF.
3982
3983 2007-03-08  Bruno Haible  <bruno@clisp.org>
3984
3985         * modules/fprintf-posix-tests: New file.
3986         * tests/test-fprintf-posix.sh: New file.
3987         * tests/test-fprintf-posix.c: New file.
3988
3989         * modules/fprintf-posix: New file.
3990         * lib/fprintf.c: New file.
3991         * m4/fprintf-posix.m4: New file.
3992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
3993         REPLACE_FPRINTF.
3994         * lib/stdio_.h (fprintf): New declaration.
3995         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
3996         REPLACE_FPRINTF.
3997
3998 2007-03-08  Bruno Haible  <bruno@clisp.org>
3999
4000         * modules/vfprintf-posix-tests: New file.
4001         * tests/test-vfprintf-posix.sh: New file.
4002         * tests/test-vfprintf-posix.c: New file.
4003         * tests/test-fprintf-posix.h: New file.
4004         * tests/test-fprintf-posix.out: New file.
4005
4006         * modules/vfprintf-posix: New file.
4007         * lib/vfprintf.c: New file.
4008         * m4/vfprintf-posix.m4: New file.
4009         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4010         REPLACE_VFPRINTF.
4011         * lib/stdio_.h (vfprintf): New declaration.
4012         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4013         REPLACE_VFPRINTF.
4014
4015 2007-03-08  Bruno Haible  <bruno@clisp.org>
4016
4017         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4018
4019 2007-03-08  Bruno Haible  <bruno@clisp.org>
4020
4021         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4022         instead of 'expr' invocations.
4023         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4024         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4025         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4026         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4027         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4028         Suggested by Paul Eggert.
4029
4030 2007-03-08  Bruno Haible  <bruno@clisp.org>
4031
4032         * modules/fseterr-tests: New file.
4033         * tests/test-fseterr.c: New file.
4034
4035         * modules/fseterr: New file.
4036         * lib/fseterr.h: New file.
4037         * lib/fseterr.c: New file.
4038
4039 2007-03-08  Bruno Haible  <bruno@clisp.org>
4040
4041         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4042         * lib/getopt_.h: Likewise.
4043         * lib/mbswidth.h: Likewise.
4044         * lib/setenv.h: Likewise.
4045         * lib/vasnprintf.h: Likewise.
4046         * lib/vasprintf.h: Likewise.
4047         * lib/verror.h: Likewise.
4048         * lib/xsetenv.h: Likewise.
4049         * lib/xvasprintf.h: Likewise.
4050
4051 2007-03-08  Jim Meyering  <jim@meyering.net>
4052
4053         * users.txt: Add parted.
4054
4055         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4056
4057 2007-03-07  Bruno Haible  <bruno@clisp.org>
4058
4059         * m4/printf.m4: Make the shell script snippets copy&pastable.
4060
4061 2007-03-02  Bruno Haible  <bruno@clisp.org>
4062
4063         * lib/netinet_in_.h: New file.
4064         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4065         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4066         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4067         (Depends-on): Add absolute-header.
4068         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4069         into netinet/in.h.
4070
4071 2007-03-03  Bruno Haible  <bruno@clisp.org>
4072
4073         * lib/sys_select_.h: New file.
4074         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4075         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4076         * modules/sys_select (Files): Add lib/sys_select_.h.
4077         (Depends-on): Add absolute-header.
4078         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4079         into sys/select.h.
4080
4081 2007-03-02  Bruno Haible  <bruno@clisp.org>
4082
4083         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4084         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4085         values.
4086         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4087         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4088         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4089         * modules/sys_socket (Depends-on): Add absolute-header.
4090         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4091         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4092         (Include): Remove requirement of inclusion of <sys/types.h>.
4093
4094 2007-03-02  Bruno Haible  <bruno@clisp.org>
4095
4096         * lib/byteswap_.h (bswap_32): Fix formula.
4097
4098 2007-03-06  Bruno Haible  <bruno@clisp.org>
4099
4100         * modules/sprintf-posix-tests: New file.
4101         * tests/test-sprintf-posix.c: New file.
4102
4103         * modules/sprintf-posix: New file.
4104         * lib/sprintf.c: New file.
4105         * m4/sprintf-posix.m4: New file.
4106         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4107         REPLACE_SPRINTF.
4108         * lib/stdio_.h (sprintf): New declaration.
4109         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4110         REPLACE_SPRINTF.
4111
4112 2007-03-06  Bruno Haible  <bruno@clisp.org>
4113
4114         * modules/vsprintf-posix-tests: New file.
4115         * tests/test-vsprintf-posix.c: New file.
4116         * tests/test-sprintf-posix.h: New file.
4117
4118         * modules/vsprintf-posix: New file.
4119         * lib/vsprintf.c: New file.
4120         * m4/vsprintf-posix.m4: New file.
4121         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4122         REPLACE_VSPRINTF.
4123         * lib/stdio_.h (vsprintf): New declaration.
4124         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4125         REPLACE_VSPRINTF.
4126
4127 2007-03-06  Bruno Haible  <bruno@clisp.org>
4128
4129         * modules/vsnprintf (Depend-on): Remove minmax.
4130
4131 2007-03-06  Bruno Haible  <bruno@clisp.org>
4132
4133         * modules/snprintf-posix-tests: New file.
4134         * tests/test-snprintf-posix.c: New file.
4135
4136         * modules/snprintf-posix: New file.
4137         * m4/snprintf-posix.m4: New file.
4138         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4139         gl_FUNC_SNPRINTF.
4140         (gl_FUNC_SNPRINTF): Invoke it.
4141         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4142         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4143         is set.
4144         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4145
4146 2007-03-06  Bruno Haible  <bruno@clisp.org>
4147
4148         * modules/vsnprintf-posix-tests: New file.
4149         * tests/test-vsnprintf-posix.c: New file.
4150         * tests/test-snprintf-posix.h: New file.
4151
4152         * modules/vsnprintf-posix: New file.
4153         * m4/vsnprintf-posix.m4: New file.
4154         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4155         gl_FUNC_VSNPRINTF.
4156         (gl_FUNC_VSNPRINTF): Invoke it.
4157         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4158         * lib/stdio_.h (vsnprintf): Define as a replacement if
4159         REPLACE_VSNPRINTF is set.
4160         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4161
4162 2007-03-06  Bruno Haible  <bruno@clisp.org>
4163
4164         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4165         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4166
4167 2007-03-06  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4170         (asinl): Declare also if HAVE_DECL_ASINL is set.
4171         (atanl): Declare also if HAVE_DECL_ATANL is set.
4172         (ceill): Declare also if HAVE_DECL_CEILL is set.
4173         (cosl): Declare also if HAVE_DECL_COSL is set.
4174         (expl): Declare also if HAVE_DECL_EXPL is set.
4175         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4176         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4177         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4178         (logl): Declare also if HAVE_DECL_LOGL is set.
4179         (sinl): Declare also if HAVE_DECL_SINL is set.
4180         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4181         (tanl): Declare also if HAVE_DECL_TANL is set.
4182         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4183         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4184         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4185         declaration of frexpl, ldexpl.
4186         * modules/printf-frexpl (Depends-on): Add math.
4187         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4188
4189 2007-03-05  Bruno Haible  <bruno@clisp.org>
4190
4191         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4192         frexpl and ldexpl are declared.
4193         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4194
4195 2007-03-05  Bruno Haible  <bruno@clisp.org>
4196
4197         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4198         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4199
4200 2007-03-05  Bruno Haible  <bruno@clisp.org>
4201
4202         * lib/stdio_.h: Include <stddef.h>.
4203
4204 2007-03-05  Bruno Haible  <bruno@clisp.org>
4205
4206         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4207
4208 2007-03-05  Bruno Haible  <bruno@clisp.org>
4209
4210         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4211         NetBSD 4, from Ralf Wildenhues.
4212
4213 2007-03-04  Bruno Haible  <bruno@clisp.org>
4214
4215         * lib/vasprintf.h: Update #if logic for the case when the functions
4216         exist but are overridden.
4217
4218 2007-03-04  Bruno Haible  <bruno@clisp.org>
4219
4220         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4221         implementations: glibc-2.4 and MacOS X 10.3.
4222         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4223         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4224         * tests/test-vasprintf-posix.c (test_function): Likewise.
4225
4226 2007-03-04  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/vasprintf-posix-tests: New file.
4229         * tests/test-vasprintf-posix.c: New file.
4230
4231         * modules/vasprintf-posix: New file.
4232         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4233         defined.
4234         * m4/vasprintf-posix.m4: New file.
4235         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4236         gl_FUNC_VASPRINTF.
4237         (gl_FUNC_VASPRINTF): Invoke it.
4238         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4239         here.
4240         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4241
4242 2007-03-04  Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4245         REPLACE_GETTIMEOFDAY.
4246         * modules/sys_time (Makefile.am): Likewise.
4247         * m4/sys_time_h.m4: Likewise.
4248         * m4/gettimeofday.m4: Likewise.
4249
4250 2007-03-04  Bruno Haible  <bruno@clisp.org>
4251
4252         * modules/vasnprintf-posix-tests: New file.
4253         * tests/test-vasnprintf-posix.c: New file.
4254
4255         * modules/vasnprintf-posix: New file.
4256         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4257         printf-frexpl.h.
4258         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4259         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4260         REPLACE_VASNPRINTF is defined.
4261         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4262         gl_FUNC_VASNPRINTF.
4263         (gl_FUNC_VASNPRINTF): Invoke it.
4264         * m4/vasnprintf-posix.m4: New file.
4265         * m4/printf.m4: New file.
4266
4267 2007-03-04  Bruno Haible  <bruno@clisp.org>
4268
4269         Compile progreloc.c only if --enable-relocatable is specified.
4270         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4271         if --enable-relocatable was specified.
4272         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4273         lib_SOURCES.
4274
4275 2007-03-04  Jim Meyering  <jim@meyering.net>
4276
4277         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4278         Use it consistently, rather than enumerating errno constants.
4279
4280 2007-03-04  Bruno Haible  <bruno@clisp.org>
4281
4282         * modules/xvasprintf-tests: New file.
4283         * tests/test-xvasprintf.c: New file.
4284
4285         * modules/vasprintf-tests: New file.
4286         * tests/test-vasprintf.c: New file.
4287
4288         * modules/vasnprintf-tests: New file.
4289         * tests/test-vasnprintf.c: New file.
4290
4291         * modules/vsnprintf-tests: New file.
4292         * tests/test-vsnprintf.c: New file.
4293
4294         * modules/snprintf-tests: New file.
4295         * tests/test-snprintf.c: New file.
4296
4297 2007-03-04  Bruno Haible  <bruno@clisp.org>
4298
4299         Compile relocatable.c only if --enable-relocatable is specified.
4300         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4301         gl_RELOCATABLE_LIBRARY.
4302         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4303         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4304         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4305         gl_RELOCATABLE_LIBRARY.
4306         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4307         (Makefile.am): Remove lib_SOURCES.
4308         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4309         gl_RELOCATABLE_LIBRARY.
4310         (Makefile.am): Remove lib_SOURCES.
4311         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4312         always.
4313         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4314         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4315
4316 2007-03-04  Bruno Haible  <bruno@clisp.org>
4317
4318         * modules/argmatch-tests: New file.
4319         * tests/test-argmatch.c: New file.
4320
4321         * tests/test-allocsa.c (main): Halve the number of loop runs.
4322
4323         * modules/alloca-opt-tests: New file.
4324         * tests/test-alloca-opt.c: New file.
4325
4326 2007-03-04  Jim Meyering  <jim@meyering.net>
4327
4328         Work around difference between Linux ACLs and Solaris 10 ZFS.
4329         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4330         for EINVAL.
4331
4332 2007-03-03  Bruno Haible  <bruno@clisp.org>
4333
4334         * modules/relocatable-prog (Depends-on): Add back progreloc's
4335         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4336
4337 2007-03-03  Bruno Haible  <bruno@clisp.org>
4338
4339         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4340         * modules/relocatable-lib: New file.
4341
4342 2007-03-03  Bruno Haible  <bruno@clisp.org>
4343
4344         * modules/relocatable-prog: Renamed from modules/relocatable.
4345         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4346
4347 2007-03-03  Bruno Haible  <bruno@clisp.org>
4348
4349         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4350         m4/relocatable-lib.m4.
4351         (Depends-on): Remove 'relocatable'.
4352         (configure.ac): Add gl_RELOCATABLE_NOP.
4353
4354 2007-03-03  Bruno Haible  <bruno@clisp.org>
4355
4356         * modules/relocatable-prog-wrapper: New file.
4357         * modules/relocatable (Depends-on): Add it. Remove all other
4358         dependencies except progname.
4359         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4360
4361         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4362         (gl_FUNC_STRERROR): Nop.
4363         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4364
4365         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4366         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4367
4368         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4369         (gl_FUNC_READLINK): Update.
4370
4371         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4372
4373 2007-03-03  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4376         * modules/xreadlink (Depends-on): Add unistd.
4377         * modules/xreadlink-with-size (Depends-on): Likewise.
4378
4379 2007-03-03  Bruno Haible  <bruno@clisp.org>
4380
4381         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4382         extracted from gt_FUNC_SETENV.
4383         (gt_FUNC_SETENV): Remove macro.
4384         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4385         remove gt_FUNC_SETENV.
4386
4387 2007-03-03  Bruno Haible  <bruno@clisp.org>
4388
4389         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4390         ENABLE_RELOCATABLE here.
4391         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4392
4393 2007-03-03  Bruno Haible  <bruno@clisp.org>
4394
4395         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4396         * tests/test-rbtreehash_list.c: Include progname.h.
4397         (main): Call set_program_name.
4398
4399         * modules/rbtree-oset-tests (Depends-on): Add progname.
4400         * tests/test-rbtree_oset.c: Include progname.h.
4401         (main): Call set_program_name.
4402
4403         * modules/rbtree-list-tests (Depends-on): Add progname.
4404         * tests/test-rbtree_list.c: Include progname.h.
4405         (main): Call set_program_name.
4406
4407         * modules/linked-list-tests (Depends-on): Add progname.
4408         * tests/test-linked_list.c: Include progname.h.
4409         (main): Call set_program_name.
4410
4411 2007-03-03  Bruno Haible  <bruno@clisp.org>
4412
4413         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4414         All uses of __restrict changed to _Restrict_.
4415         * lib/glob_.h (__restrict): Remove macro.
4416
4417 2007-03-02  Bruno Haible  <bruno@clisp.org>
4418
4419         * modules/gettext (configure.ac): Require gettext infrastructure
4420         from version 0.16.1.
4421
4422 2007-03-02  Bruno Haible  <bruno@clisp.org>
4423
4424         * modules/linkedhash-list-tests (Depends-on): Add progname.
4425         * tests/test-linkedhash_list.c: Include progname.h.
4426         (main): Call set_program_name.
4427
4428         * modules/carray-list-tests (Depends-on): Add progname.
4429         * tests/test-carray_list.c: Include progname.h.
4430         (main): Call set_program_name.
4431
4432         * modules/avltreehash-list-tests (Depends-on): Add progname.
4433         * tests/test-avltreehash_list.c: Include progname.h.
4434         (main): Call set_program_name.
4435
4436         * modules/avltree-oset-tests (Depends-on): Add progname.
4437         * tests/test-avltree_oset.c: Include progname.h.
4438         (main): Call set_program_name.
4439
4440         * modules/avltree-list-tests (Depends-on): Add progname.
4441         * tests/test-avltree_list.c: Include progname.h.
4442         (main): Call set_program_name.
4443
4444         * modules/array-oset-tests (Depends-on): Add progname.
4445         * tests/test-array_oset.c: Include progname.h.
4446         (main): Call set_program_name.
4447
4448         * modules/array-list-tests (Depends-on): Add progname.
4449         * tests/test-array_list.c: Include progname.h.
4450         (main): Call set_program_name.
4451
4452         * modules/argp-tests (Depends-on): Add progname.
4453         * tests/test-argp.c: Include argp.h first. Include progname.h.
4454         (main): Call set_program_name.
4455
4456 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         * doc/gnulib-tool.texi (Initial import): Reword description of
4459         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4460         limited effect even if defined after the first system include.
4461
4462 2007-03-01  Bruno Haible  <bruno@clisp.org>
4463
4464         * build-aux/config.libpath: Update to libtool-1.5.22.
4465         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4466
4467 2007-03-01  Bruno Haible  <bruno@clisp.org>
4468
4469         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4470         foo_CFLAGS.
4471         Reported by Ralf Wildenhues.
4472
4473 2007-03-01  Bruno Haible  <bruno@clisp.org>
4474
4475         * build-aux/install-reloc: Remove object files left over by some
4476         compilers.
4477         Reported by Ralf Wildenhues.
4478
4479 2007-03-01  Bruno Haible  <bruno@clisp.org>
4480
4481         * build-aux/install-reloc: Break long lines.
4482
4483 2007-03-01  Bruno Haible  <bruno@clisp.org>
4484
4485         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4486         Reported by Ralf Wildenhues.
4487
4488 2007-03-01  Bruno Haible  <bruno@clisp.org>
4489
4490         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4491         include ordering constraints.
4492
4493 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4494
4495         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4496         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4497         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4498         as another example.
4499         * lib/time_.h: Fix misspelling.
4500         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4501         Require gl_HEADER_TIME_H_DEFAULTS.
4502         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4503         * m4/time_r.m4 (gl_TIME_R): Likewise.
4504         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4505
4506 2007-03-01  Bruno Haible  <bruno@clisp.org>
4507
4508         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4509         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4510
4511 2007-03-01  Jim Meyering  <jim@meyering.net>
4512
4513         * modules/xreadlink (Maintainer): Add my name.
4514         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4515
4516 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4517             Bruno Haible  <bruno@clisp.org>
4518
4519         * build-aux/install-reloc: Compile also c-ctype.c.
4520         * build-aux/relocatable.sh.in: New file.
4521         * doc/relocatable.texi: New file.
4522         * doc/relocatable-maint.texi: New file.
4523         * doc/gnulib.texi: Include relocatable-maint.texi.
4524         * lib/progreloc.c: Include unistd.h unconditionally.
4525         * lib/relocwrapper.c: Include unistd.h unconditionally.
4526         Include c-ctype.h.
4527         (add_dotbin): Use c_tolower.
4528         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4529         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4530         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4531         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4532         to m4/relocatable-lib.m4.
4533         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4534         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4535         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4536         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4537         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4538         * modules/relocatable: New file.
4539         * modules/relocatable-lib: New file.
4540         * modules/relocatable-script: New file.
4541
4542 2007-02-28  Bruno Haible  <bruno@clisp.org>
4543
4544         Import --enable-relocatable infrastructure.
4545         * build-aux/config.libpath: New file, from GNU gettext.
4546         * build-aux/install-reloc: New file, from GNU gettext.
4547         * build-aux/reloc-ldflags: New file, from GNU gettext.
4548         * lib/relocatable.h: New file, from GNU gettext.
4549         * lib/relocatable.c: New file, from GNU gettext.
4550         * lib/relocwrapper.c: New file, from GNU gettext.
4551         * m4/relocatable.m4: New file, from GNU gettext.
4552
4553 2007-02-28  Bruno Haible  <bruno@clisp.org>
4554
4555         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4556
4557         * modules/xreadlink: New file, from GNU gettext with modifications.
4558         * lib/xreadlink.c: New file, from GNU gettext.
4559         * lib/xreadlink.h: Add comments.
4560         (xreadlink): New declaration.
4561
4562         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4563         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4564         lib/xreadlink-with-size.c.
4565         (configure.ac): Remove gl_XREADLINK invocation.
4566         (Makefile.am): Augment lib_SOURCES.
4567         * m4/xreadlink.m4: Remove file.
4568         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4569         (xreadlink_with_size): Renamed from xreadink.
4570         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4571         * modules/canonicalize (Depends-on): Replace xreadlink with
4572         xreadlink-with-size.
4573         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4574
4575 2007-02-25  Jim Meyering  <jim@meyering.net>
4576
4577         * build-aux/announce-gen: When complaining about excess arguments,
4578         list them.
4579
4580 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4581
4582         * README: Document signed integer overflow situation more
4583         accurately.
4584
4585 2007-02-25  Bruno Haible  <bruno@clisp.org>
4586
4587         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4588         'a' or 'A' conversion.
4589
4590 2007-02-25  Bruno Haible  <bruno@clisp.org>
4591
4592         * modules/filename: Renamed from modules/pathname.
4593         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4594         lib/concatpath.c with lib/concat-filename.c.
4595         (Makefile.am): Update.
4596         (Include): Replace pathname.h with filename.h.
4597         * lib/filename.h: Renamed from lib/pathname.h.
4598         (concatenated_filename): Renamed from concatenated_pathname.
4599         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4600         (concatenated_filename): Renamed from concatenated_pathname.
4601         * lib/findprog.c: Include filename.h instead of pathname.h.
4602         (find_in_path): Update.
4603         * lib/javacomp.c: Include filename.h instead of pathname.h.
4604         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4605         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4606         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4607         is_oldgcj_14_13_usable, is_javac_usable): Update.
4608         * lib/javaexec.c: Include filename.h instead of pathname.h.
4609         (execute_java_class): Update.
4610         * modules/findprog: Update.
4611         * modules/javacomp: Update.
4612         * modules/javaexec: Update.
4613         * MODULES.html.sh (File system functions): Add 'filename', remove
4614         'pathname'.
4615
4616 2007-02-25  Bruno Haible  <bruno@clisp.org>
4617
4618         * modules/printf-frexpl-tests: New file.
4619         * tests/test-printf-frexpl.c: New file.
4620
4621         * modules/printf-frexpl: New file.
4622         * lib/printf-frexpl.h: New file.
4623         * lib/printf-frexpl.c: New file.
4624         * m4/printf-frexpl.m4: New file.
4625
4626 2007-02-25  Bruno Haible  <bruno@clisp.org>
4627
4628         * modules/printf-frexp-tests: New file.
4629         * tests/test-printf-frexp.c: New file.
4630
4631         * modules/printf-frexp: New file.
4632         * lib/printf-frexp.h: New file.
4633         * lib/printf-frexp.c: New file.
4634         * m4/printf-frexp.m4: New file.
4635
4636 2007-02-25  Bruno Haible  <bruno@clisp.org>
4637
4638         Assume automake >= 1.10 for the tests.
4639         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4640         * modules/arctwo-tests: Likewise.
4641         * modules/argp-tests: Likewise.
4642         * modules/avltree-list-tests: Likewise.
4643         * modules/avltree-oset-tests: Likewise.
4644         * modules/avltreehash-list-tests: Likewise.
4645         * modules/carray-list-tests: Likewise.
4646         * modules/crc-tests: Likewise.
4647         * modules/des-tests: Likewise.
4648         * modules/gc-arcfour-tests: Likewise.
4649         * modules/gc-arctwo-tests: Likewise.
4650         * modules/gc-des-tests: Likewise.
4651         * modules/gc-hmac-md5-tests: Likewise.
4652         * modules/gc-hmac-sha1-tests: Likewise.
4653         * modules/gc-md2-tests: Likewise.
4654         * modules/gc-md4-tests: Likewise.
4655         * modules/gc-md5-tests: Likewise.
4656         * modules/gc-pbkdf2-sha1-tests: Likewise.
4657         * modules/gc-rijndael-tests: Likewise.
4658         * modules/gc-sha1-tests: Likewise.
4659         * modules/gc-tests: Likewise.
4660         * modules/getaddrinfo-tests: Likewise.
4661         * modules/hmac-md5-tests: Likewise.
4662         * modules/hmac-sha1-tests: Likewise.
4663         * modules/linked-list-tests: Likewise.
4664         * modules/linkedhash-list-tests: Likewise.
4665         * modules/lock-tests: Likewise.
4666         * modules/md2-tests: Likewise.
4667         * modules/md4-tests: Likewise.
4668         * modules/md5-tests: Likewise.
4669         * modules/rbtree-list-tests: Likewise.
4670         * modules/rbtree-oset-tests: Likewise.
4671         * modules/rbtreehash-list-tests: Likewise.
4672         * modules/read-file-tests: Likewise.
4673         * modules/rijndael-tests: Likewise.
4674         * modules/stdint-tests: Likewise.
4675         * modules/tls-tests: Likewise.
4676
4677 2007-02-24  Bruno Haible  <bruno@clisp.org>
4678
4679         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4680         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4681         function; instead check whether isnan with a double argument links.
4682         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4683         function; instead check whether isnan with a 'long double' argument
4684         links.
4685         Reported by Eric Blake <ebb9@byu.net>.
4686
4687 2007-02-24  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4690         defined.
4691         * lib/isnanl.c: Remove all code. Just include isnan.c.
4692         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4693
4694 2007-02-25  Jim Meyering  <jim@meyering.net>
4695
4696         Avoid conflicting types for 'unsetenv' on FreeBSD.
4697         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4698         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4699         in stdlib.h.
4700
4701 2007-02-24  Bruno Haible  <bruno@clisp.org>
4702
4703         * modules/isnanl-nolibm-tests: New file.
4704         * tests/test-isnanl.c: New file.
4705
4706         * modules/isnanl-nolibm: New file.
4707         * lib/isnanl.h: New file.
4708         * lib/isnanl.c: New file.
4709         * m4/isnanl.m4: New file.
4710
4711 2007-02-24  Bruno Haible  <bruno@clisp.org>
4712
4713         * modules/isnan-nolibm-tests: New file.
4714         * tests/test-isnan.c: New file.
4715
4716         * modules/isnan-nolibm: New file.
4717         * lib/isnan.h: New file.
4718         * lib/isnan.c: New file.
4719         * m4/isnan.m4: New file.
4720
4721 2007-02-24  Bruno Haible  <bruno@clisp.org>
4722
4723         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4724         assume that an exponent fits in 20 bits.
4725
4726 2007-02-24  Jim Meyering  <jim@meyering.net>
4727
4728         * m4/regex.m4: Update the description of the configure-time option,
4729         --without-included-regex, to state accurately what the defaults are,
4730         and perhaps to give people an idea why using this option is risky.
4731
4732 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4733
4734         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4735         loops on small arguments.  This attempts to avoid the problem
4736         Bruno Haible reported for AIX 4.3.2 in
4737         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4738
4739 2007-02-23  Bruno Haible  <bruno@clisp.org>
4740
4741         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4742         Needed for help2man.
4743
4744 2007-02-23  Karl Berry  <karl@gnu.org>
4745
4746         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4747         exists, foo.h should be cvs-ignored, not committed.
4748
4749 2007-02-23  Eric Blake  <ebb9@byu.net>
4750
4751         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4752         * lib/stat-time.h (includes): Likewise.
4753         * lib/utimecmp.c (includes): Likewise.
4754         * lib/utimens.h (includes): Likewise.
4755         * lib/getdate.y (includes): Also include "timespec.h" for use
4756         internal to the module.
4757         * modules/utimens (Depends-on): Revert yesterday's patch.
4758         * modules/nanosleep (Depends-on): Add missing dependency.
4759
4760 2007-02-22  Bruno Haible  <bruno@clisp.org>
4761
4762         * lib/glob.c: Don't include getlogin_r.h.
4763
4764 2007-02-22  Jim Meyering  <jim@meyering.net>
4765
4766         * modules/utimens (Depends-on): Add timespec, required for
4767         utimens.h's inclusion of timespec.h.
4768
4769 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4770
4771         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4772         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4773         Schwab in
4774         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4775         I'll try to think of a better way to fix the Solaris problem.
4776
4777         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4778         like glibc; on Solaris 10, it fails with errno == EINVAL.
4779         POSIX says the behavior is unspecified if the first argument is NULL,
4780         so play it safe and never pass NULL to the system getcwd.
4781
4782 2007-02-21  Jim Meyering  <jim@meyering.net>
4783
4784         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4785         of gettimeofday.  It would conflict with the one now always
4786         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4787         an IRIX 6.5 build failure.
4788
4789 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4790
4791         Minor fixups to port to Solaris 10 with Sun C 5.8.
4792         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4793         * modules/getcwd (Depends-on): Add dirfd.
4794         * lib/putenv.c (putenv): #undef it.
4795         (rpl_putenv): New decl.
4796         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4797
4798 2007-02-20  Bruno Haible  <bruno@clisp.org>
4799
4800         * modules/stdio-tests: New file.
4801         * tests/test-stdio.c: New file.
4802
4803         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4804         (Depends-on): Add stdio.
4805         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4806         (Include): Use <stdio.h> instead of vsnprintf.h.
4807         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4808         HAVE_DECL_VSNPRINTF.
4809         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4810
4811         * modules/snprintf (Files): Remove lib/snprintf.h.
4812         (Depends-on): Add stdio.
4813         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4814         (Include): Use <stdio.h> instead of snprintf.h.
4815         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4816         HAVE_DECL_SNPRINTF.
4817         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4818         * lib/getaddrinfo.c: Likewise.
4819
4820         * modules/stdio: New file.
4821         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4822         * lib/snprintf.h: Remove file.
4823         * lib/vsnprintf.h: Remove file.
4824         * lib/.cppi-disable: Remove snprintf.h.
4825         * m4/stdio_h.m4: New file.
4826         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4827
4828 2007-02-20  Jim Meyering  <jim@meyering.net>
4829
4830         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4831         used by e.g., mingw.  From Bruno Haible.
4832
4833 2007-02-19  Bruno Haible  <bruno@clisp.org>
4834
4835         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4836         warnings.
4837         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4838
4839 2007-02-19  Bruno Haible  <bruno@clisp.org>
4840
4841         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4842         from mingw users.
4843
4844 2007-02-19  Bruno Haible  <bruno@clisp.org>
4845
4846         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4847         warnings.
4848         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4849
4850 2007-02-19  Jim Meyering  <jim@meyering.net>
4851
4852         Don't use FD after a successful "fdopendir (fd)".
4853         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4854         Reset it by calling dirfd on the just-obtained DIR*.
4855
4856         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4857         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4858
4859 2007-02-18  Bruno Haible  <bruno@clisp.org>
4860
4861         * lib/readlink.c: Include <unistd.h>.
4862         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4863         HAVE_READLINK.
4864         * modules/readlink (Depends-on): Add unistd.
4865         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4866         (Include): Add <unistd.h>.
4867
4868         * lib/getlogin_r.h: Remove file.
4869         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4870         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4871         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4872         HAVE_DECL_GETLOGIN_R.
4873         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4874         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4875         (Include): Use <unistd.h> instead of getlogin_r.h.
4876
4877         * lib/getcwd.h: Remove file.
4878         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4879         * lib/xgetcwd.c: Likewise.
4880         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4881         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4882         * modules/getcwd (Files): Remove lib/getcwd.h.
4883         (Depends-on): Add unistd.
4884         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4885         (Include): Use <unistd.h> instad of getcwd.h.
4886
4887         * lib/ftruncate.c: Include <unistd.h> first.
4888         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4889         Set HAVE_FTRUNCATE.
4890         * modules/ftruncate (Depends-on): Add unistd.
4891         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4892
4893         * lib/fchdir.c: Include <unistd.h> first.
4894         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4895         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4896         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4897         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4898         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4899
4900         * lib/dup2.c: Include <unistd.h> first.
4901         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4902         HAVE_DUP2.
4903         * modules/dup2 (Depends-on): Add unistd.
4904         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4905
4906         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4907         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4908         REPLACE_CHOWN. Don't define chown as a macro here.
4909         * modules/chown (Depends-on): Add unistd.
4910         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4911
4912         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4913         Add definition for GL_LINK_WARNING.
4914         (chown, dup2): New declarations.
4915         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4916         link warning.
4917         (ftruncate): New declaration.
4918         (getcwd): New declaration, taken from old getcwd.h.
4919         (getlogin_r): New declaration, taken from old getlogin_r.h.
4920         (readlink): New declaration.
4921         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4922         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4923         (gl_PREREQ_UNISTD): Remove macro.
4924         (gl_UNISTD_MODULE_INDICATOR): New macro.
4925         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4926         many new variables. Don't set UNISTD_H.
4927         * modules/unistd (Description): Change.
4928         (Depends-on): Add link-warning.
4929         (configure.ac): Update.
4930         (Makefile.am): Create unistd.h always. Substitute many new variables
4931         into it.
4932
4933 2007-02-18  Bruno Haible  <bruno@clisp.org>
4934
4935         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4936         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4937         HAVE_GETSUBOPT.
4938         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4939         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4940         * lib/getsubopt.h: Remove file.
4941         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4942         (Depends-on): Add stdlib.
4943         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4944         (Includes): Use <stdlib.h> instead of getsubopt.h.
4945         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4946         Set HAVE_GETSUBOPT.
4947         * lib/getsubopt.c: Don't include getsubopt.h.
4948
4949 2007-02-18  Bruno Haible  <bruno@clisp.org>
4950
4951         * modules/fchdir (Depends-on): Add dup2.
4952
4953 2007-02-18  Bruno Haible  <bruno@clisp.org>
4954
4955         * lib/stdlib_.h: Handle glibc's special invocation convention
4956         specially.
4957
4958 2007-02-18  Bruno Haible  <bruno@clisp.org>
4959
4960         * modules/stdlib-tests: New file.
4961         * tests/test-stdlib.c: New file.
4962
4963         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4964         (Depends-on): Add stdlib.
4965         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4966         (Includes): Use <stdlib.h> instead of mkstemp.h.
4967         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4968         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4969         * lib/mkstemp.c: Don't include mkstemp.h.
4970         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
4971         * lib/stdlib--.h: Don't include mkstemp.h.
4972
4973         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
4974         (Depends-on): Add stdlib.
4975         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4976         (Includes): Use <stdlib.h> instead of mkdtemp.h.
4977         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4978         HAVE_MKDTEMP.
4979         * lib/mkdtemp.c: Don't include mkdtemp.h.
4980         * lib/clean-temp.c: Don't include mkdtemp.h.
4981
4982         * modules/exit (Files): Remove lib/exit.h.
4983         (Depends-on): Add stdlib.
4984         (Makefile.am): Remove lib_SOURCES.
4985         (Include): Use <stdlib.h> instead of exit.h.
4986         * lib/argmatch.c: Don't include exit.h.
4987         * lib/execute.c: Likewise.
4988         * lib/pagealign_alloc.c: Likewise.
4989         * lib/pipe.c: Likewise.
4990         * lib/wait-process.c: Likewise.
4991         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
4992         * lib/exitfail.c: Likewise.
4993         * lib/savewd.c: Likewise.
4994         * lib/xsetenv.c: Likewise.
4995
4996         * modules/stdlib: New file.
4997         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
4998         and extra comments about mkstemp().
4999         * lib/exit.h: Remove file.
5000         * lib/mkdtemp.h: Remove file.
5001         * lib/mkstemp.h: Remove file.
5002         * m4/stdlib_h.m4: New file.
5003         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5004
5005 2007-02-18  Bruno Haible  <bruno@clisp.org>
5006
5007         * modules/math-tests: New file.
5008         * tests/test-math.c: New file.
5009
5010         * modules/math: New file.
5011         * modules/mathl (Files): Remove lib/mathl.h.
5012         (Depends-on): Add math.
5013         (Makefile.am): Don't mention mathl.h.
5014         (Include): Use <math.h> instead of mathl.h.
5015         * lib/math_.h: New file.
5016         * lib/mathl.h: Remove file.
5017         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5018         mathl.h.
5019         * lib/asinl.c: Likewise.
5020         * lib/atanl.c: Likewise.
5021         * lib/ceill.c: Likewise.
5022         * lib/cosl.c: Likewise.
5023         * lib/expl.c: Likewise.
5024         * lib/floorl.c: Likewise.
5025         * lib/frexpl.c: Likewise.
5026         * lib/ldexpl.c: Likewise.
5027         * lib/logl.c: Likewise.
5028         * lib/sincosl.c: Likewise.
5029         * lib/sinl.c: Likewise.
5030         * lib/sqrtl.c: Likewise.
5031         * lib/tanl.c: Likewise.
5032         * lib/trigl.c: Likewise.
5033         * m4/math_h.m4: New file.
5034         * MODULES.html.sh (Mathematics): Add math.
5035
5036 2007-02-17  Bruno Haible  <bruno@clisp.org>
5037
5038         * modules/wctype-tests: New file.
5039         * tests/test-wctype.c: New file.
5040
5041         * modules/wchar-tests: New file.
5042         * tests/test-wchar.c: New file.
5043
5044         * modules/unistd-tests: New file.
5045         * tests/test-unistd.c: New file.
5046
5047         * modules/time-tests: New file.
5048         * tests/test-time.c: New file.
5049
5050         * modules/sysexits-tests: New file.
5051         * tests/test-sysexits.c: New file.
5052
5053         * modules/sys_time-tests: New file.
5054         * tests/test-sys_time.c: New file.
5055
5056         * modules/sys_stat-tests: New file.
5057         * tests/test-sys_stat.c: New file.
5058
5059         * modules/sys_socket-tests: New file.
5060         * tests/test-sys_socket.c: New file.
5061
5062         * modules/sys_select-tests: New file.
5063         * tests/test-sys_select.c: New file.
5064
5065         * modules/string-tests: New file.
5066         * tests/test-string.c: New file.
5067
5068         * modules/stdbool-tests: New file.
5069         * tests/test-stdbool.c: New file.
5070
5071         * modules/netinet_in-tests: New file.
5072         * tests/test-netinet_in.c: New file.
5073
5074         * modules/inttypes-tests: New file.
5075         * tests/test-inttypes.c: New file.
5076
5077         * modules/fcntl-tests: New file.
5078         * tests/test-fcntl.c: New file.
5079
5080         * modules/byteswap-tests: New file.
5081         * tests/test-byteswap.c: New file.
5082
5083         * modules/arpa_inet-tests: New file.
5084         * tests/test-arpa_inet.c: New file.
5085
5086 2007-02-17  Bruno Haible  <bruno@clisp.org>
5087
5088         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5089         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5090         if the corresponding module is not enabled. Emit link warnings if
5091         the function is used nevertheless.
5092         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5093         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5094         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5095         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5096         * modules/inttypes (Depends-on): Add link-warning.
5097         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5098         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5099         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5100         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5101         * modules/imaxdiv (configure.ac): Likewise.
5102         * modules/strtoimax (configure.ac): Likewise.
5103         * modules/strtoumax (configure.ac): Likewise.
5104
5105 2007-02-17  Bruno Haible  <bruno@clisp.org>
5106
5107         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5108         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5109         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5110         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5111
5112 2007-02-17  Bruno Haible  <bruno@clisp.org>
5113
5114         * modules/link-warning: New file.
5115         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5116         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5117         * modules/string (Depends-on): Add link-warning.
5118         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5119         string.h.
5120         * MODULES.html.sh (Support for building libraries and executables): Add
5121         link-warning.
5122
5123 2007-02-17  Bruno Haible  <bruno@clisp.org>
5124
5125         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5126         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5127         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5128         long lines.
5129
5130 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5131             Bruno Haible  <bruno@clisp.org>
5132
5133         * modules/tmpfile: New file.
5134         * lib/tmpfile.c: New file.
5135         * m4/tmpfile.m4: New file.
5136         * MODULES.html.sh (func_all_modules): New section "Input/output".
5137
5138 2007-02-15  Bruno Haible  <bruno@clisp.org>
5139
5140         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5141         (supports_delete_on_close): New function.
5142         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5143
5144 2007-02-14  Bruno Haible  <bruno@clisp.org>
5145
5146         * modules/mbspcasecmp-tests: New file.
5147         * tests/test-mbspcasecmp.sh: New file.
5148         * tests/test-mbspcasecmp.c: New file.
5149
5150         New module mbspcasecmp.
5151         * modules/mbspcasecmp: New file.
5152         * lib/mbspcasecmp.c: New file.
5153         * lib/string_.h (strncasecmp): Change warning message.
5154         (mbspcasecmp): New declaration.
5155         * m4/mbspcasecmp.m4: New file.
5156         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5157         GNULIB_MBSPCASECMP.
5158         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5159         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5160
5161 2007-02-14  Bruno Haible  <bruno@clisp.org>
5162
5163         * modules/mbsncasecmp-tests: New file.
5164         * tests/test-mbsncasecmp.sh: New file.
5165         * tests/test-mbsncasecmp.c: New file.
5166
5167         New module mbsncasecmp.
5168         * modules/mbsncasecmp: New file.
5169         * lib/mbsncasecmp.c: New file.
5170         * lib/string_.h (mbsncasecmp): New declaration.
5171         * m4/mbsncasecmp.m4: New file.
5172         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5173         GNULIB_MBSNCASECMP.
5174         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5175         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5176
5177 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5178
5179         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5180         Verify that it doesn't overlap with our flags.
5181         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5182         do not have the desired effect in multibyte locales; instead, use
5183         mbscasecmp.
5184         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5185         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5186         we don't require GNU fnmatch ourselves (if our users require it, they
5187         should do so explicitly).
5188
5189         Fix regex code so it doesn't rely on strcasecmp.
5190         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5191         Otherwise, include gnulib's langinfo.h.
5192         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5193         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5194         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5195         * modules/regex (FILES): Remove m4/codeset.m4.
5196         (Depends-on): Add localcharset.  Remove strcase.
5197
5198 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5199
5200         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5201         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5202
5203 2007-02-13  Bruno Haible  <bruno@clisp.org>
5204
5205         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5206         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5207
5208 2007-02-12  Bruno Haible  <bruno@clisp.org>
5209
5210         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5211         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5212         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5213         time warning rather than a link error.
5214
5215 2007-02-12  Bruno Haible  <bruno@clisp.org>
5216
5217         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5218         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5219         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5220
5221 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5222
5223         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5224         args, not 2.
5225
5226 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5227
5228         New module 'time', so that apps can include <time.h> as per
5229         POSIX and GNU instead of separate include files like time_r.h
5230         and timegm.h.  This implementation tries out a simpler approach
5231         for replacing decls in standard include files (as compared to
5232         the string module), somewhat as an experiment.
5233
5234         * config/srclist.txt: Comment out mktime.c for now.
5235         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5236         since it doesn't apply any more.  Use generic wording instead.
5237         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5238         'time'.
5239         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5240         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5241         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5242         Don't include <sys/types.h>; no longer needed since we assume C89.
5243         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5244         * lib/strftime.c: Likewise.
5245         * lib/time_r.c: Likewise.
5246         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5247         * lib/nanosleep.c: Include <time.h> first, to check interface.
5248         * lib/strptime.c: Likewise.
5249         * lib/time_r.c: Likewise.
5250         * lib/timegm.c: Likewise.
5251         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5252         needed.
5253         * lib/timegm.c: Don't include timegm.h; no longer needed.
5254         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5255         time.h now handles any problems in that area.
5256         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5257         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5258         that time.h defines struct timespec.
5259         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5260         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5261         handles that.
5262         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5263         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5264         needed.  Set REPLACE_LOCALTIME.
5265         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5266         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5267         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5268         nanosleep; time_h.m4 now does that.  Don't require
5269         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5270         module handles this now.
5271         * modules/getdate (Depends-on): Remove timespec.  Add time.
5272         * modules/nanosleep (Depends-on): Likewise.
5273         * modules/stat-time (Depends-on): Likewise.
5274         * modules/nanosleep (Include): Include time.h, not timespec.h.
5275         * modules/strptime (Files): Remove lib/strptime.h.
5276         (Depends-on): Add extensions, time.
5277         (Include): Include time.h, not strptime.h.
5278         * modules/time_r (Files): Remove lib/time_r.h.
5279         (Depends-on): Add time.
5280         (Include): Include time.h, not time_r.h.
5281         * modules/timegm: Likewise.
5282         * modules/timespec (Description): Now does timespec-related decls
5283         of our own, instead of struct timespec itself.
5284         (Depends-on): Add time; remove extensions.
5285         (Maintainer): Add self.
5286         * modules/utimecmp (Depends-on): Add time; remove timespec.
5287         * modules/utimens (Depends-on): Likewise.
5288         * modules/xnanosleep (Depends-on): Likewise.
5289
5290 2007-02-11  Bruno Haible  <bruno@clisp.org>
5291
5292         * lib/c-strstr.c: Include allocsa.h.
5293         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5294         * lib/c-strcasestr.c: Include allocsa.h.
5295         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5296         * lib/strcasestr.c: Include allocsa.h.
5297         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5298         * lib/mbsstr.c: Include allocsa.h.
5299         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5300         allocsa/freesa instead of malloc/free.
5301         * lib/mbscasestr.c: Include allocsa.h.
5302         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5303         allocsa/freesa instead of malloc/free.
5304         * modules/c-strstr (Depends-on): Add allocsa.
5305         * modules/c-strcasestr (Depends-on): Likewise.
5306         * modules/strcasestr (Depends-on): Likewise.
5307         * modules/mbsstr (Depends-on): Likewise.
5308         * modules/mbscasestr (Depends-on): Likewise.
5309
5310 2007-02-11  Bruno Haible  <bruno@clisp.org>
5311
5312         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5313
5314         * modules/mbsspn-tests: New file.
5315         * tests/test-mbsspn.sh: New file.
5316         * tests/test-mbsspn.c: New file.
5317
5318 2007-02-11  Bruno Haible  <bruno@clisp.org>
5319
5320         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5321
5322         * modules/mbspbrk-tests: New file.
5323         * tests/test-mbspbrk.sh: New file.
5324         * tests/test-mbspbrk.c: New file.
5325
5326 2007-02-11  Bruno Haible  <bruno@clisp.org>
5327
5328         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5329         unneeded cast.
5330
5331         * modules/mbscspn-tests: New file.
5332         * tests/test-mbscspn.sh: New file.
5333         * tests/test-mbscspn.c: New file.
5334
5335 2007-02-11  Bruno Haible  <bruno@clisp.org>
5336
5337         * modules/mbscasecmp-tests: New file.
5338         * tests/test-mbscasecmp.sh: New file.
5339         * tests/test-mbscasecmp.c: New file.
5340
5341 2007-02-11  Bruno Haible  <bruno@clisp.org>
5342
5343         Ensure O(n) worst-case complexity of mbscasestr.
5344         * lib/mbscasestr.c: Include stdbool.h.
5345         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5346         functions.
5347         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5348         the bookkeeping indicates that it's worth it.
5349         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5350
5351         * modules/mbscasestr-tests: New file.
5352         * tests/test-mbscasestr1.c: New file.
5353         * tests/test-mbscasestr2.sh: New file.
5354         * tests/test-mbscasestr2.c: New file.
5355         * tests/test-mbscasestr3.sh: New file.
5356         * tests/test-mbscasestr3.c: New file.
5357         * tests/test-mbscasestr4.sh: New file.
5358         * tests/test-mbscasestr4.c: New file.
5359         * m4/locale-tr.m4: New file.
5360
5361 2007-02-11  Bruno Haible  <bruno@clisp.org>
5362
5363         Ensure O(n) worst-case complexity of mbsstr.
5364         * lib/mbsstr.c: Include stdbool.h.
5365         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5366         functions.
5367         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5368         bookkeeping indicates that it's worth it.
5369         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5370
5371         * modules/mbsstr-tests: New file.
5372         * tests/test-mbsstr1.c: New file.
5373         * tests/test-mbsstr2.sh: New file.
5374         * tests/test-mbsstr2.c: New file.
5375         * tests/test-mbsstr3.sh: New file.
5376         * tests/test-mbsstr3.c: New file.
5377         * m4/locale-fr.m4: New file.
5378
5379 2007-02-11  Bruno Haible  <bruno@clisp.org>
5380
5381         * lib/mbsrchr.c (mbsrchr): Fix bug.
5382
5383         * modules/mbsrchr-tests: New file.
5384         * tests/test-mbsrchr.sh: New file.
5385         * tests/test-mbsrchr.c: New file.
5386
5387 2007-02-11  Bruno Haible  <bruno@clisp.org>
5388
5389         * lib/mbschr.c (mbschr): Fix bug.
5390
5391         * modules/mbschr-tests: New file.
5392         * tests/test-mbschr.sh: New file.
5393         * tests/test-mbschr.c: New file.
5394         * m4/locale-zh.m4: New file.
5395
5396 2007-02-11  Bruno Haible  <bruno@clisp.org>
5397
5398         Support for copying multibyte string iterators.
5399         * lib/mbiter.h: Include <string.h>.
5400         (mbiter_multi_copy): New function.
5401         (mbi_copy): New macro.
5402         * lib/mbuiter.h: Include <string.h>.
5403         (mbuiter_multi_copy): New function.
5404         (mbui_copy): New macro.
5405
5406 2007-02-11  Bruno Haible  <bruno@clisp.org>
5407
5408         New module mbslen.
5409         * modules/mbslen: New file.
5410         * lib/mbslen.c: New file.
5411         * lib/string_.h (mbslen): New declaration.
5412         * m4/mbslen.m4: New file.
5413         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5414         GNULIB_MBSLEN.
5415         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5416         * MODULES.html.sh (Internationalization functions): Add mbslen.
5417
5418 2007-02-11  Bruno Haible  <bruno@clisp.org>
5419
5420         Ensure O(n) worst-case complexity of strcasestr substitute.
5421         * lib/strcasestr.c: Include stdbool.h.
5422         (knuth_morris_pratt): New function.
5423         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5424         bookkeeping indicates that it's worth it.
5425         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5426
5427         * modules/strcasestr-tests: New file.
5428         * tests/test-strcasestr.c: New file.
5429
5430 2007-02-11  Bruno Haible  <bruno@clisp.org>
5431
5432         Ensure O(n) worst-case complexity of c_strcasestr.
5433         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5434         (knuth_morris_pratt): New function.
5435         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5436         the bookkeeping indicates that it's worth it.
5437         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5438
5439         * modules/c-strcasestr-tests: New file.
5440         * tests/test-c-strcasestr.c: New file.
5441
5442 2007-02-11  Bruno Haible  <bruno@clisp.org>
5443
5444         Ensure O(n) worst-case complexity of c_strstr.
5445         * lib/c-strstr.c: Include stdbool.h, string.h.
5446         (knuth_morris_pratt): New function.
5447         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5448         bookkeeping indicates that it's worth it.
5449         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5450
5451         * lib/c-strstr.c: Complete rewrite for maintainability.
5452
5453         * modules/c-strstr-tests: New file.
5454         * tests/test-c-strstr.c: New file.
5455
5456 2007-02-11  Bruno Haible  <bruno@clisp.org>
5457
5458         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5459         5.2.1 and earlier, whereby \055 was treated just like the range
5460         delimiter '-'.
5461         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5462
5463 2007-02-08  Bruno Haible  <bruno@clisp.org>
5464
5465         * modules/regex (Depends-on): Add stdbool.
5466         Reported by Dalibor Topic <robilad@kaffe.org>.
5467
5468 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5469
5470         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5471         Prefer returning from main to exiting from it.
5472         Remove unnecessary parens after sizeof.
5473
5474 2007-02-05  Bruno Haible  <bruno@clisp.org>
5475
5476         New module mbssep.
5477         * modules/mbssep: New file.
5478         * lib/mbssep.c: New file.
5479         * lib/string_.h (strsep): Add a conditional link warning.
5480         (mbssep): New declaration.
5481         * m4/mbssep.m4: New file.
5482         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5483         GNULIB_MBSSEP.
5484         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5485         * MODULES.html.sh (Internationalization functions): Add mbssep.
5486
5487 2007-02-05  Bruno Haible  <bruno@clisp.org>
5488
5489         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5490         Optimize search in case of 1 delimiter.
5491
5492 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5493
5494         * lib/acl.h: Include sys/types.h before sys/acl.h.
5495
5496 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5497
5498         Merge upstream fix for glibc bugzilla #3957:
5499
5500         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5501
5502         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5503         bit for RE_HAT_LISTS_NOT_NEWLINE.
5504         (build_charclass_op): Remove bogus comment.
5505
5506 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5507
5508         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5509
5510 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5511
5512         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5513         * lib/memmem.c [!defined _LIBC]: Include config.h.
5514
5515 2007-02-04  Bruno Haible  <bruno@clisp.org>
5516
5517         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5518         warning message.
5519
5520 2007-02-04  Bruno Haible  <bruno@clisp.org>
5521
5522         New module mbstok_r.
5523         * modules/mbstok_r: New file.
5524         * lib/mbstok_r.c: New file.
5525         * lib/string_.h (strtok_r): Change argument names to match the
5526         comments. Add a conditional link warning.
5527         (mbstok_r): New declaration.
5528         * m4/mbstok_r.m4: New file.
5529         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5530         GNULIB_MBSTOK_R.
5531         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5532         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5533
5534 2007-02-04  Bruno Haible  <bruno@clisp.org>
5535
5536         New module mbsspn.
5537         * modules/mbsspn: New file.
5538         * lib/mbsspn.c: New file.
5539         * lib/string_.h (strspn): Add a conditional link warning.
5540         (mbsspn): New declaration.
5541         * m4/mbsspn.m4: New file.
5542         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5543         GNULIB_MBSSPN.
5544         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5545         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5546
5547 2007-02-04  Bruno Haible  <bruno@clisp.org>
5548
5549         New module mbspbrk.
5550         * modules/mbspbrk: New file.
5551         * lib/mbspbrk.c: New file.
5552         * lib/string_.h (strpbrk): Add a conditional link warning.
5553         (mbspbrk): New declaration.
5554         * m4/mbspbrk.m4: New file.
5555         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5556         GNULIB_MBSPBRK.
5557         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5558         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5559
5560 2007-02-04  Bruno Haible  <bruno@clisp.org>
5561
5562         New module mbscspn.
5563         * modules/mbscspn: New file.
5564         * lib/mbscspn.c: New file.
5565         * lib/string_.h (strcspn): Add a conditional link warning.
5566         (mbscspn): New declaration.
5567         * m4/mbscspn.m4: New file.
5568         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5569         GNULIB_MBSCSPN.
5570         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5571         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5572
5573 2007-02-04  Bruno Haible  <bruno@clisp.org>
5574
5575         New module mbscasestr, reduced goal of strcasestr.
5576         * modules/mbscasestr: New file.
5577         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5578         (mbscasestr): Renamed from strcasestr.
5579         * lib/strcasestr.c: Don't include mbuiter.h.
5580         (strcasestr): Remove support for multibyte locales.
5581         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5582         Change the conditional link warning.
5583         (mbscasestr): New declaration.
5584         * m4/mbscasestr.m4: New file.
5585         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5586         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5587         REPLACE_STRCASESTR.
5588         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5589         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5590         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5591         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5592         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5593         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5594         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5595         (Depends-on): Remove mbuiter.
5596         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5597
5598 2007-02-04  Bruno Haible  <bruno@clisp.org>
5599
5600         Simplify handling of strncasecmp.
5601         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5602         the conditional link warning.
5603         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5604         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5605         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5606         * modules/strcase (configure.ac): Don't invoke
5607         gl_STRING_MODULE_INDICATOR.
5608         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5609
5610 2007-02-04  Bruno Haible  <bruno@clisp.org>
5611
5612         New module mbscasecmp, reduced goal of strcasecmp.
5613         * modules/mbscasecmp: New file.
5614         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5615         (mbscasecmp): Renamed from strcasecmp.
5616         * lib/strcasecmp.c: Don't include mbuiter.h.
5617         (strcasecmp): Remove support for multibyte locales.
5618         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5619         Change the conditional link warning.
5620         (mbscasecmp): New declaration.
5621         * m4/mbscasecmp.m4: New file.
5622         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5623         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5624         REPLACE_STRCASECMP.
5625         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5626         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5627         GNULIB_MBSCASECMP.
5628         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5629         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5630         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5631         (Depends-on): Remove mbuiter.
5632         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5633
5634 2007-02-04  Bruno Haible  <bruno@clisp.org>
5635
5636         New module mbsstr. Remove module strstr.
5637         * modules/mbsstr: New file.
5638         * modules/strstr: Remove file.
5639         * lib/mbsstr.c: Renamed from lib/strstr.c.
5640         (mbsstr): Renamed from strstr.
5641         * lib/string_.h (strstr): Remove declaration. Change the conditional
5642         link warning.
5643         (mbsstr): New declaration.
5644         * m4/mbsstr.m4: New file.
5645         * m4/strstr.m4: Remove file.
5646         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5647         REPLACE_STRSTR.
5648         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5649         Don't initialize GNULIB_STRSTR.
5650         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5651         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5652         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5653         (Support for systems lacking ANSI C 89): Remove strstr.
5654
5655 2007-02-04  Bruno Haible  <bruno@clisp.org>
5656
5657         New module mbsrchr.
5658         * modules/mbsrchr: New file.
5659         * lib/mbsrchr.c: New file.
5660         * lib/string_.h (strrchr): Add a conditional link warning.
5661         (mbsrchr): New declaration.
5662         * m4/mbsrchr.m4: New file.
5663         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5664         GNULIB_MBSRCHR.
5665         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5666         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5667
5668 2007-02-04  Bruno Haible  <bruno@clisp.org>
5669
5670         New module mbschr.
5671         * modules/mbschr: New file.
5672         * lib/mbschr.c: New file.
5673         * lib/string_.h (strchr): Add a conditional link warning.
5674         (mbschr): New declaration.
5675         * m4/mbschr.m4: New file.
5676         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5677         GNULIB_MBSCHR.
5678         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5679         * MODULES.html.sh (Internationalization functions): Add mbschr.
5680
5681 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5682
5683         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5684
5685         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5686
5687 2007-02-04  Bruno Haible  <bruno@clisp.org>
5688
5689         New module description section 'configure.ac-early'.
5690         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5691         (func_get_autoconf_early_snippet): New function.
5692         (func_import, func_create_testdir): Use it. Remove special cases for
5693         modules 'extensions' and 'lock'.
5694         * modules/extensions (configure.ac-early): Require
5695         gl_USE_SYSTEM_EXTENSIONS.
5696         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5697
5698 2007-02-04  Bruno Haible  <bruno@clisp.org>
5699
5700         Make use of gcj-4.3's -fsource and -ftarget option.
5701         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5702         and if so try the options -fsource and -ftarget.
5703         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5704         source_version, ftarget_option, target_version arguments.
5705         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5706         (is_envjavac_oldgcj_14_14_usable): Renamed from
5707         is_envjavac_gcj_14_14_usable.
5708         (is_envjavac_oldgcj_14_13_usable): Renamed from
5709         is_envjavac_gcj_14_13_usable.
5710         (is_gcj_present): Update.
5711         (is_gcj_43, is_gcj43_usable): New functions.
5712         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5713         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5714         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5715         try the options -fsource and -ftarget.
5716
5717 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5718
5719         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5720         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5721         larger value.
5722
5723 2007-02-03  Jim Meyering  <jim@meyering.net>
5724
5725         Give tools a better chance to allocate space for very large buffers.
5726         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5727
5728         Make pwd and readlink work also when run with an unreadable parent dir
5729         on systems with openat support.
5730         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5731         provided getcwd function, even when we have openat support.
5732         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5733
5734 2007-02-02  Bruno Haible  <bruno@clisp.org>
5735
5736         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5737         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5738         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5739         portability problems if one of these functions is only used on specific
5740         platforms.
5741         Reported by Paul Eggert.
5742
5743 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5744
5745         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5746         is causing more trouble than it's curing.
5747         * lib/regex_internal.h (__mempcpy): Remove.
5748         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5749         (and make the code a tad smaller to boot).
5750         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5751
5752 2007-02-02  Jim Meyering  <jim@meyering.net>
5753
5754         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5755         section, not in the Makefile.am: one.
5756
5757 2007-02-02  Eric Blake  <ebb9@byu.net>
5758
5759         * lib/strchrnul.c: Always include config.h first.
5760
5761         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5762         gnulib strstr is not necessary here.
5763
5764 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5765
5766         * m4/socklen.m4: Fix typo.
5767
5768 2007-02-02  Eric Blake  <ebb9@byu.net>
5769
5770         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5771         * modules/netinet_in (Makefile.am): Likewise.
5772
5773 2007-02-01  Bruno Haible  <bruno@clisp.org>
5774
5775         * lib/string_.h (GL_LINK_WARNING): New macro.
5776         (strcasecmp, strstr, strcasestr): If provided by the system,
5777         conditionally define as a macro that leads to a warning instead of to
5778         an error.
5779         (strncasecmp): Conditionally define as a macro that leads to a warning.
5780
5781 2007-02-01  Karl Berry  <karl@gnu.org>
5782
5783         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5784
5785 2007-02-01  Bruno Haible  <bruno@clisp.org>
5786
5787         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5788         renamings.
5789
5790 2007-02-01  Eric Blake  <ebb9@byu.net>
5791
5792         * modules/regex (Depends-on): Revert dependence on mempcpy.
5793         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5794         module's definition of mempcpy.
5795         Reported by Paul Eggert.
5796
5797 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5798
5799         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5800         the symbol XYZ before redefining it.  This fixes a problem with
5801         programs that don't use XYZ, when compiled on systems that define
5802         XYZ to something else.
5803
5804 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5805
5806         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5807         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5808         writeable to group or other and (2) is intended to have a special
5809         mode bit that is set or cleared.  In such a case, the directory
5810         should be neither group- nor other-writeable until the special
5811         mode bits are right.
5812
5813 2007-01-31  Eric Blake  <ebb9@byu.net>
5814
5815         * modules/mountlist (Depends-on): Add strstr.
5816
5817         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5818         bug.
5819         * modules/string (Makefile.am): Remove redundant replacement.
5820         * modules/regex (Depends-on): Add mempcpy.
5821
5822 2007-01-31  Bruno Haible  <bruno@clisp.org>
5823
5824         New module description field 'Link'.
5825         * gnulib-tool (func_usage): Document --extract-link-directive.
5826         (sed_extract_prog): Recognize 'Link' directive.
5827         (func_get_link_directive): New function.
5828         (func_import): Show summary of link directives.
5829         Handle --extract-link-directive option.
5830         * modules/acl (Link): New section.
5831         * modules/clock-time (Link): New section.
5832         * modules/euidaccess (Link): New section.
5833         * modules/gettext (Link): New section.
5834         * modules/iconv (Link): New section.
5835         * modules/lock (Link): New section.
5836         * modules/nanosleep (Link): New section.
5837         * modules/readline (Link): New section.
5838
5839 2007-01-27  Bruno Haible  <bruno@clisp.org>
5840
5841         Enforce the use of gnulib modules for unportable <string.h> functions.
5842         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5843         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5844         (gl_HEADER_STRING_H_BODY): Require it.
5845         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5846         the symbol XYZ to one that gives a link error.
5847         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5848         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5849         * modules/mempcpy (configure.ac): Likewise.
5850         * modules/memrchr (configure.ac): Likewise.
5851         * modules/stpcpy (configure.ac): Likewise.
5852         * modules/stpncpy (configure.ac): Likewise.
5853         * modules/strcase (configure.ac): Likewise.
5854         * modules/strcasestr (configure.ac): Likewise.
5855         * modules/strchrnul (configure.ac): Likewise.
5856         * modules/strdup (configure.ac): Likewise.
5857         * modules/strndup (configure.ac): Likewise.
5858         * modules/strnlen (configure.ac): Likewise.
5859         * modules/strpbrk (configure.ac): Likewise.
5860         * modules/strsep (configure.ac): Likewise.
5861         * modules/strstr (configure.ac): Likewise.
5862         * modules/strtok_r (configure.ac): Likewise.
5863
5864 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5865
5866         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5867
5868 2007-01-30  Jim Meyering  <jim@meyering.net>
5869
5870         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5871
5872 2007-01-29  Bruno Haible  <bruno@clisp.org>
5873
5874         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5875         * lib/execute.c: Likewise.
5876         * lib/pipe.c: Likewise.
5877         * lib/printf-args.h: Likewise.
5878         * lib/printf-args.c: Likewise.
5879         * lib/printf-parse.c: Likewise.
5880         * lib/vasnprintf.c: Likewise.
5881
5882 2007-01-29  Eric Blake  <ebb9@byu.net>
5883
5884         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5885         declaration.
5886
5887 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5888
5889         * lib/strptime.h (strptime): Use 'restrict' for args where
5890         POSIX requires this.
5891         * lib/strptime.c (strptime): Likewise.
5892         Change license notice from LGPL to GPL, since gnulib-tool will
5893         change this as needed.
5894         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5895         defined.
5896         Include "strptime.h" first, to check interface.
5897         Do not #undef _LIBC and _NL_CURRENT.
5898         Do not include <stdlib.h>; no longer needed.
5899         Include "time_r.h" and declare ptime_locale_status
5900         only if _LIBC is not defined.
5901         (__P): Remove unused macro.
5902         (match_string): Bring back glibc version, but use it only if _LIBC
5903         is defined.
5904         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5905         Remove unnecessary assertion and abort() call.
5906         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5907         * m4/strptime.m4: Fix serial number comment.
5908         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5909         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5910         (Depends-on): Add time_r.
5911
5912 2007-01-29  Bruno Haible  <bruno@clisp.org>
5913
5914         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5915         strptime.
5916         * modules/strptime (Depends-on): Add stdbool.
5917         * lib/strptime.h: Include <time.h> always. Add comments.
5918
5919 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5920
5921         * modules/strptime: New file.
5922         * lib/strptime.h: New file.
5923         * lib/strptime.c: New file.
5924         * m4/strptime.m4: New file.
5925
5926 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5927
5928         * MODULES.html.sh: New module mpsort.
5929         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5930
5931         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5932         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5933         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5934         All uses changed.
5935         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5936         All uses changed.
5937         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5938         to _Restrict_.
5939         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5940         the parameter matches the prototype.
5941
5942 2007-01-28  Jim Meyering  <jim@meyering.net>
5943
5944         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5945         sys/time.h here, reverting that part of the previous patch:
5946         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5947
5948 2007-01-28  Bruno Haible  <bruno@clisp.org>
5949
5950         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5951         value of $(SYS_TIME_H).
5952         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5953         remove it conditionally, too. [added by Jim Meyering]
5954         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5955         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5956         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5957         GETTIMEOFDAY_REPLACEMENT to 1.
5958
5959 2007-01-28  Bruno Haible  <bruno@clisp.org>
5960
5961         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5962         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5963         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5964         Set UNISTD_H instead of UNISTD_H2.
5965         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5966
5967 2007-01-28  Bruno Haible  <bruno@clisp.org>
5968
5969         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
5970         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
5971
5972 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5973
5974         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
5975         (func_create_testdir): Ensure C locale for `grep' and `tr'
5976         character ranges.
5977         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
5978         ACLOCAL_AMFLAGS parsing state machine.
5979
5980 2007-01-27  Bruno Haible  <bruno@clisp.org>
5981
5982         * modules/unistr/base: Update.
5983
5984 2007-01-27  Bruno Haible  <bruno@clisp.org>
5985
5986         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
5987         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
5988         * modules/unistr/u32-mbtouc-unsafe: Renamed from
5989         modules/unistr/u32-mbtouc.
5990         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
5991         * lib/unistr.h: Update.
5992         * lib/linebreak.c: Update.
5993         * modules/unistr/u32-mbtouc: Renamed from
5994         modules/unistr/u32-mbtouc-safe.
5995         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
5996         * lib/unistr.h: Update.
5997         * lib/unistr/u32-to-u8.c: Update.
5998         * lib/unistr/u32-to-u16.c: Update.
5999
6000 2007-01-27  Bruno Haible  <bruno@clisp.org>
6001
6002         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6003         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6004         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6005         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6006         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6007         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6008         modules/unistr/u16-mbtouc.
6009         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6010         * lib/unistr.h: Update.
6011         * lib/linebreak.c: Update.
6012         * modules/linebreak: Update.
6013         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6014         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6015         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6016         * modules/unistr/u16-mbtouc: Renamed from
6017         modules/unistr/u16-mbtouc-safe.
6018         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6019         * lib/unistr.h: Update.
6020         * lib/unistr/u16-to-u8.c: Update.
6021         * modules/unistr/u16-to-u8: Update.
6022         * lib/unistr/u16-to-u32.c: Update.
6023         * modules/unistr/u16-to-u32: Update.
6024
6025 2007-01-27  Bruno Haible  <bruno@clisp.org>
6026
6027         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6028         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6029         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6030         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6031         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6032         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6033         modules/unistr/u8-mbtouc.
6034         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6035         * lib/unistr.h: Update.
6036         * lib/striconveh.c: Update.
6037         * modules/striconveh: Update.
6038         * lib/linebreak.c: Update.
6039         * modules/linebreak: Update.
6040         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6041         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6042         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6043         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6044         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6045         * lib/unistr.h: Update.
6046         * lib/striconveh.c: Update.
6047         * modules/striconveh: Update.
6048         * lib/unistr/u8-to-u16.c: Update.
6049         * modules/unistr/u8-to-u16: Update.
6050         * lib/unistr/u8-to-u32.c: Update.
6051         * modules/unistr/u8-to-u32: Update.
6052
6053 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6054
6055         Sync from Libtool.
6056         * lib/argz.c: Do not include strings.h nor memory.h, include
6057         string.h unconditionally.  Patch by Simon Josefsson.
6058
6059 2007-01-27  Bruno Haible  <bruno@clisp.org>
6060
6061         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6062         from gl_HEADER_STRING_H_BODY.
6063         (gl_HEADER_STRING_H_BODY): Require it.
6064         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6065         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6066         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6067         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6068         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6069         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6070         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6071         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6072         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6073         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6074         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6075         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6076         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6077         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6078         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6079
6080 2007-01-27  Bruno Haible  <bruno@clisp.org>
6081
6082         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6083         check_PROGRAMS into noinst_PROGRAMS.
6084         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6085         check_PROGRAMS in this case.
6086         (func_import): Set for_test to false.
6087         (func_create_testdir): Set for_test to true.
6088
6089 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6090             Bruno Haible  <bruno@clisp.org>
6091
6092         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6093         (Depends-on): Add string.
6094         (Includes): Use <string.h> instead of strcasestr.h.
6095         * modules/string (Makefile.am): Also substitute the value of
6096         REPLACE_STRCASESTR.
6097         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6098         assume strcasestr is declared in <string.h> not <strings.h>. Also
6099         set REPLACE_STRCASESTR.
6100         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6101         REPLACE_STRCASESTR.
6102         * lib/strcasestr.h: Remove file.
6103         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6104         * lib/string_.h (strcasestr): New declaration.
6105
6106 2007-01-27  Bruno Haible  <bruno@clisp.org>
6107
6108         * lib/string_.h: Use 'extern'.
6109
6110 2007-01-27  Jim Meyering  <jim@meyering.net>
6111
6112         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6113         of set-but-not-used local, "q".
6114
6115         * lib/mempcpy.c: Include <config.h> before <string.h>.
6116         This fixes a compilation error on HP-UX, due to the system's
6117         "restrict"-using mempcpy prototype.
6118
6119 2007-01-26  Bruno Haible  <bruno@clisp.org>
6120
6121         Small optimization.
6122         * lib/javacomp.c: Include c-strstr.h.
6123          (is_envjavac_gcj): Use c_strstr instead of strstr.
6124         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6125
6126 2007-01-26  Bruno Haible  <bruno@clisp.org>
6127
6128         * MODULES.html.sh (Unicode string functions): Add the new modules.
6129
6130         * modules/uniconv/u32-strconv-to-locale: New file.
6131         * lib/uniconv/u32-strconv-to-locale.c: New file.
6132
6133         * modules/uniconv/u16-strconv-to-locale: New file.
6134         * lib/uniconv/u16-strconv-to-locale.c: New file.
6135
6136         * modules/uniconv/u8-strconv-to-locale: New file.
6137         * lib/uniconv/u8-strconv-to-locale.c: New file.
6138
6139         * modules/uniconv/u32-strconv-from-locale: New file.
6140         * lib/uniconv/u32-strconv-from-locale.c: New file.
6141
6142         * modules/uniconv/u16-strconv-from-locale: New file.
6143         * lib/uniconv/u16-strconv-from-locale.c: New file.
6144
6145         * modules/uniconv/u8-strconv-from-locale: New file.
6146         * lib/uniconv/u8-strconv-from-locale.c: New file.
6147
6148         * modules/uniconv/u32-strconv-to-enc: New file.
6149         * lib/uniconv/u32-strconv-to-enc.c: New file.
6150         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6151         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6152
6153         * modules/uniconv/u16-strconv-to-enc: New file.
6154         * lib/uniconv/u16-strconv-to-enc.c: New file.
6155         * lib/uniconv/u-strconv-to-enc.h: New file.
6156         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6157         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6158
6159         * modules/uniconv/u8-strconv-to-enc: New file.
6160         * lib/uniconv/u8-strconv-to-enc.c: New file.
6161         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6162         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6163
6164         * modules/uniconv/u32-strconv-from-enc: New file.
6165         * lib/uniconv/u32-strconv-from-enc.c: New file.
6166         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6167         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6168
6169         * modules/uniconv/u16-strconv-from-enc: New file.
6170         * lib/uniconv/u16-strconv-from-enc.c: New file.
6171         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6172         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6173
6174         * modules/uniconv/u8-strconv-from-enc: New file.
6175         * lib/uniconv/u8-strconv-from-enc.c: New file.
6176         * lib/uniconv/u-strconv-from-enc.h: New file.
6177         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6178         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6179
6180         * modules/uniconv/u32-conv-from-enc: New file.
6181         * lib/uniconv/u32-conv-from-enc.c: New file.
6182         * modules/uniconv/u32-conv-from-enc-tests: New file.
6183         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6184
6185         * modules/uniconv/u16-conv-from-enc: New file.
6186         * lib/uniconv/u16-conv-from-enc.c: New file.
6187         * lib/uniconv/u-conv-from-enc.h: New file.
6188         * modules/uniconv/u16-conv-from-enc-tests: New file.
6189         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6190
6191         * modules/uniconv/u8-conv-from-enc: New file.
6192         * lib/uniconv/u8-conv-from-enc.c: New file.
6193         * modules/uniconv/u8-conv-from-enc-tests: New file.
6194         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6195
6196         * modules/uniconv/base: New file.
6197         * lib/uniconv.h: New file.
6198
6199 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6200
6201         * doc/gnulib-tool.texi (Initial import): Update to match current
6202         behavior with strdup module.
6203         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6204         * lib/memmem.h: Remove; all uses removed.  This is now done
6205         by <string.h>.
6206         * lib/mempcpy.h: Likewise.
6207         * lib/memrchr.h: Likewise.
6208         * lib/stpcpy.h: Likewise.
6209         * lib/stpncpy.h: Likewise.
6210         * lib/strcase.h: Likewise.
6211         * lib/strchrnul.h: Likewise.
6212         * lib/strdup.h: Likewise.
6213         * lib/strndup.h: Likewise.
6214         * lib/strnlen.h: Likewise.
6215         * lib/strpbrk.h: Likewise.
6216         * lib/strsep.h: Likewise.
6217         * lib/strstr.h: Likewise.
6218         * lib/strtok_r.h: Likewise.
6219         * lib/string_.h: New file.
6220         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6221         Rely on <string.h> instead.
6222         * lib/canon-host.c: Likewise.
6223         * lib/chdir-long.c: Likewise.
6224         * lib/concatpath.c: Likewise.
6225         * lib/exclude.c: Likewise.
6226         * lib/fchdir.c: Likewise.
6227         * lib/getaddrinfo.c: Likewise.
6228         * lib/getcwd.c: Likewise.
6229         * lib/getsubopt.c: Likewise.
6230         * lib/glob.c: Likewise.
6231         * lib/hard-locale.c: Likewise.
6232         * lib/iconvme.c: Likewise.
6233         * lib/javacomp.c: Likewise.
6234         * lib/mempcpy.c: Likewise.
6235         * lib/memrchr.c: Likewise.
6236         * lib/regex_internal.h: Likewise.
6237         * lib/stpncpy.c: Likewise.
6238         * lib/strcasecmp.c: Likewise.
6239         * lib/strchrnul.c: Likewise.
6240         * lib/strdup.c: Likewise.
6241         * lib/striconv.c: Likewise.
6242         * lib/striconveh.c: Likewise.
6243         * lib/striconveha.c: Likewise.
6244         * lib/strncasecmp.c: Likewise.
6245         * lib/strndup.c: Likewise.
6246         * lib/strnlen.c: Likewise.
6247         * lib/strsep.c: Likewise.
6248         * lib/strstr.c: Likewise.
6249         * lib/strtok_r.c: Likewise.
6250         * lib/userspec.c: Likewise.
6251         * lib/w32spawn.h: Likewise.
6252         * lib/xstrndup.c: Likewise.
6253         * lib/mountlist.c (strstr): Remove decl.
6254         * m4/string_h.m4: New file.
6255         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6256         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6257         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6258         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6259         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6260         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6261         Set REPLACE_STRCASECMP if necessary.
6262         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6263         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6264         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6265         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6266         HAVE_DECL_STRDUP if necessary.
6267         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6268         since gl_FUNC_STRNDUP does that now.
6269         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6270         Check for decl here...
6271         (gl_PREREQ_STRNLEN): ... not here.
6272         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6273         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6274         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6275         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6276         necessary.
6277         * modules/string: New file.
6278         * modules/memmem (Files): Remove special-purpose include file.
6279         (Depends-on): Add string.
6280         (Include): Include <string.h>, not the removed file.
6281         * modules/mempcpy: Likewise.
6282         * modules/memrchr: Likewise.
6283         * modules/stpcpy: Likewise.
6284         * modules/stpncpy: Likewise.
6285         * modules/strcase: Likewise.
6286         * modules/strchrnul: Likewise.
6287         * modules/strdup: Likewise.
6288         * modules/strndup: Likewise.
6289         * modules/strnlen: Likewise.
6290         * modules/strpbrk: Likewise.
6291         * modules/strsep: Likewise.
6292         * modules/strstr: Likewise.
6293         * modules/strtok_r: Likewise.
6294         * tests/test-dirname.c: Don't include "strdup.h", since
6295         <string.h> now suffices.
6296         * tests/test-memmem.c: Don't include "memmem.h", since
6297         <string.h> now suffices.
6298
6299 2007-01-25  Bruno Haible  <bruno@clisp.org>
6300
6301         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6302         *resultp is 0.
6303
6304         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6305         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6306         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6307         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6308
6309         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6310         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6311         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6312         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6313         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6314         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6315
6316 2007-01-24  Bruno Haible  <bruno@clisp.org>
6317
6318         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6319         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6320         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6321         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6322         gl_FUNC_FTS_CORE.
6323         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6324         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6325         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6326         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6327         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6328         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6329         gl_FUNC_FCHOWNAT.
6330         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6331         gl_FUNC_STRFTIME.
6332         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6333         Reported by Ralf Wildenhues.
6334
6335 2007-01-24  Bruno Haible  <bruno@clisp.org>
6336
6337         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6338         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6339         gl_GETADDRINFO.
6340         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6341         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6342         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6343
6344 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6345
6346         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6347         Don't use 'exit'; just return from 'main'.
6348         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6349
6350         * lib/fnmatch_.h: Readjust white space and comments to match
6351         glibc, to avoid spurious diffs.
6352
6353 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6354
6355         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6356         2004-12-01 change by Jakub Jelinek, since this code won't compile
6357         if !LIBC.  Problem reported by Bob Proulx.
6358
6359 2007-01-23  Bruno Haible  <bruno@clisp.org>
6360
6361         * lib/striconveh.c: Include c-strcaseeq.h.
6362         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6363         * modules/striconveh (Depends-on): Add c-strcaseeq.
6364
6365 2007-01-23  Bruno Haible  <bruno@clisp.org>
6366
6367         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6368
6369         * modules/c-strcaseeq: New file.
6370         * lib/c-strcaseeq.h: New file.
6371
6372         * modules/streq: New file.
6373         * lib/streq.h: New file.
6374
6375 2007-01-23  Bruno Haible  <bruno@clisp.org>
6376
6377         * modules/striconveha-tests: New file.
6378         * tests/test-striconveha.c: New file.
6379
6380         * lib/striconveha.h: Include <stdbool.h>.
6381         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6382         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6383         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6384         (mem_iconveha): New function.
6385         (str_iconveha_notranslit): Renamed from str_iconveha.
6386         (str_iconveha): New function.
6387         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6388         c-strcase.
6389
6390 2007-01-23  Bruno Haible  <bruno@clisp.org>
6391
6392         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6393         encodings without forgiving before trying any encoding with handler.
6394         (str_iconveha): Try all encodings without forgiving before trying any
6395         encoding with handler.
6396
6397 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6398
6399         Import the following changes from libc.
6400
6401         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6402
6403         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6404
6405         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6406
6407         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6408         normal_bracket label.
6409
6410         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6411
6412         [BZ #361]
6413         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6414         to normal_bracket after fetching the next character.
6415
6416 2007-01-22  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6419         argument.
6420         * lib/striconveh.c (iconv_carefully_1): New function.
6421         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6422         argument.
6423         (str_cd_iconveh): Update.
6424         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6425         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6426         * tests/test-striconveh.c (MAGIC): New macro.
6427         (new_offsets): New function.
6428         (main): Test call with and without offsets.
6429
6430 2007-01-22  Bruno Haible  <bruno@clisp.org>
6431
6432         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6433         * modules/sys_select (Makefile.am): Likewise.
6434         * modules/sys_socket (Makefile.am): Likewise.
6435         * modules/sys_time (Makefile.am): Likewise.
6436
6437 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6438
6439         * modules/gettimeofday (License): Change from GPL to LGPL, since
6440         gettimeofday is a library function.
6441
6442 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6443
6444         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6445
6446 2007-01-21  Bruno Haible  <bruno@clisp.org>
6447
6448         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6449
6450 2007-01-21  Bruno Haible  <bruno@clisp.org>
6451
6452         * modules/striconveha: New file.
6453         * lib/striconveha.h: New file.
6454         * lib/striconveha.c: New file.
6455         * MODULES.html.sh (Internationalization functions): Add striconveha.
6456         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6457         string.
6458         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6459
6460 2007-01-21  Bruno Haible  <bruno@clisp.org>
6461
6462         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6463         * lib/striconveh.c (str_iconveh): Likewise.
6464
6465 2007-01-21  Bruno Haible  <bruno@clisp.org>
6466
6467         * lib/striconveh.h (mem_iconveh): New declaration.
6468         * lib/striconveh.c (mem_iconveh): New function.
6469         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6470
6471 2007-01-21  Bruno Haible  <bruno@clisp.org>
6472
6473         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6474
6475         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6476         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6477         original result buffer.
6478         (str_cd_iconveh): Update.
6479         * tests/test-striconveh.c (main): Update.
6480
6481         * lib/striconv.h (mem_cd_iconv): Change specification.
6482         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6483         result buffer.
6484         (str_cd_iconv): Update.
6485         * tests/test-striconv.c (main): Update.
6486
6487 2007-01-21  Bruno Haible  <bruno@clisp.org>
6488
6489         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6490
6491 2007-01-20  Jim Meyering  <jim@meyering.net>
6492
6493         * lib/userspec.c (parse_with_separator): If a user or group string
6494         starts with "+", skip the corresponding name-to-ID look-up, since
6495         such a look-up must fail: user and group names may not include "+".
6496
6497 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6498
6499         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6500         since we now assume the sys_time module.
6501         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6502         check for sys/time.h; no longer needed.
6503         * modules/poll (Depends-on): Depend on sys_time.
6504
6505 2007-01-18  Bruno Haible  <bruno@clisp.org>
6506
6507         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6508         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6509
6510         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6511         gettimeofday.
6512
6513         * tests/test-gettimeofday.c: Include <time.h>.
6514         (dummy): Remove variable.
6515
6516         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6517         gl_HEADER_SYS_TIME_H.
6518         (gl_HEADER_SYS_TIME_H): New macro.
6519
6520         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6521         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6522         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6523         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6524         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6525         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6526         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6527         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6528         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6529         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6530         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6531
6532         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6533         last change; it caused a compilation error when cross-compiling to
6534         Cygwin.
6535
6536 2007-01-18  Jim Meyering  <jim@meyering.net>
6537
6538         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6539         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6540         than the race-prone "test -d sys || mkdir sys".
6541         (configure.ac): Use AC_PROG_MKDIR_P.
6542         * modules/sys_select: Likewise.
6543         * modules/sys_socket: Likewise.
6544         * modules/sys_time: Likewise.
6545
6546 2007-01-18  Eric Blake  <ebb9@byu.net>
6547
6548         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6549         replace gettimeofday.
6550         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6551         name, to avoid infinite recursion.
6552
6553 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6554
6555         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6556         module sys_time.
6557         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6558         assume timespec.h defines struct timeval.
6559         * lib/settime.c: Likewise.
6560         * lib/utimens.c: Likewise.
6561         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6562         since we now assume the gettimeofday module.
6563         * lib/tempname.c (__gen_tempname): Likewise.
6564         * lib/gettimeofday.h: Remove.
6565         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6566         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6567         Include <time.h>, for 'time()'.
6568         (localtime_buffer_addr): Also use this workaround if
6569         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6570         to simplify the uses.  All uses changed.
6571         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6572         that #undef is inside {}, and 'const' follows type name consistently.
6573         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6574         (gettimeofday): Do not use the maximum possible value for
6575         tv->tv_usec, since that might break usages other than ls.c.
6576         Instead, we'll leave ls.c alone.  This undoes today's patch
6577         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6578         we've never observed the problem but might as well keep the
6579         canary.
6580         * lib/nanosleep.c: Include timespec.h first, for interface check.
6581         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6582         now assume the sys_time module.
6583         * lib/tempname.c: Likewise.
6584         * lib/timespec.h: Likewise.
6585         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6586         needed.
6587         * lib/strftime.c: Likewise.
6588         * lib/timespec.h: Likewise.
6589         * lib/posixtm.c: Include posixtm.h first, for interface check.
6590         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6591         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6592         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6593         * lib/sys_time_.h: New file.
6594         * lib/timespec.h (struct timespec): Use long int, not long.
6595         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6596         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6597         Remove obsolescent call to AC_HEADER_TIME.
6598         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6599         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6600         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6601         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6602         Likewise.
6603         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6604         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6605         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6606         into the sys_time module.  Check for gettimeofday just once.
6607         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6608         for gettimeofday signature to just check the signature.  Merely
6609         compile it, since linking doesn't test signature.  Improve test for
6610         whether gettimeofday.o is actually needed.
6611         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6612         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6613         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6614         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6615         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6616         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6617         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6618         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6619         than worrying about sys/time.h.
6620         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6621         Don't bother worrying about TIME_WITH_SYS_TIME.
6622         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6623         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6624         * m4/sys_time_h.m4: New file.
6625         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6626         Don't include sys/time.h.  Return from main rather than exiting.
6627         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6628         all uses changed.
6629         * modules/gethrxtime (Depends-on): Add sys_time.
6630         * modules/gettime (Depends-on): Likewise.
6631         * modules/gettimeofday (Depends-on): Likewise.
6632         * modules/nanosleep (Depends-on): Likewise.
6633         * modules/settime (Depends-on): Likewise.
6634         * modules/tempname (Depends-on): Likewise.
6635         * modules/utimens (Depends-on): Likewise.
6636         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6637         (Include:) Change back to <sys/time.h>.
6638         (Maintainer:) Add self.
6639         * modules/sys_time: New file.
6640         * modules/tempname (Depends-on): Add gettimeofday.
6641         * tests/test-gettimeofday.c: Include <sys/time.h>
6642         rather than gettimeofday.h.
6643
6644 2007-01-17  Bruno Haible  <bruno@clisp.org>
6645
6646         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6647         the license default to GPL.
6648         (func_create_testdir): Don't complain if a module is LGPL and its
6649         tests module depends on GPLed modules.
6650
6651 2007-01-17  Bruno Haible  <bruno@clisp.org>
6652
6653         * lib/gettimeofday.c (gettimeofday): Add code for the case
6654         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6655         maximum possible value for tv->tv_usec, rather than the minimum one.
6656
6657 2005-10-08  Martin Lambers  <marlam@marlam.de>
6658 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6659 2007-01-16  Bruno Haible  <bruno@clisp.org>
6660
6661         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6662         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6663         gl_FUNC_GETTIMEOFDAY.
6664         (Include): Add gettimeofday.h.
6665         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6666         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6667         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6668         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6669         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6670         * lib/gettimeofday.h: New file.
6671         * lib/gettimeofday.c: Include <sys/timeb.h>.
6672         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6673         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6674         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6675         fall back on time().
6676
6677         * tests/test-gettimeofday.c: New file.
6678         * modules/gettimeofday-tests: New file.
6679
6680 2007-01-16  Eric Blake  <ebb9@byu.net>
6681
6682         * modules/fnmatch (Depends-on): Depend on wchar.
6683         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6684         * m4/fnmatch.m4: Likewise.
6685         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6686         * m4/mbchar.m4: Likewise.
6687         * modules/mbswidth (Depends-on): Depend on wchar.
6688         * lib/mbswidth.c: Assume <wchar.h>.
6689         * m4/mbswidth.m4: Likewise.
6690         * modules/quotearg (Depends-on): Depend on wchar.
6691         * lib/quotearg.c: Assume <wchar.h>.
6692         * m4/quotearg.m4: Likewise.
6693         * modules/regex (Depends-on): Depend on wchar.
6694         * lib/regex_internal.h: Assume <wchar.h>.
6695         * m4/regex.m4: Likewise.
6696         * modules/stdint (Depends-on): Depend on wchar.
6697         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6698         * m4/stdint.m4: Likewise.
6699         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6700         * modules/strftime (Depends-on): Depend on wchar.
6701         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6702         * modules/strtol (Depends-on): Depend on wchar.
6703         * lib/strtol.c: Assume <wchar.h>.
6704         * modules/wcwidth (Depends-on): Depend on wchar.
6705         * lib/wcwidth.h: Assume <wchar.h>.
6706         * m4/wcwidth.m4: Likewise.
6707
6708 2007-01-16  Bruno Haible  <bruno@clisp.org>
6709
6710         * modules/csharpexec-script: New, created from...
6711         * modules/csharpexec: ... this.
6712
6713 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6714
6715         * modules/javaexec-script: New, created from...
6716         * modules/javaexec: ... this.
6717
6718 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6719
6720         * modules/poll (Dependencies): Add sys_select.
6721
6722 2007-01-15  Jim Meyering  <jim@meyering.net>
6723
6724         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6725         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6726         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6727         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6728
6729 2007-01-15  Bruno Haible  <bruno@clisp.org>
6730
6731         * modules/striconveh: New file.
6732         * lib/striconveh.h: New file.
6733         * lib/striconveh.c: New file.
6734         * MODULES.html.sh (Internationalization functions): Add striconveh.
6735
6736         * modules/striconveh-tests: New file.
6737         * tests/test-striconveh.c: New file.
6738
6739 2007-01-15  Bruno Haible  <bruno@clisp.org>
6740
6741         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6742         not from GNU libiconv or GNU libc.
6743
6744 2007-01-15  Bruno Haible  <bruno@clisp.org>
6745
6746         * doc/gnulib-intro.texi (Copyright): Explain the different license
6747         terms for module descriptions, autoconf macros, tests, documentation.
6748
6749 2007-01-14  Bruno Haible  <bruno@clisp.org>
6750
6751         * modules/striconv-tests: New file.
6752         * tests/test-striconv.c: New file.
6753
6754 2007-01-14  Bruno Haible  <bruno@clisp.org>
6755
6756         * modules/iconv-tests: New file.
6757         * tests/test-iconv.c: New file.
6758
6759 2007-01-14  Bruno Haible  <bruno@clisp.org>
6760
6761         * gnulib-tool (func_get_license): For test modules, use the license of
6762         the main module.
6763
6764 2007-01-14  Bruno Haible  <bruno@clisp.org>
6765
6766         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6767         if iconv is found to exist.
6768
6769 2007-01-14  Bruno Haible  <bruno@clisp.org>
6770
6771         * modules/c-ctype-tests: New file.
6772         * tests/test-c-ctype.c: New file.
6773
6774 2007-01-14  Bruno Haible  <bruno@clisp.org>
6775
6776         * modules/binary-io-tests: New file.
6777         * tests/test-binary-io.sh: New file.
6778         * tests/test-binary-io.c: New file.
6779
6780 2007-01-14  Bruno Haible  <bruno@clisp.org>
6781
6782         * modules/array-oset-tests: New file.
6783         * tests/test-array_oset.c: New file.
6784
6785 2007-01-14  Bruno Haible  <bruno@clisp.org>
6786
6787         * modules/array-list-tests: New file.
6788         * tests/test-array_list.c: New file.
6789
6790 2007-01-14  Bruno Haible  <bruno@clisp.org>
6791
6792         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6793         and make.
6794         Reported by Simon Josefsson in
6795         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6796
6797 2007-01-14  Bruno Haible  <bruno@clisp.org>
6798
6799         * modules/allocsa-tests: New file.
6800         * tests/test-allocsa.c: New file.
6801
6802 2007-01-14  Bruno Haible  <bruno@clisp.org>
6803
6804         * modules/fchdir (Depends-on): Add absolute-header.
6805         * modules/unistd (Depends-on): Likewise.
6806
6807 2006-12-30  Bruno Haible  <bruno@clisp.org>
6808
6809         * modules/fchdir: New file.
6810         * modules/unistd (Files): Add lib/unistd_.h.
6811         (Makefile.am): Generate unistd.h from unistd_.h.
6812         * lib/fchdir.c: New file.
6813         * lib/dirent_.h: New file.
6814         * lib/unistd_.h: New file.
6815         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6816         * m4/fchdir.m4: New file.
6817         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6818         (gl_HEADER_UNISTD): Invoke it.
6819         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6820         function.
6821         * lib/backupfile.c (opendir, closedir): Undefine.
6822         * lib/chown.c (open, close): Undefine.
6823         * lib/clean-temp.c (open, close): Undefine.
6824         * lib/copy-file.c (open, close): Undefine.
6825         * lib/execute.c (open, close): Undefine.
6826         * lib/fsusage.c (open, close): Undefine.
6827         * lib/gc-gnulib.c (open, close): Undefine.
6828         * lib/getcwd.c (opendir, closedir): Undefine.
6829         * lib/glob.c (opendir, closedir): Undefine.
6830         * lib/javacomp.c (open, close): Undefine.
6831         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6832         * lib/openat-proc.c (open, close): Undefine.
6833         * lib/pagealign_alloc.c (open, close): Undefine.
6834         * lib/pipe.c (open, close): Undefine.
6835         * lib/progreloc.c (open, close): Undefine.
6836         * lib/savedir.c (opendir, closedir): Undefine.
6837         * lib/utime.c (open, close): Undefine.
6838         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6839
6840 2007-01-10  Bruno Haible  <bruno@clisp.org>
6841
6842         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6843
6844 2007-01-12  Eric Blake  <ebb9@byu.net>
6845
6846         Provide a robust <wchar.h>.  Further simplifications are now
6847         possible in other modules, but not included here.
6848         * modules/wchar: New module.
6849         * m4/wchar.m4: New file.
6850         * lib/wchar_.h: Likewise.
6851         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6852         of the new module.
6853         * MODULES.html.sh (Extended multibyte and wide character utilities):
6854         New section.
6855
6856 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6857
6858         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6859         to a reasonable default for memory allocation.
6860         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6861         file system that reports garbage st_size values for symlinks.
6862         Problem reported by Liyang Hu.
6863
6864 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6865
6866         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6867         Emacs .#* auto-save files).
6868
6869 2007-01-11  Bruno Haible  <bruno@clisp.org>
6870
6871         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6872         directory.
6873
6874 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6875
6876         Use @...@ consistently in lib/wctype_.h.
6877         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6878         on it being set to 1 or 0.
6879         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6880         go back to AC_SUBSTing it.
6881         * modules/wctype (Makefile.am): Undo previous change.
6882
6883 2007-01-10  Eric Blake  <ebb9@byu.net>
6884
6885         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6886         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6887         * modules/wctype (Makefile.am): Likewise.
6888         Reported by Chris McGuire.
6889
6890 2007-01-10  Jim Meyering  <jim@meyering.net>
6891
6892         fts.c: a small readability/maintainability improvement
6893         * lib/fts.c (fts_read): Make this code slightly more readable and
6894         maintainable by hoisting the "sp->fts_cur = p" assignments to
6895         immediately follow the statements that set P.  Derived from
6896         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6897
6898 2007-01-10  Eric Blake  <ebb9@byu.net>
6899
6900         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6901         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6902         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6903         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6904         Reported by Chris McGuire.
6905
6906 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6907
6908         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6909         in sed script.
6910
6911 2007-01-09  Bruno Haible  <bruno@clisp.org>
6912
6913         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6914         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6915         variables.
6916         (func_module): Use them.
6917
6918 2007-01-09  Bruno Haible  <bruno@clisp.org>
6919
6920         * modules/unistr/base: New file.
6921         * lib/unistr.h: New file.
6922
6923         * modules/unistr/u8-to-u16: New file.
6924         * lib/unistr/u8-to-u16.c: New file.
6925
6926         * modules/unistr/u8-to-u32: New file.
6927         * lib/unistr/u8-to-u32.c: New file.
6928
6929         * modules/unistr/u16-to-u8: New file.
6930         * lib/unistr/u16-to-u8.c: New file.
6931
6932         * modules/unistr/u16-to-u32: New file.
6933         * lib/unistr/u16-to-u32.c: New file.
6934
6935         * modules/unistr/u32-to-u8: New file.
6936         * lib/unistr/u32-to-u8.c: New file.
6937
6938         * modules/unistr/u32-to-u16: New file.
6939         * lib/unistr/u32-to-u16.c: New file.
6940
6941         * modules/unistr/u8-check: New file.
6942         * modules/unistr/u16-check: New file.
6943         * modules/unistr/u32-check: New file.
6944         * lib/unistr/u8-check.c: New file.
6945         * lib/unistr/u16-check.c: New file.
6946         * lib/unistr/u32-check.c: New file.
6947
6948         * modules/unistr/u8-chr: New file.
6949         * modules/unistr/u16-chr: New file.
6950         * modules/unistr/u32-chr: New file.
6951         * lib/unistr/u8-chr.c: New file.
6952         * lib/unistr/u16-chr.c: New file.
6953         * lib/unistr/u32-chr.c: New file.
6954
6955         * modules/unistr/u8-cmp: New file.
6956         * modules/unistr/u16-cmp: New file.
6957         * modules/unistr/u32-cmp: New file.
6958         * lib/unistr/u8-cmp.c: New file.
6959         * lib/unistr/u16-cmp.c: New file.
6960         * lib/unistr/u32-cmp.c: New file.
6961
6962         * modules/unistr/u8-cpy: New file.
6963         * modules/unistr/u16-cpy: New file.
6964         * modules/unistr/u32-cpy: New file.
6965         * lib/unistr/u8-cpy.c: New file.
6966         * lib/unistr/u16-cpy.c: New file.
6967         * lib/unistr/u32-cpy.c: New file.
6968         * lib/unistr/u-cpy.h: New file.
6969
6970         * modules/unistr/u8-cpy-alloc: New file.
6971         * modules/unistr/u16-cpy-alloc: New file.
6972         * modules/unistr/u32-cpy-alloc: New file.
6973         * lib/unistr/u8-cpy-alloc.c: New file.
6974         * lib/unistr/u16-cpy-alloc.c: New file.
6975         * lib/unistr/u32-cpy-alloc.c: New file.
6976         * lib/unistr/u-cpy-alloc.h: New file.
6977
6978         * modules/unistr/u8-endswith: New file.
6979         * modules/unistr/u16-endswith: New file.
6980         * modules/unistr/u32-endswith: New file.
6981         * lib/unistr/u8-endswith.c: New file.
6982         * lib/unistr/u16-endswith.c: New file.
6983         * lib/unistr/u32-endswith.c: New file.
6984         * lib/unistr/u-endswith.h: New file.
6985
6986         * modules/unistr/u8-mblen: New file.
6987         * modules/unistr/u16-mblen: New file.
6988         * modules/unistr/u32-mblen: New file.
6989         * lib/unistr/u8-mblen.c: New file.
6990         * lib/unistr/u16-mblen.c: New file.
6991         * lib/unistr/u32-mblen.c: New file.
6992
6993         * modules/unistr/u8-mbtouc: New file.
6994         * modules/unistr/u16-mbtouc: New file.
6995         * modules/unistr/u32-mbtouc: New file.
6996         * lib/unistr/u8-mbtouc.c: New file.
6997         * lib/unistr/u16-mbtouc.c: New file.
6998         * lib/unistr/u32-mbtouc.c: New file.
6999
7000         * modules/unistr/u8-mbtouc-safe: New file.
7001         * modules/unistr/u16-mbtouc-safe: New file.
7002         * modules/unistr/u32-mbtouc-safe: New file.
7003         * lib/unistr/u8-mbtouc-safe.c: New file.
7004         * lib/unistr/u16-mbtouc-safe.c: New file.
7005         * lib/unistr/u32-mbtouc-safe.c: New file.
7006
7007         * modules/unistr/u8-move: New file.
7008         * modules/unistr/u16-move: New file.
7009         * modules/unistr/u32-move: New file.
7010         * lib/unistr/u8-move.c: New file.
7011         * lib/unistr/u16-move.c: New file.
7012         * lib/unistr/u32-move.c: New file.
7013         * lib/unistr/u-move.h: New file.
7014
7015         * modules/unistr/u8-next: New file.
7016         * modules/unistr/u16-next: New file.
7017         * modules/unistr/u32-next: New file.
7018         * lib/unistr/u8-next.c: New file.
7019         * lib/unistr/u16-next.c: New file.
7020         * lib/unistr/u32-next.c: New file.
7021
7022         * modules/unistr/u8-prev: New file.
7023         * modules/unistr/u16-prev: New file.
7024         * modules/unistr/u32-prev: New file.
7025         * lib/unistr/u8-prev.c: New file.
7026         * lib/unistr/u16-prev.c: New file.
7027         * lib/unistr/u32-prev.c: New file.
7028
7029         * modules/unistr/u8-set: New file.
7030         * modules/unistr/u16-set: New file.
7031         * modules/unistr/u32-set: New file.
7032         * lib/unistr/u8-set.c: New file.
7033         * lib/unistr/u16-set.c: New file.
7034         * lib/unistr/u32-set.c: New file.
7035         * lib/unistr/u-set.h: New file.
7036
7037         * modules/unistr/u8-startswith: New file.
7038         * modules/unistr/u16-startswith: New file.
7039         * modules/unistr/u32-startswith: New file.
7040         * lib/unistr/u8-startswith.c: New file.
7041         * lib/unistr/u16-startswith.c: New file.
7042         * lib/unistr/u32-startswith.c: New file.
7043         * lib/unistr/u-startswith.h: New file.
7044
7045         * modules/unistr/u8-stpcpy: New file.
7046         * modules/unistr/u16-stpcpy: New file.
7047         * modules/unistr/u32-stpcpy: New file.
7048         * lib/unistr/u8-stpcpy.c: New file.
7049         * lib/unistr/u16-stpcpy.c: New file.
7050         * lib/unistr/u32-stpcpy.c: New file.
7051         * lib/unistr/u-stpcpy.h: New file.
7052
7053         * modules/unistr/u8-stpncpy: New file.
7054         * modules/unistr/u16-stpncpy: New file.
7055         * modules/unistr/u32-stpncpy: New file.
7056         * lib/unistr/u8-stpncpy.c: New file.
7057         * lib/unistr/u16-stpncpy.c: New file.
7058         * lib/unistr/u32-stpncpy.c: New file.
7059         * lib/unistr/u-stpncpy.h: New file.
7060
7061         * modules/unistr/u8-strcat: New file.
7062         * modules/unistr/u16-strcat: New file.
7063         * modules/unistr/u32-strcat: New file.
7064         * lib/unistr/u8-strcat.c: New file.
7065         * lib/unistr/u16-strcat.c: New file.
7066         * lib/unistr/u32-strcat.c: New file.
7067         * lib/unistr/u-strcat.h: New file.
7068
7069         * modules/unistr/u8-strchr: New file.
7070         * modules/unistr/u16-strchr: New file.
7071         * modules/unistr/u32-strchr: New file.
7072         * lib/unistr/u8-strchr.c: New file.
7073         * lib/unistr/u16-strchr.c: New file.
7074         * lib/unistr/u32-strchr.c: New file.
7075
7076         * modules/unistr/u8-strcmp: New file.
7077         * modules/unistr/u16-strcmp: New file.
7078         * modules/unistr/u32-strcmp: New file.
7079         * lib/unistr/u8-strcmp.c: New file.
7080         * lib/unistr/u16-strcmp.c: New file.
7081         * lib/unistr/u32-strcmp.c: New file.
7082
7083         * modules/unistr/u8-strcpy: New file.
7084         * modules/unistr/u16-strcpy: New file.
7085         * modules/unistr/u32-strcpy: New file.
7086         * lib/unistr/u8-strcpy.c: New file.
7087         * lib/unistr/u16-strcpy.c: New file.
7088         * lib/unistr/u32-strcpy.c: New file.
7089         * lib/unistr/u-strcpy.h: New file.
7090
7091         * modules/unistr/u8-strcspn: New file.
7092         * modules/unistr/u16-strcspn: New file.
7093         * modules/unistr/u32-strcspn: New file.
7094         * lib/unistr/u8-strcspn.c: New file.
7095         * lib/unistr/u16-strcspn.c: New file.
7096         * lib/unistr/u32-strcspn.c: New file.
7097         * lib/unistr/u-strcspn.h: New file.
7098
7099         * modules/unistr/u8-strdup: New file.
7100         * modules/unistr/u16-strdup: New file.
7101         * modules/unistr/u32-strdup: New file.
7102         * lib/unistr/u8-strdup.c: New file.
7103         * lib/unistr/u16-strdup.c: New file.
7104         * lib/unistr/u32-strdup.c: New file.
7105         * lib/unistr/u-strdup.h: New file.
7106
7107         * modules/unistr/u8-strlen: New file.
7108         * modules/unistr/u16-strlen: New file.
7109         * modules/unistr/u32-strlen: New file.
7110         * lib/unistr/u8-strlen.c: New file.
7111         * lib/unistr/u16-strlen.c: New file.
7112         * lib/unistr/u32-strlen.c: New file.
7113         * lib/unistr/u-strlen.h: New file.
7114
7115         * modules/unistr/u8-strmblen: New file.
7116         * modules/unistr/u16-strmblen: New file.
7117         * modules/unistr/u32-strmblen: New file.
7118         * lib/unistr/u8-strmblen.c: New file.
7119         * lib/unistr/u16-strmblen.c: New file.
7120         * lib/unistr/u32-strmblen.c: New file.
7121
7122         * modules/unistr/u8-strmbtouc: New file.
7123         * modules/unistr/u16-strmbtouc: New file.
7124         * modules/unistr/u32-strmbtouc: New file.
7125         * lib/unistr/u8-strmbtouc.c: New file.
7126         * lib/unistr/u16-strmbtouc.c: New file.
7127         * lib/unistr/u32-strmbtouc.c: New file.
7128
7129         * modules/unistr/u8-strncat: New file.
7130         * modules/unistr/u16-strncat: New file.
7131         * modules/unistr/u32-strncat: New file.
7132         * lib/unistr/u8-strncat.c: New file.
7133         * lib/unistr/u16-strncat.c: New file.
7134         * lib/unistr/u32-strncat.c: New file.
7135         * lib/unistr/u-strncat.h: New file.
7136
7137         * modules/unistr/u8-strncmp: New file.
7138         * modules/unistr/u16-strncmp: New file.
7139         * modules/unistr/u32-strncmp: New file.
7140         * lib/unistr/u8-strncmp.c: New file.
7141         * lib/unistr/u16-strncmp.c: New file.
7142         * lib/unistr/u32-strncmp.c: New file.
7143
7144         * modules/unistr/u8-strncpy: New file.
7145         * modules/unistr/u16-strncpy: New file.
7146         * modules/unistr/u32-strncpy: New file.
7147         * lib/unistr/u8-strncpy.c: New file.
7148         * lib/unistr/u16-strncpy.c: New file.
7149         * lib/unistr/u32-strncpy.c: New file.
7150         * lib/unistr/u-strncpy.h: New file.
7151
7152         * modules/unistr/u8-strnlen: New file.
7153         * modules/unistr/u16-strnlen: New file.
7154         * modules/unistr/u32-strnlen: New file.
7155         * lib/unistr/u8-strnlen.c: New file.
7156         * lib/unistr/u16-strnlen.c: New file.
7157         * lib/unistr/u32-strnlen.c: New file.
7158         * lib/unistr/u-strnlen.h: New file.
7159
7160         * modules/unistr/u8-strpbrk: New file.
7161         * modules/unistr/u16-strpbrk: New file.
7162         * modules/unistr/u32-strpbrk: New file.
7163         * lib/unistr/u8-strpbrk.c: New file.
7164         * lib/unistr/u16-strpbrk.c: New file.
7165         * lib/unistr/u32-strpbrk.c: New file.
7166         * lib/unistr/u-strpbrk.h: New file.
7167
7168         * modules/unistr/u8-strrchr: New file.
7169         * modules/unistr/u16-strrchr: New file.
7170         * modules/unistr/u32-strrchr: New file.
7171         * lib/unistr/u8-strrchr.c: New file.
7172         * lib/unistr/u16-strrchr.c: New file.
7173         * lib/unistr/u32-strrchr.c: New file.
7174
7175         * modules/unistr/u8-strspn: New file.
7176         * modules/unistr/u16-strspn: New file.
7177         * modules/unistr/u32-strspn: New file.
7178         * lib/unistr/u8-strspn.c: New file.
7179         * lib/unistr/u16-strspn.c: New file.
7180         * lib/unistr/u32-strspn.c: New file.
7181         * lib/unistr/u-strspn.h: New file.
7182
7183         * modules/unistr/u8-strstr: New file.
7184         * modules/unistr/u16-strstr: New file.
7185         * modules/unistr/u32-strstr: New file.
7186         * lib/unistr/u8-strstr.c: New file.
7187         * lib/unistr/u16-strstr.c: New file.
7188         * lib/unistr/u32-strstr.c: New file.
7189         * lib/unistr/u-strstr.h: New file.
7190
7191         * modules/unistr/u8-strtok: New file.
7192         * modules/unistr/u16-strtok: New file.
7193         * modules/unistr/u32-strtok: New file.
7194         * lib/unistr/u8-strtok.c: New file.
7195         * lib/unistr/u16-strtok.c: New file.
7196         * lib/unistr/u32-strtok.c: New file.
7197         * lib/unistr/u-strtok.h: New file.
7198
7199         * modules/unistr/u8-uctomb: New file.
7200         * modules/unistr/u16-uctomb: New file.
7201         * modules/unistr/u32-uctomb: New file.
7202         * lib/unistr/u8-uctomb.c: New file.
7203         * lib/unistr/u16-uctomb.c: New file.
7204         * lib/unistr/u32-uctomb.c: New file.
7205
7206         * MODULES.html.sh (Unicode string functions): Add the new modules.
7207
7208 2007-01-08  Bruno Haible  <bruno@clisp.org>
7209
7210         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7211         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7212         subdirectories.
7213
7214 2007-01-08  Karl Berry  <karl@gnu.org>
7215
7216         * doc/error.texi: mention that main() fns must set program_name
7217         when progname is used.
7218
7219 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7220
7221         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7222         WCTYPE_H is empty, for the benefit of builds from non-distclean
7223         directories.  Problem reported by Eric Blake in
7224         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7225
7226 2007-01-08  Bruno Haible  <bruno@clisp.org>
7227
7228         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7229         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7230         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7231         PROVIDE_CANONICALIZE_FILENAME_MODE.
7232         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7233
7234 2007-01-08  Bruno Haible  <bruno@clisp.org>
7235
7236         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7237         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7238         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7239         * lib/fts.c: Likewise.
7240         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7241
7242 2006-12-25  Bruno Haible  <bruno@clisp.org>
7243
7244         * modules/utf8-ucs4-safe: New file.
7245         * lib/utf8-ucs4-safe.h: New file.
7246         * lib/unistr/utf8-ucs4-safe.c: New file.
7247
7248         * modules/utf16-ucs4-safe: New file.
7249         * lib/utf16-ucs4-safe.h: New file.
7250         * lib/unistr/utf16-ucs4-safe.c: New file.
7251
7252         * MODULES.html.sh (Unicode string functions): Add the new modules.
7253
7254 2007-01-08  Bruno Haible  <bruno@clisp.org>
7255
7256         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7257         (Depends-on): Add unitypes.
7258         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7259         (u8_mbtouc_aux): Move out to separate file.
7260         (u8_mbtouc): Use ucs4_t, uint8_t types.
7261         * lib/unistr/utf8-ucs4.c: New file.
7262
7263         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7264         (Depends-on): Add unitypes.
7265         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7266         (u16_mbtouc_aux): Move out to separate file.
7267         (u16_mbtouc): Use ucs4_t, uint16_t types.
7268         * lib/unistr/utf16-ucs4.c: New file.
7269
7270         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7271         (Depends-on): Add unitypes.
7272         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7273         (u8_uctomb_aux): Move out to separate file.
7274         (u8_uctomb): Use ucs4_t, uint8_t types.
7275         * lib/unistr/ucs4-utf8.c: New file.
7276
7277         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7278         (Depends-on): Add unitypes.
7279         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7280         (u16_uctomb_aux): Move out to separate file.
7281         (u16_uctomb): Use ucs4_t, uint16_t types.
7282         * lib/unistr/ucs4-utf16.c: New file.
7283
7284 2006-12-25  Bruno Haible  <bruno@clisp.org>
7285
7286         * modules/unitypes: New file.
7287         * lib/unitypes.h: New file.
7288         * MODULES.html.sh (func_all_modules): New section "Unicode string
7289         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7290         this section. Add unitypes.
7291
7292 2007-01-08  Bruno Haible  <bruno@clisp.org>
7293
7294         Avoid variable names that conflict with those from libtool.
7295         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7296         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7297         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7298         library_names_spec to acl_library_names_spec, hardcode_* to
7299         acl_hardcode_*.
7300         Reported by Ralf Wildenhues.
7301
7302 2007-01-08  Bruno Haible  <bruno@clisp.org>
7303
7304         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7305         definition.
7306         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7307         definition.
7308         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7309         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7310         definition.
7311         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7312         definition.
7313         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7314         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7315         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7316         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7317         definition.
7318         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7319         definition.
7320         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7321         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7322         GC_USE_<algorithm>.
7323         * lib/gc-libgcrypt.c: Likewise.
7324         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7325         * modules/gc-arctwo (configure.ac): Likewise.
7326         * modules/gc-des (configure.ac): Likewise.
7327         * modules/gc-hmac-md5 (configure.ac): Likewise.
7328         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7329         * modules/gc-md2 (configure.ac): Likewise.
7330         * modules/gc-md4 (configure.ac): Likewise.
7331         * modules/gc-md5 (configure.ac): Likewise.
7332         * modules/gc-random (configure.ac): Likewise.
7333         * modules/gc-rijndael (configure.ac): Likewise.
7334         * modules/gc-sha1 (configure.ac): Likewise.
7335
7336 2007-01-08  Bruno Haible  <bruno@clisp.org>
7337
7338         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7339         macro definition.
7340         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7341         definition.
7342         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7343         definition.
7344         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7345         * modules/fcntl-safer (configure.ac): Likewise.
7346         * modules/fopen-safer (configure.ac): Likewise.
7347         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7348         GNULIB_FWRITEERROR macro definition.
7349
7350 2007-01-08  Bruno Haible  <bruno@clisp.org>
7351
7352         * m4/gnulib-common.m4: New file.
7353         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7354         (func_get_filelist): Add m4/gnulib-common.m4.
7355
7356 2007-01-08  Bruno Haible  <bruno@clisp.org>
7357
7358         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7359         command.
7360
7361 2007-01-08  Jim Meyering  <jim@meyering.net>
7362
7363         Use a more robust test for a "can't happen" condition.
7364         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7365         narrowed the st_size value.  Presuming the "can't happen" condition
7366         is true, that narrowing could conceivably convert an invalid st_size
7367         value into a valid one.  Instead, use a change based on Matthew
7368         Woehlke's original patch.
7369
7370         Slight readability improvement: use an assert-like macro
7371         in place of literal "abort ()" uses.
7372         * lib/fts.c (fts_assert): Define.
7373         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7374         Use this macro instead of a bare 'abort'.
7375
7376 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7377
7378         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7379         simply work around them.
7380         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7381         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7382         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7383         declaring.
7384         Don't bother to define as macros, since the standard doesn't require it.
7385         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7386         longer worry about IRIX 5.3.
7387         (HAVE_WCTYPE_CTMP_BUG): Remove.
7388
7389 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7390
7391         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7392         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7393         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7394         Problems reported by Georg Schwarz for IRIX 5.3.
7395
7396         * gnulib-tool (autoconf_minversion): Take the maximum version number
7397         found, not the minimum.  Problem reported by James Youngman.
7398
7399 2007-01-03  Karl Berry  <karl@gnu.org>
7400
7401         * doc/error.texi: new file, explaining interaction with progname.
7402         * doc/gnulib.texi: include it.  Update copyright.
7403
7404 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7405
7406         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7407         AC_CANONICAL_HOST, to improve autobuild outputs.
7408
7409 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7410             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7411
7412         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7413         sockets, server sockets, and other file descriptors.  Count errors
7414         to compute the return value.  Reorder the code a bit to be easier
7415         to follow.  Don't set event bits that were not requested (except
7416         POLLERR and POLLHUP).
7417
7418 2007-01-01  Bruno Haible  <bruno@clisp.org>
7419
7420         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7421
7422 2007-01-03  Jim Meyering  <jim@meyering.net>
7423
7424         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7425
7426 2007-01-02  Bruno Haible  <bruno@clisp.org>
7427
7428         * modules/settime (Include): Require timespec.h.
7429         * modules/nanosleep (Include): Likewise.
7430
7431 2007-01-01  Bruno Haible  <bruno@clisp.org>
7432
7433         * gnulib-tool (func_emit_copyright_notice): Bump year.
7434         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7435
7436 2007-01-01  Bruno Haible  <bruno@clisp.org>
7437
7438         Improve support for OpenBSD.
7439         * build-aux/config.rpath (libname_spec): Export.
7440         (library_names_spec): New variable. Export.
7441         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7442         library_names_spec from the config.rpath output. Locate shared library
7443         through the name pattern in library_names_spec.
7444
7445 2007-01-01  Eric Blake  <ebb9@byu.net>
7446
7447         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7448
7449 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7450
7451         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7452         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7453         assume the C locale, and avoid an "eval" that could cause trouble.
7454         Problem with SORT reported by Bob Proulx.
7455
7456         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7457         Define.  Trivial patch from Henning Nielsen Lund, originally
7458         sent to bug-grep@gnu.org today.
7459
7460 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7461
7462         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7463         struct stat.  Problem reported by Henning Nielsen Lund.
7464         * lib/acl.c: Include acl.h first, to check interface.  Don't
7465         bother to include sys/types.h and sys/stat.h again.
7466
7467 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7468
7469         Import the following change from libc; problem reported by
7470         Sven Verdoolaege.
7471
7472         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7473
7474         [BZ #1373]
7475         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7476
7477 2006-12-28  Jim Meyering  <jim@meyering.net>
7478
7479         * build-aux/announce-gen: Do not assume that the package
7480         builds any of tar.gz, tar.bz2, and .xdelta files.
7481         Suggestion from Simon Josefsson.
7482
7483 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7484
7485         * modules/announce-gen: New file.
7486
7487 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7488
7489         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7490         handles its gotchas now.
7491         * lib/mbswidth.c: Likewise.
7492         * lib/wcwidth.h: Likewise.
7493         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7494         and iswcntrl; the wctype module does this stuff now.
7495         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7496         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7497         * modules/mbchar (Depends-on): Add wctype.
7498         * modules/mbswidth (Depends-on): Likewise.
7499         * modules/wcwidth (Depends-on): Likewise.
7500
7501 2006-12-27  Eric Blake  <ebb9@byu.net>
7502
7503         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7504         module uses more than what <wctype.h> is required to provide.
7505
7506 2006-12-26  Eric Blake  <ebb9@byu.net>
7507
7508         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7509
7510 2006-12-26  Eric Blake  <ebb9@byu.net>
7511
7512         * modules/absolute-header: New module.
7513         * modules/fcntl (Depends-on): Depend on it.
7514         * modules/inttypes (Depends-on): Likewise.
7515         * modules/stdint (Depends-on): Likewise.
7516         * modules/sys_stat (Depends-on): Likewise.
7517         * modules/wctype (Depends-on): Likewise.
7518         * MODULES.html.sh (Support for building libraries and
7519         executables): Document it.
7520
7521 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7522
7523         * gnulib-tool (SED): Remove, undoing previous change.
7524         The problem was that it broke coreutils on Solaris, because
7525         "sed --posix" leaked into a makefile.
7526         (sed): New alias, if 'alias' and GNU sed.
7527
7528 2006-12-24  Jim Meyering  <jim@meyering.net>
7529
7530         Work around an fchownat bug in glibc-2.4:
7531         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7532         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7533         in spite of the -P option.
7534         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7535         New macros.
7536         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7537         * modules/openat (Files): Add lib/fchownat.c.
7538         * lib/openat.c (fchownat): Don't define here.  Move to...
7539         * lib/fchownat.c: ...this new file.
7540
7541 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7542
7543         Fix bug reported by Bruno Haible in
7544         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7545         where quotearg.c didn't compile on Mac OS X 10.2 because it
7546         lacks <wchar.h> and wint_t.
7547         * lib/wctype_.h (__wctype_wint_t): New type.
7548         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7549         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7550         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7551         Arg is now of type __wctype_wint_t, not wint_t.
7552         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7553         substitute HAVE_WINT_T.
7554         * modules/wctype (Files): Add m4/wint_t.m4.
7555         (wctype.h): Substitute HAVE_WINT_T.
7556
7557 2006-12-23  Bruno Haible  <bruno@clisp.org>
7558
7559         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7560
7561 2006-12-23  Bruno Haible  <bruno@clisp.org>
7562
7563         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7564         S_ISLNK.
7565         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7566         mingw.
7567
7568 2006-12-22  Bruno Haible  <bruno@clisp.org>
7569
7570         * lib/copy-file.c: Include acl.h.
7571         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7572         Close the file descriptors only after being done with copy_acl.
7573         * modules/copy-file (Depends-on): Add acl.
7574
7575 2006-12-22  Bruno Haible  <bruno@clisp.org>
7576
7577         * gnulib-tool (SED): New variable.
7578         Use $SED instead of sed everywhere.
7579
7580 2006-12-22  Bruno Haible  <bruno@clisp.org>
7581
7582         * modules/no-c++: New file.
7583         * m4/no-c++.m4: New file.
7584         * MODULES.html.sh (Support for building libraries and executables):
7585         Add no-c++.
7586
7587 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7588
7589         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7590         Include <limits.h>, and use its INT_MAX to rewrite the
7591         j loop so that it does not overflow 'int'.  Problem reported by
7592         Ralf Wildenhues in
7593         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7594         Play it safe by shifting left by 1 rather than multiplying by 2,
7595         as GCC is less likely to optimize this away when the value
7596         is signed (when it assumes overflow leads to undefined behavior).
7597         Also, don't assume time_t uses two's complement.
7598
7599 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7600
7601         * MODULES.html.sh: New module wctype.
7602         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7603         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7604         <wctype.h>, since the new wctype module should fix this.
7605         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7606         the wctype module should arrange for it.
7607         * lib/regex_internal.h: Likewise.
7608         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7609         since the wctype module should handle this now.
7610         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7611         * modules/fnmatch (Depends-on): Add wctype.
7612         * modules/quotearg (Depends-on): Likewise.
7613         * modules/regex (Depends-on): Likewise.
7614
7615 2006-12-19  Bruno Haible  <bruno@clisp.org>
7616
7617         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7618         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7619
7620 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7621
7622         * modules/savewd (Depends-on): Fix dependency on fcntl.
7623
7624 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7625
7626         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7627         conforms to C99, rather than relying on the user's environment
7628         setting of STDINT_H.
7629
7630 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7631         and Eric Blake  <ebb9@byu.net>
7632
7633         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7634         This is more consistent with the other defines here.
7635         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7636         Port to z/OS.  Problem reported by Paul Gilmartin.
7637         Change local vars to use gl_ prefix rather than ac_.
7638         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7639         with other defines.
7640         * modules/double-slash-root: New module.
7641         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7642         (Depends-on): Add double-slash-root.
7643         * MODULES.html.sh (File system functions): Mention new module.
7644
7645 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7646
7647         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7648         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7649         This is for the benefit of gzip, which doesn't do i18n.
7650
7651 2006-12-12  Jim Meyering  <jim@meyering.net>
7652
7653         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7654         Reported by Andreas Schwab <schwab@suse.de>.
7655
7656 2006-12-12  Bruno Haible  <bruno@clisp.org>
7657
7658         Merge these changes.
7659         2006-09-05  Bruno Haible  <bruno@clisp.org>
7660         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7661         iconv_alloc succeeded.
7662         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7663         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7664         test for " && dest " at the end - dest is always != NULL there. Call
7665         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7666         with 2xNULL arguments, also to flush the state storage. Handle the
7667         IRIX iconv behaviour. Realloc the final result, to throw away unused
7668         memory.
7669
7670 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7673         and fchmodat unconditionally, since glibc 2.4 has them.
7674         Problem reported by Arkadiusz Miskiewicz.
7675
7676 2006-12-10  Bruno Haible  <bruno@clisp.org>
7677
7678         * gnulib-tool (func_import): Show the include files only for those
7679         modules that are copied and specified.
7680         Reported by Karl Berry.
7681
7682 2006-12-08  Jim Meyering  <jim@meyering.net>
7683
7684         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7685         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7686
7687         * build-aux/announce-gen: Add two new options, both optional:
7688         --bootstrap-tools=TOOL_LIST
7689               a comma-separated list of tools, e.g.,
7690               autoconf,automake,bison,gnulib
7691         --gnulib-snapshot-date=DATE
7692               if gnulib is in the bootstrap tool list,
7693               then report this as the snapshot date.
7694               If not specified, use the current date/time.
7695               If you specify a date here, be sure it's UTC.
7696
7697 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7698
7699         * tests/test-argp-2.sh: Fix test to match actual output.
7700         (func_compare): Fix sed script to be portable.
7701
7702 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7703
7704         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7705         workaround for this case.  It is not autoconfigured now; offhand
7706         it's hard to see how to autoconfigure it.
7707
7708 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7709
7710         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7711         a directory that is about to be chowned.  Such a directory's
7712         initial file permissions should permit the owner only and this
7713         should not be changed until after the chown, since the group and
7714         other bits would be incorrect if they granted permission before
7715         the chown.
7716
7717         Fix porting problem for iswctype reported by Georg Schwarz in:
7718         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7719         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7720         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7721         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7722         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7723
7724 2006-12-03  Jim Meyering  <jim@meyering.net>
7725
7726         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7727         p->fts_statp may not yet be defined.
7728         (fts_read): Instead, set it in the caller, once p->fts_statp is
7729         sure to be defined, and corresponds to a top-level directory.
7730         This bug made du -x fail.  Here's the coreutils test case:
7731         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7732         Reported by Mike Frysinger.
7733
7734 2006-12-01  Jim Meyering  <jim@meyering.net>
7735
7736         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7737         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7738         Reported by Simon Josefsson.
7739
7740 2006-11-30  Jim Meyering  <jim@meyering.net>
7741
7742         * m4/warning.m4: Use the all-permissive copyright notice
7743         recommended by RMS (rather than LGPL).
7744         * m4/vararrays.m4: Likewise.
7745         * m4/flexmember.m4: Likewise.
7746
7747 2006-11-29  Bruno Haible  <bruno@clisp.org>
7748
7749         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7750         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7751         using +=.
7752         Reported by Simon Josefsson <simon@josefsson.org>.
7753
7754 2006-11-28  James Youngman <jay@gnu.org>
7755
7756         * README: Advise users that they might find the bug-gnulib@gnu.org
7757         and autotools-announce@gnu.org mailing lists useful.
7758
7759 2006-11-28  Bruno Haible  <bruno@clisp.org>
7760
7761         * m4/ptrdiff_max.m4: Remove file.
7762
7763 2006-11-21  Bruno Haible  <bruno@clisp.org>
7764
7765         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7766         _AC_COMPUTE_INT.
7767         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7768         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7769         _AC_COMPUTE_INT.
7770         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7771         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7772         _AC_COMPUTE_INT.
7773         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7774
7775 2006-11-28  Jim Meyering  <jim@meyering.net>
7776
7777         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7778         warning from "gcc -Wshadow" about shadowing the builtin.
7779
7780 2006-11-27  Bruno Haible  <bruno@clisp.org>
7781
7782         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7783         _AC_COMPUTE_INT.
7784         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7785
7786 2006-11-27  Bruno Haible  <bruno@clisp.org>
7787             Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7790
7791 2006-11-26  Bruno Haible  <bruno@clisp.org>
7792
7793         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7794         noinst_LTLIBRARIES.
7795
7796 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7797             Bruno Haible  <bruno@clisp.org>
7798
7799         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7800         if compiling with "gcc -ansi".
7801
7802 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7803
7804         Fix some incompatibilities with gcc -ansi -pedantic.
7805         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7806         if compiling pedantically with GCC, unless it's C99 or later.
7807         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7808         it mishandles gcc -ansi -pedantic as well.
7809         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7810         if gcc -pedantic.
7811         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7812         initializers for struct if -pedantic, unless it's C99 or later.
7813
7814 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7815
7816         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7817         Don't close an fd more than once. Identical atimes indicate
7818         success, not failure.
7819
7820 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7821
7822         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7823
7824 2006-11-23  Jim Meyering  <jim@meyering.net>
7825
7826         * build-aux/announce-gen: New file.  From coreutils.
7827
7828 2006-11-22  Jim Meyering  <jim@meyering.net>
7829
7830         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7831         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7832         (fts_read): Use a temporary to narrow the overused st_size member
7833         before using it in a switch statement.  Reported by Matthew Woehlke.
7834
7835         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7836         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7837
7838 2006-11-20  Bruno Haible  <bruno@clisp.org>
7839
7840         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7841         changequote instead of pairs of brackets.
7842         Reported by Andreas Schwab <schwab@suse.de>.
7843
7844 2006-11-21  Jim Meyering  <jim@meyering.net>
7845
7846         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7847         so as to remain compatible with older compilers.
7848         Patch from Michael Deutschmann.
7849
7850 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7851
7852         * MODULES.html.sh (File system functions): Add openat.
7853
7854         * lib/openat.h (rpl_fstatat): New macro, if
7855         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7856         (fstatat): Define to rpl_fstatat under the same conditions,
7857         unless COMPILING_FSTATAT.
7858         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7859         seems to have the bug.
7860         * lib/fstatat.c: New file.
7861         * modules/openat (Files): Add it.
7862
7863 2006-11-20  Bruno Haible  <bruno@clisp.org>
7864
7865         * Makefile: New file.
7866
7867 2006-11-20  Jim Meyering  <jim@meyering.net>
7868
7869         The beginnings of syntax-related checks for gnulib.
7870         * lib/Makefile: New file.
7871         * lib/t-idcache: New script.  Ensure that the two halves of
7872         idcache.c stay in sync.
7873
7874         * lib/idcache.c: Adjust comments in user- and group- portions to
7875         be more accurate, and to be consistent with one another.
7876
7877 2006-11-20  Jim Meyering  <jim@meyering.net>
7878
7879         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7880         continue using the flexible array member (thus, this module performs
7881         half as many malloc calls), with the addition that...
7882         (getgroup, getuser): Consistently record a non-match via an empty
7883         "name" string, and map an empty string match to a NULL return value.
7884         * modules/idcache (Depends-on): Re-add flexmember.
7885
7886         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7887         (getuidbyname, getgroup, getgidbyname): Likewise.
7888
7889         Use cleaner syntax: NULL rather than 0.
7890         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7891
7892 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7895         It mishandled the case where the group was missing.
7896         Problem reported by Greg Schafer.
7897         * modules/idcache: Likewise.
7898
7899 2006-11-18  Jim Meyering  <jim@meyering.net>
7900
7901         * check-module (%exempt_header): Add exception for some
7902         conditionally-included headers.
7903
7904         * modules/i-ring (Depends-on): Add verify.
7905         (License): Change to LGPL.
7906
7907 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7908
7909         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7910         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7911         and inttostr.h.  Use snprintf rather than uinttostr, so that
7912         LGPLed code doesn't depend on GPLed.
7913
7914 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7915
7916         * modules/inline (License): Change from GPL to LGPL.
7917
7918 2006-11-17  Jim Meyering  <jim@meyering.net>
7919
7920         * modules/d-type (License): Switch to LGPL.
7921
7922 2006-11-15  Bruno Haible  <bruno@clisp.org>
7923
7924         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7925
7926 2006-11-15  Eric Blake  <ebb9@byu.net>
7927
7928         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7929         the module dependency.
7930
7931 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7932             Bruno Haible  <bruno@clisp.org>
7933
7934         * gnulib-tool (func_create_testdir): Add license consistency check.
7935
7936 2006-11-15  Eric Blake  <ebb9@byu.net>
7937
7938         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7939         random "(cached)" in configure output.
7940
7941 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7942
7943         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7944         test for conforming inttypes.h is both announced and cached.
7945
7946         * MODULES.html.sh (seen_modules, seen_files): New variables.
7947         (func_module): Rewrite to use a few less gnulib-tool and sed
7948         invocations.  Avoid a couple of quadratic algorithms for ...
7949         (missed_modules, missed_files): ... these, with ...
7950         (func_append, func_tmpdir): ... these new functions, from
7951         gnulib-tool.  Analogously, install traps for cleanup.
7952
7953         * tests/test-gc.c (main): Remove unused variables.
7954         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7955
7956 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7957
7958         * modules/inttostr (License): Change to LGPL.
7959
7960 2006-11-14  Eric Blake  <ebb9@byu.net>
7961
7962         * modules/tempname (License): Change to LGPL.
7963
7964 2006-11-14  Eric Blake  <ebb9@byu.net>
7965
7966         * doc/functions.texi (Function Portability): *printf functions on
7967         Cygwin now understand all POSIX size specifiers.
7968
7969 2006-11-14  Bruno Haible  <bruno@clisp.org>
7970
7971         * modules/c-ctype (License): Change to LGPL.
7972
7973 2006-11-12  Bruno Haible  <bruno@clisp.org>
7974
7975         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7976         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
7977         for GNOME libraries, for which the include files are installed in
7978         subdirectories of $prefix/include.
7979
7980 2006-11-12  Bruno Haible  <bruno@clisp.org>
7981
7982         * m4/lib-link.m4: Require at least autoconf-2.54.
7983         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
7984         name to underscores for the --with option.
7985
7986 2006-11-13  Bruno Haible  <bruno@clisp.org>
7987
7988         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
7989         the tests directory.
7990         Reported by Ralf Wildenhues.
7991
7992 2006-11-13  Bruno Haible  <bruno@clisp.org>
7993
7994         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
7995         (func_emit_initmacro_end): Undo the override here.
7996         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
7997         Works around the famous automake error in coreutils.
7998
7999 2006-11-13  Eric Blake  <ebb9@byu.net>
8000
8001         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8002         element, not its node.
8003
8004 2006-11-12  Bruno Haible  <bruno@clisp.org>
8005
8006         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8007         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8008
8009 2006-11-12  Bruno Haible  <bruno@clisp.org>
8010
8011         * gnulib-tool: New option --local-symlink.
8012         (func_usage): Document it.
8013         (lsymbolic): New variable.
8014         (func_import, func_create_testdir): If --symlink was not specified,
8015         test whether --local-symlink was specified and the file comes from
8016         the local_gnulib_dir.
8017
8018 2006-11-12  Bruno Haible  <bruno@clisp.org>
8019
8020         * gnulib-tool (func_ln): New function.
8021         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8022
8023 2006-11-12  Bruno Haible  <bruno@clisp.org>
8024
8025         Finish support for source files in subdirectories.
8026         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8027         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8028         AUTOMAKE_OPTIONS.
8029         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8030
8031 2006-11-12  Bruno Haible  <bruno@clisp.org>
8032
8033         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8034         EXTRA_lib_SOURCES augmentation.
8035         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8036
8037 2006-11-12  Jim Meyering  <jim@meyering.net>
8038
8039         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8040         file descriptors.  This also averts a failure on systems with
8041         native openat support when a traversed directory lacks "x" access.
8042         * lib/fts_.h: Include "i-ring.h"
8043         (struct FTS) [fts_fd_ring]: New member.
8044         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8045         (FCHDIR): Add parentheses.
8046         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8047         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8048         When descending, rather than simply closing the previous
8049         fts_cwd_fd value, push that file descriptor onto the ring.
8050         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8051         (fts_open): Initialize the new fd_ring member.
8052         (fts_close): Clear the ring.
8053         (fts_safe_changedir): When possible, use our new fd_ring to skip
8054         the diropen and fstat and dev/ino comparison that would normally
8055         accompany a virtual `chdir ("..")'.
8056
8057         * modules/fts (Depends-on): Add i-ring.
8058         * modules/i-ring: New module.
8059         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8060         * m4/i-ring.m4: New file.
8061
8062 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8063
8064         * gnulib-tool (func_create_testdir): Fix replacement of
8065         `build-aux' in configure.ac.  Run autotools in gltests
8066         subdirectory.
8067         (func_create_testdir, func_create_megatestdir, test): There is
8068         no need for '--force' in most autotool invocations in a new
8069         tree.  Actually fail the whole test if any of the tools, or the
8070         configure or make stages fail.
8071
8072         Sync from Automake.
8073         * build-aux/gnupload: Revert last change.  Add pointer to upload
8074         instructions of the GNU Maintenance Instructions.
8075         Suggestion by Karl Berry.
8076
8077 2006-11-10  Jim Meyering  <jim@meyering.net>
8078
8079         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8080
8081 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8082
8083         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8084         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8085         (bind_textdomain_codeset) [! ENABLE_NLS]:
8086         Evaluate all the arguments.  That way, callers get compatible behavior
8087         if the arguments have side effects.  Also, it avoids some GCC
8088         diagnostics in some cases; Joel E. Denny reported problems when Bison
8089         was configured with --enable-gcc-warnigs.
8090
8091 2006-11-10  Jim Meyering  <jim@meyering.net>
8092
8093         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8094         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8095         account.
8096
8097 2006-11-10  Jim Meyering  <jim@meyering.net>
8098
8099         * modules/inline: New file/module.
8100         * modules/xalloc (Files): Remove m4/inline.m4.
8101         (Depends-on): Add inline, instead.
8102         * modules/oset: Likewise.
8103         * modules/list: Likewise.
8104
8105 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8106
8107         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8108         Problem reported by Matthew Woehlke.
8109
8110 2006-11-09  Bruno Haible  <bruno@clisp.org>
8111
8112         * lib/tempname.c (gen_tempname): Remove variant that invokes
8113         __gen_tempname.
8114         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8115         __gen_tempname.
8116
8117 2006-11-08  Bruno Haible  <bruno@clisp.org>
8118
8119         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8120         to 'yes' instead of 'cross-compiling'.
8121
8122 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8123
8124         * lib/quotearg.h (quotearg_free): New decl.
8125         * lib/quotearg.c (quotearg_free): New function.
8126         (slot0, nslots, slotvec0, slotvec):
8127         Now file-scope so that quotearg_free can get at them.
8128
8129 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8130
8131         Sync from Automake.
8132         * build-aux/gnupload: Add missing 'gnu' to example URL.
8133         Report by Karl Berry.
8134
8135 2006-11-08  Bruno Haible  <bruno@clisp.org>
8136
8137         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8138         Suggested by Paul Eggert.
8139
8140 2006-11-08  Jim Meyering  <jim@meyering.net>
8141
8142         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8143         It's already included if !_LIBC.
8144         (fts_safe_changedir): Add a comment.
8145
8146 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8147
8148         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8149         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8150         Matthew Woehlke.
8151
8152         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8153         definitions up, to avoid colliding with change below.
8154         (static_inline) [HAVE_INLINE]: New macro.
8155         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8156         Provide extern decls when !HAVE_INLINE.  Do not define unless
8157         static_inline is defined, either by us or by xmalloc.c.  Use
8158         static_inline rather than static inline.
8159         (XCALLOC): Optimize sizeof(T) = 1 case.
8160         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8161
8162 2006-11-07  Bruno Haible  <bruno@clisp.org>
8163
8164         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8165         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8166         AC_C_INLINE.
8167         * modules/xalloc (Files): Add m4/inline.m4.
8168
8169 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8170
8171         * README: Fix typo.
8172         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8173         (Miscellanous Notes): ...from this.
8174
8175 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8178         Mention that offsetof should be used instead of sizeof.
8179         From Bruno Haible.
8180
8181 2006-11-07  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8184
8185 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8186
8187         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8188         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8189         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8190         (gl_tree_add_before, gl_tree_add_after):
8191         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8192         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8193         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8194         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8195         (gl_linked_add_after, gl_linked_add_at): Likewise.
8196         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8197         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8198         (gl_tree_add_before, gl_tree_add_after): Likewise.
8199         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8200         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8201         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8202
8203 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8204
8205         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8206
8207 2006-11-06  Bruno Haible  <bruno@clisp.org>
8208
8209         * m4/inline.m4: New file.
8210         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8211         * modules/list (Files): Add m4/inline.m4.
8212         * modules/oset (Files): Likewise.
8213
8214 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8215
8216         * lib/idcache.c: Include <stddef.h>, for offsetof.
8217         (struct userid.name): Change from char * to a flexible array member.
8218         All uses changed.
8219         * modules/idcache (Depends-on): Add flexmember.
8220
8221         * MODULES.html.sh (Core language properties): New module flexmember.
8222         * modules/flexmember, m4/flexmember.m4: New files.
8223
8224         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8225         inline functions that are identical with the old xnmalloc_inline,
8226         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8227         that we can avoid some unnecessary integer multiplications and
8228         divisions in the common case where the element size is known at
8229         compile time.
8230         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8231         needed.
8232         (xnboundedmalloc): Remove.
8233         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8234         arguments, for consistency with rest of this header.
8235         (xcharalloc): Rewrite using XNMALLOC.
8236         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8237         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8238         versions have been moved to lib/xalloc.h and renamed to be the
8239         non-*_inline versions.
8240         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8241         and xnrealloc functions, since those functions are now inline and
8242         now call us.
8243         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8244         renaming described above.
8245         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8246         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8247         captures the dependency in AC_C_INLINE.
8248
8249         New module canonicalize-lgpl, proposed by Charles Wilson in
8250         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8251         with a few small changes afterwards.
8252         * MODULES.html.sh (File system functions): New module
8253         canonicalize-lgpl.
8254         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8255         and canonicalize_file_name.
8256         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8257         * modules/canonicalize-lgpl: New files.
8258
8259 2006-11-05  Bruno Haible  <bruno@clisp.org>
8260
8261         * gnulib-tool (func_import, func_create_testdir): Create directories
8262         also for files in subdirectories of lib/.
8263
8264 2006-11-05  Bruno Haible  <bruno@clisp.org>
8265
8266         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8267         ANSI C compliant.
8268
8269 2006-11-03  Bruno Haible  <bruno@clisp.org>
8270
8271         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8272         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8273         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8274         (xnboundedmalloc): New inline function.
8275         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8276         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8277         xmalloc.
8278         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8279         xmalloc.
8280         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8281         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8282         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8283         xmalloc.
8284         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8285         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8286         xmalloc.
8287         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8288         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8289         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8290         xmalloc.
8291         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8292         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8293         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8294         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8295         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8296         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8297         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8298
8299 2006-11-03  Bruno Haible  <bruno@clisp.org>
8300
8301         * lib/c-ctype.h [C++]: Define functions without name mangling.
8302         * lib/fwriteerror.h [C++]: Likewise.
8303         * lib/gcd.h [C++]: Likewise.
8304         * lib/linebreak.h [C++]: Likewise.
8305
8306 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8307
8308         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8309         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8310         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8311         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8312         Check for functions and headers just once.
8313         Check for declaration of canonicalize_file_name.
8314         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8315
8316 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8317
8318         * gnulib-tool (func_import): Fix typo in actioncmd.
8319
8320 2006-11-02  Bruno Haible  <bruno@clisp.org>
8321
8322         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8323         newline sequence in the Makefile.am snippet as a space, like "make"
8324         does.
8325         Reported by Roger Persson <perrog@gmail.com>.
8326
8327 2006-11-01  Bruno Haible  <bruno@clisp.org>
8328
8329         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8330         already declared in <string.h>.
8331         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8332
8333 2006-11-01  Bruno Haible  <bruno@clisp.org>
8334
8335         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8336         * lib/strcase.h: Include <string.h>.
8337         (strcasecmp): Define to rpl_strcasecmp here.
8338
8339 2006-11-01  Bruno Haible  <bruno@clisp.org>
8340
8341         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8342
8343 2006-11-01  Eric Blake  <ebb9@byu.net>
8344
8345         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8346
8347         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8348
8349 2006-10-29  Bruno Haible  <bruno@clisp.org>
8350
8351         Make it compile in C++ mode.
8352         * lib/full-write.c (full_rw): Add a cast.
8353
8354 2006-11-01  Bruno Haible  <bruno@clisp.org>
8355
8356         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8357         be POSIX compliant.
8358         Reported by Roger Persson <perrog@gmail.com>.
8359
8360 2006-11-01  Eric Blake  <ebb9@byu.net>
8361
8362         * lib/getopt_.h: Fix comments.
8363
8364 2006-10-31  Eric Blake  <ebb9@byu.net>
8365
8366         * modules/tmpdir (Depends-on): Add sys_stat.
8367         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8368         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8369         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8370         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8371         tempname.
8372
8373 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8374
8375         Avoid some C++ diagnostics reported by Bruno Haible.
8376         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8377         xmalloc.
8378         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8379         (struct slotvec): Move to top level.
8380         (quotearg_n_options): Rewrite to avoid xmalloc.
8381         * lib/xalloc.h (xcharalloc): New function.
8382         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8383         [defined __cplusplus]: Add function template that provides result
8384         type propagation.  This part of the change is from Bruno Haible.
8385
8386 2006-10-29  Bruno Haible  <bruno@clisp.org>
8387
8388         Make it compile in C++ mode.
8389         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8390         * lib/strnlen1.c (strnlen1): Cast memchr result.
8391         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8392         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8393         (create_temp_dir): Rename local variable 'template'.
8394         (compile_csharp_using_sscli): Add cast.
8395         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8396         * lib/findprog.c (find_in_path): Likewise.
8397         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8398         * lib/wait-process.c (register_slave_subprocess): Likewise.
8399
8400 2006-10-22  Bruno Haible  <bruno@clisp.org>
8401
8402         * modules/tsearch: New file.
8403         * lib/tsearch.h: New file.
8404         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8405         * m4/tsearch.m4: New file.
8406         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8407
8408 2006-10-29  Eric Blake  <ebb9@byu.net>
8409
8410         * lib/arcfour.c: Assume config.h.
8411         * lib/arctwo.c: Likewise.
8412         * lib/base64.c: Likewise.
8413         * lib/check-version.c: Likewise.
8414         * lib/crc.c: Likewise.
8415         * lib/des.c: Likewise.
8416         * lib/gc-gnulib.c: Likewise.
8417         * lib/gc-libgcrypt.c: Likewise.
8418         * lib/gc-pbkdf2-sha1.c: Likewise.
8419         * lib/getaddrinfo.c: Likewise.
8420         * lib/getdelim.c: Likewise.
8421         * lib/getline.c: Likewise.
8422         * lib/hmac-md5.c: Likewise.
8423         * lib/hmac-sha1.c: Likewise.
8424         * lib/iconvme.c: Likewise.
8425         * lib/md2.c: Likewise.
8426         * lib/md4.c: Likewise.
8427         * lib/memxor.c: Likewise.
8428         * lib/read-file.c: Likewise.
8429         * lib/readline.c: Likewise.
8430         * lib/rijndael-alg-fst.c: Likewise.
8431         * lib/rijndael-api-fst.c: Likewise.
8432         * lib/xgetdomainname.c: Likewise.
8433
8434 2006-10-28  Eric Blake  <ebb9@byu.net>
8435
8436         * lib/xstrndup.c: Assume config.h.
8437
8438 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8439
8440         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8441         stat-macros.h is now for our own macros, whereas stat_h is for
8442         macros in the <sys/stat.h> name space.
8443         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8444         (STAT_MACROS_H): Remove.
8445         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8446         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8447         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8448         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8449         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8450         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8451         Move these macros to ...
8452         * lib/stat_.h: here.  Don't include stat-macros.h.
8453         * lib/canonicalize.c: Don't include stat-macros.h.
8454         * lib/chown.c: Likewise.
8455         * lib/euidaccess.c: Likewise.
8456         * lib/file-type.c: Likewise.
8457         * lib/filemode.c: Likewise.
8458         * lib/glob.c: Likewise.
8459         * lib/isapipe.c: Likewise.
8460         * lib/lchown.c: Likewise.
8461         * lib/lstat.c: Likewise.
8462         * lib/mkdir-p.c: Likewise.
8463         * lib/rmdir.c: Likewise.
8464         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8465         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8466         unless mkdir isn't declared, to speed up 'configure'.
8467         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8468         would define all the S_* symbols.
8469         * modules/canonicalize (Depends-on):
8470         Depend on sys_stat, not stat-macros.
8471         * modules/chown: Likewise.
8472         * modules/euidaccess: Likewise.
8473         * modules/filemode: Likewise.
8474         * modules/file-type: Likewise.
8475         * modules/glob: Likewise.
8476         * modules/isapipe: Likewise.
8477         * modules/lchown: Likewise.
8478         * modules/lstat: Likewise.
8479         * modules/mkancesdirs: Likewise.
8480         * modules/rmdir: Likewise.
8481         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8482         * modules/modechange: Likewise.
8483         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8484         (configure.ac): Remove gl_STAT_MACROS.
8485         * modules/sys_stat (Depends-on): Remove stat-macros.
8486
8487 2006-10-27  Bruno Haible  <bruno@clisp.org>
8488
8489         * m4/signed.m4: Remove file.
8490         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8491         invocation.
8492         * modules/vasnprintf (Files): Remove m4/signed.m4.
8493
8494 2006-10-27  Bruno Haible  <bruno@clisp.org>
8495
8496         Update to GNU gettext 0.16.
8497         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8498         m4/inttypes-h.m4, m4/signed.m4.
8499         * m4/gettext.m4: Update to GNU gettext 0.16.
8500         * m4/intl.m4: New file, from GNU gettext.
8501         * m4/intldir.m4: New file, from GNU gettext.
8502         * config/srclist.txt: Update
8503
8504 2006-10-27  Eric Blake  <ebb9@byu.net>
8505
8506         * MODULES.html.sh: Document tempname.
8507         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8508         dependencies.
8509         (Files): Move lib/tempname.c...
8510         * modules/tempname: ...to this new module.
8511         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8512         (gl_PREREQ_TEMPNAME): Move...
8513         * m4/tempname.m4: ...to this new file.
8514         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8515         * modules/sys_stat (Depends-on): Add stat-macros.
8516         * lib/stat_.h (includes): Pick up stat macros.
8517         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8518         if stat macros are broken.
8519         * lib/tempname.c (includes): No need to include "stat-macros.h".
8520         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8521         (direxists, __path_search) [!_LIBC]: Don't compile these in
8522         gnulib; the tmpdir module covers that.
8523         * lib/tempname.h: New file.
8524
8525 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8526
8527         * COPYING: Explain how gnulib-tool converts licence headers.
8528         Almost all wording by Eric Blake.
8529
8530 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * lib/mbchar.h (is_basic_table): Make read-only.
8533         * lib/mbchar.c (is_basic_table): Likewise.
8534         Reported by John Darrington.
8535
8536 2006-10-25  Bruno Haible  <bruno@clisp.org>
8537
8538         * lib/progname.h (set_program_name): Undefine before defining.
8539
8540 2006-10-25  Bruno Haible  <bruno@clisp.org>
8541
8542         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8543         false for non-gcc C++ compilers.
8544         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8545
8546 2006-10-24  Bruno Haible  <bruno@clisp.org>
8547
8548         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8549         iconv implementations like Irix iconv.
8550
8551 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8552
8553         * modules/vararrays: New file.
8554         * m4/vararrays.m4: New file, taken from diffutils.
8555         * MODULES.html.sh: New module vararrays.
8556
8557 2006-10-24  Karl Berry  <karl@gnu.org>
8558
8559         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8560         Don't call GNU Unix.
8561
8562 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8563
8564         * users.txt: Add Libtool.
8565
8566         Sync from Libtool:
8567
8568         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8569
8570         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8571         to gnulib's policy of including config.h unconditionally.
8572
8573 2006-10-24  Bruno Haible  <bruno@clisp.org>
8574
8575         * modules/wcwidth (Files): Add m4/wint_t.m4.
8576         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8577         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8578
8579 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8582         to pacify GCC with some -W flags enabled.  Problem reported by
8583         Bruno Haible.
8584
8585 2006-10-24  Jim Meyering  <jim@meyering.net>
8586
8587         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8588         Reported by Karl Berry.
8589
8590 2006-10-23  Bruno Haible  <bruno@clisp.org>
8591
8592         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8593
8594 2006-10-24  Bruno Haible  <bruno@clisp.org>
8595
8596         * lib/gl_list.h: Use C comment style, not C++ comment style.
8597
8598 2006-10-23  Eric Blake  <ebb9@byu.net>
8599
8600         * lib/getaddrinfo.c (includes): Add missing include.
8601
8602 2006-10-23  Bruno Haible  <bruno@clisp.org>
8603             Paul Eggert  <eggert@cs.ucla.edu>
8604
8605         Ability to rename obstack_free.
8606         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8607         obstack_free.
8608         (obstack_free): Invoke the __obstack_free macro.
8609         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8610
8611 2006-10-23  Bruno Haible  <bruno@clisp.org>
8612             Paul Eggert  <eggert@cs.ucla.edu>
8613
8614         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8615         __argc, __argv from the declaration. (They are defined as macros on
8616         mingw.)
8617
8618 2006-10-22  Bruno Haible  <bruno@clisp.org>
8619
8620         * doc/gnulib-intro.texi: New file.
8621         * doc/gnulib.texi: Include it.
8622
8623 2006-10-21  Bruno Haible  <bruno@clisp.org>
8624
8625         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8626         "Introduction", "Miscellanous Notes", "Particular Modules".
8627
8628 2006-10-21  Bruno Haible  <bruno@clisp.org>
8629
8630         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8631         Change mostlyclean-local rule to avoid sh syntax error from bash
8632         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8633
8634 2006-10-23  Jim Meyering  <jim@meyering.net>
8635
8636         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8637         in place of snprintf.
8638
8639         * modules/inttostr (Files): Add lib/uinttostr.c.
8640         * lib/uinttostr.c (inttostr): New file/function.
8641         * lib/inttostr.h (uinttostr): Declare.
8642         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8643         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8644         Add uinttostr.
8645         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8646
8647 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8648
8649         * lib/canonicalize.c (ELOOP): Define if not already defined.
8650         Problem reported by Bruno Haible in
8651         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8652
8653 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8654
8655         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8656         Problem reported by Perry Smith and Ville Laurikari.
8657
8658         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8659         uses.
8660
8661 2006-10-19  Bruno Haible  <bruno@clisp.org>
8662
8663         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8664         for mingw.
8665
8666 2006-10-19  Bruno Haible  <bruno@clisp.org>
8667
8668         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8669         Needed for mingw.
8670
8671 2006-10-19  Bruno Haible  <bruno@clisp.org>
8672
8673         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8674
8675 2006-10-19  Bruno Haible  <bruno@clisp.org>
8676
8677         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8678         it.
8679
8680 2006-10-19  Bruno Haible  <bruno@clisp.org>
8681
8682         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8683         invocation.
8684
8685 2006-10-19  Bruno Haible  <bruno@clisp.org>
8686
8687         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8688         mountlist by default.
8689
8690 2006-10-16  Bruno Haible  <bruno@clisp.org>
8691
8692         * lib/c-strstr.c: Include c-strstr.h.
8693
8694 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8695
8696         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8697         in a slash.
8698
8699 2006-10-18  Bruno Haible  <bruno@clisp.org>
8700
8701         * lib/lock.h [C++]: Wrap definitions in extern "C".
8702
8703 2006-10-18  Bruno Haible  <bruno@clisp.org>
8704
8705         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8706         gl_LIBOBJS list.
8707
8708 2006-10-18  Bruno Haible  <bruno@clisp.org>
8709
8710         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8711
8712 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8713
8714         * lib/xstrtol.h: Include gettext.h.
8715         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8716         Problem reported by Eric Blake.
8717         * modules/xstrtol (Depends-on): Add gettext-h.
8718
8719 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8720
8721         * lib/strftime.c (advance): New macro.
8722         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8723         incomplete type, so you can't add 0 to it.  Problem and patch
8724         reported by Eelco Dolstra for dietlibc.
8725
8726 2006-10-18  Jim Meyering  <jim@meyering.net>
8727
8728         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8729         type for a local, and rename it: s/up/user_proc/.
8730
8731 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8732
8733         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8734         READ_UTMP_USER_PROCESS.
8735         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8736
8737 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8738
8739         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8740         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8741
8742 2006-10-17  Eric Blake  <ebb9@byu.net>
8743
8744         * lib/sigprocmask.c (sigprocmask): Fix typo.
8745
8746         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8747
8748         * modules/clean-temp (Makefile.am): Don't add to make output...
8749         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8750         config.h.
8751
8752 2006-10-17  Bruno Haible  <bruno@clisp.org>
8753
8754         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8755         differently if DEFAULT_TEXT_DOMAIN is set.
8756
8757 2006-10-16  Bruno Haible  <bruno@clisp.org>
8758
8759         * lib/clean-temp.c: Include fwriteerror.h.
8760
8761 2006-10-16  Bruno Haible  <bruno@clisp.org>
8762
8763         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8764
8765 2006-10-16  Bruno Haible  <bruno@clisp.org>
8766
8767         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8768         * lib/sigprocmask.h: Include <sys/types.h>.
8769         (sigset_t): Use the system's definition if present.
8770
8771 2006-10-17  Eric Blake  <ebb9@byu.net>
8772
8773         * lib/xvasprintf.c (includes): Assume config.h.
8774         * lib/xasprintf.c (includes): Likewise.
8775
8776 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8777
8778         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8779         at least as wide as intmax_t.
8780
8781 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8782
8783         (Imported from Automake.)
8784         * build-aux/gnupload: Update to version 1.1 of directive file.
8785
8786 2006-10-16  Eric Blake  <ebb9@byu.net>
8787
8788         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8789         match Automake 1.10a.
8790
8791 2006-10-14  Bruno Haible  <bruno@clisp.org>
8792
8793         * modules/sigprocmask: New file.
8794         * lib/sigprocmask.h: New file.
8795         * lib/sigprocmask.c: New file.
8796         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8797         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8798         request sigprocmask.o.
8799         (gl_PREREQ_SIGPROCMASK): New macro.
8800         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8801         (Depends-on): Add sigprocmask.
8802         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8803         gt_SIGNALBLOCKING. Test for 'raise' only once.
8804         * lib/fatal-signal.c: Include sigprocmask.h.
8805         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8806         unblock_fatal_signals): Define always.
8807         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8808         sigprocmask.
8809
8810 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8811
8812         Sync from Automake.
8813         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8814         which incorrectly sets the mode of an existing destination
8815         directory.  In some cases the unpatched install-sh could do the
8816         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8817         system.  We hope this is rare in practice, but it's clearly worth
8818         fixing.  Problem reported by Alex Unleashed in
8819         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8820         Also, don't bother to check for -m bugs unless we're using -m;
8821         suggested by Stepan Kasal.
8822
8823 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8824
8825         Sync from Automake.
8826         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8827         `-c' flag, so they appear at the same position as in %FASTDEP%
8828         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8829         which ignores unknown options only after the first non-option.
8830         Bug report against M4 by Nelson H. F. Beebe.
8831
8832 2006-10-13  Jim Meyering  <jim@meyering.net>
8833
8834         Fix a bug in yesterday's change.
8835         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8836         p->fts_statp->st_dev would be used uninitialized.
8837         Ensures that we always call fts_stat on the very first entry.
8838         Miklos Szeredi reported that find -xdev stopped working.
8839
8840 2006-10-12  Bruno Haible  <bruno@clisp.org>
8841
8842         * gnulib-tool (func_get_automake_snippet): Append an automatically
8843         computed EXTRA_DIST augmentation.
8844         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8845         * modules/alloca-opt (Makefile.am): Likewise.
8846         * modules/allocsa (Makefile.am): Likewise.
8847         * modules/arcfour (Makefile.am): Likewise.
8848         * modules/arctwo (Makefile.am): Likewise.
8849         * modules/argmatch (Makefile.am): Likewise.
8850         * modules/argz (Makefile.am): Likewise.
8851         * modules/atexit (Makefile.am): Likewise.
8852         * modules/backupfile (Makefile.am): Likewise.
8853         * modules/byteswap (Makefile.am): Likewise.
8854         * modules/c-strtod (Makefile.am): Likewise.
8855         * modules/c-strtold (Makefile.am): Likewise.
8856         * modules/calloc (Makefile.am): Likewise.
8857         * modules/canon-host (Makefile.am): Likewise.
8858         * modules/canonicalize (Makefile.am): Likewise.
8859         * modules/chdir-long (Makefile.am): Likewise.
8860         * modules/chdir-safer (Makefile.am): Likewise.
8861         * modules/check-version (Makefile.am): Likewise.
8862         * modules/chown (Makefile.am): Likewise.
8863         * modules/cloexec (Makefile.am): Likewise.
8864         * modules/close-stream (Makefile.am): Likewise.
8865         * modules/closeout (Makefile.am): Likewise.
8866         * modules/crc (Makefile.am): Likewise.
8867         * modules/csharpexec (Makefile.am): Likewise.
8868         * modules/cycle-check (Makefile.am): Likewise.
8869         * modules/des (Makefile.am): Likewise.
8870         * modules/dev-ino (Makefile.am): Likewise.
8871         * modules/dirfd (Makefile.am): Likewise.
8872         * modules/dirname (Makefile.am): Likewise.
8873         * modules/dup2 (Makefile.am): Likewise.
8874         * modules/eealloc (Makefile.am): Likewise.
8875         * modules/error (Makefile.am): Likewise.
8876         * modules/euidaccess (Makefile.am): Likewise.
8877         * modules/exclude (Makefile.am): Likewise.
8878         * modules/exitfail (Makefile.am): Likewise.
8879         * modules/fcntl-safer (Makefile.am): Likewise.
8880         * modules/fcntl (Makefile.am): Likewise.
8881         * modules/file-type (Makefile.am): Likewise.
8882         * modules/fileblocks (Makefile.am): Likewise.
8883         * modules/filemode (Makefile.am): Likewise.
8884         * modules/filenamecat (Makefile.am): Likewise.
8885         * modules/fnmatch (Makefile.am): Likewise.
8886         * modules/fopen-safer (Makefile.am): Likewise.
8887         * modules/fpending (Makefile.am): Likewise.
8888         * modules/fprintftime (Makefile.am): Likewise.
8889         * modules/free (Makefile.am): Likewise.
8890         * modules/fsusage (Makefile.am): Likewise.
8891         * modules/ftruncate (Makefile.am): Likewise.
8892         * modules/fts (Makefile.am): Likewise.
8893         * modules/gc-arcfour (Makefile.am): Likewise.
8894         * modules/gc-des (Makefile.am): Likewise.
8895         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8896         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8897         * modules/gc-md4 (Makefile.am): Likewise.
8898         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8899         * modules/gc-sha1 (Makefile.am): Likewise.
8900         * modules/gc (Makefile.am): Likewise.
8901         * modules/getaddrinfo (Makefile.am): Likewise.
8902         * modules/getcwd (Makefile.am): Likewise.
8903         * modules/getdelim (Makefile.am): Likewise.
8904         * modules/getdomainname (Makefile.am): Likewise.
8905         * modules/getgroups (Makefile.am): Likewise.
8906         * modules/gethostname (Makefile.am): Likewise.
8907         * modules/gethrxtime (Makefile.am): Likewise.
8908         * modules/getline (Makefile.am): Likewise.
8909         * modules/getloadavg (Makefile.am): Likewise.
8910         * modules/getlogin_r (Makefile.am): Likewise.
8911         * modules/getndelim2 (Makefile.am): Likewise.
8912         * modules/getopt (Makefile.am): Likewise.
8913         * modules/getpagesize (Makefile.am): Likewise.
8914         * modules/getpass-gnu (Makefile.am): Likewise.
8915         * modules/getpass (Makefile.am): Likewise.
8916         * modules/getsubopt (Makefile.am): Likewise.
8917         * modules/gettime (Makefile.am): Likewise.
8918         * modules/gettimeofday (Makefile.am): Likewise.
8919         * modules/getugroups (Makefile.am): Likewise.
8920         * modules/getusershell (Makefile.am): Likewise.
8921         * modules/glob (Makefile.am): Likewise.
8922         * modules/group-member (Makefile.am): Likewise.
8923         * modules/hard-locale (Makefile.am): Likewise.
8924         * modules/hash (Makefile.am): Likewise.
8925         * modules/hmac-md5 (Makefile.am): Likewise.
8926         * modules/hmac-sha1 (Makefile.am): Likewise.
8927         * modules/human (Makefile.am): Likewise.
8928         * modules/idcache (Makefile.am): Likewise.
8929         * modules/imaxabs (Makefile.am): Likewise.
8930         * modules/imaxdiv (Makefile.am): Likewise.
8931         * modules/inet_ntop (Makefile.am): Likewise.
8932         * modules/inet_pton (Makefile.am): Likewise.
8933         * modules/intprops (Makefile.am): Likewise.
8934         * modules/inttostr (Makefile.am): Likewise.
8935         * modules/inttypes (Makefile.am): Likewise.
8936         * modules/isapipe (Makefile.am): Likewise.
8937         * modules/javaversion (Makefile.am): Likewise.
8938         * modules/lchmod (Makefile.am): Likewise.
8939         * modules/lchown (Makefile.am): Likewise.
8940         * modules/localcharset (Makefile.am): Likewise.
8941         * modules/long-options (Makefile.am): Likewise.
8942         * modules/lstat (Makefile.am): Likewise.
8943         * modules/malloc (Makefile.am): Likewise.
8944         * modules/mathl (Makefile.am): Likewise.
8945         * modules/mbchar (Makefile.am): Likewise.
8946         * modules/md2 (Makefile.am): Likewise.
8947         * modules/md4 (Makefile.am): Likewise.
8948         * modules/md5 (Makefile.am): Likewise.
8949         * modules/memcasecmp (Makefile.am): Likewise.
8950         * modules/memchr (Makefile.am): Likewise.
8951         * modules/memcmp (Makefile.am): Likewise.
8952         * modules/memcoll (Makefile.am): Likewise.
8953         * modules/memcpy (Makefile.am): Likewise.
8954         * modules/memmem (Makefile.am): Likewise.
8955         * modules/memmove (Makefile.am): Likewise.
8956         * modules/mempcpy (Makefile.am): Likewise.
8957         * modules/memrchr (Makefile.am): Likewise.
8958         * modules/memset (Makefile.am): Likewise.
8959         * modules/memxor (Makefile.am): Likewise.
8960         * modules/mkancesdirs (Makefile.am): Likewise.
8961         * modules/mkdir-p (Makefile.am): Likewise.
8962         * modules/mkdir (Makefile.am): Likewise.
8963         * modules/mkdtemp (Makefile.am): Likewise.
8964         * modules/mkstemp (Makefile.am): Likewise.
8965         * modules/mktime (Makefile.am): Likewise.
8966         * modules/modechange (Makefile.am): Likewise.
8967         * modules/mountlist (Makefile.am): Likewise.
8968         * modules/nanosleep (Makefile.am): Likewise.
8969         * modules/obstack (Makefile.am): Likewise.
8970         * modules/openat (Makefile.am): Likewise.
8971         * modules/pagealign_alloc (Makefile.am): Likewise.
8972         * modules/pathmax (Makefile.am): Likewise.
8973         * modules/physmem (Makefile.am): Likewise.
8974         * modules/poll (Makefile.am): Likewise.
8975         * modules/posixtm (Makefile.am): Likewise.
8976         * modules/posixver (Makefile.am): Likewise.
8977         * modules/putenv (Makefile.am): Likewise.
8978         * modules/quote (Makefile.am): Likewise.
8979         * modules/quotearg (Makefile.am): Likewise.
8980         * modules/raise (Makefile.am): Likewise.
8981         * modules/read-file (Makefile.am): Likewise.
8982         * modules/readline (Makefile.am): Likewise.
8983         * modules/readlink (Makefile.am): Likewise.
8984         * modules/readtokens (Makefile.am): Likewise.
8985         * modules/readutmp (Makefile.am): Likewise.
8986         * modules/realloc (Makefile.am): Likewise.
8987         * modules/regex (Makefile.am): Likewise.
8988         * modules/rename-dest-slash (Makefile.am): Likewise.
8989         * modules/rename (Makefile.am): Likewise.
8990         * modules/rijndael (Makefile.am): Likewise.
8991         * modules/rmdir (Makefile.am): Likewise.
8992         * modules/rpmatch (Makefile.am): Likewise.
8993         * modules/safe-read (Makefile.am): Likewise.
8994         * modules/safe-write (Makefile.am): Likewise.
8995         * modules/same-inode (Makefile.am): Likewise.
8996         * modules/same (Makefile.am): Likewise.
8997         * modules/save-cwd (Makefile.am): Likewise.
8998         * modules/savedir (Makefile.am): Likewise.
8999         * modules/setenv (Makefile.am): Likewise.
9000         * modules/settime (Makefile.am): Likewise.
9001         * modules/sha1 (Makefile.am): Likewise.
9002         * modules/sig2str (Makefile.am): Likewise.
9003         * modules/snprintf (Makefile.am): Likewise.
9004         * modules/stat-macros (Makefile.am): Likewise.
9005         * modules/stat-time (Makefile.am): Likewise.
9006         * modules/stdbool (Makefile.am): Likewise.
9007         * modules/stdint (Makefile.am): Likewise.
9008         * modules/stdlib-safer (Makefile.am): Likewise.
9009         * modules/stpcpy (Makefile.am): Likewise.
9010         * modules/stpncpy (Makefile.am): Likewise.
9011         * modules/strcase (Makefile.am): Likewise.
9012         * modules/strcasestr (Makefile.am): Likewise.
9013         * modules/strchrnul (Makefile.am): Likewise.
9014         * modules/strcspn (Makefile.am): Likewise.
9015         * modules/strdup (Makefile.am): Likewise.
9016         * modules/strerror (Makefile.am): Likewise.
9017         * modules/strftime (Makefile.am): Likewise.
9018         * modules/strndup (Makefile.am): Likewise.
9019         * modules/strnlen (Makefile.am): Likewise.
9020         * modules/strpbrk (Makefile.am): Likewise.
9021         * modules/strsep (Makefile.am): Likewise.
9022         * modules/strstr (Makefile.am): Likewise.
9023         * modules/strtod (Makefile.am): Likewise.
9024         * modules/strtoimax (Makefile.am): Likewise.
9025         * modules/strtok_r (Makefile.am): Likewise.
9026         * modules/strtol (Makefile.am): Likewise.
9027         * modules/strtoll (Makefile.am): Likewise.
9028         * modules/strtoul (Makefile.am): Likewise.
9029         * modules/strtoull (Makefile.am): Likewise.
9030         * modules/strtoumax (Makefile.am): Likewise.
9031         * modules/strverscmp (Makefile.am): Likewise.
9032         * modules/sys_socket (Makefile.am): Likewise.
9033         * modules/sys_stat (Makefile.am): Likewise.
9034         * modules/sysexits (Makefile.am): Likewise.
9035         * modules/time_r (Makefile.am): Likewise.
9036         * modules/timegm (Makefile.am): Likewise.
9037         * modules/timespec (Makefile.am): Likewise.
9038         * modules/tmpfile-safer (Makefile.am): Likewise.
9039         * modules/trim (Makefile.am): Likewise.
9040         * modules/unistd-safer (Makefile.am): Likewise.
9041         * modules/unlinkdir (Makefile.am): Likewise.
9042         * modules/unlocked-io (Makefile.am): Likewise.
9043         * modules/userspec (Makefile.am): Likewise.
9044         * modules/utime (Makefile.am): Likewise.
9045         * modules/utimecmp (Makefile.am): Likewise.
9046         * modules/utimens (Makefile.am): Likewise.
9047         * modules/vasnprintf (Makefile.am): Likewise.
9048         * modules/vasprintf (Makefile.am): Likewise.
9049         * modules/vsnprintf (Makefile.am): Likewise.
9050         * modules/xalloc (Makefile.am): Likewise.
9051         * modules/xgetcwd (Makefile.am): Likewise.
9052         * modules/xnanosleep (Makefile.am): Likewise.
9053         * modules/xreadlink (Makefile.am): Likewise.
9054         * modules/xstrtod (Makefile.am): Likewise.
9055         * modules/xstrtol (Makefile.am): Likewise.
9056         * modules/xstrtold (Makefile.am): Likewise.
9057         * modules/yesno (Makefile.am): Likewise.
9058         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9059
9060 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         * modules/error (Makefile.am): Distribute files through
9063         EXTRA_DIST, not lib_SOURCES.
9064
9065 2006-10-12  Eric Blake  <ebb9@byu.net>
9066
9067         * modules/error (Makefile.am): Distribute files in /lib.
9068         * modules/obstack (Makefile.am): Likewise.
9069
9070 2006-10-12  Bruno Haible  <bruno@clisp.org>
9071
9072         * modules/acl (Makefile.am): Distribute all files in lib/ through
9073         EXTRA_DIST.
9074         * modules/arcfour (Makefile.am): Likewise.
9075         * modules/arctwo (Makefile.am): Likewise.
9076         * modules/argmatch (Makefile.am): Likewise.
9077         * modules/argz (Makefile.am): Likewise.
9078         * modules/atexit (Makefile.am): Likewise.
9079         * modules/backupfile (Makefile.am): Likewise.
9080         * modules/c-strtod (Makefile.am): Likewise.
9081         * modules/c-strtold (Makefile.am): Likewise.
9082         * modules/calloc (Makefile.am): Likewise.
9083         * modules/canon-host (Makefile.am): Likewise.
9084         * modules/canonicalize (Makefile.am): Likewise.
9085         * modules/chdir-long (Makefile.am): Likewise.
9086         * modules/chdir-safer (Makefile.am): Likewise.
9087         * modules/check-version (Makefile.am): Likewise.
9088         * modules/chown (Makefile.am): Likewise.
9089         * modules/cloexec (Makefile.am): Likewise.
9090         * modules/close-stream (Makefile.am): Likewise.
9091         * modules/closeout (Makefile.am): Likewise.
9092         * modules/crc (Makefile.am): Likewise.
9093         * modules/cycle-check (Makefile.am): Likewise.
9094         * modules/des (Makefile.am): Likewise.
9095         * modules/dirfd (Makefile.am): Likewise.
9096         * modules/dirname (Makefile.am): Likewise.
9097         * modules/dup2 (Makefile.am): Likewise.
9098         * modules/euidaccess (Makefile.am): Likewise.
9099         * modules/exclude (Makefile.am): Likewise.
9100         * modules/exitfail (Makefile.am): Likewise.
9101         * modules/fcntl-safer (Makefile.am): Likewise.
9102         * modules/file-type (Makefile.am): Likewise.
9103         * modules/fileblocks (Makefile.am): Likewise.
9104         * modules/filemode (Makefile.am): Likewise.
9105         * modules/filenamecat (Makefile.am): Likewise.
9106         * modules/fnmatch (Makefile.am): Likewise.
9107         * modules/fopen-safer (Makefile.am): Likewise.
9108         * modules/fpending (Makefile.am): Likewise.
9109         * modules/fprintftime (Makefile.am): Likewise.
9110         * modules/free (Makefile.am): Likewise.
9111         * modules/fsusage (Makefile.am): Likewise.
9112         * modules/ftruncate (Makefile.am): Likewise.
9113         * modules/fts (Makefile.am): Likewise.
9114         * modules/gc (Makefile.am): Likewise.
9115         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9116         * modules/getaddrinfo (Makefile.am): Likewise.
9117         * modules/getcwd (Makefile.am): Likewise.
9118         * modules/getdelim (Makefile.am): Likewise.
9119         * modules/getdomainname (Makefile.am): Likewise.
9120         * modules/getgroups (Makefile.am): Likewise.
9121         * modules/gethostname (Makefile.am): Likewise.
9122         * modules/gethrxtime (Makefile.am): Likewise.
9123         * modules/getline (Makefile.am): Likewise.
9124         * modules/getloadavg (Makefile.am): Likewise.
9125         * modules/getlogin_r (Makefile.am): Likewise.
9126         * modules/getopt (Makefile.am): Likewise.
9127         * modules/getpass (Makefile.am): Likewise.
9128         * modules/getpass-gnu (Makefile.am): Likewise.
9129         * modules/getsubopt (Makefile.am): Likewise.
9130         * modules/gettime (Makefile.am): Likewise.
9131         * modules/gettimeofday (Makefile.am): Likewise.
9132         * modules/getugroups (Makefile.am): Likewise.
9133         * modules/getusershell (Makefile.am): Likewise.
9134         * modules/glob (Makefile.am): Likewise.
9135         * modules/group-member (Makefile.am): Likewise.
9136         * modules/hard-locale (Makefile.am): Likewise.
9137         * modules/hash (Makefile.am): Likewise.
9138         * modules/hmac-md5 (Makefile.am): Likewise.
9139         * modules/hmac-sha1 (Makefile.am): Likewise.
9140         * modules/human (Makefile.am): Likewise.
9141         * modules/idcache (Makefile.am): Likewise.
9142         * modules/imaxabs (Makefile.am): Likewise.
9143         * modules/imaxdiv (Makefile.am): Likewise.
9144         * modules/inet_ntop (Makefile.am): Likewise.
9145         * modules/inet_pton (Makefile.am): Likewise.
9146         * modules/inttostr (Makefile.am): Likewise.
9147         * modules/isapipe (Makefile.am): Likewise.
9148         * modules/lchown (Makefile.am): Likewise.
9149         * modules/long-options (Makefile.am): Likewise.
9150         * modules/lstat (Makefile.am): Likewise.
9151         * modules/malloc (Makefile.am): Likewise.
9152         * modules/mathl (Makefile.am): Likewise.
9153         * modules/mbchar (Makefile.am): Likewise.
9154         * modules/md2 (Makefile.am): Likewise.
9155         * modules/md4 (Makefile.am): Likewise.
9156         * modules/md5 (Makefile.am): Likewise.
9157         * modules/memcasecmp (Makefile.am): Likewise.
9158         * modules/memchr (Makefile.am): Likewise.
9159         * modules/memcmp (Makefile.am): Likewise.
9160         * modules/memcoll (Makefile.am): Likewise.
9161         * modules/memcpy (Makefile.am): Likewise.
9162         * modules/memmem (Makefile.am): Likewise.
9163         * modules/memmove (Makefile.am): Likewise.
9164         * modules/mempcpy (Makefile.am): Likewise.
9165         * modules/memrchr (Makefile.am): Likewise.
9166         * modules/memset (Makefile.am): Likewise.
9167         * modules/memxor (Makefile.am): Likewise.
9168         * modules/mkancesdirs (Makefile.am): Likewise.
9169         * modules/mkdir (Makefile.am): Likewise.
9170         * modules/mkdir-p (Makefile.am): Likewise.
9171         * modules/mkdtemp (Makefile.am): Likewise.
9172         * modules/mkstemp (Makefile.am): Likewise.
9173         * modules/mktime (Makefile.am): Likewise.
9174         * modules/modechange (Makefile.am): Likewise.
9175         * modules/mountlist (Makefile.am): Likewise.
9176         * modules/nanosleep (Makefile.am): Likewise.
9177         * modules/openat (Makefile.am): Likewise.
9178         * modules/pagealign_alloc (Makefile.am): Likewise.
9179         * modules/physmem (Makefile.am): Likewise.
9180         * modules/poll (Makefile.am): Likewise.
9181         * modules/posixtm (Makefile.am): Likewise.
9182         * modules/posixver (Makefile.am): Likewise.
9183         * modules/putenv (Makefile.am): Likewise.
9184         * modules/quote (Makefile.am): Likewise.
9185         * modules/quotearg (Makefile.am): Likewise.
9186         * modules/raise (Makefile.am): Likewise.
9187         * modules/read-file (Makefile.am): Likewise.
9188         * modules/readline (Makefile.am): Likewise.
9189         * modules/readlink (Makefile.am): Likewise.
9190         * modules/readtokens (Makefile.am): Likewise.
9191         * modules/readutmp (Makefile.am): Likewise.
9192         * modules/realloc (Makefile.am): Likewise.
9193         * modules/regex (Makefile.am): Likewise.
9194         * modules/rename (Makefile.am): Likewise.
9195         * modules/rename-dest-slash (Makefile.am): Likewise.
9196         * modules/rijndael (Makefile.am): Likewise.
9197         * modules/rmdir (Makefile.am): Likewise.
9198         * modules/rpmatch (Makefile.am): Likewise.
9199         * modules/safe-read (Makefile.am): Likewise.
9200         * modules/safe-write (Makefile.am): Likewise.
9201         * modules/same (Makefile.am): Likewise.
9202         * modules/save-cwd (Makefile.am): Likewise.
9203         * modules/savedir (Makefile.am): Likewise.
9204         * modules/setenv (Makefile.am): Likewise.
9205         * modules/settime (Makefile.am): Likewise.
9206         * modules/sha1 (Makefile.am): Likewise.
9207         * modules/sig2str (Makefile.am): Likewise.
9208         * modules/snprintf (Makefile.am): Likewise.
9209         * modules/stdlib-safer (Makefile.am): Likewise.
9210         * modules/stpcpy (Makefile.am): Likewise.
9211         * modules/stpncpy (Makefile.am): Likewise.
9212         * modules/strcase (Makefile.am): Likewise.
9213         * modules/strcasestr (Makefile.am): Likewise.
9214         * modules/strchrnul (Makefile.am): Likewise.
9215         * modules/strcspn (Makefile.am): Likewise.
9216         * modules/strdup (Makefile.am): Likewise.
9217         * modules/strerror (Makefile.am): Likewise.
9218         * modules/strftime (Makefile.am): Likewise.
9219         * modules/strndup (Makefile.am): Likewise.
9220         * modules/strnlen (Makefile.am): Likewise.
9221         * modules/strpbrk (Makefile.am): Likewise.
9222         * modules/strsep (Makefile.am): Likewise.
9223         * modules/strstr (Makefile.am): Likewise.
9224         * modules/strtod (Makefile.am): Likewise.
9225         * modules/strtoimax (Makefile.am): Likewise.
9226         * modules/strtok_r (Makefile.am): Likewise.
9227         * modules/strtol (Makefile.am): Likewise.
9228         * modules/strtoll (Makefile.am): Likewise.
9229         * modules/strtoul (Makefile.am): Likewise.
9230         * modules/strtoull (Makefile.am): Likewise.
9231         * modules/strtoumax (Makefile.am): Likewise.
9232         * modules/strverscmp (Makefile.am): Likewise.
9233         * modules/time_r (Makefile.am): Likewise.
9234         * modules/timegm (Makefile.am): Likewise.
9235         * modules/tmpfile-safer (Makefile.am): Likewise.
9236         * modules/unistd-safer (Makefile.am): Likewise.
9237         * modules/unlinkdir (Makefile.am): Likewise.
9238         * modules/userspec (Makefile.am): Likewise.
9239         * modules/utime (Makefile.am): Likewise.
9240         * modules/utimecmp (Makefile.am): Likewise.
9241         * modules/utimens (Makefile.am): Likewise.
9242         * modules/vasnprintf (Makefile.am): Likewise.
9243         * modules/vasprintf (Makefile.am): Likewise.
9244         * modules/vsnprintf (Makefile.am): Likewise.
9245         * modules/xalloc (Makefile.am): Likewise.
9246         * modules/xgetcwd (Makefile.am): Likewise.
9247         * modules/xnanosleep (Makefile.am): Likewise.
9248         * modules/xreadlink (Makefile.am): Likewise.
9249         * modules/xstrtod (Makefile.am): Likewise.
9250         * modules/xstrtol (Makefile.am): Likewise.
9251         * modules/xstrtold (Makefile.am): Likewise.
9252         * modules/yesno (Makefile.am): Likewise.
9253
9254 2006-10-12  Jim Meyering  <jim@meyering.net>
9255
9256         * m4/getloadavg.m4: Revert the change below.
9257
9258         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9259         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9260         fail with a symlink, which is what coreutils' ./bootstrap now
9261         creates by default.
9262
9263 2006-10-12  Bruno Haible  <bruno@clisp.org>
9264
9265         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9266         mingw.
9267         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9268         MSVC and mingw explicitly.
9269
9270 2006-10-11  Simon Josefsson  <jas@extundo.com>
9271             Bruno Haible  <bruno@clisp.org>
9272
9273         Add support for multiple gnulib-tool invocations in the scope of a
9274         single configure.ac file.
9275         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9276         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9277         with the same contents as the _LIBADD variable.
9278         (func_emit_initmacro_start, func_emit_initmacro_end,
9279         func_emit_initmacro_done): New functions.
9280         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9281         gl_LIBOBJS and gl_LTLIBOBJS.
9282
9283 2006-10-11  Bruno Haible  <bruno@clisp.org>
9284
9285         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9286         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9287         autoreconf. Instead, invoke autopoint explicitly but move back the
9288         *.m4 files from gnulib.
9289
9290 2006-10-11  Bruno Haible  <bruno@clisp.org>
9291
9292         * gnulib-tool (func_usage): Make module names after --create-testdir
9293         optional.
9294         (func_create_testdir): If no module was specified, use nearly all
9295         modules.
9296
9297 2006-10-12  Jim Meyering  <jim@meyering.net>
9298
9299         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9300         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9301         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9302         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9303         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9304         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9305         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9306         (fts_set_stat_required): New function.
9307         (fts_open): Defer the calls to fts_stat, if possible or requested.
9308         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9309         into fts_stat itself.
9310         (fts_read): Perform any required (deferred) fts_stat call.
9311         (fts_build): Likewise, for the directory we're about to open and read.
9312         In the readdir loop, carefully decide whether each entry will require
9313         an eventual call to fts_stat, using dirent.d_type info if available.
9314         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9315         a command line argument into this function.  Update all callers.
9316         Map a return value of FTS_DOT to FTS_D for a command line argument.
9317         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9318         Thanks to Miklos Szeredi for his tenacity and for the initial
9319         bug report about "find" failing on a FUSE-based file system.
9320
9321         * lib/fts.c (fts_open): Use consistent indentation.
9322
9323 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9324
9325         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9326         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9327         reported by Jim Meyering.  All uses of cache variables renamed
9328         to match Autoconf's.
9329         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9330         the other one.
9331
9332         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9333         Fix misspelling in diagnostic.
9334
9335 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9336
9337         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9338         defined.  Problem reported by Matthew Woehlke.
9339
9340         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9341         Add support for Tandem NonStop R series.
9342         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9343         Use new macro.
9344
9345         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9346         (has_trailing_slash): Omit size arg; all callers changed.
9347         Omit 'inline', since it doesn't help performance and we'd
9348         need to configure it.
9349         Don't count //, ///, etc. as having a trailing slash.
9350         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9351         (rpl_rename_dest_slash): On failure, use rename's errno rather
9352         than (in some cases) an incorrect or junk errno.
9353         Simplify code by removing need to compute length; this does
9354         cause it to make two passes instead of one over the file name,
9355         but it's worth it.
9356
9357         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9358         change, since Autoconf's version may no longer be appropriate now
9359         that we are using CVS Autoconf's version.  Add support for Tandem.
9360
9361 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9362             Bruno Haible  <bruno@clisp.org>
9363
9364         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9365         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9366         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9367         gl_AC_TYPE_LONG_LONG.
9368
9369         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9370         instead of HAVE_LONG_LONG.
9371         * lib/printf-args.c (printf_fetchargs): Likewise.
9372         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9373         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9374         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9375         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9376         gl_AC_TYPE_LONG_LONG.
9377
9378 2006-10-11  Bruno Haible  <bruno@clisp.org>
9379
9380         * m4/longlong.m4: Add comments.
9381         * m4/ulonglong.m4: Likewise.
9382
9383 2006-10-10  Bruno Haible  <bruno@clisp.org>
9384
9385         Make it possible to #define stpcpy, strdup to aliases.
9386         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9387         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9388
9389 2006-10-10  Bruno Haible  <bruno@clisp.org>
9390
9391         Make it possible to #define gcd to an alias.
9392         * lib/gcd.c: Include config.h.
9393
9394 2006-10-10  Bruno Haible  <bruno@clisp.org>
9395
9396         Make it possible to #define c_isascii to an alias.
9397         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9398         defined. Undefine the macros before defining them, to avoid gcc
9399         warnings.
9400         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9401         define NO_C_CTYPE_MACROS early.
9402
9403 2006-10-10  Bruno Haible  <bruno@clisp.org>
9404
9405         Make it possible to #define set_program_name to an alias.
9406         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9407         ENABLE_RELOCATABLE early.
9408
9409 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9410
9411         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9412         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9413         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9414         More generally, don't assume that 64-bit signed int is available
9415         if unsigned int is, and vice versa.
9416         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9417         unsigned symbols, not on their signed counterparts.
9418         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9419         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9420         (UINT64_C, UINTMAX_C):
9421         Likewise.
9422         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9423         unsigned counterparts.
9424         (Have_long_long, Unsigned): New macros.
9425         (Int): Renamed from INT.
9426         (strtoimax): Use the new macros.
9427         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9428         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9429         * modules/inttypes (inttypes.h): Substitute
9430         HAVE_UNSIGNED_LONG_LONG_INT.
9431         * modules/stdint (stdint.h): Likewise.
9432         (Files): Add m4/ulonglong.m4.
9433
9434 2006-10-10  Bruno Haible  <bruno@clisp.org>
9435
9436         Fix a gcc -Wshadow warning.
9437         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9438         to 'bucket'.
9439         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9440         gl_linked_indexof_from_to): Likewise.
9441         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9442         Likewise.
9443         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9444         Likewise.
9445         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9446         Reported by Eric Blake.
9447
9448 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9449
9450         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9451         for NetBSD.  Problem reported by Bruno Haible.
9452
9453 2006-10-09  Jim Meyering  <jim@meyering.net>
9454
9455         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9456         Patch from Bruno Haible.
9457
9458 2006-10-09  Jim Meyering  <jim@meyering.net>
9459
9460         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9461         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9462         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9463
9464 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9465
9466         Don't include <config.h> twice; this doesn't work in some cases,
9467         e.g., when config.h has "#define intmax_t long long int" and
9468         we include <config.h>, <inttypes.h>, <config.h> in that order.
9469         Problem reported by Matthew Woehlke in:
9470         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9471         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9472         * lib/fts-cycle.c: Don't include config.h.
9473         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9474         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9475         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9476         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9477         inttypes.h.
9478         * lib/xstrtoumax.c: Likewise.
9479         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9480         __strtol and the like, so that this module is more like its siblings.
9481         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9482         Remove; no longer needed now that we assume gnulib inttypes.h.
9483
9484 2006-10-08  Bruno Haible  <bruno@clisp.org>
9485
9486         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9487         option.
9488
9489 2006-10-07  Jim Meyering  <jim@meyering.net>
9490
9491         * modules/inttypes (inttypes.h): Revert what seems to have been
9492         an inadvertent part of today's change: use "|", not "/" in the
9493         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9494
9495 2006-10-07  Bruno Haible  <bruno@clisp.org>
9496
9497         * modules/sublist: New file.
9498
9499 2006-10-07  Bruno Haible  <bruno@clisp.org>
9500
9501         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9502         * modules/argz (argz.h): Likewise.
9503         * modules/arpa_inet (arpa/inet.h): Likewise.
9504         * modules/byteswap (byteswap.h): Likewise.
9505         * modules/configmake (configmake.h): Likewise.
9506         * modules/fcntl (fcntl.h): Likewise.
9507         * modules/fnmatch (fnmatch.h): Likewise.
9508         * modules/getopt (getopt.h): Likewise.
9509         * modules/glob (glob.h): Likewise.
9510         * modules/inttypes (inttypes.h): Likewise.
9511         * modules/netinet_in (netinet/in.h): Likewise.
9512         * modules/poll (poll.h): Likewise.
9513         * modules/stdbool (stdbool.h): Likewise.
9514         * modules/stdint (stdint.h): Likewise.
9515         * modules/sys_select (sys/select.h): Likewise.
9516         * modules/sys_socket (sys/socket.h): Likewise.
9517         * modules/sys_stat (sys/stat.h): Likewise.
9518         * modules/sysexits (sysexits.h): Likewise.
9519         * modules/unistd (unistd.h): Likewise.
9520         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9521         Add a "DO NOT EDIT" comment to the generated file.
9522         (func_import): Likewise for gnulib-comp.m4.
9523
9524 2006-10-07  Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/gl_sublist.h: New file.
9527         * lib/gl_sublist.c: New file.
9528
9529 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9532         name (relative to the original working directory) and the file
9533         name component (relative to the temporary working directory).  All
9534         callers changed.
9535         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9536         * lib/mkdir-p.c (make_dir_parents): Likewise.
9537         * lib/mkdir-p.h (make_dir_parents): Likewise.
9538
9539 2006-10-06  Eric Blake  <ebb9@byu.net>
9540
9541         Define several macros for use by the clean-temp module.
9542         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9543         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9544         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9545
9546         * lib/clean-temp.h (close_stream_temp): New declaration.
9547         * lib/clean-temp.c (includes): Pull in headers according to what
9548         other modules are in use.
9549         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9550
9551 2006-10-06  Bruno Haible  <bruno@clisp.org>
9552
9553         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9554         instead of fopen, fwriteerror.
9555
9556 2006-10-06  Bruno Haible  <bruno@clisp.org>
9557
9558         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9559         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9560         int.
9561         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9562         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9563         Return an error indicator.
9564         Suggested by Eric Blake.
9565
9566 2006-10-06  Bruno Haible  <bruno@clisp.org>
9567
9568         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9569         Reported by Eric Blake.
9570
9571 2006-10-06  Bruno Haible  <bruno@clisp.org>
9572
9573         * modules/closeout (Description): Mention stderr too.
9574
9575 2006-10-06  Bruno Haible  <bruno@clisp.org>
9576         and Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         * lib/closeout.c (close_stdout): Also close stderr.
9579         * lib/closeout.h: Update comment.
9580
9581 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9584         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9585         * lib/dirchownmod.c: Include lchown.h.
9586         * lib/lchown.c: Don't include files that lchown.h now includes.
9587         Don't declare chown, since lchown.h now does that.
9588         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9589         (lchown): Define to rpl_chown if lchown is declared but
9590         does not exist.  Declare using a prototype if lchown is not
9591         declared.  Add a copyright notice.
9592         * lib/mkstemp.h: Include <unistd.h>.
9593         * lib/openat.c: Include lchown.h.
9594
9595         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9596         we now test for that separately.
9597         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9598         rather than O_NOFOLLOW, when testing whether it's possible to
9599         avoid a race condition reliably.
9600         * lib/savewd.c (savewd_chdir): Likewise.
9601
9602         Remove macros that are no longer needed now that stdint.h is
9603         reliable.
9604         * lib/fsusage.c (UINTMAX_MAX): Remove.
9605         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9606         * lib/utimecmp.c (SIZE_MAX): Remove.
9607
9608         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9609
9610         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9611         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9612         O_NOATIME works.
9613
9614 2006-10-05  Bruno Haible  <bruno@clisp.org>
9615
9616         * lib/gl_list.h (gl_sortedlist_search_from_to,
9617         gl_sortedlist_indexof_from_to): New declarations.
9618         (gl_list_implementation): New fields sortedlist_search_from_to,
9619         sortedlist_indexof_from_to.
9620         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9621         inline functions.
9622         * lib/gl_list.c (gl_sortedlist_search_from_to,
9623         gl_sortedlist_indexof_from_to): New functions.
9624         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9625         function.
9626         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9627         (gl_array_sortedlist_search_from_to): New function.
9628         (gl_array_list_implementation): Update.
9629         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9630         function.
9631         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9632         (gl_carray_sortedlist_search_from_to): New function.
9633         (gl_carray_list_implementation): Update.
9634         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9635         gl_linked_sortedlist_indexof_from_to): New functions.
9636         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9637         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9638         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9639         gl_tree_sortedlist_indexof_from_to): New functions.
9640         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9641         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9642         Update.
9643         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9644         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9645         Update.
9646
9647 2006-10-05  Bruno Haible  <bruno@clisp.org>
9648
9649         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9650         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9651         (struct gl_list_implementation): Add fields search_from_to,
9652         indexof_from_to. Remove fields search, indexof.
9653         (gl_list_search): Use the search_from_to method.
9654         (gl_list_search_from, gl_list_search_from_to): New functions.
9655         (gl_list_indexof): Use the indexof_from_to method.
9656         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9657         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9658         (gl_list_search_from, gl_list_search_from_to): New functions.
9659         (gl_list_indexof): Use the indexof_from_to method.
9660         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9661         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9662         gl_array_indexof. Add start_index, end_index arguments.
9663         (gl_array_search_from_to): Renamed from gl_array_search. Add
9664         start_index, end_index arguments.
9665         (gl_array_remove, gl_array_list_implementation): Update.
9666         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9667         gl_carray_indexof. Add start_index, end_index arguments.
9668         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9669         start_index, end_index arguments.
9670         (gl_carray_remove, gl_carray_list_implementation): Update.
9671         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9672         gl_linked_search. Add start_index, end_index arguments.
9673         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9674         start_index, end_index arguments.
9675         (gl_linked_remove): Update.
9676         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9677         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9678         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9679         field to 'size_t'.
9680         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9681         gl_tree_search. Add start_index, end_index arguments.
9682         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9683         start_index, end_index arguments.
9684         (gl_tree_remove): Update.
9685         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9686         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9687         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9688         function.
9689         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9690         gl_tree_search. Add start_index, end_index arguments.
9691         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9692         start_index, end_index arguments.
9693         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9694         Update.
9695         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9696
9697 2006-10-05  Bruno Haible  <bruno@clisp.org>
9698
9699         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9700
9701         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9702         fwriteerror_temp): New declarations.
9703         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9704         (descriptors): New variable.
9705         (cleanup): First, close the descriptors.
9706         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9707         fclose_temp, fwriteerror_temp): New functions.
9708
9709 2006-10-04  Jim Meyering  <jim@meyering.net>
9710
9711         * lib/fts.c (fts_open): Tiny comment change.
9712
9713 2006-10-04  Bruno Haible  <bruno@clisp.org>
9714
9715         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9716         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9717         gl_LOCK_BODY.
9718         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9719         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9720         gl_LOCK_EARLY_BODY.
9721         (gl_LOCK): Require gl_LOCK_BODY.
9722
9723 2006-10-04  Bruno Haible  <bruno@clisp.org>
9724
9725         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9726         (gl_oset_search_atleast): New declaration.
9727         (struct gl_oset_implementation): Add field 'search_atleast'.
9728         (gl_oset_search_atleast): New inline function.
9729         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9730         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9731         (gl_array_oset_implementation): Update.
9732         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9733         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9734         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9735
9736 2006-10-04  Bruno Haible  <bruno@clisp.org>
9737
9738         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9739
9740 2006-10-03  Bruno Haible  <bruno@clisp.org>
9741
9742         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9743         from gl_avltreehash_list_implementation.
9744
9745 2006-10-03  Bruno Haible  <bruno@clisp.org>
9746
9747         * lib/gl_oset.c (gl_oset_add): Fix return type.
9748
9749 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9750
9751         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9752
9753 2006-10-02  Eric Blake  <ebb9@byu.net>
9754
9755         * modules/strnlen (Depends-on): Add extensions.
9756
9757 2006-10-02  Eric Blake  <ebb9@byu.net>
9758
9759         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9760         definition in 2.60+.
9761
9762 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9763
9764         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9765         checks.
9766
9767 2006-10-02  Bruno Haible  <bruno@clisp.org>
9768
9769         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9770         to the AUTOMAKE_OPTIONS.
9771         Reported by Jim Meyering.
9772
9773 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9774
9775         Work around bug in Solaris 10 /proc file system:
9776         /proc/self/fd/NNN/.. isn't the parent directory of
9777         the directory whose file descriptor is NNN.  This needs to
9778         be worked around at run time, not compile time, since a
9779         program might be built on Solaris 8, where things work, and
9780         run on Solaris 10.
9781         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9782         to use the following interface instead:
9783         (OPENAT_BUFFER_SIZE): New macro.
9784         (openat_proc_name): New function.
9785         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9786         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9787         Likewise.
9788         * lib/openat-proc.c: New file.
9789         * modules/openat (Files): Add lib/openat-proc.c.
9790         (Depends-on): Add same-inode, stdbool.
9791         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9792
9793 2006-09-29  Bruno Haible  <bruno@clisp.org>
9794
9795         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9796         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9797         argument. Set stdout_closed before testing for ferror, not after.
9798         (fwriteerror, fwriteerror_no_ebadf): New functions.
9799
9800 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9801
9802         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9803
9804 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9805
9806         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9807         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9808
9809 2006-09-28  Jim Meyering  <jim@meyering.net>
9810
9811         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9812         Include <unistd.h>.
9813
9814 2006-09-28  Bruno Haible  <bruno@clisp.org>
9815
9816         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9817         * modules/linkedhash-list (Depends-on): Likewise.
9818         * modules/rbtreehash-list (Depends-on): Likewise.
9819
9820 2006-09-28  Bruno Haible  <bruno@clisp.org>
9821
9822         * lib/strndup.h: Simplify the redefinition of strndup.
9823         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9824         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9825
9826 2006-09-28  Bruno Haible  <bruno@clisp.org>
9827
9828         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9829         * lib/gl_linkedhash_list.c: Likewise.
9830         * lib/gl_rbtreehash_list.c: Likewise.
9831
9832 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9833
9834         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9835         getaddrinfo.
9836
9837         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9838         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9839         it causes <stdio_ext.h> to cause a compile-time error.
9840         Problem reported by Nelson H. F. Beebe.
9841         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9842         of HAVE_DECL___PENDING.
9843
9844         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9845         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9846         declaration.
9847
9848 2006-09-27  Jim Meyering  <jim@meyering.net>
9849
9850         This file could end up with a definition for a function
9851         named __strndup, rather than rpl_strndup on a system with
9852         incomplete weak_alias support.
9853         * lib/strndup.c (strndup): Rename from __strndup.
9854         Remove #defines that used to map __strndup to strndup.
9855         Don't use K&R prototypes.
9856         Remove LIBC-related code, since this file is not sync'd with glibc.
9857         * lib/strndup.h: Revamp, accordingly.
9858         * m4/strndup.m4: Modernize.
9859
9860 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9861
9862         * modules/savewd (Depends-on): Add 'raise'.
9863         * lib/savewd.c: Include <signal.h>, for 'raise'.
9864
9865 2006-09-26  Jim Meyering  <jim@meyering.net>
9866
9867         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9868         when we detect Darwin 8.7.0's acl_get_file bug.
9869         Rearrange to perform the new (below) run-test while $LIBS
9870         contains any acl-related library.  Set USE_ACL at the end.
9871         (gl_ACL_GET_FILE): New function.
9872
9873 2006-09-26  Eric Blake  <ebb9@byu.net>
9874
9875         * lib/verror.c: Include <config.h> unconditionally.
9876
9877 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9878
9879         * modules/clock-time (Maintainer): Add self.
9880         * modules/getlogin_r (Depends-on): Add extensions.
9881
9882 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9883
9884         * modules/clock-time: New module.
9885         * modules/nanosleep (Depends-on): Add clock-time.
9886         * modules/gethrxtime (Depends-on): Likewise.
9887         * modules/gettime (Depends-on): Likewise.
9888         * modules/settime (Depends-on): Likewise.
9889
9890         * modules/fts-lgpl: Depend on openat.
9891         * modules/mkancesdirs: Depend on savewd.
9892         * modules/mkdir-p: Likewise.
9893
9894 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9895
9896         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9897
9898         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9899         `gl_have_arbitrary_file_name_length_limit' to
9900         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9901         actually works between configure runs.
9902
9903 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9904             Bruno Haible  <bruno@clisp.org>
9905
9906         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9907
9908 2006-09-25  Jim Meyering  <jim@meyering.net>
9909
9910         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9911         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9912
9913 2006-09-25  Eric Blake  <ebb9@byu.net>
9914
9915         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9916         exec's in 2006-09-18 patch when shuffling fds.
9917
9918 2006-09-25  Bruno Haible  <bruno@clisp.org>
9919
9920         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9921         Reported by Jim Meyering.
9922
9923 2006-09-24  Jim Meyering  <jim@meyering.net>
9924
9925         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9926         compare a pointer against a literal "0".  That caused failures with
9927         at least HP-UX's hpcc.
9928
9929 2006-09-22  Simon Josefsson  <jas@extundo.com>
9930
9931         * modules/gc-sha1:
9932         * modules/gc-md4:
9933         * modules/gc-hmac-sha1:
9934         * modules/gc-hmac-md5:
9935         * modules/gc-des:
9936         * modules/gc-arcfour: Distribute more files.
9937
9938 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9939
9940         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9941         (gl_linked_iterator_from_to): Initialize struct completely.
9942         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9943         (gl_tree_iterator_from_to): Likewise
9944         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9945         * lib/gl_array_list.c [lint] (gl_array_iterator)
9946         (gl_array_iterator_from_to): Likewise.
9947         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9948         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9949         (gl_carray_iterator_from_to): Likewise.
9950
9951         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9952         * lib/md4.c (md4_process_block): Remove unused variable.
9953         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9954         parentheses for clarity.
9955
9956 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9957
9958         * modules/bison-i18n (Depends-on): Add gettext.
9959
9960 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9961
9962         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9963         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9964         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9965         also add missing comma that caused broken test.
9966         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9967         stdlib.h, for `abort'.
9968         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9969         variables.
9970         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
9971         include unistd.h if present, for `rmdir'.
9972         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
9973         variables.
9974         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
9975         in the process include standard headers for prototypes.
9976         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
9977         gets declared on GNU/Linux.
9978         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
9979         unistd.h, for `rmdir'.
9980         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
9981
9982         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
9983         always true.
9984         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
9985
9986         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
9987
9988 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9989
9990         * gnulib-tool (func_version): Create output all at once.  This
9991         may help avoid triggering unnecessary SIGPIPEs, and at any
9992         rate it doesn't hurt.
9993
9994 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9995             Bruno Haible  <bruno@clisp.org>
9996
9997         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
9998         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9999         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10000
10001         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10002         (gl_FUNC_VASPRINTF): Invoke it.
10003
10004 2006-09-22  Bruno Haible  <bruno@clisp.org>
10005
10006         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10007         getloadavg.c as first argument.
10008
10009 2006-09-22  Bruno Haible  <bruno@clisp.org>
10010
10011         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10012         at the beginning of the gl_INIT macro.
10013         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10014         gl_GETLOADAVG.
10015
10016 2006-09-22  Bruno Haible  <bruno@clisp.org>
10017
10018         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10019         module.
10020         Suggested by Ralf Wildenhues.
10021
10022 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10023
10024         Import this patch from libc:
10025
10026         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10027
10028         * lib/regex_internal.c (re_string_reconstruct): Handle
10029         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10030         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10031         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10032         re_string_context_at.
10033
10034         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10035         now requires it.
10036         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10037         gl_REGEX now does it for us.
10038         (gl_REGEX): Add test taken from
10039         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10040
10041         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10042         Check that large offsets work.  Modernize Autoconf usages.
10043         Prefer "yes" to mean a good thing rather than a bad.
10044         Don't put "#define mkstemp" in config.h, as this might interfere
10045         with standard system headers that "#define mkstemp mkstemp64".
10046
10047         * modules/mkstemp (Depends-on): Add extensions, so that
10048         mkstemp is visible on some platforms.
10049         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10050         (Include): Change to "mkstemp.h" from <stdlib.h>.
10051         (Files): Add mkstemp.h.
10052
10053         * lib/mkstemp.h: New file, since some standard headers
10054         #define mkstemp.
10055         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10056         Include "mkstemp.h".
10057         Make the _LIBC code resemble glibc original more,
10058         e.g., use K&R style.
10059         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10060         (mkstemp): Remove, since mkstemp.h does this for us.
10061         * lib/stdlib--.h: Include mkstemp.h.
10062
10063         Import this patch from libc:
10064
10065         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10066
10067         * lib/tempname.c (__gen_tempname): Change attempts_min
10068         into a macro.  Use preprocessor to decide how to initialize
10069         attempts [Coverity CID 67].
10070
10071 2006-09-20  Bruno Haible  <bruno@clisp.org>
10072
10073         * lib/mkdtemp.c: Import from libc.
10074         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10075                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10076                 attempts_min into a macro.  Use preprocessor to decide how to
10077                 initialize attempts [Coverity CID 67].
10078         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10079                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10080                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10081
10082 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10083
10084         * gnulib-tool (func_exit): New function, to allow to pass the
10085         exit status portably through the trap.  Use everywhere.
10086         (--help, --version): Signal a write error.
10087         (trap): catch SIGPIPE, for write errors.
10088         Exit at the end of the trap, with the correct exit status.
10089
10090 2006-09-19  Karl Berry  <karl@gnu.org>
10091
10092         * doc/gnulib.texi: note about the license texinfo files.
10093
10094 2006-09-19  Eric Blake  <ebb9@byu.net>
10095
10096         * gnulib-tool: Avoid space-tab.
10097
10098 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10099
10100         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10101         that prevented coreutils 6.1 from building.  Problem reported
10102         by Petter Reinholdtsen.
10103
10104 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10105
10106         * gnulib-tool (avoidlist): Fix typo that broke options like
10107         --avoid=lock that are used by coreutils bootstrap.
10108
10109 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10110
10111         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10112         more systematically.
10113
10114 2006-09-18  Jim Meyering  <jim@meyering.net>
10115
10116         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10117
10118 2006-09-18  Bruno Haible  <bruno@clisp.org>
10119
10120         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10121
10122 2006-09-18  Bruno Haible  <bruno@clisp.org>
10123
10124         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10125         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10126         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10127         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10128         * m4/gettext.m4: Require autoconf >= 2.52.
10129         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10130         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10131         of gl_cv_header_inttypes_h.
10132
10133 2006-09-18  Bruno Haible  <bruno@clisp.org>
10134
10135         * lib/javaversion.c: Include configmake.h.
10136
10137 2006-09-18  Bruno Haible  <bruno@clisp.org>
10138
10139         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10140         avoid that the while loops be executed in a subshell.
10141
10142 2006-09-18  Bruno Haible  <bruno@clisp.org>
10143
10144         * MODULES.html.sh (func_module): Break long lines.
10145         Suggested by Bruce Korb <bkorb@gnu.org>.
10146
10147 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10148
10149         Speed up by a factor of 1.12.
10150         * gnulib-tool (nl): New variable.
10151         (func_import): Rewrite include directive extraction to only read each
10152         directive once.
10153
10154 2006-09-17  Bruno Haible  <bruno@clisp.org>
10155
10156         * modules/javaversion (Makefile.am): Remove DEFS setting.
10157         (Depends-on): Add configmake, for PKGDATADIR definition.
10158
10159 2006-09-17  Bruno Haible  <bruno@clisp.org>
10160
10161         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10162
10163 2006-09-17  Bruno Haible  <bruno@clisp.org>
10164
10165         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10166         (func_modules_transitive_closure, func_modules_add_dummy,
10167         func_modules_to_filelist, func_import, func_create_testdir,
10168         func_create_megatestdir, ...): Use it wherever possible.
10169         Suggested by Ralf Wildenhues.
10170
10171 2006-09-16  Karl Berry  <karl@gnu.org>
10172
10173         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10174         to avoid sectioning errors.
10175         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10176         [ifinfo]: blank line after @center-ed titles.
10177         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10178         Spell FSF address consistently with others.
10179         (These changes approved by rms.)
10180
10181 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10182
10183         Speed up by a factor of 1.61.
10184         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10185         already checked module names again.
10186
10187 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10188
10189         Speed up by a factor of 1.13.
10190         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10191         for new_files, and the input to func_add_or_update.
10192
10193 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10194
10195         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10196         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10197
10198 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * modules/mkancesdirs (Depends-on): Add fcntl.
10201         * modules/savewd: New file.
10202         * MODULES.html.sh (File system functions): Add savewd.
10203
10204         * modules/configmake (Makefile.am): Add support for the
10205         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10206
10207 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10208
10209         * m4/savewd.m4: New file.
10210
10211 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10212
10213         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10214         (dirchownmod): New arg FD.  All callers changed.
10215         Use FD rather than opening the directory ourself, as opening is
10216         now the caller's responsibility.
10217         * lib/dirchownmod.h: Likewise.
10218         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10219         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10220         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10221         (test_dir): Remove.
10222         (mkancesdirs): Return length of prefix of FILE that has already
10223         been made, or -2 if there is a child doing the work.  Redo
10224         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10225         ".", and treat ".." specially since it might stray back into
10226         already-created areas.  Use a subprocess if necessary.  New arg
10227         WD; all users changed.  MAKE_DIR function should now return 1
10228         if it creates a directory that is not readable.  Return -2 if
10229         a child process is spun off.
10230         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10231         Adjust signature to match code.
10232         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10233         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10234         all users changed.
10235         * lib/savewd.c, lib/savewd.h: New files.
10236
10237 2006-09-15  Jim Meyering  <jim@meyering.net>
10238
10239         * modules/rename-dest-slash: New module.
10240         * MODULES.html.sh (posix_compat): Add it here.
10241
10242         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10243
10244 2006-09-15  Jim Meyering  <jim@meyering.net>
10245
10246         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10247         file.
10248
10249         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10250
10251 2006-09-15  Jim Meyering  <jim@meyering.net>
10252
10253         * lib/rename-dest-slash.c (has_trailing_slash): Use
10254         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10255         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10256         test before testing whether SRC is a directory.
10257         Suggestions from Bruno Haible.
10258
10259         Avoid a warning about an unused variable.
10260         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10261         into the #ifdef block where it's used.
10262
10263         * lib/rename-dest-slash.c: New file.
10264
10265 2006-09-14  Bruno Haible  <bruno@clisp.org>
10266
10267         * lib/allocsa.c: Include <config.h> unconditionally.
10268         * lib/asnprintf.c: Likewise.
10269         * lib/asprintf.c: Likewise.
10270         * lib/c-strcasecmp.c: Likewise.
10271         * lib/c-strcasestr.c: Likewise.
10272         * lib/c-strncasecmp.c: Likewise.
10273         * lib/c-strstr.c: Likewise.
10274         * lib/classpath.c: Likewise.
10275         * lib/clean-temp.c: Likewise.
10276         * lib/concatpath.c: Likewise.
10277         * lib/copy-file.c: Likewise.
10278         * lib/csharpcomp.c: Likewise.
10279         * lib/csharpexec.c: Likewise.
10280         * lib/execute.c: Likewise.
10281         * lib/fatal-signal.c: Likewise.
10282         * lib/findprog.c: Likewise.
10283         * lib/fwriteerror.c: Likewise.
10284         * lib/gl_array_list.c: Likewise.
10285         * lib/gl_array_oset.c: Likewise.
10286         * lib/gl_avltree_list.c: Likewise.
10287         * lib/gl_avltree_oset.c: Likewise.
10288         * lib/gl_avltreehash_list.c: Likewise.
10289         * lib/gl_carray_list.c: Likewise.
10290         * lib/gl_linked_list.c: Likewise.
10291         * lib/gl_linkedhash_list.c: Likewise.
10292         * lib/gl_list.c: Likewise.
10293         * lib/gl_oset.c: Likewise.
10294         * lib/gl_rbtree_list.c: Likewise.
10295         * lib/gl_rbtree_oset.c: Likewise.
10296         * lib/gl_rbtreehash_list.c: Likewise.
10297         * lib/imaxabs.c: Likewise.
10298         * lib/imaxdiv.c: Likewise.
10299         * lib/javacomp.c: Likewise.
10300         * lib/javaexec.c: Likewise.
10301         * lib/javaversion.c: Likewise.
10302         * lib/linebreak.c: Likewise.
10303         * lib/localcharset.c: Likewise.
10304         * lib/lock.c: Likewise.
10305         * lib/mbchar.c: Likewise.
10306         * lib/mbswidth.c: Likewise.
10307         * lib/mkdtemp.c: Likewise.
10308         * lib/pipe.c: Likewise.
10309         * lib/printf-args.c: Likewise.
10310         * lib/printf-parse.c: Likewise.
10311         * lib/progname.c: Likewise.
10312         * lib/progreloc.c: Likewise.
10313         * lib/readlink.c: Likewise.
10314         * lib/sh-quote.c: Likewise.
10315         * lib/stpcpy.c: Likewise.
10316         * lib/stpncpy.c: Likewise.
10317         * lib/strcasecmp.c: Likewise.
10318         * lib/strcasestr.c: Likewise.
10319         * lib/strcspn.c: Likewise.
10320         * lib/striconv.c: Likewise.
10321         * lib/strncasecmp.c: Likewise.
10322         * lib/strnlen1.c: Likewise.
10323         * lib/strstr.c: Likewise.
10324         * lib/strtok_r.c: Likewise.
10325         * lib/tls.c: Likewise.
10326         * lib/tmpdir.c: Likewise.
10327         * lib/unicodeio.c: Likewise.
10328         * lib/unsetenv.c: Likewise.
10329         * lib/vasnprintf.c: Likewise.
10330         * lib/vasprintf.c: Likewise.
10331         * lib/wait-process.c: Likewise.
10332         * lib/xallocsa.c: Likewise.
10333         * lib/xsetenv.c: Likewise.
10334         * lib/xstriconv.c: Likewise.
10335
10336 2006-09-13  Simon Josefsson  <jas@extundo.com>
10337
10338         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10339         that internally, suggested by Ralf Wildenhues
10340         <Ralf.Wildenhues@gmx.de>.
10341
10342 2006-09-13  Simon Josefsson  <jas@extundo.com>
10343
10344         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10345         @LIBOBJS@.
10346         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10347
10348 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10349
10350         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10351         longer worry about uses that don't define HAVE_CONFIG_H.
10352         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10353         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10354         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10355         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10356         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10357         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10358         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10359         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10360         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10361         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10362         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10363         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10364         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10365         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10366         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10367         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10368         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10369         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10370         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10371         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10372         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10373         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10374         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10375         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10376         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10377         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10378         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10379         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10380         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10381         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10382         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10383         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10384         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10385         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10386         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10387         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10388         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10389         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10390         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10391         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10392         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10393         Likewise.
10394
10395 2006-09-13  Eric Blake  <ebb9@byu.net>
10396
10397         * lib/getopt.c: Fix typo in last commit.
10398
10399 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10400
10401         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10402         dgettext.
10403
10404 2006-09-12  Jim Meyering  <jim@meyering.net>
10405
10406         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10407         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10408         Reported by Nelson H. F. Beebe.
10409
10410 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10411
10412         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10413         program_invocation_name and program_invocation_short_name are
10414         initialized.
10415         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10416         and program_invocation_short_name to argp.h, so they are visible
10417         to user programs.
10418         * lib/argp.h: Likewise
10419
10420 2006-09-10  Bruno Haible  <bruno@clisp.org>
10421
10422         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10423         m4/inttypes_h.m4, m4/uintmax_t.m4.
10424
10425 2006-09-10  Bruno Haible  <bruno@clisp.org>
10426
10427         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10428         gl_AC_TYPE_UINTMAX_T.
10429
10430 2006-09-10  Bruno Haible  <bruno@clisp.org>
10431
10432         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10433
10434 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10435
10436         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10437         convention.  Text proposed by Bruno Haible.
10438         (struct argp_option): Document the use of N_() wrappers.
10439
10440         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10441         '\v', and translate the two parts separately, instead of feeding
10442         the whole string to gettext.  This allows to exclude
10443         '\v' from the strings visible to the translator by writing doc
10444         strings as N_("..") "\v" N_("..").
10445
10446 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10447
10448         * config/srclist.txt: Undo latest change; the bug was fixed.
10449
10450 2006-09-09  Bruno Haible  <bruno@clisp.org>
10451
10452         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10453         assignments if building a library without libtool.
10454         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10455         in func_emit_lib_Makefile_am.
10456         (func_import): When building a static library libfoo.a, arrange to
10457         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10458         (func_create_testdir): Likewise.
10459         * modules/gc (configure.ac, Makefile.am): If building statically,
10460         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10461         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10462         * modules/striconv (configure.ac, Makefile.am): Likewise.
10463         Based on a suggestion by Ralf Wildenhues.
10464
10465 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10466
10467         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10468         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10469         Also:
10470
10471         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10472         Add year_2050_test to catch glibc bug 2821
10473         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10474
10475         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10476         Prefer #ifdef to #if.
10477
10478         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10479         Return from 'main' instead of calling 'exit'.
10480
10481 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10482
10483         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10484         returned the maximum time_t value rather than (time_t) -1.
10485         Problem originally reported by William Bardwell
10486         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10487
10488         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10489         Moved to here ...
10490         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10491         ... from here.
10492
10493 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10494
10495         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10496         2821 is fixed.
10497
10498 2006-09-08  Jim Meyering  <jim@meyering.net>
10499
10500         Don't make generated files read-only.  That would bother too many
10501         people.  However, do retain the ability to work when targets are
10502         read-only: remove the destination and temporary files before writing
10503         them (when generated via sed or echo), or by using the -f option for
10504         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10505         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10506         * modules/byteswap, modules/configmake, modules/fcntl:
10507         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10508         * modules/localcharset, modules/netinet_in, modules/poll:
10509         * modules/stdbool, modules/stdint, modules/sys_select:
10510         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10511
10512 2006-09-08  Jim Meyering  <jim@meyering.net>
10513
10514         Avoid new build failure on FreeBSD 6.0.
10515         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10516         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10517         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10518
10519 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10520
10521         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10522
10523 2006-09-07  Jim Meyering  <jim@meyering.net>
10524
10525         Fix global typo in last change: use chmod u-w, not chmod u-x.
10526         Spotted by Paul Eggert and Bruce Korb.
10527         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10528         * modules/byteswap, modules/configmake, modules/fcntl:
10529         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10530         * modules/localcharset, modules/netinet_in, modules/poll:
10531         * modules/stdbool, modules/stdint, modules/sys_select:
10532         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10533
10534 2006-09-06  Jim Meyering  <jim@meyering.net>
10535
10536         Make generated files be read-only.
10537         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10538         Ensure that each generated file is now read-only.
10539         * modules/argz: Likewise.
10540         * modules/arpa_inet: Likewise.
10541         * modules/byteswap: Likewise.
10542         * modules/configmake: Likewise.
10543         * modules/fcntl: Likewise.
10544         * modules/fnmatch: Likewise.
10545         * modules/getopt: Likewise.
10546         * modules/glob: Likewise.
10547         * modules/inttypes: Likewise.
10548         * modules/netinet_in: Likewise.
10549         * modules/poll: Likewise.
10550         * modules/stdbool: Likewise.
10551         * modules/stdint: Likewise.
10552         * modules/sys_select: Likewise.
10553         * modules/sys_socket: Likewise.
10554         * modules/sys_stat: Likewise.
10555         * modules/sysexits: Likewise.
10556         * modules/localcharset: Same as above, but continue using temporary
10557         file named "t-$@" (why different?) rather than the "$@-t" used
10558         everywhere else.
10559
10560         * modules/sysexits (Makefile.am): Replace literal occurrences
10561         of "sysexit.h" more readable, and more consistent, "$@".
10562
10563 2006-09-06  Bruno Haible  <bruno@clisp.org>
10564
10565         * modules/striconv: New file.
10566         * modules/xstriconv: New file.
10567         * MODULES.html.sh (Internationalization functions): Add striconv,
10568         xstriconv.
10569
10570 2006-09-06  Bruno Haible  <bruno@clisp.org>
10571
10572         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10573         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10574         not using libtool correctly.
10575
10576 2006-09-06  Bruno Haible  <bruno@clisp.org>
10577
10578         * lib/striconv.h: New file.
10579         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10580         iconvstring.c.
10581         * lib/xstriconv.h: New file.
10582         * lib/xstriconv.c: New file.
10583
10584 2006-09-06  Bruno Haible  <bruno@clisp.org>
10585
10586         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10587         lib_..._LDFLAGS.
10588
10589 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10590
10591         * lib/argz_.h: Sync from Libtool.
10592
10593         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10594                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10595
10596         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10597
10598 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10599
10600         * modules/trim: New file.
10601
10602 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10603
10604         * lib/trim.h: New file.
10605         * lib/trim.c: New file.
10606
10607 2006-09-05  Bruno Haible  <bruno@clisp.org>
10608
10609         * MODULES.html.sh (String handling): Add trim.
10610
10611 2006-09-04  Karl Berry  <karl@gnu.org>
10612
10613         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10614         until next release.
10615
10616 2006-09-03  Bruno Haible  <bruno@clisp.org>
10617
10618         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10619         correctly.
10620
10621 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10624         not gl_GETLOADAVG.  Omit unneeded semicolons.
10625         Problems reported by Ralf Wildenhues in
10626         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10627         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10628         at the end, which is the usual gnulib style.
10629
10630         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10631         of doing all the work ourselves.
10632         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10633         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10634
10635 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10636
10637         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10638         Problem reported by Ralf Wildenhues in
10639         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10640
10641         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10642         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10643
10644 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10645
10646         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10647         yesterday's patch by changing test -n to test -z.
10648
10649 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10650
10651         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10652         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10653         the former is now obsolescent.
10654
10655         * modules/chdir-long (Depends-on): Add fcntl.
10656
10657 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10658
10659         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10660         obsolescent, and programs should use gnulib instead.
10661         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10662         but with prefixes changed.
10663
10664 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10665
10666         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10667         or stdbool.h, because they might not exist while configuring.
10668
10669         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10670         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10671         does that for us.
10672         (O_DIRECTORY): Remove.
10673
10674 2006-08-31  Eric Blake  <ebb9@byu.net>
10675
10676         * gnulib-tool: Don't let emacs change spaces to TAB.
10677
10678 2006-08-31  Bruno Haible  <bruno@clisp.org>
10679
10680         * gnulib-tool: When calling func_import more than once, do it in a
10681         subshell.
10682         Reported by Eric Blake <ebb9@byu.net>.
10683
10684 2006-08-31  Bruno Haible  <bruno@clisp.org>
10685
10686         * gnulib-tool (nl): Remove variable.
10687         (sed_transform_lib_file): Use more robust test for config-h module.
10688         (func_import): Fix typo in 2006-08-25 patch.
10689
10690 2006-08-31  Bruno Haible  <bruno@clisp.org>
10691
10692         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10693         specified, augment Makefile.am variables instead of assigning them.
10694
10695 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10696
10697         Work around a bug in both the Linux and SunOS 64-bit kernels:
10698         nanosleep mishandles sleeps for longer than 2**31 seconds.
10699         Problem reported by Frank v Waveren in
10700         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10701         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10702         Check for nanosleep bug.
10703         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10704
10705 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10706
10707         Work around a bug in both the Linux and SunOS 64-bit kernels:
10708         nanosleep mishandles sleeps for longer than 2**31 seconds.
10709         Problem reported by Frank v Waveren in
10710         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10711         * lib/nanosleep.c (BILLION): New constant.
10712         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10713         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10714         implementation.
10715
10716 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10717
10718         * modules/nanosleep (Depends-on): Add gettime.
10719
10720 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10721         and Simon Josefsson  <jas@extundo.com>
10722         and Oskar Liljeblad  <oskar@osk.mine.nu>
10723
10724         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10725         * gnulib-tool (func_import): New license type 'unmodifiable license
10726         text'.
10727         * modules/fdl: Use it.  Longer description.
10728         * module/gpl, module/lgpl: New files.
10729
10730 2006-08-30  Jim Meyering  <jim@meyering.net>
10731
10732         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10733         shadowing the parameter.
10734
10735 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10736
10737         Sync from Libtool:
10738
10739         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10740
10741         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10742         sharing with gnulib.  Report by Eric Blake.
10743
10744 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10745
10746         * modules/isapipe: New file.
10747         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10748
10749 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10750
10751         * modules/configmake (Makefile.am): Add a comment, and omit
10752         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10753         by Bruno Haible.
10754
10755 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10756
10757         * m4/isapipe.m4: New file.
10758
10759 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10760
10761         * lib/isapipe.c, lib/isapipe.h: New files.
10762
10763 2006-08-29  Jim Meyering  <jim@meyering.net>
10764
10765         * modules/configmake (Makefile.am): Make configmake.h depend on
10766         Makefile.  Otherwise, a stale configmake.h could hang around.
10767
10768 2006-08-29  Eric Blake  <ebb9@byu.net>
10769
10770         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10771         resolution of upstream bug 3044.
10772
10773 2006-08-29  Bruno Haible  <bruno@clisp.org>
10774
10775         * modules/localcharset (Depends-on): Add configmake.
10776         (Makefile.am): Remove setting of LIBDIR through DEFS.
10777
10778 2006-08-29  Bruno Haible  <bruno@clisp.org>
10779
10780         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10781         defined.
10782
10783 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         * modules/fcntl: New file.
10786         * modules/chdir-safer (Depends-on): Add fcntl.
10787         * modules/fts: Likewise.
10788         * modules/mkdir-p: Likewise.
10789
10790         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10791         This undoes the most recent change, since we're now addressing the
10792         problem in a different way.
10793
10794         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10795         into output, since the output might be called Makefile.am even
10796         if $makefile_name is something different.
10797         (func_import): Use $makefile_am rather than
10798         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10799         empty.
10800
10801         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10802
10803 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10804
10805         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10806         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10807         recent change to stdint.m4, since we're now addressing the problem in a
10808         different way.
10809
10810 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10811
10812         * m4/fcntl_h.m4: New file.
10813
10814 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10815
10816         * lib/fcntl_.h: New file.
10817         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10818         the fcntl module.
10819         * lib/dirchownmod.c: Likewise.
10820         * lib/fts.c: Likewise.
10821
10822         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10823         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10824         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10825         just before including <inttypes.h>, to avoid circular inclusion.
10826
10827 2006-08-28  Jim Meyering  <jim@meyering.net>
10828
10829         * doc/visibility.texi: Actually read and correct the grammar of the
10830         sentence affected by yesterday's change.
10831
10832 2006-08-28  Eric Blake  <ebb9@byu.net>
10833
10834         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10835         needs wrapper.
10836
10837 2006-08-28  Eric Blake  <ebb9@byu.net>
10838
10839         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10840
10841 2006-08-28  Eric Blake  <ebb9@byu.net>
10842
10843         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10844
10845 2006-08-28  Bruno Haible  <bruno@clisp.org>
10846
10847         * modules/c-strstr: New file, from GNU gettext.
10848         * MODULES.html.sh (String handling): Add c-strstr.
10849
10850 2006-08-28  Bruno Haible  <bruno@clisp.org>
10851
10852         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10853         macros.
10854         Reported by Eric Blake.
10855
10856 2006-08-28  Bruno Haible  <bruno@clisp.org>
10857
10858         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10859         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10860         * lib/vasprintf.c: Include errno.h, limits.h.
10861         (EOVERFLOW): New fallback definition.
10862         (vasprintf): Test here whether the string length is > INT_MAX.
10863         * lib/vsnprintf.c: Include errno.h, limits.h.
10864         (EOVERFLOW): New fallback definition.
10865         (vsnprintf): Fix bug when generated string was too long for the buffer.
10866         Test here whether the string length is > INT_MAX.
10867
10868 2006-08-28  Bruno Haible  <bruno@clisp.org>
10869
10870         * lib/inttypes_.h (SCNX*): Remove definitions.
10871         Reported by Eric Blake.
10872
10873 2006-08-28  Bruno Haible  <bruno@clisp.org>
10874
10875         * lib/c-strstr.h: New file, from GNU gettext.
10876         * lib/c-strstr.c: New file, from GNU gettext.
10877
10878 2006-08-28  Bruno Haible  <bruno@clisp.org>
10879
10880         * gnulib-tool: Reorder some statements.
10881
10882 2006-08-28  Bruno Haible  <bruno@clisp.org>
10883
10884         * gnulib-tool: New option --makefile-name.
10885         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10886         $makefile_name.
10887         (func_import): Write $makefile_name to the cache file, and read it from
10888         there unless explicitly specified. Use $makefile_name as file name
10889         instead of Makefile.am. Adjust the recommendations accordingly.
10890
10891 2006-08-28  Bruno Haible  <bruno@clisp.org>
10892
10893         * gnulib-tool (func_verify_module): Check against misapplying patch.
10894
10895 2006-08-28  Bruno Haible  <bruno@clisp.org>
10896
10897         * gnulib-tool (func_relativize, func_relconcat): New functions.
10898         Give an error if --local-dir is given with --update.
10899         Remove trailing slashes from $local_gnulib_dir.
10900         (func_import): Store the relativized $local_gnulib_dir in
10901         gnulib-cache.m4, and read it from there if not specified explicitly.
10902
10903 2006-08-28  Bruno Haible  <bruno@clisp.org>
10904
10905         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10906         is the current directory. Respect also $local_gnulib_dir.
10907
10908 2006-08-28  Bruno Haible  <bruno@clisp.org>
10909             Simon Josefsson  <jas@extundo.com>
10910
10911         BeOS portability.
10912         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10913
10914 2006-08-27  Jim Meyering  <jim@meyering.net>
10915
10916         * doc/visibility.texi: Remove duplicate word: "pointer".
10917
10918 2006-08-26  Bruno Haible  <bruno@clisp.org>
10919
10920         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10921         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10922         (Makefile.am): Create inttypes.h from inttypes_.h.
10923         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10924
10925         * modules/imaxabs: New file.
10926
10927         * modules/imaxdiv: New file.
10928
10929 2006-08-26  Bruno Haible  <bruno@clisp.org>
10930
10931         * m4/inttypes.m4: New file.
10932         * m4/_inttypes_h.m4: Remove file.
10933         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10934         PRI_MACROS_BROKEN.
10935         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10936
10937         * m4/imaxabs.m4: New file.
10938
10939         * m4/imaxdiv.m4: New file.
10940
10941 2006-08-26  Bruno Haible  <bruno@clisp.org>
10942
10943         * lib/inttypes_.h: New file.
10944         * lib/inttypes.h: Remove file.
10945         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10946
10947         * lib/imaxabs.c: New file.
10948
10949         * lib/imaxdiv.c: New file.
10950
10951 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10952
10953         New config-h module, so that "make" output needn't be cluttered
10954         by -DHAVE_CONFIG_H.
10955         * MODULES.html.sh (Support for building libraries and executables):
10956         Add config-h.
10957         * modules/config-h: New file.
10958         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10959         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10960         the config-h module is used.
10961
10962         New configmake module, so that "make" output needn't be cluttered
10963         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10964         * MODULES.html.sh (Support for building libraries and executables):
10965         Add configmake.
10966         * modules/configmake: New file.
10967
10968 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10969
10970         * m4/config-h.m4: New file.
10971
10972 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10973
10974         * config/srclist.txt: Add elisp-comp.
10975
10976 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10977
10978         * MODULES.html.sh (Support for building libraries and executables):
10979         Add elisp-comp.
10980         * build-aux/elisp-comp: New file.
10981         * modules/elisp-comp: New file.
10982
10983 2006-08-24  Bruno Haible  <bruno@clisp.org>
10984
10985         * gnulib-tool (func_create_testdir): Use non-default values of
10986         sourcebase and m4base.
10987
10988 2006-08-24  Bruno Haible  <bruno@clisp.org>
10989
10990         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
10991         HTML structure.
10992
10993 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10994
10995         * modules/openat (Depends-on): Add lchown.
10996
10997 2006-08-23  Bruno Haible  <bruno@clisp.org>
10998
10999         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11000         of gl_LOCK_EARLY instead of gl_LOCK.
11001
11002 2006-08-23  Bruno Haible  <bruno@clisp.org>
11003
11004         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11005         on OSF/1 to no.
11006         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11007
11008 2006-08-23  Bruno Haible  <bruno@clisp.org>
11009
11010         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11011         as unusable.
11012
11013         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11014         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11015         (gl_LOCK): New macro.
11016
11017 2006-08-22  Simon Josefsson  <jas@extundo.com>
11018
11019         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11020         to md5 module.
11021
11022 2006-08-22  Simon Josefsson  <jas@extundo.com>
11023
11024         * MODULES.html.sh: Add "Support for maintaining and release
11025         projects".
11026
11027         * build-aux/gnupload: New file, from coreutils.
11028
11029 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11030
11031         Avoid the need for AC_LIBSOURCES in m4 macros.
11032         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11033         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11034         * modules/check-version (EXTRA_DIST): Add check-version.h.
11035         * modules/crc (EXTRA_DIST): Add crc.h.
11036         * modules/des (EXTRA_DIST): Add des.h.
11037         * modules/gc (EXTRA_DIST): Add gc.h.
11038         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11039         * modules/getline (EXTRA_DIST): Add getline.h.
11040         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11041         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11042         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11043         * modules/md2 (EXTRA_DIST): Add md2.h.
11044         * modules/md4 (EXTRA_DIST): Add md4.h.
11045         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11046         * modules/read-file (EXTRA_DIST): Add read-file.h.
11047         * modules/readline (EXTRA_DIST): Add readline.h.
11048         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11049         rijndael-api-fst.h.
11050
11051 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11052
11053         * m4/rijndael.m4 (gl_ARCFOUR):
11054         * m4/arctwo.m4 (gl_ARCTWO):
11055         * m4/check-version.m4 (gl_CHECK_VERSION):
11056         * m4/crc.m4 (gl_CRC):
11057         * m4/des.m4 (gl_DES):
11058         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11059         * m4/gc.m4 (gl_GC):
11060         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11061         * m4/getline.m4 (gl_FUNC_GETLINE):
11062         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11063         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11064         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11065         * m4/md2.m4 (gl_MD2):
11066         * m4/md4.m4 (gl_MD4):
11067         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11068         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11069         * m4/readline.m4 (gl_FUNC_READLINE):
11070         * m4/rijndael.m4 (gl_RIJNDAEL):
11071         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11072         to get the necessary .h files and whatnot.
11073
11074 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11077         gnulib rather than the other way around.
11078         * config/srclistvars.sh (COREUTILS): Remove.
11079
11080 2006-08-22  Jim Meyering  <jim@meyering.net>
11081
11082         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11083
11084         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11085
11086 2006-08-22  Eric Blake  <ebb9@byu.net>
11087
11088         * modules/regexprops-generic: New file.
11089         * MODULES.html.sh (Support for building documentation): List it.
11090
11091 2006-08-22  Eric Blake  <ebb9@byu.net>
11092
11093         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11094         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11095         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11096         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11097
11098 2006-08-22  Bruno Haible  <bruno@clisp.org>
11099
11100         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11101         and lib_LTLIBRARIES like the other lib_* variables.
11102
11103 2006-08-22  Bruno Haible  <bruno@clisp.org>
11104
11105         * build-aux/x-to-1.in: New file, from GNU gettext.
11106
11107 2006-08-22  Bruno Haible  <bruno@clisp.org>
11108
11109         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11110         <utmpx.h> exists.
11111
11112 2006-08-22  Bruno Haible  <bruno@clisp.org>
11113
11114         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11115         <utmpx.h> exists.
11116
11117 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         BeOS portability.
11120         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11121         exist.
11122         Problem reported by Bruno Haible.
11123
11124 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11125
11126         Avoid the need for AC_LIBSOURCES in m4 macros.
11127         * modules/acl (EXTRA_DIST): Add acl.h.
11128         * modules/argmatch (Files): Add m4/argmatch.m4.
11129         (configure.ac): Add gl_ARGMATCH.
11130         (EXTRA_DIST): Renamed from lib_SOURCES, for
11131         consistency with the other modules.  Remove argmatch.c.
11132         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11133         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11134         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11135         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11136         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11137         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11138         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11139         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11140         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11141         * modules/closeout (EXTRA_DIST): Add closeout.h.
11142         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11143         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11144         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11145         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11146         dirname.h; remove basename.c and stripslash.c.
11147         * modules/exclude (EXTRA_DIST): Add exclude.h.
11148         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11149         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11150         * modules/file-type (EXTRA_DIST): Add file-type.h.
11151         * modules/filemode (EXTRA_DIST): Add filemode.h.
11152         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11153         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11154         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11155         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11156         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11157         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11158         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11159         * modules/getdate (EXTRA_DIST): Add getdate.c.
11160         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11161         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11162         * modules/getpass (EXTRA_DIST): Add getpass.h.
11163         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11164         * modules/group-member (EXTRA_DIST): Add group-member.h.
11165         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11166         * modules/hash (EXTRA_DIST): Add hash.h.
11167         * modules/human (EXTRA_DIST): Add human.h.
11168         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11169         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11170         * modules/lchown (EXTRA_DIST): Add lchown.h.
11171         * modules/long-options (EXTRA_DIST): Add long-options.h.
11172         * modules/lstat (EXTRA_DIST): Add lstat.h.
11173         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11174         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11175         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11176         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11177         * modules/memxor (EXTRA_DIST): Add memxor.h.
11178         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11179         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11180         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11181         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11182         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11183         * modules/physmem (EXTRA_DIST): Add physmem.h.
11184         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11185         * modules/posixver (EXTRA_DIST): Add posixver.h.
11186         * modules/quote (EXTRA_DIST): Add quote.h.
11187         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11188         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11189         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11190         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11191         regex_internal.h regexec.c.
11192         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11193         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11194         * modules/same (EXTRA_DIST): Add same.h.
11195         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11196         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11197         * modules/savedir (EXTRA_DIST): Add savedir.h.
11198         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11199         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11200         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11201         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11202         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11203         * modules/strdup (EXTRA_DIST): Add strdup.h.
11204         * modules/strftime (EXTRA_DIST): Add strftime.h.
11205         * modules/strndup (EXTRA_DIST): Add strndup.h.
11206         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11207         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11208         * modules/time_r (EXTRA_DIST): Add time_r.h.
11209         * modules/timespec (EXTRA_DIST): Add timespec.h.
11210         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11211         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11212         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11213         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11214         * modules/userspec (EXTRA_DIST): Add userspec.h.
11215         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11216         * modules/utimens (EXTRA_DIST): Add utimens.h.
11217         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11218         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11219         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11220         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11221         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11222         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11223         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11224         * modules/yesno (EXTRA_DIST): Add yesno.h.
11225
11226 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11227
11228         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11229
11230         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11231         * m4/dev-ino.m4, same-inode.m4: Remove.
11232
11233         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11234         * m4/acl.m4 (AC_FUNC_ACL):
11235         * m4/backupfile.m4 (gl_BACKUPFILE):
11236         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11237         * m4/canon-host.m4 (gl_CANON_HOST):
11238         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11239         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11240         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11241         * m4/cloexec.m4 (gl_CLOEXEC):
11242         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11243         * m4/closeout.m4 (gl_CLOSEOUT):
11244         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11245         * m4/dirname.m4 (gl_DIRNAME):
11246         * m4/exclude.m4 (gl_EXCLUDE):
11247         * m4/exitfail.m4 (gl_EXITFAIL):
11248         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11249         * m4/file-type.m4 (gl_FILE_TYPE):
11250         * m4/filemode.m4 (gl_FILEMODE):
11251         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11252         * m4/fpending.m4 (gl_FUNC_FPENDING):
11253         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11254         * m4/fts.m4 (gl_FUNC_FTS):
11255         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11256         * m4/getdate.m4 (gl_GETDATE):
11257         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11258         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11259         * m4/getpass.m4 (gl_FUNC_GETPASS):
11260         * m4/gettime.m4 (gl_GETTIME):
11261         * m4/getugroups.m4 (gl_GETUGROUPS):
11262         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11263         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11264         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11265         * m4/hash.m4 (gl_HASH):
11266         * m4/idcache.m4 (gl_IDCACHE):
11267         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11268         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11269         * m4/long-options.m4 (gl_LONG_OPTIONS):
11270         * m4/lstat.m4 (gl_FUNC_LSTAT):
11271         * m4/md5.m4 (gl_MD5):
11272         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11273         * m4/memcoll.m4 (gl_MEMCOLL):
11274         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11275         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11276         * m4/memxor.m4 (gl_MEMXOR):
11277         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11278         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11279         * m4/modechange.m4 (gl_MODECHANGE):
11280         * m4/mountlist.m4 (gl_MOUNTLIST):
11281         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11282         * m4/openat.m4 (gl_FUNC_OPENAT):
11283         * m4/pathmax.m4 (gl_PATHMAX):
11284         * m4/physmem.m4 (gl_PHYSMEM):
11285         * m4/posixtm.m4 (gl_POSIXTM):
11286         * m4/posixver.m4 (gl_POSIXVER):
11287         * m4/quote.m4 (gl_QUOTE):
11288         * m4/quotearg.m4 (gl_QUOTEARG):
11289         * m4/readtokens.m4 (gl_READTOKENS):
11290         * m4/readutmp.m4 (gl_READUTMP):
11291         * m4/regex.m4 (gl_REGEX):
11292         * m4/safe-read.m4 (gl_SAFE_READ):
11293         * m4/safe-write.m4 (gl_SAFE_WRITE):
11294         * m4/same.m4 (gl_SAME):
11295         * m4/save-cwd.m4 (gl_SAVE_CWD):
11296         * m4/savedir.m4 (gl_SAVEDIR):
11297         * m4/settime.m4 (gl_SETTIME):
11298         * m4/sha1.m4 (gl_SHA1):
11299         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11300         * m4/stat-macros.m4 (gl_STAT_MACROS):
11301         * m4/stat-time.m4 (gl_STAT_TIME):
11302         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11303         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11304         * m4/strdup.m4 (gl_FUNC_STRDUP):
11305         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11306         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11307         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11308         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11309         * m4/time_r.m4 (gl_TIME_R):
11310         * m4/timespec.m4 (gl_TIMESPEC):
11311         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11312         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11313         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11314         * m4/userspec.m4 (gl_USERSPEC):
11315         * m4/utimecmp.m4 (gl_UTIMECMP):
11316         * m4/utimens.m4 (gl_UTIMENS):
11317         * m4/xalloc.m4 (gl_XALLOC):
11318         * m4/xgetcwd.m4 (gl_XGETCWD):
11319         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11320         * m4/xreadlink.m4 (gl_XREADLINK):
11321         * m4/xstrtod.m4 (gl_XSTRTOD):
11322         * m4/yesno.m4 (gl_YESNO):
11323         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11324         to get the necessary .h files and whatnot.
11325
11326 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11327             Bruno Haible  <bruno@clisp.org>
11328
11329         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11330         /bin/sh understanding of '!' conditional negation.
11331
11332 2006-08-21  Jim Meyering  <jim@meyering.net>
11333
11334         * modules/openat (Depends-on): Really alphabetize.
11335
11336         * modules/acl (Depends-on): Add error and quote.
11337
11338         * check-module (find_included_lib_files): Add at-func.c to the
11339         ok-to-include-more-than-once white list.
11340
11341         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11342
11343 2006-08-21  Bruno Haible  <bruno@clisp.org>
11344
11345         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11346         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11347         Reported by Martin Lambers <marlam@marlam.de>.
11348
11349 2006-08-21  Bruno Haible  <bruno@clisp.org>
11350
11351         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11352         specify an installation location, don't emit a noinst_LIBRARIES or
11353         noinst_LTLIBRARIES assignment.
11354
11355 2006-08-21  Bruno Haible  <bruno@clisp.org>
11356
11357         BeOS portability.
11358         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11359         BeOS has mbrtowc() but no <wctype.h>.
11360
11361 2006-08-21  Bruno Haible  <bruno@clisp.org>
11362
11363         BeOS portability.
11364         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11365         exist.
11366
11367 2006-08-21  Bruno Haible  <bruno@clisp.org>
11368
11369         BeOS portability.
11370         * lib/mbchar.h: Include <wctype.h> only if it exists.
11371
11372 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11373
11374         Remove files that are no longer needed by their respective modules.
11375         * m4/obstack.m4: Remove.
11376         * m4/strerror_r.m4: Remove.
11377         * m4/uint32_t.m4: Remove.
11378         * m4/uintptr_t.m4: Remove.
11379         * m4/ullong_max.m4: Remove.
11380         * m4/xstrtoimax.m4: Remove.
11381         * m4/xstrtoumax.m4: Remove.
11382
11383         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11384         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11385         dependencies now capture this.
11386
11387         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11388         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11389         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11390         * m4/human.m4 (gl_HUMAN): Likewise.
11391         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11392         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11393
11394         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11395
11396         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11397         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11398         stdint.
11399         * m4/human.m4 (gl_HUMAN): Likewise.
11400         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11401         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11402         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11403         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11404         * m4/xstrtol (gl_XSTRTOL): Likewise.
11405
11406         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11407         AC_TYPE_LONG_LONG_INT.
11408         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11409         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11410         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11411         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11412
11413         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11414         on stdbool.
11415
11416         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11417         (gl_PREREQ_XSTRTOUL): Remove.
11418
11419         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11420
11421         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11422         mode.
11423
11424 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11425
11426         Add and change modules to make it easier for coreutils to use
11427         gnulib-tool.
11428         * modules/backupfile (Files): Remove m4/d-ino.m4.
11429         (Depends-on): Add d-ino.
11430         * modules/cycle-check (Depends-on): Add stdint.
11431         (lib_SOURCES): Add cycle-check.h.
11432         * modules/d-ino: New module.
11433         * modules/d-type: New module.
11434         * modules/error (Files): Remove m4/strerror_r.m4.
11435         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11436         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11437         m4/inttypes_h.m4, m4/uintmax_t.m4.
11438         (Depends-on): Add stdint.
11439         (lib_SOURCES): Add fsusage.h.
11440         * modules/getcwd (Files): Remove d-ino.m4.
11441         (Depends-on): Add d-ino.
11442         * modules/getndelim2 (Depends-on): Add stdint.
11443         * modules/glob (Files): Remove m4/d-type.m4.
11444         (Depends-on): Add d-type.
11445         * modules/host-os: New module.
11446         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11447         m4/inttypes_h.m4, m4/uintmax_t.m4.
11448         * Depends-on: Add stdint.
11449         (lib_SOURCES): Add human.h.
11450         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11451         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11452         m4/uintmax_t.m4, m4/ulonglong.m4.
11453         (Depends-on): Add stdint.
11454         (EXTRA_DIST): Add inttostr.h.
11455         * modules/lchmod: New module.
11456         * modules/link-follow: New module.
11457         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11458         (Depends-on): Add lchmod.
11459         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11460         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11461         (Depends-on): Add stdint.
11462         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11463         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11464         (Depends-on): Add stdint.
11465         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11466         * modules/perl: New module.
11467         * modules/regex (Depends-on): Add stdint.
11468         * modules/rmdir-errno: New module.
11469         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11470         m4/intmax_t.m4.
11471         (Depends-on): Add stdint.
11472         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11473         m4/uintmax_t.m4.
11474         (Depends-on): Add stdint.
11475         * modules/unlink-busy: New module.
11476         * modules/utimecmp (Depends-on): Add stdint.
11477         * modules/uptime: New module.
11478         * modules/winsz-ioctl: New module.
11479         * modules/winsz-termios: New module.
11480         * modules/xnanosleep (Depends-on): Add nanosleep.
11481         * modules/ullong_max: Remove.
11482         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11483         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11484         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11485         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11486         (Depends-on): Add inttypes.
11487         (lib_SOURCES): Add xstrtol.h.
11488         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11489         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11490         * MODULES.html.sh: Move 'assert' into the assert section.
11491         Move 'dummy' into the linking section.
11492         Remove ullong_max.
11493         Add section for compatibility checks for POSIX:2001 functions,
11494         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11495         winsz-ioctl, and winsz-termios into it.
11496         Add lchmod.
11497         Add top-level Misc section and put host-os, perl, and uptime
11498         into it.
11499
11500 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11503         now assume the stdint module.  Do not include inttypes.h.
11504         * lib/fsusage.h: Likewise.
11505         * lib/getndelim2.c: Likewise.
11506         * lib/human.h: Likewise.
11507         * lib/inttostr.h: Likewise.
11508         * lib/obstack.c: Likewise.
11509         * lib/regex_internal.h: Likewise.
11510         * lib/tempname.c: Likewise.
11511         * lib/utimecmp.c: Likewise.
11512         * lib/xstrtol.h: Likewise.
11513
11514         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11515
11516         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11517         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11518         * lib/xtime.h: Likewise.
11519
11520 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11521
11522         * modules/openat (Files): Add lib/fchmodat.c.
11523         Fixes problem reported by Jay Youngman.
11524
11525 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11526
11527         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11528         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11529
11530 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11531             Bruno Haible  <bruno@clisp.org>
11532
11533         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11534         and is a script that invokes bison. Tighten the code. Add comments.
11535
11536 2006-08-18  Jim Meyering  <jim@meyering.net>
11537
11538         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11539         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11540         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11541         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11542
11543 2006-08-18  Bruno Haible  <bruno@clisp.org>
11544
11545         * modules/bison-i18n: New file.
11546         * MODULES.html.sh (Internationalization functions): Add it.
11547
11548 2006-08-18  Bruno Haible  <bruno@clisp.org>
11549
11550         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11551         sys/statvfs.h. When getmntinfo was found, check its declaration and
11552         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11553
11554 2006-08-18  Bruno Haible  <bruno@clisp.org>
11555
11556         * m4/bison-i18n.m4: New file, from bison.
11557
11558 2006-08-18  Bruno Haible  <bruno@clisp.org>
11559
11560         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11561         (ME_DUMMY): Treat "kernfs" as a dummy.
11562         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11563
11564 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         Update from coreutils.
11567
11568         2006-08-15  Jim Meyering  <jim@meyering.net>
11569
11570         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11571
11572         2006-01-17  Jim Meyering  <jim@meyering.net>
11573
11574         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11575
11576         2006-01-11  Jim Meyering  <jim@meyering.net>
11577
11578         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11579         Check for the lchmod function.
11580
11581 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11582
11583         Update from coreutils.
11584
11585         * lib/__fpending.h: Add copyright notice.
11586         * lib/fprintftime.h: Likewise.
11587         * lib/savedir.c: Use (C) in copyright notice.
11588         * lib/savedir.h: Likewise.
11589
11590         2006-08-15  Jim Meyering  <jim@meyering.net>
11591
11592         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11593         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11594         in support of the EXPECTED_ERRNO macro.
11595         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11596         definitions.  Instead, define the appropriate symbols and include
11597         "at-func.c".
11598         * lib/mkdirat.c (mkdirat): Likewise.
11599         * lib/fchmodat.c (fchmodat): Likewise.
11600         (ENOSYS): Remove definition.
11601         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11602         it.  Don't include "unistd--.h" -- it wasn't ever used.
11603
11604         2006-01-17  Jim Meyering  <jim@meyering.net>
11605
11606         Rewrite fts.c not to change the current working directory,
11607         by using openat, fstatat, fdopendir, etc..
11608
11609         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11610         (HAVE_OPENAT_SUPPORT): Define.
11611         [_LIBC] (fchdir): Don't undef or define; no longer used.
11612         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11613         Now, this `function' always succeeds, and consumes its file descriptor
11614         parameter -- so callers must not close such FDs.  Update callers.
11615         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11616         (diropen): Add parameter, SP.  Adjust all callers.
11617         Implement using diropen_fd, rather than open.
11618         (fts_open): Initialize new member, fts_cwd_fd.
11619         Remove fts_rft-setting code.
11620         (fts_close): Close fts_cwd_fd, if necessary.
11621         (__opendir2): Define in terms of opendir or opendirat,
11622         depending on whether the FST_NOCHDIR flag is set.
11623         (fts_build): Since fts_safe_changedir consumes its FD, and since
11624         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11625         and close the dup'd file descriptor upon failure.
11626         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11627         (fts_safe_changedir): Tweak semantics to reflect that this function
11628         now calls cwd_advance_fd and hence consumes its FD argument.
11629         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11630         [struct FTS] (fts_rft): Remove now-unused member.
11631         [struct FTS] (fts_cycle.state): Improve comment.
11632
11633         * lib/openat.c (openat_needs_fchdir): New function.
11634         * lib/openat.h (openat_needs_fchdir): Declare it.
11635
11636 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11637
11638         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11639         Problem and fix reported by Pádraig Brady in
11640         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11641
11642 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11643
11644         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11645
11646 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11647
11648         * lib/memcoll.c (memcoll): Optimize for the common case where the
11649         arguments are bytewise equal.
11650
11651 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         * doc/regexprops-generic.texi: Add a copyright notice.
11654
11655 2006-08-15  Bruno Haible  <bruno@clisp.org>
11656
11657         * modules/tmpdir (License): Change to LGPL.
11658
11659 2006-08-15  Bruno Haible  <bruno@clisp.org>
11660
11661         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11662         module.
11663
11664 2006-08-14  Simon Josefsson  <jas@extundo.com>
11665
11666         * config/srclist.txt: Add gnupload.
11667
11668 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11669
11670         Change copyright notice from LGPL 2 to GPL 2, since that's the
11671         standard form used in the gnulib repository.
11672         * tests/test-lock.c: Likewise.
11673         * tests/test-stdint.c: Likewise.
11674         * tests/test-tls.c: Likewise.
11675
11676         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11677         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11678         Add copyright notice.
11679
11680         * check-module: Add copyright notice.  Output a copyright
11681         notice if "--version" is specified.
11682         * modules/COPYING: New file.
11683         * tests/test-getaddrinfo.c: Add copyright notice.
11684         * tests/test-verify.c: Likewise.
11685
11686 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11687
11688         Change copyright notice from LGPL 2 to GPL 2, since that's the
11689         standard form used in the gnulib repository.
11690         * lib/lock.c: LGPL -> GPL.
11691         * lib/lock.h: Likewise.
11692         * lib/strnlen1.c: Likewise.
11693         * lib/strnlen1.h: Likewise.
11694         * lib/tls.c: Likewise.
11695         * lib/tls.h: Likewise.
11696         * lib/tmpdir.c: Likewise.
11697
11698         * lib/TODO: Remove; this belongs only in coreutils.
11699
11700 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11701
11702         Add copyright notices to long-enough files that lack them, since
11703         otherwise the files aren't clearly free.  Use the same notice that
11704         getdate.texi already uses.
11705         * doc/alloca-opt.texi: Add copyright notice.
11706         * doc/alloca.texi: Likewise.
11707         * doc/ctime.texi: Likewise.
11708         * doc/functions.texi: Likewise.
11709         * doc/gcd.texi: Likewise.
11710         * doc/gnulib-tool.texi: Likewise.
11711         * doc/inet_ntoa.texi: Likewise.
11712         * doc/visibility.texi: Likewise.
11713
11714         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11715         * doc/quote.texi: Add copyright notice.
11716
11717         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11718         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11719         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11720         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11721         is now obsolete, and give a pointer to the Sun list.
11722         Add copyright notice.
11723
11724 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11725
11726         * config/srclistvars.sh: Add copyright notice.
11727
11728 2006-08-14  Eric Blake  <ebb9@byu.net>
11729
11730         Import the following change from libc:
11731
11732         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11733
11734         Upstream bug 2997.
11735         * lib/misc/error.c: Add space between program name and message if file
11736         name is missing.
11737
11738 2006-08-12  Karl Berry  <karl@gnu.org>
11739
11740         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11741         remove, these originate in gnulib now.
11742
11743 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11744
11745         * doc/Makefile (standards.info standards.html standards.dvi):
11746         Also depend on make-stds.texi.
11747
11748 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11749
11750         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11751         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11752
11753         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11754         in wchar_t.  Problem reported by Eric Blake.
11755
11756         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11757         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11758         Also, help the compiler to keep LEN in a register.
11759
11760 2006-08-11  Eric Blake  <ebb9@byu.net>
11761
11762         * users.txt: Sort.  Add tar.
11763
11764 2006-08-11  Bruno Haible  <bruno@clisp.org>
11765
11766         * users.txt: New file.
11767
11768 2006-08-11  Bruno Haible  <bruno@clisp.org>
11769
11770         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11771         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11772
11773 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11774
11775         * modules/snprintf (Depends-on): Remove minmax.
11776         (Maintainer): Add self and Bruno.
11777
11778 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11779
11780         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11781         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11782         (EOVERFLOW): Define if the system does not.
11783         Do not include "minmax.h"; it wasn't used.
11784         (snprintf): Don't assume size_t promotes to an unsigned type.
11785         Fix bug when generated string was too long for the buffer: the
11786         buffer's contents are supposed to be the initial prefix of the
11787         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11788         exceeds INT_MAX; do the check ourselves.
11789
11790         Import the following changes from libc:
11791
11792         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11793
11794         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11795         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11796         set wc to the byte which couldn't be converted.
11797         (re_string_reconstruct): Don't clear valid_raw_len before calling
11798         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11799         tip_context using re_string_context_at.
11800
11801         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11802
11803         * lib/posix/regex.h: g++ still cannot handled [restrict].
11804
11805         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11806
11807         * lib/posix/regex.h: Remove special handling for VMS.
11808
11809 2006-08-10  Jim Meyering  <jim@meyering.net>
11810
11811         * modules/same-inode: New module.
11812         * modules/dev-ino: New module.
11813         * modules/cycle-check: Depend on these modules, rather than simply
11814         including their .h files.
11815         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11816         required via m4/cycle-check.m4.
11817         * modules/same: Depend on new same-inode module, rather than
11818         including same-inode.h.
11819         * modules/chdir-safer: New file.
11820
11821         * modules/chown (Depends-on): Add stat-macros.
11822
11823 2006-08-10  Jim Meyering  <jim@meyering.net>
11824
11825         * m4/cycle-check.m4: New file.
11826         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11827         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11828
11829 2006-08-10  Eric Blake  <ebb9@byu.net>
11830
11831         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11832         in from original proposal.
11833
11834 2006-08-10  Eric Blake  <ebb9@byu.net>
11835         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11836
11837         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11838         namespace.
11839
11840 2006-08-10  Bruno Haible  <bruno@clisp.org>
11841
11842         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11843         as well.
11844
11845 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11846
11847         Sync from coreutils.
11848
11849         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11850
11851         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11852         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11853
11854 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         * modules/restrict: Remove; no longer needed now that we assume
11857         Autoconf 2.59 or later.
11858         * MODULES.html.sh: Remove 'restrict'.
11859         * modules/argp (Depends-on): Remove 'restrict'.
11860         * modules/base64 (Depends-on): Likewise.
11861         * modules/gc (Depends-on): Likewise.
11862         * modules/getaddrinfo (Depends-on): Likewise.
11863         * modules/glob (Depends-on): Likewise.
11864         * modules/inet_ntop (Depends-on): Likewise.
11865         * modules/inet_pton (Depends-on): Likewise.
11866         * modules/memxor (Depends-on): Likewise.
11867         * modules/regex (Depends-on): Likewise.
11868         * modules/strtok_r (Depends-on): Likewise.
11869         * modules/time_r (Depends-on): Likewise.
11870
11871 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11874         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11875         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11876         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11877         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11878         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11879         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11880         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11881
11882         Merge from coreutils.
11883         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11884         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11885         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11886         * m4/time_r.m4 (gl_TIME_R): Likewise.
11887
11888 2006-08-09  Karl Berry  <karl@gnu.org>
11889
11890         * config/srclist.txt: no more gettext-tools, per Bruno.
11891
11892 2006-08-08  Eric Blake  <ebb9@byu.net>
11893
11894         * modules/verror: New module.
11895         * MODULES.html.sh: Document it.
11896
11897 2006-08-08  Eric Blake  <ebb9@byu.net>
11898
11899         * lib/verror.h, lib/verror.c: New files.
11900
11901 2006-08-08  Eric Blake  <ebb9@byu.net>
11902
11903         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11904         verror_at_line output complies with GNU Coding Standards even when
11905         file is NULL.
11906
11907 2006-08-07  Bruno Haible  <bruno@clisp.org>
11908
11909         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11910         versions of AIX.
11911         Reported by Ralf Wildenhues.
11912
11913 2006-08-07  Bruno Haible  <bruno@clisp.org>
11914
11915         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11916         in an AC_DEFUN. Needed so that the autoconf snippets can use
11917         AC_REQUIRE.
11918
11919 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11920
11921         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11922         Initialize pkgdata_DATA.
11923         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11924         overriding it.
11925
11926 2006-08-06  Eric Blake  <ebb9@byu.net>
11927
11928         * lib/error.h: Fold in some upstream changes from glibc.
11929         * lib/error.c: Likewise.
11930
11931 2006-08-04  Bruno Haible  <bruno@clisp.org>
11932
11933         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11934         Make the mostlyclean-local rule depend on mostlyclean-generic.
11935         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11936
11937 2006-07-31  Bruno Haible  <bruno@clisp.org>
11938
11939         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11940         <stdlib.h>, <string.h>.
11941
11942 2006-07-30  Bruno Haible  <bruno@clisp.org>
11943
11944         * modules/readlink (License): Change to LGPL.
11945
11946 2006-07-30  Bruno Haible  <bruno@clisp.org>
11947
11948         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11949         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11950         set PKGDATADIR to point to it.
11951
11952 2006-07-30  Bruno Haible  <bruno@clisp.org>
11953
11954         * modules/csharpexec (configure.ac): Comment out macro invocation.
11955         * modules/javaexec (configure.ac): Likewise.
11956         * modules/javacomp-script (configure.ac): Likewise.
11957
11958         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11959
11960 2006-07-30  Bruno Haible  <bruno@clisp.org>
11961
11962         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11963         linked-list.
11964
11965 2006-07-30  Bruno Haible  <bruno@clisp.org>
11966
11967         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11968
11969 2006-07-30  Bruno Haible  <bruno@clisp.org>
11970
11971         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11972         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
11973         get removed.
11974
11975 2006-07-29  Bruno Haible  <bruno@clisp.org>
11976
11977         Make it possible for gnulib-tool to work with locally modified or
11978         augmented gnulib repositories.
11979         * gnulib-tool (func_usage): Document --local-dir option.
11980         (local_gnulib_dir): New variable.
11981         Handle --local-dir option.
11982         (func_lookup_file): New function.
11983         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
11984         (func_get_description, func_get_filelist, func_get_description,
11985         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
11986         func_get_automake_snippet, func_get_include_directive,
11987         func_get_license, func_get_maintainer): Use func_lookup_file.
11988         (func_import, func_create_testdir): Use func_lookup_file.
11989
11990 2006-07-29  Bruno Haible  <bruno@clisp.org>
11991
11992         * modules/setenv (Depends-on): Add unistd.
11993
11994 2006-07-29  Bruno Haible  <bruno@clisp.org>
11995
11996         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
11997
11998 2006-07-29  Bruno Haible  <bruno@clisp.org>
11999
12000         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12001
12002 2006-07-29  Bruno Haible  <bruno@clisp.org>
12003
12004         * gnulib-tool (import, update): If there is no Makefile.am, look at
12005         aclocal.m4, instead of bailing out.
12006
12007 2006-07-29  Bruno Haible  <bruno@clisp.org>
12008
12009         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12010         Categorize the options by when they are useful.
12011
12012 2006-07-29  Bruno Haible  <bruno@clisp.org>
12013
12014         * gnulib-tool (func_usage): Document option --no-libtool.
12015         Handle option --no-libtool.
12016         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12017         for changed semantics of $libtool variable.
12018         (func_import): Likewise. If libtool is not used, show this through
12019         an option --no-libtool.
12020         (func_create_testdir): Update.
12021
12022 2006-07-29  Bruno Haible  <bruno@clisp.org>
12023
12024         * gnulib-tool (func_import): Extend error message about missing
12025         --doc-base.
12026
12027 2006-07-29  Bruno Haible  <bruno@clisp.org>
12028
12029         * gnulib-tool (func_import): Don't create the $docbase directory if
12030         there is no file to store there.
12031
12032 2006-07-29  Bruno Haible  <bruno@clisp.org>
12033
12034         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12035         relevant, look for configure.ac there, not in the current directory.
12036         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12037
12038 2006-07-29  Bruno Haible  <bruno@clisp.org>
12039
12040         * gnulib-tool (SORT): New variable.
12041         (func_usage): Undocument --assume-autoconf option.
12042         Remove --assume-autoconf option handling.
12043         (autoconf_minversion): Determine from the contents of configure.ac.
12044         (func_import): Remove autoconf_minversion handling.
12045         Suggested by Eric Blake.
12046
12047 2006-07-29  Bruno Haible  <bruno@clisp.org>
12048
12049         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12050
12051 2006-07-29  Bruno Haible  <bruno@clisp.org>
12052
12053         * config/srclist.txt (*setenv.[ch]): Remove rules.
12054
12055 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12056
12057         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12058
12059 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12060
12061         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12062         arpa/inet.h.
12063
12064 2006-07-28  Simon Josefsson  <jas@extundo.com>
12065
12066         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12067         * modules/inet_pton (Depends-on): Likewise.
12068
12069 2006-07-28  Simon Josefsson  <jas@extundo.com>
12070
12071         * m4/netinet_in_h.m4: New file.
12072
12073 2006-07-28  Simon Josefsson  <jas@extundo.com>
12074
12075         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12076         #include's.
12077
12078 2006-07-28  Simon Josefsson  <jas@extundo.com>
12079
12080         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12081         #include's.
12082
12083 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12084
12085         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12086         setgid on directories only if they set these bits.
12087         * lib/modechange.h: Remove obsolete comment about masks.
12088
12089 2006-07-28  Eric Blake  <ebb9@byu.net>
12090
12091         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12092         macro expansion.
12093
12094 2006-07-28  Bruno Haible  <bruno@clisp.org>
12095
12096         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12097
12098 2006-07-28  Bruno Haible  <bruno@clisp.org>
12099
12100         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12101
12102 2006-07-28  Bruno Haible  <bruno@clisp.org>
12103
12104         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12105         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12106         Define fallbacks.
12107         Avoids link error on FreeBSD 4.x.
12108         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12109
12110         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12111         encoding.
12112         * lib/mbswidth.c (iswcntrl): Likewise.
12113
12114 2006-07-27  Bruno Haible  <bruno@clisp.org>
12115
12116         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12117         test.
12118
12119 2006-07-27  Bruno Haible  <bruno@clisp.org>
12120
12121         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12122         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12123         defined.
12124
12125 2006-07-26  Eric Blake  <ebb9@byu.net>
12126
12127         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12128
12129 2006-07-26  Eric Blake  <ebb9@byu.net>
12130
12131         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12132         like mingw that lack mkstemp.
12133         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12134         avoid compilation warning on mingw.
12135
12136 2006-07-26  Bruno Haible  <bruno@clisp.org>
12137
12138         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12139         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12140         INT_FAST*_MIN, INTPTR_MIN.
12141
12142 2006-07-25  Bruno Haible  <bruno@clisp.org>
12143
12144         * modules/version-etc (Depends-on): Add stdarg.
12145
12146 2006-07-25  Bruno Haible  <bruno@clisp.org>
12147
12148         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12149         complex commands.
12150
12151 2006-07-25  Bruno Haible  <bruno@clisp.org>
12152
12153         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12154         defined in <stdarg.h> or config.h.
12155
12156 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12157
12158         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12159         (gl_STDIO_SAFER): Remove.
12160
12161 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         * MODULES.html.sh (File stream based Input/Output):
12164         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12165         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12166         * modules/fopen-safer, modules/tmpfile-safer: New files.
12167         * modules/stdio-safer: Remove.
12168
12169 2006-07-24  Bruno Haible  <bruno@clisp.org>
12170
12171         * modules/tmpdir: New file.
12172         * MODULES.html.sh (File system functions): Add it.
12173
12174 2006-07-24  Bruno Haible  <bruno@clisp.org>
12175
12176         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12177         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12178
12179 2006-07-24  Bruno Haible  <bruno@clisp.org>
12180
12181         * modules/clean-temp: New file.
12182
12183 2006-07-24  Bruno Haible  <bruno@clisp.org>
12184
12185         * m4/tmpdir.m4: New file, from GNU gettext.
12186
12187 2006-07-24  Bruno Haible  <bruno@clisp.org>
12188
12189         * lib/tmpdir.h: New file, from GNU gettext.
12190         * lib/tmpdir.c: New file, from GNU gettext.
12191
12192 2006-07-24  Bruno Haible  <bruno@clisp.org>
12193
12194         * lib/clean-temp.h: New file, from GNU gettext.
12195         * lib/clean-temp.c: New file, from GNU gettext.
12196
12197 2006-07-23  Eric Blake  <ebb9@byu.net>
12198
12199         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12200         (Depends-on): Add binary-io.
12201
12202 2006-07-23  Eric Blake  <ebb9@byu.net>
12203
12204         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12205
12206 2006-07-23  Eric Blake  <ebb9@byu.net>
12207
12208         * lib/tmpfile-safer.c: New file.
12209         * lib/stdio-safer.h (fopen_safer): Add prototype.
12210         * lib/stdio--.h (tmpfile): Make safer.
12211
12212 2006-07-23  Bruno Haible  <bruno@clisp.org>
12213
12214         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12215         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12216         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12217         gl_linked_remove_at): Use it.
12218
12219 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12220         and Simon Josefsson <jas@extundo.com>
12221
12222         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12223
12224         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12225
12226 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12227
12228         * modules/close-stream: New file.
12229         * modules/closeout (Description): Make it clear that it exits
12230         with a diagnostic on error.
12231         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12232         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12233
12234 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12235
12236         * m4/close-stream.m4: New file.
12237
12238 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12239
12240         * lib/close-stream.c, lib/close-stream.h: New files.
12241
12242 2006-07-22  Bruno Haible  <bruno@clisp.org>
12243
12244         Merge from GNU gettext 0.15.
12245
12246         2006-05-01  Bruno Haible  <bruno@clisp.org>
12247
12248                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12249
12250         2006-07-22  Bruno Haible  <bruno@clisp.org>
12251
12252                 * modules/javaversion: New file.
12253                 * MODULES.html.sh (Java): Add javaversion.
12254
12255         2006-03-12  Bruno Haible  <bruno@clisp.org>
12256
12257                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12258
12259         2005-12-04  Bruno Haible  <bruno@clisp.org>
12260
12261                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12262                 (untested).
12263
12264         2006-06-21  Bruno Haible  <bruno@clisp.org>
12265
12266                 Avoid warnings from recent versions of mcs.
12267                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12268                 -o, -L, -r any more. Use options documented since mcs-1.0
12269                 instead. Similarly for -g.
12270
12271         2005-12-04  Bruno Haible  <bruno@clisp.org>
12272
12273                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12274                 .resources, not .resource.
12275
12276         2005-07-09  Bruno Haible  <bruno@clisp.org>
12277
12278                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12279                 add a .dll suffix.
12280                 Reported by Mark Junker <mjscod@gmx.de>.
12281
12282         2006-07-22  Bruno Haible  <bruno@clisp.org>
12283
12284                 * modules/gettext: Upgrade to gettext-0.15.
12285                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12286                 m4/visibility.m4.
12287                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12288
12289 2006-07-22  Bruno Haible  <bruno@clisp.org>
12290
12291         Merge from GNU gettext 0.15.
12292
12293         2006-03-25  Bruno Haible  <bruno@clisp.org>
12294
12295                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12296
12297         2006-07-21  Bruno Haible  <bruno@clisp.org>
12298
12299                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12300                 "1.1".
12301
12302         2006-05-09  Bruno Haible  <bruno@clisp.org>
12303
12304                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12305                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12306                 for the conftestver execution.
12307
12308         2006-05-01  Bruno Haible  <bruno@clisp.org>
12309
12310                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12311                 optional target-version argument. Verify that the compiler
12312                 groks source of the specified source-version, or add -source
12313                 option as necessary. Verify that the compiler produces
12314                 bytecode in the specified target-version, or add -target and
12315                 -source options as necessary. Make the result of the test
12316                 available as variable CONF_JAVAC. Also log error output in
12317                 config.log.
12318
12319         2006-03-11  Bruno Haible  <bruno@clisp.org>
12320
12321                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12322
12323         2006-05-09  Bruno Haible  <bruno@clisp.org>
12324
12325                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12326                 CLASSPATH_SEPARATOR to a semicolon.
12327
12328         2006-03-12  Bruno Haible  <bruno@clisp.org>
12329
12330                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12331                 available as variable CONF_JAVA, for subsequent autoconf
12332                 tests. Also log error output in config.log.
12333
12334         2006-07-19  Bruno Haible  <bruno@clisp.org>
12335
12336                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12337                 that getline works on glibc2 systems. Needed to avoid trouble
12338                 in relocatable.c.
12339                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12340
12341         2005-12-04  Bruno Haible  <bruno@clisp.org>
12342
12343                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12344                 launcher (untested).
12345
12346         2005-12-04  Bruno Haible  <bruno@clisp.org>
12347
12348                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12349
12350         2006-07-22  Bruno Haible  <bruno@clisp.org>
12351
12352                 * gettext.m4: Update from GNU gettext-0.15.
12353                 * nls.m4: Likewise.
12354                 * po.m4: Likewise.
12355                 * inttypes-pri.m4: Likewise.
12356                 * inttypes-h.m4: Renamed from inttypes.m4.
12357                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12358
12359 2006-07-22  Bruno Haible  <bruno@clisp.org>
12360
12361         Merge from GNU gettext 0.15.
12362
12363         2005-07-05  Bruno Haible  <bruno@clisp.org>
12364
12365                 * printf-args.c (printf_fetchargs): Work around broken
12366                 definition of wint_t on mingw.
12367
12368         2005-02-12  Bruno Haible  <bruno@clisp.org>
12369
12370                 * xallocsa.h: Add extern "C" for C++.
12371
12372         2006-05-17  Bruno Haible  <bruno@clisp.org>
12373
12374                 Cygwin portability.
12375                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12376
12377         2006-04-30  Bruno Haible  <bruno@clisp.org>
12378
12379                 * progreloc.c: Include <mach-o/dyld.h> if available.
12380                 (find_executable): Use _NSGetExecutablePath when possible.
12381
12382         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12383
12384                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12385                 function.
12386
12387         2005-12-29  Bruno Haible  <bruno@clisp.org>
12388
12389                 * progreloc.c (set_program_name_and_installdir): Fix
12390                 compilation error.
12391
12392         2005-12-04  Bruno Haible  <bruno@clisp.org>
12393
12394                 Cygwin portability.
12395                 * progreloc.c: Include <windows.h> also on Cygwin.
12396                 (find_executable): Add support for Cygwin.
12397                 (set_program_name_and_installdir): Handle also platforms with
12398                 nonempty EXEEXT.
12399
12400         2006-07-11  Bruno Haible  <bruno@clisp.org>
12401
12402                 * javacomp.c: Fix a comment.
12403                 Reported by Jim Meyering.
12404
12405         2006-04-30  Bruno Haible  <bruno@clisp.org>
12406
12407                 * javacomp.h (compile_java_class): Add source_version,
12408                 target_version arguments.
12409                 * javacomp.c: Rewritten to choose only a compiler that
12410                 respects the specified source_version and target_version.
12411
12412         2006-06-27  Bruno Haible  <bruno@clisp.org>
12413
12414                 Assume correct S_ISDIR macro.
12415                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12416
12417         2006-07-22  Bruno Haible  <bruno@clisp.org>
12418
12419                 * javaversion.h: New file, from GNU gettext.
12420                 * javaversion.c: New file, from GNU gettext.
12421                 * javaversion.java: New file, from GNU gettext.
12422                 * javaversion.class: New file, from GNU gettext.
12423
12424         2006-05-17  Bruno Haible  <bruno@clisp.org>
12425
12426                 Cygwin portability.
12427                 * javaexec.c (execute_java_class): Test for jview program
12428                 also on Cygwin.
12429
12430         2006-04-09  Bruno Haible  <bruno@clisp.org>
12431
12432                 * fatal-signal.c: Don't include string.h.
12433                 (at_fatal_signal): Use a copying loop instead of memcpy.
12434
12435         2005-12-04  Bruno Haible  <bruno@clisp.org>
12436
12437                 * csharpexec.c: Add support for 'clix' launcher (untested).
12438                 (execute_csharp_using_sscli): New function.
12439                 (execute_csharp_program): Call it.
12440
12441         2006-06-21  Bruno Haible  <bruno@clisp.org>
12442
12443                 Avoid warnings from recent versions of mcs.
12444                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12445                 -o, -L, -r any more. Use options documented since mcs-1.0
12446                 instead. Similarly for -g.
12447
12448         2005-07-09  Bruno Haible  <bruno@clisp.org>
12449
12450                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12451                 add a .dll suffix.
12452                 Reported by Mark Junker <mjscod@gmx.de>.
12453
12454         2006-06-17  Bruno Haible  <bruno@clisp.org>
12455
12456                 * config.charset: Update for NetBSD 3.0.
12457
12458         2006-05-17  Bruno Haible  <bruno@clisp.org>
12459
12460                 Cygwin portability.
12461                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12462
12463         2006-05-16  Bruno Haible  <bruno@clisp.org>
12464
12465                 * localcharset.c [CYGWIN]: Include <windows.h>.
12466                 (get_charset_aliases): For Cygwin, return the same CPxxx
12467                 aliases list as under WIN32.
12468                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12469                 the environment variables. Fall back to GetACP().
12470
12471         2006-04-05  Bruno Haible  <bruno@clisp.org>
12472
12473                 * config.charset: Update Juan Manuel Guerrero's address.
12474
12475         2005-02-12  Bruno Haible  <bruno@clisp.org>
12476
12477                 * allocsa.h: Add extern "C" for C++.
12478
12479         2005-02-10  Bruno Haible  <bruno@clisp.org>
12480
12481                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12482                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12483
12484         2006-07-22  Bruno Haible  <bruno@clisp.org>
12485
12486                 * gettext.h: Update to GNU gettext-0.15.
12487
12488 2006-07-22  Bruno Haible  <bruno@clisp.org>
12489
12490         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12491         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12492         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12493
12494 2006-07-21  Eric Blake  <ebb9@byu.net>
12495
12496         * modules/stdlib-safer: New file.
12497         * MODULES.html.sh (File stream based Input/Output): Add
12498         stdlib-safer.
12499
12500 2006-07-21  Eric Blake  <ebb9@byu.net>
12501
12502         * lib/stdlib-safer.h: New file from coreutils, required by
12503         stdlib--.h.
12504
12505 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12506
12507         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12508
12509 2006-07-20  Bruno Haible  <bruno@clisp.org>
12510
12511         * gnulib-tool: Recognize new option --assume-autoconf.
12512         (autoconf_minversion): New variable.
12513         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12514
12515 2006-07-20  Bruno Haible  <bruno@clisp.org>
12516
12517         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12518
12519 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12520
12521         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12522         Reindent and repaginate.
12523
12524 2006-07-19  Derek Price  <derek@ximbiot.com>
12525
12526         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12527         Correct grammar.
12528
12529 2006-07-17  Bruno Haible  <bruno@clisp.org>
12530
12531         * modules/list: New file.
12532         * modules/array-list: New file.
12533         * modules/carray-list, modules/carray-list-tests: New files.
12534         * modules/linked-list, modules/linked-list-tests: New files.
12535         * modules/avltree-list, modules/avltree-list-tests: New files.
12536         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12537         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12538         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12539         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12540         * modules/oset: New file.
12541         * modules/array-oset: New file.
12542         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12543         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12544         * tests/test-carray_list.c: New file.
12545         * tests/test-linked_list.c: New file.
12546         * tests/test-avltree_list.c: New file.
12547         * tests/test-rbtree_list.c: New file.
12548         * tests/test-linkedhash_list.c: New file.
12549         * tests/test-avltreehash_list.c: New file.
12550         * tests/test-rbtreehash_list.c: New file.
12551         * tests/test-avltree_oset.c: New file.
12552         * tests/test-rbtree_oset.c: New file.
12553         * MODULES.html.sh (Container data structures): New section.
12554
12555 2006-07-17  Bruno Haible  <bruno@clisp.org>
12556
12557         * m4/gl_list.m4: New file.
12558
12559 2006-07-17  Bruno Haible  <bruno@clisp.org>
12560
12561         * lib/gl_list.h: New file.
12562         * lib/gl_list.c: New file.
12563         * lib/gl_array_list.h: New file.
12564         * lib/gl_array_list.c: New file.
12565         * lib/gl_carray_list.h: New file.
12566         * lib/gl_carray_list.c: New file.
12567         * lib/gl_linked_list.h: New file.
12568         * lib/gl_linked_list.c: New file.
12569         * lib/gl_anylinked_list1.h: New file.
12570         * lib/gl_anylinked_list2.h: New file.
12571         * lib/gl_avltree_list.h: New file.
12572         * lib/gl_avltree_list.c: New file.
12573         * lib/gl_anyavltree_list1.h: New file.
12574         * lib/gl_anyavltree_list2.h: New file.
12575         * lib/gl_rbtree_list.h: New file.
12576         * lib/gl_rbtree_list.c: New file.
12577         * lib/gl_anyrbtree_list1.h: New file.
12578         * lib/gl_anyrbtree_list2.h: New file.
12579         * lib/gl_anytree_list1.h: New file.
12580         * lib/gl_anytree_list2.h: New file.
12581         * lib/gl_linkedhash_list.h: New file.
12582         * lib/gl_linkedhash_list.c: New file.
12583         * lib/gl_anyhash_list1.h: New file.
12584         * lib/gl_anyhash_list2.h: New file.
12585         * lib/gl_avltreehash_list.h: New file.
12586         * lib/gl_avltreehash_list.c: New file.
12587         * lib/gl_rbtreehash_list.h: New file.
12588         * lib/gl_rbtreehash_list.c: New file.
12589         * lib/gl_anytreehash_list1.h: New file.
12590         * lib/gl_anytreehash_list2.h: New file.
12591
12592         * lib/gl_oset.h: New file.
12593         * lib/gl_oset.c: New file.
12594         * lib/gl_array_oset.h: New file.
12595         * lib/gl_array_oset.c: New file.
12596         * lib/gl_avltree_oset.h: New file.
12597         * lib/gl_avltree_oset.c: New file.
12598         * lib/gl_rbtree_oset.h: New file.
12599         * lib/gl_rbtree_oset.c: New file.
12600         * lib/gl_anytree_oset.h: New file.
12601
12602 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12603
12604         * m4/mkancesdirs.m4: New file.
12605         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12606         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12607         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12608         it.
12609
12610 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12613         * lib/mkancesdirs.h: New files.
12614         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12615         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12616         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12617         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12618         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12619         callers changed.  Revamp internals significantly, by not
12620         attempting to create directories that are temporarily more
12621         permissive than the final results.  Do not attempt to use
12622         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12623         This removes some race conditions, fixes some bugs, and simplifies
12624         things.  Use new dirchownmod function to do owner and mode changes.
12625         * lib/mkdir-p.h: Likewise.
12626         * lib/modechange.c (octal_to_mode): New function.
12627         (struct mode_change): New member mentioned.
12628         (make_node_op_equals): New arg mentioned.  All callers changed.
12629         (mode_compile): Keep track of which mode bits the user has explicitly
12630         mentioned.
12631         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12632         New arg PMODE_BITS, to keep track of which mode bits the user
12633         mentioned; it treats S_ISUID and S_ISGID speciall.
12634         All callers changed.
12635         * lib/modechange.h: Likewise.
12636
12637 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12638
12639         * MODULES.html.sh: Add mkancestors.
12640         * modules/mkancesdirs: New module.
12641         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12642         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12643         The chdir-safer and afs files are now orphans; I'll remove them
12644         unless someone speaks up.
12645         Add lib/dirchownmod.c, lib/dirchownmod.h.
12646         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12647         Add lchown, mkancesdirs.
12648         (Maintainer): Add self.
12649
12650 2006-07-15  Karl Berry  <karl@gnu.org>
12651
12652         * gnulib-tool: help message wording/arrangement.
12653
12654 2006-07-14  Simon Josefsson  <jas@extundo.com>
12655
12656         * doc/gnulib.texi (Libtool and Windows): New section.
12657
12658 2006-07-12  Simon Josefsson  <jas@extundo.com>
12659
12660         * modules/gendocs (License): Fix license, approved by Karl.
12661
12662 2006-07-12  Eric Blake  <ebb9@byu.net>
12663
12664         * MODULES.html.sh: Add gendocs.
12665
12666 2006-07-11  Eric Blake  <ebb9@byu.net>
12667
12668         * modules/fdl: New module, to install doc/fdl.texi.
12669         * MODULES.html.sh: Add new section for documentation modules.
12670         * gnulib-tool: Avoid space-tab.
12671         (--doc-base): New option, to manage files from doc.
12672
12673 2006-07-11  Eric Blake  <ebb9@byu.net>
12674
12675         * m4/absolute-header.m4: Fix comments to match recent change.
12676
12677 2006-07-11  Eric Blake  <ebb9@byu.net>
12678
12679         * gnulib-tool: List --doc-base before --tests-base.
12680
12681 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12682
12683         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12684
12685 2006-07-11  Bruno Haible  <bruno@clisp.org>
12686
12687         * README: Mention where to put documentation.
12688
12689 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12690
12691         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12692
12693 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12696         to stdint.m4.
12697
12698 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12699
12700         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12701         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12702         "no/such/file/stdint.h" when there is no such file, so that
12703         the resulting C code can be parsed by dodgy compilers.
12704         Problems reported by Bob Proulx.
12705
12706 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12707
12708         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12709         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12710         macros into the GNU _D_EXACT_NAMLEN.
12711         * lib/savedir.c:  Likewise.
12712         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12713
12714 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12715         and Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12718         * m4/savedir.m4:
12719         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12720         macros into the GNU _D_EXACT_NAMLEN.
12721
12722 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12725         around the absolute name, to work around a problem with the HP-UX
12726         11.23 native C compiler, reported by Bob Proulx.
12727
12728 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12729
12730         * doc/maintain.texi, make-stds.texi: Sync from
12731         <http://savannah.gnu.org/projects/gnustandards>.
12732
12733 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12736
12737 2006-07-09  Jim Meyering  <jim@meyering.net>
12738
12739         * m4/glob.m4: Remove a doubled word in a comment.
12740
12741 2006-07-09  Jim Meyering  <jim@meyering.net>
12742
12743         * lib/argp-pv.c: Remove a doubled word in a comment.
12744         * lib/check-version.c (check_version): Likewise.
12745         * lib/javacomp.c (compile_java_class): Likewise.
12746
12747 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12748
12749         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12750         for the benefit of people using Autoconf 2.60.  If you want to
12751         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12752         (or m4/onceonly.m4, if pre-2.57) manually.
12753
12754 2006-07-08  Jim Meyering  <jim@meyering.net>
12755
12756         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12757         comment.
12758         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12759         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12760         comment.
12761
12762 2006-07-08  Jim Meyering  <jim@meyering.net>
12763
12764         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12765
12766 2006-07-07  Simon Josefsson  <jas@extundo.com>
12767
12768         * tests/test-crc.c: Change expected crc value, the test vector
12769         were probably computed using the old broken crc.c?
12770
12771 2006-07-06  Simon Josefsson  <jas@extundo.com>
12772
12773         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12774         now the canonical place for the M4 file).
12775
12776         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12777         from the sys_socket dependency now.
12778
12779         * modules/inet_pton (Files): Ditto.
12780
12781         * modules/inet_ntop (Files): Ditto.
12782
12783 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12784
12785         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12786         not gl_PREREQ_GETUSERSHELL.
12787
12788 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12789
12790         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12791         with only one argument, for Autoconf 2.60.
12792         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12793         expand to nothing, so add a shell command to avoid syntax error.
12794         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12795
12796 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12797
12798         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12799
12800 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12803         no longer needed.  Check for isblank decl.
12804         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12805         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12806         of existence.
12807
12808 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12809
12810         * lib/getloadavg.c: Use __VMS, not VMS.
12811         * lib/getopt.c: Likewise.
12812         * lib/getpagesize.h: Likewise.
12813         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12814         and probably does not work.
12815
12816 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12817
12818         * lib/.cppi-disable: Add wcwidth.
12819         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12820         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12821         (ISGRAPH): Remove.  All uses changed to isgraph.
12822         (FOLD) [!defined _LIBC]: Remove special case.
12823         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12824         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12825         HAVE_ISBLANK.
12826         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12827         case.
12828
12829 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12830
12831         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12832         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12833         brackets.  Other minor changes to suppress some compiler
12834         warnings.
12835
12836 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12837         and Paul Eggert  <eggert@cs.ucla.edu>
12838
12839         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12840         of invoking obsolescent AC_HEADER_DIRENT macro.
12841         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12842         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12843         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12844         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12845         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12846         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12847         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12848         * m4/readdir.m4: Remove; no longer needed.
12849
12850 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12851         and Paul Eggert  <eggert@cs.ucla.edu>
12852
12853         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12854         Don't worry about this obsolete case any more.
12855         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12856         directories.
12857         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12858         worry about this obsolete case any more.
12859         * lib/fts.c: Likewise.
12860         * lib/getcwd.c: Likewise.
12861         * lib/glob.h: Likewise.
12862         * lib/savedir.c: Likewise.
12863
12864 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12867         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12868         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12869         needed.
12870         All uses removed.
12871         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12872         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12873         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12874         needed.
12875         * m4/getdate.m4 (gl_GETDATE): Likewise.
12876         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12877         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12878         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12879         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12880         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12881         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12882         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12883         needed.
12884
12885 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12886
12887         * lib/memcasecmp.c: Include <limits.h>.
12888         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12889         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12890         Don't assume isdigit succeeds only on '0' through '9'.
12891
12892 2006-07-05  Eric Blake  <ebb9@byu.net>
12893
12894         * modules/getaddrinfo (Depends-on): Add snprintf.
12895
12896 2006-07-05  Eric Blake  <ebb9@byu.net>
12897
12898         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12899         to avoid 'header present but could not be compiled' on cygwin.
12900
12901 2006-07-05  Eric Blake  <ebb9@byu.net>
12902
12903         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12904         missing from netdb.h.
12905         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12906
12907 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12908
12909         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12910         no longer needed.
12911         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12912         * m4/getdate.m4 (gl_GETDATE): Likewise.
12913         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12914         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12915         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12916         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12917         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12918
12919 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12920
12921         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12922         All uses of is_space replaced by isspace.
12923         * lib/exit.h: Don't talk about STDC_HEADERS.
12924         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12925         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12926         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12927         replaced by isprint etc.
12928         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12929         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12930         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12931         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12932         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12933         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12934
12935 2006-07-05  Bruno Haible  <bruno@clisp.org>
12936
12937         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12938         the function exists, before testing against AIX.
12939         Reported by Martin Lambers <marlam@marlam.de>.
12940
12941 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12942
12943         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12944         From Mark D. Baushke.
12945
12946 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12947
12948         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12949         to the absolute name, not just one, to bypass Sun C 5.8's
12950         "warning: #include of /usr/include/... may be non-portable".
12951
12952 2006-07-04  Eric Blake  <ebb9@byu.net>
12953
12954         * modules/dirname-tests: New test module.
12955         * tests/test-dirname.c: New file, replacing dirname.c
12956         TEST_DIRNAME section that was recently deleted.
12957
12958 2006-07-04  Bruno Haible  <bruno@clisp.org>
12959
12960         Assume ANSI C header files and <ctype.h> functions.
12961         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12962         (mbsnwidth): Use isprint, iscntrl instead.
12963
12964 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12965
12966         Merge from coreutils.
12967         * MODULES.html.sh: Add xstrtold.
12968         * modules/xstrtold: New file.
12969         * modules/cycle-check (Files): Add lib/same-inode.h.
12970         * modules/dirname (Files): Add m4/double-slash-root.m4.
12971         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
12972         * modules/mkdir-p (Files): Add lib/same-inode.h.
12973         * modules/same (Files): Add lib/same-inode.h.
12974
12975 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12976
12977         * m4/absolute-header.m4: Renamed from full-header-path.m4.
12978         This is to keep the terminology clean; POSIX talks about
12979         "absolute pathnames", not "full pathnames", but the GNU
12980         Coding Standards say to use "path" for something else;
12981         so use "absolute" to keep both sides happy.
12982         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
12983         Set gl_absolute_header, not gl_full_header_path.
12984         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
12985         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
12986         All uses changed.
12987
12988         Merge from coreutils.
12989
12990         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12991
12992         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
12993         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
12994         want to require the building of c-strtod.o.
12995         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
12996         needs -lm directly.
12997         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
12998
12999         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13000
13001         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13002         --as-needed option if available.  Problem reported by Albert Chin in
13003         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13004         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13005         cc merely issues a bunch of annoying warnings for --as-needed
13006         (this problem was reported by Bob Proulx).  Also, try linking with
13007         -lm to detect a bug in binutils 2.16 (this problem was reported
13008         by Ralf Wildenhues).
13009
13010         2006-06-18  Jim Meyering  <jim@meyering.net>
13011
13012         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13013         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13014         macro.
13015         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13016         also check for glibc-2.4's abort-inducing bug.
13017
13018         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13019         Low-probability clean-up should be to use rmdir to get rid of
13020         the just-created directory, not unlink.
13021
13022         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13023         configure fail, and request a bug report to inform us about it.
13024         Add a comment that, barring reports to the contrary, in 2007 we'll
13025         assume ftruncate is universally available.
13026
13027         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13028
13029         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13030
13031         2006-03-12  Jim Meyering  <jim@meyering.net>
13032
13033         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13034         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13035         * m4/same.m4 (gl_SAME): Likewise.
13036         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13037
13038         2006-03-11  Eric Blake  <ebb9@byu.net>
13039
13040         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13041         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13042         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13043         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13044
13045 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13048         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13049         reported by Mark D. Baushke, one in
13050         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13051
13052         Merge from coreutils.
13053
13054         * lib/.cppi-disable: Add stdint_.h.
13055         * lib/.cvsignore: Add stdint.h.
13056
13057         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13058
13059         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13060         both double and long double versions.
13061         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13062         * lib/xstrtold.c: New file.
13063         * lib/xstrtod.h (xstrtold): New decl.
13064
13065         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         * lib/filemode.c (setst): Remove.
13068         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13069         (arguably) clearer, and the generated code is a bit smaller on my
13070         Debian GNU/Linux stable x86 host.
13071
13072         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13073
13074         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13075         Assume that filemode.h includes sys/types.h and sys/stat.h.
13076         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13077         (ftypelet): Reorder to put common cases first, for efficiency.
13078         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13079         to do 'M'.
13080         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13081         of 10, for compatibility with FreeBSD.  All callers changed.
13082         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13083         types that can't be deduced solely from st_mode.  First arg is now a
13084         const pointer.
13085         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13086         (strmode): Renamed from mode_string.
13087         (filemodestring): New decl.
13088         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13089         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13090         needed.
13091         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13092
13093         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13094
13095         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13096         fsusage.h now does that.  Include fsusage.h first, to test interface.
13097         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13098         at most one method (the old code could have generated decls that
13099         didn't conform to C89, not that this was ever exercised).
13100         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13101
13102         2006-03-19  Jim Meyering  <jim@meyering.net>
13103
13104         Work even in a chroot where d_ino values for entries in "/"
13105         don't match the stat.st_ino values for the same names.
13106         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13107         number, iterate through all entries again, using lstat instead.
13108         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13109         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13110
13111         * lib/getcwd.c (__getcwd): Clarify a comment.
13112         Use memcpy in place of a call to strcpy.
13113
13114         2006-03-12  Jim Meyering  <jim@meyering.net>
13115
13116         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13117         matches that of the current directory (which we're about to chdir ".."
13118         out of), then save the dev-ino of the parent, instead.
13119
13120         * lib/same-inode.h (SAME_INODE): New file/macro.
13121         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13122         Include "same-inode.h", instead.
13123         * lib/same.c: Likewise.
13124         * lib/cycle-check.h: Include "same-inode.h".
13125         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13126         * lib/cycle-check.c (SAME_INODE): Remove definition.
13127         * lib/root-dev-ino.h: Include "same-inode.h".
13128
13129         2006-03-11  Eric Blake  <ebb9@byu.net>
13130
13131         * lib/same.c (same_name): s/base_name/last_component/
13132         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13133         * lib/filenamecat.c (file_name_concat): Likewise.
13134
13135         2006-03-11  Eric Blake  <ebb9@byu.net>,
13136                     Paul Eggert  <eggert@cs.ucla.edu>
13137
13138         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13139         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13140         drive prefix.
13141         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13142         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13143         (last_component): New method.
13144         * lib/dirname.c (dir_len): Determine when drive letters need a
13145         subsequent slash.  Preserve // when it is special.
13146         (dir_name): Don't append dot when drive letter is absolute.
13147         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13148         * lib/basename.c (base_name): New semantics - malloc the result.
13149         Preserve // when it is special.  Preserve relative files that look
13150         like drive letters.
13151         (base_len): Preserve // when it is special.
13152         (last_component): New method, similar to old base_name semantics.
13153         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13154         base_name.  Strip redundant slashes from ///.
13155
13156 2006-07-03  Jim Meyering  <jim@meyering.net>
13157
13158         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13159         macro is used before the first cycle_check call.
13160
13161 2006-07-03  Eric Blake  <ebb9@byu.net>
13162
13163         * modules/dirname (Depends-on): Add xstrndup.
13164
13165 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13168         test cases, so that config.log is a bit easier to follow.
13169
13170 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13171
13172         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13173         both are 64 bits, since this seems to be the tradition, and this
13174         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13175         we ever run into a host that prefers long long to long in this
13176         case, we'll need another configure-time test.  Problem reported by
13177         Jim Meyering.
13178
13179 2006-07-02  Eric Blake  <ebb9@byu.net>
13180
13181         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13182
13183 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13184
13185         * modules/inttypes (Depends-on): No longer depends on stdint.
13186         * modules/stdint (Description): Say more about assumptions.
13187         Say that the fast types might differ.  Say macros are used.
13188         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13189         (Makefile.am): Revise list of substituted symbols to match
13190         new stdint.m4.
13191         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13192         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13193         * tests/test-stdint.c (verify_same_types)
13194         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13195         the code conforms to C99/C89.
13196         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13197         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13198
13199 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13202         but fix a bug, by requiring at least 64 bits.
13203         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13204         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13205         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13206         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13207
13208         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13209         changes.  Make 2.59 a prerequisite.  Check and substitute for
13210         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13211         inttypes.h.  Do not use special include files; just use the
13212         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13213         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13214         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13215         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13216         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13217         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13218         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13219         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13220         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13221         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13222         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13223         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13224         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13225         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13226         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13227         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13228         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13229         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13230         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13231         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13232         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13233         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13234         not check for things that C99 does not require, e.g., int8_t.  If
13235         a test isn't needed unless <stdint.h> isn't working, and is
13236         unlikely to be needed for any other reason, then don't do it
13237         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13238         size_t, since we assume C89 freestanding at least.  Do not check
13239         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13240         the right thing even if the types are not defined.  Instead use:
13241         (gl_STDINT_TYPE_PROPERTIES): New macro.
13242         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13243         testing whether <sys/types.h> clashes, as Autoconf does this for
13244         us now.  All uses removed.
13245         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13246         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13247         (gl_CHECK_TYPE_SAME):
13248         Remove; no longer needed.
13249         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13250         exists, since we'll return 0 anyway in that case.
13251         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13252
13253 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13256         possible collision with system files.
13257         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13258         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13259         WCHAR_MIN and WCHAR_MAX in this case.
13260         (<stddef.h>): Do not include; no longer needed.
13261         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13262         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13263         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13264         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13265         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13266         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13267         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13268         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13269         !defined(__c99))]: Include in this case too, since it's harmless
13270         now.
13271         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13272         dangerous to do so.
13273         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13274         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13275         (_STDINT_MIN, _STDINT_MAX): New macros.
13276         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13277         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13278         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13279         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13280         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13281         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13282         macros, not typedefs; this simplifies things quite a bit.
13283         Use long int for all types narrower than int64_t.
13284         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13285         Define in terms of long long int or int64_t or long int,
13286         not int64_t or int32_t.  This saves some compile-time testing.
13287         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13288         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13289         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13290         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13291         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13292         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13293         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13294         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13295         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13296         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13297         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13298         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13299         undef any previous version and define our own version, for
13300         simplicity and consistency with the new macros for types.
13301         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13302         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13303         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13304         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13305         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13306         @WINT_T_SUFFIX@ to keep things simple here.
13307         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13308         Simplify by assuming typical 8/16/32/64 host, since we're
13309         already doing that elsewhere anyway.
13310         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13311         and assume long long int is 64 bits if available.  This
13312         speeds up 'configure'.
13313
13314 2006-07-01  Eric Blake  <ebb9@byu.net>
13315
13316         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13317         Reported by Andreas Buening.
13318
13319 2006-07-01  Eric Blake  <ebb9@byu.net>
13320
13321         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13322
13323 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13324
13325         * lib/getaddrinfo.c: fixed typo
13326
13327 2006-06-29  Jim Meyering  <jim@meyering.net>
13328
13329         * modules/strftime (Maintainer): Add my name, since with the
13330         FPRINTFTIME changes strftime.c has forked from glibc.
13331
13332 2006-06-29  Eric Blake  <ebb9@byu.net>
13333
13334         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13335
13336 2006-06-29  Eric Blake  <ebb9@byu.net>
13337
13338         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13339
13340 2006-06-29  Eric Blake  <ebb9@byu.net>
13341
13342         * lib/stat_.h: New file.
13343
13344 2006-06-29  Eric Blake  <ebb9@byu.net>
13345
13346         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13347         unused static function.
13348
13349 2006-06-29  Eric Blake  <ebb9@byu.net>
13350
13351         * doc/functions.texi (Function Portability): Document missing lstat
13352         on mingw.
13353
13354 2006-06-29  Eric Blake  <ebb9@byu.net>
13355
13356         * MODULES.html.sh: Add sys_stat.
13357         * modules/sys_stat: New module.
13358         * modules/mkstemp (Depends-on): Add sys_stat.
13359
13360 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13361
13362         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13363
13364 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13365
13366         * m4/c-bs-a.m4: Removed.
13367
13368 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13369
13370         * lib/strftime.c: Assume strftime() exists.
13371
13372 2006-06-29  Derek Price  <derek@ximbiot.com>
13373
13374         * modules/c-bs-a: Removed - \a is C89.
13375         * MODULES.html.sh: Remove c-bs-a.
13376
13377 2006-06-29  Bruno Haible  <bruno@clisp.org>
13378
13379         * modules/wcwidth (License): Change to LGPL.
13380
13381 2006-06-28  Simon Josefsson  <jas@extundo.com>
13382
13383         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13384         on _WIN32.
13385
13386         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13387         getnameinfo.
13388
13389 2006-06-28  Simon Josefsson  <jas@extundo.com>
13390
13391         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13392
13393 2006-06-28  Simon Josefsson  <jas@extundo.com>
13394
13395         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13396         functions there.  It will succeed on Windows XP, but on Windows
13397         2000 and (presumably) earlier, it will fail, and use the internal
13398         re-implementation.
13399         (use_win32_p): New function.
13400         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13401         Support AI_NUMERICSERV to disable getservbyname.
13402         (getnameinfo): New function, only supports
13403         NI_NUMERICHOST|NI_NUMERICSERV for now.
13404
13405         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13406         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13407         getnameinfo.
13408
13409 2006-06-28  Eric Blake  <ebb9@byu.net>
13410
13411         * modules/wcwidth: New file.
13412         * modules/mbchar (Depends-on): Add wcwidth.
13413         * modules/mbswidth (Depends-on): Add wcwidth.
13414         * MODULES.html.sh: Add wcwidth.
13415
13416 2006-06-28  Eric Blake  <ebb9@byu.net>
13417
13418         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13419         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13420
13421 2006-06-28  Eric Blake  <ebb9@byu.net>
13422
13423         * lib/xvasprintf.h: Fix comments.
13424
13425 2006-06-28  Eric Blake  <ebb9@byu.net>
13426
13427         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13428         * lib/mbswidth.c (wcwidth): Move from here...
13429         * lib/wcwidth.h: ...to this new file.
13430
13431 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13432
13433         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13434
13435         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13436         it's obsolete.
13437         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13438
13439 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13440
13441         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13442         Autoconf 2.60 says this stuff was obsolete.
13443
13444 2006-06-28  Bruno Haible  <bruno@clisp.org>
13445
13446         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13447
13448 2006-06-28  Bruno Haible  <bruno@clisp.org>
13449
13450         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13451         gt_TYPE_WCHAR_T.
13452
13453 2006-06-28  Bruno Haible  <bruno@clisp.org>
13454
13455         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13456         declaration for wcwidth.
13457         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13458
13459 2006-06-28  Bruno Haible  <bruno@clisp.org>
13460
13461         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13462         (mkdir): Define using _mkdir.
13463
13464 2006-06-28  Bruno Haible  <bruno@clisp.org>
13465
13466         * lib/getaddrinfo.h: Fix POSIX URL.
13467         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13468         _WIN32.
13469         (use_win32_p): Make static.
13470         (getaddrinfo): Reject service name if it is empty or does not consist
13471         solely of decimal digits, or if its value is > 65535.
13472         (getnameinfo): Remove useless casts.
13473
13474 2006-06-27  Simon Josefsson  <jas@extundo.com>
13475
13476         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13477         Eggert and Martin Lambers.
13478
13479 2006-06-27  Simon Josefsson  <jas@extundo.com>
13480
13481         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13482         Eggert and Martin Lambers.
13483
13484 2006-06-27  Bruno Haible  <bruno@clisp.org>
13485
13486         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13487         result to 0, not to empty.
13488         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13489
13490 2006-06-27  Bruno Haible  <bruno@clisp.org>
13491
13492         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13493
13494 2006-06-26  Simon Josefsson  <jas@extundo.com>
13495
13496         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13497         present.
13498
13499 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13500
13501         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13502         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13503         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13504
13505 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13506
13507         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13508
13509 2006-06-26  Bruno Haible  <bruno@clisp.org>
13510
13511         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13512
13513 2006-06-26  Bruno Haible  <bruno@clisp.org>
13514
13515         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13516
13517 2006-06-26  Bruno Haible  <bruno@clisp.org>
13518
13519         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13520         SGI C compiler in pre-C99 mode.
13521         Suggested by Mark D. Baushke and Larry Jones.
13522
13523 2006-06-26  Bruno Haible  <bruno@clisp.org>
13524
13525         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13526         WCHAR_MAX.
13527         Reported by Mark D. Baushke and Larry Jones.
13528
13529 2006-06-26  Bruno Haible  <bruno@clisp.org>
13530
13531         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13532         in pre-C99 mode.
13533         Suggested by Mark D. Baushke and Larry Jones.
13534
13535 2006-06-23  Simon Josefsson  <jas@extundo.com>
13536             Bruno Haible  <bruno@clisp.org>
13537
13538         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13539         Emit mostlyclean-local rule.
13540         (func_emit_tests_Makefile_am): Likewise.
13541         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13542
13543 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13544
13545         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13546
13547 2006-06-23  Bruno Haible  <bruno@clisp.org>
13548
13549         * tests/test-stdint.c: Update to match ISO C 99 Technical
13550         Corrigendum 1.
13551
13552 2006-06-23  Bruno Haible  <bruno@clisp.org>
13553
13554         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13555
13556 2006-06-23  Bruno Haible  <bruno@clisp.org>
13557
13558         * lib/stdint_.h: Treat IRIX like OpenBSD.
13559
13560 2006-06-23  Bruno Haible  <bruno@clisp.org>
13561
13562         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13563         ISO C 99 Technical Corrigendum 1.
13564
13565 2006-06-22  Simon Josefsson  <jas@extundo.com>
13566
13567         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13568         MinGW.
13569
13570 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13573         needed.  Some compiler complained about some of them.  Problem reported
13574         by Larry Jones in
13575         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13576
13577 2006-06-21  Simon Josefsson  <jas@extundo.com>
13578
13579         * tests/test-getaddrinfo.c: New file.
13580
13581         * modules/getaddrinfo-tests: New file.
13582
13583         * MODULES.html.sh: Add inet_pton.
13584
13585         * modules/inet_pton: New file.
13586
13587 2006-06-21  Simon Josefsson  <jas@extundo.com>
13588
13589         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13590         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13591         of using the (limited) gnulib implementation on Windows XP.
13592
13593         * m4/inet_pton.m4: New file.
13594
13595 2006-06-21  Simon Josefsson  <jas@extundo.com>
13596
13597         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13598         variable.
13599
13600         * lib/socket_.h: Don't define WINVER.
13601
13602         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13603         slightly modified to work in gnulib.
13604
13605 2006-06-21  Simon Josefsson  <jas@extundo.com>
13606
13607         * doc/gnulib.texi (Windows sockets): Add.
13608
13609 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13610
13611         * lib/read-file.c (fread_file): Start with buffer allocation of
13612         0 bytes rather than 1 byte; this simplifies the code.
13613         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13614         code to free buffer and save/restore errno.
13615         (internal_read_file): Remove unused local.
13616
13617 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13618
13619         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13620         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13621         Problem reported by Denis Excoffier in
13622         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13623
13624 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13625
13626         * modules/sys_socket, modules/socklen: Include sys/types since
13627         FreeBSD 4.x's sys/socket.h needs it.
13628
13629 2006-06-19  Simon Josefsson  <jas@extundo.com>
13630
13631         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13632
13633 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13634
13635         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13636
13637 2006-06-19  Bruno Haible  <bruno@clisp.org>
13638
13639         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13640         and FULL_PATH_INTTYPES_H in angle brackets.
13641         Reported by Mark D. Baushke <mdb@gnu.org>.
13642
13643 2006-06-17  Eric Blake  <ebb9@byu.net>
13644
13645         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13646         errno.
13647
13648 2006-06-17  Bruno Haible  <bruno@clisp.org>
13649
13650         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13651         <sys/inttypes.h>.
13652
13653 2006-06-17  Bruno Haible  <bruno@clisp.org>
13654
13655         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13656         whether errno is declared. Assume <errno.h> declares errno.
13657
13658 2006-06-17  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13661
13662 2006-06-17  Bruno Haible  <bruno@clisp.org>
13663
13664         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13665         problem on Solaris 2.5.1.
13666
13667 2006-06-16  Eric Blake  <ebb9@byu.net>
13668
13669         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13670         * lib/unicodeio.c [!defined errno]: Likewise.
13671         * lib/strtol.c [!defined errno]: Likewise.
13672         * lib/strtod.c [!defined errno]: Likewise.
13673
13674 2006-06-15  Eric Blake  <ebb9@byu.net>
13675
13676         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13677
13678 2006-06-15  Eric Blake  <ebb9@byu.net>
13679
13680         * config/srclist.txt (ssize_t.m4): Lose sync.
13681
13682 2006-06-15  Bruno Haible  <bruno@clisp.org>
13683
13684         * modules/stdint (Files): Include m4/full-header-path.m4,
13685         m4/size_max.m4, m4/wchar_t.m4.
13686         (Makefile.am): Many more substitutions.
13687         * modules/stdint-tests: New file.
13688         * tests/test-stdint.c: New file.
13689
13690 2006-06-15  Bruno Haible  <bruno@clisp.org>
13691
13692         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13693         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13694         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13695         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13696         gl_CHECK_TYPE_SAME): New macros.
13697
13698 2006-06-15  Bruno Haible  <bruno@clisp.org>
13699
13700         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13701
13702 2006-06-15  Bruno Haible  <bruno@clisp.org>
13703
13704         * lib/stdint_.h: Rewritten to be fully auto-configured.
13705         Fixes bug on HP-UX/IA64.
13706
13707 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/getdate.y (__attribute__): Don't define if already defined.
13710         Problem reported by Larry Jones.
13711         * lib/utimens.c (__attribute__): Likewise.
13712
13713 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13714
13715         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13716         reported by Andreas Schwab.
13717
13718 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13719             Bruno Haible  <bruno@clisp.org>
13720
13721         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13722         check for the declaration of strnlen and a run test that exposes the
13723         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13724         rpl_strndup.
13725
13726 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13727             Bruno Haible  <bruno@clisp.org>
13728
13729         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13730
13731 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13732
13733         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13734         compile test, for Tru64 4.0D.
13735
13736 2006-05-28  Karl Berry  <karl@gnu.org>
13737
13738         * config/srclist.txt (printf-args.c): lose sync.
13739
13740 2006-05-26  Martin Lambers  <marlam@marlam.de>
13741
13742         * lib/getpass.c: Updates the test for the native W32 API, and adds
13743         missing includes, thus fixing compilation warnings.
13744
13745 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13746
13747         * lib/exclude.c (exclude_fnmatch): New function.
13748         (excluded_file_name): Call exclude_fnmatch.
13749         * lib/exclude.h (excluded_file_name): New prototype
13750
13751 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * lib/tempname.c (small_open, large_open): New macros.
13754         (__open, __open64) [!_LIBC]: Remove.
13755         (__gen_tempname): Use small_open and large_open instead of __open
13756         and __open64.  This fixes a portability bug on HP-UX 11.11i
13757         reported by Simon Wing-Tang in
13758         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13759
13760 2006-05-24  Bruno Haible  <bruno@clisp.org>
13761
13762         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13763         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13764         Reported by Thorsten Maerz <torte@netztorte.de> via
13765         Aaron Stone <aaron@serendipity.cx>.
13766
13767 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13770         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13771         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13772         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13773         not really conditional on the cache.
13774         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13775
13776 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13777
13778         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13779         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13780         (my_usleep): Don't mishandle maximum value.
13781
13782 2006-05-19  Jim Meyering  <jim@meyering.net>
13783
13784         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13785
13786 2006-05-17  Bruno Haible  <bruno@clisp.org>
13787
13788         Cygwin portability.
13789         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13790
13791 2006-05-17  Bruno Haible  <bruno@clisp.org>
13792
13793         * lib/stdint_.h: Fix recognition of Cygwin.
13794
13795 2006-05-15  Bruno Haible  <bruno@clisp.org>
13796
13797         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13798         on libtool patch by Ralf Wildenhues.
13799
13800 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13801
13802         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13803         test for C99 conformance; (bool) 0.5 is an integer constant
13804         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13805         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13806
13807 2006-05-11  Simon Josefsson  <jas@extundo.com>
13808
13809         * m4/xvasprintf.m4: Fix obvious typo.
13810
13811 2006-05-11  Jim Meyering  <jim@meyering.net>
13812
13813         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13814         James Lemley.
13815
13816 2006-05-10  Simon Josefsson  <jas@extundo.com>
13817
13818         * lib/md4.c: Typo fix, update copyright years.
13819         (K1, K2): Don't use L because it turn computations into 64-bit on
13820         64-bit platforms.
13821
13822 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13823
13824         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13825         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13826         unwanted sign propagation, e.g., on hosts with 64-bit int.
13827         There still are some problems with reeelly weird theoretical hosts
13828         (e.g., 33-bit int) but it's not worth worrying about now.
13829         * lib/sha1.c (rol): Likewise.
13830         (K1, K2, K3, K4): Remove unnecessary L suffix.
13831
13832 2006-05-10  Bruno Haible  <bruno@clisp.org>
13833
13834         * lib/des.c: Cast to avoid warnings.
13835
13836 2006-05-09  Bruno Haible  <bruno@clisp.org>
13837
13838         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13839         (Depends-on): Depend also on xsize, stdarg.
13840         (configure.ac): Add gl_XVASPRINTF.
13841
13842 2006-05-09  Bruno Haible  <bruno@clisp.org>
13843
13844         * m4/xvasprintf.m4: New file.
13845
13846 2006-05-09  Bruno Haible  <bruno@clisp.org>
13847
13848         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13849         (EOVERFLOW): Define fallback value.
13850         (xstrcat): New function.
13851         (xvasprintf): Recognize the special case of a string concatenation.
13852
13853 2006-05-08  Eric Blake  <ebb9@byu.net>
13854
13855         * gnulib-tool (func_version): Base copyright year on CVS date.
13856         (func_emit_copyright_notice): New function.
13857         (func_emit_lib_Makefile_am): Use it.
13858         (func_emit_tests_Makefile_am): Likewise.
13859         (func_import): Likewise.
13860
13861 2006-05-08  Bruno Haible  <bruno@clisp.org>
13862
13863         * modules/stdarg: New file.
13864         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13865
13866 2006-05-08  Bruno Haible  <bruno@clisp.org>
13867
13868         * m4/stdarg.m4: New file, from GNU gettext.
13869
13870 2006-05-08  Bruno Haible  <bruno@clisp.org>
13871
13872         * config/srclist.txt (build-aux/config.rpath): different from latest
13873         release.
13874
13875 2006-05-08  Bruno Haible  <bruno@clisp.org>
13876
13877         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13878
13879 2006-05-05  Jim Meyering  <jim@meyering.net>
13880
13881         * m4/warning.m4: New file, derived from bison's file by the same name.
13882
13883 2006-05-03  Bruno Haible  <bruno@clisp.org>
13884
13885         * lib/stdint_.h: Shorter URL.
13886         * lib/inttypes.h: Likewise.
13887
13888 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13891
13892 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13893
13894         * lib/verify.h: Document the internals better.  Most of this change
13895         was written by Bruno Haible.
13896
13897 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13898
13899         * doc/verify.texi: New file, partly based on a proposal by
13900         Bruno Haible.
13901
13902 2006-05-02  Bruno Haible  <bruno@clisp.org>
13903
13904         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13905         test from here...
13906         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13907
13908 2006-04-29  Bruno Haible  <bruno@clisp.org>
13909
13910         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13911         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13912
13913 2006-04-29  Bruno Haible  <bruno@clisp.org>
13914
13915         * gnulib-tool: Make --update option actually work.
13916
13917 2006-04-29  Bruno Haible  <bruno@clisp.org>
13918
13919         * doc/gcd.texi: New file.
13920         * doc/gnulib.texi: Include it.
13921
13922 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13923
13924         * lib/getdate.y (get_date): When adding relative date, start with the
13925         initial time, not with the result of the first mktime call.
13926
13927 2006-04-25  Bruno Haible  <bruno@clisp.org>
13928
13929         * gnulib-tool (func_import): Output the include directives in three
13930         blocks, sorted separately.
13931         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13932
13933 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13936         to define main with arguments, for C++.  Reported by Eric Blake.
13937         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13938         Prefer 'int main ()' to 'int main (void)', for C++.
13939         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13940         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13941         for 'main', for C99 and C++.
13942
13943 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13946         Don't assume that exit status -1 is valid.
13947         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13948         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13949         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13950         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13951         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13952         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13953         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13954         functions can be used without declaring them, or that you can
13955         exit with status -1.
13956         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13957
13958 2006-04-24  Karl Berry  <karl@gnu.org>
13959
13960         * config/srclist.txt (longdouble.m4): sync lost.
13961
13962 2006-04-24  Eric Blake  <ebb9@byu.net>
13963
13964         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13965
13966 2006-04-24  Bruno Haible  <bruno@clisp.org>
13967
13968         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13969         poll() implementation in AIX.
13970         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13971
13972 2006-04-24  Bruno Haible  <bruno@clisp.org>
13973
13974         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
13975         assigned exactly once.
13976
13977 2006-04-23  Claudio Fontana  <claudio@gnu.org>
13978             Bruno Haible  <bruno@clisp.org>
13979
13980         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
13981         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
13982         for AM_CPPFLAGS.
13983
13984 2006-04-23  Bruno Haible  <bruno@clisp.org>
13985
13986         * modules/copy-file: Depend on unistd.
13987         * modules/execute: Likewise.
13988         * modules/fatal-signal: Likewise.
13989         * modules/findprog: Likewise.
13990         * modules/mkdtemp : Likewise.
13991         * modules/pipe: Likewise.
13992         * modules/wait-process: Likewise.
13993
13994 2006-04-23  Bruno Haible  <bruno@clisp.org>
13995
13996         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
13997         condition was already detected.
13998         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13999
14000 2006-04-23  Bruno Haible  <bruno@clisp.org>
14001
14002         * lib/copy-file.c: Include <unistd.h> unconditionally.
14003         * lib/execute.c: Likewise.
14004         * lib/fatal-signal.c: Likewise.
14005         * lib/findprog.c: Likewise.
14006         * lib/mkdtemp.c: Likewise.
14007         * lib/pipe.h: Likewise.
14008         * lib/pipe.c: Likewise.
14009         * lib/wait-process.h: Likewise.
14010
14011 2006-04-23  Bruno Haible  <bruno@clisp.org>
14012
14013         * gnulib-tool (func_usage): Fix --import description. Document
14014         --update.
14015         (func_import): Create temporary file in a temporary directory, if
14016         --dry-run is specified. Silence errors from 'grep' when there are no
14017         m4 files in $m4dir.
14018         (func_create_testdir): Silence errors from 'grep' when there are no
14019         m4 files in $m4dir.
14020         Reported by Karl Berry <karl@freefriends.org>.
14021
14022 2006-04-20  Bruno Haible  <bruno@clisp.org>
14023
14024         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14025         one argument, so that the code will be portable to Autoconf 2.60.
14026         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14027         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14028         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14029
14030 2006-04-19  Derek Price  <derek@ximbiot.com>
14031             Eric Blake  <ebb9@byu.net>
14032
14033         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14034         rather than "/full/path.h".  Update comment to match.  Shorten &
14035         generalize m4_translit call via AS_TR_CPP.
14036
14037 2006-04-19  Derek Price  <derek@ximbiot.com>
14038             Eric Blake  <ebb9@byu.net>
14039
14040         * lib/inttypes.h: Correct grammar in comment.
14041
14042 2006-04-18  Derek Price  <derek@ximbiot.com>
14043             Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         * modules/inttypes: New file.
14046         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14047
14048 2006-04-18  Derek Price  <derek@ximbiot.com>
14049             Paul Eggert  <eggert@cs.ucla.edu>
14050
14051         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14052         New files.
14053
14054 2006-04-18  Derek Price  <derek@ximbiot.com>
14055             Paul Eggert  <eggert@cs.ucla.edu>
14056
14057         * lib/inttypes.h: New file.
14058         * lib/strtoimax.c: Assume <inttypes.h>.
14059
14060 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14061
14062         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14063         isn't mounted.  Problem reported by Kir Kolyshkin.
14064
14065 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14068         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14069         Derek R. Price.
14070         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14071         implementation.
14072
14073 2006-04-12  Eric Blake  <ebb9@byu.net>
14074
14075         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14076         is now done automatically by the corresponding Autoconf macro.
14077
14078 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14079
14080         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14081         time_r.h.
14082
14083 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14084
14085         Merge regex changes from libc, removing some of our
14086         POSIX-conformance changes that were rejected and redoing them in a
14087         less-intrusive way.
14088
14089         * lib/regcomp.c (re_compile_internal, init_dfa):
14090         Length arg is now size_t, not Idx.  All uses changed.
14091         (peek_token): Forward decl now says internal_function.
14092         (__re_error_msgid, __re_error_msgid_idx):
14093         Now static rather than extern with attribute_hidden.
14094         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14095         For some reason libc prefers K&R style defns for external functions.
14096         (regerror) [!defined _LIBC]: Likewise.
14097         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14098         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14099         (build_range_exp, build_collating_symbol):
14100         Use K&R-style defn.
14101         (re_compile_fastmap): Use '\0' to memset, not 0.
14102         (utf8_sb_map): Make the calculations more obvious.
14103         (init_dfa, parse_bracket_exp, build_charclass_op):
14104         Call calloc and cast result, as glibc does.
14105         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14106         (build_range_exp, build_collating_symbol):
14107         Now internal functions.
14108
14109         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14110
14111         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14112         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14113         Don't depend on VMS; depend on __VMS instead, for POSIX
14114         namespace cleanness.
14115         (regoff_t): Define to ssize_t, not long int.
14116
14117         Remove the REG_ macros named below.  Instead, make the old names
14118         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14119         __USE_GNU_REGEX.
14120         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14121         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14122         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14123         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14124         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14125         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14126         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14127         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14128         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14129         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14130         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14131         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14132         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14133         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14134         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14135         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14136         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14137         (REG_NREGS):
14138         Remove.  All uses replaced by the old RE_* names.
14139         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14140         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14141         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14142         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14143         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14144         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14145         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14146         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14147         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14148         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14149         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14150         Don't bother having these macros be independent of each others'
14151         values, since they no longer exist in the POSIX name space.
14152
14153         Rename the following member names back to their old names,
14154         unless !__USE_GNU_REGEX.  All uses changed back.
14155         (buffer): Renamed from re_buffer.
14156         (allocated): Renamed from re_allocated.
14157         (used): Renamed from re_used.
14158         (syntax): Renamed from re_syntax.
14159         (fastmap): Renamed from re_fastmap.
14160         (translate): Renamed from re_translate.
14161         (can_be_null): Renamed from re_can_be_null.
14162         (regs_allocated): Renamed from re_regs_allocated.
14163         (fastmap_accurate): Renamed from re_fastmap_accurate.
14164         (no_sub): Renamed from re_no_sub.
14165         (not_bol): Renamed from re_not_bol.
14166         (not_eol): Renamed from re_not_eol.
14167         (newline_anchor): Renamed from re_newline_anchor.
14168         (num_regs): Renamed from rm_num_regs.
14169         (start): Renamed from rm_start.
14170         (end): Renamed from rm_end.
14171
14172         (free_state): Move up a bit.
14173
14174         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14175         #define to be empty.
14176         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14177         when that is what is intended.
14178         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14179         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14180         (MAX): New macro.
14181         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14182         All uses changed back to re_malloc, etc.  It's now the caller's
14183         responsibility to check for overflow; all callers changed.
14184         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14185         (re_x2nrealloc): Remove.
14186         (free_state): Remove decl.
14187
14188         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14189         (re_set_registers, re_exec):
14190         Use K&R-style defn.
14191
14192         2006-01-31  Roland McGrath  <roland@redhat.com>
14193
14194         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14195         Reported by Mike Frysinger <vapier@gentoo.org>.
14196
14197         2006-01-15  Andreas Jaeger  <aj@suse.de>
14198
14199         [BZ #1950]
14200         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14201         build_wcs_upper_buffer change.
14202         (build_wcs_upper_buffer): Change return type.
14203
14204         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14205
14206         * lib/regex_internal.h: Include <stdint.h> if available.
14207
14208         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14209
14210         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14211
14212         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14213
14214         * lib/regcomp.c: Adjust for changed secondary hash function.
14215
14216         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14217
14218         * lib/regex.h: Pretty printing.
14219         Clean up namespace a bit.
14220
14221         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14222
14223         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14224         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14225
14226         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14227                     Ulrich Drepper  <drepper@redhat.com>
14228
14229         [BZ #1302]
14230         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14231         changed.
14232         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14233
14234         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14235
14236         [BZ #281]
14237         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14238         * lib/regcomp.c: Remove unnecessary uses of
14239         unsigned RE_TRANSLATE_TYPE.
14240         * lib/regex_internal.h: Likewise.
14241         * lib/regex_internal.c: Likewise.
14242         * lib/regexec.c: Likewise.
14243         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14244
14245         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14246
14247         * lib/regexec.c (find_recover_state): Remove unnecessary
14248         initialization.
14249         (transit_state_bkref): Make DFA a const pointer.
14250         (get_subexp): Likewise.
14251         (check_arrival): Likewise.
14252         (update_cur_sifted_state): Likewise.
14253         (re_search_internal): Likewise.
14254         (prune_impossible_nodes): Likewise.
14255         (acquire_init_state_context): Likewise.
14256         (proceed_next_node): Likewise.
14257         (set_regs): Likewise.
14258         (free_fail_stack_return): Likewise.
14259         (check_arrival_expand_ecl): Mark DFA parameter as const.
14260         (check_arrival_expand_ecl_sub): Likewise.
14261         (check_subexp_limits): Likewise.
14262         (sub_epsilon_src_nodes):  Likewise.
14263         (add_epsilon_src_nodes):  Likewise.
14264         (merge_state_array): Likewise.
14265         (update_regs): Likewise.
14266         (build_trtable): Likewise.
14267         (sift_states_backward): Mark MCTX parameter as const.
14268         (build_sifted_states): Likewise.
14269         (update_cur_sifted_state): Likewise.
14270         (sift_states_mkref): Likewise.
14271         (check_arrival_expand_ecl): Mark eclosure as const.
14272         (check_dst_limits_calc_pos_1): Likewise.
14273         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14274         pointer.
14275
14276         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14277
14278         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14279         (transit_state_sb): Likewise.
14280         (transit_state_mb): Likewise.
14281         (sift_states_iter_mb): Likewise.
14282         (check_arrival_add_next_nodes): Likewise.
14283         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14284         [_LIBC] (re_search_2_stub): Use mempcpy.
14285
14286         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14287         mbrtowc for very simple UTF-8 case.
14288
14289         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14290         a pointer-to-const.
14291         (re_acquire_state_context): Likewise.
14292         * lib/regex_internal.h: Adjust prototypes.
14293
14294         * lib/regex.c: Prevent using C++ compilers.
14295
14296         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14297         (re_acquire_state_context): Likewise.
14298
14299 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14300
14301         * modules/regex (Depends-on): Add ssize_t.
14302
14303 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14306         translation table.
14307
14308 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14309
14310         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14311
14312 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14313             Bruno Haible  <bruno@clisp.org>
14314
14315         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14316         <sys/types.h> and <inttypes.h>.
14317
14318 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14319
14320         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14321         `__error_t_defined', so argp.h will not typedef the former.
14322
14323 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14326         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14327         glibc names.  Even if glibc is changed to conform to POSIX, the
14328         traditional names will be available anyway, since regex depends on
14329         the extensions module.  Also, fix a longstanding typo in the
14330         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14331         reported by Emanuele Giaquinta.  Also, change sense of cached
14332         variable, so that the message makes sense.
14333
14334 2006-03-24  Simon Josefsson  <jas@extundo.com>
14335
14336         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14337         including some doc fixes.
14338         (base64_encode_alloc): Fix +1 bug on allocation failures.
14339
14340 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14341
14342         * lib/base64.c (base64_encode): Do not read past end of array with
14343         unsanitized input on systems with CHAR_BIT > 8.
14344
14345 2006-03-24  Eric Blake  <ebb9@byu.net>
14346
14347         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14348
14349 2006-03-22  Karl Berry  <karl@gnu.org>
14350
14351         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14352         * config/srclistvars.sh (COREUTILS): new var.
14353
14354 2006-03-17  Jim Meyering  <jim@meyering.net>
14355
14356         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14357         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14358
14359 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14362         no longer needs it.  Instead, check that regoff_t is as least
14363         as wide as ptrdiff_t.
14364
14365         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14366         so that our regex.h stays compatible with the installed regex.
14367         This is helpful for installers who configure --without-included-regex.
14368         Problem reported by Emanuele Giaquinta.
14369
14370 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14371
14372         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14373         Typedef to long int, not to off_, as POSIX will likely change
14374         in that direction.
14375
14376 2006-03-15  Eric Blake  <ebb9@byu.net>
14377
14378         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14379
14380 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14381
14382         * lib/argp-help.c (validate_uparams): Fix typo
14383         * lib/argp-parse.c (argp_default_options): Consistently begin help
14384         messages with a lowercase letter.
14385
14386 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14389         overrun buffers and shouldn't be used (much as gets shouldn't be
14390         used).
14391         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14392
14393 2006-03-08  Simon Josefsson  <jas@extundo.com>
14394
14395         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14396         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14397
14398 2006-03-08  Simon Josefsson  <jas@extundo.com>
14399
14400         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14401         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14402
14403 2006-03-08  Simon Josefsson  <jas@extundo.com>
14404
14405         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14406         signal that configure disabled the device.
14407
14408 2006-03-08  Simon Josefsson  <jas@extundo.com>
14409
14410         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14411         languages.
14412
14413 2006-03-07  Simon Josefsson  <jas@extundo.com>
14414
14415         * modules/getopt (Depends-on): Add unistd.
14416
14417         * modules/unistd: New file.
14418
14419 2006-03-07  Simon Josefsson  <jas@extundo.com>
14420
14421         * modules/gc-random: New file.
14422
14423 2006-03-07  Simon Josefsson  <jas@extundo.com>
14424
14425         * m4/unistd_h.m4: New file.
14426
14427 2006-03-07  Simon Josefsson  <jas@extundo.com>
14428
14429         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14430         test to be side-effect free by storing the result in the cache
14431         variable gl_cv_lib_readline, and moving the assignment of
14432         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14433         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14434
14435 2006-03-07  Simon Josefsson  <jas@extundo.com>
14436
14437         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14438         error on missing devices (the functions will return an error).
14439
14440         * m4/gc.m4: Move random stuff to gc-random.m4
14441
14442 2006-03-07  Simon Josefsson  <jas@extundo.com>
14443
14444         * lib/unistd_.h: New file.
14445
14446 2006-03-07  Simon Josefsson  <jas@extundo.com>
14447
14448         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14449
14450 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14451
14452         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14453         Problem reported by Juan Manuel Guerrero.
14454
14455 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14456
14457         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14458         the unistd module.
14459         * lib/getlogin_r.c: Likewise.
14460         * lib/getlogin_r.h: Likewise.
14461         * lib/glob.c: Likewise.
14462         * lib/pagealign_alloc.c: Likewise.
14463         * lib/unistd_.h: Remove; no longer needed.
14464
14465 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14468         Add unistd.
14469         * modules/c-stack (Depends-on): Add unistd.
14470         * modules/getlogin_r: Likewise.
14471         * modules/glob: Likewise.
14472         * modules/pagealign_alloc: Likewise.
14473         * modules/unistd (Files): Remove lib/unistd_.h.
14474         (EXTRA_DIST): Remove.
14475         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14476         need unistd_.h.
14477         (MOSTLYCLEANFILES): Remove unistd.h-t.
14478
14479 2006-03-03  Simon Josefsson  <jas@extundo.com>
14480
14481         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14482
14483 2006-03-03  Simon Josefsson  <jas@extundo.com>
14484
14485         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14486         libidn and bison.
14487
14488 2006-03-03  Simon Josefsson  <jas@extundo.com>
14489
14490         * build-aux/maint.mk: Add indent target.
14491
14492 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14493
14494         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14495         our replacement poll.h in any case, to avoid a differing
14496         declaration from a system header.  Seen on AIX.
14497
14498 2006-03-01  Simon Josefsson  <jas@extundo.com>
14499
14500         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14501         <kasal@ucw.cz>.
14502
14503 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * modules/gettime (Depends-on): Add extensions module.
14506         * modules/nanosleep (Depends-on): Likewise.
14507         * modules/settime (Depends-on): Likewise.
14508
14509 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14510
14511         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14512         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14513         pedantically.
14514         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14515         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14516
14517         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14518         not "==".  Reported by Ralf Wildenhues.
14519
14520 2006-03-01  Karl Berry  <karl@gnu.org>
14521
14522         * doc/Copyright/request-*: new files, synced from gnuorg.
14523
14524 2006-03-01  Karl Berry  <karl@gnu.org>
14525
14526         * config/srclist.txt (Copyright/*): new entries.
14527
14528 2006-02-28  Simon Josefsson  <jas@extundo.com>
14529
14530         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14531
14532 2006-02-27  Simon Josefsson  <jas@extundo.com>
14533
14534         * lib/base64.h: Indent #define's.  From Jim Meyering
14535         <jim@meyering.net>.
14536
14537 2006-02-27  Jim Meyering  <jim@meyering.net>
14538
14539         Revert the change of 2006-02-24, so these files can continue
14540         to be sync'd from gettext.
14541         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14542         of `config.h'.
14543
14544 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         * modules/intprops: New file.
14547         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14548         Add intprops.
14549         * modules/getloadavg (Files): Remove lib/intprops.h.
14550         (Depends-on): Add intprops.
14551         * modules/human: Likewise.
14552         * modules/inttostr: Likewise.
14553         * modules/openat: Likewise.
14554         * modules/sig2str: Likewise.
14555         * modules/userspec: Likewise.
14556         * modules/utimecmp: Likewise.
14557         * modules/xnanosleep: Likewise.
14558         * modules/xstrtol: Likewise.
14559
14560 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14561
14562         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14563         * modules/lock-tests (TESTS): Use $(EXEEXT).
14564         * modules/tls-tests: Likewise.
14565         * modules/argp-tests: Likewise.
14566         (check_PROGRAMS): New var, replacing...
14567         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14568
14569 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14570
14571         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14572         `config.h'.
14573
14574 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14575
14576         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14577
14578 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14579
14580         Sync from coreutils.
14581         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14582         gl_CHDIR_SAFER.
14583
14584 2006-02-22  Jim Meyering  <jim@meyering.net>
14585
14586         Sync from coreutils.
14587         * m4/chdir-safer.m4: New file.
14588
14589 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14590
14591         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14592         AT_FDCWD exceeds INT_MAX.
14593         * lib/openat.h (AT_FDCWD): Likewise.
14594
14595 2006-02-17  Eric Blake  <address@hidden>
14596
14597         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14598
14599 2006-02-16  Simon Josefsson  <jas@extundo.com>
14600
14601         * modules/getaddrinfo (Depends-on): Add sys_socket.
14602
14603 2006-02-15  Simon Josefsson  <jas@extundo.com>
14604
14605         * build-aux/maint.mk: Add dsyntax-check rule.
14606
14607 2006-02-15  Eric Blake  <ebb9@byu.net>
14608
14609         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14610         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14611         'present but cannot compile' warnings on cygwin.
14612         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14613         use ws2tcpip.h if sys/socket.h works.
14614         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14615         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14616
14617 2006-02-14  Simon Josefsson  <jas@extundo.com>
14618
14619         * modules/maintainer-makefile (Files): Rename.
14620
14621         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14622         and (the local) Makefile.cfg to maint-cfg.mk.
14623
14624         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14625         to the latter.
14626
14627         * modules/maintainer-makefile: New module.
14628
14629         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14630         severaly stripped to make it possible to build it up from scratch
14631         with reliable tests.
14632
14633         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14634         fixes to permit overriding the default actions when configure and
14635         makefile are not available.
14636
14637 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         Sync from coreutils.
14640         * modules/lstat (Depends-on): Don't depend on xalloc.
14641         (License): Change from GPL to LGPL, since this is now simply a
14642         replacement for a libc function.
14643
14644 2006-02-14  Jim Meyering  <jim@meyering.net>
14645
14646         Sync from coreutils.
14647
14648         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14649         failure on deficient systems, and simplify gnulib lgpl dependencies.
14650         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14651         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14652
14653         * lib/xalloc-die.c: Remove unused definition of N_.
14654
14655 2006-02-14  Jim Meyering  <jim@meyering.net>
14656
14657         Sync from coreutils.
14658         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14659         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14660         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14661         double-quote uses of that variable, to accommodate the rare case in
14662         which getmntent is available in none of the libraries checked.  This
14663         happens at least on FreeBSD 5.0.
14664
14665 2006-02-13  Simon Josefsson  <jas@extundo.com>
14666
14667         * gnulib-tool (Usage): Fix --import, from
14668         karl@freefriends.org (Karl Berry).
14669
14670 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14671
14672         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14673
14674 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14675
14676         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14677         "autoupdate" on 2005-12-12.
14678
14679 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14680
14681         * modules/closeout (Depends-on): Remove atexit.
14682
14683 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14686         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14687
14688 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14689
14690         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14691         __EXTENSIONS__ if this causes compilation to fail.  Problem
14692         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14693         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14694
14695 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14698         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14699         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14700         All uses changed.
14701
14702 2006-01-26  Simon Josefsson  <jas@extundo.com>
14703
14704         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14705         prototype is visible on mingw32.
14706
14707         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14708         for mingw32.
14709
14710         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14711         mingw32).
14712
14713 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14716         attempt to open for write; this always fails, at least on POSIX
14717         hosts.  This reinstates the 2006-01-09 change, which was
14718         inadvertently removed.
14719
14720 2006-01-26  Bruno Haible  <bruno@clisp.org>
14721
14722         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14723         Reported by Paul Eggert.
14724
14725 2006-01-26  Bruno Haible  <bruno@clisp.org>
14726             Paul Eggert  <eggert@cs.ucla.edu>
14727
14728         * lib/stdbool_.h (_Bool)
14729         [(! (defined __cplusplus || defined __BEOS__)
14730           && !defined __GNUC__
14731           && !(defined __HP_cc || defined __xlc__
14732                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14733                || defined __sgi))]:
14734         #define to signed char in these cases too; this simplifies
14735         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14736         etc., separately) and makes it more conservative.
14737
14738 2006-01-25  Simon Josefsson  <jas@extundo.com>
14739
14740         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14741         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14742         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14743
14744 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14745
14746         * lib/argp-namefrob.h: Bugfix. Remove stray #
14747
14748 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14749
14750         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14751         so that we test the test.
14752         Check for yet another HP-UX cc bug involving *bool |= bool.
14753
14754 2006-01-25  Karl Berry  <karl@gnu.org>
14755
14756         * config/srclist.txt (vasnprintf.c): sync lost.
14757
14758 2006-01-25  Jim Meyering  <jim@meyering.net>
14759
14760         Sync from the stable (b5) branch of coreutils:
14761
14762         * lib/fts.c (fts_children): Don't let close() clobber errno from
14763         failed fchdir().
14764
14765         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14766         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14767         a dangling symlink.  That can also happen at least for ELOOP.
14768         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14769         FYI, this bug predates the inclusion of fts.c in coreutils.
14770
14771         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14772         in their own block, so pre-c99 compilers don't object.
14773
14774         Avoid the double-free (first in fts_read, second in fts_close) that
14775         would occur when an `active' directory is made inaccessible (e.g.,
14776         via chmod a-x) during a traversal.
14777         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14778         before returning.  Reproduce this failure by
14779         mkdir -p a/b; cd a; chmod a-x . b
14780         Reported by Stavros Passas.
14781
14782 2006-01-25  Jim Meyering  <jim@meyering.net>
14783
14784         * lib/fileblocks.c: Remove more useless parentheses.
14785         * lib/readutmp.h: Likewise.
14786
14787 2006-01-25  Bruno Haible  <bruno@clisp.org>
14788
14789         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14790         warnings.
14791         Reported by Paul Eggert.
14792
14793 2006-01-25  Bruno Haible  <bruno@clisp.org>
14794
14795         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14796         rid of a trap command. For Solaris sh.
14797         Reported by Mark D. Baushke <mdb@gnu.org>.
14798
14799 2006-01-24  Simon Josefsson  <jas@extundo.com>
14800
14801         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14802         Bruno.
14803
14804 2006-01-24  Karl Berry  <karl@gnu.org>
14805
14806         * config/srclist.txt (argp-namefrob.h): sync lost.
14807
14808 2006-01-24  Jim Meyering  <jim@meyering.net>
14809
14810         * modules/openat (Files): Add lib/intprops.h.
14811         From Mark D. Baushke.
14812
14813 2006-01-24  Jim Meyering  <jim@meyering.net>
14814
14815         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14816         Reported by Mark D. Baushke.
14817
14818 2006-01-24  Jim Meyering  <jim@meyering.net>
14819
14820         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14821
14822 2006-01-24  Bruno Haible  <bruno@clisp.org>
14823
14824         * modules/strnlen (Maintainer): Change from glibc to all.
14825
14826 2006-01-24  Bruno Haible  <bruno@clisp.org>
14827
14828         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14829         Patch by Paul Eggert.
14830
14831 2006-01-24  Bruno Haible  <bruno@clisp.org>
14832
14833         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14834         already has it.
14835         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14836         2005-11-26.
14837
14838         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14839         'signed char' to avoid problems with the built-in _Bool type.
14840         Reported by Paul Eggert on 2005-11-26.
14841
14842 2006-01-24  Bruno Haible  <bruno@clisp.org>
14843
14844         * gnulib-tool (func_import): Avoid constructing complicated sed
14845         expressions inside backquote.
14846         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14847
14848 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14849
14850         These changes imported from libc.
14851         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14852         test and two separate function calls.
14853         * lib/strndup.c (__strndup): Add libc_hidden_def.
14854
14855 2006-01-23  Simon Josefsson  <jas@extundo.com>
14856
14857         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14858         Remove the test_*_SOURCES variable: automake infers it by default.
14859         * modules/tls-tests: Likewise.
14860
14861 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14862
14863         Work around porting bugs reported by Dieter in
14864         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14865         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14866         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14867         Include "getopt.h" first, to check interface.
14868         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14869         !HAVE_DECL_GETENV.
14870         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14871         (__strndup): Revert to K&R-style function dfns, the glibc style.
14872         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14873         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14874         Include strnlen.h first, to get prototype properly.
14875         (strnlen): Renamed from __strnlen.
14876         Remove weak alias.
14877
14878 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14879
14880         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14881
14882 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14883
14884         * config/srclist.txt: Adjust to reflect glibc reorganization.
14885         This affects only comments.
14886
14887 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14888
14889          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14890          Reported by Bruce Korb <bkorb@gnu.org>.
14891
14892 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14893
14894         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14895         to pacify gcc -Wswitch-default.
14896
14897 2006-01-22  Bruno Haible  <bruno@clisp.org>
14898
14899         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14900         temporary buffer for sprintf, take into account the precision also
14901         for 'd', 'i', 'u', 'o', 'x', 'X'.
14902
14903 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14904
14905         * modules/argp-tests: New module
14906         * tests/test-argp.c: New file
14907         * tests/test-argp-2.sh: New file
14908
14909 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14910
14911         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14912         (__argp_base_name): Removed
14913         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14914         typo.
14915         (__argp_base_name): Provide macro definition or extern declaration
14916         depending on the configuration
14917
14918 2006-01-20  Simon Josefsson  <jas@extundo.com>
14919
14920         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14921
14922 2006-01-20  Simon Josefsson  <jas@extundo.com>
14923
14924         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14925
14926 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14929         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14930         Suggested by Bruno Haible.
14931
14932 2006-01-20  Karl Berry  <karl@gnu.org>
14933
14934         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14935         until changes propagate, I guess.
14936
14937 2006-01-19  Simon Josefsson  <jas@extundo.com>
14938
14939         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14940
14941 2006-01-19  Simon Josefsson  <jas@extundo.com>
14942
14943         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14944
14945 2006-01-19  Simon Josefsson  <jas@extundo.com>
14946
14947         * gnulib-tool: Set check_PROGRAMS.
14948
14949         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14950         modules/des-tests, modules/gc-arcfour-tests,
14951         modules/gc-arctwo-tests, modules/gc-des-tests,
14952         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14953         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14954         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14955         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14956         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14957         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14958         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14959         test_*_SOURCES.
14960
14961 2006-01-18  Simon Josefsson  <jas@extundo.com>
14962
14963         * modules/socklen (Depends-on): Depend on sys_socket.
14964
14965 2006-01-18  Simon Josefsson  <jas@extundo.com>
14966
14967         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14968         modules/des-tests, modules/gc-arcfour-tests,
14969         modules/gc-arctwo-tests, modules/gc-des-tests,
14970         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14971         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14972         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14973         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14974         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14975         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
14976         $(EXEEXT) to automake TESTS variable, for mingw32.
14977
14978 2006-01-17  Simon Josefsson  <jas@extundo.com>
14979
14980         * modules/socklen (Include): Need sys/socket.h.
14981
14982 2006-01-17  Bruno Haible  <bruno@clisp.org>
14983
14984         * modules/ssize_t (Include): Add <sys/types.h>.
14985
14986 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
14989         it's not portable and it doesn't work with cross-compiles.
14990         Problem reported by Bruno Haible.  Fix missing-$ typo in
14991         'test "gl_cv_ignore_unused_libraries" ...' that prevented
14992         -zignore from being used with Sun's C compiler.
14993
14994 2006-01-12  Simon Josefsson  <jas@extundo.com>
14995
14996         * lib/base64.c: Fix warning, reported by Bruno Haible
14997         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
14998
14999 2006-01-12  Bruno Haible  <bruno@clisp.org>
15000
15001         * modules/ldd: New file.
15002         * build-aux/ldd.sh.in: New file.
15003         * MODULES.html.sh (Support for building libraries and executables): Add
15004         ldd.
15005
15006 2006-01-12  Bruno Haible  <bruno@clisp.org>
15007
15008         * m4/ldd.m4: New file.
15009
15010 2006-01-12  Bruno Haible  <bruno@clisp.org>
15011
15012         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15013         endless loop while replacing $auxdir with build-aux.
15014
15015 2006-01-11  Simon Josefsson  <jas@extundo.com>
15016
15017         * lib/stdint_.h (SIZE_MAX): Add missing (.
15018
15019 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15020
15021         Sync from coreutils.
15022         * lib/md5.c: Fix commentary typos.
15023         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15024         * lib/md5.h (__attribute__): Remove; unused.
15025         * lib/sha1.c: Fix commentary to match md5 better.
15026         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15027         so that we don't need to worry about alignment.  All uses changed.
15028         This merges the 2005-10-28 md5 change into sha1.
15029
15030 2006-01-11  Jim Meyering  <jim@meyering.net>
15031
15032         Sync from coreutils.
15033         * lib/md5.c (OP): Fix spacing.
15034
15035 2006-01-11  Bruno Haible  <bruno@clisp.org>
15036
15037         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15038         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15039         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15040
15041 2006-01-11  Bruno Haible  <bruno@clisp.org>
15042
15043         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15044         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15045         the "early" section as well.
15046
15047 2006-01-11  Bruno Haible  <bruno@clisp.org>
15048
15049         Avoid "ar: no archive members specified" error on MacOS X.
15050         * gnulib-tool (func_modules_add_dummy): New function.
15051         (func_import, func_create_testdir): Invoke it.
15052
15053 2006-01-11  Bruno Haible  <bruno@clisp.org>
15054
15055         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15056         with $auxdir in AC_CONFIG_FILES statements.
15057
15058 2006-01-11  Bruno Haible  <bruno@clisp.org>
15059
15060         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15061         Initialize also noinst_HEADERS to empty.
15062
15063 2006-01-11  Bruno Haible  <bruno@clisp.org>
15064
15065         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15066         variables.
15067         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15068         autoreconf.
15069
15070 2006-01-11  Bruno Haible  <bruno@clisp.org>
15071
15072         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15073         overridable by the user.
15074         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15075
15076 2006-01-10  Simon Josefsson  <jas@extundo.com>
15077
15078         * modules/sys_socket: New file.
15079
15080 2006-01-10  Simon Josefsson  <jas@extundo.com>
15081
15082         * m4/sys_socket_h.m4: New file.
15083
15084 2006-01-10  Simon Josefsson  <jas@extundo.com>
15085
15086         * lib/socket_.h: New file.
15087
15088 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15089
15090         * modules/readutmp (Maintainer): Add myself.
15091
15092 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15095         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15096         People who are still concerned with buggy memcmp implementations
15097         can invoke gl_FUNC_MEMCMP themselves.
15098
15099 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * lib/regex_internal.h (BITSET_WORD_BITS):
15102         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15103         preprocessor mishandles large unsigned values as if they were signed.
15104         Problem reported by Claudio Fontana in
15105         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15106
15107 2006-01-10  Jim Meyering  <jim@meyering.net>
15108
15109         Avoid the double-free (first in fts_read, second in fts_close) that
15110         would occur when an `active' directory is made inaccessible (e.g.,
15111         via chmod a-x) during a traversal.
15112         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15113         before returning.  Reproduce this failure by
15114         mkdir -p a/b; cd a; chmod a-x . b
15115         Reported by Stavros Passas.
15116
15117         Sync from coreutils.
15118         * lib/sha1.c: Tweak grammar in a comment.
15119
15120 2006-01-10  Jim Meyering  <jim@meyering.net>
15121
15122         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15123         Patch by Joerg Sonnenberger.
15124
15125 2006-01-10  Bruno Haible  <bruno@clisp.org>
15126
15127         * modules/readutmp: Depend on module free.
15128         * modules/strtok_r: Depend on module restrict.
15129
15130 2006-01-10  Bruno Haible  <bruno@clisp.org>
15131
15132         * modules/gettext (configure.ac): Add an invocation of
15133         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15134
15135 2006-01-10  Bruno Haible  <bruno@clisp.org>
15136
15137         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15138         Reported by Werner Lemberg <wl@gnu.org>.
15139
15140 2006-01-10  Bruno Haible  <bruno@clisp.org>
15141
15142         * lib/localcharset.c: Update from GNU gettext.
15143
15144 2006-01-10  Bruno Haible  <bruno@clisp.org>
15145
15146         * lib/argp.h (__const): Remove macro. Use const instead.
15147         * lib/argp-fmtstream.h (__const): Likewise.
15148         * lib/glob_.h (__const): Remove macro.
15149         * lib/glob-libc.h: Use const instead of __const.
15150
15151 2006-01-10  Bruno Haible  <bruno@clisp.org>
15152
15153         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15154         variable.
15155         Needed to avoid an automake error regarding the 'gettext' module.
15156
15157 2006-01-09  Simon Josefsson  <jas@extundo.com>
15158
15159         * modules/inet_ntop (Depends-on): Add restrict.
15160
15161 2006-01-09  Simon Josefsson  <jas@extundo.com>
15162
15163         * modules/gc-rijndael-tests (License): Put under LGPL.
15164
15165         * modules/gc-des-tests (License): Likewise.
15166
15167         * modules/gc-arcfour-tests (License): Likewise.
15168
15169         * modules/gc-arctwo-tests (License): Likewise.
15170
15171         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15172
15173         * modules/gc-hmac-sha1-tests (Files): Likewise.
15174
15175         * modules/gc-hmac-md5-tests (License): Likewise.
15176
15177         * modules/gc-sha1-tests (License): Likewise.
15178
15179         * modules/gc-md5-tests (License): Likewise.
15180
15181         * modules/gc-md4-tests (License): Likewise.
15182
15183         * modules/gc-md2-tests (License): Likewise.
15184
15185         * modules/gc-tests (License): Likewise.
15186
15187         * modules/des-tests (License): Likewise.
15188
15189         * modules/md4-tests (License): Likewise.
15190
15191         * modules/md2-tests (License): Likewise.
15192
15193 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         Sync from coreutils:
15196
15197         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15198         * modules/lib-ignore: New file.
15199         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15200         chdir-safer.m4, lchmod.m4.
15201         * modules/openat: Add mkdirat.c, openat-priv.h.
15202
15203 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15204
15205         Sync from coreutils.
15206         * m4/lib-ignore.m4: New file.
15207         * m4/lchmod.m4: New file.
15208
15209 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15210
15211         Sync from coreutils.
15212         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15213         for write access: POSIX says that must fail.
15214         * lib/fts.c (diropen): Likewise.
15215         * lib/save-cwd.c (save_cwd): Likewise.
15216         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15217         well, for minor improvements on hosts that lack O_DIRECTORY.
15218         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15219         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15220         Fall back on chown if open failed with EACCES.
15221
15222         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15223         Report an error at compile-time if only a 1-second nominal clock
15224         resolution is found.
15225
15226         * lib/lchmod.h: New file.
15227         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15228         (make_dir_parents): Use lchown rather than chown, and
15229         lchmod rather than chmod.
15230
15231         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15232         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15233         "proc" reported by n0dalus.
15234
15235         * lib/mountlist.c: Include <limits.h>.
15236         (dev_from_mount_options)
15237         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15238         New function.  It no longer assumes "dev=" has the System V meaning
15239         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15240         (read_file_system_list)
15241         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15242         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15243         dev= in that case.
15244
15245         * lib/posixtm.h (PDS_PRE_2000): New macro.
15246         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15247         allow_century.  All usages changed.  Reject dates outside the range
15248         1969-1999 if PDS_PRE_2000 is used.
15249
15250 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15251
15252         Sync from coreutils.
15253         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15254         (Time of day items): Mention the possibility of leap seconds.
15255         Problem reported by Dr. David Alan Gilbert.
15256
15257 2006-01-09  Jim Meyering  <jim@meyering.net>
15258
15259         Sync from coreutils.
15260
15261         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15262
15263         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15264
15265         * lib/modechange.c (mode_compile): Reject an invalid mode string
15266         that starts with an octal digit.  From Andreas Gruenbacher.
15267
15268         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15269         and dup to open_safer and dup_safer, respectively.
15270         (openat_permissive): Fix typo in comment.
15271
15272         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15273         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15274         (_): Remove; no longer needed.
15275         (openat): Renamed from rpl_openat; no need for rpl_openat
15276         since openat.h renames openat for us.
15277         Replace most of the body with a call to openat_permissive,
15278         to avoid duplicate code.
15279         Port to (probably hypothetical) environments were mode_t is
15280         wider than int.
15281         (openat_permissive): Require mode arg, so that we can check
15282         types better.  Put it just after flags.  Change cwd failure
15283         indicator from pointer-to-bool to pointer-to-errno-value.
15284         All callers changed.
15285         Invoke openat_save_fail and/or openat_restore_fail if
15286         cwd_errno is null, so that openat can call us.
15287         (openat_permissive, fdopendir, fstatat, unlinkat):
15288         Simplify errno handling to avoid some duplicate code,
15289         as it's OK to set errno on success.
15290         * lib/openat.h: Revamp code so that function macros depend on
15291         __OPENAT_PREFIX only, not also on AT_FDCWD.
15292         (openat_ro): Remove.  Caller changed to use openat_permissive.
15293         (openat_permissive): Now a macro, if not a function.
15294         (openat_restore_fail, openat_save_fail): Now always functions,
15295         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15296
15297         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15298         and openat.c.
15299         * lib/mkdirat.c: Include openat-priv.h.
15300         Remove definitions of macros defined therein.
15301         * lib/openat.c: Likewise.
15302
15303         * lib/mkdirat.c (mkdirat): New file and function.
15304         * lib/openat.h (mkdirat): Declare.
15305
15306         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15307
15308         * lib/openat.h (openat_permissive): Declare.
15309         (openat_ro): Define.
15310
15311         * lib/openat.c (EXPECTED_ERRNO): New macro.
15312         (openat_permissive): New function -- used in remove.c rewrite.
15313         (all functions): Set errno just before returning, only if there
15314         was an actual failure.
15315         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15316
15317         Emulate openat-family functions using Linux's procfs, if possible.
15318         Idea and some code based on Ulrich Drepper's glibc changes.
15319
15320         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15321         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15322         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15323         before falling back on save_cwd and restore_cwd.
15324         (fdopendir, fstatat, unlinkat): Likewise.
15325
15326         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15327         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15328
15329         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15330         as second argument to va_arg.  Otherwise, some versions of gcc
15331         warn that `if this code is reached, the program will abort'.
15332
15333 2006-01-09  Jim Meyering  <jim@meyering.net>
15334
15335         Sync from coreutils.
15336         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15337         Require openat-priv.h.
15338
15339 2006-01-09  Bruno Haible  <bruno@clisp.org>
15340
15341         * modules/strnlen (Include): Use strnlen.h.
15342
15343 2006-01-09  Bruno Haible  <bruno@clisp.org>
15344
15345         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15346
15347 2006-01-09  Bruno Haible  <bruno@clisp.org>
15348
15349         * lib/sysexit_.h (EX_OK): New macro.
15350         Suggested by Martin Lambers <marlam@marlam.de>.
15351
15352 2006-01-09  Bruno Haible  <bruno@clisp.org>
15353
15354         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15355         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15356
15357 2006-01-09  Bruno Haible  <bruno@clisp.org>
15358
15359         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15360         numbers.
15361
15362 2006-01-09  Bruno Haible  <bruno@clisp.org>
15363
15364         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15365         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15366         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15367         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15368
15369 2006-01-09  Bruno Haible  <bruno@clisp.org>
15370
15371         * build-aux/javacomp.sh.in: New file, moved from lib/.
15372         * modules/javacomp-script (Files): Update.
15373         (configure.ac): Add AC_CONFIG_FILES invocation.
15374         (EXTRA_DIST): Remove variable.
15375
15376         * build-aux/javaexec.sh.in: New file, moved from lib/.
15377         * modules/javaexec (Files): Update.
15378         (configure.ac): Add AC_CONFIG_FILES invocation.
15379         (EXTRA_DIST): Remove javaexec.sh.in.
15380
15381         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15382         * modules/csharpcomp-script (Files): Update.
15383         (configure.ac): Add AC_CONFIG_FILES invocation.
15384         (EXTRA_DIST): Remove variable.
15385
15386         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15387         * modules/csharpexec (Files): Update.
15388         (configure.ac): Add AC_CONFIG_FILES invocation.
15389         (EXTRA_DIST): Remove csharpexec.sh.in.
15390
15391 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15392
15393         Sync from coreutils.
15394
15395         Add POSIX ACL support
15396         * lib/acl.h (copy_acl, set_acl): Add declarations.
15397         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15398         systems other than Linux.
15399         (chmod_or_fchmod): New function: use fchmod when possible,
15400         and chmod otherwise.
15401         (file_has_acl): Add a POSIX ACL implementation, with a
15402         Linux-specific subcase.
15403         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15404         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15405         acls are unsupported.
15406         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15407         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15408         are unsupported.
15409
15410 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15411
15412         Sync from coreutils.
15413         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15414
15415 2006-01-07  Bruno Haible  <bruno@clisp.org>
15416
15417         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15418         gl_EARLY.
15419
15420 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15421
15422         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15423         Problem reported for Mingw by Mark Junker.
15424
15425 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15426
15427         * README: Gnulib normally doesn't generate a tarball.
15428
15429 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15432         long int, not int, for nanosecond counts, so that people who are
15433         used to POSIX struct timespec won't be surprised.  Reported by Jim
15434         Meyering.
15435
15436 2005-12-28  Bruno Haible  <bruno@clisp.org>
15437
15438         * build-aux/config.rpath: Update from GNU gettext.
15439
15440 2005-12-16  Jim Meyering  <jim@meyering.net>
15441
15442         * modules/fprintftime: New module.
15443         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15444
15445 2005-12-16  Jim Meyering  <jim@meyering.net>
15446
15447         * m4/fprintftime.m4: New file.
15448
15449 2005-12-16  Jim Meyering  <jim@meyering.net>
15450
15451         * lib/fprintftime.c, lib/fprintftime.h: New files.
15452
15453 2005-12-15  Simon Josefsson  <jas@extundo.com>
15454
15455         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15456         new m4/socklen.m4.
15457
15458 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15459
15460         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15461         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15462
15463 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15464
15465         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15466         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15467         struct uparams is valid. Fall back to the default values if it is
15468         not.
15469
15470 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15471
15472         * modules/argp (Files): Add argp-pin.c
15473         (Depends-on): dirname
15474         (lib_SOURCES): Add argp-pin.c
15475
15476 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15477
15478         * m4/argp.m4:  Check if program_invocation_name and
15479         program_invocation_short_name are declared and define appropriate
15480         macros if they are not.
15481
15482 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15483
15484         * lib/argp-help.c (__argp_base_name): New function
15485         (__argp_short_program_name): Rewrite using __argp_base_name
15486         * lib/argp-namefrob.h: Define program_invocation_name and
15487         program_invocation_short_name if requested
15488         (__argp_base_name): Add prototype
15489         * lib/argp-parse.c (argp_def): Use gettext wrappers
15490         (argp_default_parser): Use __argp_base_name
15491         * lib/argp-pin.c: New file. Defines program_invocation_name and
15492         program_invocation_short_name on systems that lack them.
15493
15494 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15495
15496         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15497         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15498         porting problem reported by Georg Schwarz in
15499         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15500
15501 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15504         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15505         porting problem reported by Georg Schwarz in
15506         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15507
15508 2005-12-05  Bruno Haible  <bruno@clisp.org>
15509
15510         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15511         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15512         Reported by Mark Junker <mjscod@gmx.de>.
15513
15514 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15515
15516         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15517         Use implementation from Albert Chin, with some
15518         comments/corrections by Stepan Kasal and myself.
15519
15520 2005-12-02  Bruno Haible  <bruno@clisp.org>
15521
15522         * gnulib-tool (func_import): Accept GPLed build tool modules when
15523         --lgpl is given.
15524         * modules/csharpcomp-script: New file.
15525         * modules/csharpcomp: Depend on it.
15526         * modules/javacomp-script: New file.
15527         * modules/javacomp: Depend on it.
15528         Suggested by Simon Josefsson.
15529
15530 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15531
15532         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15533         statement, to work around an HP-UX 10.20 compiler bug reported by
15534         Peter O'Gorman.
15535
15536 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * modules/savedir (Depends-on): Add openat.
15539
15540 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15543         (uintmax_t) [defined uintmax_t]: Do not declare.
15544         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15545         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15546         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15547         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15548         sake of portability to weird hosts that C allows (though we don't
15549         know of any practical examples).
15550
15551         * lib/savedir.h (fdsavedir): New decl.
15552         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15553         contains most of the former guts of savedir.
15554         (savedir): Use savedirstream.
15555         Include "openat.h".
15556
15557 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15558
15559         * modules/obstack (Files): Add m4/ulonglong.m4.
15560         Problem reported by Davide Angelocola.
15561
15562 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15563
15564         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15565         coreutils no longer futzes with rounding modes.
15566
15567 2005-11-14  Jim Meyering  <jim@meyering.net>
15568
15569         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15570         replacement of mkstemp.
15571
15572 2005-11-10  Simon Josefsson  <jas@extundo.com>
15573
15574         * lib/readline.c: Remove EOL.
15575
15576 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15577
15578         * modules/gethrxtime (Depends-on): Add gettime.
15579
15580 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15581
15582         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15583         or gettimeofday; no longer needed.
15584
15585 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15588         time business.
15589         (gethrxtime) [! (HAVE_NANOUPTIME
15590         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15591         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15592         our own approximation.
15593
15594 2005-11-08  Eric Blake  <ebb9@byu.net>
15595
15596         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15597
15598 2005-11-08  Eric Blake  <ebb9@byu.net>
15599
15600         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15601
15602 2005-11-04  Bruno Haible  <bruno@clisp.org>
15603
15604         * gnulib-tool: Implement --update mode.
15605
15606 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         Fix porting problem reported by Theodoros V. Kalamatianos.
15609         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15610         Don't assume that futimes failing means we must fail.
15611
15612 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15615         variables to suggest the intended function of the PATH_MAX check.
15616
15617 2005-10-30  Kean Johnston  <jkj@sco.com>
15618
15619         Trivial changes to support SCO systems.
15620         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15621         as PATH_MAX.
15622         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15623         where __ptr is null when no I/O is pending.
15624
15625 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15626
15627         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15628         leave errno alone.  Problem reported by Dmitry V. Levin.
15629
15630 2005-10-28  Simon Josefsson  <jas@extundo.com>
15631
15632         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15633         Test more.
15634
15635         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15636
15637         * modules/md2, modules/md2-tests: New files.
15638
15639 2005-10-28  Simon Josefsson  <jas@extundo.com>
15640
15641         * m4/inet_ntop.m4: More tests.
15642
15643         * m4/gc-md2.m4, md2.m4: New file.
15644
15645 2005-10-28  Simon Josefsson  <jas@extundo.com>
15646
15647         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15648         "restrict" keywords, as per POSIX.  Protect the function
15649         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15650         Don't use K&R prototypes.  Check the sprintf return values.
15651         Re-define EAFNOSUPPORT if not present.  Indent.
15652
15653         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15654         suggested by Bruno Haible <bruno@clisp.org>.
15655
15656         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15657
15658         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15659
15660         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15661         libgcrypt).
15662
15663         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15664
15665         * lib/md2.h, lib/md2.c: New files.
15666
15667 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15668
15669         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15670         errno alone.  Problem reported by Frederic Jolliton.
15671
15672 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15673
15674         * modules/verify (License): Change from GPL to LGPL.  This is a
15675         tiny module and there are apparently near-equivalents that are
15676         under the BSD license.
15677
15678 2005-10-24  Simon Josefsson  <jas@extundo.com>
15679
15680         * modules/sha1: Relicense to LGPL.
15681
15682 2005-10-24  Simon Josefsson  <jas@extundo.com>
15683
15684         * lib/md4.h: Shrink buffer size, now that we changed the type.
15685
15686 2005-10-23  Simon Josefsson  <jas@extundo.com>
15687
15688         * gnulib-tool (func_import): Fix --tests-base.
15689
15690 2005-10-22  Simon Josefsson  <jas@extundo.com>
15691
15692         * modules/arcfour (Depends-on): Need stdint.
15693
15694 2005-10-22  Simon Josefsson  <jas@extundo.com>
15695
15696         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15697         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15698
15699 2005-10-22  Simon Josefsson  <jas@extundo.com>
15700
15701         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15702         suggested by Bruno Haible <bruno@clisp.org>.
15703
15704 2005-10-22  Simon Josefsson  <jas@extundo.com>
15705
15706         * lib/crc.h: Include stddef.h, for size_t.
15707
15708 2005-10-22  Simon Josefsson  <jas@extundo.com>
15709
15710         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15711         arcfour_context struct (simplify test vector testing in GNU
15712         Shishi).
15713
15714 2005-10-21  Simon Josefsson  <jas@extundo.com>
15715
15716         * modules/des, modules/des-tests: New files.
15717
15718         * modules/gc-des, modules/gc-des-tests: New files.
15719
15720         * tests/test-des.c, tests/test-gc-des.c: New file.
15721
15722 2005-10-21  Simon Josefsson  <jas@extundo.com>
15723
15724         * modules/arctwo, modules/arctwo-tests: New files.
15725
15726         * tests/test-arctwo.c: New file.
15727
15728         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15729
15730         * tests/test-gc-arctwo.c: New file.
15731
15732 2005-10-21  Simon Josefsson  <jas@extundo.com>
15733
15734         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15735         Bruno Haible <bruno@clisp.org>.
15736
15737         * m4/gc-des.m4: New file.
15738
15739 2005-10-21  Simon Josefsson  <jas@extundo.com>
15740
15741         * m4/arctwo.m4: New file.
15742
15743         * m4/gc-arctwo.m4: New file.
15744
15745 2005-10-21  Simon Josefsson  <jas@extundo.com>
15746
15747         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15748         block.
15749
15750 2005-10-21  Simon Josefsson  <jas@extundo.com>
15751
15752         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15753         <bruno@clisp.org>.
15754
15755         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15756
15757         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15758         Bruno Haible <bruno@clisp.org>.
15759
15760         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15761         <bruno@clisp.org>.
15762
15763 2005-10-21  Simon Josefsson  <jas@extundo.com>
15764
15765         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15766
15767 2005-10-21  Simon Josefsson  <jas@extundo.com>
15768
15769         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15770
15771 2005-10-21  Simon Josefsson  <jas@extundo.com>
15772
15773         * lib/des.h, lib/des.c: New files.
15774
15775         * lib/gc-gnulib.c: Support DES.c
15776
15777 2005-10-21  Simon Josefsson  <jas@extundo.com>
15778
15779         * lib/arctwo.h, lib/arctwo.c: New files.
15780
15781         * lib/gc-gnulib.c: Support ARCTWO.
15782
15783 2005-10-21  Simon Josefsson  <jas@extundo.com>
15784
15785         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15786         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15787
15788 2005-10-21  Simon Josefsson  <jas@extundo.com>
15789
15790         * gnulib-tool (func_import, func_create_testdir): Define automake
15791         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15792         Makefile.am snippet),
15793         suggested by Bruno Haible <bruno@clisp.org>.
15794
15795         * modules/gc (Makefile.am): Use it.
15796
15797 2005-10-21  Bruno Haible  <bruno@clisp.org>
15798
15799         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15800         patch.
15801
15802 2005-10-19  Simon Josefsson  <jas@extundo.com>
15803
15804         * tests/test-gc-rijndael.c: New file.
15805
15806         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15807
15808 2005-10-19  Simon Josefsson  <jas@extundo.com>
15809
15810         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15811         interface too.
15812
15813 2005-10-19  Simon Josefsson  <jas@extundo.com>
15814
15815         * tests/test-gc-arcfour.c: New file.
15816
15817         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15818
15819 2005-10-19  Simon Josefsson  <jas@extundo.com>
15820
15821         * modules/gc-md4, modules/gc-md4-tests: New file.
15822
15823         * tests/test-gc-md4.c: New file.
15824
15825 2005-10-19  Simon Josefsson  <jas@extundo.com>
15826
15827         * m4/gc-md4.m4: New file.
15828
15829 2005-10-19  Simon Josefsson  <jas@extundo.com>
15830
15831         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15832         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15833         <kasal@ucw.cz>.
15834
15835 2005-10-19  Simon Josefsson  <jas@extundo.com>
15836
15837         * m4/gc-arcfour.m4: New file.
15838
15839         * m4/gc-rijndael.m4: New file.
15840
15841 2005-10-19  Simon Josefsson  <jas@extundo.com>
15842
15843         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15844
15845 2005-10-19  Simon Josefsson  <jas@extundo.com>
15846
15847         * lib/gc-gnulib.c: Support ARCFOUR.
15848
15849 2005-10-19  Simon Josefsson  <jas@extundo.com>
15850
15851         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15852         support.
15853
15854         * lib/gc.h: Add ECB enum type.
15855
15856         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15857
15858 2005-10-18  Simon Josefsson  <jas@extundo.com>
15859
15860         * tests/test-md5.c: New file.
15861
15862         * modules/md5-tests: New file.
15863
15864 2005-10-18  Simon Josefsson  <jas@extundo.com>
15865
15866         * tests/test-md4.c: New file.
15867
15868         * modules/md4, modules/md4-tests: New files.
15869
15870 2005-10-18  Simon Josefsson  <jas@extundo.com>
15871
15872         * m4/md4.m4: New file.
15873
15874 2005-10-18  Simon Josefsson  <jas@extundo.com>
15875
15876         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15877
15878 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15879
15880         * gnulib-tool (func_create_testdir): Omit the second check whether
15881         BUILT_SOURCES in nonempty.
15882
15883 2005-10-17  Simon Josefsson  <jas@extundo.com>
15884
15885         * tests/test-rijndael.c: New file.
15886
15887 2005-10-17  Simon Josefsson  <jas@extundo.com>
15888
15889         * modules/sha1: Depend on stdint instead of md5.
15890
15891         * modules/md5: Depend on stdint, remove uint32_t.
15892
15893 2005-10-17  Simon Josefsson  <jas@extundo.com>
15894
15895         * modules/gc-sha1-tests: New file.
15896
15897         * tests/test-gc-sha1.c: New file.
15898
15899 2005-10-17  Simon Josefsson  <jas@extundo.com>
15900
15901         * m4/md5.m4: Remove call to uint32_t.m4.
15902
15903 2005-10-17  Simon Josefsson  <jas@extundo.com>
15904
15905         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15906
15907         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15908         md5.h.
15909
15910         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15911
15912         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15913
15914 2005-10-17  Simon Josefsson  <jas@extundo.com>
15915
15916         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15917
15918 2005-10-17  Simon Josefsson  <jas@extundo.com>
15919
15920         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15921
15922 2005-10-17  Simon Josefsson  <jas@extundo.com>
15923
15924         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15925
15926         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15927
15928 2005-10-17  Bruno Haible  <bruno@clisp.org>
15929
15930         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15931         that it can also be used in a test.
15932
15933 2005-10-16  Bruno Haible  <bruno@clisp.org>
15934
15935         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15936         TESTS_ENVIRONMENT, so that individual tests can augment it.
15937
15938         * gnulib-tool (func_create_testdir): Use an intermediate target for
15939         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15940         macros, like $(ALLOCA_H), which cannot be passed through the command
15941         line.
15942
15943 2005-10-15  Simon Josefsson  <jas@extundo.com>
15944
15945         * modules/rijndael-tests: New file.
15946
15947         * modules/rijndael: New file.
15948
15949 2005-10-15  Simon Josefsson  <jas@extundo.com>
15950
15951         * m4/rijndael.m4: New file.
15952
15953 2005-10-15  Simon Josefsson  <jas@extundo.com>
15954
15955         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15956
15957         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15958
15959 2005-10-14  Simon Josefsson  <jas@extundo.com>
15960
15961         * tests/test-arcfour.c: New file.
15962
15963         * modules/arcfour, modules/arcfour-tests: New files.
15964
15965 2005-10-14  Simon Josefsson  <jas@extundo.com>
15966
15967         * m4/arcfour.m4: New file.
15968
15969 2005-10-14  Simon Josefsson  <jas@extundo.com>
15970
15971         * lib/arcfour.h, lib/arcfour.c: New files.
15972
15973 2005-10-14  Roland McGrath  <roland@redhat.com>
15974
15975         Import from libc.  [BZ #1331]
15976         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
15977         macro argument.
15978         Reported by Matej Vela <vela@debian.org>.
15979
15980 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
15983         include <wchar.h>; no longer needed.
15984
15985 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
15988
15989 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
15990         and  Ulrich Drepper  <drepper@redhat.com>
15991
15992         Import from libc.
15993         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
15994         instead of inline stream orientation test and two separate
15995         function calls.  Pay no attention to USE_IN_LIBIO.
15996
15997 2005-10-13  Simon Josefsson  <jas@extundo.com>
15998
15999         * modules/gc-hmac-md5-tests: New file.
16000
16001         * tests/test-gc-hmac-sha1.c: New file.
16002
16003         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16004
16005         * modules/gc-hmac-md5-tests: New file.
16006
16007         * tests/test-gc-md5.c: New file.
16008
16009         * modules/gc-md5-tests: New file.
16010
16011 2005-10-13  Simon Josefsson  <jas@extundo.com>
16012
16013         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16014         Move memory allocation outside of loop.
16015
16016 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16017
16018         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16019         intermediate directory is in a read-only file system.  Problem
16020         reported by Eric Blake.
16021
16022 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16023
16024         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16025
16026 2005-10-12  Simon Josefsson  <jas@extundo.com>
16027
16028         * tests/test-hmac-sha1.c: New file.
16029
16030         * modules/hmac-sha1-tests: New file.
16031
16032         * modules/hmac-sha1: New file.
16033
16034 2005-10-12  Simon Josefsson  <jas@extundo.com>
16035
16036         * modules/gc-sha1: New file.
16037
16038 2005-10-12  Simon Josefsson  <jas@extundo.com>
16039
16040         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16041
16042         * tests/test-gc-pbkdf2-sha1.c: New file.
16043
16044 2005-10-12  Simon Josefsson  <jas@extundo.com>
16045
16046         * modules/gc-md5, modules/gc-hmac-md5: New files.
16047
16048         * modules/gc (Files): Remove md5, memxor and hmac files.
16049
16050 2005-10-12  Simon Josefsson  <jas@extundo.com>
16051
16052         * m4/gc-pbkdf2-sha1.m4: New file.
16053
16054         * m4/gc-hmac-sha1.m4: New file.
16055
16056         * m4/gc-sha1: New file.
16057
16058         * m4/hmac-sha1.m4: New file.
16059
16060 2005-10-12  Simon Josefsson  <jas@extundo.com>
16061
16062         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16063
16064         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16065
16066 2005-10-12  Simon Josefsson  <jas@extundo.com>
16067
16068         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16069         suggested by Bruno Haible <bruno@clisp.org>.
16070
16071 2005-10-12  Simon Josefsson  <jas@extundo.com>
16072
16073         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16074
16075 2005-10-12  Simon Josefsson  <jas@extundo.com>
16076
16077         * lib/gc-pbkdf2-sha1.c: New file.
16078
16079         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16080
16081 2005-10-12  Simon Josefsson  <jas@extundo.com>
16082
16083         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16084
16085         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16086
16087 2005-10-12  Simon Josefsson  <jas@extundo.com>
16088
16089         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16090         GC_USE_HMAC_MD5, respectively.
16091
16092         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16093         (gc_md5): Fix typo.
16094
16095         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16096
16097         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16098
16099         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16100
16101 2005-10-12  Bruno Haible  <bruno@clisp.org>
16102
16103         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16104         Reported by Stepan Kasal <kasal@ucw.cz>.
16105
16106 2005-10-11  Simon Josefsson  <jas@extundo.com>
16107
16108         * tests/test-crc.c: New file.
16109
16110         * modules/crc, modules/crc-tests: New files.
16111
16112 2005-10-11  Simon Josefsson  <jas@extundo.com>
16113
16114         * m4/crc.m4: New file.
16115
16116 2005-10-11  Simon Josefsson  <jas@extundo.com>
16117
16118         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16119
16120         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16121
16122         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16123
16124 2005-10-11  Simon Josefsson  <jas@extundo.com>
16125
16126         * lib/crc.h, lib/crc.c: New files.
16127
16128         * lib/gc.h (gc_hash_buffer): Add doc.
16129
16130 2005-10-11  Bruno Haible  <bruno@clisp.org>
16131
16132         * modules/c-strcasestr: New file.
16133         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16134
16135 2005-10-11  Bruno Haible  <bruno@clisp.org>
16136
16137         * modules/c-strcase: New file.
16138         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16139
16140 2005-10-11  Bruno Haible  <bruno@clisp.org>
16141
16142         * lib/strcasecmp.c: Include limits.h.
16143         (strcasecmp): Avoid integer overflow on exotic platforms.
16144         * lib/strncasecmp.c: Include limits.h.
16145         (strncasecmp): Avoid integer overflow on exotic platforms.
16146         Reported by Paul Eggert.
16147
16148 2005-10-11  Bruno Haible  <bruno@clisp.org>
16149
16150         * lib/c-strcasestr.h: New file, from GNU gettext.
16151         * lib/c-strcasestr.c: New file, from GNU gettext.
16152
16153 2005-10-11  Bruno Haible  <bruno@clisp.org>
16154
16155         * lib/c-strcase.h: New file, from GNU gettext.
16156         * lib/c-strcasecmp.c: New file, from GNU gettext.
16157         * lib/c-strncasecmp.c: New file, from GNU gettext.
16158
16159 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         * modules/mempcpy (License): GPL -> LGPL.
16162         * modules/strchrnul (License): Likewise.
16163         * modules/sysexits (License): Likewise.
16164
16165 2005-10-08  Simon Josefsson  <jas@extundo.com>
16166
16167         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16168
16169 2005-10-07  Simon Josefsson  <jas@extundo.com>
16170
16171         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16172
16173 2005-10-06  Simon Josefsson  <jas@extundo.com>
16174
16175         * tests/test-hmac-md5.c: New file.
16176
16177         * modules/hmac-md5-tests: New file.
16178
16179         * modules/hmac-md5: New file.
16180
16181 2005-10-06  Simon Josefsson  <jas@extundo.com>
16182
16183         * m4/hmac-md5.m4: New file.
16184
16185         * m4/memxor.m4: Require gl_C_RESTRICT.
16186
16187 2005-10-06  Simon Josefsson  <jas@extundo.com>
16188
16189         * lib/memxor.c (memxor): Avoid casts and warnings.
16190
16191 2005-10-06  Simon Josefsson  <jas@extundo.com>
16192
16193         * lib/hmac-md5.c: New file.
16194
16195         * lib/hmac.h: New file.
16196
16197 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16198
16199         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16200         promotes to int, not unsigned int, to catch the AIX 5.3
16201         compiler bug.
16202
16203 2005-10-05  Simon Josefsson  <jas@extundo.com>
16204
16205         * modules/memxor: New file.
16206
16207         * modules/iconv (Files): Move config.rpath to havelib, it is used
16208         there.
16209
16210         * modules/havelib (Files): Add config.rpath.
16211
16212 2005-10-05  Simon Josefsson  <jas@extundo.com>
16213
16214         * m4/memxor.m4: New file.
16215
16216 2005-10-05  Simon Josefsson  <jas@extundo.com>
16217
16218         * lib/memxor.c (memxor): Fix compiler error.
16219
16220         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16221         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16222
16223         * lib/memxor.h, lib/memxor.c: New files.
16224
16225         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16226         we assume all systems have it, suggested by Jim Meyering
16227         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16228         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16229         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16230         same reasons.
16231
16232 2005-10-05  Simon Josefsson  <jas@extundo.com>
16233
16234         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16235
16236 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16239         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16240         needed, since the source code now assumes these .h files.
16241
16242 2005-10-05  Derek Price  <derek@ximbiot.com>
16243
16244         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16245
16246 2005-10-05  Bruno Haible  <bruno@clisp.org>
16247
16248         * modules/stdint (License): Change to LGPL.
16249
16250 2005-10-04  Simon Josefsson  <jas@extundo.com>
16251
16252         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16253         D. Baushke" <mdb@gnu.org>.
16254
16255 2005-10-04  Bruno Haible  <bruno@clisp.org>
16256
16257         * lib/verify.h (verify_true): Provide alternative definition for C++.
16258
16259 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16260
16261         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16262         (SSIZE_MAX): New macro, if not already defined.
16263         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16264         than 2 GiB.
16265
16266 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16267
16268         Sync from coreutils.
16269         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16270         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16271         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16272         ULLONG_MAX doesn't work with 2.7.2.1.
16273
16274 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16277         From Ben Pfaff.
16278
16279         * modules/exclude (Depends-on): Depend on verify.
16280         * modules/strtoimax (Depends-on): Likewise.
16281         * modules/utimecmp (Depends-on): Likewise.
16282
16283 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16284
16285         * lib/exclude.c: Include verify.h.
16286         (verify): Remove.  All callers changed to use verify.h's version.
16287         * lib/strtoimax.c: Likewise.
16288         * lib/utimecmp.c: Likewis.e
16289
16290         Sync from coreutils.
16291         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16292         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16293         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16294         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16295         bother returning ENOSYS if settimeofday or stime fails; just let
16296         them return whatever errno they want to return.
16297         * lib/utimens.c: Include unistd.h, for dup2.
16298         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16299         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16300
16301 2005-10-02  Jim Meyering  <jim@meyering.net>
16302
16303         Sync from coreutils.
16304         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16305         from glibc-2.2.5 that fails for read-only files.
16306
16307 2005-10-02  Jim Meyering  <jim@meyering.net>
16308
16309         Sync from coreutils.
16310         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16311         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16312         `#if HAVE_CONFIG_H'.
16313         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16314         Remove AT_FDCWD test.
16315         Do not consume the fd unless successful.
16316         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16317         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16318         block, so that we don't even try to compile it if settimeofday is
16319         available.  This works around a compilation failure on OSF1 V5.1,
16320         due to stime requiring a `long int*' while tv_sec is `int'.
16321
16322 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16323
16324         Sync from coreutils.
16325         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16326         against `yes', rather than just testing for nonempty.
16327
16328 2005-10-01  Simon Josefsson  <jas@extundo.com>
16329
16330         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16331         and Darwin.
16332
16333         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16334         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16335         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16336         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16337         Check if struct addrinfo is declared.
16338
16339 2005-10-01  Simon Josefsson  <jas@extundo.com>
16340
16341         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16342         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16343         AI_* and EAI_* definitions.  Protect function declarations.
16344
16345 2005-10-01  Jim Meyering  <jim@meyering.net>
16346
16347         Sync from coreutils.
16348
16349         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16350         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16351         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16352         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16353         in the inet and nsl libraries.  Required on Solaris 5.7.
16354
16355 2005-10-01  Jim Meyering  <jim@meyering.net>
16356
16357         Sync from coreutils.
16358         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16359         in the inet and nsl libraries.  Required on Solaris 5.7.
16360
16361 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16362
16363         * lib/getdelim.c (getdelim): Remove unused variables.
16364
16365 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16366
16367         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16368         so that the code works even with ancient cpp.  Portability problem
16369         with GCC 2.7.2.1 reported by Thomas M.Ott.
16370
16371 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16372
16373         * modules/regex (Depends-on): Add strcase.
16374
16375         * modules/gethostname (Licence): Change from GPL to LGPL, since
16376         gethostname.c is a trivial implementation of a standard library
16377         function.
16378         * modules/poll (License): Change from GPL to LGPL, since it's
16379         derived from LGPL code.
16380
16381 2005-09-27  Jim Meyering  <jim@meyering.net>
16382
16383         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16384         HAVE_CONFIG_H.
16385
16386         * lib/intprops.h (signed_type_or_expr__): Define.
16387         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16388         for unsigned types.
16389
16390 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16391
16392         * lib/verify.h (verify_expr): Remove, replacing with:
16393         (verify_true): New macro that returns true instead of void.
16394         (verify_type__): Remove.
16395         (verify): Use verify_true rather than verify_type__.
16396
16397 2005-09-26  Bruno Haible  <bruno@clisp.org>
16398
16399         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16400         is necessary.
16401         (lib_SOURCES): Remove mbchar.c.
16402         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16403         (Files): Add m4/mbrtowc.m4.
16404         * modules/mbiter: Likewise.
16405         * modules/mbuiter: Likewise.
16406
16407 2005-09-26  Bruno Haible  <bruno@clisp.org>
16408
16409         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16410         compile mbchar.c if they are not both present.
16411         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16412         * m4/mbiter.m4 (gl_MBITER): Likewise.
16413         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16414         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16415         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16416
16417 2005-09-25  Jim Meyering  <jim@meyering.net>
16418
16419         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16420         also uses socklen_t.
16421
16422 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         * lib/utimens.c (ENOSYS): Define if not already defined.
16425         (futimens): Support having a null PATH if the file descriptor
16426         is nonnegative.
16427
16428         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16429         Remove.
16430         (__attribute): Define to empty unless GCC 3.1 or later.
16431         This works around a core dump on OpenBSD 3.4, which has GCC
16432         2.95.3, which dumps core when given __attribute__(()).  It also
16433         simplifies other tests, since we really don't want to bother with
16434         worrying about which ancient version of GCC supported what.
16435         Original problem reported by Yoann Vandoorselaere, with part of
16436         the fix suggested by Derek Price.
16437
16438 2005-09-24  Jim Meyering  <jim@meyering.net>
16439
16440         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16441         so we can once again use a positive bitfield width of 1 -- now we
16442         don't have to explain why we were using a bitfield width of 2.
16443
16444 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16445
16446         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16447         and similarly for the other external symbols.  Problem reported
16448         by James Gallager.
16449
16450         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16451         bug reported by Jim Meyering.
16452
16453         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16454         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16455         not needed, since socklen is a prerequisite module.
16456
16457 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16458
16459         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16460         Problem reported by Eric Blake.
16461         (getaddrinfo): Initialize se so that it's not garbage.
16462         Redo internal storage allocation so that it doesn't make unportable
16463         assumptions about alignment.
16464         Fix a memory leak.
16465
16466         * lib/utimens.c (futimens): Use futimesat if available.
16467         Prefer it to futimes since it doesn't have the futimes bug.
16468
16469         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16470         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16471         Instead, declare a function that returns a pointer to an array,
16472         and use verify_type__ to declare the size of the array.
16473         Problem and germ of a solution reported by Bruno Haible.
16474         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16475         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16476
16477 2005-09-23  Jim Meyering  <jim@meyering.net>
16478
16479         Sync from coreutils.
16480         Correct build failure (socklen_t not defined) on at least
16481         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16482         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16483
16484 2005-09-23  Jim Meyering  <jim@meyering.net>
16485
16486         * modules/getaddrinfo (Depends-on): Add socklen.
16487
16488 2005-09-23  Bruno Haible  <bruno@clisp.org>
16489
16490         * tests/test-verify.c: New file.
16491
16492 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16493
16494         Sync from coreutils.
16495
16496         * modules/argmatch (Depends-on): Add verify.
16497         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16498         unistd-safer.
16499         * modules/save-cwd (Depends-on): Likewise.
16500
16501         * modules/openat (Files): Add lib/openat-die.c.
16502         (Depends-on): Remove error, exitfail.
16503         Add dirname.
16504
16505         * modules/verify: New file.
16506         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16507         with "verify" module.
16508
16509 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16510
16511         Sync from coreutils.
16512
16513         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16514         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16515         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16516         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16517         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16518         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16519         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16520         Don't bother checking for string.h, stdlib.h, unistd.h.
16521         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16522         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16523         module's job.
16524         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16525         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16526
16527         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16528         (gl_GETDATE): Use it.
16529
16530         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16531
16532 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16533
16534         Sync from coreutils.
16535
16536         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16537         stat-time.h.
16538         * lib/argmatch.h: Include verify.h
16539         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16540         (ARGMATCH_ASSERT): Remove; unused.
16541         * lib/canonicalize.c: Assume STDC_HEADERS.
16542         * lib/exclude.c: Include "strcase.h".
16543         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16544         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16545         and stdio-safer.h.
16546         (getusershell): Call fopen, not fopen_safer.
16547         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16548         Do not include unistd-safer.h.
16549         (save_cwd): Don't call fd_safer; no longer needed
16550         now that we include fcntl--.h.
16551
16552         * lib/getdate.y (relative_time): New type.
16553         (RELATIVE_TIME_0): New constant.
16554         (parser_control): Use relative_time instead of doing it ourselves.
16555         (%union): Add new relative_time rel member.
16556         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16557         Now typeless.
16558         (relunit, relunit_snumber): Now of type rel.
16559         (zone, rel, relunit, get_date): Adjust to above changes.
16560
16561         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16562         Do not include unistd-safer.h.
16563         (getloadavg): Don't call fd_safer; no longer needed
16564         now that we include fcntl--.h.
16565
16566         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16567         (make_dir_parents): Treat ENOSYS like EEXIST.
16568
16569         Improve quality of diagnostics on restore_cwd failure.
16570         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16571         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16572         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16573         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16574         each time through the loop.  Do not diagnose restore_cwd failure;
16575         that is the caller's job (and perhaps the caller does not care).
16576
16577         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16578         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16579         If the file already exists but is not a directory, don't bother
16580         to try to make its parents.
16581         Close potential file descriptor leak if we can't chdir("/") (!).
16582         Don't always return true if chdir($PWD) fails; return true only
16583         if the requested action was done successfully (except for the
16584         chdir($PWD)).
16585         Don't log final directory unless we actually made it.
16586         Refactor to avoid duplicate code to fix up permissions.
16587         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16588
16589         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16590         to make it a bit faster and (I hope) clearer.
16591         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16592         Fix bug in formats like %2N.
16593
16594         * lib/verify.h: New file.
16595
16596 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16597
16598         Sync from coreutils.
16599         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16600
16601 2005-09-22  Jim Meyering  <jim@meyering.net>
16602
16603         Sync from coreutils.
16604
16605         * m4/lstat.m4 (gl_FUNC_LSTAT):
16606         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16607         Remove obsolete comment.
16608         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16609         * m4/xstrtod.m4: Likewise.
16610
16611         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16612
16613 2005-09-22  Jim Meyering  <jim@meyering.net>
16614
16615         Sync from coreutils.
16616
16617         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16618
16619         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16620         the .tm_year member, since otherwise gcc-4.0 would now warn about
16621         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16622
16623         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16624         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16625
16626         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16627         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16628         when run in a time zone for which daylight savings time is in effect
16629         for the starting date.
16630
16631         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16632         stop us from restricting permissions of just-created absolute-named
16633         directories.
16634         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16635         to restore initial working directory.
16636         * lib/mkdir-p.c (make_dir_parents): New parameter:
16637         different_working_dir, to tell caller if/when we change the working
16638         directory and are unable to return to the initial one.
16639         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16640         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16641         `return false'.  This fixes a bug introduced on 2004-07-30.
16642
16643         * lib/openat.c (fdopendir): Be sure to close the supplied
16644         file descriptor before returning.  This makes our replacement
16645         implementation a little closer to Solaris's, where fdopendir
16646         ties the file descriptor to the returned DIR* pointer.
16647         * lib/openat.c (unlinkat): New function.
16648         * lib/openat.h (unlinkat): Add prototype.
16649         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16650         (openat_restore_fail): Rename from openat_restore_die.
16651         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16652
16653         Provide an alternative to exiting immediately upon save_cwd or
16654         restore_cwd failure.  Now, an application can arrange e.g.,
16655         to perform a longjump in that case.
16656         * lib/openat.c: Include dirname.h.
16657         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16658         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16659         and openat_restore_die rather than calling error directly.
16660         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16661
16662         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16663         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16664         define.
16665
16666         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16667         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16668                             int utc, int nanoseconds);
16669         Background:
16670         date should not have to allocate a megabyte of virtual memory to
16671         handle a format argument like +%1048575T.  When implemented with
16672         strftime, it must allocate such a buffer, use strftime to fill it
16673         in, print it, then free it.
16674         With fprintftime, it simply prints everything and exits.
16675         With no need for memory allocation, that's one fewer way to fail.
16676         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16677         optional field width, not before, so we accept %9:z, not %:9z.
16678         (my_strftime): Be sure to use L_('x') for literals.
16679
16680         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16681         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16682         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16683         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16684         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16685         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16686         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16687         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16688         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16689         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16690         * lib/xgethostname.c, lib/xreadlink.c:
16691         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16692
16693         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16694         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16695         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16696         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16697         and don't include <sys/file.h>).
16698
16699 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16700
16701         Sync from coreutils.
16702
16703         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16704         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16705         [!LDAV_DONE]: Avoid unused variable warning.
16706
16707 2005-09-21  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/unicodeio.h (unicode_to_mb): New declaration.
16710
16711 2005-09-20  Derek Price  <derek@ximbiot.com>
16712
16713         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16714         getaddrinfo.h.
16715
16716 2005-09-20  Bruno Haible  <bruno@clisp.org>
16717
16718         * gnulib-tool: Remove trailing slashes from the values specified for
16719         --source-base, --m4-base, --tests-base, --aux-dir.
16720         Suggested by Simon Josefsson <jas@extundo.com>.
16721
16722 2005-09-20  Bruno Haible  <bruno@clisp.org>
16723
16724         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16725         func_modules_to_filelist, func_import, func_create_testdir): Make all
16726         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16727         change when gnulib-tool is invoked in a different locale.
16728
16729 2005-09-19  Simon Josefsson  <jas@extundo.com>
16730
16731         * m4/socklen.m4: Fix typo.
16732
16733 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16734
16735         Use a consistent style for including <config.h>.
16736         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16737         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16738         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16739         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16740         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16741         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16742         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16743         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16744         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16745         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16746         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16747         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16748         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16749         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16750         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16751         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16752         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16753         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16754         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16755         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16756         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16757         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16758         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16759         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16760         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16761         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16762         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16763         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16764         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16765         lib/xstrtoumax.c, lib/yesno.c:
16766         Standardize inclusion of config.h.
16767         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16768         lib/inttostr.h:  Removed inclusion of config.h from header files.
16769         * lib/inttostr.c:  Adjusted in-tree users.
16770         * lib/timespec.h: Remove superfluous warning to include config.h.
16771         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16772         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16773         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16774         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16775         config.h with HAVE_CONFIG_H.
16776
16777 2005-09-19  Jim Meyering  <jim@meyering.net>
16778
16779         * modules/pathmax (License): Change to LGPL.
16780
16781 2005-09-19  Derek Price  <derek@ximbiot.com>
16782
16783         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16784
16785 2005-09-19  Bruno Haible  <bruno@clisp.org>
16786
16787         * gnulib-tool (import): Provide default for --tests-base.
16788
16789 2005-09-19  Bruno Haible  <bruno@clisp.org>
16790
16791         * doc/quote.texi: New file, extracted from gnulib.texi.
16792         * doc/ctime.texi: New file, extracted from gnulib.texi.
16793         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16794         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16795         * doc/gnulib.texi: Include them.
16796
16797 2005-09-18  Bruno Haible  <bruno@clisp.org>
16798
16799         Portability fix.
16800         * gnulib-tool (func_readlink): New function.
16801         (func_ln_if_changed): Use it.
16802
16803 2005-09-18  Bruno Haible  <bruno@clisp.org>
16804
16805         * gnulib-tool: Support --with-tests also with --import.
16806         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16807         (func_import): Use variables $testsbase and $inctests. Emit a
16808         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16809         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16810         SUBDIRS += $testsdir.
16811         (func_create_testdir): Update.
16812
16813 2005-09-18  Bruno Haible  <bruno@clisp.org>
16814
16815         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16816         instead of $dry_run.
16817         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16818         (func_ln_if_changed): Don't handle dry-run here.
16819         (func_import): In dry-run mode, detect more precisely which actions
16820         would be performed, and don't use "...ing" verbs.
16821
16822 2005-09-18  Bruno Haible  <bruno@clisp.org>
16823
16824         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16825         (func_import): Use join on two temporary files instead of three nested
16826         loops, in order to determine which files are new or old.
16827
16828 2005-09-18  Bruno Haible  <bruno@clisp.org>
16829
16830         * gnulib-tool (func_import): Comment out code that spits out the
16831         new files with --dry-run.
16832
16833 2005-09-18  Bruno Haible  <bruno@clisp.org>
16834
16835         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16836
16837 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         * lib/stat-time.h: New file.
16840         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16841         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16842         in a different way.
16843         (timespec_cmp): New function.
16844         * lib/utimecmp.c: Include stat-time.h.
16845         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16846         members exist, not on the obsolescent ST_MTIM_NSEC.
16847         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16848
16849 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16852
16853 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16854
16855         * MODULES.html.sh (File system functions): Add stat-time.
16856         * modules/stat-time: New file.
16857         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16858         is now done in a different way, by the stat-time module.
16859         * modules/utimecmp (Depends-on): Add stat-time.
16860
16861 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16862
16863         * m4/st_mtim.m4: Remove.  Superseded by...
16864         * m4/stat-time.m4: New file.
16865         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16866         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16867
16868 2005-09-15  Derek Price  <derek@ximbiot.com>
16869
16870         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16871
16872 2005-09-15  Derek Price  <derek@ximbiot.com>
16873
16874         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16875         * lib/regex_internal.c: Ditto, using this...
16876         (__GNUC_PREREQ): ...new macro.
16877         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16878         using...
16879         (__GNUC_PREREQ): ...this new macro.
16880
16881         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16882
16883 2005-09-15  Derek Price  <derek@ximbiot.com>
16884             Paul Eggert  <eggert@cs.ucla.edu>
16885
16886         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16887         changes, consolidating in...
16888         * lib/regex_internal.h: ...this file.
16889
16890 2005-09-13  Jim Meyering  <jim@meyering.net>
16891
16892         * lib/canon-host.c: Filter through gnu indent and reword comments
16893         slightly.
16894         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16895
16896 2005-09-13  Derek Price  <derek@ximbiot.com>
16897
16898         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16899         failure.
16900         Reported by Jim Meyering  <jim@meyering.net>.
16901
16902 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16903
16904         * lib/base64.c: Typo.
16905         (base64_encode): Put b64str in initialized data section.
16906
16907 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         Merge glibc and coreutils changes into gnulib, plus a few
16910         extra fixes.
16911         * lib/md5.c: Use #error rather than a string.
16912         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16913         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16914         (__attribute__): Define to empty for non recent-GCC.
16915         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16916         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16917         Renamed from their non-__ counterparts, with new macros replacing
16918         them if not _LIBC.  Add __THROW attribute.
16919         (rol): Remove.
16920         (struct md5_ctx): Align buffer if using GCC.
16921         * lib/sha1.h (struct sha1_ctx): Likewise.
16922         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16923         The old name was backwards.
16924         (NOTSWAP): Remove; not used.
16925         (rol): New macro, moved here from md5.h.
16926         (sha1_process_block): Remove a FIXME that doesn't make sense.
16927
16928 2005-09-12  Derek Price  <derek@ximbiot.com>
16929
16930         Return usable errors from canon-host.
16931         * lib/canon-host.h: New file.
16932         * lib/canon-host.c (canon_host): Wrap...
16933         (canon_host_r): ...this new function, which now relies exclusively on
16934         getaddrinfo.
16935         (ch_strerror): New function.
16936         (last_cherror): New global.
16937         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16938         interface.
16939         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16940         void *.
16941         (freeaddrinfo): Free ai->ai_canonname when set.
16942
16943 2005-09-12  Derek Price  <derek@ximbiot.com>
16944
16945         Make canon-host require getaddrinfo.
16946         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16947         AC_LIBSOURCE canon-host.h.  Call...
16948         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16949         gl_GETADDRINFO.
16950         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16951
16952 2005-09-12  Derek Price  <derek@ximbiot.com>
16953
16954         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16955         LGPL.
16956         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16957
16958 2005-09-12  Derek Price  <derek@ximbiot.com>
16959
16960         * lib/gai_strerror.c: Include config.h when available.  Include
16961         getaddrinfo.h before other headers to test interface.
16962         Reported by Larry Jones <lawrence.jones@ugs.com>.
16963
16964 2005-09-12  Derek Price  <derek@ximbiot.com>
16965             Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * modules/glob (Files): Add glob-libc.h.
16968
16969 2005-09-12  Derek Price  <derek@ximbiot.com>
16970             Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
16973         glob_.h, glob-libc.h.
16974         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
16975
16976 2005-09-12  Derek Price  <derek@ximbiot.com>
16977             Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
16980         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
16981         protecting things that should be done only in gnulib contexts.
16982         * lib/glob_.h: New file, containing only the glob things needed for
16983         gnulib.
16984         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
16985         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
16986         (glob, globfree, glob_pattern_p): Now defined simply in terms of
16987         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
16988         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
16989         and to respect the namespace rules better.
16990
16991 2005-09-08  Simon Josefsson  <jas@extundo.com>
16992
16993         * modules/socklen: New file.
16994
16995 2005-09-08  Simon Josefsson  <jas@extundo.com>
16996
16997         * m4/socklen.m4: New file.
16998
16999 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17000
17001         * modules/utimens (Files): Add m4/utimbuf.m4, since
17002         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17003         Reported by Sergey Poznyakoff.
17004
17005 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17006
17007         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17008         definitions, since that's the preferred style in glibc.
17009         Fix a minor spacing issue, and update copyright notice to match
17010         glibc's.
17011
17012 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17013
17014         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17015
17016 2005-09-06  Simon Josefsson  <jas@extundo.com>
17017
17018         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17019         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17020
17021 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17022
17023         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17024         warning.
17025
17026 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17027
17028         * config/srclist.txt: Add glibc bug 1302.
17029
17030 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17031
17032         Change bitset word type from unsigned int to unsigned long int,
17033         as this has better performance on typical 64-bit hosts.
17034         Port bitset code to hosts with unusual word sizes.
17035         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17036         (build_collating_symbol):
17037         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17038         argument is a bitset.  This is merely a style issue, but it makes
17039         it clearer that an entire array is expected.
17040         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17041         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17042         Port to the case where bitset_word is not the same as unsigned int.
17043         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17044         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17045         Likewise.
17046         * lib/regexec.c (check_dst_limits_calc_pos_1,
17047         check_subexp_matching_top):
17048         (build_trtable, group_nodes_into_DFAstates):
17049         Likewise.
17050         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17051         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17052         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17053         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17054         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17055         * lib/regcomp.c (optimize_subexps, lower_subexp):
17056         Work even if bitset_word has holes in its bitwise representation.
17057         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17058         * lib/regexec.c (check_dst_limits_calc_pos_1,
17059         check_subexp_matching_top):
17060         Likewise.
17061         * lib/regex_internal.c (re_string_reconstruct):
17062         Don't assume UCHAR_MAX == 255.
17063         * lib/regex_internal.h (bitset_set_all): Likewise.
17064         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17065         All uses changed.
17066         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17067         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17068         All uses changed.
17069         (BITSET_WORD_MAX): New macro.
17070         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17071         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17072         (bitset_empty, bitset_copy):
17073         Prefer sizeof (bitset) to multiplying it out ourselves.
17074         (bitset_not_merge): Remove; unused.
17075         (bitset_contain): Return bool, not unsigned int with one bit on.
17076         All callers changed.
17077         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17078         alignment than re_node_set; do this by defining a new internal
17079         type struct dests_alloc and using it to allocate memory.
17080
17081 2005-09-05  Bruno Haible  <bruno@clisp.org>
17082
17083         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17084         links.
17085
17086 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17087
17088         * modules/size_max (Makefile.am): Add size_max.h
17089
17090 2005-09-04  Derek Price  <derek@ximbiot.com>
17091
17092         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17093
17094 2005-09-03  Simon Josefsson  <jas@extundo.com>
17095
17096         * gnulib-tool: Fix typo.
17097
17098 2005-09-03  Simon Josefsson  <jas@extundo.com>
17099
17100         * config/srclist.txt: Add glibc bug 1293.
17101
17102 2005-09-03  Derek Price  <derek@ximbiot.com>
17103
17104         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17105         From Larry Jones <lawrence.jones@ugs.com>.
17106
17107 2005-09-02  Simon Josefsson  <jas@extundo.com>
17108
17109         * modules/socklen: New file.
17110
17111 2005-09-02  Simon Josefsson  <jas@extundo.com>
17112
17113         * modules/havelib: New module.
17114
17115         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17116         Use havelib.
17117
17118 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17119
17120         Check for arithmetic overflow when calculating sizes, to prevent
17121         some buffer-overflow issues.  These patches are conservative, in the
17122         sense that when I couldn't determine whether an overflow was possible,
17123         I inserted a run-time check.
17124         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17125         macros.
17126         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17127         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17128         (re_xnrealloc, re_x2nrealloc): New inline functions.
17129         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17130         parse_bracket_exp):
17131         (build_equiv_class, build_charclass): Check for arithmetic overflow
17132         in size expression calculations.
17133         * lib/regex_internal.c (re_string_realloc_buffers):
17134         (build_wcs_upper_buffer, re_node_set_add_intersect):
17135         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17136         (re_dfa_add_node, register_state): Likewise.
17137         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17138         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17139         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17140         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17141
17142 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17145         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17146
17147 2005-09-02  Bruno Haible  <bruno@clisp.org>
17148
17149         Support for lib vs. lib64 distinction on biarch platforms.
17150         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17151         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17152         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17153
17154 2005-09-02  Bruno Haible  <bruno@clisp.org>
17155
17156         * gnulib-tool (import): In the other first-use case, provide defaults
17157         as well.
17158
17159 2005-09-02  Bruno Haible  <bruno@clisp.org>
17160
17161         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17162         patches not yet found in the latest gettext release.
17163
17164 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17167         to avoid a collision with bits/local_lim.h in glibc.
17168         All uses changed.  Problem reported by Dmitry V. Levin in
17169         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17170
17171         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17172         bugs in int versus size_t comparisons.
17173         (re_string_context_at): Fix bug where the code assumed that
17174         Idx is signed.
17175
17176         Use bool where appropriate.
17177         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17178         All callers changed.
17179         (calc_eclosure_iter): Likewise, for ROOT arg.
17180         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17181         (build_charclass_op): Likewise, for NON_MATCH arg.
17182         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17183         (re_string_construct_common): Likewise, for ICASE arg.
17184         * lib/regexec.c (re_search_2_stub, re_search_stub):
17185         Likewise, for RET_LEN arg.
17186         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17187         (set_regs): Likewise, for FL_BACKTRACK arg.
17188         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17189         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17190         (calc_eclosure_iter, parse_bracket_exp):
17191         Use bool for internal variables that are booleans.
17192         * lib/regexec.c (re_search_internal, check_matching,
17193         proceed_next_node):
17194         (set_regs, build_sifted_states, sift_states_bkref):
17195         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17196         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17197         (find_collation_sequence_value):
17198         Likewise.
17199         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17200         (re_node_set_compare):
17201         Return bool, not int. All callers changed.
17202         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17203         (build_trtable, check_node_accept): Likewise.
17204         * lib/regex_internal.h: Include stdbool.h.
17205
17206         Fix bugs uncovered when converting to bool.
17207         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17208         failure instead of charging ahead blindly.
17209         * lib/regex_internal.c (register_state): Likewise.
17210         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17211         for freeing internal storage.
17212         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17213         bitset pieces used as boolean, to avoid undefined behavior
17214         on hosts that do int overflow checking.
17215
17216 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17217
17218         * config/srclist.txt: Add glibc bugs 1285-1287.
17219
17220 2005-09-01  Jim Meyering  <jim@meyering.net>
17221
17222         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17223         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17224         Require gl_STAT_MACROS, too.
17225
17226 2005-09-01  Bruno Haible  <bruno@clisp.org>
17227
17228         * gnulib-tool (import): In the first-use case, provide defaults.
17229
17230 2005-09-01  Bruno Haible  <bruno@clisp.org>
17231
17232         * gnulib-tool (func_import): Remove the .tmp files.
17233
17234 2005-09-01  Bruno Haible  <bruno@clisp.org>
17235
17236         * gnulib-tool (func_import): Fix handling of symbolic links.
17237
17238 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17239
17240         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17241         old glibc regex code mishandles strings longer than 2**31 bytes.
17242         This patch fixes this when the regex code is used in gnulib
17243         (i.e., outside glibc).
17244
17245         This patch should not affect the use of the regex code inside
17246         glibc.  No doubt this problem also needs to be handled for glibc
17247         as well, but the result will be an incompatible change to the
17248         glibc ABI, and the old ABI will have to be supported too.  That
17249         can be the the subject for another patch.
17250
17251         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17252         governing whether the rest of this patch is active.  By default,
17253         the macro is disabled and the patch has no effect.
17254         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17255         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17256         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17257         (re_match_2, re_set_registers): Use the new types.
17258         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17259         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17260         New macros.
17261         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17262         (re_string_context_at, bin_tree_t, re_dfastate_t):
17263         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17264         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17265         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17266         (re_string_char_size_at, re_string_wchar_at):
17267         (re_string_elem_size_at):
17268         Use the new types and macros to port to 64-bit hosts.
17269         Use unsigned types for internal values, so that the code
17270         mostly works even for arrays larger than SSIZE_MAX.
17271         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17272         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17273         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17274         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17275         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17276         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17277         (calc_inveclosure, parse_dup_op, build_range_exp):
17278         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17279         (fetch_number, create_token_tree, mark_opt_subexp):
17280         Likewise.
17281         * lib/regex_internal.c (re_string_construct_common,
17282         create_ci_newstate):
17283         (create_cd_newstate, re_string_allocate, re_string_construct):
17284         (re_string_realloc_buffers, build_wcs_upper_buffer):
17285         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17286         (re_string_reconstruct, re_string_peek_byte_case):
17287         (re_string_fetch_byte_case, re_string_context_at):
17288         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17289         (re_node_set_init_copy, re_node_set_add_intersect):
17290         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17291         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17292         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17293         (re_acquire_state, re_acquire_state_context, register_state):
17294         Likewise.
17295         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17296         search_cur_bkref_entry):
17297         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17298         (re_search_internal, re_search_2_stub, re_search_stub)
17299         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17300         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17301         (update_cur_sifted_state, check_dst_limits):
17302         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17303         (check_subexp_limits, sift_states_bkref, merge_state_array):
17304         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17305         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17306         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17307         (expand_bkref_cache, check_node_accept_bytes):
17308         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17309         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17310         (acquire_init_state_context, check_halt_node_context):
17311         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17312         (sift_states_backward, clean_state_log_if_needed):
17313         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17314         (find_recover_state, transit_state_sb, transit_state_mb):
17315         (transit_state_bkref, build_trtable, match_ctx_clean):
17316         Likewise.
17317         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17318         to work around an assumption that REG_MISSING is negative.
17319
17320         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17321         (seek_collating_symbol_entry) [defined _LIBC]:
17322         (lookup_collation_sequence_value) [defined _LIBC]:
17323         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17324         Use prototypes rather than old-style function definitions.
17325         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17326         (transit_state_sb) [0]:
17327         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17328
17329         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17330         rm_eo.
17331
17332         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17333         (optimize_subexps, lower_subexp):
17334         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17335         since the signed shift might overflow.  Use 1u<<31 instead.
17336         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17337         Likewise.
17338         * lib/regexec.c (check_dst_limits_calc_pos_1,
17339         check_subexp_matching_top): Likewise.
17340
17341         * lib/regcomp.c (optimize_subexps, lower_subexp):
17342         Use CHAR_BIT rather than 8, for clarity.
17343         * lib/regexec.c (check_dst_limits_calc_pos_1):
17344         (check_subexp_matching_top): Likewise.
17345         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17346         have to worry about portability issues when shifting it left.
17347         Remove no-longer-needed test for table_size > 0.
17348         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17349         in a word, as the resulting behavior is undefined.
17350         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17351         in one case, a <= should have been an <, and in another case the
17352         whole test was missing.
17353         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17354         the standard name CHAR_BIT.
17355         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17356         this is not true on one's complement and signed-magnitude hosts.
17357
17358         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17359         next_last_offset.
17360         (struct re_dfa_t): Remove unused member states_alloc.
17361         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17362
17363 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17364
17365         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17366         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17367         and large-file glibc and in 32-bit large-file Solaris.
17368
17369 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17370
17371         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17372         lengths fit in regoff_t; this isn't true if regoff_t is the same
17373         width as size_t.
17374         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17375         (= START + RANGE) instead of RANGE.  This avoids overflow
17376         problems when regoff_t is the same width as size_t.
17377         All callers changed.
17378         (re_search_2_stub): Check for overflow when adding the
17379         sizes of the two strings.
17380         (re_search_stub): Check for overflow when adding START
17381         to RANGE; if it occurs, substitute the extreme value.
17382
17383 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17386
17387 2005-08-31  Jim Meyering  <jim@meyering.net>
17388
17389         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17390         a pointer-to-const.
17391         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17392         (register_state): Likewise.
17393         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17394         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17395         (group_nodes_into_DFAstates): Likewise.
17396
17397 2005-08-31  Jim Meyering  <jim@meyering.net>
17398
17399         * check-module: Add a FIXME comment.
17400
17401 2005-08-31  Eric Blake  <ebb9@byu.net>
17402
17403         * modules/unistd-safer (Files): Add unistd--.h.
17404         * modules/stdio-safer (Files): Add stdio--.h.
17405
17406 2005-08-31  Derek Price  <derek@ximbiot.com>
17407
17408         * lib/getdelim.c (getdelim): Return EOF on EOF.
17409         Reported by Larry Jones <lawrence.jones@ugs.com>.
17410
17411 2005-08-31  Bruno Haible  <bruno@clisp.org>
17412
17413         Avoid unnecessary diffs in the generated lib/Makefile.am.
17414         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17415         the generated files.
17416         (func_import): Don't set cmd.
17417
17418 2005-08-31  Bruno Haible  <bruno@clisp.org>
17419
17420         * lib/strstr.c: Include <stddef.h>, for NULL.
17421         * lib/strcasestr.c: Likewise.
17422         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17423
17424 2005-08-31  Bruno Haible  <bruno@clisp.org>
17425
17426         * gnulib-tool: New option --macro-prefix.
17427         (func_import): Use macro_prefix.
17428         (import): Handle option --macro-prefix.
17429
17430 2005-08-31  Bruno Haible  <bruno@clisp.org>
17431
17432         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17433         Also use new variables cached_lgpl, cached_libtool.
17434
17435 2005-08-31  Bruno Haible  <bruno@clisp.org>
17436
17437         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17438         always instantiating them.
17439
17440 2005-08-31  Bruno Haible  <bruno@clisp.org>
17441
17442         * gnulib-tool (func_import): Read the previous cached settings
17443         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17444         earlier added by gnulib but are now dropped. Warn when a gnulib file
17445         overwrites a non-gnulib file.
17446
17447 2005-08-31  Bruno Haible  <bruno@clisp.org>
17448
17449         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17450         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17451         projects that don't keep autogenerated files in CVS. Put into
17452         actioncmd only the specified modules, not the transitive closure.
17453
17454 2005-08-31  Bruno Haible  <bruno@clisp.org>
17455
17456         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17457         Create directories that shall be filled.
17458         (import): Don't look for gl_* macros in configure.ac. Recurse across
17459         all directories containing a gnulib-cache.m4 files, if meaningful.
17460
17461 2005-08-31  Bruno Haible  <bruno@clisp.org>
17462
17463         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17464         (import): Set seen_libtool when we see gl_LIBTOOL.
17465
17466 2005-08-31  Bruno Haible  <bruno@clisp.org>
17467
17468         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17469         declaration macro definitions from generated gnulib.m4.
17470
17471 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17472
17473         * lib/iconvme.h: Add prototype for iconv_alloc.
17474
17475 2005-08-29  Simon Josefsson  <jas@extundo.com>
17476
17477         * lib/iconvme.c: Fix errno.
17478
17479 2005-08-29  Bruno Haible  <bruno@clisp.org>
17480
17481         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17482         that it works when the directory contains spaces.
17483
17484 2005-08-29  Bruno Haible  <bruno@clisp.org>
17485
17486         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17487
17488 2005-08-29  Bruno Haible  <bruno@clisp.org>
17489
17490         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17491         Emit more advice.
17492
17493 2005-08-29  Bruno Haible  <bruno@clisp.org>
17494         and Stepan Kasal  <kasal@ucw.cz>
17495
17496         * check-module: If more parameters are given, check each of them
17497         separately; add more exceptions, as noted by Jim Meyering.
17498         (check_module): New procedure.
17499         (%exempt_header): Now contains all exceptions.
17500
17501 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17502
17503         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17504
17505 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17506
17507         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17508
17509 2005-08-28  Bruno Haible  <bruno@clisp.org>
17510
17511         * m4/gnulib-tool.m4: New file.
17512
17513 2005-08-27  Jim Meyering  <jim@meyering.net>
17514
17515         * modules/unistd-safer (Files): Add pipe-safer.c.
17516         * modules/fcntl-safer (Files): Add creat-safer.c.
17517
17518 2005-08-27  Jim Meyering  <jim@meyering.net>
17519
17520         * m4/stdlib-safer.m4: New file.  From coreutils.
17521         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17522         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17523         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17524         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17525         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17526
17527 2005-08-27  Jim Meyering  <jim@meyering.net>
17528
17529         * lib/fopen-safer.c: Merge minor changes from coreutils.
17530         * lib/dup-safer.c: Likewise.
17531         * lib/fd-safer.c: Likewise.
17532
17533         Merge from coreutils.
17534         * lib/stdio--.h: New file.
17535         * lib/stdlib--.h: New file.
17536         * lib/mkstemp-safer.c: New file.
17537
17538         GNU tar needs these.
17539         * lib/pipe-safer.c: New file.
17540         * lib/creat-safer.c: New file.
17541         * lib/fcntl--.h (creat): Define to creat_safer.
17542         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17543         * lib/unistd--.h (pipe): Define to pipe_safer.
17544         * lib/unistd-safer.h: Declare pipe_safer.
17545
17546 2005-08-26  Simon Josefsson  <jas@extundo.com>
17547
17548         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17549         Haible <bruno@clisp.org>.
17550
17551 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17552
17553         * lib/regex_internal.h: Remove all references to
17554         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17555         or better.
17556         (bitset_not, bitset_merge, bitset_not_merge):
17557         (bitset_mask, re_string_allocate, re_string_construct):
17558         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17559         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17560         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17561         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17562         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17563         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17564         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17565         (re_acquire_state_context):
17566         Remove unnecessary forward decls.
17567         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17568         Put __attribute at function definition,
17569         now that the function decl has been removed.
17570         * lib/regex_internal.c (re_string_peek_byte_case):
17571         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17572         Likewise.
17573
17574 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17575
17576         * m4/regex.m4: Add AC_PREREQ(2.50).
17577         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17578
17579 2005-08-25  Simon Josefsson  <jas@extundo.com>
17580
17581         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17582         __fsetlocking.
17583
17584 2005-08-25  Simon Josefsson  <jas@extundo.com>
17585
17586         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17587         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17588         GLIBC specific code.
17589
17590 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17591
17592         Make regex safe for g++.  This fixes one real bug (an "err"
17593         that should have been "*err").  g++ problem reported by
17594         Sam Steingold.
17595         * lib/regex_internal.h (re_calloc): New macro, consistent with
17596         re_malloc etc.  All callers of calloc changed to use re_calloc.
17597         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17598         not int.  All callers changed.
17599         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17600         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17601         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17602         (find_recover_state): Change "err" to "*err"; this fixes what
17603         appears to be a real bug.
17604         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17605         versus int.
17606
17607 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17608
17609         * modules/regex (Depends-on): Add malloc, since the code
17610         assumes that !malloc(0) means failure.
17611
17612 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17613
17614         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17615
17616         alloca modernization/simplification for regex.
17617         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17618         needs to be at the start of the file, and can be moved into
17619         regex_internal.h and simplified.
17620         * lib/regex_internal.h: Include <alloca.h>.
17621         (__libc_use_alloca) [!defined _LIBC]: New macro.
17622         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17623         now works outside glibc.
17624
17625 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17626
17627         * config/srclist.txt: Add glibc bugs 1241, 1245.
17628
17629 2005-08-25  Jim Meyering  <jim@meyering.net>
17630
17631         * lib/open-safer.c: Include <config.h>.
17632         Otherwise, we'd lose LARGEFILE support in any file using
17633         e.g. "fcntl--.h"
17634
17635 2005-08-25  Bruno Haible  <bruno@clisp.org>
17636
17637         * m4/minmax.m4: Require autoconf 2.52.
17638         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17639         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17640         alternatives of translit over the alphabet.
17641         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17642
17643 2005-08-24  Simon Josefsson  <jas@extundo.com>
17644
17645         * tests/test-getpass.c: New file.
17646
17647 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17650         for GNU regex features.
17651
17652 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17655         * lib/regex.h (regerror): Likewise.
17656
17657         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17658         requires this.  (The code never needed it.)
17659
17660         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17661         All uses of recently-renamed identifiers changed to use the new,
17662         POSIX-compliant names.  The code will build and run just fine
17663         without these changes, but it's better to eat our own dog food
17664         and use the standard-conforming names.
17665
17666         * lib/regex.h: Fix a multitude of POSIX name space violations.
17667         These changes have an effect only for programs that define
17668         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17669         do not change anything for programs compiled in the normal way.
17670         Also, there is no effect on the ABI.
17671
17672         (_REGEX_SOURCE): New macro.
17673         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17674         defined and _GNU_SOURCE is not; this fixes a name space violation.
17675
17676         Rename the following macros to obey POSIX requirements.
17677         The old names are still visible as macros if _REGEX_SOURCE is defined.
17678         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17679         RE_BACKSLASH_ESCAPE_IN_LISTS.
17680         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17681         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17682         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17683         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17684         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17685         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17686         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17687         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17688         (REG_INTERVALS): renamed from RE_INTERVALS.
17689         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17690         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17691         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17692         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17693         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17694         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17695         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17696         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17697         RE_UNMATCHED_RIGHT_PAREN_ORD.
17698         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17699         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17700         (REG_DEBUG): renamed from RE_DEBUG.
17701         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17702         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17703         unusual, since we can't clash with the POSIX REG_ICASE.
17704         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17705         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17706         (REG_NO_SUB): renamed from RE_NO_SUB.
17707         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17708         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17709         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17710         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17711         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17712         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17713         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17714         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17715         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17716         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17717         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17718         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17719         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17720         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17721         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17722         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17723         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17724         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17725         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17726         (REG_FIXED): Renamed from REGS_FIXED.
17727         (REG_NREGS): Renamed from RE_NREGS.
17728
17729         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17730         of other REG_* macros, since POSIX says the user is allowed to
17731         #undef these macros selectively.
17732
17733         (reg_errcode_t): Update comment stating what other tables need
17734         to be consistent.
17735
17736         Rename the following enum values to obey POSIX requirements.
17737         The old names are still visible as macros.
17738         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17739         is not defined, since GNU is supposed to be a superset of POSIX as
17740         much as possible, and since we want reg_errcode_t to be a signed
17741         type for implementation consistency.
17742         (_REG_NOERROR): Renamed from REG_NOERROR.
17743         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17744         (_REG_BADPAT): Renamed from REG_BADPAT.
17745         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17746         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17747         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17748         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17749         (_REG_EBRACK): Renamed from REG_EBRACK.
17750         (_REG_EPAREN): Renamed from REG_EPAREN.
17751         (_REG_EBRACE): Renamed from REG_EBRACE.
17752         (_REG_BADBR): Renamed from REG_BADBR.
17753         (_REG_ERANGE): Renamed from REG_ERANGE.
17754         (_REG_ESPACE): Renamed from REG_ESPACE.
17755         (_REG_BADRPT): Renamed from REG_BADRPT.
17756         (_REG_EEND): Renamed from REG_EEND.
17757         (_REG_ESIZE): Renamed from REG_ESIZE.
17758         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17759         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17760         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17761         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17762         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17763
17764         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17765         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17766         changed.  But support the old name if the new one is not defined
17767         and if _REGEX_SOURCE.
17768
17769         Change the following member names in struct re_pattern_buffer.
17770         The old names are still supported if !_REGEX_SOURCE.
17771         The new names are always supported, regardless of _REGEX_SOURCE.
17772         (re_buffer): Renamed from buffer.
17773         (re_allocated): Renamed from allocated.
17774         (re_used): Renamed from used.
17775         (re_syntax): Renamed from syntax.
17776         (re_fastmap): Renamed from fastmap.
17777         (re_translate): Renamed from translate.
17778         (re_can_be_null): Renamed from can_be_null.
17779         (re_regs_allocated): Renamed from regs_allocated.
17780         (re_fastmap_accurate): Renamed from fastmap_accurate.
17781         (re_no_sub): Renamed from no_sub.
17782         (re_not_bol): Renamed from not_bol.
17783         (re_not_eol): Renamed from not_eol.
17784         (re_newline_anchor): Renamed from newline_anchor.
17785
17786         Change the following member names in struct re_registers.
17787         The old names are still supported if !_REGEX_SOURCE.
17788         The new names are always supported, regardless of _REGEX_SOURCE.
17789         (rm_num_regs): Renamed from num_regs.
17790         (rm_start): Renamed from start.
17791         (rm_end): Renamed from end.
17792
17793         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17794         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17795         Prepend __ to parameter names.
17796
17797         Undo yesterday's changes.
17798
17799 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17800
17801         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17802         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17803         lib/regex.c.
17804
17805 2005-08-24  Jim Meyering  <jim@meyering.net>
17806
17807         Sync from coreutils.
17808         * m4/fcntl-safer.m4: New file.
17809
17810         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17811         and object files for this module.
17812
17813 2005-08-24  Jim Meyering  <jim@meyering.net>
17814
17815         Sync from coreutils.
17816         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17817
17818 2005-08-24  Jim Meyering  <jim@meyering.net>
17819
17820         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17821         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17822
17823 2005-08-24  Jim Meyering  <jim@meyering.net>
17824
17825         * modules/fcntl-safer: New module.
17826         * modules/fts (Depends-on): Add fcntl-safer.
17827         * MODULES.html.sh (File descriptor based Input/Output):
17828         Add fcntl-safer.
17829
17830 2005-08-24  Bruno Haible  <bruno@clisp.org>
17831
17832         Support for unit test modules.
17833         * modules/README: Mention tests modules.
17834         * modules/TEMPLATE-TESTS: New file.
17835         * gnulib-tool: New options --extract-tests-module, --with-tests and
17836         --tests-base (unused for the moment).
17837         (testsbase, inctests): New variables.
17838         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17839         (func_verify_module): Exclude TEMPLATE-TESTS.
17840         (func_verify_nontests_module, func_verify_tests_module): New functions.
17841         (func_get_dependencies): Add implicit dependency for tests modules.
17842         (func_get_tests_module): New function.
17843         (func_modules_transitive_closure): When --with-tests was specified,
17844         include the unit tests as well, unless explicitly avoided.
17845         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17846         (func_emit_tests_Makefile_am): New function.
17847         (func_create_testdir): When --with-tests was specified, emit a
17848         tests/ directory.
17849         * MODULES.html.sh (Future developments): Update.
17850
17851 2005-08-24  Bruno Haible  <bruno@clisp.org>
17852
17853         * modules/tls-tests: New file.
17854         * tests/test-tls.c: New file, from GNU gettext.
17855
17856 2005-08-24  Bruno Haible  <bruno@clisp.org>
17857
17858         * modules/lock-tests: New file.
17859         * tests/test-lock.c: New file, from GNU gettext.
17860
17861 2005-08-24  Bruno Haible  <bruno@clisp.org>
17862
17863         * lib/lock.h: Add multiple inclusion guard.
17864         * lib/tls.h: Add multiple inclusion guard.
17865
17866 2005-08-24  Bruno Haible  <bruno@clisp.org>
17867
17868         * gnulib-tool: Add support for the --aux-dir option to
17869         --create-testdir, --create-megatestdir, --test, --megatest.
17870         (func_create_testdir, func_create_megatestdir): Optionally emit a
17871         AC_CONFIG_AUX_DIR directive.
17872         (create-testdir, create-megatestdir, test, megatest): Provide a
17873         default value for $auxdir.
17874
17875 2005-08-24  Bruno Haible  <bruno@clisp.org>
17876
17877         * gnulib-tool (import): Use compound statement instead of subshell
17878         where possible.
17879
17880 2005-08-24  Bruno Haible  <bruno@clisp.org>
17881
17882         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17883
17884 2005-08-24  Bruno Haible  <bruno@clisp.org>
17885
17886         * gnulib-tool (func_version): Update.
17887
17888 2005-08-24  Bruno Haible  <bruno@clisp.org>
17889
17890         * gnulib-tool (func_import, func_create_testdir,
17891         func_create_megatestdir): Quote all autoconf macro arguments.
17892
17893 2005-08-24  Bruno Haible  <bruno@clisp.org>
17894
17895         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17896         option --force, because --force causes the aclocal.m4 of each
17897         subdirectory to be newer than the corresponding config.h.in.
17898
17899 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17900
17901         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17902         All contents moved to gl_REGEX.
17903         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17904         assume that it does.
17905
17906 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17907
17908         * lib/regex.h (REG_NOSYS)
17909         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17910         Define, since POSIX requires it as of 2001.
17911         (_REG_ENOSYS)
17912         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17913         New private symbol, used to keep the enum signed in all cases.
17914         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17915         Youngman in
17916         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17917
17918         * lib/regex_internal.c (re_string_skip_chars, register_state):
17919         (calc_state_hash):
17920         Remove forward decls; no longer needed now that we use prototypes.
17921         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17922         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17923         (clean_state_log_if_needed): Likewise.
17924
17925 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * config/srclist.txt: Add glibc bugs 1231-1233.
17928
17929 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         Fix problems reported by Sam Steingold in
17932         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17933         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17934         assumed that reg_errcode_t is a signed type, which is not
17935         necessarily true if _XOPEN_SOURCE is not defined.
17936         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17937         since some compilers warn about it otherwise.
17938
17939 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17940
17941         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17942         (init_word_char, create_initial_state, duplicate_node_closure):
17943         (fetch_token, peek_token_bracket, build_range_exp):
17944         (build_collating_symbol): Remove forward decls; no longer needed
17945         now that we use prototypes.
17946
17947         * lib/regcomp.c:
17948         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17949         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17950         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17951         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17952         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17953         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17954         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17955         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17956         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17957         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17958         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17959         (build_charclass, build_charclass_op, fetch_number, create_tree):
17960         (create_token_tree, mark_opt_subexp, duplicate_tree):
17961         Use prototypes rather than old-style definitions.
17962
17963         * lib/regex_internal.c:
17964         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17965         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17966         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17967         (re_string_reconstruct, re_string_peek_byte_case):
17968         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17969         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17970         (re_node_set_init_copy, re_node_set_add_intersect):
17971         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17972         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17973         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17974         (re_acquire_state, re_acquire_state_context, register_state):
17975         (create_ci_newstate, create_cd_newstate, free_state):
17976         Likewise.
17977         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
17978         re_search_2):
17979         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
17980         (re_search_internal, prune_impossible_nodes):
17981         (acquire_init_state_context, check_matching, static):
17982         (check_halt_node_context, check_halt_state_context, proceed_next_node):
17983         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
17984         (update_regs, sift_states_backward, build_sifted_states):
17985         (clean_state_log_if_needed, merge_state_array):
17986         (update_cur_sifted_state, add_epsilon_src_nodes):
17987         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
17988         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
17989         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
17990         (find_recover_state, check_subexp_matching_top, transit_state_mb):
17991         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
17992         (check_arrival, check_arrival_add_next_nodes):
17993         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17994         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17995         (check_node_accept_bytes, check_node_accept, extend_buffers):
17996         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
17997         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
17998         (sift_ctx_init):
17999         Likewise.
18000
18001         * lib/regex_internal.h:
18002         (re_string_allocate, re_string_construct, re_string_reconstruct):
18003         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18004         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18005         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18006         (re_string_context_at, re_string_peek_byte_case):
18007         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18008         is defined, since we now use prototypes always.
18009
18010         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18011         C89 or better.  All uses removed.
18012
18013 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18014
18015         * config/srclist.txt: Add glibc bugs 1220-1227.
18016
18017 2005-08-20  Jim Meyering  <jim@meyering.net>
18018
18019         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18020         of unused local, dfa.
18021
18022 2005-08-20  Bruno Haible  <bruno@clisp.org>
18023
18024         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18025
18026 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18027
18028         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18029         (re_node_set_insert_last, re_dfa_add_node):
18030         Rename local variables to avoid GCC shadowing warnings.
18031
18032 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18035         [defined lint]: Suppress bogus uninitialized-variable warnings.
18036
18037         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18038         and let the caller return REG_ESPACE if out of space.  This
18039         removes an uninitialied-variable warning with GCC 4.0.1, and also
18040         avoids taking the address of a local variable.  All callers
18041         changed.
18042
18043 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18044
18045         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18046         $LIBCSRC/posix/regexec.c.
18047         Add glibc bug 1217 for regcomp.c.
18048
18049 2005-08-19  Jim Meyering  <jim@meyering.net>
18050
18051         * lib/regexec.c (proceed_next_node): Redo local variables to
18052         avoid GCC shadowing warnings.
18053
18054 2005-08-18  Bruno Haible  <bruno@clisp.org>
18055
18056         * lib/strstr.c (strstr): Fix return value in multibyte case.
18057         * lib/strcasestr.c (strcasestr): Likewise.
18058
18059 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18060
18061         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18062
18063 2005-08-17  Jim Meyering  <jim@meyering.net>
18064
18065         Make the %s format (seconds since the epoch) work for a negative
18066         number and when used with a zero-padded field width, e.g. %015s.
18067
18068         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18069         label so that it precedes the code to set `digits'.  Otherwise,
18070         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18071         print `00-22'.  Now, it prints `-0022', as it should.
18072
18073 2005-08-17  Bruno Haible  <bruno@clisp.org>
18074
18075         * modules/strstr (Files): Add m4/mbrtowc.m4.
18076         (Depends-on): Add mbuiter.
18077
18078 2005-08-17  Bruno Haible  <bruno@clisp.org>
18079
18080         * modules/strcasestr: New file.
18081         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18082         strcasestr.
18083
18084 2005-08-17  Bruno Haible  <bruno@clisp.org>
18085
18086         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18087
18088 2005-08-17  Bruno Haible  <bruno@clisp.org>
18089
18090         * modules/mbuiter: New file.
18091         * MODULES.html.sh (Extended multibyte and wide character utilities):
18092         Add mbuiter.
18093
18094 2005-08-17  Bruno Haible  <bruno@clisp.org>
18095
18096         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18097         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18098
18099 2005-08-17  Bruno Haible  <bruno@clisp.org>
18100
18101         * m4/strcasestr.m4: New file.
18102
18103 2005-08-17  Bruno Haible  <bruno@clisp.org>
18104
18105         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18106         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18107
18108 2005-08-17  Bruno Haible  <bruno@clisp.org>
18109
18110         * lib/strcasestr.h: New file.
18111         * lib/strcasestr.c: New file.
18112
18113 2005-08-17  Bruno Haible  <bruno@clisp.org>
18114
18115         * lib/strcasecmp.c: Use mbuiter.h.
18116
18117 2005-08-17  Bruno Haible  <bruno@clisp.org>
18118
18119         * lib/mbuiter.h: New file.
18120
18121 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18122
18123         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18124         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18125         and gl_GETOPT are both invoked via different paths (as happens
18126         with GNU tar CVS because it uses both argp and getopt), the former
18127         wins.
18128
18129 2005-08-16  Bruno Haible  <bruno@clisp.org>
18130
18131         * modules/tls: New file.
18132         * MODULES.html.sh (Multithreading): Add tls.
18133
18134 2005-08-16  Bruno Haible  <bruno@clisp.org>
18135
18136         * modules/strnlen1: New file.
18137         * MODULES.html.sh (String handling): Add strnlen1.
18138
18139 2005-08-16  Bruno Haible  <bruno@clisp.org>
18140
18141         * modules/strcase (Files): Add m4/mbrtowc.m4.
18142         (Depends-on): Add strnlen1, mbchar.
18143
18144 2005-08-16  Bruno Haible  <bruno@clisp.org>
18145
18146         * modules/mbiter: New file.
18147         * MODULES.html.sh (Extended multibyte and wide character utilities):
18148         Add mbiter.
18149
18150 2005-08-16  Bruno Haible  <bruno@clisp.org>
18151
18152         * modules/mbfile: New file.
18153         * MODULES.html.sh (Extended multibyte and wide character utilities):
18154         Add mbfile.
18155
18156 2005-08-16  Bruno Haible  <bruno@clisp.org>
18157
18158         * modules/mbchar: New file.
18159         * MODULES.html.sh (Extended multibyte and wide character utilities):
18160         New section.
18161
18162 2005-08-16  Bruno Haible  <bruno@clisp.org>
18163
18164         * m4/tls.m4: New file, from GNU gettext.
18165
18166 2005-08-16  Bruno Haible  <bruno@clisp.org>
18167
18168         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18169         always.
18170         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18171
18172 2005-08-16  Bruno Haible  <bruno@clisp.org>
18173
18174         * m4/mbiter.m4: New file.
18175
18176 2005-08-16  Bruno Haible  <bruno@clisp.org>
18177
18178         * m4/mbfile.m4: New file.
18179
18180 2005-08-16  Bruno Haible  <bruno@clisp.org>
18181
18182         * m4/mbchar.m4: New file.
18183
18184 2005-08-16  Bruno Haible  <bruno@clisp.org>
18185
18186         * lib/tls.h: New file, from GNU gettext.
18187         * lib/tls.c: New file, from GNU gettext.
18188
18189 2005-08-16  Bruno Haible  <bruno@clisp.org>
18190
18191         * lib/strnlen1.h: New file.
18192         * lib/strnlen1.c: New file.
18193
18194 2005-08-16  Bruno Haible  <bruno@clisp.org>
18195
18196         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18197         (mbi_init): Update.
18198         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18199         NUL byte, not after it.
18200
18201 2005-08-16  Bruno Haible  <bruno@clisp.org>
18202
18203         * lib/strcase.h (strcasecmp): Add note in comments.
18204         * lib/strncasecmp.c: Use code from strcasecmp.c.
18205         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18206         (strcasecmp): Work correctly in multibyte locales.
18207
18208 2005-08-16  Bruno Haible  <bruno@clisp.org>
18209
18210         * lib/mbiter.h: New file.
18211
18212 2005-08-16  Bruno Haible  <bruno@clisp.org>
18213
18214         * lib/mbfile.h: New file.
18215
18216 2005-08-16  Bruno Haible  <bruno@clisp.org>
18217
18218         * lib/mbchar.h: New file.
18219         * lib/mbchar.c: New file.
18220
18221 2005-08-16  Bruno Haible  <bruno@clisp.org>
18222
18223         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18224         the valid ones. Makes the comparison operations transitive:
18225         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18226         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18227
18228 2005-08-15  Simon Josefsson  <jas@extundo.com>
18229
18230         * modules/ssize_t (License): Change to 'unlimited'.
18231
18232         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18233
18234 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18237         Add comments for each pending glibc patch.
18238
18239 2005-08-15  Bruno Haible  <bruno@clisp.org>
18240
18241         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18242         __cplusplus is defined.
18243
18244 2005-08-14  Jim Meyering  <jim@meyering.net>
18245
18246         Sync from coreutils.
18247
18248         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18249         Use the hash-table-based cycle-detection code not just when
18250         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18251         Reported by James Youngman in
18252         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18253         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18254         FTS_TIGHT_CYCLE_CHECK.
18255         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18256         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18257         once again.
18258         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18259         * lib/fts.c (fd_safer): Remove decl.
18260         Include fcntl--.h rather than unistd-safer.h
18261         (fts_safe_changedir): Don't call fd_safer; no longer needed
18262         now that we include fcntl--.h.
18263
18264 2005-08-12  Simon Josefsson  <jas@extundo.com>
18265
18266         * modules/getndelim2: Use ssize_t module.
18267         * modules/getnline: Likewise.
18268         * modules/safe-read: Likewise.
18269         * modules/xreadlink: Likewise.
18270
18271         * modules/ssize_t: New file.
18272
18273 2005-08-12  Simon Josefsson  <jas@extundo.com>
18274
18275         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18276
18277 2005-08-12  Simon Josefsson  <jas@extundo.com>
18278
18279         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18280         ssize_t.
18281
18282 2005-08-12  Simon Josefsson  <jas@extundo.com>
18283
18284         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18285         readline, getdelim and check_version.
18286         (Support for systems lacking ISO C 99: Sizes of integer types):
18287         Add size_max.
18288
18289 2005-08-12  Bruno Haible  <bruno@clisp.org>
18290
18291         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18292
18293 2005-08-11  Simon Josefsson  <jas@extundo.com>
18294
18295         * modules/readline: New file.
18296
18297         * modules/strnlen (Files): Add strnlen.h.
18298
18299 2005-08-11  Simon Josefsson  <jas@extundo.com>
18300
18301         * m4/readline.m4: New file.
18302
18303 2005-08-11  Simon Josefsson  <jas@extundo.com>
18304
18305         * lib/readline.h, readline.c: New file.
18306
18307 2005-08-11  Simon Josefsson  <jas@extundo.com>
18308
18309         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18310         gl_AVOID.
18311
18312 2005-08-11  Bruno Haible  <bruno@clisp.org>
18313
18314         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18315
18316 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18317
18318         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18319
18320 2005-08-10  Simon Josefsson  <jas@extundo.com>
18321
18322         * tests/test-iconvme.c: New file.
18323
18324 2005-08-10  Simon Josefsson  <jas@extundo.com>
18325
18326         * m4/strnlen.m4: New file.
18327
18328         * m4/strndup.m4: Don't check for strnlen declaration, done in
18329         strnlen.m4.
18330
18331 2005-08-10  Simon Josefsson  <jas@extundo.com>
18332
18333         * lib/strndup.c: Use strnlen.h.
18334
18335         * lib/strnlen.h: New file.
18336
18337 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18338
18339         * README: Typos.
18340
18341 2005-08-02  Simon Josefsson  <jas@extundo.com>
18342
18343         * modules/readline: New file.
18344
18345 2005-08-02  Simon Josefsson  <jas@extundo.com>
18346
18347         * modules/getdelim: New file.
18348
18349         * modules/getline: Rewrite, don't use getndelim2.
18350
18351 2005-08-02  Simon Josefsson  <jas@extundo.com>
18352
18353         * m4/getline.m4: Separate out getdelim stuff into separate module.
18354
18355         * m4/getdelim.m4: New file.
18356
18357 2005-08-02  Simon Josefsson  <jas@extundo.com>
18358
18359         * lib/getline.h, getline.c: Rewrite.
18360
18361         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18362
18363 2005-07-31  Bruno Haible  <bruno@clisp.org>
18364
18365         * lib/lock.h (gl_lock_initializer): New macro.
18366         (gl_lock_define_initialized): Use it.
18367         (gl_rwlock_initializer): New macro.
18368         (gl_rwlock_define_initialized): Use it.
18369         (gl_recursive_lock_initializer): New macro.
18370         (gl_recursive_lock_define_initialized): Use it.
18371
18372 2005-07-30  Karl Berry  <karl@gnu.org>
18373
18374         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18375         Report from Ben Pfaff, regarding getopt.
18376
18377 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18378
18379         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18380         normal way.
18381         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18382         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18383         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18384         (gl_GETOPT): Use the new macros.  Most of the implementation
18385         is moved to the new macros.  This is for programs like Emacs
18386         that don't want all the functionality of gl_GETOPT.
18387
18388 2005-07-26  Bruno Haible  <bruno@clisp.org>
18389
18390         * m4/lock.m4: Update from GNU gettext.
18391
18392 2005-07-26  Bruno Haible  <bruno@clisp.org>
18393
18394         * lib/lock.h: Update from GNU gettext.
18395         * lib/lock.c: Update from GNU gettext.
18396
18397 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18398
18399         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18400         obsolescent AC_TRY_RUN.  Include the default includes files, for
18401         'exit'.
18402
18403 2005-07-24  Bruno Haible  <bruno@clisp.org>
18404
18405         * modules/visibility: New file.
18406         * MODULES.html.sh (Misc): Add visibility.
18407
18408 2005-07-24  Bruno Haible  <bruno@clisp.org>
18409
18410         * m4/visibility.m4: New file.
18411
18412 2005-07-24  Bruno Haible  <bruno@clisp.org>
18413
18414         * doc/visibility.texi: New file.
18415
18416 2005-07-22  Bruno Haible  <bruno@clisp.org>
18417
18418         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18419         $(ALLOCA_H), redundant through BUILT_SOURCES.
18420         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18421         redundant through BUILT_SOURCES.
18422         * modules/byteswap (Makefile.am): Remove explicit dependency on
18423         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18424         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18425         $(FNMATCH_H), redundant through BUILT_SOURCES.
18426         * modules/getopt (Makefile.am): Remove explicit dependency on
18427         $(GETOPT_H), redundant through BUILT_SOURCES.
18428         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18429         redundant through BUILT_SOURCES.
18430         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18431         redundant through BUILT_SOURCES.
18432         * modules/stdbool (Makefile.am): Remove explicit dependency on
18433         $(STDBOOL_H), redundant through BUILT_SOURCES.
18434         * modules/stdint (Makefile.am): Remove explicit dependency on
18435         $(STDINT_H), redundant through BUILT_SOURCES.
18436         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18437         Remove explicit dependency on $(SYSEXITS_H).
18438         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18439
18440 2005-07-18  Simon Josefsson  <jas@extundo.com>
18441
18442         * lib/check-version.c (check_version): Accept identical versions too.
18443
18444 2005-07-18  Bruno Haible  <bruno@clisp.org>
18445
18446         * modules/lock: New file.
18447         * MODULES.html.sh (Multithreading): New section.
18448
18449 2005-07-18  Bruno Haible  <bruno@clisp.org>
18450
18451         * m4/lock.m4: New file, from GNU gettext.
18452
18453 2005-07-18  Bruno Haible  <bruno@clisp.org>
18454
18455         * lib/lock.h: New file, from GNU gettext.
18456         * lib/lock.c: New file, from GNU gettext.
18457
18458 2005-07-18  Bruno Haible  <bruno@clisp.org>
18459
18460         * lib/lock.h (gl_once_t): New type.
18461         (gl_once_define, gl_once): New macros.
18462         * lib/lock.c (fresh_once): New variable.
18463         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18464         functions.
18465
18466 2005-07-16  Simon Josefsson  <jas@extundo.com>
18467
18468         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18469         workaround, suggested by Bruno.
18470
18471 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18472
18473         * modules/xalloc (Depends-on): Add xalloc-die.
18474         * modules/xvasprintf (Depends-on): Add xalloc-die.
18475
18476 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18477
18478         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18479         with a minor change.
18480
18481 2005-07-15  Bruno Haible  <bruno@clisp.org>
18482
18483         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18484         When using lib/poll.c, define poll as rpl_poll.
18485
18486 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18487
18488         * modules/argp (Depends-on): Remove unlocked-io.
18489
18490 2005-07-14  Derek Price  <derek@ximbiot.com>
18491
18492         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18493         for glob symlink bug.
18494
18495 2005-07-14  Bruno Haible  <bruno@clisp.org>
18496
18497         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18498         Instead, test for *_unlocked function declarations directly.
18499
18500 2005-07-11  Simon Josefsson  <jas@extundo.com>
18501
18502         * modules/size_max: New file.
18503
18504         * modules/xsize: Depend on size_max module for size_max.m4.
18505
18506 2005-07-11  Simon Josefsson  <jas@extundo.com>
18507
18508         * lib/size_max.h: New file.
18509
18510 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18511
18512         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18513         copyright symbol and the year.
18514         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18515         (version_etc_va): Use parameterized copyright notice.
18516         Reword to conform to the current GNU coding standards.
18517
18518 2005-07-11  Karl Berry  <karl@gnu.org>
18519
18520         * doc/gnulib.texi (Quoting): new node.
18521         (Initial import): more info, from Patrice.
18522
18523 2005-07-11  Bruno Haible  <bruno@clisp.org>
18524
18525         * gnulib-tool (func_usage): Document option --avoid.
18526         (Command line options): Handle --avoid.
18527         (func_acceptable): New function.
18528         (func_modules_transitive_closure): Use it.
18529
18530 2005-07-11  Bruno Haible  <bruno@clisp.org>
18531
18532         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18533         Reported by Jim Meyering.
18534
18535 2005-07-10  Bruno Haible  <bruno@clisp.org>
18536
18537         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18538         Needed when size_t is smaller than 'unsigned int'.
18539         Reported by Paul Eggert.
18540
18541 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18542
18543         * modules/argp (Depends-on): Add unlocked-io
18544
18545 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18546
18547         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18548         block of defines.
18549
18550 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18551
18552         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18553         fix now.
18554
18555 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18556         and Paul Eggert  <eggert@cs.ucla.edu>
18557
18558         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18559         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18560
18561 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18562
18563         * modules/regex (Files): Add lib/regex_internal.c,
18564         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18565         (Depends-on): Add extensions.
18566         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18567
18568 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18569
18570         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18571         pathconf.
18572         * m4/same.m4 (gl_SAME): Likewise.
18573         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18574
18575         * m4/regex.m4: Adjust to new libc regex implementation.
18576         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18577         all the .c and .h parts of (the new) regex.
18578         Quote the m4 stuff better.
18579         Check for RE_ICASE bug of old gnulib.
18580         Check for REG_STARTEND of recent libc.
18581         Rename local variables from jm_* to gl_*.
18582         Quote operand of "test -f".
18583         Say "recent enough" version of libc, not "version 2".
18584         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18585         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18586         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18587         Remove check for btowc, isascii.
18588         Require AM_LANGINFO_CODESET.
18589
18590 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18591
18592         * lib/regex.c, regex.h: Sync from libc.
18593         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18594         * lib/regexec.c:
18595         New files, synced from libc, except that regex_internal.h
18596         currently has a small porting fix.
18597
18598 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18601         regex_internal.c, regexec.c.
18602         Add regex_internal.h too, but as a comment, since the libc version
18603         is currently broken in gnulib mode.
18604
18605 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         Support programs like Emacs that use gnulib but not gettext.
18608         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18609         * modules/gettext-h: New file.
18610         * modules/gettext (Files): Remove lib/gettext.h.
18611         (Depends-on): Add gettext-h.
18612         (Makefile.am): Remove lib_SOURCES.
18613         * modules/argmatch, modules/c-stack, modules/closeout:
18614         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18615         * modules/execute, modules/file-type, modules/getaddrinfo:
18616         * modules/getopt, modules/human, modules/javacomp:
18617         * modules/javaexec, modules/mkdir-p, modules/obstack:
18618         * modules/openat, modules/pagealign_alloc, modules/pipe:
18619         * modules/quotearg, modules/regex, modules/rpmatch:
18620         * modules/unicodeio, modules/userspec, modules/version-etc:
18621         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18622         * modules/xsetenv:
18623         Depend on gettext-h, not gettext.
18624
18625 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18626
18627         * gnulib-tool (func_import): Add support for 'public domain' license.
18628         * modules/alloca, modules/atexit, modules/memmove:
18629         Now public domain, not GPL.
18630         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18631         * modules/realloc, modules/strerror, modules/strtod:
18632         Now LGPL, not GPL.
18633
18634 2005-07-05  Bruno Haible  <bruno@clisp.org>
18635
18636         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18637         autoconf CVS. Needed for mingw.
18638
18639 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18640
18641         Remove the dependency of the strftime module on the tzset module.
18642         * modules/strftime (Depends-on): Remove dependency on tzset.
18643
18644 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18645
18646         Remove the dependency of the strftime module on the tzset module.
18647         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18648         gl_FUNC_TZSET_CLOBBER.
18649
18650 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18651
18652         Remove the dependency of the strftime module on the tzset module.
18653         * lib/strftime.c (my_strftime)
18654         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18655         Copy the input structure, to work around some of the bug with
18656         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18657         Solaris releases, you should also use the tzset module, but we won't
18658         require it as a dependency any more since we don't want LGPLed code
18659         to depend on GPLed code.
18660
18661 2005-07-02  Jim Meyering  <jim@meyering.net>
18662
18663         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18664         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18665         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18666         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18667
18668 2005-07-02  Jim Meyering  <jim@meyering.net>
18669
18670         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18671
18672 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18675         declares only 'struct timespec;' (!).
18676
18677 2005-07-01  Jim Meyering  <jim@meyering.net>
18678
18679         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18680         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18681         * lib/save-cwd.c, tempname.c:
18682         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18683         and don't include <sys/file.h>).
18684
18685 2005-06-29  Jim Meyering  <jim@meyering.net>
18686
18687         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18688         type name.  Use the variable name instead.
18689         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18690         Likewise.
18691
18692 2005-06-28  Simon Josefsson  <jas@extundo.com>
18693
18694         * modules/check-version (Files): Add check-version.m4.
18695
18696 2005-06-28  Simon Josefsson  <jas@extundo.com>
18697
18698         * m4/check-version.m4: New file, suggested by Jim Meyering
18699         <jim@meyering.net>.
18700
18701 2005-06-28  Simon Josefsson  <jas@extundo.com>
18702
18703         * lib/check-version.h, lib/check-version.c: New files.
18704
18705 2005-06-28  Simon Josefsson  <jas@extundo.com>
18706
18707         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18708         collision with global variable.  Better indentation.  Don't
18709         increment buffer pointer beyond buffer end.  Based on comments
18710         from Paul Eggert <eggert@cs.ucla.edu>.
18711
18712         * lib/base64.h: Indent.
18713
18714 2005-06-28  Simon Josefsson  <jas@extundo.com>
18715
18716         * doc/gnulib.texi (Library version handling): New section.
18717
18718 2005-06-28  Jim Meyering  <jim@meyering.net>
18719
18720         * check-module (find_included_lib_files): Hard-code another
18721         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18722         but modules/fts-lgpl (correctly) does not list those files.
18723
18724         * modules/canonicalize (Files): Add lib/pathmax.h.
18725
18726 2005-06-25  Simon Josefsson  <jas@extundo.com>
18727
18728         * modules/check-version: New file.
18729
18730 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18731
18732         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18733         initializer of struct addrinfo, as an indication that we don't
18734         care how many members the structure has.
18735
18736 2005-06-24  Derek Price  <derek@ximbiot.com>
18737         and Bruno Haible  <bruno@clisp.org>
18738
18739         Remove stat module & update lstat.
18740         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18741         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18742         * m4/stat.m4: Remove this file.
18743
18744 2005-06-24  Derek Price  <derek@ximbiot.com>
18745         and Bruno Haible  <bruno@clisp.org>
18746
18747         Remove stat module & update lstat.
18748         * lib/stat.c: Remove this file...
18749         (slash_aware_lstat): ...moving this content and its support...
18750         * lib/lstat.c (rpl_lstat): ...into here.
18751         * lib/lstat.h: New file.
18752
18753 2005-06-24  Derek Price  <derek@ximbiot.com>
18754         and Bruno Haible  <bruno@clisp.org>
18755
18756         Remove stat module & update lstat.
18757         * config/srclist.txt (libc sources): Remove stat.
18758
18759 2005-06-24  Derek Price  <derek@ximbiot.com>
18760         and Bruno Haible  <bruno@clisp.org>
18761
18762         Remove stat module & update lstat.
18763         * MODULES.html.sh (stat): Remove.
18764         * MODULES.html: Regenerated.
18765         * modules/lstat (Description): Correct function name.
18766         (Files): Add "lstat.h".
18767         (Depends-on): Remove stat, add xalloc, stat-macros.
18768         * modules/stat: Remove this file.
18769         (Include): Add "lstat.h", remove <sys/stat.h>.
18770
18771 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18772
18773         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18774         (ranged_convert): Don't save conversion in a temporary struct.
18775         This causes a warning with GCC 4.0.0, and anyway in the typical
18776         case it's not worth the extra 100 bytes or so of code.
18777         (ranged_convert, __mktime_internal): When calling a function via a
18778         pointer P, use P () rather than (*P) (), as we now assume C89 or
18779         better.
18780
18781 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18784         "who -r" failed to give output.  Problem reported by Tim Waugh.
18785
18786         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18787         (xcalloc): Use it to avoid needless tests.
18788         Problem reported by Jim Meyering.
18789
18790 2005-06-20  Derek Price  <derek@ximbiot.com>
18791
18792         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18793         unnecessary for Autoconfs > 2.59c.
18794
18795 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18796
18797         * lib/argp.h (__option_is_short): Check upper limit of
18798         __key. Isprint() requires its argument to have the value
18799         of an unsigned char or EOF.
18800
18801 2005-06-16  Jim Meyering  <jim@meyering.net>
18802
18803         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18804         when either N or S is zero.
18805
18806 2005-06-16  Derek Price  <derek@ximbiot.com>
18807
18808         * m4/bison.m4: Declare YACC & YFLAGS precious.
18809
18810 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18811
18812         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18813         multibyte string or pattern, fall back on unibyte matching.
18814         Problem reported by James Youngman.
18815
18816 2005-06-08  Bruno Haible  <bruno@clisp.org>
18817
18818         * modules/csharpcomp: New file.
18819         * MODULES.html.sh (C#): Add csharpcomp.
18820
18821 2005-06-08  Bruno Haible  <bruno@clisp.org>
18822
18823         * m4/csharpcomp.m4: New file, from GNU gettext.
18824
18825 2005-06-08  Bruno Haible  <bruno@clisp.org>
18826
18827         * lib/csharpcomp.h: New file, from GNU gettext.
18828         * lib/csharpcomp.c: New file, from GNU gettext.
18829         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18830
18831 2005-06-08  Bruno Haible  <bruno@clisp.org>
18832
18833         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18834         warning on mingw.
18835
18836 2005-06-07  Derek Price  <derek@ximbiot.com>
18837
18838         Sync from CVS.
18839         * lib/glob_.h: Indent nested #ifdef.
18840
18841 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         Sync from coreutils.
18844         Use "file name" when talking about file names, instead of "filename"
18845         or "path", as per the GNU coding standards.
18846         * lib/mkdir-p.c: Renamed from makepath.c.
18847         (make_dir_parents): Renamed from make_path.  All callers changed.
18848         * lib/mkdir-p.h: Likewise.  All includers changed.
18849         * lib/filenamecat.c: Renamed from path-concat.c.
18850         (file_name_concat): Renamed from path_concat.  All callers changed.
18851         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18852         * lib/filenamecat.h: Likewise.  All includers changed.
18853         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18854         in comments or local variable names.
18855         * lib/basename.c: Likewise.
18856         * lib/canonicalize.c, canonicalize.h: Likewise.
18857         * lib/dirname.c, dirname.h: Likewise.
18858         * lib/euidaccess.c: Likewise.
18859         * lib/exclude.c: Likewise
18860         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18861         * lib/fsusage.c, fsuage.h: Likewise.
18862         * lib/fts.c, fts_.h: Likewise.
18863         * lib/getcwd.c: Likewise.
18864         * lib/getloadavg.c: Likewise.
18865         * lib/mkstemp.c: Likewise.
18866         * lib/mountlist.c, mountlist.h: Likewise.
18867         * lib/openat.c, openat.h: Likewise.
18868         * lib/readlink-stub.c: Likewise.
18869         * lib/readutmp.c, readutmp.h: Likewise.
18870         * lib/rename.c: Likewise.
18871         * lib/rmdir.c: Likewise.
18872         * lib/same.c: Likewise.
18873         * lib/savedir.c: Likewise.
18874         * lib/stripslash.c: Likewise.
18875         * lib/tempname.c: Likewise.
18876         * lib/xreadlink.c: Likewise.
18877         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18878         All uses changed.
18879         * lib/exclude.h: Likewise.
18880
18881         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18882         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18883         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18884         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18885         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18886         files have been getting away with it for years (MORE/BSD 4.3
18887         is extinct now).
18888         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18889         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18890
18891         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18892         Define to 256, not 255, as per modern POSIX.
18893
18894 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18895
18896         Sync from coreutils.
18897         Use "file name" when talking about file names, instead of "filename"
18898         or "path", as per the GNU coding standards.
18899         * MODULES.html.sh: mkdir-p renamed from makepath.
18900         filenamecat renamed from path-concat.
18901         * modules/filenamecat: Renamed from modules/path-concat.
18902         (Files): filenamecat.h and filenamecat.c renamed from
18903         path-concat.h and path-concat.c.
18904         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18905         (Include): filenamecat.h, not path-concat.h.
18906         * modules/mkdir-p: Renamed from modules/makepath.
18907         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18908         makepath.c.
18909         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18910         (Include): mkdir-p.h, not makepath.h.
18911
18912 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18913
18914         Sync from coreutils.
18915         * m4/mkdir-p.m4: Renamed from makepath.m4.
18916         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18917         Rename files from makepath.c to mkdir-p.c, and from
18918         makepath.h to mkdir-p.h.
18919         * m4/filenamecat.m4: Renamed from path-concat.m4.
18920         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18921         Rename files from path-concat.c to filenamecat.c,
18922         and from path-concat.h to filenamecat.h.
18923         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18924         "file name" in local variables or comments.
18925         * m4/rename.m4: Likewise.
18926
18927 2005-06-01  Bruno Haible  <bruno@clisp.org>
18928
18929         * modules/csharpexec: New file.
18930         * MODULES.html.sh (C#): New section.
18931
18932 2005-06-01  Bruno Haible  <bruno@clisp.org>
18933
18934         * m4/csharp.m4: New file, from GNU gettext.
18935         * m4/csharpexec.m4: New file, from GNU gettext.
18936
18937 2005-06-01  Bruno Haible  <bruno@clisp.org>
18938
18939         * lib/csharpexec.h: New file, from GNU gettext.
18940         * lib/csharpexec.c: New file, from GNU gettext.
18941         * lib/csharpexec.sh.in: New file, from GNU gettext.
18942
18943 2005-05-31  Derek Price  <derek@ximbiot.com>
18944             Paul Eggert  <eggert@cs.ucla.edu>
18945
18946         Sync from cvs.
18947         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18948
18949 2005-05-31  Derek Price  <derek@ximbiot.com>
18950             Paul Eggert  <eggert@cs.ucla.edu>
18951
18952         Sync from cvs.
18953         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18954
18955 2005-05-29  Derek Price  <derek@ximbiot.com>
18956
18957         * config/srclist.txt (glob_.h, glob.c): Add these files.
18958
18959 2005-05-29  Derek Price  <derek@ximbiot.com>
18960
18961         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18962         * modules/glob: New file.
18963         * modules/getlogin_r: Add link to POSIX spec in description.
18964
18965 2005-05-29  Derek Price  <derek@ximbiot.com>
18966             Paul Eggert  <eggert@cs.ucla.edu>
18967
18968         * m4/glob.m4: New file.
18969
18970 2005-05-29  Derek Price  <derek@ximbiot.com>
18971             Paul Eggert  <eggert@cs.ucla.edu>
18972
18973         * lib/glob_.h, lib/glob.c: New files.
18974
18975 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18976
18977         * modules/fts (Files): Remove m4/inttypes-pri.m4.
18978         * modules/fts-lgpl (Depends-on): Remove gettext.
18979
18980 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18981
18982         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
18983         and don't require gt_INTTYPES_PRI.
18984
18985 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18986
18987         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
18988
18989         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
18990         the configuration hassle isn't worth it.
18991         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
18992         (LONGEST_MODIFIER, PRIuMAX): Remove.
18993
18994 2005-05-27  Bruno Haible  <bruno@clisp.org>
18995
18996         * lib/getlogin_r.h: Remove second include of <stddef.h>.
18997
18998 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19001         _POSIX_PTHREAD_SEMANTICS for Solaris.
19002
19003 2005-05-25  Derek Price  <derek@ximbiot.com>
19004
19005         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19006
19007 2005-05-25  Derek Price  <derek@ximbiot.com>
19008             Paul Eggert  <eggert@cs.ucla.edu>
19009
19010         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19011         * lib/getlogin_r.c, getlogin_r.h: New files.
19012
19013 2005-05-25  Bruno Haible  <bruno@clisp.org>
19014             Derek Price  <derek@ximbiot.com>
19015
19016         * lib/getlogin_r.h: Simplify API documentation.
19017
19018 2005-05-23  Derek Price  <derek@ximbiot.com>
19019
19020         * modules/minmax (Files): Add m4/minmax.m4.
19021         (configure.ac): Add gl_MINMAX.
19022
19023 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19024
19025         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19026         so that unistd-safer.h (GPL'ed code) need not be included.
19027
19028 2005-05-22  Bruno Haible  <bruno@clisp.org>
19029
19030         * m4/minmax.m4: New file.
19031         Based on a patch by Derek Price <derek@ximbiot.com>.
19032
19033 2005-05-22  Bruno Haible  <bruno@clisp.org>
19034
19035         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19036         (INT64_MIN): Fix definition.
19037         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19038
19039         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19040         NEED_SIGNED_INT_TYPES.
19041
19042         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19043         HAVE_SYSTEM_INTTYPES.
19044
19045 2005-05-22  Bruno Haible  <bruno@clisp.org>
19046
19047         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19048         Also include <sys/param.h> if it defines MIN, MAX.
19049         Based on a patch by Derek Price <derek@ximbiot.com>.
19050
19051 2005-05-21  Jim Meyering  <jim@meyering.net>
19052
19053         * modules/fts (Files): Add m4/inttypes-pri.m4.
19054         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19055
19056 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19057
19058         New fts module.
19059         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19060         (setup_dir, free_dir): New functions.
19061         (enter_dir, leave_dir): Define trivial
19062         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19063         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19064         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19065         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19066         Move to fts-cycle.c.
19067         (fts_open): Use setup_dir.
19068         (fts_close): Use free_dir.
19069         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19070         This adds a label and some gotos, but the alternatives were messier.
19071         Check for memory allocation failure when entering a dir.
19072         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19073         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19074         (FTS): New member fts_cycle, that is a union that contains the
19075         old active_dir_ht and cycle_state.  All uses changed to mention
19076         fts_cycle.ht and fts_cycle.state.
19077         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19078         fts.c, with the following changes:
19079         (setup_dir, free_dir): New functions.
19080         (enter_dir): Now returns bool.  Return true if successful, false
19081         if memory exhausted.  All callers changed.
19082         Do not bother partly cleaning up on
19083         memory allocation failure; that is free_dir's job.
19084         However, free ad if hash_insert fails, to avoid memory leak.
19085         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19086         fts->fts_options to see which union member to use.
19087
19088 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19089
19090         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19091         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19092
19093 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19094
19095         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19096
19097 2005-05-20  Jim Meyering  <jim@meyering.net>
19098
19099         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19100         Now a macro, to pacify GCC.
19101
19102 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19103
19104         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19105         of -1.
19106
19107 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19108
19109         * lib/chown.c (rpl_chown): Return -1 on failure.
19110
19111 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19112
19113         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19114         Don't check for stddef.h.
19115         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19116         don't use its results.
19117         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19118         since we include them unconditionally.  Don't require
19119         AM_STDBOOL_H, since stdbool is a prerequisite.
19120         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19121         since we assume C89 or better.
19122         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19123         as we don't use their results.
19124         Don't check for fchdir, memmove, memset, strrchr, as we use
19125         them unconditionally.
19126         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19127         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19128
19129 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19130
19131         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19132         Include <stddef.h> unconditionally, since we assume C89 now.
19133         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19134         * lib/fts.c: Include fts_.h first, to check interface.
19135         Do not include intprops.h; no longer needed.
19136         Include cycle-check.h and hash.h, since fts_.h no longer does.
19137         Remove unnecessary casts of closedir to void.
19138         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19139         decide whether to decrement nlinks.
19140         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19141         (FTS): Use struct hash_table * instead of Hash_table, so that
19142         we no longer need to include hash.h here.
19143
19144 2005-05-18  Jim Meyering  <jim@meyering.net>
19145
19146         * modules/dirfd (License): Change to LGPL.  Most of the code
19147         is already in the public domain.
19148
19149 2005-05-18  Jim Meyering  <jim@meyering.net>
19150
19151         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19152         Reported by Yoann Vandoorselaere.
19153
19154 2005-05-17  Jim Meyering  <jim@meyering.net>
19155
19156         * m4/fts.m4: New file, from coreutils.
19157
19158 2005-05-17  Jim Meyering  <jim@meyering.net>
19159
19160         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19161
19162 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19163
19164         Sync from coreutils.
19165         * m4/unlinkdir.m4: New file.
19166
19167 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19168
19169         Sync from coreutils.
19170         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19171         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19172         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19173         White space changes only.
19174         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19175         special.
19176         * lib/yesno.c: Include getline.h, not ctype.h.
19177         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19178         Use getline to remove arbitrary restriction on response length.
19179
19180 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19181
19182         * config/srclist-update: Spell out "Street" in FSF postal
19183         mail address; this is the style the FSF seems to prefer.
19184
19185         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19186         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19187         this updates FSF postal mail address.
19188
19189         Sync from coreutils.
19190         * modules/unlinkdir: New file.
19191         * modules/yesno (Depends-on): Add getline.
19192         * MODULES.html.sh (File system functions): Add unlinkdir.
19193
19194 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19195
19196         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19197         lib/strsep.h:
19198         Change the initial comment to refer to GPL, not LGPL.
19199         gnulib-tool will change it to LGPL as needed.
19200
19201         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19202         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19203         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19204         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19205         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19206         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19207         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19208         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19209         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19210         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19211         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19212         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19213         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19214         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19215         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19216         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19217         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19218         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19219         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19220         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19221         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19222         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19223         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19224         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19225         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19226         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19227         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19228         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19229         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19230         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19231         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19232         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19233         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19234         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19235         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19236         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19237         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19238         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19239         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19240         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19241         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19242         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19243         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19244         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19245         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19246         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19247         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19248         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19249         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19250         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19251         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19252         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19253         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19254         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19255         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19256         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19257         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19258         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19259         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19260         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19261         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19262         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19263         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19264         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19265         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19266         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19267         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19268         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19269         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19270         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19271         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19272         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19273         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19274         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19275         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19276         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19277         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19278         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19279         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19280         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19281         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19282         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19283         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19284         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19285         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19286         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19287         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19288         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19289         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19290         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19291         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19292         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19293         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19294         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19295         lib/yesno.c, lib/yesno.h:
19296         Update FSF postal mail address.
19297
19298 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19299
19300         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19301         tests/test-memmem.c, tests/test-stpncpy.c:
19302         Update FSF postal mail address.
19303
19304 2005-05-13  Bruno Haible  <bruno@clisp.org>
19305
19306         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19307         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19308         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19309         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19310         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19311         Add support for 64-bit integers in the MSVC compiler.
19312
19313 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19314
19315         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19316
19317 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19318
19319         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19320
19321 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19322
19323         * doc/getdate.texi (General date syntax): Don't say that date
19324         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19325         Problem reported by Nic Ferrier.
19326
19327 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19328
19329         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19330         specified in ai_socktype. Fix invalid ai_protocol
19331         check. ai_protocol is usually set to 0 or depending on
19332         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19333         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19334         ai_socktype / ai_protocol in the returned addrinfo structure.
19335
19336 2005-05-10  Simon Josefsson  <jas@extundo.com>
19337
19338         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19339         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19340
19341 2005-05-10  Karl Berry  <karl@gnu.org>
19342
19343         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19344         (from http://www.gnu.org/licenses).
19345         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19346         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19347         fdl.texi suffices.
19348
19349 2005-05-10  Karl Berry  <karl@gnu.org>
19350
19351         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19352         (COPYING.DOC): remove.
19353
19354         * config/srclist-update: new FSF address.
19355
19356 2005-05-10  Derek Price  <derek@ximbiot.com>
19357
19358         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19359         possible.
19360
19361 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19362             Bruno Haible  <bruno@clisp.org>
19363
19364         * modules/inet_ntop: New file.
19365         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19366         inet_ntop.
19367
19368 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19369             Bruno Haible  <bruno@clisp.org>
19370
19371         * m4/inet_ntop.m4: New file.
19372
19373 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19374             Bruno Haible  <bruno@clisp.org>
19375
19376         * lib/inet_ntop.h: New file.
19377         * lib/inet_ntop.c: New file, from glibc with modifications.
19378
19379 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19380
19381         * modules/time_r (License): Change to LGPL.
19382         * modules/extensions (License): Change to LGPL.  Actually,
19383         the license is more permissive than that, but currently gnulib-tool
19384         doesn't know how to handle more-permissive licenses.
19385
19386         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19387         Problem reported by Dave Love.
19388
19389 2005-05-08  Jim Meyering  <jim@meyering.net>
19390
19391         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19392         blank.
19393
19394 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19395
19396         * modules/argmatch (Depends-on): Add stdbool.
19397         * modules/backupfile (Depends-on): Likewise.
19398         * modules/chdir-long (Depends-on): Likewise.
19399         * modules/closeout (Depends-on): Likewise.
19400         * modules/cycle-check (Depends-on): Likewise.
19401         * modules/dirname (Depends-on): Likewise.
19402         * modules/fnmatch (Depends-on): Likewise.
19403         * modules/fsusage (Depends-on): Likewise.
19404         * modules/fwriteerror (Depends-on): Likewise.
19405         * modules/getcwd (Depends-on): Likewise.
19406         * modules/getloadavg (Depends-on): Likewise.
19407         * modules/hard-locale (Depends-on): Likewise.
19408         * modules/makepath (Depends-on): Likewise.
19409         * modules/mountlist (Depends-on): Likewise.
19410         * modules/nanosleep (Depends-on): Likewise.
19411         * modules/posixtm (Depends-on): Likewise.
19412         * modules/quotearg (Depends-on): Likewise.
19413         * modules/readtokens (Depends-on): Likewise.
19414         * modules/readtokens0 (Depends-on): Likewise.
19415         * modules/readutmp (Depends-on): Likewise.
19416         * modules/save-cwd (Depends-on): Likewise.
19417         * modules/strftime (Depends-on): Likewise.
19418         * modules/userspec (Depends-on): Likewise.
19419         * modules/utimecmp (Depends-on): Likewise.
19420         * modules/xgetcwd (Depends-on): Likewise.
19421         * modules/xnanosleep (Depends-on): Likewise.
19422         * modules/xstrtod (Depends-on): Likewise.
19423         * modules/yesno (Depends-on): Likewise.
19424
19425 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19426
19427         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19428         needless checks.
19429
19430 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19431
19432         Merge from coreutils.  Among other things,
19433         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19434         * lib/fd-safer.c: New file.
19435         * lib/fcntl-safer.h, open-safer.c: Remove.
19436         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19437         * lib/dup-safer.c: Include unistd-safer.h first.
19438         Don't include errno.h.
19439         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19440         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19441         * lib/file-type.c: Rely on file-type.h change.
19442         * lib/getloadavg.c: Include unistd-safer.h.
19443         (getloadavg): Use safer open.
19444         * lib/getusershell.c: Include "stdio-safer.h".
19445         (getusershell): Use safer fopen.
19446         * lib/long-options.c (long_options): Use NULL rather than 0.
19447         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19448         'free'.
19449         * lib/modechange.c: Likewise.
19450         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19451         (MODE_DONE): New constant.
19452         (struct mode_change): Remove 'next' member.
19453         (make_node_op_equals): New function; like the old one of the
19454         same name, except it allocates an array.
19455         (mode_compile, mode_create_from_ref): Use it.
19456         (mode_compile): Allocate result as an array, not a linked list.
19457         Parse octal string ourself, so that we catch mistakes like "+0".
19458         (mode_adjust): Arg is an array, not a linked list.
19459         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19460         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19461         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19462         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19463         Remove.  This is now stat-macros.h's job.
19464         (talloc): Remove.  All callers replaced by xalloc, so that
19465         our invokers don't have to worry about reporting memory failures.
19466         (make_node_op_equals): Remove.
19467         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19468         New constants.
19469         (struct mode_change): Moved here from modechange.h.
19470         (mode_append_entry): Remove.
19471         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19472         apps to have incorrect behavior.  Use simpler algorithm for head
19473         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19474         Detect more invalid usages rather than having somewhat-random behavior.
19475         Don't insert an "a=" action, as that leads to incorrect behavior.
19476         (mode_compile, mode_create_from_ref): Return NULL on error instead
19477         of an enum, since now there's only one way to have an error.  All
19478         callers changed.
19479         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19480         at the correct time.  Simplify calculation of "+u" and its ilk.
19481         Don't mishandle "+X".
19482         (mode_free): Remove "register" and localize decls.
19483         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19484         (struct mode_change): Move to modechange.c; callers don't
19485         need to see this stuff.
19486         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19487         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19488         (mode_change, mode_adjust): Reflect the new signatures noted above.
19489         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19490         that might redefine system include files.
19491         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19492         (my_usleep): Use NULL rather than (void *) 0.
19493         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19494         Use siginterrupt to specify that system calls should be interrupted.
19495         (rpl_nanosleep): Move initialization of suspended closer to call of
19496         my_usleep.
19497         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19498         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19499         (desirable_utmp_entry): New function.
19500         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19501         using x2nrealloc, to simplify logic.
19502         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19503         size calculation.  Do not assume utmp file is a regular file.
19504         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19505         (READ_UTMP_CHECK_PIDS): New constant.
19506         * lib/save-cwd.c: Include unistd-safer.h.
19507         (save_cwd): Use fd_safer.
19508         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19509         [!_LIBC] Include "stat-macros.h" instead.
19510         * lib/unistd-safer.h (fd_safer): New decl.
19511
19512 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19513
19514         * modules/getloadavg (Depends-on): Add unistd-safer.
19515         * modules/getusershell (Depends-on): Add stdio-safer.
19516         * modules/lstat (Depends-on): Remove xalloc.
19517         * modules/mkstemp (Depends-on): Add stat-macros.
19518         * modules/modechange (Depends-on): Remove xstrtol.
19519         Add stat-macros, xalloc.
19520         * modules/save-cwd (Depends-on): Add unistd-safer.
19521         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19522         * modules/unistd-safer (Files): Add lib/fd-safer.c
19523         (Makefile.am): Remove lib_SOURCES.
19524
19525         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19526         Remove fcntl-safer; unistd-safer supersedes it.
19527
19528 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19529
19530         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19531         AC_HEADER_STAT.
19532         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19533         (gl_PREREQ_CHOWN): Remove.
19534         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19535         it.  Don't require AC_HEADER_STAT.
19536         (gl_PREREQ_LSTAT): Remove.
19537         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19538         Don't require AC_HEADER_STAT.
19539         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19540         (gl_PREREQ_RMDIR): Remove.
19541         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19542         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19543         the stat-macros module a prerequisite.
19544         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19545         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19546         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19547         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19548         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19549         variable names.
19550         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19551         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19552         variable prefixes.
19553         * m4/fcntl-safer.m4: Remove.
19554         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19555         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19556         Invoke gl_PREREQ_FD_SAFER.
19557         (gl_PREREQ_FD_SAFER): New macro.
19558         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19559         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19560         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19561         Remove duplicate call to AC_LIBOBJ(readutmp).
19562         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19563
19564         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19565         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19566
19567 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19568
19569         * MODULES.html.sh (Misc): Add byteswap.
19570
19571 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19572
19573         * modules/getcwd (Depends-on): Add extensions.
19574         * modules/openat (Depends-on): Likewise.
19575
19576 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19577
19578         * modules/byteswap: New file.
19579
19580 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19581
19582         * m4/byteswap.m4: New file.
19583
19584 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19585
19586         * lib/byteswap_.h: New file.
19587
19588 2005-04-25  Karl Berry  <karl@gnu.org>
19589
19590         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19591
19592 2005-04-25  Albert Chin  <china@thewrittenword.com>
19593
19594         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19595         Toolkit C bug.
19596
19597 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19598
19599         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19600         (func_ln_if_changed) Remove forcibly for no error message
19601         in case file does not exist.
19602
19603 2005-04-19  Simon Josefsson  <jas@extundo.com>
19604
19605         * gnulib-tool (Options): Make --symlink mean --symbolic.
19606
19607 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19608
19609         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19610
19611 2005-04-16  Simon Josefsson  <jas@extundo.com>
19612
19613         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19614
19615 2005-04-15  Simon Josefsson  <jas@extundo.com>
19616
19617         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19618
19619 2005-04-15  Simon Josefsson  <jas@extundo.com>
19620
19621         * gnulib-tool: Rename --symlink to --symbolic.
19622
19623 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19624
19625         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19626         symbolic links to files instead of copying/moving.  Add --aux-dir,
19627         specifying directory relative --dir where auxiliary build tools
19628         are placed.
19629
19630 2005-04-14  Bruno Haible  <bruno@clisp.org>
19631
19632         * modules/allocsa (License): Change to LGPL.
19633         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19634
19635 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19636
19637         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19638         that "UTC +1 second" continues to work.  Problem reported
19639         by Dmitry V. Levin.
19640         (relunit_snumber): New rule.
19641         (relunit): Use it.
19642
19643 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19644
19645         * lib/getdate.y (universal_time_zone_table): New constant.
19646         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19647         universal_time_zone_table.
19648         (lookup_zone): Prefer universal_time_zone_table to
19649         local_time_zone_table, so that "GMT" time stamps are allowed in
19650         London during the summer.  Problem reported by Ian Abbott.
19651
19652 2005-04-12  Jim Meyering  <jim@meyering.net>
19653
19654         * lib/human.c (humblock): Set *options even when returning due to
19655         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19656         warning from gcc-4.
19657
19658 2005-04-09  Jim Meyering  <jim@meyering.net>
19659
19660         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19661         -Wuninitialized: initialize tm0.tm_year.
19662
19663 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19664
19665         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19666         count, since there's no maximum.  All uses changed.
19667         Add member dsts_seen.
19668         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19669         not being INT_MAX.
19670         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19671         Use pc_rels_seen to decide whther a date is absolute.
19672
19673         * lib/getdate.y (number): Don't overwrite year.
19674         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19675         check.
19676
19677 2005-04-02  Simon Josefsson  <jas@extundo.com>
19678
19679         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19680         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19681
19682 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19683
19684         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19685         where no absolute path name can be longer than PATH_MAX.
19686
19687 2005-03-27  Jim Meyering  <jim@meyering.net>
19688
19689         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19690
19691 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19694         "one's complement" -> "ones' complement" in comment, as per Knuth.
19695         "value of type" -> "type or expression" in comment.
19696         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19697
19698 2005-03-26  Jim Meyering  <jim@meyering.net>
19699
19700         Comment nits.
19701         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19702         Correct typos: s/or/of/.
19703
19704 2005-03-26  Jim Meyering  <jim@meyering.net>
19705
19706         * modules/check-include-files: Move to ../ and rename to...
19707         * check-module: ...this.
19708
19709 2005-03-25  Jim Meyering  <jim@meyering.net>
19710
19711         * modules/xvasprintf (Files): Add xalloc.h.
19712
19713 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19714
19715         * modules/gettext (Files): config/config.rpath ->
19716         build-aux/config.rpath
19717         * modules/iconv (Files): Likewise.
19718         Problem reported by Oskar Liljeblad.
19719
19720 2005-03-23  Jim Meyering  <jim@meyering.net>
19721
19722         * modules/check-include-files: New script to check for
19723         missing dependencies, multiple includes, etc.
19724
19725         * modules/c-strtold (Depends-on): Add xalloc.
19726         * modules/c-strtod (Depends-on): Add xalloc.
19727         * modules/hash (Depends-on): Add xalloc.
19728         (Files): Remove lib/xalloc.h.
19729
19730         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19731         * modules/userspec (Files): Add lib/inttostr.h.
19732
19733 2005-03-23  Jim Meyering  <jim@meyering.net>
19734
19735         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19736
19737 2005-03-22  Jim Meyering  <jim@meyering.net>
19738
19739         * modules/stat-macros: New module.
19740         * modules/canonicalize, modules/euidaccess, modules/file-type,
19741         * modules/filemode, modules/lchown, modules/makepath,
19742         * modules/rmdir, modules/stat: Depend on new stat-macros module
19743         rather than listing lib/stat-macros.h manually.
19744         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19745
19746 2005-03-22  Jim Meyering  <jim@meyering.net>
19747
19748         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19749
19750 2005-03-22  Bruno Haible  <bruno@clisp.org>
19751
19752         * config/srclist.txt: Replace target directory 'config' with
19753         'build-aux'.
19754         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19755         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19756         ../build-aux/.
19757
19758 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19759
19760         * modules/chdir-long (Depends-on): Add mempcpy.
19761
19762         * modules/acl, modules/backupfile, modules/c-strtod,
19763         modules/c-strtold, modules/canon-host, modules/canonicalize,
19764         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19765         modules/exclude, modules/exitfail, modules/file-type,
19766         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19767         modules/getdate, modules/getline, modules/getpagesize,
19768         modules/getpass, modules/getugroups, modules/group-member,
19769         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19770         modules/inttostr, modules/long-options, modules/makepath,
19771         modules/md5, modules/memcasecmp, modules/memcoll,
19772         modules/modechange, modules/mountlist, modules/path-concat,
19773         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19774         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19775         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19776         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19777         modules/strftime, modules/strndup, modules/strverscmp,
19778         modules/timespec, modules/unlocked-io, modules/userspec,
19779         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19780         modules/yesno:
19781         Remove lib_SOURCES line from Makefile.am section, as this is now
19782         done automatically by the corresponding Autoconf macro.
19783
19784 2005-03-21  Jim Meyering  <jim@meyering.net>
19785
19786         Changes imported from coreutils.
19787
19788         * lib/cycle-check.c: Don't include xalloc.h.
19789
19790         * lib/path-concat.c: Don't include assert.h.
19791         (path_concat): Remove assertion that would have triggered
19792         for ABASE starting with more than one slash.
19793         Reported by Andreas Schwab.
19794
19795         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19796         properly when ABASE is an absolute file name.
19797         Correct the description of this function.
19798         Include <assert.h>.
19799         Add an assertion and a test driver.
19800         This fixes a bug introduced on 2004-07-02.
19801         Andreas Schwab reported the resulting failure of cp --parents:
19802         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19803
19804 2005-03-21  Jim Meyering  <jim@meyering.net>
19805
19806         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19807         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19808
19809 2005-03-21  Jim Meyering  <jim@meyering.net>
19810         and  Paul Eggert  <eggert@cs.ucla.edu>
19811
19812         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19813         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19814         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19815         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19816         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19817         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19818         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19819         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19820         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19821         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19822         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19823         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19824         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19825         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19826         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19827         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19828         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19829         for these modules.
19830
19831 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19832
19833         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19834         (which shouldn't happen), generate nothing instead of returning 0
19835         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19836
19837 2005-03-16  Bruno Haible  <bruno@clisp.org>
19838
19839         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19840         HAVE_LONGLONG_64BIT.
19841
19842 2005-03-16  Bruno Haible  <bruno@clisp.org>
19843
19844         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19845         HAVE_LONGLONG_64BIT.
19846
19847 2005-03-16  Bruno Haible  <bruno@clisp.org>
19848
19849         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19850         HAVE_LONGLONG_64BIT.
19851
19852 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19853
19854         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19855         reliably distinguish strftime failure from empty output on POSIX
19856         hosts.
19857
19858 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19859
19860         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19861         (iconv_string): Don't guess a size-zero buffer, as that might cause
19862         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19863         result would be 'too large', where 'too large' is (heuristically)
19864         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19865         overflow concerns.  This will prevent some unwanted malloc failures
19866         when the inputs are very large.
19867
19868 2005-03-15  Karl Berry  <karl@gnu.org>
19869
19870         * config/srclist.txt (config.rpath): from gettext.
19871         * config/config.rpath: update.
19872
19873 2005-03-15  Bruno Haible  <bruno@clisp.org>
19874
19875         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19876         to 'negate'.
19877
19878         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19879         variable.
19880
19881         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19882         results.
19883
19884 2005-03-14  Simon Josefsson  <jas@extundo.com>
19885
19886         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19887         <fx@gnu.org>.
19888
19889 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19890
19891         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19892         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19893         intprops.h.
19894         * lib/strtol.c: Likewise.
19895
19896 2005-03-14  Jim Meyering  <jim@meyering.net>
19897
19898         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19899         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19900         to be nonzero so that we (and caller) can detect the difference
19901         between a valid zero-length expansion and an error return, even
19902         when the underlying strftime fails before writing anything into
19903         that location.
19904
19905 2005-03-14  Bruno Haible  <bruno@clisp.org>
19906
19907         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19908         Update from GNU gettext 0.14.3.
19909
19910 2005-03-10  Jim Meyering  <jim@meyering.net>
19911
19912         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19913
19914 2005-03-10  Jim Meyering  <jim@meyering.net>
19915
19916         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19917         so that this module works on systems without fchdir.
19918
19919 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19920
19921         Factor int-properties macros into a single file, except for
19922         glibc-related files.
19923         * lib/intprops.h: New file.
19924         * lib/getloadavg.c: Include it instead of limits.h.
19925         (INT_STRLEN_BOUND): Remove.
19926         * lib/human.c: Include intprops.h.
19927         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19928         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19929         302/1000.
19930         * lib/inttostr.h: Include intprops.h instead of limits.h.
19931         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19932         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19933         for consistency with intprops.h.
19934         (time_t_is_integer, twos_complement_arithmetic): Use them.
19935         * lib/sig2str.h: Include <signal.h>, intprops.h.
19936         (INT_STRLEN_BOUND): Remove.
19937         * lib/strftime.c (TYPE_SIGNED): Remove.
19938         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19939         * lib/strtol.c: Adjust comments to match intprops.h.
19940         * lib/userspec.c: Include intprops.h.
19941         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19942         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19943         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19944         instead of rolling our own expressions.
19945         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19946
19947         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19948         instead of int.
19949         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19950         the right thing even if adding 1900 would overflow.  Similarly
19951         for tm_mon + 1 and tm_yday + 1.
19952         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19953         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19954         (DO_SIGNED_NUMBER): New macro.
19955         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19956
19957 2005-03-07  Bruno Haible  <bruno@clisp.org>
19958
19959         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19960
19961 2005-03-07  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19964
19965 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19966
19967         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19968         (func_import): Only replace files via --import when they have actually
19969         changed.
19970
19971 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19972
19973         * m4/mmap-anon.m4: New file.
19974         * m4/pagealign_alloc.m4: New file.
19975
19976 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19977             Bruno Haible  <bruno@clisp.org>
19978
19979         * modules/pagealign_alloc: New file.
19980         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
19981
19982 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19983             Bruno Haible  <bruno@clisp.org>
19984
19985         * lib/pagealign_alloc.h: New file.
19986         * lib/pagealign_alloc.c: New file.
19987
19988 2005-03-03  Bruno Haible  <bruno@clisp.org>
19989
19990         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
19991         Use an all-permissive copyright notice, recommended by RMS.
19992
19993 2005-03-02  Bruno Haible  <bruno@clisp.org>
19994
19995         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
19996         of AIX, the replacement has to be done only after <string.h> is
19997         included, therefore not in config.h. stpncpy.h does the replacement,
19998         and stpncpy.c uses it.
19999
20000 2005-03-02  Bruno Haible  <bruno@clisp.org>
20001
20002         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20003         stpncpy.c uses it.
20004
20005 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20008         The workaround isn't strictly needed for POSIX conformance, and
20009         it's too much of a pain to configure and maintain.  We'll ask
20010         people to fix their kernels instead.
20011         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20012         (NANOSLEEP_BUG_WORKAROUND): Remove.
20013         (xnanosleep): Remove the workaround.
20014
20015 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20016
20017         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20018         Reported by Derek Price.
20019         (Include): Add "timespec.h".
20020
20021         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20022
20023 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20024
20025         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20026         to detect nanosleep bug.
20027
20028 2005-03-01  Bruno Haible  <bruno@clisp.org>
20029
20030         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20031
20032 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20033
20034         * modules/gethrxtime: New file.
20035         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20036         (Depends-on): Add gethrxtime.
20037         (configure.ac): Add gl_XNANOSLEEP.
20038         (Makefile.am): Remove lib_SOURCES line.
20039
20040 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20043         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20044
20045 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20048         * lib/timespec.h (gettime): Return void, since it always
20049         succeeds now.  All uses changed.
20050         * lib/gettime.c (gettime) Likewise.
20051         [HAVE_NANOTIME]: Prefer nanotime.
20052         Assume gettimeofday succeeds, as POSIX requires.
20053         Assime time () succeeds, since other code already does.
20054         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20055         (timespec_subtract): Remove.
20056         (NANOSLEEP_BUG_WORKAROUND): New constant.
20057         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20058         things considerably.  Use it only on GNU/Linux hosts, since the
20059         workaround shouldn't be needed elsewhere.
20060
20061 2005-02-24  Bruno Haible  <bruno@clisp.org>
20062
20063         * modules/gettext (Files): Add m4/glibc2.m4.
20064
20065 2005-02-24  Bruno Haible  <bruno@clisp.org>
20066
20067         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20068         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20069         * m4/progtest.m4:
20070         Update from GNU gettext 0.14.2.
20071         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20072
20073 2005-02-24  Bruno Haible  <bruno@clisp.org>
20074
20075         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20076         * lib/config.charset: Update from GNU gettext 0.14.2.
20077
20078 2005-02-24  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/gettext.h: Update from GNU gettext 0.14.2.
20081
20082 2005-02-23  Simon Josefsson  <jas@extundo.com>
20083
20084         * m4/iconvme.m4: New file.
20085
20086 2005-02-23  Jim Meyering  <jim@meyering.net>
20087
20088         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20089         change.
20090         Thanks to Bruno Haible for catching it.
20091
20092 2005-02-22  Simon Josefsson  <jas@extundo.com>
20093
20094         * modules/iconvme: New file.
20095
20096         * MODULES.html.sh: Add iconvme.
20097
20098 2005-02-22  Simon Josefsson  <jas@extundo.com>
20099
20100         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20101
20102 2005-02-22  Simon Josefsson  <jas@extundo.com>
20103
20104         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20105
20106 2005-02-22  Jim Meyering  <jim@meyering.net>
20107
20108         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20109         s/ifndef/ifdef/.
20110
20111 2005-02-20  Neil Conway  <neilc@samurai.com>
20112
20113         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20114         returned by OSX/Darwin if the specified buffer is not large
20115         enough for the hostname.
20116
20117 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20118
20119         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20120         pass it to _help, otherwise the latter coredumps trying to
20121         dereference state.root_argp.
20122
20123 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20124
20125         * modules/chdir-long (Depends-on): Add memrchr.
20126         * modules/memrchr (Files): Add lib/memrchr.h.
20127         (Include): "memrchr.h".
20128
20129 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20130
20131         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20132
20133 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20134
20135         * lib/memrchr.h: New file.
20136         * lib/chdir-long.c: Include it.
20137         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20138         Don't bother including stddef.h.
20139
20140 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20143         inclusion.
20144         Include <sys/types.h>, for dev_t.
20145         (ME_DUMMY, ME_REMOTE): Move from here....
20146         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20147         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20148         Dmitry V. Levin.
20149         Include mountlist.h first, to test the interface.
20150
20151 2005-01-29  Bruno Haible  <bruno@clisp.org>
20152
20153         * lib/progname.c (program_name): Initialize.
20154         Needed when linking statically on MacOS X.
20155
20156 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20157
20158         Sync from coreutils.
20159         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20160         (Depends-on): Add c-strtod.
20161         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20162
20163 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20164
20165         Sync from coreutils.
20166         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20167
20168         Remove files that are specific to coreutils.
20169         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20170
20171 2005-01-28  Bruno Haible  <bruno@clisp.org>
20172
20173         * modules/javacomp: New file.
20174         * MODULES.html.sh (Java): Add javacomp.
20175
20176 2005-01-28  Bruno Haible  <bruno@clisp.org>
20177
20178         * m4/javacomp.m4: New file, from GNU gettext.
20179
20180 2005-01-28  Bruno Haible  <bruno@clisp.org>
20181
20182         * lib/javacomp.sh.in: New file, from GNU gettext.
20183         * lib/javacomp.h: New file, from GNU gettext.
20184         * lib/javacomp.c: New file, from GNU gettext.
20185
20186 2005-01-26  Simon Josefsson  <jas@extundo.com>
20187
20188         * lib/gai_strerror.c: Use GPL in header.
20189
20190 2005-01-26  Bruno Haible  <bruno@clisp.org>
20191
20192         * modules/javaexec: New file.
20193         * MODULES.html.sh (Java): Add javaexec.
20194
20195 2005-01-26  Bruno Haible  <bruno@clisp.org>
20196
20197         * m4/javaexec.m4: New file, from GNU gettext.
20198
20199 2005-01-26  Bruno Haible  <bruno@clisp.org>
20200
20201         * lib/javaexec.sh.in: New file, from GNU gettext.
20202         * lib/javaexec.h: New file, from GNU gettext.
20203         * lib/javaexec.c: New file, from GNU gettext.
20204
20205 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20206
20207         * modules/lchown (Depends-on): Remove lchown.h
20208
20209 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20210
20211         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20212         must be defined if the header file was not found, in order
20213         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20214
20215 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20216
20217         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20218         initializers for struct pentry_state.
20219         (__argp_error): Check return value of __asprintf
20220         (__argp_failure): Translate error message
20221
20222         * lib/argp-parse.c: Removed braces around the expansion of N_()
20223
20224 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20225
20226         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20227         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20228         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20229         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20230         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20231         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20232         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20233         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20234         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20235         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20236         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20237         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20238         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20239         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20240         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20241         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20242         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20243         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20244         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20245         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20246         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20247         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20248         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20249         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20250         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20251         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20252         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20253         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20254         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20255         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20256         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20257         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20258         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20259         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20260         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20261         Use an all-permissive copyright notice, recommended by RMS.
20262
20263 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20264
20265         * modules/chdir-long (Depends-on): Remove mempcpy.
20266
20267 2005-01-21  Jim Meyering  <jim@meyering.net>
20268
20269         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20270         same value as for Solaris 9.
20271
20272         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20273         component length.  This included changing the parameter to be
20274         of type `char *' rather than `char const *'.
20275         * lib/chdir-long.h (chdir_long): Update prototype.
20276
20277         * lib/openat.c (fdopendir, fstatat): New functions.
20278         * lib/openat.h: Include headers required for use of DIR and struct
20279         stat.
20280         [AT_SYMLINK_NOFOLLOW]: Define.
20281         (fdopendir, fstatat): Add prototypes.
20282
20283 2005-01-21  Bruno Haible  <bruno@clisp.org>
20284
20285         * modules/classpath: New file.
20286         * MODULES.html.sh (Java): Add classpath.
20287
20288 2005-01-21  Bruno Haible  <bruno@clisp.org>
20289
20290         * lib/classpath.h: New file, from GNU gettext.
20291         * lib/classpath.c: New file, from GNU gettext.
20292
20293 2005-01-20  Simon Josefsson  <jas@extundo.com>
20294
20295         * modules/version-etc-fsf: New file.
20296
20297 2005-01-20  Simon Josefsson  <jas@extundo.com>
20298
20299         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20300         * lib/version-etc.c: Remove version_etc_copyright.
20301         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20302         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20303
20304 2005-01-20  Simon Josefsson  <jas@extundo.com>
20305
20306         * lib/base64.h (isbase64): Add.
20307
20308         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20309         using a unsigned prototype, don't inline.
20310         (base64_decode): Use it.
20311
20312 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20313
20314         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20315         it.
20316
20317 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20318
20319         * lib/save-cwd.c (save_cwd): Remove code to support the case
20320         where fchdir is missing or flaky.
20321
20322 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20323
20324         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20325
20326 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20327
20328         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20329         AC_LIBSOURCES now does this.
20330         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20331         with new ullong_max module.
20332
20333 2005-01-19  Bruno Haible  <bruno@clisp.org>
20334
20335         * modules/sh-quote: New file.
20336         * MODULES.html.sh (Executing programs): Add sh-quote.
20337
20338 2005-01-19  Bruno Haible  <bruno@clisp.org>
20339
20340         * lib/sh-quote.h: New file, from GNU gettext.
20341         * lib/sh-quote.c: New file, from GNU gettext.
20342
20343 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20344
20345         Merge from coreutils.
20346         * m4/ullong_max.m4: New file.
20347         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20348         (gl_MACROS): Assume localeconv exists.
20349
20350 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20351
20352         Merge changes from coreutils, as described below in several
20353         changelogs dated today.
20354
20355         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20356         (O_DIRECTORY): Remove; not needed here, since "." must be
20357         a directory.  All uses removed.
20358         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20359         universal on Suns, and we also need to test for IRIX.
20360         Revamp code to use 'if' rather than '#if'.
20361         Avoid unnecessary comparison of cwd->desc to 0.
20362
20363         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20364         for known valid error numbers rather than observed invalid ones.
20365
20366 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20367
20368         * modules/ullong_max: New file.
20369
20370         * modules/chdir-long, modules/openat: New files.
20371         * modules/save-cwd (Depends-on): Depend on chdir-long.
20372         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20373
20374 2005-01-18  Jim Meyering  <jim@meyering.net>
20375
20376         Merge from coreutils.
20377         * m4/chdir-long.m4, m4/openat.m4: New files.
20378         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20379         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20380         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20381         is sane and DOES follow symlinks.  Besides, testing 20 different
20382         systems found no broken chown implementations.
20383         Prompted by a change in rsync's copy of this macro.
20384         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20385
20386         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20387
20388         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20389         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20390         NULL-means-set-to-current-time semantics.
20391         Remove temporary file immediately, rather than waiting
20392         for configure's at-exit trap code to do it.
20393
20394 2005-01-18  Jim Meyering  <jim@meyering.net>
20395
20396         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20397
20398         * lib/utimens.c (futimens): Account for the fact that futimes
20399         can also fail with errno == ENOSYS or errno == ENOENT.
20400         Patch from Dmitry V. Levin.
20401
20402         Change the name of the robust chdir function from chdir to chdir_long.
20403         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20404         (restore_cwd): Use chdir_long, not chdir.
20405         * lib/chdir-long.c: Renamed from chdir.c.
20406         * lib/chdir-long.h: Renamed from chdir.h.
20407         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20408         Hurd.
20409
20410 2005-01-18  Bruno Haible  <bruno@clisp.org>
20411
20412         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20413         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20414         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20415         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20416         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20417         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20418         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20419         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20420         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20421         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20422         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20423         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20424         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20425         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20426         Use an all-permissive copyright notice, recommended by RMS.
20427
20428 2005-01-18  Bob Proulx  <bob@proulx.com>
20429
20430         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20431         simplify offsetof() macro construct to avoid compile failure with
20432         native HP-UX 11.0 ANSI C compiler.
20433
20434 2005-01-17  Bruno Haible  <bruno@clisp.org>
20435
20436         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20437         redundant because stpncpy.m4 takes care of it.
20438
20439 2005-01-17  Bruno Haible  <bruno@clisp.org>
20440
20441         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20442
20443 2005-01-17  Bruno Haible  <bruno@clisp.org>
20444
20445         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20446         used.
20447
20448 2005-01-17  Bruno Haible  <bruno@clisp.org>
20449
20450         * lib/fwriteerror.h (fwriteerror): Change specification to include
20451         fclose.
20452         * lib/fwriteerror.c: Include <stdbool.h>.
20453         (fwriteerror): At the end, close the file stream. Record whether
20454         stdout was already closed.
20455
20456 2005-01-17  Bruno Haible  <bruno@clisp.org>
20457
20458         * lib/execute.c (environ): Declare if needed.
20459         * lib/pipe.c (environ): Likewise.
20460         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20461
20462 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20463
20464         * modules/argp: Depend on vsnprintf
20465
20466 2005-01-10  Jim Meyering  <jim@meyering.net>
20467
20468         * modules/closeout (Depends-on): Add atexit.
20469
20470 2005-01-06  Bruno Haible  <bruno@clisp.org>
20471
20472         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20473
20474 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20475
20476         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20477         definitions to be after all include files, to avoid collisions.
20478         Problem reported by Bob Proulx.
20479
20480 2005-01-04  Jim Meyering  <jim@meyering.net>
20481
20482         Changes imported from coreutils.
20483         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20484         as the mkstemp template, use a temporary directory and an
20485         8.3-friendly template to avoid trouble on systems like DJGPP.
20486         Reported by Juan M. Guerrero via Stepan Kasal.
20487         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20488         close. Remove the temporary directory right away, rather than waiting
20489         for configure's at-exit trap code to do it.
20490         Suggestion from Stepan Kasal.
20491
20492 2005-01-01  Simon Josefsson  <jas@extundo.com>
20493
20494         * gnulib-tool: Print #include directives when --import'ing.
20495
20496 2004-12-28  Simon Josefsson  <jas@extundo.com>
20497
20498         * tests/test-base64.c: Include required header files.  Remove
20499         unused variables.
20500
20501 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20502
20503         * modules/error (Depends-on): Remove gettext.
20504
20505 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20506
20507         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20508         not needed.  This removes a dependency on the gettext module.
20509         [defined _LIBC]: Do not include <libintl.h>; not needed.
20510
20511 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20512
20513         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20514         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20515
20516 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20519         HAVE_DECL_STRTOLD.
20520
20521 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20522
20523         * modules/getdate (Depends-on): Remove alloca-opt.
20524
20525 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20526
20527         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20528
20529 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20530
20531         * lib/argp-parse.c: Include <stddef.h>.
20532         (alignof, alignto): New macros.
20533         (parser_init): Don't assume that void * is aligned sufficiently
20534         for struct option.
20535
20536         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20537         need to extend the stack.
20538         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20539         large.
20540
20541 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20542
20543         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20544
20545 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20546
20547         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20548         (2004-10-24) change.  Apparently this was a false alarm.
20549
20550         * modules/getdate: Depend on alloca-opt, not alloca.
20551
20552 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20553
20554         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20555         Remove now-obsolete comment about AIX.
20556         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20557         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20558         (YYMAXDEPTH): New macro.
20559
20560 2004-12-18  Simon Josefsson  <jas@extundo.com>
20561
20562         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20563
20564 2004-12-18  Bruno Haible  <bruno@clisp.org>
20565
20566         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20567
20568 2004-12-18  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/fatal-signal.c (fatal_signals): Make non-const.
20571         (init_fatal_signals): New function.
20572         (uninstall_handlers, install_handlers): Ignore signals that were set to
20573         SIG_IGN.
20574         (at_fatal_signal): Call init_fatal_signals.
20575         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20576         SIG_IGN.
20577         Reported by Paul Eggert.
20578
20579 2004-12-18  Bruno Haible  <bruno@clisp.org>
20580
20581         * doc/alloca.texi: New file.
20582         * doc/alloca-opt.texi: New file.
20583
20584 2004-12-17  Jim Meyering  <jim@meyering.net>
20585
20586         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20587         Otherwise, install-sh could exit with improper exit status when
20588         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20589
20590 2004-12-16  Simon Josefsson  <jas@extundo.com>
20591
20592         * tests/test-base64.c: Add license.
20593
20594 2004-12-15  Stepan Kasal  <address@hidden>
20595
20596         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20597
20598 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20599
20600         * modules/getcwd (Files): Add m4/d-ino.m4.
20601         Suggested by Mark D. Baushke.
20602
20603 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20604
20605         * lib/getdate.y (textint): New member "negative".
20606         (time_zone_hhmm): New function.
20607         Expect 14 shift-reduce conflicts, not 13.
20608         (o_colon_minutes): New rule.
20609         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20610         (yylex): Set the "negative" member of signed numbers.
20611
20612 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20613
20614         * doc/getdate.texi (Time of day items, Time zone items):
20615         Describe new formats +00:00, UTC+00:00.
20616
20617 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20618
20619         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20620         spurious "-l"s.  Problem reported by Stepan Kasal.
20621
20622 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20625         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20626
20627 2004-12-04  Simon Josefsson  <jas@extundo.com>
20628
20629         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20630         Vandoorselaere <yoann@prelude-ids.org>.
20631
20632 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20633
20634         Changes imported from coreutils.
20635         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20636         exist.
20637         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20638
20639 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20640
20641         Changes imported from coreutils.
20642         * lib/hard-locale.c: Assume <locale.h> exists.
20643         Include "strdup.h".
20644         (GLIBC_VERSION): New macro.
20645         (hard_locale): Assume setlocale exists.
20646         Rewrite to avoid #ifdef.
20647         Use strdup rather than malloc + strcpy.
20648         * lib/human.c: Assume <locale.h> exists.
20649         (human_readable): Assume localeconv exists.
20650
20651 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20652
20653         * modules/hard-locale (Depends-on): Add strdup.
20654
20655 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20656
20657         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20658         convert T2, not T.  (Imported from libc.)
20659
20660 2004-11-30  Simon Josefsson  <jas@extundo.com>
20661
20662         * modules/restrict (License): Change to LGPL.
20663
20664 2004-11-30  Simon Josefsson  <jas@extundo.com>
20665
20666         * m4/restrict.m4: Add copyright and copying conditions.
20667
20668 2004-11-30  Simon Josefsson  <jas@extundo.com>
20669
20670         * m4/base64.m4: New file.
20671
20672 2004-11-30  Simon Josefsson  <jas@extundo.com>
20673
20674         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20675         base64.
20676
20677         * tests/test-base64.c: New file.
20678
20679         * modules/base64: New file.
20680
20681 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20682
20683         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20684         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20685
20686         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20687
20688 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20689
20690         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20691         (__getcwd.c): Don't restore errno; glibc doesn't.
20692         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20693         first, falling back to our code only if its results look suspicious.
20694         Ensure that the resulting buffer is only as large as necessary.
20695
20696         * lib/readutmp.c: Include readutmp.h first.
20697         Include <errno.h>, since readutmp.h no longer does that.
20698         * lib/readutmp.h: Don't include <errno.h>,
20699         <sys/param.h>, <time.h>; not needed to establish interface.
20700         (errno): Remove decl.
20701         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20702         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20703         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20704
20705 2004-11-28  Simon Josefsson  <jas@extundo.com>
20706
20707         * lib/base64.h, base64.c: New file.
20708
20709 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20710
20711         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20712
20713 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20714
20715         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20716         (Depends-on): Remove pathmax, same.  Add mempcpy.
20717         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20718         (Makefile.am): Append getcwd.h to lib_SOURCES.
20719         (Include): Add getcwd.h.
20720         (Maintainer): Change from Jim Meyering to "all, glibc",
20721         since getdate now uses intended-for-glibc code.
20722         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20723         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20724
20725 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20726
20727         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20728         HP's ANSI C compiler.
20729         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20730         Declaring int functions causes warnings on some modern systems and
20731         shouldn't be needed to compile on ancient ones.
20732         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20733         defined.
20734
20735         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20736         with the following changes.
20737         (__set_errno): Parenthesize properly.
20738         Include <stdbool.h>.
20739         (MIN, MAX, MATCHING_INO): New macros.
20740         (__getcwd): Define with prototype, not K&R form.
20741         Use heuristics to allocate default buffer on stack if possible.
20742         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20743         behavior, and to avoid the PATH_MAX limit when computing
20744         ../../../../...
20745         Use MATCHING_INO to compare inode number to file.
20746         Check for arithmetic overflow in size calculations.
20747         Fix bug in reallocation of dot array that caused getcwd to fail
20748         on directories nested deeper than 75.
20749         Be more careful about saving errno on error.
20750         Do not use realloc; use only free+malloc, as this is a bit
20751         more flexible and avoids a needless copy operation.
20752         Do not inspect st_dev and st_ino for symbolic links; POSIX
20753         doesn't specify the latter.
20754         Check for closedir errors.
20755         Avoid needless casts.
20756         Use "#ifdef weak_alias" around weak_alias, to be like other
20757         glibc code.
20758         The following changes to getcwd.c have effect only when used in
20759         gnulib; they have no effect inside glibc proper.
20760         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20761         as alloca isn't used.
20762         (alloca, __alloca): Likewise.
20763         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20764         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20765         unconditionally, as gnulib assumes C89 or better.
20766         Do not include <sys/param.h>.
20767         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20768         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20769         better.
20770         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20771         Include <dirent.h> in a way that is compatible with modern Autoconf.
20772         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20773         New macros, if not already defined.
20774         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20775         Use "_LIBC", not "defined _LIBC", for consistency.
20776         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20777         a mempcpy module.
20778         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20779         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20780         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20781         credit only to Jim Meyering and adjust the copyright dates.
20782         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20783         <stdlib.h>, <unistd.h>, "pathmax.h".
20784         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20785         (INITIAL_BUFFER_SIZE): Remove.
20786         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20787
20788 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20789
20790         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20791         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20792         Use the _ONCE methods, for efficiency.
20793         Check for fcntl.h.  In test program, include <errno.h>
20794         and <fcntl.h> if available.  Remove old K&R cruft from
20795         test program.  Check for common errors in GNU/Linux,
20796         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20797         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20798         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20799         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20800         name accordingly.
20801         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20802         accommodate new getcwd.c.
20803         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20804         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20805         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20806         that's all we need now.
20807
20808 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20809
20810         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20811         argp-parse.c depends on getopt internals, that means we should
20812         always use our getopt, to be on the safe side.
20813         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20814         order not to spoil the result of an eventual previous invocation
20815         of gl_GETOPT_SUBSTITUTE.
20816
20817 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20818
20819         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20820         redefinition warnings. To avoid them, include the defines
20821         in `#if !defined __need_getopt ... #endif'. The only place
20822         where __getopt_argv_const is used is in definitions
20823         of getopt_long and getopt_long_only below, which are as well
20824         protected by `#ifndef __need_getopt'.
20825         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20826         __need_getopt after including <stdio.h> and <unistd.h> These
20827         headers might have defined it.
20828
20829 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20830
20831         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20832
20833 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20834
20835         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20836         (futimens): New function, which uses futimes if available.
20837         (futimens, utimens): Support timespec==NULL, with same semantics
20838         as utime and utimens.
20839         * lib/utimens.h (futimens): New decl.
20840
20841 2004-11-23  Jim Meyering  <jim@meyering.net>
20842
20843         * lib/getopt_.h: Remove trailing blanks.
20844
20845 2004-11-23  Jim Meyering  <jim@meyering.net>
20846
20847         * lib/__fpending.c: Add comment.
20848
20849 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20850
20851         * modules/canonicalize (Depends-on): Add xreadlink.
20852         Problem reported by James Youngman.
20853
20854 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20855
20856         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20857         New macros.
20858         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20859         optopt): Use them instead of invoking ## directly; otherwise, the
20860         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20861
20862 2004-11-19  Bruno Haible  <bruno@clisp.org>
20863
20864         * lib/strtok_r.c: Move comments from here...
20865         * lib/strtok_r.h: ... to here.
20866
20867 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20868
20869         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20870         implementations that mishandle size_t overflow.
20871
20872 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20873
20874         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20875         might fail.  Problem reported by Yoann Vandoorselaere.
20876         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20877         implementations that mishandle size_t overflow.
20878
20879 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20880
20881         * modules/canon-host (Depends-on): Add strdup.
20882
20883 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20884
20885         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20886
20887 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20888
20889         * lib/canon-host.c: Include "strdup.h".
20890         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20891         Use strdup instead of malloc/strcpy to duplicate strings.
20892
20893         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20894         (human_space_before_unit): New constant.
20895         * lib/human.c (human_readable): Support it.
20896
20897         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20898         (xgetcwd): Set errno correctly when failing.
20899         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20900         the failure is actually due to a PATH_MAX problem.
20901
20902         Further getopt changes to make it more likely that glibc will
20903         buy the changes back.
20904         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20905         (getopt): Use it, so to preserve glibc semantic
20906         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20907         when compiling for libc.
20908         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20909         (getopt_long, getopt_long_only): Use it.
20910
20911         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20912         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20913         (getopt): Argv is now char * const *, as per standard.
20914         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20915         not char *__getopt_argv_const *.
20916         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20917         _getopt_long_only_r): Likewise.
20918         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20919         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20920         _getopt_long_r, _getopt_long_only_r): Likewise.
20921         * lib/getopt_.h (__getopt_argv_const): Remove.
20922         (getopt): Argv is now char * const *, as per standard.
20923
20924         * lib/getdate.y (tORDINAL): New token.
20925         (day, relunit): Allow it for relative times.
20926         (relative_time_table): Use tORDINAL for ordinals.
20927
20928 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20929
20930         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20931         Document that "second" isn't allowed as an ordinal number.
20932
20933 2004-11-16  Jim Meyering  <jim@meyering.net>
20934
20935         * modules/closeout (Depends-on): Add fpending.
20936
20937 2004-11-15  Jim Meyering  <jim@meyering.net>
20938
20939         * lib/closeout.c: Include "__fpending.h" once again.
20940         Include <stdbool.h>.
20941         (close_stdout): Don't fail just because stdout was closed initially,
20942         since some programs don't write to stdout in the normal course of
20943         operation (other than --version and --help), and we don't want this
20944         function to make e.g. `touch file >&-' fail.
20945         But do fail if it was closed and someone has tried to write to it.
20946         E.g., `printf foo >&-' must fail.
20947
20948 2004-11-13  Jim Meyering  <jim@meyering.net>
20949
20950         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20951
20952 2004-11-12  Simon Josefsson  <jas@extundo.com>
20953
20954         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20955         small doc fix is still pending.
20956
20957 2004-11-11  Simon Josefsson  <jas@extundo.com>
20958
20959         * modules/strtok_r: New file.
20960
20961         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20962         strtok_r.
20963
20964 2004-11-11  Simon Josefsson  <jas@extundo.com>
20965
20966         * m4/strtok_r.m4: New file.
20967
20968         * m4/getopt.m4: Replace opterr.
20969
20970 2004-11-11  Simon Josefsson  <jas@extundo.com>
20971
20972         * lib/strtok_r.h, strtok_r.c: New file.
20973
20974 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20975
20976         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
20977         of replacing opterr, getopt, etc.  This should handle the
20978         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
20979
20980 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20981
20982         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
20983         we can stop lying to compilers about the constness of argv when we
20984         are compiled outside glibc.
20985         (getopt, getopt_long, getopt_long_only): Use it.
20986         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20987         _getopt_internal, getopt): Likewise.
20988         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20989         _getopt_long_only_r): Likewise.
20990         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20991         _getopt_long_r, _getopt_long_only_r): Likewise.
20992
20993         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
20994         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
20995         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
20996         the other external symbols.
20997         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
20998         declaration, since the above renaming now works around collisions.
20999
21000 2004-11-11  Jim Meyering  <jim@meyering.net>
21001
21002         * lib/linebreak.c: Remove trailing blanks.
21003         * lib/alloca_.h: Likewise.
21004         * lib/acosl.c: Likewise.
21005         * lib/euidaccess.c: Likewise.
21006         * lib/allocsa.h: Likewise.
21007
21008 2004-11-10  Simon Josefsson  <jas@extundo.com>
21009
21010         * m4/getaddrinfo.m4: New file.
21011
21012 2004-11-10  Simon Josefsson  <jas@extundo.com>
21013
21014         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21015
21016 2004-11-10  Simon Josefsson  <jas@extundo.com>
21017
21018         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21019         getaddrinfo.
21020
21021         * modules/getaddrinfo: New file.
21022
21023 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21024
21025         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21026
21027 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21028
21029         * lib/mktime.c (SHR): New macro, which is a portable
21030         substitute for >> that should work even on Crays.
21031         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21032         Problem reported by Mark D. Baushke in
21033         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21034         * lib/getdate.y (SHR): Likewise.
21035         (tm_diff): Use it.
21036         * lib/strftime.c (SHR): Likewise.
21037         (tm_diff): Use it.
21038         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21039         quote_these_too, so that right shifts are well defined.  All uses
21040         changed.
21041
21042 2004-11-10  Jim Meyering  <jim@meyering.net>
21043
21044         Ensure that no close failure goes unreported.
21045         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21046         return early when it seems there's nothing to flush.
21047         Don't include __fpending.h.
21048
21049 2004-11-10  Jim Meyering  <jim@meyering.net>
21050
21051         * modules/closeout (Depends-on): Remove fpending.
21052
21053 2004-11-10  Jim Meyering  <jim@meyering.net>
21054
21055         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21056
21057 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21058
21059         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21060         gl_FUNC_STRFTIME.
21061         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21062         and AC_REQUIRE when possible, to avoid duplicate checks.
21063         Check for <wchar.h>.
21064
21065 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21066
21067         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21068
21069 2004-11-09  Bruno Haible  <bruno@clisp.org>
21070
21071         * m4/sockpfaf.m4: New file.
21072
21073 2004-11-05  Bruno Haible  <bruno@clisp.org>
21074
21075         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21076         Reported by Mark D. Baushke <mdb@cvshome.org>.
21077
21078 2004-11-04  Bruno Haible  <bruno@clisp.org>
21079
21080         2004-09-11  Bruno Haible  <bruno@clisp.org>
21081                 * allocsa.valgrind: New file.
21082         2004-02-06  Bruno Haible  <bruno@clisp.org>
21083                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21084                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21085                 Reported by Christopher Seip <chris.seip@hp.com>.
21086
21087 2004-11-04  Bruno Haible  <bruno@clisp.org>
21088
21089         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21090         (Makefile.am): Distribute it.
21091
21092 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21093
21094         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21095         with errno == ERANGE if the buffer is too small.
21096         Problem reported by Mark D. Baushke.
21097
21098 2004-11-03  Albert Chin  <china@thewrittenword.com>
21099             Paul Eggert  <eggert@cs.ucla.edu>
21100
21101         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21102         equivalent, substitute $ac_type for equivalent type rather than
21103         blindly using uint32_t *always* which won't work if uint32_t is not
21104         available.  Define _UINT32_T to work around typedef of uint32_t if
21105         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21106         2.5.1.
21107
21108 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21109
21110         * m4/jm-macros.m4: Sync from coreutils.
21111         (gl_MACROS): Check for mbrlen, for pathchk.
21112         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21113
21114 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21115
21116         * lib/xreadlink.c (MAXSIZE): New macro.
21117         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21118         size does not exceed MAXSIZE.  Avoid cast.
21119         As suggested by Mark D. Baushke in
21120         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21121         if readlink fails with buffer size just under MAXSIZE, try again
21122         with MAXSIZE.
21123
21124 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21125
21126         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21127
21128 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21129         and  Paul Eggert  <eggert@cs.ucla.edu>
21130
21131         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21132         (get_date): Overparenthesize to avoid GCC warning.
21133
21134 2004-11-02  Bruno Haible  <bruno@clisp.org>
21135
21136         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21137         returns void.
21138
21139 2004-11-02  Bruno Haible  <bruno@clisp.org>
21140
21141         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21142         function returns void.
21143
21144 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21145
21146         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21147         fflush_unlocked, flockfile, funlockfile, funlockfile,
21148         fputs_unlocked, putc_unlocked.
21149
21150 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21151
21152         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21153         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21154         already declared.
21155
21156 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21157
21158         * modules/getdate (Files): Add doc/getdate.texi.
21159         (Depends-on): Add setenv, xalloc.
21160
21161 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21162
21163         * lib/getdate.y: Add support for TZ="foo" within a date string.
21164         Fix some bugs near time_t boundaries.  Reject dates with
21165         out-of-range components, e.g., "Sept 31".
21166         Include <stdlib.h>, "setenv.h", "xalloc.h".
21167         (ISDIGIT_LOCALE): Remove; unused.
21168         Note that the TZ and time functions used here are not reentrant.
21169         (mktime_ok, get_tz): New functions.
21170         (TZBUFSIZE): New constant.
21171         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21172         This requires that we sometimes generate our own TZ="XXX..." setting.
21173
21174 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21175
21176         * doc/getdate.texi: New file, from coreutils with modifications for
21177         the new TZ parsing.
21178
21179 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21180
21181         * lib/mktime.c (not_equal_tm): Remove redundant check.
21182
21183 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         * modules/regex (lib_SOURCES): Add regex.c.
21186         Reported by James Youngman in
21187         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21188
21189 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21190
21191         * lib/getdate.y: Use Bison 1.875 features, and some minor
21192         code cleanups.  This change does not affect semantics.
21193         Don't include <stdlib.h>; no longer needed.
21194         Don't include unlocked-io.h; only the "#if TEST" code uses
21195         stdio, and performance isn't crucial there.
21196         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21197         Bison 1.875 features as described below.
21198         All uses of "PC." replaced by "pc->".
21199         (YYSTYPE): Add a forward declaration.
21200         (yylex, yyerror): Use full prototypes in forward decls.
21201         Use "%pure-parser" rather than obsolescent "%pure_parser".
21202         Use %parse-param and %lex-param instead of obsolescent
21203         YYPARSE_PARAM and YYLEX_PARAM.
21204         (meridian_table, month_and_day_table, time_units_table,
21205         relative_time_table, time_zone_table, military_table,
21206         lookup_zone, lookup_word, get_date):
21207         Use NULL instead of 0 where appropriate.
21208         (to_hour): Avoid abort (), to avoid a dependency on
21209         stdlib.h.
21210         (yyerror, yylex): Now accepts parser_control * arg.
21211         (main) [TEST]: Use '\0' rather than 0 for char.
21212
21213 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21214
21215         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21216
21217 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21218
21219         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21220         It's now the caller's responsibility to handle the case where
21221         !HAVE_GETPAGESIZE && !defined getpagesize.
21222
21223         * lib/mktime.c (leapyear): Arg is long int, not int.
21224
21225 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21226
21227         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21228
21229 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21230
21231         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21232         missing.  Problem reported by James Youngman.
21233
21234 2004-10-16  Simon Josefsson  <jas@extundo.com>
21235
21236         * gnulib-tool: Fix comments.  Fix parse problem.
21237         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21238
21239 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21240
21241         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21242         implementation of getopt_long.  Problem reported by Alexander Taler in:
21243         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21244
21245 2004-10-15  Bruno Haible  <bruno@clisp.org>
21246
21247         * gnulib-tool: Untabify. Initialize supplied_libname.
21248         (func_usage): More homogenous output.
21249         (func_modules_transitive_closure, func_modules_to_filelist,
21250         func_emit_lib_Makefile_am): New functions.
21251         (func_import): New function, extracted from big case statement. Use
21252         func_get_license, func_modules_transitive_closure,
21253         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21254         opt_lgpl. Don't use test -a, as it's not portable.
21255         (func_create_testdir): Use func_modules_transitive_closure,
21256         func_modules_to_filelist, func_emit_lib_Makefile_am.
21257
21258 2004-10-15  Bruno Haible  <bruno@clisp.org>
21259
21260         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21261
21262 2004-10-15  Bruno Haible  <bruno@clisp.org>
21263
21264         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21265         the portions belonging to each module.
21266         Suggested by Derek Robert Price <derek@ximbiot.com>.
21267
21268 2004-10-12  Simon Josefsson  <jas@extundo.com>
21269
21270         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21271         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21272         to real functions.
21273
21274 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21275
21276         * modules/vsnprintf: New file.
21277
21278 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21279
21280         * m4/vsnprintf.m4: New file.
21281
21282 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21283
21284         * lib/vsnprintf.h: New file.
21285         * lib/vsnprintf.c: New file.
21286
21287 2004-10-11  Bruno Haible  <bruno@clisp.org>
21288
21289         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21290         vsnprintf.
21291
21292 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21293
21294         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21295
21296 2004-10-07  Bruno Haible  <bruno@clisp.org>
21297
21298         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21299         fits into the provided buffer.
21300
21301 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21302
21303         * lib/diacrit.c, diacrit.h: Add GPL notice.
21304
21305         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21306         notice.
21307         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21308         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21309         This avoids a potential constant-folding bug.
21310
21311 2004-10-05  Bruno Haible  <bruno@clisp.org>
21312
21313         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21314         for the declaration of strsep.
21315
21316 2004-10-05  Bruno Haible  <bruno@clisp.org>
21317
21318         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21319
21320 2004-10-04  Simon Josefsson  <jas@extundo.com>
21321
21322         * modules/memmem: New file.
21323         * tests/test-memmem.c: New file.
21324         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21325
21326 2004-10-04  Simon Josefsson  <jas@extundo.com>
21327
21328         * m4/memmem.m4: New file.
21329
21330 2004-10-04  Simon Josefsson  <jas@extundo.com>
21331
21332         * lib/memmem.h: New file.
21333         * lib/memmem.c: New file, taken from glibc.
21334
21335 2004-10-04  Simon Josefsson  <jas@extundo.com>
21336
21337         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21338         '#ifdef USE_UNLOCKED_IO'.
21339
21340 2004-10-04  Simon Josefsson  <jas@extundo.com>
21341
21342         * config/srclist.txt: Add memmem from glibc.
21343
21344 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21345
21346         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21347
21348         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21349         modules/exclude, modules/getdate, modules/getline,
21350         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21351         modules/getusershell, modules/linebuffer, modules/md5,
21352         modules/mountlist, modules/posixtm, modules/readtokens,
21353         modules/readutmp, modules/regex, modules/sha1,
21354         modules/version-etc, modules/yesno:
21355         Remove dependency on unlocked-io.
21356
21357 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21358
21359         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21360
21361         * m4/unlocked-io.m4: Add copyright notice.
21362         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21363
21364 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21365
21366         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21367         * lib/xmalloc.c (xmemdup): Likewise.
21368         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21369         XFREE): Remove these long-obsolescent macros.
21370         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21371         * lib/xstrdup.c: Remove.
21372
21373         * lib/regex.c (re_comp): Cast gettext return value to char *,
21374         Problem reported by Martin Neitzel via Mark D. Baushke.
21375
21376 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21377
21378         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21379         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21380         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21381         regex.c, sha1.c, version-etc.c, yesno.c:
21382         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21383         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21384         the includer's responsibility.
21385
21386         Sync from coreutils.
21387
21388         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21389         points to the start of a string, as the C Standard says the
21390         resulting behavior is undefined.
21391
21392         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21393         simple -> simple_backups, numbered_existing ->
21394         numbered_existing_backups, numbered -> numbered_backups
21395         to avoid shadowing problems.  All uses changed.
21396         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21397         * lib/backupfile.c (check_extension, numbered_backup):
21398         Rename locals to avoid shadowing 'basename'.
21399         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21400         once.
21401
21402         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21403         * lib/.cvsignore: Add getopt.h.
21404
21405 2004-10-04  Bruno Haible  <bruno@clisp.org>
21406
21407         * modules/README: New file.
21408         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21409         not a module.
21410
21411 2004-10-02  Jim Meyering  <jim@meyering.net>
21412
21413         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21414
21415 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21416
21417         * modules/strsep: New file.
21418
21419 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21420
21421         * m4/strsep.m4: New file.
21422
21423 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21424
21425         * lib/strsep.h: New file.
21426         * lib/strsep.c: New file.
21427
21428 2004-10-01  Simon Josefsson  <jas@extundo.com>
21429
21430         * lib/snprintf.c (snprintf): Handle size==0.
21431
21432 2004-10-01  Simon Josefsson  <jas@extundo.com>
21433             Bruno Haible  <bruno@clisp.org>
21434
21435         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21436         (snprintf): Declare 'args'.
21437
21438 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         * lib/snprintf.c: Remove comments as to why each header is needed.
21441
21442 2004-10-01  Bruno Haible  <bruno@clisp.org>
21443
21444         * MODULES.html.sh: Add strsep.
21445
21446 2004-09-30  Simon Josefsson  <jas@extundo.com>
21447
21448         * modules/snprintf: New file.
21449
21450 2004-09-30  Simon Josefsson  <jas@extundo.com>
21451
21452         * m4/snprintf.m4: New file.
21453
21454 2004-09-30  Simon Josefsson  <jas@extundo.com>
21455
21456         * lib/snprintf.h, lib/snprintf.c: New files.
21457
21458 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21459
21460         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21461         (hol_entry_help): Never translate an empty string.
21462         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21463         * lib/argp.h (OPTION_NO_TRANS): New option.
21464
21465 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21466
21467         * modules/argp (Maintainer): Replace Simon Josefsson
21468         by Sergey Poznyakoff.
21469
21470 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21471
21472         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21473         changes merged back into glibc.
21474
21475 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21478
21479 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21480
21481         * lib/xvasprintf.c: Include xalloc.h.
21482         (xvasprintf): Use xalloc_die, not xmalloc_die.
21483
21484 2004-09-29  Bruno Haible  <bruno@clisp.org>
21485
21486         * modules/alloca-opt: New file, derived from modules/alloca.
21487         * modules/allocsa: Depend on alloca-opt instead of alloca.
21488         * modules/setenv: Likewise.
21489         * modules/vasnprintf: Likewise.
21490         * MODULES.html.sh: Add alloca-opt.
21491
21492 2004-09-28  Simon Josefsson  <jas@extundo.com>
21493
21494         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21495         LGPL, and to replace license template from GPL to LGPL.
21496
21497 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         * modules/dummy: Change license to LGPL.
21500
21501 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21502
21503         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21504
21505 2004-09-24  Simon Josefsson  <jas@extundo.com>
21506
21507         * modules/minmax (License): Change from GPL to LGPL.
21508
21509 2004-09-23  Simon Josefsson  <jas@extundo.com>
21510
21511         * gnulib-tool (--import): Typo.
21512
21513 2004-09-23  Simon Josefsson  <jas@extundo.com>
21514
21515         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21516
21517 2004-09-22  Bruno Haible  <bruno@clisp.org>
21518
21519         * modules/*: Add 'License' field.
21520         * gnulib-tool: Accept --extract-license option.
21521         (func_get_license): New function.
21522
21523 2004-09-21  Bruno Haible  <bruno@clisp.org>
21524
21525         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21526         Reported by Simon Josefsson.
21527
21528 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21529
21530         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21531         gl_AC_TYPE_LONG_LONG.
21532
21533 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21534
21535         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21536
21537 2004-09-18  Simon Josefsson  <jas@extundo.com>
21538         and  Paul Eggert  <eggert@cs.ucla.edu>
21539
21540         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21541         calls with autoreconf.  Define GL_LIB.
21542
21543 2004-09-14  Karl Berry  <karl@gnu.org>
21544
21545         * config/srclist.txt: unsync setenv.c, sigh.
21546
21547 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21548
21549         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21550         Problem reported by Bruno Haible in:
21551         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21552
21553 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         * config/srclist.txt: Comment out argp-pvh.c.
21556
21557 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21558
21559         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21560         in case some system header has #define'd it.  Problem reported by
21561         Soeren D. Schulze in
21562         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21563
21564 2004-09-09  Karl Berry  <karl@gnu.org>
21565
21566         * regex.[ch]: delete from the root.  These were supposed to be
21567                 synced with emacs cvs, but this has not happened for about
21568                 a year, and anyway nothing else uses emacs regex.[ch].
21569                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21570                 lib/regex[.ch] is untouched.
21571
21572 2004-09-09  Bruno Haible  <bruno@clisp.org>
21573
21574         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21575
21576 2004-09-09  Bruno Haible  <bruno@clisp.org>
21577
21578         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21579         modifications.
21580         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21581
21582 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21583
21584         * modules/xvasprintf: New file.
21585         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21586
21587 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21588
21589         * lib/xvasprintf.h: New file.
21590         * lib/xvasprintf.c: New file.
21591         * lib/xasprintf.c: New file.
21592
21593 2004-09-08  Bruno Haible  <bruno@clisp.org>
21594
21595         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21596
21597 2004-09-08  Bruno Haible  <bruno@clisp.org>
21598
21599         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21600         length is > INT_MAX.
21601         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21602         more.
21603
21604 2004-09-08  Bruno Haible  <bruno@clisp.org>
21605
21606         * lib/stdint_.h: New file, taken from GNU clisp.
21607
21608 2004-09-08  Bruno Haible  <bruno@clisp.org>
21609             Oskar Liljeblad  <oskar@osk.mine.nu>
21610
21611         * modules/stdint: New file.
21612         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21613
21614 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21615
21616         Import from coreutils.
21617         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21618         strings on unbounded length.  alloca's performance benefits aren't
21619         that important here.
21620         (V_STRDUP): Remove.
21621         (parse_with_separator): New function, with most of the internals
21622         of the old parse_user_spec.  Allow user to omit both user and group,
21623         for compatibility with FreeBSD.
21624         Clone only the user name, not the entire spec.
21625         Do not set *uid, *gid unless entirely successful.
21626         Avoid memory leak in some failing cases.
21627         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21628         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21629         (parse_user_spec): Rewrite to use parse_with_separator.
21630
21631 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21632
21633         * modules/userspec: Don't depend on alloca.
21634
21635 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21636
21637         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21638
21639 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21640
21641         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21642         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21643         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21644
21645 2004-08-16  Simon Josefsson  <jas@extundo.com>
21646
21647         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21648         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21649         Add --dry-run for --import.
21650         Let user provided command line parameters override configure.ac
21651         settings.
21652
21653 2004-08-12  Simon Josefsson  <jas@extundo.com>
21654
21655         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21656         as discussed with Paul Eggert in threads rooted at
21657         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21658         and
21659         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21660         Before, the test was empty, and relied on ELIDE_CODE in source
21661         code.)
21662         (gl_PREREQ_GETOPT): New macro.
21663         (gl_GETOPT): Use them.
21664
21665 2004-08-12  Simon Josefsson  <jas@extundo.com>
21666
21667         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21668         * lib/getopt_.h: Renamed from getopt.h.
21669
21670 2004-08-12  Simon Josefsson  <jas@extundo.com>
21671
21672         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21673         Change default library name from libfoo to libgnu.
21674         Now, if you have a configure.ac that says:
21675                 gl_SOURCE_BASE(gl)
21676                 gl_M4_BASE(gl/m4)
21677                 gl_MODULES(error getopt etcetera)
21678                 gl_INIT
21679         you can import all you need by running:
21680                 ../gnulib/gnulib-tool --import
21681
21682         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21683         (Makefile.am): Rewrite, use logic from argz.
21684         (Include): Use <getopt.h> instead of "getopt.h".
21685
21686 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         * modules/argp (Files): Add m4/unlocked-io.m4.
21689         (Depends-on): Add extensions.
21690
21691 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21692
21693         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21694         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21695         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21696         Check for program_invocation_name, program_invocation_short_name,
21697         flockfile, funlockfile, features.h, _getopt_long_only_r.
21698
21699 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21700
21701         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21702         its complicated substitute.
21703         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21704         and program_invocation_name.
21705         (__argp_basename) [!_LIBC]: Remove; the only use was
21706         replaced by its body.
21707         (__argp_short_program_name): Change condition from
21708         !defined __argp_short_program_name to
21709         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21710         to match argp-namefrob.h.
21711         (__argp_failure): Don't assume strerror_r returns char *.
21712         * lib/argp-parse.c (N_): Define unconditionally.
21713         (argp_default_options): Fill out initializers with 0 to avoid
21714         gcc warnings.
21715
21716 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21717
21718         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21719         getopt1.c.
21720
21721 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21722
21723         Merge from coreutils.
21724
21725         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21726
21727         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21728         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21729
21730 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21731
21732         Merge from coreutils.
21733
21734         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21735         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21736         for Reliant Unix 5.43.
21737
21738         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21739         (union fooround): Use uintmax_t, not long int.
21740         The rest is a merge from libc:
21741         [defined _LIBC]: Include <shlib-compat.h>.
21742         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21743
21744         * lib/settime.c (settime): Recode to avoid warning with
21745         Sun Forte C 6U2.
21746
21747         * lib/strverscmp.c: Convert to UTF-8.
21748
21749 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21750
21751         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21752         m4/uintmax_t.m4.
21753
21754 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21755
21756         * modules/xalloc-die: New file.
21757         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21758
21759         * modules/md5 (Files): Add m4/uint32_t.m4.
21760         * modules/sha1: Renamed from modules/sha.
21761         (Files):
21762         Rename lib/sha.h to lib/sha1.h.
21763         Rename lib/sha.c to lib/sha1.c.
21764         Rename m4/sha.m4 to m4/sha1.m4.
21765         (lib_SOURCES): Likewise.
21766         (configure.ac): Rename gl_SHA to gl_SHA1.
21767         (Include): sha.h -> sha1.h.
21768
21769 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21772         * m4/sha1.m4: Renamed from sha.m4.
21773         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21774
21775 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         * lib/obstack.h (obstack_empty_p):
21778         Don't assume that chunk->contents is suitably aligned.
21779         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21780         Likewise. Problem reported by Benno in
21781         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21782
21783         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21784         readable.  This could be improved further but it'd take some work.
21785
21786 2004-08-08  Simon Josefsson  <jas@extundo.com>
21787
21788         * modules/xgethostname (Depends-on): Remove exit and error (not
21789         used).
21790
21791         * modules/getpass-gnu: Add getpass.h.
21792         (Depends-on): Add stdbool.
21793         * modules/getpass: Add getpass.h.
21794
21795 2004-08-08  Simon Josefsson  <jas@extundo.com>
21796
21797         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21798         Check getpass declaration.
21799
21800 2004-08-08  Simon Josefsson  <jas@extundo.com>
21801
21802         * lib/xgethostname.c: Don't include error.h (not used).
21803
21804         * lib/getpass.h: Add.
21805         * lib/getpass.c: Include getpass.h first.
21806
21807 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21808
21809         * lib/xalloc-die.c: New file.
21810         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21811         All uses removed.
21812         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21813         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21814         xalloc-die.c.
21815         (_, N_, xalloc_die): Move to xalloc-die.c.
21816         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21817         so that we needn't mess with xalloc_msg_memory_exhausted.
21818
21819         * lib/sha1.h: Renamed from sha.h.
21820         (SHA1_H): Renamed from _SHA_H.
21821         (sha1_ctx): Renamed from sha_ctx.
21822         (sha1_init_ctx): Renamed from sha_init_ctx.
21823         (sha1_process_block): Renamed from sha_process_block.
21824         (sha1_process_bytes): Renamed from sha_process_bytes.
21825         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21826         (sha1_read_ctx): Renamed from sha_read_ctx.
21827         (sha1_stream): Renamed from sha_stream.
21828         (sha1_buffer): Renamed from sha_buffer.
21829         * lib/sha1.c: Likewise; renamed from sha.c.
21830         Do not include <sys/types.h>.
21831         Include <stddef.h> rather than <stdlib.h>.
21832
21833 2004-08-08  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21836         FILESYSTEM_PREFIX_LEN.
21837         * lib/progreloc.c: Likewise.
21838         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21839
21840 2004-08-06  Simon Josefsson  <jas@extundo.com>
21841
21842         * modules/progname (Depends-on): Don't depend on stdbool.
21843
21844 2004-08-06  Simon Josefsson  <jas@extundo.com>
21845
21846         * modules/getsubopt: New file.
21847         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21848         getsubopt.
21849
21850 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21851
21852         More merge from coreutils.
21853
21854         * m4/utimens.m4, m4/utimecmp.m4: New files.
21855         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21856         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21857         prereq.m4, sha.m4: Import changes from coreutils.
21858
21859 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         More merge from coreutils.
21862         * modules/raise, modules/readtokens0, modules/utimens:
21863         * modules/utimecmp, module/xnanosleep: New files.
21864         * modules/strftime: Add lib/strftime.h.
21865         Change include from <time.h> to "strftime.h".
21866         * modules/yesno: Add lib/yesno.h.
21867         * modules/backupfile: Remove lib/addext.c.
21868         * modules/euidaccess: Add stat-macros.h.
21869         * modules/canonicalize, modules/euidaccess,
21870         modules/filemode, modules/lchown, modules/makepath,
21871         modules/rmdir, modules/stat: Likewise.
21872
21873 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21874
21875         Merge from tar.
21876         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21877         SIZE_MAX is a valid preprocessor constant.
21878         (__argp_basename): Change from "#ifndef _LIBC"
21879         to "#ifndef __argp_short_program_name", so that
21880         we don't compile these functions for tar.
21881
21882         More merges from coreutils.
21883         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21884         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21885         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21886         * lib/addext.c: Remove; no longer needed.
21887         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21888         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21889         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21890         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21891         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21892         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21893         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21894         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21895         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21896         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21897         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21898         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21899         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21900         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21901         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21902         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21903         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21904         Import changes from coreutils.
21905
21906 2004-08-05  Simon Josefsson  <jas@extundo.com>
21907
21908         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21909
21910 2004-08-05  Simon Josefsson  <jas@extundo.com>
21911
21912         * m4/getsubopt.m4: New file.
21913
21914 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21915
21916         Merge from coreutils.
21917
21918         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21919         * m4/getcwd-path-max.m4: New files.
21920
21921         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21922         FILESYSTEM_PREFIX_LEN ->
21923         FILE_SYSTEM_PREFIX_LEN.
21924         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21925         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21926         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21927         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21928
21929         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21930         prerequisite modules now handle the DOS stuff.
21931         Don't check for unistd.h.
21932
21933 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21934
21935         Merge from coreutils.
21936
21937         * lib/.gdb-history: Remove; this doesn't belong here.
21938
21939         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21940         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21941         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21942         * lib/getcwd.c: New files.
21943
21944         * lib/dirname.h: Include <stdbool.h>.
21945         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21946         for consistency with POSIX terminology.  All uses changed.
21947         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21948         (strip_trailing_slashes): Use bool for booleans.
21949         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21950
21951         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21952         sometimes returns a positive errno value even when it succeeds.
21953         (print_errno_message) [!LIBC]: Fall back on strerror if
21954         __strerror_r fails.
21955
21956         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21957         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21958         (longest_relative_suffix): New function.
21959         (path_concat): Use it.  Assume first argument is not NULL.
21960         Port to DOS.  Omit redundant separators.
21961         Report an error instead of returning NULL.
21962         Use mempcpy instead of memcpy.
21963         (xpath_concat): Remove: not declared or used.
21964
21965         * lib/same.h: Include <stdbool.h>
21966         (same_name): Return bool, not int.
21967         * lib/same.c (same_name): Likewise.
21968         (errno): Don't declare; we assume C89 or better now.
21969
21970         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
21971         if not already defined.
21972
21973         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
21974         * lib/dup-safer.c (errno): Likewise.
21975
21976 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         Merge from coreutils.
21979         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
21980         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
21981         * modules/path-concat: Don't depend on strdup.
21982
21983 2004-08-03  Simon Josefsson  <jas@extundo.com>
21984
21985         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
21986         * lib/progname.h: Don't include stdbool.h.
21987
21988 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21989
21990         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
21991         * MODULES.html.sh (func_all_modules): Remove fatal.
21992
21993 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21994
21995         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
21996
21997 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21998
21999         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22000         working.
22001
22002 2004-08-02  Simon Josefsson  <jas@extundo.com>
22003
22004         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22005         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22006         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22007
22008 2004-08-01  Simon Josefsson  <jas@extundo.com>
22009
22010         * lib/xgetdomainname.c: Include stdlib.h, for free().
22011
22012 2004-07-19  Bruno Haible  <bruno@clisp.org>
22013
22014         * MODULES.html.sh (func_all_modules): Add dummy.
22015
22016 2004-07-16  Simon Josefsson  <jas@extundo.com>
22017
22018         * modules/dummy: New file.
22019
22020 2004-07-16  Simon Josefsson  <jas@extundo.com>
22021
22022         * lib/dummy.c: New file.
22023
22024 2004-07-16  Bruno Haible  <bruno@clisp.org>
22025
22026         * lib/backupfile.h: Add extern "C" for C++.
22027         * lib/closeout.h: Likewise.
22028         * lib/copy-file.h: Likewise.
22029         * lib/findprog.h: Likewise.
22030         * lib/full-write.h: Likewise.
22031         * lib/pathname.h: Likewise.
22032         * lib/progname.h: Likewise.
22033         * lib/stpcpy.h: Likewise.
22034         * lib/stpncpy.h: Likewise.
22035         * lib/strcase.h: Likewise.
22036         * lib/strstr.h: Likewise.
22037         * lib/xalloc.h: Likewise.
22038
22039         * lib/mbswidth.h: Add extern "C" for C++.
22040         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22041
22042 2004-07-13  Robert Millan  <robertmh@gnu.org>
22043
22044         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22045
22046 2004-07-09  Simon Josefsson  <jas@extundo.com>
22047
22048         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22049         failed without this.)
22050
22051 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22052
22053         * modules/chown (Files): Add lib/fchown-stub.c, since
22054         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22055
22056 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22057
22058         * lib/fchown-stub.c: New file.
22059
22060 2004-06-24  Jim Meyering  <jim@meyering.net>
22061
22062         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22063
22064 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22065
22066         * modules/argz: Omit "#include".
22067
22068         * MODULES.html.sh (func_all_modules): Add calloc, to match
22069         2004-06-01 addition of calloc module.
22070
22071 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22072
22073         * m4/argz.m4: New file, which is autoupdated from libtool.
22074
22075 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22076
22077         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22078         libtool.
22079
22080 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22081
22082         * config/srclist-update: Don't insist on "USA." before the
22083         close-comment, as libtool omits the period and puts the */ on a
22084         separate line.
22085         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22086         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22087
22088 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22089
22090         * modules/argz: New file.
22091         * MODULES.html.sh (func_all_modules): Add argz.
22092
22093 2004-06-12  Jim Meyering  <jim@meyering.net>
22094         and  Paul Eggert  <eggert@cs.ucla.edu>
22095
22096         * modules/hash (Files): Add lib/xalloc.h.
22097         * modules/pipe (Depends-on): Add wait-process.
22098         * modules/stat (Depends-on): Add xalloc.
22099         * modules/userspec (Files): Add lib/userspec.h.
22100         * modules/xstrto
22101
22102         Upgrade from gettext-0.13.
22103         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22104         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22105         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22106
22107 2004-06-10  Jim Meyering  <jim@meyering.net>
22108
22109         * lib/calloc.c: New file.
22110
22111 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22112
22113         * lib/getdate.y (yylex): Allow space between sign and number.
22114         Problem reported by Dan Jacobson.
22115
22116 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22117
22118         Merge from coreutils CVS.
22119
22120         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22121         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22122         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22123         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22124         xstrtol.m4: Fix copyright date and/or serial number.
22125
22126         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22127         See if we need an fchown replacement.
22128         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22129         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22130         and use the replacement function if we detect either defect.
22131
22132         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22133         gl_UTIMECMP.
22134
22135 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22136         and  Jim Meyering  <jim@meyering.net>
22137
22138         Merge from coreutils CVS.
22139
22140         * lib/stat-macros.h: New file, with contents from file-type.h
22141         and coreutils' system.h.
22142         * lib/file-type.c: Include "stat-macros.h".
22143         * lib/file-type.h (file_type): Move all macro definitions to new file,
22144         stat-macros.h.
22145
22146         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22147         Wrap old code with this conditional.
22148         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22149         function that does not dereference symlinks.
22150         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22151
22152         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22153         dependency problems.
22154         (xreadlink): Accept new arg SIZE, for efficiency.
22155         All decls and uses changed.
22156         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22157
22158         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22159         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22160
22161         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22162         sysexits.h.
22163
22164 2004-06-01  Jim Meyering  <jim@meyering.net>
22165
22166         * m4/calloc.m4: New file.
22167
22168 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22169
22170         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22171         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22172         Also, fix a typo in a diagnostic.
22173
22174 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22177         or AC_FUNC_REALLOC.
22178
22179 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22180
22181         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22182         macros to be defined.
22183         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22184         the allocator returns NULL because the requested size is zero.
22185
22186 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22187
22188         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22189         var.  Add comment explaining why libc still defines it.  This
22190         merges the following patch from glibc:
22191         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22192
22193 2004-05-20  Andreas Schwab  <schwab@suse.de>
22194
22195         * m4/free.m4: Replace free if it not known to work, not the other
22196         way round.
22197
22198 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22201         present in glibc since revision 1.1 of this file.
22202         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22203         obstack_alignment_mask, obstack_alloc, obstack_base,
22204         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22205         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22206         obstack_grow0, obstack_init, obstack_int_grow,
22207         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22208         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22209         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22210         nonexistent functions.
22211
22212 2004-05-18  Karl Berry  <karl@gnu.org>
22213
22214         * config/srclist.txt: break link for vasnprintf.c.
22215
22216 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22217
22218         Port obstack to the AS/400, where pointers are 16 bytes wide and
22219         you cannot cast an integer to a valid pointer.  This patch is
22220         currently waiting to be integrated into glibc; see
22221         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22222
22223         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22224         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22225         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22226         (struct obstack): temp member is now a union of a pointer and
22227         an integer, instead of an integer.  All integer uses changed.
22228         This does not affect the physical layout of struct obstack,
22229         except on hosts (like the AS/400) where the size or alignment of
22230         void * is greater than that of ptrdiff_t.
22231         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22232         __STDC__)]: Store temporary in pointer member of union, not
22233         integer member.
22234         * lib/obstack.c: Include <stddef.h>, for offsetof.
22235         (struct fooalign): Remove; it doesn't need a name.
22236         (union fooround): Change double to long double, and add void *.
22237         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22238         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22239         not a macro.  Hence the values are always int; so remove all
22240         casts-to-int in uses.
22241
22242 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22243
22244         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22245         we can get this patch merged into glibc.
22246
22247 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22248             Paul Eggert  <eggert@cs.ucla.edu>
22249
22250         * m4/argp: Depend on alloca.
22251
22252 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22253             Paul Eggert  <eggert@cs.ucla.edu>
22254
22255         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22256         freecoding.
22257
22258 2004-05-17  Bruno Haible  <bruno@clisp.org>
22259
22260         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22261         precision that consists of a '.' followed by an empty digit string.
22262         Patch by Tor Lillqvist <tml@iki.fi>.
22263
22264 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22265
22266         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22267         for backward compatibility with older code.  We need our own
22268         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22269         it under some other name, and our alloca.h will define it.
22270
22271 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22272             Derek Price  <derek@ximbiot.com>
22273
22274         * lib/alloca.c: Include <alloca.h>, to get our interface.
22275         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22276         include <alloca.h> first.  Use C89 prototype for alloca; this
22277         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22278         Use #elif for simplicity, since we can assume C89 now.
22279         Don't try to source the system alloca.h since it will not be found
22280         and to prevent recursively including its replacement.
22281         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22282         * lib/regex.c: Likewise.
22283
22284 2004-05-16  Derek Price  <derek@ximbiot.com>
22285             Paul Eggert  <eggert@cs.ucla.edu>
22286
22287         getline cleanup.  This changes the getndelim2 API: both order of
22288         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22289         no delimiter).
22290
22291         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22292         interface does that.
22293         (getline): Always use getdelim, so that we don't have two
22294         copies of this code.
22295         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22296         if available.
22297         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22298         (GETNDELIM2_MAXIMUM): New macro.
22299         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22300         instead of the old practice of delim2==0.  All callers changed.
22301         Return -1 on overflow, instead of returning junk.
22302         Do not set *linesize unless allocation succeeds.
22303         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22304         that we include sys/types.h.
22305         * lib/getnline.h: Likewise.
22306         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22307         (getndelim2): Reorder arguments.
22308         * lib/getnline.c (getnline, getndelim):
22309         Don't discard the NMAX argument.
22310         (getnline): Invoke getndelim, to avoid code duplication.
22311         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22312         of (size_t) -1 by callers of the getnline family.
22313
22314 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22317         Check for gettimeofday.
22318         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22319         Check for settimeofday, stime.
22320
22321 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22322
22323         * lib/nanosleep.c (suspended): Change its type from int to
22324         sig_atomic_t volatile.
22325         (first_call): Make it private to rpl_nanosleep, and have it
22326         be zero initially as that's a bit faster.
22327         (my_usleep): Round up fractional times instead of truncating them,
22328         as this is the usual meaning for 'sleep'.
22329
22330         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22331         doesn't work.
22332         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22333         (ENOSYS): Define if not defined.
22334         (settime): Fall back on stime if it exists and settimeofday fails.
22335         But don't bother with fallbacks if a method fails with errno == EPERM.
22336
22337 2004-05-11  Jim Meyering  <jim@meyering.net>
22338
22339         Prior to this change, the save_cwd caller required read access to the
22340         current directory on most systems (ones with the fchdir function).
22341
22342         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22343         fails, try write-only, and finally, resort to using xgetcwd.
22344
22345 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22346
22347         * lib/obstack.c, obstack.h: Import changes from libc.
22348
22349 2004-04-28  Bruno Haible  <bruno@clisp.org>
22350
22351         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22352         also implicitly appends .exe to executables.
22353         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22354         accepts Windows pathnames.
22355         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22356         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22357         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22358         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22359         Reported by Derek Robert Price <derek@ximbiot.com>.
22360
22361 2004-04-21  Karl Berry  <karl@gnu.org>
22362
22363         * config/srclist.txt (localcharset.c): break sync.
22364
22365 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22366
22367         * m4/host-os.m4: Add a copyright notice.
22368
22369 2004-04-20  Jim Meyering  <jim@meyering.net>
22370
22371         Change UTILS_ to gl_ in AC_DEFINE'd names.
22372         Change utils_- and jm_-prefixed variables, too.
22373         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22374         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22375         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22376
22377         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22378         Don't emit trailing blanks.
22379         Also rename jm_-prefixed variables to have gl_ prefix.
22380
22381         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22382         Also rename jm_-prefixed variables to have gl_ prefix.
22383
22384         * m4/jm-macros.m4: Reflect the renamings.
22385         * m4/prereq.m4: Likewise.
22386
22387 2004-04-20  Jim Meyering  <jim@meyering.net>
22388
22389         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22390         memory.
22391
22392 2004-04-20  Jim Meyering  <jim@meyering.net>
22393             Bruno Haible  <bruno@clisp.org>
22394
22395         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22396         memory when realloc fails.
22397
22398 2004-04-19  Jim Meyering  <jim@meyering.net>
22399
22400         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22401         now that readutmp.c may call `free (0)'.
22402
22403 2004-04-19  Bruno Haible  <bruno@clisp.org>
22404
22405         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22406         * m4/inttypes_h.m4: Likewise.
22407         * m4/stdint_h.m4: Likewise.
22408         * m4/intmax_t.m4: Likewise.
22409         * m4/uintmax_t.m4: Likewise.
22410
22411 2004-04-18  Jim Meyering  <jim@meyering.net>
22412
22413         * m4/prereq.m4: Don't forbid jm_ prefix.
22414
22415         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22416         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22417         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22418         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22419         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22420         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22421         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22422         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22423         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22424         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22425         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22426         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22427         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22428         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22429         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22430         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22431         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22432         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22433         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22434
22435 2004-04-18  Jim Meyering  <jim@meyering.net>
22436
22437         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22438         failure, don't leak memory and do call END_UTMP_ENT.
22439
22440 2004-04-16  Jim Meyering  <jim@meyering.net>
22441
22442         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22443         coreutils' stat program.
22444         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22445
22446 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22447
22448         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22449         C89.
22450         (CHAR_BIT): Remove, since we assume C89.
22451         Include <stdint.h> if available, as per current Autoconf CVS advice.
22452
22453 2004-03-31  Jim Meyering  <jim@meyering.net>
22454
22455         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22456         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22457         * m4/xalloc.m4: Likewise.
22458
22459 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22460
22461         Merge from coreutils.
22462
22463         * m4/inttostr.m4: New file.
22464         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22465         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22466         Require gl_CLOCK_TIME.
22467         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22468
22469 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22470
22471         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22472         not bool, to be more consistent with Unix conventions.
22473         Suggested by Bruno Haible.
22474
22475         Merge from coreutils.
22476
22477         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22478         * lib/umaxtostr.c: New files.
22479
22480         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22481         the usual <time.h> dance.
22482         (get_date): Change signature to support fractional time stamps.
22483         All callers changed.
22484         * lib/getdate.y: Include "getdate.h" first, as we can now
22485         assume C89 and don't need to worry about 'const'.
22486         Similarly, include "unlocked-io.h" near start, not in middle.
22487         Include <limits.h>.
22488         (textint.value): Use long int rather than int.
22489         (textint.digits): Use size_t rather than int.
22490         (BILLION, LOG10_BILLION): New constants.
22491         (parser_control): New member rel_ns.  Members day_ordinal,
22492         time_zone, month, day, hour, minutes, rel_year, rel_month,
22493         rel_day, rel_hour, rel_minutes, rel_seconds
22494         are now long int, not int.  Member seconds is now struct timespec,
22495         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22496         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22497         not int.
22498         (%union.intval): Now long int, not int.
22499         New member timespec.
22500         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22501         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22502         (spec): Now is a timespec or an item list.
22503         (timespec, items): New nonterminals.
22504         (time, rel, relunit, number, get_date):
22505         Add support for fractional seconds.
22506         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22507         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22508         (to_hour): First arg is now long int, not int.
22509         (to_year): Returns long int, not int.
22510         Don't treat year -70 like 70.
22511         (tm_diff): Returns long int, not int.
22512         (lookup_word): Use bool instead of int when appropriate.
22513         (yylex): Use size_t for count, not int.
22514         Detect overflow when parsing large integer constants.
22515         Add support for fractions.
22516         (get_date): Make pointers 'const' if possible.
22517         Use more-portable code to detect integer overflow.
22518         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22519         Don't use ctime; it's not reliable if the year has >4 digits.
22520
22521         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22522         This is for compatibility with BSD.
22523
22524         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22525         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22526         From coreutils' system.h.
22527
22528         * lib/userspec.c: Don't include "posixver.h".
22529         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22530         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22531         compatible extension.  Simplify code by removing a boolean int
22532         that was always nonzero if a string was nonnull.
22533
22534 2004-03-30  Jim Meyering  <jim@meyering.net>
22535
22536         Merge from coreutils.
22537
22538         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22539         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22540         on some systems one must include <grp.h> before it.
22541         Reported by Christian Krackowizer.
22542
22543 2004-03-30  Jim Meyering  <jim@meyering.net>
22544
22545         Merge from coreutils.
22546
22547         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22548
22549         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22550         an empty input stream.
22551
22552         * lib/readtokens.c: Include <stdbool.h>.
22553         (readtoken): Use `size_t' rather than int/long.
22554         All callers adjusted.
22555         Use `bool' rather than `int' where appropriate.
22556         Use memset rather than an explicit loop.
22557         Use x2nrealloc rather than xrealloc.
22558         Allow the use of `\0' as a delimiter.
22559         (readtokens): Likewise.
22560         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22561
22562 2004-03-30  Jim Meyering  <jim@meyering.net>
22563
22564         * m4/realloc.m4: Remove file, since now it does no more than
22565         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22566         the `configure.ac' section of module/realloc.
22567         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22568
22569 2004-03-30  Bruno Haible  <bruno@clisp.org>
22570
22571         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22572         nonnull.
22573
22574 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22575
22576         Merge changes to getloadavg.c from coreutils and Emacs.
22577
22578         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22579         Define to an expression, not to the empty string.
22580         Include cloexec.h and xalloc.h.
22581         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22582         Use set_cloexec_flag rather than rolling our own.
22583         * lib/cloexec.c, lib/cloexec.h: New files.
22584
22585 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22586
22587         * m4/cloexec.m4: New file.
22588
22589 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22590
22591         * lib/getopt.h: Sync with libc CVS.
22592
22593 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22594             Bruno Haible  <bruno@clisp.org>
22595
22596         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22597         mbswidth.
22598
22599 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22600             Bruno Haible  <bruno@clisp.org>
22601
22602         * lib/mbswidth.h: Include <wchar.h> only if
22603         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22604         <wchar.h>.
22605         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22606
22607 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22608
22609         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22610         Sync with libc CVS.
22611         * lib/getopt_int.h: New file, also synced from libc.
22612
22613 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22614
22615         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22616         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22617         Bring back getopt.c, getopt.h, getopt1.c.
22618
22619 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22620
22621         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22622         All uses changed.  Check for sa_sigaction member; this fixes
22623         a bug first reported by Jason Andrade in
22624         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22625
22626 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22627
22628         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22629         '#if' expressions.  Unlike the code it replaces, it does not
22630         depend on (defined _SC_PAGESIZE).  However, it does depend on
22631         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22632         first reported by Jason Andrade in
22633         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22634
22635 2004-02-25  Simon Josefsson  <jas@extundo.com>
22636
22637         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22638
22639 2004-02-25  Simon Josefsson  <jas@extundo.com>
22640
22641         * lib/strdup.h: New file.
22642         * lib/strdup.c: Include it.
22643         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22644         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22645
22646 2004-02-23  Karl Berry  <karl@gnu.org>
22647
22648         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22649         (from fencepost.gnu.org:/gd/gnuorg).
22650
22651 2004-02-23  Karl Berry  <karl@gnu.org>
22652
22653         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22654         * config/srclist.txt: add maintain/standards documents.
22655
22656 2004-02-18  Bruno Haible  <bruno@clisp.org>
22657
22658         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22659         Reported by Derek Robert Price <derek@ximbiot.com>.
22660
22661 2004-02-16  Karl Berry  <karl@gnu.org>
22662
22663         * config/mkinstalldirs, install-sh: update from automake.
22664
22665 2004-02-06  Karl Berry  <karl@gnu.org>
22666
22667         * m4/po.m4: update from gettext 0.14.1.
22668
22669 2004-02-06  Karl Berry  <karl@gnu.org>
22670
22671         * lib/config.charset: update from gettext 0.14.1.
22672
22673 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22674
22675         Add comments and code, prompted by suggestions from Bruno Haible
22676         for sh-quote.
22677         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22678         describing the enum quoting_style values.
22679         * lib/quotearg.c (quotearg_alloc): New function.
22680         (quotearg_buffer_restyled): Treat lone { and } as special.
22681         Treat = as special.  Work around bug with older shells
22682         that "see" a '\' that is really the 2nd byte of a multibyte char.
22683         Quote empty string with shell_quoting_style.
22684
22685 2004-02-03  Bruno Haible  <bruno@clisp.org>
22686
22687         * m4/pipe.m4: New file, from GNU gettext.
22688
22689 2004-02-03  Bruno Haible  <bruno@clisp.org>
22690
22691         * lib/pipe.h: New file, from GNU gettext.
22692         * lib/pipe.c: New file, from GNU gettext.
22693
22694 2004-01-27  Bruno Haible  <bruno@clisp.org>
22695
22696         * m4/execute.m4: New file, from GNU gettext.
22697
22698 2004-01-27  Bruno Haible  <bruno@clisp.org>
22699
22700         * lib/execute.h: New file, from GNU gettext.
22701         * lib/execute.c: New file, from GNU gettext.
22702         * lib/w32spawn.h: New file, from GNU gettext.
22703
22704 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22705
22706         Merge from diffutils.
22707
22708         * lib/file-type.c (file_type): Add typed memory objects.
22709         * lib/file-type.h (S_TYPEISTMO): New macro.
22710
22711         * lib/c-stack.h (c_stack_action): Remove argv argument.
22712         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22713         (die): Don't calculate message unless segv_action returns.
22714         (get_stack_location, min_address_from_argv, max_address_from_argv,
22715         volatile stack_base, volatile_stack_size): Remove.
22716         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22717         that every segmentation violation is a stack overflow.  (Ouch!)
22718         See Debian bug 136249 (still outstanding) for more info about why
22719         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22720
22721 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22722
22723         Exit-status fix from coreutils.
22724
22725         Use exit_failure consistently in place of EXIT_FAILURE,
22726         so that program exit statuses are consistent on failure.
22727
22728         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22729         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22730         * lib/argmatch.h: Comment fix to match the above.
22731         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22732         Now a macro referring to exit_failure, instead of a separate
22733         variable.  Include "exitfail.h" to get it.
22734         * lib/xstrtol.h: Include "exitfail.h".
22735         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22736
22737         * lib/long-options.c (parse_long_options): Use prototype
22738         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22739         for clarity.
22740
22741 2004-01-21  Jim Meyering  <jim@meyering.net>
22742
22743         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22744         so as not to conflict with a different-sized __mktime_internal
22745         function in GNU libc.
22746         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22747         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22748
22749 2004-01-20  Karl Berry  <karl@gnu.org>
22750
22751         * config/config.guess: update from config.
22752
22753         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22754
22755 2004-01-20  Bruno Haible  <bruno@clisp.org>
22756
22757         Safer stack allocation.
22758         * lib/setenv.c: Include allocsa.h.
22759         (alloca): Remove fallback definition.
22760         (freea): Remove macro.
22761         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22762         instead of freea.
22763
22764 2004-01-20  Bruno Haible  <bruno@clisp.org>
22765
22766         * m4/eealloc.m4: New file, from GNU gettext.
22767
22768 2004-01-20  Bruno Haible  <bruno@clisp.org>
22769
22770         * m4/allocsa.m4: New file, from GNU gettext.
22771
22772 2004-01-20  Bruno Haible  <bruno@clisp.org>
22773
22774         * lib/xallocsa.h: New file, from GNU gettext.
22775         * lib/xallocsa.c: New file, from GNU gettext.
22776
22777 2004-01-20  Bruno Haible  <bruno@clisp.org>
22778
22779         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22780
22781 2004-01-20  Bruno Haible  <bruno@clisp.org>
22782
22783         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22784         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22785         specially.
22786
22787 2004-01-20  Bruno Haible  <bruno@clisp.org>
22788
22789         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22790         patch.
22791
22792 2004-01-20  Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22795
22796 2004-01-20  Bruno Haible  <bruno@clisp.org>
22797
22798         * lib/eealloc.h: New file.
22799
22800 2004-01-20  Bruno Haible  <bruno@clisp.org>
22801
22802         * lib/binary-io.h: Avoid warnings on Cygwin.
22803
22804 2004-01-20  Bruno Haible  <bruno@clisp.org>
22805
22806         * lib/allocsa.h: New file, from GNU gettext.
22807         * lib/allocsa.c: New file, from GNU gettext.
22808
22809 2004-01-18  Karl Berry  <karl@gnu.org>
22810
22811         * doc/gpl.texi, doc/lgpl.texi: new files.
22812
22813 2004-01-18  Karl Berry  <karl@gnu.org>
22814
22815         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22816         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22817
22818 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22819
22820         Merge from coreutils.
22821
22822         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22823         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22824         (gl_DEFAULT_POSIX2_VERSION): Move
22825         the documentation from 'configure' into 'config.hin',
22826         so that 'configure --help' isn't burdened by it and
22827         we don't have to worry about its formatting there.
22828         Reword the documentation so that it's more succinct
22829         and can be run together into a single paragraph.
22830         * m4/same.m4 (gl_SAME): Check for pathconf.
22831
22832 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22833
22834         Merge from coreutils.
22835
22836         * lib/posixver.c: Include posixver.h.
22837
22838         * lib/same.c: Include <stdbool.h>, <limits.h>.
22839         (_POSIX_NAME_MAX): Define if not defined.
22840         (MIN): New macro.
22841         (same_name): If file names are silently truncated, report
22842         that the file names are the same if they are the same after
22843         the silent truncation.
22844
22845         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22846         conversion function.
22847         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22848         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22849         longer needed.
22850
22851 2004-01-15  Jim Meyering  <jim@meyering.net>
22852
22853         Merge from coreutils.
22854
22855         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22856         if no library is required.
22857         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22858         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22859         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22860         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22861         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22862         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22863         value, $ac_cv_search_crypt, if it's "none required".
22864         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22865         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22866         not gl_FUNC_GETLOADAVG.
22867         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22868         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22869
22870 2004-01-15  Jim Meyering  <jim@meyering.net>
22871
22872         Merge from coreutils.
22873
22874         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22875         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22876         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22877
22878         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22879         optional configure-time default.
22880
22881         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22882
22883         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22884
22885 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22886
22887         Merge from coreutils.
22888
22889         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22890         value, $ac_cv_search_nanosleep, if it's "none required".
22891
22892 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22893
22894         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22895         with like-named macro in fnmatch.c.
22896         (EXT): Use an internal constant instead.
22897
22898         Merge fnmatch patches from glibc.
22899         * lib/fnmatch.c (mbsinit): Remove define.
22900         Add libc_hidden_ver (__fnmatch, fnmatch).
22901         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22902         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22903
22904 2004-01-14  Karl Berry  <karl@gnu.org>
22905
22906         * config/install-sh: update from automake.
22907
22908 2004-01-13  Karl Berry  <karl@gnu.org>
22909
22910         * config/install-sh: update from automake.
22911
22912 2004-01-09  Karl Berry  <karl@gnu.org>
22913
22914         * config/install-sh: update from automake.
22915
22916 2004-01-05  Karl Berry  <karl@gnu.org>
22917
22918         * config/config.{sub,guess}: update from config.
22919
22920 2003-12-31  Karl Berry  <karl@gnu.org>
22921
22922         * config/depcomp: update from automake.
22923
22924 2003-12-14  Karl Berry  <karl@gnu.org>
22925
22926         * lib/config.charset: update from gettext-runtime.
22927
22928 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22929
22930         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22931         Bug reported by Alfred M. Szmidt.
22932
22933 2003-12-03  Bruno Haible  <bruno@clisp.org>
22934
22935         * m4/gettext.m4: Upgrade from gettext-0.13.
22936         * m4/po.m4: Upgrade from gettext-0.13.
22937         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22938         * m4/intmax.m4: New file, from gettext-0.13.
22939         * m4/printf-posix.m4: New file, from gettext-0.13.
22940
22941 2003-11-29  Karl Berry  <karl@gnu.org>
22942
22943         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22944
22945 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22946             Bruno Haible  <bruno@clisp.org>
22947
22948         * lib/printf-parse.h: Don't include sys/types.h.
22949         (ARG_NONE): New macro.
22950         (char_directive): Change type of *arg_index fields to size_t.
22951         * lib/printf-parse.c: Don't include sys/types.h.
22952         (SSIZE_MAX): Remove macro.
22953         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22954         Remove unnecessary overflow check.
22955         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22956         fields.
22957
22958 2003-11-25  Bruno Haible  <bruno@clisp.org>
22959
22960         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22961
22962 2003-11-25  Bruno Haible  <bruno@clisp.org>
22963
22964         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22965         gt_TYPE_SSIZE_T.
22966
22967 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22968
22969         * modules/alloca: Remove dependency on xalloc.
22970
22971 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22972
22973         * lib/alloca.c: Remove dependency on xalloc module.
22974         (xalloc_die): Remove.
22975         (memory_full) [!defined emacs]: New macro.
22976         [!defined emacs]: Don't include xalloc.h.
22977         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
22978         address arithmetic overflows.  Change datatypes a bit to avoid
22979         unnecessary casts.
22980
22981 2003-11-22  Jim Meyering  <jim@meyering.net>
22982
22983         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
22984         s/size/size_t/.
22985
22986 2003-11-21  Karl Berry  <karl@gnu.org>
22987
22988         * config/config.{sub,guess}: update from config.
22989
22990 2003-11-18  Karl Berry  <karl@gnu.org>
22991
22992         * config/config.{sub,guess}: update from config.
22993
22994         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
22995
22996 2003-11-17  Paul Eggert  <eggert@twinsun.com>
22997
22998         * README: Mention that S+T cannot overflow if S is the size of
22999         an existing object and T is sufficiently small.
23000
23001 2003-11-17  Jim Meyering  <jim@meyering.net>
23002
23003         On systems without utime and without a utimes function capable of
23004         dealing with a NULL struct utimbuf* argument, this utime replacement
23005         could -- in unusual circumstances -- leak a file descriptor.
23006         * lib/utime.c: Include <unistd.h> and <errno.h>.
23007         (utime_null): Be sure to close `fd' and to preserve errno.
23008         Reported by Geoff Collyer via Arnold Robbins.
23009
23010 2003-11-17  Bruno Haible  <bruno@clisp.org>
23011
23012         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23013         (Depends-on): Add xsize.
23014
23015 2003-11-17  Bruno Haible  <bruno@clisp.org>
23016
23017         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23018
23019 2003-11-17  Bruno Haible  <bruno@clisp.org>
23020
23021         * lib/vasnprintf.c (alloca): Remove fallback definition.
23022         (freea): Remove definition.
23023         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23024         Reported by Paul Eggert.
23025
23026 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23027             Bruno Haible  <bruno@clisp.org>
23028
23029         Protect against address arithmetic overflow.
23030         * lib/printf-args.h: Include stddef.h.
23031         (arguments): Change type of field 'count' to size_t.
23032         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23033         'unsigned int' where appropriate.
23034         * lib/printf-parse.h: Include sys/types.h.
23035         (char_directive): Change type of *arg_index fields to ssize_t.
23036         (char_directives): Change type of fields 'count', max_*_length to
23037         size_t.
23038         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23039         (SSIZE_MAX): Define fallback value.
23040         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23041         instead of 'int' where appropriate. Check a_allocated, d_allocated
23042         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23043         * lib/vasnprintf.c: Include xsize.h.
23044         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23045         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23046         overflow. Avoid wraparound when converting a width or precision from
23047         decimal to binary.
23048
23049 2003-11-16  Bruno Haible  <bruno@clisp.org>
23050
23051         Update from GNU gettext.
23052         * lib/printf-parse.c: Generalize to it can be compiled for wide
23053         strings.
23054         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23055         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23056         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23057         SNPRINTF): New macros.
23058         Don't include <alloca.h> if the file is used inside libintl.
23059         (local_wcslen): New function, for Solaris 2.5.1.
23060         (VASNPRINTF): Use it instead of wcslen.
23061
23062 2003-11-16  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/xsize.h (xmax): New function.
23065         (xsum, xsum3, xsum4): Declare as "pure" functions.
23066
23067 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23068
23069         * modules/xalloc (Files): Undo latest change, since xalloc.h
23070         no longer needs SIZE_MAX or PTRDIFF_MAX.
23071
23072 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23073
23074         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23075         gl_PTRDIFF_MAX.
23076
23077 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23078
23079         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23080         "return", to pacify some unknown compiler.  Problem reported
23081         by Joerg Schilling.
23082
23083 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23084
23085         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23086         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23087         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23088         heuristic is just as accurate as far as we know, and it removes a
23089         dependency on size_max.m4 and ptrdiff_max.m4.
23090
23091 2003-11-11  Bruno Haible  <bruno@clisp.org>
23092
23093         * modules/xsize (Files): Add m4/size_max.m4.
23094         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23095
23096 2003-11-11  Bruno Haible  <bruno@clisp.org>
23097
23098         * m4/size_max.m4: New file.
23099         * m4/ptrdiff_max.m4: New file.
23100         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23101         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23102         (gl_XALLOC): Invoke it.
23103
23104 2003-11-11  Bruno Haible  <bruno@clisp.org>
23105
23106         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23107         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23108         defined.
23109
23110 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23111
23112         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23113         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23114         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23115         From Bruno Haible.
23116         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23117         not (size_t) -1, since it's defined here.
23118
23119 2003-11-09  Karl Berry  <karl@gnu.org>
23120
23121         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23122
23123 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23124
23125         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23126         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23127         Reject sizes of exactly SIZE_MAX bytes.
23128         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23129         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23130
23131 2003-11-05  Bruno Haible  <bruno@clisp.org>
23132
23133         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23134         SIZE_MAX defined in <limits.h> on Solaris.
23135
23136 2003-11-04  Jim Meyering  <jim@meyering.net>
23137
23138         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23139         variable names, rather than @VAR@.
23140         * modules/poll: Likewise.
23141
23142 2003-11-04  Bruno Haible  <bruno@clisp.org>
23143
23144         * modules/xsize: New file.
23145         * modules/linebreak: Depend on xsize.
23146         * MODULES.html.sh (func_all_modules): Add xsize.
23147
23148 2003-11-04  Bruno Haible  <bruno@clisp.org>
23149
23150         * m4/xsize.m4: New file.
23151
23152 2003-11-04  Bruno Haible  <bruno@clisp.org>
23153
23154         * lib/xsize.h: New file.
23155         * lib/linebreak.c: Include xsize.h.
23156         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23157         argument for overflow.
23158         Suggested by Paul Eggert.
23159
23160 2003-11-03  Karl Berry  <karl@gnu.org>
23161
23162         * config/config.{guess,sub}: update from config.
23163
23164 2003-11-03  Jim Meyering  <jim@meyering.net>
23165
23166         * modules/userspec (lib_SOURCES): Add userspec.h.
23167         (Include): Add "userspec.h".
23168         Improve description.
23169
23170 2003-11-03  Jim Meyering  <jim@meyering.net>
23171
23172         * lib/userspec.c: Include "userspec.h".
23173         * lib/userspec.h: New file.
23174
23175 2003-11-03  Bruno Haible  <bruno@clisp.org>
23176
23177         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23178
23179 2003-11-03  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23182         available, to avoid (extremely rare) race condition.
23183         Suggested by Paul Eggert.
23184
23185 2003-11-02  Karl Berry  <karl@gnu.org>
23186
23187         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23188
23189 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23190
23191         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23192         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23193         (read_filesystem_list): Set and use me_type_malloced.
23194         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23195         whatever the type happens to be), for brevity and consistency.
23196         Check for size calculation overflow on Alphas running OSF/1.
23197
23198 2003-10-31  Jim Meyering  <jim@meyering.net>
23199
23200         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23201
23202         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23203
23204 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23205             Bruno Haible  <bruno@clisp.org>
23206
23207         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23208         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23209
23210 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23211
23212         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23213         netbsd*-gnu*.  Suggested by Robert Millan.
23214
23215 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23216
23217         * modules/group-member: Depend on stdbool.
23218
23219 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23220
23221         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23222
23223 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23224
23225         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23226         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23227         after the 'gnu' in these cases.  This fixes some bugs in the
23228         previous change, and is based on suggestions by Robert Millan.
23229
23230 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23231
23232         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23233         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23234         no longer needed.
23235         * lib/quotearg.c (quotearg_n_options): Use it.
23236         * lib/group-member.c: Include <stdbool.h>.
23237         (free_group_info): Arg is now const *; don't free arg.
23238         (get_group_info): Now returns bool and accepts struct group_info *,
23239         rather than returning a malloc'ed struct group_info *.
23240         All uses changed.  Check for overflow in internal size calculation.
23241
23242         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23243         rather than xmalloc/xrealloc.
23244         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23245         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23246         conformance bug: the old code used a pointer after freeing the
23247         storage that it addressed.
23248         * lib/hash.c (hash_initialize): Simplify the code by using
23249         xalloc_oversized rather than doing it by hand.
23250         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23251         the buffer preserved.  Use free and xmalloc instead.
23252         * lib/quotearg.c (quotearg_n_options): Likewise.
23253         Use a simpler test for size overflow.  Don't use xalloc_oversized
23254         because unsigned int might be wider than size_t (!); this suggests
23255         that we should switch from unsigned int to size_t for slot numbers.
23256
23257 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23258
23259         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23260         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23261         NetBSD kernels.  Requested by Richard Stallman.
23262
23263 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23264
23265         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23266         to allocate the returned structure.  Do not allocate a subarray,
23267         as x2nrealloc will do that.
23268         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23269         instead of xnrealloc.
23270         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23271
23272 2003-10-27  Bruno Haible  <bruno@clisp.org>
23273
23274         * lib/stdbool_.h: Better support for BeOS.
23275
23276 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23277
23278         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23279         now uses inline.
23280
23281 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23282
23283         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23284         callers that want to do their own size-overflow checking.  Include
23285         <stdbool.h>, since xalloc_oversized returns bool.
23286         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23287         to use xalloc_oversized.
23288
23289         Add two functions x2realloc, x2nrealloc, for programs that grow
23290         arrays dynamically by doubling their sizes.
23291         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23292         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23293         New functions.
23294
23295         Port to C99 semantics for 'inline' of external functions.
23296         Bug reported by Bruno Haible.
23297         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23298         with the old contents of xnmalloc.
23299         (xnmalloc, xmalloc): Use it.
23300         (xnrealloc_inline): New static inline function,
23301         with the old contents of xnrealloc.
23302         (xnrealloc, xrealloc): Use it.
23303
23304         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23305         that.
23306
23307 2003-10-26  Karl Berry  <karl@gnu.org>
23308
23309         * config/srclist.txt (COPYING.DOC): no longer available from
23310         /gd/gnuorg; don't know where the ultimate source is.
23311
23312 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23313
23314         Fix several address-calculation bugs in the hash modules,
23315         plus some minor code cleanup.
23316
23317         * lib/hash.h: Include <stdbool.h>, for bool.
23318         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23319         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23320         hash_get_n_entries, hash_get_max_bucket_length,
23321         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23322         hash_rehash): Use size_t rather than unsigned.
23323         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23324         hash_get_n_buckets_used, hash_get_n_entries,
23325         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23326         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23327         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23328         Likewise.
23329         (SIZE_MAX): Define if not defined.
23330         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23331         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23332         hash_print):
23333         Use const * when possible.
23334         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23335         (check_tuning): Fix bug: if tuning parameters were very close to
23336         0 or 1, rounding errors could have caused subscript violations.
23337         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23338         (hash_initialize): Add 'fail:' label
23339         to free table and return NULL, and use it to simplify code.
23340         Use calloc rather than clearing the storage ourself.
23341         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23342         buffer size calculations.
23343         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23344         Include <stddef.h>, for size_t.
23345         * lib/hash-pjw.c (hash_pjw): Likewise.
23346         Switch to method described by Bruno Haible.
23347         Include <limits.h>, for CHAR_BIT.
23348         (SIZE_BITS): New macro.
23349
23350 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23351
23352         * m4/getline.m4 (AM_FUNC_GETLINE):
23353         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23354         hosts.  Problem reported by Derek Robert Price in
23355         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23356         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23357         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23358
23359 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23360
23361         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23362         ceiling the allocation at NMAX bytes rather than silently
23363         discarding input bytes before NMAX is reached.  This makes
23364         a difference only if NMAX exceeds SIZE_MAX / 2.
23365
23366         * lib/obstack.c: Merge from glibc.
23367         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23368         Add libc_hidden_def (_obstack_newchunk).
23369         (_obstack_free) [! defined _LIBC]: Remove.
23370         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23371         a clone of the function body.
23372         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23373         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23374
23375         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23376         glibc.
23377         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23378         arg to memcpy.
23379
23380         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23381         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23382         Don't use lvalue casts, as GCC plans to remove support for them
23383         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23384         was also present in the non-GCC version, indicating that this
23385         code had always been buggy and had never been widely used.
23386         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23387         Use the fast variant of each macro, rather than copying the
23388         definiens of the fast variant; that way, we'll be more likely to
23389         catch future bugs in the fast variants.
23390
23391 2003-10-20  Bruno Haible  <bruno@clisp.org>
23392
23393         * modules/wait-process: New file.
23394         * MODULES.html.sh (func_all_modules): Add wait-process.
23395
23396 2003-10-20  Bruno Haible  <bruno@clisp.org>
23397
23398         * m4/wait-process.m4: New file.
23399
23400 2003-10-20  Bruno Haible  <bruno@clisp.org>
23401
23402         * lib/wait-process.h: New file, from GNU gettext.
23403         * lib/wait-process.c: New file, from GNU gettext.
23404
23405 2003-10-19  Jim Meyering  <jim@meyering.net>
23406
23407         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23408         HPUX 10.20.
23409
23410 2003-10-18  Karl Berry  <karl@gnu.org>
23411
23412         * config/config.guess: update from config.
23413
23414 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23415
23416         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23417         (getgroups): First arg is int, not size_t.
23418         Don't let 'free' mangle errno.
23419
23420 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23421
23422         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23423
23424 2003-10-16  Karl Berry  <karl@gnu.org>
23425
23426         * config/config.{guess,sub}: update from config.
23427
23428 2003-10-16  Jim Meyering  <jim@meyering.net>
23429
23430         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23431         memcpy.
23432
23433 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23434
23435         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23436         (SIZE_MAX): Remove.
23437         (new_exclude, add_exclude_file): Initial size no longer needs to
23438         be a power of 2.
23439         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23440         our own address arithmetic overflow checking.
23441
23442         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23443         (fnmatch): Do not alloca more than 2000 wide characters;
23444         instead, use malloc for large buffers.
23445         Check for address arithmetic overflow, and return -1
23446         with errno set to ENOMEM in that case.
23447         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23448         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23449         instead, return -1.  Check for address arithmetic overflow.
23450
23451 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23452
23453         Handle invalid suffixes and overflow independently, so that
23454         callers can treat them independently as needed.  Fix some bugs in
23455         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23456         suffix for a human-readable blocksize.  The major caller-visible
23457         change is the addition of a new
23458         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23459         that both overflow and suffix chars were found.
23460
23461         * lib/human.c (humblock): Don't check separately for invalid suffix
23462         char; that is xstrtoumax's job (now that its bug is fixed).
23463         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23464         INTMAX_MAX]: New macros.
23465         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23466         TYPE_MAXIMUM): New macros.
23467         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23468         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23469         if overflow occurs, as it's what __strtol does and it's more useful
23470         in practice.
23471         (__xstrtol): If __strtol reports some error other than ERANGE,
23472         reflect it to the caller as LONGINT_INVALID.  If it reports
23473         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23474         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23475         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23476         value.
23477         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23478         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23479         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23480         [defined UINTMAX_MAX]: New macros.
23481
23482 2003-10-14  Bruno Haible  <bruno@clisp.org>
23483
23484         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23485
23486 2003-10-14  Bruno Haible  <bruno@clisp.org>
23487
23488         * m4/sig_atomic_t: New file, from GNU gettext.
23489         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23490
23491 2003-10-14  Bruno Haible  <bruno@clisp.org>
23492
23493         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23494         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23495         Also use volatile where needed.
23496
23497 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23498
23499         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23500         Change maintainer from Bruno Haible to 'all'.
23501
23502 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23503
23504         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23505
23506 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23507
23508         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23509         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23510         and define in terms of the other primitives.
23511         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23512         (SIZE_MAX): Define if not already defined.
23513         (array_size_overflow): New function.
23514         (xalloc_die): Abort instead of exiting if 'error' returns.
23515         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23516         (xmalloc, xrealloc): Use them.
23517         (xcalloc): Check for address arithmetic overflow.
23518         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23519         a bit faster than strcpy.
23520
23521 2003-10-10  Simon Josefsson  <jas@extundo.com>
23522
23523         * modules/argp (Depends-on): Add restrict and strcase.
23524
23525 2003-10-10  Simon Josefsson  <jas@extundo.com>
23526
23527         * m4/argp.m4: Add AC_C_INLINE.
23528
23529 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23530
23531         Merge getpass from libc, plus a few fixes.
23532
23533         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23534         Include <stdbool.h>.
23535         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23536         __fsetlocking to empty.
23537         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23538         do include <bits/libc-lock.h>.
23539         Do not include <fcntl.h>; not needed.
23540         [_LIBC]: Include <wchar.h>.
23541         (NOTCANCEL_MODE): New macro.
23542         (flockfile, funlockfile) [_LIBC]: New macros.
23543         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23544         [!_LIBC]: New macros.
23545         (call_fclose): New function.
23546         (getpass): Use it.  Save tty stream separately; this simplifies the
23547         code and makes it more reliable if stdin happens to equal stdout.
23548         Invoke __fsetlocking on tty.
23549         Handle thread cancellation if needed.
23550         Namespace cleanup (use __tcgetattr, __getline).
23551         Use bool for Booleans.
23552         [USE_IN_LIBIO]: Handle wide streams.
23553         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23554         stream might go where.
23555
23556         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23557         doesn't have to include <stdio.h> before us.
23558         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23559         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23560         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23561         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23562         if not declared, so that we can use getpass.c code from libc without
23563         rewriting it.
23564         (flockfile, ftrylockfile, funlockfile): New macros.
23565
23566 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23567
23568         * modules/getpass: Depend on stdbool.
23569
23570 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23571
23572         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23573
23574 2003-10-07  Karl Berry  <karl@gnu.org>
23575
23576         * config/config.{guess,sub}: update from config.
23577
23578 2003-10-06  Jim Meyering  <jim@meyering.net>
23579             Bruno Haible  <bruno@clisp.org>
23580
23581         This lets translators provide better translations for the
23582         "Written by ..." part of --version output.
23583         * lib/version-etc.h: Include stdarg.h.
23584         (version_etc_copyright): Declare as readonly.
23585         (version_etc): Make this function variadic with a NULL-terminated list
23586         of author name strings.
23587         (version_etc_va): New declaration.
23588         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23589         (version_etc_copyright): Declare as readonly.
23590         (version_etc_va): New function. Provide a different translatable string
23591         for each possible number of authors < 10. Abbreviate when there are 10
23592         authors or more.
23593         (version_etc): Make this function variadic. Call version_etc_va.
23594         Suggestion from Gary V. Vaughan.
23595
23596         * lib/long-options.h (parse_long_options): Change prototype: the
23597         authors string is moved to the end and becomes variadic.
23598         * lib/long-options.c: Include stdarg.h.
23599         (parse_long_options): Make this function variadic, too.
23600         Call version_etc_va, not version_etc.
23601
23602 2003-10-06  Bruno Haible  <bruno@clisp.org>
23603
23604         * modules/version-etc-2: Remove file.
23605         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23606
23607 2003-10-06  Bruno Haible  <bruno@clisp.org>
23608
23609         * modules/fatal-signal: New file.
23610         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23611
23612 2003-10-06  Bruno Haible  <bruno@clisp.org>
23613
23614         * m4/fatal-signal.m4: New file.
23615         * m4/signalblocking.m4: New file, from GNU gettext.
23616
23617 2003-10-06  Bruno Haible  <bruno@clisp.org>
23618
23619         * lib/version-etc-2.h: Remove file.
23620         * lib/version-etc-2.c: Remove file.
23621
23622 2003-10-06  Bruno Haible  <bruno@clisp.org>
23623
23624         * lib/fatal-signal.h: New file, from GNU gettext.
23625         * lib/fatal-signal.c: New file, from GNU gettext.
23626
23627 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23628
23629         * README: Rework advice for preventing empty .o files.
23630         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23631         not <sys/types.h>.
23632
23633 2003-10-04  Karl Berry  <karl@gnu.org>
23634
23635         * lib/argp*: update from libc.
23636
23637 2003-10-04  Karl Berry  <karl@gnu.org>
23638
23639         * config/config.{guess,sub}: update from config.
23640
23641 2003-10-02  Bruno Haible  <bruno@clisp.org>
23642
23643         * modules/lchown (Include): Add lchown.h.
23644         * modules/time_r (Include): Use "..." syntax.
23645         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23646
23647 2003-10-01  Simon Josefsson  <jas@extundo.com>
23648
23649         * MODULES.html.sh (func_all_modules): Move gethostname from section
23650         'based on' to section 'lacking' POSIX:2001.
23651
23652 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23653
23654         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23655         to output mode on the same stream.
23656
23657 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23658
23659         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23660         Fix arg typo in previous patch.
23661
23662 2003-09-28  Jim Meyering  <jim@meyering.net>
23663
23664         * lib/error.c: Correct cpp indentation.
23665
23666 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23667
23668         * modules/free: New file.
23669
23670 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23671
23672         * m4/free.m4: New file.
23673
23674 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23675
23676         * lib/minmax.h (MIN, MAX)
23677         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23678         Omit the special code that used __typeof__, since we worry that
23679         it could be more trouble than it's worth.  See:
23680         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23681         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23682
23683         * lib/free.c: New file.
23684
23685 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23686
23687         Trivial fixes to Makefile.am parts of module listings.
23688         * modules/strstr: Append strstr.h to lib_SOURCES.
23689         * modules/strcase: Likewise, for strcase.h.
23690
23691 2003-09-27  Karl Berry  <karl@gnu.org>
23692
23693         * config/mkinstalldirs: update from automake.
23694
23695 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23696
23697         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23698         (error_tail): Do not loop, reallocating temporary buffer, since
23699         the output cannot contain more wide characters than the input
23700         contains bytes, the size must be big enough already.  This avoids
23701         one potential size overflow calculation.  Check for size overflow
23702         when calculating temporary buffer size.  Free temporary buffer
23703         when done, if it was allocated with malloc; this plugs a memory
23704         leak.  Remove casts from void * to pointers, that are no longer
23705         needed now that we're assuming C89 or better.
23706
23707         Merge error changes from glibc.
23708
23709         * lib/error.c, error.h: Update copyright notice header to match glibc.
23710         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23711         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23712         Disable cancellation while printing error.
23713         * lib/error.h: Prepend __ to parameter names.
23714
23715 2003-09-26  Jim Meyering  <jim@meyering.net>
23716
23717         * lib/error.c (error_tail): Move some declarations
23718         into inner scope where the local variables are used.
23719
23720 2003-09-26  Bruno Haible  <bruno@clisp.org>
23721
23722         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23723         stpncpy().
23724         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23725
23726 2003-09-26  Bruno Haible  <bruno@clisp.org>
23727
23728         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23729         (stpncpy): Define as alias for gnu_stpncpy.
23730         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23731
23732 2003-09-25  Simon Josefsson  <jas@extundo.com>
23733
23734         * lib/xgetdomainname.h: New file.
23735         * lib/xgetdomainname.c: New file.
23736
23737 2003-09-25  Simon Josefsson  <jas@extundo.com>
23738             Bruno Haible  <bruno@clisp.org>
23739
23740         * modules/getdomainname: New file.
23741         * modules/xgetdomainname: New file.
23742         * MODULES.html.sh (func_all_modules): Add getdomainname,
23743         xgetdomainname.
23744
23745 2003-09-25  Simon Josefsson  <jas@extundo.com>
23746             Bruno Haible  <bruno@clisp.org>
23747
23748         * m4/getdomainname.m4: New file.
23749
23750 2003-09-25  Simon Josefsson  <jas@extundo.com>
23751             Bruno Haible  <bruno@clisp.org>
23752
23753         * lib/getdomainname.h: New file.
23754         * lib/getdomainname.c: New file.
23755
23756 2003-09-25  Karl Berry  <karl@gnu.org>
23757
23758         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23759
23760 2003-09-25  Karl Berry  <karl@gnu.org>
23761
23762         * config/install-sh: update from automake.
23763
23764 2003-09-25  Bruno Haible  <bruno@clisp.org>
23765
23766         * modules/version-etc-2: New file, from modules/version-etc with
23767         modifications.
23768         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23769
23770 2003-09-25  Bruno Haible  <bruno@clisp.org>
23771
23772         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23773         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23774
23775 2003-09-24  Simon Josefsson  <jas@extundo.com>
23776
23777         * modules/xgethostname: Add xgethostname.h.
23778
23779 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23780
23781         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23782         the buffer associated with the argument.  Bug reported by
23783         Simon Josefsson.
23784
23785 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23786
23787         * README: Document assumptions that 'int' is at least 32 bits
23788         wide, that integer arithmetic is 2's complement without overflow,
23789         that there are no holes in integer values, that adding sizes of
23790         two nonoverlapping objects can't overflow, and that all-bits-zero
23791         yields scalar zero.  Fix spelling and capitalization typos.
23792
23793 2003-09-19  Karl Berry  <karl@gnu.org>
23794
23795         * lib/argp.h: update from libc.
23796
23797 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23798
23799         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23800         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23801         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23802
23803 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23804
23805         * gnulib-tool: Use "test -h", not "test -L", for portability
23806         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23807         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23808         (sed_extract_prog): Issue s commands one-by-one, rather than
23809         using \| in one s command.
23810
23811 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23812
23813         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23814         input error, instead of returning NULL the next time we are called
23815         (and therefore losing track of errno).
23816
23817 2003-09-16  Bruno Haible  <bruno@clisp.org>
23818
23819         * gnulib-tool (func_create_testdir): Warn about duplicated
23820         dependencies.
23821
23822 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23823
23824         * modules/argmatch, modules/fatal, modules/obstack,
23825         modules/xalloc, modules/xgethostname: Sort dependencies by
23826         importance, not alphabetically.
23827
23828 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23829
23830         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23831         fails, so that the caller gets the proper errno.
23832
23833         * lib/readutmp.c (read_utmp): Likewise.
23834         Check for fstat error.  Close stream and free storage
23835         when failing.
23836
23837 2003-09-14  Karl Berry  <karl@gnu.org>
23838
23839         * config/srclist.txt (strdup.c): disable for c89 changes.
23840
23841 2003-09-14  Jim Meyering  <jim@meyering.net>
23842
23843         * lib/getloadavg.c: Correct cpp indentation.
23844         * lib/strdup.c: Likewise.
23845         * lib/vasnprintf.c: Likewise.
23846
23847 2003-09-14  Bruno Haible  <bruno@clisp.org>
23848
23849         * modules/fwriteerror: New file.
23850         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23851
23852 2003-09-14  Bruno Haible  <bruno@clisp.org>
23853
23854         * lib/fwriteerror.h: New file.
23855         * lib/fwriteerror.c: New file.
23856
23857 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23858
23859         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23860         modules/xgethostname, modules/xalloc: Depend on exit.
23861
23862 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23863
23864         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23865
23866         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23867         and AC_MINIX, too, so that their extensions are available.
23868
23869         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23870         This macro has been superseded by gl_BACKUPFILE.
23871
23872         More patches to assume C89 or better.
23873
23874         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23875
23876         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23877         unconditionally.
23878         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23879         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23880         Include <string.h>, <stdlib.h> unconditionally.
23881         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23882         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23883         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23884         headers or for string.h.
23885         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23886         or strtoul.
23887
23888         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23889         headers.
23890         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23891         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23892         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23893         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23894         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23895         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23896         memcpy, memset.
23897         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23898         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23899         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23900         strtol.
23901         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23902         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23903         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23904         strtoul.
23905
23906 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23907
23908         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23909         * lib/obstack.c [!defined _LIBC]: Likewise.
23910         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23911         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23912         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23913
23914         More changes to assume C89 or better.
23915
23916         * lib/error.c (error_tail): Assume vprintf.
23917
23918         * lib/argmatch.c (getenv): Remove decl.
23919         * lib/progreloc.c (get_full_program_name): Define via prototype.
23920         * lib/setenv.c (clearenv): Likewise.
23921         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23922         needed.
23923         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23924         (malloc, memcpy): Remove decls.
23925         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23926         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23927         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23928         (memcpy): Remove macro.
23929         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23930         (__P): Remove.  All uses removed.
23931         (PTR): Remove.  All uses changed to void *.
23932         (CHAR_BIT, NULL): Remove.
23933         (spaces, zeros, memset_space, memset_zero)
23934         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23935         Remove.
23936         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23937         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23938         Define with prototype.
23939         Remove now-unnecessary prototype decl.
23940         (extra_args_spec): Assume ANSI C.  All uses changed.
23941         (extra_args_spec_iso): Remove.
23942         (my_strftime, emacs_strftimeu): Define via prototype.
23943         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23944         unconditionally.
23945         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23946         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23947         (strtoul, strtol): Remove decls.
23948         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23949         LONG_MAX): Remove.
23950         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23951         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23952         (LOCALE_PARAM_PROTO): New macro.
23953         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23954         (INTERNAL (strtol), strtol): Define with a prototype.
23955         (PARAMS): Remove.  All uses removed.
23956         * lib/tempname.c: Include <string.h> unconditionally.
23957         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23958         * lib/xgethostname.c (main): Define with a prototype.
23959         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23960         Include <stdlib.h> unconditionally.
23961         (calloc, malloc, realloc, free): Remove decls.
23962         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23963         Include <stdlib.h> unconditionally.  Sort include file names.
23964         (strtod): Remove.
23965         (xstrtod): Define with a prototype.
23966         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23967         (strtol, strtoul): Remove decls.
23968
23969 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23970
23971         More patches to assume C89 or better.
23972         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
23973         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
23974         string.h, memchr, STDC_HEADERS.
23975
23976 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23977
23978         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
23979         Include <stdlib.h>, <string.h> unconditionally.
23980         Remove now-unnecessary cast to char *.
23981         * lib/strnlen.c: Include <string.h> unconditionally.
23982         * lib/yesno.c (yesno): Define with a prototype.
23983
23984 2003-09-11  Bruno Haible  <bruno@clisp.org>
23985
23986         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
23987
23988 2003-09-10  Jim Meyering  <jim@meyering.net>
23989
23990         * lib/error.c: Correct indentation of cpp directives.
23991
23992 2003-09-10  Bruno Haible  <bruno@clisp.org>
23993
23994         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
23995         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
23996         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
23997         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
23998         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
23999         <stdlib.h> and <string.h> checks.
24000         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24001         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24002
24003 2003-09-10  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/strcspn.c: Include <string.h> unconditionally.
24006         * lib/strpbrk.c: Include <string.h> unconditionally.
24007         * lib/strstr.c: Include <string.h> unconditionally.
24008         * lib/unicodeio.c: Include <string.h> unconditionally.
24009         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24010         * lib/unsetenv.c: Likewise.
24011         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24012         * lib/yesno.c: Include <stdlib.h> unconditionally.
24013         (rpmatch): Add prototype.
24014
24015 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24016
24017         More patches to assume C89 or better.
24018         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24019         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24020         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24021         or for string.h.
24022         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24023         stdlib.h.
24024         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24025         C headers.
24026         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24027         string.h.
24028         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24029         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24030         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24031         or for string.h.
24032         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24033         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24034         C headers.
24035         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24036         memcpy.
24037         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24038         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24039         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24040         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24041         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24042         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24043         string.h, free.
24044         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24045         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24046         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24047         C headers, or for string.h.
24048         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24049         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24050         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24051         headers, memory.h, stdlib.h, string.h, strings.h.
24052         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24053         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24054         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24055         strchr.
24056         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24057         headers, memory.h, string.h.
24058         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24059         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24060         free.
24061         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24062         headers.
24063         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24064         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24065         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24066         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24067         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24068
24069 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24070
24071         More K&R removal.
24072
24073         * lib/acosl.c (main): Use a prototype.
24074         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24075         tanl.c: Likewise.
24076
24077         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24078
24079         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24080         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24081         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24082         with a prototype.
24083         * lib/getopt.c (const): Remove macro.
24084         Include <string.h> unconditionally.
24085         (my_index): Remove; all uses changed to strchr.
24086         (strlen): Remove decl.
24087         (exchange): Remove forward decl; no longer needed.
24088         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24089         Define with prototype.
24090         * lib/getopt1.c (const): Remove macro.
24091         (getopt_long, getopt_long_only, main): Define with prototype.
24092
24093         * lib/getugroups.c: Include <string.h> unconditionally.
24094
24095         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24096         (getusershell, setusershell, endusershell, readname, main):
24097         Define with prototypes.
24098
24099         * lib/group-member.c: Include group-member.h first.
24100         Include <stdlib.h> unconditionally.
24101
24102         * lib/hard-locale.c: Include hard-locale.h first.
24103         Include <stdlib.h>, <string.h> unconditionally.
24104
24105         * lib/hash.c (free, malloc): Remove decls.
24106         Include <stdlib.h> unconditionally.
24107
24108         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24109         (getenv): Do not declare.
24110
24111         * lib/idcache.c: Include <string.h> unconditionally.
24112
24113         * lib/long-options.c: Include long-options.h first, to test interface.
24114         Include <stdlib.h> unconditionally.
24115
24116         * lib/makepath.c: Include makepath.h first, to test interface.
24117         Include <stdlib.h> and <string.h> unconditionally.
24118
24119         * lib/linebuffer.c: Include <stdlib.h>.
24120         (free): Remove decl.
24121
24122         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24123         stddef.h. rpl_malloc returns void *, not char *.
24124         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24125         prototype.
24126
24127         * lib/md5.h: Include <limits.h> unconditionally.
24128         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24129         (__P): Remove; all uses removed.
24130         * lib/md5.c: Include "md5.h" first.
24131         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24132         md5_buffer, md5_process_bytes, md5_process_block):
24133         Define with prototypes.
24134         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24135         * lib/sha.c: Include "sha.h" first.
24136         Include <stdlib.h>, <string.h> unconditionally.
24137
24138         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24139         * lib/memcmp.c (__ptr_t): Likewise.
24140         * lib/memrchr.c (__ptr_t): Likewise.
24141         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24142         Include <string.h> unconditionally.
24143         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24144         * lib/memchr.c: Include <stdlib.h> unconditionally.
24145         * lib/memchr.c (LONG_MAX): Remove.
24146         * lib/memrchr.c (LONG_MAX): Likewise.
24147         * lib/memchr.c (__memchr): Define via a prototype.
24148         * lib/memrchr.c (__memrchr): Likewise.
24149         * lib/memcmp.c (__P): Remove, and remove all uses.
24150         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24151         Remove forward decls; no longer needed.
24152         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24153         Use types required by C89 in prototype.
24154
24155         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24156         * lib/savedir.c: Likewise.
24157         * lib/mkdir.c (free): Remove decl.
24158         * lib/rmdir.c (rmdir): Define with a prototype.
24159         * lib/savedir.c: Include savedir.h first, to test interface.
24160
24161         * lib/mktime.c (STDC_HEADERS): Remove.
24162         Include <stdlib.h>, <string.h> unconditionally.
24163
24164         * lib/modechange.c: Include <stdlib.h> unconditionally.
24165         (malloc): Remove decl.
24166
24167         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24168         (free): Remove decl.
24169
24170         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24171         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24172         (This type really should be intptr_t, but that's a C99ism.)
24173         (_obstack_memcpy): Remove: all uses changed to memcpy.
24174         Include <string.h> unconditionally.
24175         (struct obstack): Assume __STDC__ for types of members
24176         chunkfun, freefun, extra_arg.
24177         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24178         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24179         obstack_begin, obstack_specify_allocation,
24180         obstack_specify_allocation_with_arg, obstack_chunkfun,
24181         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24182         Remove unprototyped decls and the macros that use them.
24183         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24184         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24185         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24186         (defined __STDC__ && __STDC__)]:
24187         Remove nonprototyped code.
24188         Include <stdlib.h> unconditionally.
24189         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24190         _obstack_allocated_p, _obstack_free, obstack_free,
24191         _obstack_memory_used, print_and_abort):
24192         Define using prototypes.
24193         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24194         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24195         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24196         obstack_next_free, obstack_object_size, obstack_room) [0]:
24197         Remove unused, unprototyped code.
24198
24199         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24200
24201         * lib/physmem.c (physmem_total, physmem_available, main): Define
24202         with prototypes.
24203
24204         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24205         (main): Define with a prototype.
24206
24207         * lib/posixver.c (getenv): Remove decl.
24208
24209         * lib/putenv.c (malloc): Returns void *, not char *.
24210         Include <string.h> unconditionally.
24211         (strchr, memcpy, NULL): Do not define.
24212
24213         * lib/readtokens.c: Include readtokens.h first, to test interface.
24214         Include <stdlib.h>, <string.h> unconditionally.
24215         (init_tokenbuffer): Define with a prototype.
24216
24217         * lib/regex.c (PARAMS): Remove.  All uses removed.
24218         All uses of _RE_ARGS removed, too.
24219         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24220         unconditionally.
24221         (bzero): Assume memset exists.
24222         (memcmp, memcpy, NULL): Remove.
24223         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24224         char, or assignments to local vars of type signed char.
24225         (init_syntax_once, PREFIX(extract_number_and_incr),
24226         PREFIX(print_partial_compiled_pattern),
24227         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24228         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24229         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24230         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24231         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24232         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24233         wcs_compile_range, byte_compile_range, truncate_wchar,
24234         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24235         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24236         count_mbs_length, wcs_re_match_2_internal,
24237         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24238         PREFIX(alt_match_null_string_p),
24239         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24240         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24241         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24242         now-unnecessary declaration, if any.
24243         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24244         regcomp, regexec):
24245         Remove now-unnecessary casts among pointer types.
24246         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24247
24248         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24249         (free): Remove decl.
24250
24251         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24252
24253         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24254         (free): Remove decl.
24255
24256         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24257         * lib/xgetcwd.c: Likewise.
24258
24259         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24260         (free): Remove decl.
24261
24262         * lib/strchrnul.c (strchrnul): Define with a prototype.
24263         Fix bug: c_in was not converted to char before searching.
24264
24265         The following changes are not K&R related:
24266
24267         * lib/group-member.h: Include <sys/types.h>, so that this file is
24268         self-contained.
24269         * lib/makepath.h: Likewise.
24270
24271         * lib/getusershell.c (readname, default_index, line_size, readname):
24272         Use size_t, not int, for sizes.
24273         (readname): If the size overflows, report an error instead of
24274         looping forever.
24275
24276 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24277
24278         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24279         libc.
24280
24281 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24282
24283         * README: New section: portability guidelines.
24284
24285 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24286
24287         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24288         C89 spec.
24289
24290 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24291
24292         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24293
24294 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24295
24296         Assume C89 or better; remove K&R cruft.
24297         A few of these changes were first proposed by Derek Robert Price
24298         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24299
24300         * lib/addext.c: Include <string.h> unconditionally.
24301         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24302         Don't declare getenv or malloc.
24303
24304         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24305         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24306         (NULL): Remove.
24307         (find_stack_direction, alloca): Use prototypes.
24308
24309         * lib/atexit.c (atexit): Define using a prototype.
24310
24311         * lib/basename.c, dirname.c, stripslash.c:
24312         Include <string.h> unconditionally.
24313
24314         * lib/bcopy.c: Include <stddef.h>.
24315         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24316
24317         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24318
24319         * lib/error.h (error, error_at_line, error_print_progname)
24320         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24321         * lib/error.c: Include error.h first, to check interface.
24322         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24323         (VA_START): Remove; all uses changeed to va_start.
24324         (exit, strerror): Remove decls.
24325         (error_print_progname): Prototype uncondionally.
24326         Don't include <errno.h>; no longer needed.
24327         (private_strerror): Remove.
24328         (error_tail): Always define.
24329         (error, error_at_line): Assume C89 or better; always use prototypes.
24330         * lib/fatal.c: Include "fatal.h" first, to test interface.
24331         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24332         (VA_START): Remove; all uses changed to va_start.
24333         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24334         this case.
24335         (exit): Remove decl.
24336         (fatal): Prototype unconditionally.  Assume va_start works.
24337         Abort at end, to pacify gcc.
24338
24339         * lib/euidaccess.c (main): Define with a prototype.
24340
24341         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24342
24343         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24344
24345         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24346         prototypes.
24347         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24348         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24349         (getenv): Remove decl.
24350         (fnmatch): Define using a prototype.
24351         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24352         (FCT): Define using a prototype.
24353
24354         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24355
24356         * lib/gethostname.c: Include <stddef.h>.
24357         (gethostname): Define with prototype.  Length is size_t, not int.
24358
24359 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24360
24361         Assume C89 or better; remove K&R cruft.
24362         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24363         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24364         string.h, getenv, malloc.
24365         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24366         headers.
24367         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24368         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24369         do not check for strerror.
24370         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24371         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24372         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24373         do not check for doprnt or vprintf.
24374         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24375         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24376
24377 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24378
24379         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24380         getversion.c should have been removed then, but was accidentally
24381         preserved.
24382
24383         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24384         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24385
24386 2003-09-08  Karl Berry  <karl@gnu.org>
24387
24388         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24389                 config, forget about prep.
24390
24391         * config/depcomp, missing: update from automake.
24392
24393 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24394
24395         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24396         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24397
24398 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24399
24400         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24401         copy_tm_result.  Bug reported by Simon Josefsson in
24402         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24403
24404 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24405
24406         * m4/time_r.m4: New file.
24407         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24408         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24409         is. Check for timegm declaration.
24410         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24411         Do not check for gmtime_r.
24412         Replace mktime if __mktime_internal does not exist and if mktime
24413         hasn't been replaced already.
24414
24415 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24416
24417         * lib/time_r.c, lib/time_r.h: New files.
24418
24419         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24420         __localtime_r.
24421         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24422         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24423
24424         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24425         __gmtime_r.
24426         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24427         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24428         Include <time_r.h>.
24429
24430         * lib/timegm.c: Switch to glibc implementation, with the following
24431         changes:
24432         [defined HAVE_CONFIG_H]: Include <config.h>.
24433         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24434         (__mktime_internal) [!defined _LIBC]: New decl.
24435         (__gmtime_r) [!defined _LIBC]: New macro and function.
24436         (timegm): Use a prototype, since gnulib assumes C89.
24437         Do not bother declaring tmp to be const, as it's not really usefu.
24438         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24439         (timegm): Declare only if HAVE_DECL_TIMEGM.
24440
24441 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24442
24443         * MODULES.html.sh (func_all_modules): Add time_r.
24444         * modules/time_r: New file.
24445         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24446         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24447
24448 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24449
24450         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24451         Bug reported by Lute Kamstra in
24452         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24453
24454         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24455         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24456         course with correspondingly smaller numbers for tomorrow and
24457         yesterday.  From Tadayoshi Funaba.  Originally installed into
24458         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24459         coreutils merge?).
24460
24461 2003-08-31  Simon Josefsson  <jas@extundo.com>
24462
24463         * modules/timegm: New file.
24464         * MODULES.html.sh (func_all_modules): Add timegm.
24465
24466 2003-08-31  Simon Josefsson  <jas@extundo.com>
24467
24468         * m4/timegm.m4: New file.
24469
24470 2003-08-31  Simon Josefsson  <jas@extundo.com>
24471
24472         * lib/timegm.h: New file.
24473         * lib/timegm.c: New file.  Based on
24474         wget-1.8.2/src/http.c:mktime_from_utc.
24475
24476 2003-08-31  Karl Berry  <karl@gnu.org>
24477
24478         * lib/argp.h: update from libc.
24479
24480 2003-08-28  Bruno Haible  <bruno@clisp.org>
24481
24482         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24483         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24484         followed by '#define fnmatch fnmatch_posix' gives an error.
24485
24486 2003-08-28  Bruno Haible  <bruno@clisp.org>
24487
24488         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24489         warning on QNX, which defines O_BINARY to 000000.
24490
24491 2003-08-27  Jim Meyering  <jim@meyering.net>
24492
24493         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24494         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24495         would fail after 32.  Reported by Danny Levinson.  Details here:
24496         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24497
24498 2003-08-24  Bruno Haible  <bruno@clisp.org>
24499
24500         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24501         MSVC7 <stdio.h> is included later.
24502
24503 2003-08-22  Simon Josefsson  <jas@extundo.com>
24504
24505         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24506
24507 2003-08-20  Karl Berry  <karl@gnu.org>
24508
24509         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24510
24511 2003-08-20  Bruno Haible  <bruno@clisp.org>
24512
24513         * modules/progname: New file.
24514         * MODULES.html.sh (func_all_modules): Add progname.
24515
24516 2003-08-20  Bruno Haible  <bruno@clisp.org>
24517
24518         * lib/progname.h: New file, from GNU gettext.
24519         * lib/progname.c: New file, from GNU gettext.
24520         * lib/progreloc.c: New file, from GNU gettext.
24521
24522 2003-08-19  Jim Meyering  <jim@meyering.net>
24523
24524         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24525         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24526
24527 2003-08-19  Bruno Haible  <bruno@clisp.org>
24528
24529         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24530         more.
24531
24532 2003-08-19  Bruno Haible  <bruno@clisp.org>
24533
24534         * lib/xstrdup.c: Assume <string.h> exists.
24535
24536 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24537
24538         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24539         in makefile rules.
24540
24541 2003-08-18  Jim Meyering  <jim@meyering.net>
24542
24543         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24544         * m4/lib-ld.m4: Likewise.
24545
24546 2003-08-18  Jim Meyering  <jim@meyering.net>
24547
24548         * lib/setenv.h: Indent nested cpp directive.
24549         * lib/vasnprintf.c: Remove trailing blanks.
24550
24551 2003-08-17  Simon Josefsson  <jas@extundo.com>
24552
24553         * modules/xstrndup: New file.
24554         * MODULES.html.sh (func_all_modules): Add xstrndup.
24555
24556 2003-08-17  Simon Josefsson  <jas@extundo.com>
24557
24558         * modules/argp: Fix autoconf macro name. Add more dependencies.
24559
24560 2003-08-17  Simon Josefsson  <jas@extundo.com>
24561
24562         * m4/xstrndup.m4: New file.
24563
24564 2003-08-17  Simon Josefsson  <jas@extundo.com>
24565
24566         * m4/argp.m4: New file.
24567
24568 2003-08-17  Simon Josefsson  <jas@extundo.com>
24569             Bruno Haible  <bruno@clisp.org>
24570
24571         * lib/xstrndup.h: New file.
24572         * lib/xstrndup.c: New file.
24573
24574 2003-08-17  Bruno Haible  <bruno@clisp.org>
24575
24576         * modules/strndup (Files, Include): Add lib/strndup.h.
24577
24578 2003-08-17  Bruno Haible  <bruno@clisp.org>
24579
24580         * modules/euidaccess (Files): Add lib/euidaccess.h.
24581
24582 2003-08-17  Bruno Haible  <bruno@clisp.org>
24583
24584         * lib/strndup.h: New file.
24585
24586 2003-08-17  Bruno Haible  <bruno@clisp.org>
24587
24588         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24589         like AC_GNU_SOURCE.
24590         * modules/extensions (configure.ac): Comment out the invocation of
24591         gl_USE_SYSTEM_EXTENSIONS.
24592
24593 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24594
24595         Merges from coreutils, etc.
24596         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24597         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24598         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24599         fixing a typo.
24600         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24601         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24602
24603 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24604
24605         Document merge from coreutils.
24606         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24607         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24608         * modules/utime: Add m4/utimes-null.m4.
24609
24610 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24611
24612         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24613         space, undoing this 2003-08-12 change:
24614         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24615
24616 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24617
24618         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24619         strtoul.c from libc, undoing this 2003-08-12 change:
24620         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24621
24622 2003-08-16  Jim Meyering  <jim@meyering.net>
24623
24624         Merges from coreutils.
24625         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24626         prefix.  Adjust cache variables similarly.  Create 500 rather than
24627         just 300 files, to exercise bug on Darwin6.5, too.
24628         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24629         $missing_dir.
24630         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24631         AM_SYS_POSIX_TERMIOS.
24632         Reported by mkc@mathdogs.com.
24633         Also change use of $am_cv_sys_posix_termios
24634         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24635         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24636         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24637         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24638         in /proc/mounts until it finds one with matching device number.  This
24639         is unnecessary when the FILE argument *is* a mount point.  No stat call
24640         is necessary in that case.  So, disable the statvfs-testing code on
24641         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24642         as RedHat bug# 84846.
24643         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24644         to 1MB, so as not to render systems with no stack size limit (e.g.,
24645         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24646         Include <unistd.h>.  On some systems,
24647         it is required for the definition of _SC_PAGESIZE.
24648
24649 2003-08-16  Jim Meyering  <jim@meyering.net>
24650
24651         Merge from coreutils.
24652         * lib/xstrtoimax.c: #else #if -> #elif.
24653         * lib/xstrtoumax.c: Likewise.
24654
24655 2003-08-16  Jim Meyering  <jim@meyering.net>
24656
24657         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24658         * m4/utimes.m4: Removed.
24659         * m4/utimes-null.m4: Renamed from utimes.m4.
24660
24661         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24662         to 1MB, so as not to render systems with no stack size limit (e.g.,
24663         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24664         Include <unistd.h>.  On some systems,
24665         it is required for the definition of _SC_PAGESIZE.
24666
24667 2003-08-16  Jim Meyering  <jim@meyering.net>
24668         and Paul Eggert  <eggert@cs.ucla.edu>
24669
24670         Merges from coreutils, etc.
24671
24672         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24673         using the latest version from cvs.  This avoids problems with #line
24674         directives using a vendor (Sun) compiler.
24675         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24676         Don't set GETGROUPS_LIB here; now it's
24677         done via getgroups.m4's wrapper function.
24678         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24679         rather than just in sh-util/configure.in, so that the
24680         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24681         same.
24682         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24683         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24684         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24685         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24686         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24687         Remove code that is now done by the newly-required macros.
24688         Append $(EXEEXT) to DF_PROG.
24689         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24690         Do not invoke or require the following here,
24691         since prereq.m4 or some gnulib .m4 now does this for us:
24692         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24693         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24694         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24695         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24696         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24697         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24698         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24699         AC_FUNC_OBSTACK.
24700         Do not replace the following functions, as this is now the job
24701         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24702         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24703         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24704         atexit getpass, strdup, getpagesize.
24705         Replace 'raise'.
24706         Do not check for the following functions, as this is now the job
24707         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24708         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24709         setregid.
24710         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24711         Check for sys/sysctl.h.
24712         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24713         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24714         of checking for ssize_t ourselves.
24715
24716         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24717         Require every macro that gnulib/modules/* suggests for us.
24718         (jm_PREREQ_ADDEXT): New macro.
24719         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24720         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24721
24722         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24723         (gl_PHYSMEM): Use it.
24724         Also check for `table' function.
24725         Check for new headers and functions.
24726         Add check for sys/sysmp.h.
24727         With suggestions from Kaveh Ghazi.
24728         Ignore headers that are present but cannot be compiled.  This
24729         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24730         C 5.4.
24731
24732 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24733
24734         Document merge from coreutils.
24735         * modules/userspec: Depend on posixver.
24736         * modules/strftime: Depend on tzset.
24737
24738 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24739
24740         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24741         rather than tab, after '#' in shell-script copyright notices.
24742         Suggested by Bruno Haible.
24743
24744 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24745
24746         * config/srclist-update: Use three spaces, rather than tab, after '#'
24747         in shell-script copyright notices.  Suggested by Bruno Haible.
24748         Remove unnecessary parenthesization in regular expression.
24749
24750 2003-08-15  Jim Meyering  <jim@meyering.net>
24751
24752         Merge from coreutils.
24753         * lib/xgethostname.c: Include <stdlib.h>.
24754         (xghostname): Don't exit for anything other than memory-related
24755         failure; just return NULL.
24756         * lib/userspec.c: Include "posixver.h".
24757         (parse_user_spec): Accept `.' as a separator only
24758         in pre-POSIX-200112 mode.
24759         * lib/strtoimax.c: Use #elif rather than #else #if.
24760         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24761         Remove function, now that we can rely on a working tzset function.
24762         [!_LIBC]: Ensure that the required autoconf test has been run.
24763         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24764         Use underlying_strftime for %r.
24765         * lib/sha.c: Merge in some clean-up and optimization changes from
24766         glibc.
24767         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24768         Ensure that it is a multiple of 64.
24769         Rearrange loop exit tests so as to avoid performing an
24770         additional fread after encountering an error or EOF.
24771         * lib/realloc.c: Update copyright date.
24772
24773 2003-08-15  Jim Meyering  <jim@meyering.net>
24774         and Paul Eggert  <eggert@twinsun.com>
24775
24776         Merge from coreutils.
24777         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24778         member but strut utmpx does not.  Needed for AIX 4.3.3.
24779         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24780
24781 2003-08-15  Jim Meyering  <jim@meyering.net>
24782         and Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         Merges from coreutils, etc.
24785         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24786         Require gl_FUNC_TZSET_CLOBBER.
24787         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24788         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24789         members.
24790
24791 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24792
24793         Help the merge from coreutils.
24794         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24795         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24796         * m4/tzset.m4: Use it too.
24797
24798 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24799
24800         * modules/tzset: New file.
24801
24802 2003-08-14  Jim Meyering  <jim@meyering.net>
24803
24804         Merges from coreutils.
24805         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24806         variable names, rather than @FNMATCH_H@.
24807         * modules/alloca: Likewise for $(ALLOCA_H).
24808
24809         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24810         the three copies of the literal target, `fnmatch.h'.
24811         * modules/alloca (alloca.h): Likewise.
24812
24813 2003-08-14  Jim Meyering  <jim@meyering.net>
24814
24815         Merge from coreutils.
24816         * m4/tzset.m4: New file.
24817         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24818         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24819         otherwise, AIX 5.1 systems would end up using the latter.
24820         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24821         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24822         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24823         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24824
24825 2003-08-14  Jim Meyering  <jim@meyering.net>
24826
24827         Merge from coreutils.
24828         * lib/obstack.h: Whitespace changes.
24829         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24830         and xcalloc return values.
24831         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24832         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24833         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24834         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24835         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24836         error from mntctl.
24837         Use mntctl's return value to drive the entry-processing loop, since
24838         we can't rely on the value of the vmt_length member in the last
24839         entry.  On some systems doing so could result in exhausting
24840         virtual memory.  Based in part on a patch from Mike Jetzer.
24841
24842 2003-08-14  Jim Meyering  <jim@meyering.net>
24843         and Paul Eggert  <eggert@twinsun.com>
24844
24845         Merges from coreutils, plus other fixes.
24846         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24847         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24848         for credits and details.  Thanks to Kaveh Ghazi for helping
24849         to keep these files in sync.
24850         (ARRAY_SIZE): Define it.
24851         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24852         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24853         (memcasecmp): Don't assume size_t fits in unsigned int.
24854         Remove casts and duplicate code.
24855         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24856         (memcpy): Remove definition.
24857         Merge in some clean-up and optimization changes from glibc.
24858         [BLOCKSIZE]: Move definition to top of file.
24859         Ensure that it is a multiple of 64.
24860         Rearrange loop exit tests so as to avoid performing an
24861         additional fread after encountering an error or EOF.
24862         * lib/md5.h (md5_uintptr): Define.
24863         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24864         return to the initial working directory.  Preserve errno
24865         for caller.
24866         * lib/idcache.c: Include "xalloc.h".
24867         (xmalloc, xrealloc): Remove decls.
24868         (getuser): Remove casts no longer required in C89.
24869         * lib/human.c: Include stdio.h, for sprintf.
24870         * lib/group-member.c: Include "xalloc.h".
24871         (xmalloc, xrealloc): Remove decls.
24872         (get_group_info): Remove casts no longer required in C89.
24873         * lib/getusershell.c (readname): Remove casts no longer required in
24874         C89.
24875         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24876         * lib/getline.c: Whitespace fix, from coreutils.
24877
24878 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24879
24880         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24881         Check for isascii.
24882
24883         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24884         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24885         Undo previous (whitespace-only) change.
24886
24887 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24888
24889         * lib/exclude.c: Include <ctype.h>
24890         (IN_CTYPE_DOMAIN): New macro.
24891         (is_space): New fn.
24892         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24893         and empty lines.
24894
24895         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24896         Undo previous (whitespace-only) change.
24897
24898 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24899
24900         * config/srclist-update: Change update back to the old behavior,
24901         leaving whitespace alone.  Use one 'sed' command rather than a
24902         pipeline.
24903         (fixlicense): Now a variable, not a function.
24904         (remove_trailing_blanks): Remove.
24905         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24906         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24907         Undo previous (whitespace-only) change.
24908
24909 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24910
24911         Merge from coreutils.
24912         * modules/euidaccess: Add lib_SOURCES, include for new
24913         file euidaccess.h
24914
24915 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24916
24917         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24918         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24919         Normalize leading white space and remove trailing white space.
24920
24921         Merge from coreutils
24922         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24923
24924         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24925         0.12.1.  These files are now being upgraded automatically by
24926         ../config/srclist-update.
24927
24928 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24929
24930         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24931         Normalize leading white space and remove trailing white space.
24932         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24933         notice, as per ../config/srclist-update.
24934
24935         Merge from coreutils.
24936         * lib/euidaccess.h: New file.
24937         * lib/euidaccess.c: Include it.
24938         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24939         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24940         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24941
24942 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24943
24944         * config/srclist-update: Add copyright notice.
24945         (remove_id_lines, remove_trailing_blanks): New constants.
24946         (fixfile): Use them to normalize spacing a bit in copied files.
24947         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24948         Normalize leading white space and remove trailing white space.
24949
24950         * config/texinfo.tex: Sync with texinfo.
24951
24952         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24953         strtoul.c from libc, to merge coreutils whitespace changes.
24954
24955         * config/srclist.txt: Get the following m4 files from gettext:
24956         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24957         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24958         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24959         wint_t.m4.
24960
24961 2003-08-12  Karl Berry  <karl@gnu.org>
24962
24963         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24964         been made.
24965
24966 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24967
24968         * modules/gnu-source, m4/gnu-source.m4:
24969         Remove; we're assuming Autoconf 2.54 or later now.
24970         Suggested by Bruno Haible.
24971         * MODULES.html.sh (func_all_modules): Remove gnu-source.
24972
24973 2003-08-11  Bruno Haible  <bruno@clisp.org>
24974
24975         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
24976
24977 2003-08-11  Bruno Haible  <bruno@clisp.org>
24978
24979         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
24980         (vasnprintf): Use it instead of wcslen.
24981
24982 2003-08-11  Bruno Haible  <bruno@clisp.org>
24983
24984         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
24985         value to ensure that _Bool promotes to int. Use #define for _Bool when
24986         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
24987
24988 2003-08-10  Karl Berry  <karl@gnu.org>
24989
24990         * lib/regex.h: update from libc (whitespace fix).
24991
24992 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24993
24994         Merge some files from coreutils.  These changes were
24995         originally made by Jim Meyering.
24996         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
24997         many older Unixes require this.
24998         * lib/alloca.c (alloca): Remove cast to argument of free;
24999         no longer needed in C89.
25000         * lib/alloca_.h, regex.h: Fix white space to match
25001         what GNU indent does.
25002
25003 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25004
25005         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25006         apparently Emacs's Unicode mode got confused before my 2003-08-05
25007         checkin.
25008
25009 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25010
25011         * m4/extensions.m4: New file.
25012         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25013         Require gl_USE_SYSTEM_EXTENSIONS.
25014         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25015         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25016
25017 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25018
25019         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25020         * modules/extensions, modules/gnu-source: New files.
25021         * modules/timespec, modules/unlocked-io: Depend on extensions.
25022
25023 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25024
25025         * modules/restrict: New file.
25026         * MODULES.html.sh (func_all_modules): Add restrict.
25027         * modules/regex: Depend on restrict.
25028
25029 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25030
25031         * m4/restrict.m4: New file.
25032         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25033
25034 2003-08-07  Bruno Haible  <bruno@clisp.org>
25035
25036         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25037         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25038
25039 2003-08-07  Bruno Haible  <bruno@clisp.org>
25040
25041         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25042         makes the module 'getndelim2' compatible with the module 'getline'.
25043
25044 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25045
25046         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25047         byte with "\201" to avoid glitches when editing that source file
25048         with multi-gnome-terminal.
25049
25050 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25051
25052         * lib/bumpalloc.h: Remove.
25053
25054 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25055
25056         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25057         * modules/bumpalloc: Remove.
25058
25059 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25060
25061         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25062         GNU coding style.
25063
25064         Merge from coreutils.
25065         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25066         1. From glibc.
25067         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25068         from Karl Berry, implemented by Jim Meyering.
25069         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25070         from Dmitry V. Levin.
25071         Remove anachronistic cast of xrealloc.
25072         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25073         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25074         type. Otherwise, it wouldn't compile with at least /bin/cc on
25075         ymp-cray-unicos9.0.2.X.
25076         Combine two mostly-identical uses of alloca into one.
25077         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25078
25079 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25080
25081         [From Emacs.]
25082
25083         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25084         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25085         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25086         obsolete NLIST_NAME_UNION.
25087         [__GNU__]: Undef BSD and FSCALE.
25088         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25089
25090 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25091
25092         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25093         an enum type, so that it's guaranteed to promote to int.  See:
25094         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25095
25096 2003-08-03  Karl Berry  <karl@gnu.org>
25097
25098         * config/depcomp: update from automake.
25099
25100 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25101
25102         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25103         (strerror): Don't assume that a printable int fits in 14 bytes.
25104
25105 2003-07-31  Bruno Haible  <bruno@clisp.org>
25106
25107         * modules/getpass-gnu: New file.
25108         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25109
25110 2003-07-31  Bruno Haible  <bruno@clisp.org>
25111
25112         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25113
25114 2003-07-24  Karl Berry  <karl@gnu.org>
25115
25116         * config/missing: update from automake.
25117
25118 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25119             Bruno Haible  <bruno@clisp.org>
25120
25121         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25122         * lib/getline.c (getline, getdelim): Likewise.
25123         Remove _GNU_SOURCE define; now it's defined in config.h through
25124         m4/getline.m4.
25125
25126 2003-07-23  Karl Berry  <karl@gnu.org>
25127
25128         * config/config.sub: update from prep.
25129
25130 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25131
25132         * modules/xalloc (Depends-on): Add exitfail.
25133         * modules/xmemcoll: Likewise.
25134
25135 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25136
25137         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25138         over-parenthesization in macros.
25139
25140         Sync with coreutils.
25141
25142         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25143         required by C99.
25144
25145         Use `exit_failure' for xalloc and xmemcoll instead of their own
25146         private exit-failure variables.
25147         * lib/xalloc.h (xalloc_exit_failure): Remove.
25148         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25149         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25150         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25151         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25152         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25153
25154 2003-07-20  Jim Meyering  <jim@meyering.net>
25155
25156         * modules/closeout (Depends-on): Add exitfail.
25157         Suggestion from Bruno Haible.
25158
25159 2003-07-19  Karl Berry  <karl@gnu.org>
25160
25161         * config/config.sub: update from prep.
25162
25163 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25164
25165         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25166         Remove.
25167         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25168         to test that it can stand by itself.  Include "exitfail.h".
25169         Clients should set exit_failure instead.
25170         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25171
25172 2003-07-18  Bruno Haible  <bruno@clisp.org>
25173
25174         * modules/getndelim2: New file.
25175         * modules/getline: Share files with module getndelim2.
25176         * modules/getnline: Depend on getndelim2 instead of sharing files with
25177         it. Add getnline.c to lib_SOURCES.
25178         * MODULES.html.sh (func_all_modules): Add getndelim2.
25179
25180 2003-07-18  Bruno Haible  <bruno@clisp.org>
25181
25182         * m4/getndelim2.m4: New file.
25183         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25184         invoke gl_PREREQ_GETNDELIM2.
25185         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25186         gl_PREREQ_GETNDELIM2.
25187         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25188         gl_GETNDELIM2.
25189
25190 2003-07-18  Bruno Haible  <bruno@clisp.org>
25191
25192         * lib/getndelim2.h: New file.
25193         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25194         getndelim2.h.
25195         (getndelim2): Make non-static. Change return type to ssize_t.
25196         * lib/getline.h: Change argument names.
25197         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25198         * lib/getnline.c: Include getndelim2.h.
25199
25200 2003-07-18  Andreas Schwab  <schwab@suse.de>
25201
25202         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25203
25204 2003-07-17  Karl Berry  <karl@gnu.org>
25205
25206         * config/config.sub: update from prep.
25207
25208 2003-07-17  Bruno Haible  <bruno@clisp.org>
25209
25210         * modules/getnline: New file.
25211         * modules/getline: Add lib/getndelim2.c to source file list.
25212         * MODULES.html.sh (func_all_modules): Add getnline.
25213
25214 2003-07-17  Bruno Haible  <bruno@clisp.org>
25215
25216         * m4/getnline.m4: New file.
25217
25218 2003-07-17  Bruno Haible  <bruno@clisp.org>
25219
25220         * m4/Makefile.am.in: Remove file.
25221         * m4/Makefile.am: Remove file.
25222         * m4/Makefile.in: Remove file.
25223
25224 2003-07-17  Bruno Haible  <bruno@clisp.org>
25225
25226         * lib/getnline.h: New file.
25227         * lib/getnline.c: New file.
25228         * lib/getndelim2.c: New file, extracted from getline.c.
25229         (getndelim2): Renamed from getdelim2, with added nmax argument.
25230         * lib/getline.c: Include getndelim2.c.
25231         (getdelim2): Moved out to getndelim2.c.
25232         (getline, getdelim): Update.
25233
25234 2003-07-17  Bruno Haible  <bruno@clisp.org>
25235
25236         * lib/Makefile.am: Remove file.
25237         * lib/Makefile.in: Remove file.
25238
25239 2003-07-17  Bruno Haible  <bruno@clisp.org>
25240
25241         * configure.in: Remove file.
25242         * Makefile.in: Remove file.
25243
25244 2003-07-17  Bruno Haible  <bruno@clisp.org>
25245
25246         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25247
25248 2003-07-16  Karl Berry  <karl@gnu.org>
25249
25250         * config/srclist-update: was running fixlicense twice, which caused
25251                 texinfo.tex to be nullified for some reason.  Simplify,
25252                 $gplsrc is no longer needed as far as I can see?
25253
25254 2003-07-16  Jim Meyering  <jim@meyering.net>
25255
25256         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25257
25258 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25259
25260         * config/srclist.txt: Get the following files from gettext-runtime/intl
25261         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25262         ref-del.sin.  From Bruno Haible.
25263         * config/srclist-update (fixfile): Change grep pattern again, since the
25264         previous fix didn't work (there was another trailing $).  Use
25265         '[$]' to escape the $s.
25266
25267 2003-07-15  Karl Berry  <karl@gnu.org>
25268
25269         * lib/vasnprintf.c: update from gettext.
25270
25271 2003-07-15  Karl Berry  <karl@gnu.org>
25272
25273         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25274         gets expanded when surrounded by '$'.
25275
25276 2003-07-15  Jim Meyering  <jim@meyering.net>
25277
25278         * modules/save-cwd: Don't depend on error.  From Derek Price.
25279
25280 2003-07-15  Jim Meyering  <jim@meyering.net>
25281
25282         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25283
25284 2003-07-14  Simon Josefsson  <jas@extundo.com>
25285
25286         * modules/mempcpy: New file.
25287         * MODULES.html.sh (func_all_modules): Add mempcpy.
25288
25289 2003-07-14  Simon Josefsson  <jas@extundo.com>
25290
25291         * m4/mempcpy.m4: New file.
25292
25293 2003-07-14  Simon Josefsson  <jas@extundo.com>
25294
25295         * lib/mempcpy.h: New file.
25296         * lib/mempcpy.c: New file.
25297
25298 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25299
25300         * modules/getdate, modules/posixtm: Depend on mktime.
25301
25302 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25303
25304         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25305         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25306         unicodeio.c, unicodeio.h, unlocked-io.h:
25307         Switch from LGPL to GPL.
25308
25309 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25310
25311         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25312         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25313         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25314         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25315         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25316         updated automatically by ../config/srclist-update.  This changes
25317         their license from LPGL to GPL.
25318
25319 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25320
25321         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25322         assumed to refer to the root of the most recent stable gettext version.
25323         * config/srclistvars.sh: Add defaults for eggert.
25324         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25325         Match "This program" as well as "The program".  This is needed
25326         for gettext.
25327
25328 2003-07-14  Jim Meyering  <jim@meyering.net>
25329
25330         Don't emit diagnostics.  Let callers do that.
25331         * lib/save-cwd.c: Don't include "error.h".
25332         (save_cwd): Don't call error.  Ensure that errno is valid
25333         when returning nonzero.
25334
25335         * lib/save-cwd.h (restore_cwd): Update prototype.
25336         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25337         Simplify.  Don't call error upon failure.  Let callers do that.
25338         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25339         when auditing is enabled.  But don't bother updating the #if.
25340
25341 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25342
25343         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25344         it breaks C++ compilation.
25345         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25346
25347 2003-07-10  Simon Josefsson  <jas@extundo.com>
25348
25349         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25350
25351 2003-07-10  Jim Meyering  <jim@meyering.net>
25352
25353         * m4/clock_time.m4: Remove trailing blank.
25354         * m4/intmax_t.m4: Likewise.
25355
25356 2003-07-10  Jim Meyering  <jim@meyering.net>
25357
25358         * lib/vasnprintf.c: Remove trailing blanks.
25359         Make cpp indentation consistent.
25360
25361 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25362
25363         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25364         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25365         Switch from LGPL to GPL.
25366
25367 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25368
25369         * config/srclist.txt: Sort sublists.  Add
25370         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25371         that differ from gnulib for one reason or another; we'd like this list
25372         to be smaller but for now let's document what we have.
25373
25374 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25375
25376         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25377         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25378         and sweeter "eval x=$x".
25379         * config/srclist.txt: Get lib/argp* from glibc.
25380
25381 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25382
25383         * lib/mktime.c: Fix some boundary cases and remove need for floating
25384         point.
25385
25386         Issue a compile-time diagnostic if time_t is floating point, or if
25387         two's complement arithmetic is not in effect, or if arithmetic
25388         right shift does not propagate the sign.  These assumptions were
25389         all in the original code but they weren't checked.
25390
25391         (TIME_T_MIDPOINT, verify): New macros.
25392         (__isleap): Remove; it has integer overflow problems.
25393         (leapyear): New function, without those problems.
25394         (ydhms_tm_diff): Remove; splitting into two parts.
25395         (ydhms_diff): New function, containing the arithmetic part of
25396         the old ydhms_tm_diff function.  Issue a compile-time
25397         diagnostic if we are not using C99 integer division.
25398         Avoid casts when possible.
25399         (guess_time_tm): New function, containing the checking part of
25400         the old ydhms_tm_diff function.  Return the new value, rather than
25401         the difference between it and the old.  Accept a new argument T
25402         so that *T specifies the old value.  Check for overflow in the result.
25403
25404         (__mktime_internal): Use a time_t offset, not a long int offset.
25405         This undoes the 2003-06-04 change, which is no longer needed now
25406         that we have better overflow checking.
25407         (localtime_offset): Likewise.
25408
25409         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25410         and long are 64-bit but int is only 32-bit.
25411         (ydhms_diff): Use long int to store year1 and yday1.
25412         Issue a compile-time diagnostic if long int is not wide enough.
25413
25414         (__mktime_internal): Use long int to store adjusted year and yday.
25415         Use plain C rather than preprocessor commands, if that doesn't
25416         affect efficiency.
25417         Check for overflow (and try to repair) after each probe
25418         rather than checking only at the very end.  This avoids some bugs
25419         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25420         does not equal GMT offset at maximum time).
25421         Use integer to check for overflow rather than floating point; this
25422         is more portable to non-IEEE hosts, and is a tad faster.
25423         When we detect that we are oscillating between two values,
25424         don't check whether tm_isdst has the requested value, since
25425         we already know the answer.  When tm_isdst has the wrong value,
25426         use a different heuristic to find the right one, based on the
25427         extreme values actually observed in practice in tz2003a,
25428         rather than the (overly optimistic) "previous 3 calendar quarters".
25429
25430         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25431         "T const" to accommodate glibc style.
25432         (check_result): Use less-confusing report format.  "long" -> "long int.
25433         (main): Likewise.
25434         Don't loop if the iteration overflows time_t.
25435         Allow a negative step in the iteration.
25436
25437 2003-07-06  Karl Berry  <karl@gnu.org>
25438
25439         * config/depcomp: update from automake.
25440         * config/config.sub: update from prep.
25441
25442 2003-07-03  Karl Berry  <karl@gnu.org>
25443
25444         * config/config.guess: update from prep.
25445
25446 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25447
25448         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25449         xreadlink.c now includes it unconditionally.
25450
25451 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25452
25453         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25454         having it depend on HAVE_SYS_TYPES_H.
25455
25456 2003-07-01  Bruno Haible  <bruno@clisp.org>
25457
25458         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25459         <sys/types.h> should be sufficient.
25460         Reported by Paul Eggert.
25461
25462 2003-06-26  Karl Berry  <karl@gnu.org>
25463
25464         * config/depcomp: update from automake.
25465
25466 2003-06-26  Bruno Haible  <bruno@clisp.org>
25467
25468         * modules/human: Depend on module stdbool.
25469
25470 2003-06-25  Bruno Haible  <bruno@clisp.org>
25471
25472         * modules/readlink: New file.
25473         * modules/xreadlink: Depend on it.
25474         * MODULES.html.sh (func_all_modules): Add readlink.
25475
25476 2003-06-25  Bruno Haible  <bruno@clisp.org>
25477
25478         * m4/readlink.m4: New file.
25479
25480 2003-06-25  Bruno Haible  <bruno@clisp.org>
25481
25482         * lib/readlink.c: New file.
25483
25484 2003-06-22  Karl Berry  <karl@gnu.org>
25485
25486         * config/srclist.txt: update mkinstalldirs from automake.
25487         * config/mkinstalldirs: update.
25488
25489 2003-06-22  Bruno Haible  <bruno@clisp.org>
25490
25491         Portability to mingw32.
25492         * m4/ssize_t.m4: New file, from GNU gettext.
25493         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25494         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25495
25496 2003-06-22  Bruno Haible  <bruno@clisp.org>
25497
25498         * modules/safe-read: Add m4/ssize_t.m4.
25499         * modules/xreadlink: Add m4/ssize_t.m4.
25500
25501 2003-06-20  Bruno Haible  <bruno@clisp.org>
25502
25503         Assume C89, so PARAMS isn't needed.
25504         * lib/unicodeio.h (PARAMS): Remove.
25505         * lib/unicodeio.c: Don't use PARAMS.
25506
25507 2003-06-18  Karl Berry  <karl@gnu.org>
25508
25509         * config/config.{guess,sub}: update from prep.
25510
25511 2003-06-18  Jim Meyering  <jim@meyering.net>
25512
25513         Merge changes from coreutils.
25514         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25515         Remove explicit declarations of xmalloc and realloc.
25516         Include xalloc.h.
25517         (read_utmp): Remove anachronistic cast of xmalloc.
25518
25519 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25520
25521         Assume C89, so PARAMS isn't needed.
25522         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25523         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25524         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25525         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25526         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25527         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25528         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25529         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25530         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25531         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25532         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25533         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25534         no longer needed. Anyway, config.h should always be included before any
25535         other file.
25536
25537 2003-06-11  Simon Josefsson  <jas@extundo.com>
25538
25539         * modules/sysexits: New file.
25540         * MODULES.html.sh (func_all_modules): Add sysexits.
25541
25542 2003-06-11  Simon Josefsson  <jas@extundo.com>
25543
25544         * lib/sysexit_.h: New file.
25545
25546 2003-06-11  Derek Price  <derek@ximbiot.com>
25547
25548         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25549         necessary.
25550
25551 2003-06-11  Bruno Haible  <bruno@clisp.org>
25552
25553         * m4/sysexits.m4: New file.
25554
25555 2003-06-10  Simon Josefsson  <jas@extundo.com>
25556
25557         * lib/argp.h: New file, from glibc.
25558         * lib/argp-ba.c: New file, from glibc.
25559         * lib/argp-eexst.c: New file, from glibc.
25560         * lib/argp-fmtstream.c: New file, from glibc.
25561         * lib/argp-fmtstream.h: New file, from glibc.
25562         * lib/argp-fs-xinl.c: New file, from glibc.
25563         * lib/argp-help.c: New file, from glibc.
25564         * lib/argp-namefrob.h: New file, from glibc.
25565         * lib/argp-parse.c: New file, from glibc.
25566         * lib/argp-pv.c: New file, from glibc.
25567         * lib/argp-pvh.c: New file, from glibc.
25568         * lib/argp-xinl.c: New file, from glibc.
25569
25570 2003-06-10  Simon Josefsson  <jas@extundo.com>
25571
25572         * modules/strchrnul: New file.
25573
25574 2003-06-10  Simon Josefsson  <jas@extundo.com>
25575
25576         * modules/argp: New file.
25577
25578 2003-06-10  Simon Josefsson  <jas@extundo.com>
25579
25580         * m4/strchrnul.m4: New file.
25581
25582 2003-06-10  Simon Josefsson  <jas@extundo.com>
25583
25584         * lib/strchrnul.h: New file.
25585         * lib/strchrnul.c: New file.
25586
25587 2003-06-10  Bruno Haible  <bruno@clisp.org>
25588
25589         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25590
25591 2003-06-07  Karl Berry  <karl@gnu.org>
25592
25593         * config/config.{guess,sub}: update from prep.
25594
25595 2003-06-07  Jim Meyering  <jim@meyering.net>
25596
25597         * modules/strtod: Use $(...) notation, not @...@ for
25598         AC_REPLACE'd variables.
25599         * modules/localcharset: Likewise.
25600
25601 2003-06-07  Jim Meyering  <jim@meyering.net>
25602
25603         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25604         in place of my name in the copyright comment.
25605         Remove definition and uses of __P.
25606
25607         From coreutils.
25608         * lib/stat.c: Don't declare xmalloc explicitly.
25609         Instead, include "xalloc.h".
25610         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25611         xrealloc, and xcalloc return values.
25612         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25613         Improve comment.
25614         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25615
25616 2003-06-07  Bruno Haible  <bruno@clisp.org>
25617
25618         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25619         avoid AC_CONFIG_LINKS.
25620         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25621         fnmatch.h, to avoid AC_CONFIG_LINKS.
25622         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25623
25624 2003-06-07  Bruno Haible  <bruno@clisp.org>
25625
25626         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25627         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25628         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25629         directory.
25630         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25631         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25632         directory.
25633
25634 2003-06-06  Jim Meyering  <jim@meyering.net>
25635
25636         Merge from coreutils.
25637         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25638         Consolidate declarations and initializations of *_base* locals.
25639
25640         Merge from coreutils.
25641         This avoids a core dump on systems without GNU putenv,
25642         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25643         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25644         (unsetenv): New static function, from GNU libc.
25645         (rpl_putenv): Use it.
25646
25647         * lib/modechange.c: Remove trailing blanks.
25648
25649         Merge from coreutils.
25650         * lib/fsusage.c: Remove declaration of statfs.
25651         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25652
25653         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25654
25655 2003-06-06  Jim Meyering  <jim@meyering.net>
25656
25657         * lib/stdbool_.h: Renamed from stdbool.h.in.
25658
25659 2003-06-06  Jim Meyering  <jim@meyering.net>
25660             Bruno Haible  <bruno@clisp.org>
25661
25662         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25663         Adjust Makefile.am snippet not to redirect directly to target.
25664         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25665
25666 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25667
25668         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25669         mismatch, look in future quarters as well as past.  This fixes a
25670         bug when processing fall-backwards gaps immediately after a long
25671         period of daylight-saving time.
25672
25673         * lib/mktime.c: Assume freestanding C89 or better.
25674         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25675         (__P): Remove; not used.
25676         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25677         (mktime, not_equal_tm, print_tm, check_result,
25678         main): Use prototypes.  Use const * where appropriate.
25679         (main): Fix typo in testing code that uncovered by above changes.
25680         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25681
25682 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25683
25684         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25685         locale.h, localeconv.  This merges changes from coreutils.
25686
25687         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25688         It can be removed after the next Autoconf is released.
25689         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25690         needed.
25691
25692 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25693
25694         * lib/mktime.c: Fix Debian bug 177940
25695         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25696         (localtime_offset): Now long int, not time_t, because we want it
25697         to be guaranteed to be signed.  All uses changed.
25698         (__mktime_internal): If overflow would occur when adding offset,
25699         don't add it.
25700
25701         Merge 'human' changes from coreutils.  Rewrite to support
25702         locale-specific notations like thousands separators.
25703         * lib/human.c: Simplify authorship notice.
25704         Include human.h immediately after config.h.
25705         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25706         <limits.h>: Do not include, since human.h does.
25707         (SIZE_MAX, UINTMAX_MAX): New macros.
25708         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25709         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25710         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25711         (power_letter): Renamed from suffixes.
25712         (generate_suffix_backwards): Remove.
25713         (adjust_value): Now takes int style (because of human.h changes)
25714         and long double value (for greater precision on some platforms).
25715         (group_number): New function.
25716         (human_readable): Use it.  Use integer options, not enum.
25717         Put the options before the sizes in the arg list.
25718         Support all the new options.
25719         The old human_readable function has been removed;
25720         use inttostr.h instead.
25721         (human_readable, default_block_size, humblock):
25722         Use uintmax_t, not int, for block sizes.
25723         (human_readable_inexact, block_size_types): Remove.
25724         (block_size_opts): New constant.
25725         (human_options): Renamed from human_block_size, with new signature
25726         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25727         * lib/human.h: Add copyright and authorship notice.
25728         Include <limits.h> and <stdbool.h> unconditionally.
25729         (PARAMS): Remove.  All uses removed.
25730         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25731         (enum human_inexact_style): Remove tag; now a nameless enum.
25732         (human_floor, human_ceiling, human_round_to_even): Now have
25733         values 2, 0, 1 rather than -1, 1, 0.
25734         (human_group_digits, human_suppress_point_zero, human_autoscale,
25735         human_base_1024, human_SI, human_B): New constants.
25736         (human_readable_inexact, human_block_size): Remove.
25737         (human_readable): Size args are now uintmax_t, not int.
25738         (human_options): New decl.
25739
25740         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25741         unnecessary now that we assume C89 or better.  This change
25742         imported from coreutils.
25743
25744         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25745         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25746         in the 2003-05-30 sync from glibc.
25747
25748         .h files should stand alone, but we shouldn't include <sys/types.h>
25749         if we can get away with just <stddef.h>.
25750
25751         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25752         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25753         rather than <sys/types.h>, as we merely need size_t.
25754         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25755         to get size_t.
25756         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25757         Include <stdio.h>, to get FILE.
25758         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25759         memcasecmp.h has included <stddef.h> and all we need is size_t.
25760         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25761         our interface, instead of including <sys/types.h>
25762
25763 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25764
25765         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25766         now, as glibc mktime is buggy on non-glibc systems.
25767
25768 2003-06-03  Karl Berry  <karl@gnu.org>
25769
25770         * config/config.sub: update from prep.
25771
25772 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25773
25774         [from coreutils]
25775         Fix some minor time-related bugs with POSIX time arguments.
25776         Some valid time stamps were being rejected (notably -1, and
25777         time stamps before 1900 on 64-bit hosts).  And some invalid
25778         time stamps were being accepted, e.g. September 31.
25779
25780         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25781         that we can return (time_t) -1 successfully.
25782         * lib/posixtm.c: Likewise.
25783         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25784         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25785         (t): Remove static var.
25786         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25787         of static var.  All uses changed.
25788         (year): Do not reject years before 1900; they can occur with
25789         64-bit time_t.
25790         (posix_time_parse): Do not check for out-of-range components;
25791         that is now the caller's responsibility, since our checks were
25792         only approximations.
25793         (posixtime): Use mktime to check for out-of-range components,
25794         since it knows them exactly.
25795         If mktime returns (time_t) -1, check whether an error actually occurred
25796         by invoking localtime on -1.
25797         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25798         posixtime failures better.
25799         Improve the test data (in comments only).
25800
25801 2003-06-02  Karl Berry  <karl@gnu.org>
25802
25803         * config/mkinstalldirs (version): new variable.
25804         (--version): new option.
25805         (usage): improve message.
25806
25807 2003-05-30  Karl Berry  <karl@gnu.org>
25808
25809         * lib/mktime.c: update from libc.
25810
25811 2003-05-30  Bruno Haible  <bruno@clisp.org>
25812
25813         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25814         * config/config.rpath: Upgrade to gettext-0.12.1.
25815
25816 2003-05-30  Bruno Haible  <bruno@clisp.org>
25817
25818         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25819         * m4/nls.m4: New file, from gettext-0.12.1.
25820         * m4/po.m4: New file, from gettext-0.12.1.
25821         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25822
25823 2003-05-30  Bruno Haible  <bruno@clisp.org>
25824
25825         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25826         * lib/localcharset.h: Likewise.
25827         * lib/localcharset.c: Likewise.
25828
25829 2003-05-29  Karl Berry  <karl@gnu.org>
25830
25831         * config/config.rpath: update from gettext.
25832
25833 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25834
25835         Assume the headers required for C89 freestanding compilers.
25836         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25837         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25838         * m4/human.m4 (gl_HUMAN): Likewise.
25839         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25840         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25841         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25842         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25843         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25844         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25845
25846 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25847
25848         Assume the headers required for C89 freestanding compilers.
25849         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25850         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25851         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25852         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25853         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25854         define, since <limits.h> is guaranteed to do that.
25855         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25856         * lib/exclude.c: Include <stdbool.h> unconditionally.
25857         * lib/tempname.c: Include <stddef.h> unconditionally.
25858         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25859         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25860         <stddef.h> does that.
25861         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25862         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25863         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25864         needed.
25865         * lib/xstrtol.c: Likewise.
25866         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25867         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25868
25869         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25870         warnings on some platforms.
25871
25872         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25873         arbitrarily.
25874
25875 2003-05-26  Jim Meyering  <jim@meyering.net>
25876
25877         Merge in a change from coreutils:
25878         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25879         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25880         that condition, rather than `-1' which is slightly misleading.
25881         Change the name of the cache variable to have the gl_ prefix.
25882         Prompted by a patch from Richard Dawe for DJGPP.
25883
25884 2003-05-24  Karl Berry  <karl@gnu.org>
25885
25886         * config/config.guess: update from prep.
25887
25888 2003-05-22  Karl Berry  <karl@gnu.org>
25889
25890         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25891
25892 2003-05-20  Karl Berry  <karl@gnu.org>
25893
25894         * config/config.guess: update from prep.
25895
25896 2003-05-18  Karl Berry  <karl@gnu.org>
25897
25898         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25899         might actually be set by the user.
25900
25901         * config/depcomp, install-sh, mdate-sh: update from automake.
25902
25903 2003-05-17  Bruno Haible  <bruno@clisp.org>
25904
25905         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25906         invalid expansion for AC_EGREP_CPP.
25907         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25908         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25909         Suggested by Akim Demaille <akim@epita.fr> in
25910         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25911
25912 2003-05-12  Jim Meyering  <jim@meyering.net>
25913
25914         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25915         the space-padded-by-default conversion specifiers, %e, %k, %l.
25916
25917 2003-05-12  Bruno Haible  <bruno@clisp.org>
25918
25919         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25920         the string is longer than 4 KB.
25921
25922 2003-05-11  Karl Berry  <karl@gnu.org>
25923
25924         * config/config.{guess,sub}: update from prep.
25925
25926 2003-05-09  Bruno Haible  <bruno@clisp.org>
25927
25928         * modules/error: Add m4/strerror_r.m4 to file list.
25929
25930 2003-05-03  Bruno Haible  <bruno@clisp.org>
25931
25932         Upgrade to Unicode-4.0.
25933         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25934         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25935         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25936         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25937         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25938         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25939         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25940         Change width of U+E0100..U+E01EF from 1 to 0.
25941
25942 2003-04-25  Jim Meyering  <jim@meyering.net>
25943
25944         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25945         of type size_t, not int.
25946
25947 2003-04-25  Bruno Haible  <bruno@clisp.org>
25948
25949         * lib/copy-file.c: Include <stddef.h>, for size_t.
25950
25951 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25952
25953         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25954         code which expansion is under static control.  Patch imported from
25955         Akim Demaille's patch to Bison; see
25956         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25957
25958 2003-04-14  Bruno Haible  <bruno@clisp.org>
25959
25960         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25961
25962 2003-04-11  Jim Meyering  <jim@meyering.net>
25963
25964         Merge changes from Coreutils.
25965
25966         2003-03-22  Jim Meyering  <jim@meyering.net>
25967
25968         * lib/strftime.c (widen): Cast alloca return value to proper type.
25969
25970         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
25971
25972         From GNU libc.
25973         * lib/strftime.c (my_strftime): Handle very large width
25974         specifications for numeric values correctly.  Improve checks for
25975         overflow.
25976
25977         2003-01-19  Jim Meyering  <jim@meyering.net>
25978
25979         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
25980         definitions.
25981         (nl_get_alt_digit) [! defined my_strftime]: Define.
25982         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
25983         _nl_get_alt_digit and _nl_get_walt_digit.
25984
25985         * lib/strftime.c (my_strftime): Merge in locale-related changes from
25986         libc. These changes have no effect outside of _LIBC.
25987
25988 2003-04-10  Bruno Haible  <bruno@clisp.org>
25989
25990         * modules/findprog: New file.
25991         * MODULES.html.sh (func_all_modules): Add it.
25992
25993 2003-04-10  Bruno Haible  <bruno@clisp.org>
25994
25995         * m4/findprog.m4: New file.
25996         * m4/eaccess.m4: New file.
25997
25998 2003-04-10  Bruno Haible  <bruno@clisp.org>
25999
26000         * lib/findprog.h: New file, from GNU gettext.
26001         * lib/findprog.c: New file, from GNU gettext.
26002
26003 2003-04-05  Jim Meyering  <jim@meyering.net>
26004
26005         Merge changes from Coreutils.
26006
26007         * lib/exclude.h (PARAMS): Remove definition and uses.
26008         * lib/exclude.c: Remove uses of `PARAMS'.
26009
26010         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26011         Add test-cases for DOS filenames. Declare program_name.
26012         (main): Set up program_name.  Patch by Rich Dawe.
26013
26014         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26015         error from mntctl.
26016         Use mntctl's return value to drive the entry-processing loop, since
26017         we can't rely on the value of the vmt_length member in the last
26018         entry.  On some systems doing so could result in exhausting
26019         virtual memory.  Based in part on a patch from Mike Jetzer.
26020
26021 2003-04-04  Bruno Haible  <bruno@clisp.org>
26022
26023         * modules/linebreak: New file.
26024         * MODULES.html.sh (func_all_modules): Add it.
26025
26026 2003-04-04  Bruno Haible  <bruno@clisp.org>
26027
26028         * m4/linebreak.m4: New file.
26029
26030 2003-04-04  Bruno Haible  <bruno@clisp.org>
26031
26032         * lib/linebreak.h: New file, from GNU gettext.
26033         * lib/linebreak.c: New file, from GNU gettext with slight
26034         modifications.
26035         * lib/lbrkprop.h: New file, from GNU gettext.
26036
26037 2003-04-03  Bruno Haible  <bruno@clisp.org>
26038
26039         * modules/utf8-ucs4: New file.
26040         * modules/utf16-ucs4: New file.
26041         * modules/ucs4-utf8: New file.
26042         * modules/ucs4-utf16: New file.
26043         * MODULES.html.sh (func_all_modules): Add them.
26044
26045 2003-04-03  Bruno Haible  <bruno@clisp.org>
26046
26047         * m4/utf-ucs4.m4: New file.
26048         * m4/ucs4-utf.m4: New file.
26049
26050 2003-04-03  Bruno Haible  <bruno@clisp.org>
26051
26052         * lib/utf8-ucs4.h: New file, from GNU gettext.
26053         * lib/utf16-ucs4.h: New file, from GNU gettext.
26054         * lib/ucs4-utf8.h: New file, from GNU gettext.
26055         * lib/ucs4-utf16.h: New file, from GNU gettext.
26056
26057 2003-04-02  Bruno Haible  <bruno@clisp.org>
26058
26059         * modules/binary-io: New file.
26060         * MODULES.html.sh (func_all_modules): Add it.
26061
26062 2003-04-02  Bruno Haible  <bruno@clisp.org>
26063
26064         * lib/binary-io.h: New file, from GNU gettext.
26065
26066 2003-04-01  Bruno Haible  <bruno@clisp.org>
26067
26068         * modules/pathname: New file.
26069         * MODULES.html.sh (func_all_modules): Add it.
26070
26071 2003-04-01  Bruno Haible  <bruno@clisp.org>
26072
26073         * lib/pathname.h: New file, from GNU gettext.
26074         * lib/concatpath.c: New file, from GNU gettext.
26075
26076 2003-03-30  Bruno Haible  <bruno@clisp.org>
26077
26078         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26079
26080 2003-03-30  Bruno Haible  <bruno@clisp.org>
26081
26082         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26083         function chown() doesn't exist.
26084
26085 2003-03-28  Bruno Haible  <bruno@clisp.org>
26086
26087         * modules/copy-file: New file.
26088         * MODULES.html.sh (func_all_modules): Add it.
26089
26090 2003-03-28  Bruno Haible  <bruno@clisp.org>
26091
26092         * m4/copy-file.m4: New file.
26093
26094 2003-03-28  Bruno Haible  <bruno@clisp.org>
26095
26096         * lib/copy-file.h: New file, from GNU gettext.
26097         * lib/copy-file.c: New file, from GNU gettext.
26098
26099 2003-03-18  Jim Meyering  <jim@meyering.net>
26100
26101         * lib/quote.c (quote_n): Fix typo in comment.
26102
26103 2003-03-18  Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26106         checking.
26107         * m4/onceonly_2_57.m4: Likewise.
26108
26109 2003-03-17  Bruno Haible  <bruno@clisp.org>
26110
26111         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26112         (m4_quote): Remove macro.
26113         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26114
26115 2003-03-14  Jim Meyering  <jim@meyering.net>
26116
26117         Merge changes from Coreutils.
26118         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26119         to be const, in order to avoid warnings.
26120         (obstack_room): Likewise.
26121         (obstack_empty_p): Likewise.
26122
26123 2003-03-14  Bruno Haible  <bruno@clisp.org>
26124
26125         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26126         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26127
26128 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26129
26130         Merge changes from Bison.
26131         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26132         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26133         when compiling Bison 1.875's `bitset bset = obstack_alloc
26134         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26135         * lib/hash.c: Include <stdbool.h> unconditionally.
26136
26137 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26138
26139         * m4/onceonly.m4 (m4_quote): New macro.
26140         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26141         Quote AC_FOREACH variable-expansions properly.
26142
26143 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26144
26145         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26146
26147 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26148
26149         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26150         Reported by Bruce Becker; see:
26151         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26152
26153 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26154             Bruno Haible  <bruno@clisp.org>
26155
26156         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26157         Reported by John Hughes, see
26158         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26159
26160 2003-02-20  Bruno Haible  <bruno@clisp.org>
26161
26162         * MODULES.html.sh (func_all_modules): Add poll.
26163
26164 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26165
26166         * modules/poll: New file.
26167
26168 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26169
26170         * lib/poll_.h: New file.
26171         * lib/poll.c: New file.
26172
26173 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26174
26175         * m4/poll.m4: New file.
26176
26177 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26178
26179         * modules/mathl: New file.
26180
26181 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26182
26183         * lib/mathl.h: New file.
26184         * lib/acosl.c: New file.
26185         * lib/asinl.c: New file.
26186         * lib/atanl.c: New file.
26187         * lib/ceill.c: New file.
26188         * lib/cosl.c: New file.
26189         * lib/expl.c: New file.
26190         * lib/floorl.c: New file.
26191         * lib/frexpl.c: New file.
26192         * lib/ldexpl.c: New file.
26193         * lib/logl.c: New file.
26194         * lib/sincosl.c: New file.
26195         * lib/sinl.c: New file.
26196         * lib/sqrtl.c: New file.
26197         * lib/tanl.c: New file.
26198         * lib/trigl.c: New file.
26199         * lib/trigl.h: New file.
26200
26201 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26202
26203         * m4/mathl.m4: New file.
26204
26205 2003-02-18  Bruno Haible  <bruno@clisp.org>
26206
26207         * MODULES.html.sh (func_all_modules): Add mathl.
26208
26209 2003-02-17  Bruno Haible  <bruno@clisp.org>
26210
26211         * modules/mkdtemp: New module.
26212         * MODULES.html.sh (func_all_modules): Add it.
26213
26214 2003-02-17  Bruno Haible  <bruno@clisp.org>
26215
26216         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26217
26218 2003-02-17  Bruno Haible  <bruno@clisp.org>
26219
26220         * lib/mkdtemp.h: New file, from GNU gettext.
26221         * lib/mkdtemp.c: New file, from GNU gettext.
26222
26223 2003-02-02  Jim Meyering  <jim@meyering.net>
26224
26225         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26226         e.g. glibc-2.2.93.
26227
26228 2003-01-31  Bruno Haible  <bruno@clisp.org>
26229
26230         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26231         'rpl_rename'.
26232         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26233         'rpl_strnlen'.
26234         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26235         'rpl_strtod'.
26236         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26237         'rpl_utime'.
26238
26239 2003-01-31  Bruno Haible  <bruno@clisp.org>
26240
26241         * lib/rename.c: #undef rename before defining rpl_rename.
26242         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26243
26244 2003-01-30  Bruno Haible  <bruno@clisp.org>
26245
26246         * modules/vasnprintf, modules/vasprintf: New modules.
26247         * MODULES.html.sh (func_all_modules): Add them.
26248
26249 2003-01-30  Bruno Haible  <bruno@clisp.org>
26250
26251         * m4/signed.m4: New file, from GNU gettext.
26252         * m4/longdouble.m4: New file, from GNU gettext.
26253         * m4/wchar_t.m4: New file, from GNU gettext.
26254         * m4/wint_t.m4: New file, from GNU gettext.
26255         * m4/vasnprintf.m4: New file.
26256         * m4/vasprintf.m4: New file.
26257
26258 2003-01-30  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/printf-args.h: New file, from GNU gettext.
26261         * lib/printf-args.c: New file, from GNU gettext.
26262         * lib/printf-parse.h: New file, from GNU gettext.
26263         * lib/printf-parse.c: New file, from GNU gettext.
26264         * lib/vasnprintf.h: New file, from GNU gettext.
26265         * lib/vasnprintf.c: New file, from GNU gettext.
26266         * lib/asnprintf.c: New file, from GNU gettext.
26267         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26268         * lib/vasprintf.c: New file, from GNU gettext.
26269         * lib/asprintf.c: New file, from GNU gettext.
26270
26271 2003-01-29  Bruno Haible  <bruno@clisp.org>
26272
26273         * modules/stpncpy: New module.
26274         * MODULES.html.sh (func_all_modules): Add it.
26275
26276 2003-01-29  Bruno Haible  <bruno@clisp.org>
26277
26278         * m4/stpncpy.m4: New file.
26279
26280 2003-01-29  Bruno Haible  <bruno@clisp.org>
26281
26282         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26283         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26284
26285 2003-01-28  Bruno Haible  <bruno@clisp.org>
26286
26287         * modules/c-ctype: New module.
26288         * MODULES.html.sh (func_all_modules): Add it.
26289
26290 2003-01-28  Bruno Haible  <bruno@clisp.org>
26291
26292         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26293         Paul Eggert.
26294         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26295         Paul Eggert.
26296
26297 2003-01-27  Bruno Haible  <bruno@clisp.org>
26298
26299         * modules/xsetenv: New module.
26300         * MODULES.html.sh (func_all_modules): Add it.
26301
26302 2003-01-27  Bruno Haible  <bruno@clisp.org>
26303
26304         * lib/xsetenv.h: New file, from GNU gettext.
26305         * lib/xsetenv.c: New file, from GNU gettext.
26306
26307 2003-01-23  Jim Meyering  <jim@meyering.net>
26308
26309         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26310         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26311
26312 2003-01-23  Bruno Haible  <bruno@clisp.org>
26313
26314         * modules/minmax: New module.
26315         * MODULES.html.sh (func_all_modules): Add it.
26316
26317 2003-01-23  Bruno Haible  <bruno@clisp.org>
26318
26319         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26320         Eggert.
26321
26322 2003-01-22  Bruno Haible  <bruno@clisp.org>
26323
26324         * modules/exit: New module.
26325         * MODULES.html.sh (func_all_modules): Add it.
26326
26327 2003-01-22  Bruno Haible  <bruno@clisp.org>
26328
26329         * lib/exit.h: New file, from GNU gettext.
26330
26331 2003-01-19  Bruno Haible  <bruno@clisp.org>
26332
26333         * gnulib-tool: Recognize option --extract-maintainer.
26334         (func_get_maintainer): New function.
26335         * modules/*: Add Maintainer entry.
26336
26337 2003-01-16  Jim Meyering  <jim@meyering.net>
26338
26339         * m4/regex.m4: The `regex' struct is both input and output.
26340         Initialize it before each use.  Patch by Tim Waugh.
26341
26342 2003-01-16  Bruno Haible  <bruno@clisp.org>
26343
26344         * MODULES.html.sh: Add a table of contents. Add the module name as
26345         leftmost column. Add hyperlinks.
26346
26347 2003-01-15  Bruno Haible  <bruno@clisp.org>
26348
26349         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26350
26351 2003-01-15  Bruno Haible  <bruno@clisp.org>
26352
26353         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26354         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26355         suffix.
26356
26357 2003-01-15  Bruno Haible  <bruno@clisp.org>
26358
26359         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26360
26361 2003-01-15  Bruno Haible  <bruno@clisp.org>
26362
26363         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26364         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26365
26366 2003-01-14  Jim Meyering  <jim@meyering.net>
26367
26368         * lib/same.c (same_name): Tweak a comment.
26369
26370 2003-01-14  Bruno Haible  <bruno@clisp.org>
26371
26372         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26373         when a string comparison is sufficient.
26374
26375 2003-01-14  Bruno Haible  <bruno@clisp.org>
26376
26377         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26378         'unsigned int'.
26379
26380 2003-01-14  Bruno Haible  <bruno@clisp.org>
26381
26382         * lib/hash-pjw.c: Add comment about low quality of this function.
26383
26384 2003-01-13  Bruno Haible  <bruno@clisp.org>
26385
26386         * modules/stpcpy: Distribute lib/stpcpy.h.
26387         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26388
26389 2003-01-13  Bruno Haible  <bruno@clisp.org>
26390
26391         * modules/*: Add a description.
26392         * modules/strpbrk: Fix Makefile.am snippet.
26393         * modules/strtoimax: Fix dependencies.
26394         * modules/strtoumax: Likewise.
26395
26396 2003-01-13  Bruno Haible  <bruno@clisp.org>
26397
26398         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26399         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26400         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26401
26402 2003-01-13  Bruno Haible  <bruno@clisp.org>
26403
26404         * gnulib-tool (func_create_testdir): Store config/* files in the main
26405         directory.
26406         * config.rpath: Move to ...
26407         * config/config.rpath: ... here.
26408         * modules/gettext: Contains config/config.rpath, not config.rpath.
26409         * modules/iconv: Likewise.
26410
26411 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26412
26413         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26414         to avoid collisions with libcurses and libreadline.
26415
26416         * m4/getstr.m4: Remove.
26417         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26418
26419 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26420
26421         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26422         to avoid collisions with libcurses and libreadline.
26423
26424         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26425         * lib/getstr.h, getstr.c: Remove.
26426         * lib/getline.c: Include "getline.h", to check interface.
26427         Move body of old getstr.c here: this defines MIN_CHUNK and
26428         declares getdelim2, which is renamed from getstr.
26429         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26430
26431         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26432         All uses changed.
26433         * lib/linebuffer.h: Likewise.
26434         (readline): Remove backward-compatibility macro.
26435
26436 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26437
26438         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26439         to avoid collisions with libcurses and libreadline.
26440         * getstr: Remove.
26441         * MODULES.html.sh: Remove getstr.
26442         * modules/getline: Depend on unlocked-io, not getstr.
26443
26444 2003-01-12  Jim Meyering  <jim@meyering.net>
26445
26446         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26447
26448 2003-01-10  Bruno Haible  <bruno@clisp.org>
26449
26450         * modules/alloca: Change Makefile.am requirements. Simplify Include
26451         requirements. Add lib/alloca_.h to file list.
26452
26453 2003-01-10  Bruno Haible  <bruno@clisp.org>
26454
26455         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26456
26457 2003-01-10  Bruno Haible  <bruno@clisp.org>
26458
26459         * lib/alloca_.h: New file.
26460         * lib/getdate.y: Unconditionally include alloca.h.
26461         * lib/makepath.c: Likewise.
26462         * lib/setenv.c: Likewise.
26463         * lib/userspec.c: Likewise.
26464
26465 2003-01-09  Karl Berry  <karl@gnu.org>
26466
26467         * MODULES.html.sh: include `dirname $0` in PATH, to find
26468         gnulib-tool.
26469
26470 2003-01-09  Bruno Haible  <bruno@clisp.org>
26471
26472         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26473         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26474
26475 2003-01-09  Bruno Haible  <bruno@clisp.org>
26476
26477         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26478
26479 2003-01-09  Bruno Haible  <bruno@clisp.org>
26480
26481         * lib/stdbool.h.in: New file.
26482
26483 2003-01-09  Bruno Haible  <bruno@clisp.org>
26484
26485         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26486         * MODULES.html.sh: Likewise.
26487
26488 2003-01-08  Jim Meyering  <jim@meyering.net>
26489
26490         * lib/full-write.c: Undefine and define-away `const' after inclusion
26491         of errno.h, not before.  Suggestion from Bruno Haible.
26492
26493 2003-01-08  Bruno Haible  <bruno@clisp.org>
26494
26495         * modules/full-read: Depend on full-write.
26496
26497 2003-01-08  Bruno Haible  <bruno@clisp.org>
26498
26499         * lib/safe-read.c: Include specification header first, to ensure its
26500         selfcontainedness.
26501         * lib/full-write.c: Likewise.
26502
26503 2003-01-07  Jim Meyering  <jim@meyering.net>
26504
26505         * lib/full-write.c: Rework so that it may serve to define full_read,
26506         too.
26507         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26508
26509 2003-01-07  Bruno Haible  <bruno@clisp.org>
26510
26511         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26512         <inttypes.h>.
26513         * lib/xstrtol.h: Likewise.
26514         * lib/xstrtoimax.c: Likewise.
26515         * lib/xstrtoumax.c: Likewise.
26516         * lib/human.h: Likewise.
26517
26518         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26519         on systems that have <inttypes.h> but not <stdint.h>.
26520
26521 2003-01-07  Bruno Haible  <bruno@clisp.org>
26522
26523         * MODULES.html.sh: Add copyright notice.
26524         (missed_files): Omit CVS directory entries.
26525         (func_module): Make it work with sed-3.02.
26526         * MODULES.txt: Remove file.
26527
26528 2003-01-06  Jim Meyering  <jim@meyering.net>
26529
26530         * lib/version-etc.c: Update year in translatable copyright string.
26531
26532 2003-01-03  Karl Berry  <karl@gnu.org>
26533
26534         * config/config.{guess,sub}: update from prep.
26535
26536 2003-01-02  Karl Berry  <karl@gnu.org>
26537
26538         * doc/COPYING.DOC: belatedly updated to 1.2.
26539
26540 2003-01-01  Karl Berry  <karl@gnu.org>
26541
26542         * gnulib-tool (func_verify_module): report module name $module in
26543         error message, not $1.
26544         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26545         be created, only if it doesn't exist.
26546         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26547
26548 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26549
26550         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26551
26552 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26553
26554         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26555         memcmp if strcoll doesn't work.
26556
26557 2002-12-31  Bruno Haible  <bruno@clisp.org>
26558
26559         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26560         nonempty.
26561
26562 2002-12-31  Bruno Haible  <bruno@clisp.org>
26563
26564         * lib/memcoll.c (STRCOLL): New macro.
26565         (memcoll): Use it.
26566
26567 2002-12-31  Bruno Haible  <bruno@clisp.org>
26568
26569         * lib/localcharset.h: New file.
26570         * lib/localcharset.c: Include it.
26571         * lib/unicodeio.c: Likewise.
26572
26573 2002-12-31  Bruno Haible  <bruno@clisp.org>
26574
26575         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26576         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26577
26578 2002-12-31  Bruno Haible  <bruno@clisp.org>
26579
26580         * lib/getline.h: Include <stddef.h>, for size_t.
26581
26582         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26583         * lib/unicodeio.c: Don't include <stddef.h>.
26584
26585 2002-12-31  Bruno Haible  <bruno@clisp.org>
26586
26587         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26588         HAVE_TM_ZONE.
26589
26590 2002-12-24  Karl Berry  <karl@gnu.org>
26591
26592         * config/config.guess: update from prep.
26593
26594 2002-12-24  Bruno Haible  <bruno@clisp.org>
26595
26596         General infrasructure.
26597         * m4/README: Rewritten.
26598         * m4/onceonly.m4: New file.
26599         * m4/onceonly_2_57.m4: New file.
26600
26601         Module atexit.
26602         * m4/atexit.m4: New file.
26603
26604         Module strtod.
26605         * m4/strtod.m4: New file.
26606
26607         Module strtol.
26608         * m4/strtol.m4: New file.
26609
26610         Module strtoul.
26611         * m4/strtoul.m4: New file.
26612
26613         Module memchr.
26614         * m4/memchr.m4: New file.
26615
26616         Module memcmp.
26617         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26618         (jm_FUNC_MEMCMP): Invoke it.
26619
26620         Module memcpy.
26621         * m4/memcpy.m4: New file.
26622
26623         Module memmove.
26624         * m4/memmove.m4: New file.
26625
26626         Module memset.
26627         * m4/memset.m4: New file.
26628
26629         Module strcspn.
26630         * m4/strcspn.m4: New file.
26631
26632         Module strpbrk.
26633         * m4/strpbrk.m4: New file.
26634
26635         Module strstr.
26636         * m4/strstr.m4: New file.
26637
26638         Module strerror.
26639         * m4/strerror.m4: New file.
26640
26641         Module mktime.
26642         * m4/mktime.m4: Renamed from jm-mktime.m4.
26643         (gl_PREREQ_MKTIME): New macro.
26644         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26645
26646         Module malloc.
26647         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26648         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26649         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26650
26651         Module realloc.
26652         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26653         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26654         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26655
26656         Module strftime.
26657         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26658         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26659         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26660         gl_TM_GMTOFF.
26661         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26662
26663         Module xalloc.
26664         * m4/xalloc.m4: New file.
26665
26666         Module alloca.
26667         * m4/alloca.m4: New file.
26668
26669         Module putenv.
26670         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26671         (jm_FUNC_PUTENV): Invoke it.
26672
26673         Module setenv.
26674         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26675         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26676         when invoked twice.
26677         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26678         gt_FUNC_SETENV.
26679
26680         Module memrchr.
26681         * m4/memrchr.m4: New file.
26682
26683         Module stpcpy.
26684         * m4/stpcpy.m4: New file.
26685
26686         Module strcase.
26687         * m4/strcase.m4: New file.
26688
26689         Module strdup.
26690         * m4/strdup.m4: New file.
26691
26692         Module strnlen.
26693         * m4/strnlen.m4: New file.
26694
26695         Module strndup.
26696         * m4/strndup.m4: New file.
26697
26698         Module xstrtod.
26699         * m4/xstrtod.m4: New file.
26700
26701         Module xstrtol.
26702         * m4/xstrtol.m4: New file.
26703
26704         Module getdate.
26705         * m4/getdate.m4: New file.
26706
26707         Module unlocked-io.
26708         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26709         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26710         * m4/jm-glibc-io.m4n: Remove file.
26711
26712         Module long-options.
26713         * m4/long-options.m4: New file.
26714
26715         Module md5.
26716         * m4/md5.m4: New file.
26717
26718         Module sha.
26719         * m4/sha.m4: New file.
26720
26721         Module getstr.
26722         * m4/getstr.m4: New file.
26723
26724         Module getline.
26725         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26726         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26727         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26728         simply getline. Infoke gl_PREREQ_GETLINE.
26729
26730         Module obstack.
26731         * m4/obstack.m4: New file.
26732
26733         Module hash.
26734         * m4/hash.m4: New file.
26735
26736         Module readtokens.
26737         * m4/readtokens.m4: New file.
26738
26739         Module strverscmp.
26740         * m4/strverscmp.m4: New file.
26741
26742         Module stdbool.
26743         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26744         OSF/1.
26745
26746         Module strtoll.
26747         * m4/strtoll.m4: New file.
26748
26749         Module strtoull.
26750         * m4/strtoull.m4: New file.
26751
26752         Module strtoimax.
26753         * m4/strtoimax.m4: New file.
26754
26755         Module strtoumax.
26756         * m4/strtoumax.m4: New file.
26757
26758         Module xstrtoimax.
26759         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26760         jm_AC_PREREQ_XSTRTOIMAX.
26761         Moved the strtol prerequisites to strtol.m4.
26762         Moved the strtoll prerequisites to strtoll.m4.
26763         Moved the strtoimax prerequisites to strtoimax.m4.
26764
26765         Module xstrtoumax.
26766         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26767         jm_AC_PREREQ_XSTRTOUMAX.
26768         Moved the strtoul prerequisites to strtoul.m4.
26769         Moved the strtoull prerequisites to strtoull.m4.
26770         Moved the strtoumax prerequisites to strtoumax.m4.
26771
26772         Module chown.
26773         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26774         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26775
26776         Module dup2.
26777         * m4/dup2.m4: New file.
26778
26779         Module ftruncate.
26780         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26781         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26782
26783         Module getgroups.
26784         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26785         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26786
26787         Module gettimeofday.
26788         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26789         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26790         gl_PREREQ_GETTIMEOFDAY.
26791
26792         Module mkdir.
26793         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26794         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26795
26796         Module mkstemp.
26797         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26798         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26799         jm_AC_TYPE_UINTMAX_T.
26800         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26801
26802         Module stat.
26803         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26804         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26805
26806         Module lstat.
26807         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26808         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26809
26810         Module timespec.
26811         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26812         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26813         * m4/st_mtim.m4: Indentation.
26814
26815         Module nanosleep.
26816         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26817         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26818         gl_PREREQ_NANOSLEEP.
26819
26820         Module regex.
26821         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26822         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26823         (gl_REGEX): New macro.
26824
26825         Module rename.
26826         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26827         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26828
26829         Module rmdir.
26830         * m4/rmdir.m4: New file.
26831
26832         Module utime.
26833         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26834         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26835         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26836
26837         Module dirname.
26838         * m4/dirname.m4: New file.
26839
26840         Module getopt.
26841         * m4/getopt.m4: New file.
26842
26843         Module unistd-safer.
26844         * m4/unistd-safer.m4: New file.
26845
26846         Module fnmatch.
26847         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26848         declaration.
26849         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26850         (gl_FUNC_FNMATCH_POSIX): New macro.
26851         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26852         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26853         simply fnmatch.
26854
26855         Module exclude.
26856         * m4/exclude.m4: New file.
26857
26858         Module human.
26859         * m4/human.m4: New file.
26860
26861         Module acl.
26862         * m4/acl.m4: Nop.
26863
26864         Module backupfile.
26865         * m4/backupfile.m4: New file.
26866         * m4/d-ino.m4: Indentation.
26867
26868         Module fsusage.
26869         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26870         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26871         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26872
26873         Module dirfd.
26874         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26875         requirements.
26876
26877         Module euidaccess.
26878         * m4/euidaccess.m4: New file.
26879
26880         Module file-type.
26881         * m4/file-type.m4: New file.
26882
26883         Module fileblocks.
26884         * m4/fileblocks.m4: New file.
26885
26886         Module filemode.
26887         * m4/filemode.m4: New file.
26888
26889         Module isdir.
26890         * m4/isdir.m4: New file.
26891
26892         Module lchown.
26893         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26894         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26895
26896         Module makepath.
26897         * m4/makepath.m4: New file.
26898
26899         Module modechange.
26900         * m4/modechange.m4: New file.
26901
26902         Module mountlist.
26903         * m4/mountlist.m4: New file.
26904         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26905         Indentation.
26906
26907         Module path-concat.
26908         * m4/path-concat.m4: New file.
26909
26910         Module pathmax.
26911         * m4/pathmax.m4: New file.
26912
26913         Module same.
26914         * m4/same.m4: New file.
26915
26916         Module save-cwd.
26917         * m4/save-cwd.m4: New file.
26918
26919         Module savedir.
26920         * m4/savedir.m4: New file.
26921
26922         Module xgetcwd.
26923         * m4/xgetcwd.m4: New file.
26924         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26925
26926         Module xreadlink.
26927         * m4/xreadlink.m4: New file.
26928
26929         Module safe-read.
26930         * m4/safe-read.m4: New file.
26931
26932         Module safe-write.
26933         * m4/safe-write.m4: New file.
26934
26935         Module closeout.
26936         * m4/closeout.m4: New file.
26937
26938         Module stdio-safer.
26939         * m4/stdio-safer.m4: New file.
26940
26941         Module getpass.
26942         * m4/getpass.m4: New file.
26943
26944         Module getugroups.
26945         * m4/getugroups.m4: New file.
26946
26947         Module group-member.
26948         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26949         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26950
26951         Module idcache.
26952         * m4/idcache.m4: New file.
26953
26954         Module userspec.
26955         * m4/userspec.m4: New file.
26956
26957         Module gettime.
26958         * m4/clock_time.m4: New file.
26959         * m4/gettime.m4: New file.
26960
26961         Module settime.
26962         * m4/settime.m4: New file.
26963
26964         Module posixtm.
26965         * m4/posixtm.m4: New file.
26966
26967         Module gethostname.
26968         * m4/gethostname.m4: New file.
26969
26970         Module canon-host.
26971         * m4/canon-host.m4: New file.
26972
26973         Module gettext.
26974         * m4/codeset.m4: New file, from gettext-0.11.5.
26975         * m4/gettext.m4: New file, from gettext-0.11.5.
26976         * m4/glibc21.m4: New file, from gettext-0.11.5.
26977         * m4/iconv.m4: New file, from gettext-0.11.5.
26978         * m4/intdiv0.m4: New file, from gettext-0.11.5.
26979         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
26980         * m4/inttypes.m4: New file, from gettext-0.11.5.
26981         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
26982         * m4/isc-posix.m4: New file, from gettext-0.11.5.
26983         * m4/lcmessage.m4: New file, from gettext-0.11.5.
26984         * m4/lib-ld.m4: New file, from gettext-0.11.5.
26985         * m4/lib-link.m4: New file, from gettext-0.11.5.
26986         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
26987         * m4/progtest.m4: New file, from gettext-0.11.5.
26988         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
26989         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
26990         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
26991
26992         Module localcharset.
26993         * m4/localcharset.m4: New file.
26994
26995         Module hard-locale.
26996         * m4/hard-locale.m4: New file.
26997
26998         Module mbswidth.
26999         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27000         onceonly macros.
27001         * m4/mbrtowc.m4: Add comment.
27002
27003         Module memcasecmp.
27004         * m4/memcasecmp.m4: New file.
27005
27006         Module memcoll.
27007         * m4/memcoll.m4: New file.
27008
27009         Module unicodeio.
27010         * m4/unicodeio.m4: New file.
27011
27012         Module rpmatch.
27013         * m4/rpmatch.m4: New file.
27014
27015         Module yesno.
27016         * m4/yesno.m4: New file.
27017
27018         Module exitfail.
27019         * m4/exitfail.m4: New file.
27020
27021         Module c-stack.
27022         * m4/c-stack.m4 (gl_C_STACK): New macro.
27023         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27024
27025         Module error.
27026         * m4/error.m4 (gl_ERROR): New macro.
27027         (jm_PREREQ_ERROR): Use onceonly macros.
27028
27029         Module fatal.
27030         * m4/fatal.m4: New file.
27031
27032         Module getloadavg.
27033         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27034         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27035
27036         Module getpagesize.
27037         * m4/getpagesize.m4: New file.
27038
27039         Module getusershell.
27040         * m4/getusershell.m4: New file.
27041
27042         Module physmem.
27043         * m4/physmem.m4: New file.
27044
27045         Module posixver.
27046         * m4/posixver.m4: New file.
27047
27048         Module quotearg.
27049         * m4/quotearg.m4: New file.
27050
27051         Module quote.
27052         * m4/quote.m4: New file.
27053
27054         Module readutmp.
27055         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27056
27057         Module sig2str.
27058         * m4/sig2str.m4: New file.
27059
27060         Other.
27061         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27062         ulonglong.m4.
27063         * m4/intmax_t.m4: New file.
27064         * m4/d-type.m4: Indentation.
27065         * m4/jm-macros.m4: Update.
27066         * m4/prereq.m4 (jm_PREREQ): Update.
27067         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27068         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27069         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27070         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27071         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27072         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27073         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27074         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27075         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27076         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27077         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27078         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27079         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27080         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27081         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27082         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27083         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27084         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27085         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27086
27087 2002-12-24  Bruno Haible  <bruno@clisp.org>
27088
27089         * MODULES.txt: Update according to m4/ changes.
27090
27091         Module gettext.
27092         * config.rpath: New file, from gettext-0.11.5.
27093
27094         * modules/*: New module descriptions.
27095         * gnulib-tool: New file.
27096         * MODULES.html.sh: New file.
27097
27098 2002-12-21  Karl Berry  <karl@gnu.org>
27099
27100         * doc/fdl.texi: update to version 1.2.
27101
27102 2002-12-19  Karl Berry  <karl@gnu.org>
27103
27104         * config/config.guess: update from prep.
27105
27106 2002-12-18  Bruno Haible  <bruno@clisp.org>
27107
27108         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27109         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27110
27111 2002-12-17  Bruno Haible  <bruno@clisp.org>
27112
27113         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27114         stdlib.h, string.h.
27115
27116 2002-12-17  Bruno Haible  <bruno@clisp.org>
27117
27118         * lib/canon-host.c (strdup): Remove unused declaration.
27119
27120         * lib/fsusage.c: Include full_read.h.
27121         (get_fs_usage): Use full_read instead of safe_read.
27122
27123         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27124
27125 2002-12-12  Karl Berry  <karl@gnu.org>
27126
27127         * config/config.guess: update from prep.
27128
27129 2002-12-11  Bruno Haible  <bruno@clisp.org>
27130
27131         * m4/setenv.m4: New file, from gettext-0.11.5.
27132
27133 2002-12-11  Bruno Haible  <bruno@clisp.org>
27134
27135         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27136         not unsetenv().
27137         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27138         modifications:
27139
27140         2002-12-11  Bruno Haible  <bruno@clisp.org>
27141
27142                 * setenv.c (alloca): Fall back to malloc.
27143                 (freea): New macro.
27144                 (setenv): Use freea() to free memory allocated with alloca().
27145
27146         2002-11-13  Bruno Haible  <bruno@clisp.org>
27147
27148                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27149                 function declarations.
27150                 * unsetenv.c (unsetenv): Likewise.
27151
27152         2002-03-04  Bruno Haible  <bruno@clisp.org>
27153
27154                 Portability to AIX 4.3.3.
27155                 * unsetenv.c: New file, extracted from setenv.c.
27156                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27157
27158         2001-12-20  Bruno Haible  <bruno@clisp.org>
27159
27160                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27161                 use malloc instead. For SunOS 4.
27162
27163         2001-12-11  Bruno Haible  <bruno@clisp.org>
27164
27165                 * setenv.c: Declare alloca.
27166                 (compar_fn_t): New typedef.
27167                 (KNOWN_VALUE, STORE_VALUE): Use it.
27168
27169         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27170         setenv.h.
27171
27172 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27173
27174         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27175         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27176         Choose values that are less likely to collide with system fnmatch
27177         options.
27178         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27179         defined (e.g., a pure POSIX system).
27180         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27181         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27182
27183 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27184
27185         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27186         a pain in practice to deal with generated m4 files.  This change
27187         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27188
27189         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27190         and jm-glibc-io.m4, as they are no longer a special case.
27191         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27192         kludge and the auto-generation stuff.  Check only whether the
27193         functions are declared, not whether they exist, since older hosts
27194         that don't declare the functions can't use the optimization anyway.
27195
27196 2002-12-06  Jim Meyering  <jim@meyering.net>
27197
27198         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27199
27200         Merge in changes from libc's misc/error.c, in preparation
27201         for the merge of gnulib's changes back into libc.
27202
27203         * lib/error.c (_): Define only if not already defined.
27204         Move definition to follow all #include directives.
27205         Include unlocked-io.h only if !_LIBC.
27206         [_LIBC]: Include <libio/libioP.h>.
27207         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27208         (fflush): Tweak definition to use INTUSE.
27209         (putc): Define.
27210
27211 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27212
27213         * lib/alloca.c [defined emacs]: Include "lisp.h".
27214         (xalloc_die) [defined emacs]: New macro.
27215         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27216         [! defined emacs]: Include <xalloc.h>.
27217         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27218         (pointer): Typedef to POINTER_TYPE *.
27219         (malloc): Remove decl; we now always use xmalloc.
27220         (alloca): Use old-style definition, since Emacs needs this.
27221         Check for arithmetic overflow when computing combined size.
27222
27223 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27224
27225         Do not generate unlocked-io.h automatically, since it's easier to
27226         maintain it by hand.
27227
27228         * lib/unlocked-io.h: New file, from GNU diffutils,
27229         but with proper copyright notice and attribution.
27230         * lib/gen-uio: Remove.
27231         * lib/Makefile.am: Add copyright notice.
27232         (libfetish_a_SOURCES): Add unlocked-io.h.
27233         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27234         (DISTCLEANFILES, io_functions): Remove macros.
27235         (EXTRA_DIST): Remove gen_uio.
27236         (unlocked-io.h): Remove rule.
27237
27238 2002-12-04  Jim Meyering  <jim@meyering.net>
27239
27240         Reflect the fact that stat.c and lstat.c are no longer generated.
27241         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27242         (DISTCLEANFILES): Likewise.
27243         (EXTRA_DIST): Likewise.
27244         (all_local): Don't depend on stat.c or lstat.c.
27245         (stat.c, lstat.c): Remove rules.
27246         (EXTRA_DIST): Remove xstat.in.
27247
27248         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27249         * lib/stat.c: New file.  Contents mostly from xstat.in.
27250         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27251         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27252
27253         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27254         too.
27255         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27256
27257 2002-12-03  Jim Meyering  <jim@meyering.net>
27258
27259         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27260         but not semantics, to minimize the differences between these two files.
27261         (safe_read): Change comment to mention SAFE_READ_ERROR.
27262
27263         * lib/safe-read.c (IS_EINTR): Define.
27264         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27265
27266 2002-12-02  Jim Meyering  <jim@meyering.net>
27267
27268         * lib/safe-read.c (EINTR): Define.
27269         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27270         (INT_MAX): Provide fallback.
27271         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27272
27273         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27274
27275 2002-12-02  Bruno Haible  <bruno@clisp.org>
27276
27277         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27278         Define, taken from safe-read.c.
27279         (INT_MAX): Provide fallback.
27280         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27281         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27282
27283         * lib/safe-read.c (EINTR): Remove definition.
27284         (safe_read): Don't use EINTR if it is absent.
27285
27286 2002-12-01  Jim Meyering  <jim@meyering.net>
27287
27288         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27289         zero.
27290         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27291
27292 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27293
27294         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27295         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27296         with `if (! (value < limit)) abort ();', for readability.
27297
27298 2002-11-26  Karl Berry  <karl@gnu.org>
27299
27300         * lib/strdup.c: copy from libc again, with jim's ok.
27301         * lib/.cppi-disable: re-add strdup.c
27302
27303 2002-11-25  Karl Berry  <karl@gnu.org>
27304
27305         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27306         instead of "strtol.c".
27307
27308 2002-11-25  Karl Berry  <karl@gnu.org>
27309
27310         * config/install-sh: update from automake for variable quoting, $0 in
27311         error msgs, etc.
27312
27313         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27314         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27315         entry.
27316
27317 2002-11-25  Jim Meyering  <jim@meyering.net>
27318
27319         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27320
27321 2002-11-24  Karl Berry  <karl@gnu.org>
27322
27323         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27324         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27325
27326 2002-11-24  Jim Meyering  <jim@meyering.net>
27327
27328         Update from coreutils:
27329
27330         * lib/mktime.c: Merge in changes from libc.
27331
27332         Avoid a link-time failure on some Linux systems.
27333         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27334         (otherwise).
27335         (__mon_yday): Declare with the STATIC attribute.
27336         (__mktime_internal): Likewise.
27337         Based on a report from Greg Schafer.
27338
27339 2002-11-23  Jim Meyering  <jim@meyering.net>
27340
27341         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27342         Use `unsigned', not `int', as type of index.
27343
27344         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27345
27346         * lib/fsusage.c: Remove unneeded parentheses around operands of
27347         `defined'.
27348
27349 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27350
27351         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27352         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27353         so that we can be included first.
27354         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27355         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27356         No need to include stddef.h or sys/types.h any more.
27357         Surround local include files with "", not "<>".
27358         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27359         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27360         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27361         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27362         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27363         (ISPRINT): Remove; no longer needed now that we assume C89.
27364
27365         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27366         Preserve errno.
27367
27368         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27369         quotearg_char): Use SIZE_MAX rather than
27370         (size_t) -1 when we are talking about "infinity".
27371
27372         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27373
27374 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27375
27376         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27377         hint that one should use `if (! x) abort ();' rather than `assert
27378         (x);', and anyway it's one less thing to worry about configuring.
27379         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27380         hash_rehash, hash_insert): Use abort rather than assert.
27381
27382 2002-11-22  Bruno Haible  <bruno@clisp.org>
27383
27384         * lib/safe-read.h: Assume C89. Add comments.
27385         (safe_read): Change return type to size_t.
27386         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27387         byte counts > SSIZE_MAX correctly.
27388         * lib/safe-write.h: New file.
27389         * lib/safe-write.c: New file.
27390         * lib/full-read.h: New file.
27391         * lib/full-read.c: New file.
27392         * lib/full-write.h: Assume C89. Add comments.
27393         * lib/full-write.c: Include safe-write.h.
27394         (full_write): Rewritten to use safe_write.
27395         Suggested by Jim Meyering and Paul Eggert.
27396
27397 2002-11-21  Jim Meyering  <jim@meyering.net>
27398
27399         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27400
27401         Merge in changes from the coreutils.
27402
27403         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27404         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27405         <stdint.h>.
27406         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27407         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27408         int.  Work more efficiently if X is the same width as uintmax_t.
27409         Do not compare X to -1, to avoid bogus compiler warning.
27410         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27411         Don't assume that f_frsize and f_bsize are the same type.
27412
27413         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27414         warning on FreeBSD.
27415
27416         * lib/makepath.c (make_path): Restore umask *before* creating the final
27417         component.
27418         (make_path): Minor reformatting.
27419
27420         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27421         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27422         HAVE_MALLOC/HAVE_REALLOC.
27423
27424         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27425         dummy ones.  At least on GNU/Linux systems, `auto' means something
27426         else.
27427         From Michael Stone.
27428
27429 2002-11-21  Bruno Haible  <bruno@clisp.org>
27430
27431         Remove case insensitive option matching.
27432         * lib/argmatch.h (argcasematch): Remove declaration.
27433         (ARGCASEMATCH): Remove macro.
27434         (__xargmatch_internal): Remove case_sensitive argument.
27435         (XARGMATCH): Update.
27436         (XARGCASEMATCH): Remove macro.
27437         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27438         case_sensitive argument.
27439         (argcasematch): Remove function.
27440         (__xargmatch_internal): Remove case_sensitive argument.
27441         (main): Use XARGMATCH instead of XARGCASEMATCH.
27442
27443         * lib/xmalloc.c: Change compile-time error message. Add comment about
27444         required autoconf version.
27445
27446 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27447
27448         Merge argmatch cleanups from Bison.  Assume C89.
27449
27450         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27451         Include stdlib.h, for EXIT_FAILURE.
27452         Always include <string.h>, since we assume C89.
27453         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27454         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27455         Include <stddef.h> instead, since it's all we need for size_t.
27456         (PARAMS): Remove.  All uses removed.
27457         (ARRAY_CARDINALITY): Do not bother to #undef.
27458         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27459         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27460         Remove unnecessary parentheses.
27461         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27462         Insert necessary parentheses.
27463         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27464         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27465
27466 2002-11-19  Bruno Haible  <bruno@clisp.org>
27467
27468         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27469         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27470
27471         * lib/mbswidth.h (PARAMS): Remove macro.
27472         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27473         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27474
27475         * lib/gcd.h (PARAMS): Remove macro.
27476         (gcd): Use ANSI C function declarations.
27477         * lib/gcd.c (gcd): Likewise.
27478
27479 2002-11-15  Bruno Haible  <bruno@clisp.org>
27480
27481         * lib/strcspn.c: Include <stddef.h>.
27482         (strcspn): Use ANSI C function declaration. Change return type to
27483         size_t. Use NULL.
27484         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27485         (strpbrk): Use NULL.
27486         * lib/strpbrk.h (PARAMS): Remove macro.
27487         (strpbrk): Use ANSI C function declaration.
27488         * lib/strstr.c: Don't include <sys/types.h>.
27489         * lib/strstr.h (PARAMS): Remove macro.
27490         (strstr): Use ANSI C function declarations.
27491
27492 2002-11-14  Karl Berry  <karl@gnu.org>
27493
27494         * config/mkinstalldirs: `do' on separate line, instead of
27495         `for var; do'.
27496
27497 2002-11-06  Bruno Haible  <bruno@clisp.org>
27498
27499         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27500         * lib/gcd.c (gcd): Likewise.
27501
27502 2002-11-05  Bruno Haible  <bruno@clisp.org>
27503
27504         * lib/gcd.h: New file, from gettext-0.11.5.
27505         * lib/gcd.c: New file, from gettext-0.11.5.
27506
27507 2002-11-05  Bruno Haible  <bruno@clisp.org>
27508
27509         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27510         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27511         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27512         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27513
27514         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27515         <libintl.h>.
27516         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27517         <libintl.h>.
27518
27519         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27520         * lib/human.c: Include gettext.h instead of <libintl.h>.
27521         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27522         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27523         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27524         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27525         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27526         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27527         (textdomain): Remove definition.
27528         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27529
27530         * lib/long-options.c: Remove include of <libintl.h> and definition of
27531         _.
27532         * lib/same.c: Remove include of <libintl.h> and definition of _.
27533
27534 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27535
27536         * lib/config.charset: A few additions for Solaris.
27537
27538 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27539
27540         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27541         * lib/localcharset.c (locale_charset): Declare as extern "C".
27542
27543 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27544
27545         * lib/config.charset: msdos in uk_UA uses CP1125.
27546
27547 2002-11-04  Bruno Haible  <bruno@clisp.org>
27548
27549         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27550         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27551         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27552         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27553         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27554
27555 2002-11-04  Bruno Haible  <bruno@clisp.org>
27556
27557         * lib/localcharset.c (locale_charset): Don't return an empty string.
27558
27559 2002-11-04  Bruno Haible  <bruno@clisp.org>
27560
27561         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27562         aliases.
27563
27564 2002-11-04  Bruno Haible  <bruno@clisp.org>
27565
27566         * lib/config.charset: Update for newest glibc. Add canonical names
27567         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27568
27569 2002-11-04  Bruno Haible  <bruno@clisp.org>
27570
27571         * lib/config.charset: Add support for NetBSD.
27572
27573 2002-11-04  Bruno Haible  <bruno@clisp.org>
27574
27575         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27576
27577 2002-11-01  Bruno Haible  <bruno@clisp.org>
27578
27579         * configure.in: Add AC_CONFIG_AUX_DIR call.
27580         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27581         test/Makefile.
27582         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27583
27584 2002-09-28  Karl Berry  <karl@gnu.org>
27585
27586         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27587         installed automake until the next release, since changes have been
27588         made.
27589
27590 2002-09-25  Karl Berry  <karl@gnu.org>
27591
27592         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27593         * lib/getopt*: copy from libc/posix.
27594         * lib/gettext.h: copy from gettext.
27595         * lib/.cppi-disable: add strdup.c, gettext.h.
27596
27597 2002-09-25  Karl Berry  <karl@gnu.org>
27598
27599         * config/srclist.txt: enable gettext.h check.
27600         * config/config.{guess,sub}: update from prep.
27601         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27602                 from automake 1.6.3.
27603         See srclist*.
27604
27605 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27606
27607         * regex.c (PATFETCH): Remove the translating fetch.
27608         (PATFETCH_RAW): Rename to PATFETCH.
27609         (set_image_of_range): New fun.
27610         (SET_RANGE_TABLE_WORK_AREA): Use it.
27611         (regex_compile): Don't translate the pattern chars so eagerly.
27612         Only do it when inserting an `exactn' bytecode or when handling
27613         a char-range.
27614         (mutually_exclusive_p): Avoid empty statement.
27615
27616 2002-07-06  Jim Meyering  <meyering@lucent.com>
27617
27618         * m4/README: Don't mention Makefile.am.in.
27619         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27620
27621 2002-07-01  Jim Meyering  <meyering@lucent.com>
27622
27623         * lib/c-stack.c: Include sys/time.h.
27624         From Volker Borchert.
27625
27626 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27627
27628         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27629
27630 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27631
27632         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27633         New macro.  Use it uniformly instead of
27634         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27635         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27636         reported by Vin Shelton.
27637
27638 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27639
27640         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27641         Do not assume SA_SIGINFO behavior.
27642         Bug reported by Jim Meyering on NetBSD 1.5.2.
27643
27644 2002-06-22  Jim Meyering  <meyering@lucent.com>
27645
27646         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27647         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27648
27649         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27650         now that configure.ac uses AC_GNU_SOURCE.
27651         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27652         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27653
27654         Update to latest tools.  Suggestions from Paul Eggert.
27655         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27656         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27657         * m4/fnmatch.m4: Likewise.
27658         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27659         to AC_HEADER_STDBOOL
27660
27661 2002-06-22  Jim Meyering  <meyering@lucent.com>
27662
27663         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27664         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27665
27666 2002-06-22  Jim Meyering  <meyering@lucent.com>
27667
27668         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27669
27670         * lib/exitfail.c, exitfail.h: Likewise.
27671         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27672
27673         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27674         of fnmatch.h.
27675         (EXTRA_DIST): Add fnmatch_loop.c.
27676         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27677
27678         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27679         * lib/fnmatch.c: Update from diffutils-2.8.2.
27680         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27681         * lib/fnmatch.h: Remove file.
27682
27683 2002-06-21  Jim Meyering  <meyering@lucent.com>
27684
27685         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27686         * m4/mbrtowc.m4: Likewise.
27687
27688         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27689         * m4/mbswidth.m4: Reflect name change:
27690         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27691         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27692
27693         * m4/lib-link.m4: Update from gettext-0.11.2.
27694         * m4/gettext.m4: Likewise.
27695
27696         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27697         From Alfred M. Szmidt.
27698
27699 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27700
27701         * lib/file-type.h: Report an error if neither S_ISREG nor
27702         S_IFREG is defined, instead of using a test specific to glibc
27703         2.2.  This should be safe, since POSIX requires S_ISREG and
27704         Unix Version 7 had S_IFREG.  We don't need to check for
27705         <sys/types.h> since we don't use any symbols that it defines.
27706
27707 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27708
27709         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27710         $@-t, so that each temporary file name is unique and valid in the first
27711         8 characters, for operation under DOS.
27712
27713 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27714
27715         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27716
27717 2002-06-15  Jim Meyering  <meyering@lucent.com>
27718
27719         Work even with DJGPP 2.03, which lacks support for symlinks.
27720         From Richard Dawe.
27721         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27722         is defined.
27723         * lib/lchown.c (S_ISLNK): Likewise.
27724
27725 2002-06-15  Jim Meyering  <meyering@lucent.com>
27726
27727         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27728         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27729         have been included before this file.
27730
27731 2002-06-14  Jim Meyering  <meyering@lucent.com>
27732
27733         * lib/file-type.h: Use the version from diffutils-2.8.2.
27734         * lib/file-type.c: Likewise.
27735
27736 2002-06-07  Jim Meyering  <meyering@lucent.com>
27737
27738         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27739         They're needed at least for NetBSD 1.5.2.
27740         ($statxfs_includes): Include those same headers.
27741         ($statxfs_includes): Include sys/vfs.h if available.
27742         ($statxfs_includes): Likewise for sys/statvfs.h.
27743         Check for the following members in both structs statfs and statvfs:
27744         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27745
27746 2002-06-01  Jim Meyering  <meyering@lucent.com>
27747
27748         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27749         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27750
27751 2002-05-28  Jim Meyering  <meyering@lucent.com>
27752
27753         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27754         Reported by Volker Borchert.
27755
27756 2002-05-27  Jim Meyering  <meyering@lucent.com>
27757
27758         Fix a problem seen only on nonconforming systems whereby ls.c's
27759         use of localtime, and then of gettimeofday would cause trouble:
27760         the localtime call used to initialize rpl_gettimeofday's save
27761         mechanism would clobber ls's current local time information so
27762         that in any long listing the first file would always be listed
27763         with date 1970-01-01.  Analysis by Volker Borchert.
27764
27765         * lib/gettimeofday.c (localtime): Undefine.
27766         (rpl_localtime): New function.
27767
27768 2002-05-27  Jim Meyering  <meyering@lucent.com>
27769
27770         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27771         localtime.
27772
27773         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27774         use the replacement function; it wouldn't resolve at link time.
27775         Reported by Volker Borchert.
27776
27777 2002-05-22  Jim Meyering  <meyering@lucent.com>
27778
27779         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27780         file-type.h.
27781         * lib/file-type.h: New file.
27782         * lib/file-type.c (file_type): New file/function.  Extracted from
27783         diffutils.
27784
27785 2002-04-30  Jim Meyering  <meyering@lucent.com>
27786
27787         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27788
27789 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27790
27791         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27792
27793 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27794
27795         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27796         Do not check for alloca.h (no longer used) or stdbool.h (was never
27797         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27798
27799 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27800
27801         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27802
27803 2002-04-29  Jim Meyering  <meyering@lucent.com>
27804
27805         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27806         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27807         Use AC_FUNC_STRNLEN here instead.
27808
27809         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27810         With autoconf-2.53a, it's part of AC_PROG_CC.
27811
27812 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27813
27814         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27815         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27816
27817 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27818
27819         * lib/sig2str.h, lib/sig2str.c: New files.
27820         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27821
27822 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27823
27824         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27825         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27826         of 127, since 64 is the largest conceivable number for ancient
27827         nonstandard hosts.
27828         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27829
27830 2002-04-28  Jim Meyering  <meyering@lucent.com>
27831
27832         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27833
27834 2002-04-24  Jim Meyering  <meyering@lucent.com>
27835
27836         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27837         (jm_PREREQ): Use it.
27838
27839         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27840         mach/mach.h fcntl.h.
27841         Check for this function: setlocale.
27842
27843 2002-04-24  Jim Meyering  <meyering@lucent.com>
27844
27845         * lib/gettext.h: New file, from Gettext.
27846         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27847         (libfetish_a_SOURCES): Add gettext.h.
27848
27849 2002-04-16  Jim Meyering  <meyering@lucent.com>
27850
27851         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27852         ut_pid, ut_id, ut_exit.
27853
27854 2002-04-16  Jim Meyering  <meyering@lucent.com>
27855
27856         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27857         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27858         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27859
27860 2002-04-12  Jim Meyering  <meyering@lucent.com>
27861
27862         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27863         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27864         existence of the getmntinfo function.  Needed for Darwin 5.3.
27865
27866         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27867         This is necessary at least on Darwin 5.3.
27868
27869         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27870         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27871         strnlen.o in the library, and that makes some versions of ranlib
27872         object.
27873
27874 2002-04-12  Jim Meyering  <meyering@lucent.com>
27875
27876         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27877
27878 2002-04-09  Jim Meyering  <meyering@lucent.com>
27879
27880         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27881         to be more precise.  Rather than saying we're checking whether the
27882         function `works', say what we're testing.
27883         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27884         Reported by Bruno Haible.
27885
27886 2002-03-10  Jim Meyering  <meyering@lucent.com>
27887
27888         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27889         Suggestion from Santiago Vila.
27890
27891 2002-03-08  Jim Meyering  <meyering@lucent.com>
27892
27893         * lib/rename.c: Mention that this wrapper is needed also on
27894         mips-dec-ultrix4.4 systems.
27895
27896 2002-03-02  Jim Meyering  <meyering@lucent.com>
27897
27898         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27899         not HAVE_CLOCK_SETTIME.
27900
27901 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27902
27903         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27904         Check for clock_settime.
27905
27906 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27907
27908         * lib/nanosleep.h: Rename to....
27909         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27910
27911         * lib/gettime.c: New file.
27912         * lib/settime.c: New file.
27913         * lib/stime.c: Remove.
27914
27915         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27916         timespec.h.  Remove nanosleep.h.
27917
27918 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27919
27920         * m4/acl.m4: New file.
27921         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27922         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27923
27924 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27925
27926         * lib/acl.c, lib/acl.h: New files.
27927         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27928
27929 2002-02-24  Jim Meyering  <meyering@lucent.com>
27930
27931         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27932         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27933         cause trouble.  Reported by Nelson Beebe.
27934
27935 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27936
27937         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27938         compilers that don't know that xalloc_die never returns.
27939
27940 2002-02-20  Jim Meyering  <meyering@lucent.com>
27941
27942         * lib/getdate.c: Regenerate using bison-1.33.
27943
27944 2002-02-17  Jim Meyering  <meyering@lucent.com>
27945
27946         * config/config.guess (main): Don't use `head -1'; it's no longer
27947         portable. Use `sed 1q' instead.
27948
27949 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27950
27951         * m4/codeset.m4: Upgrade to gettext-0.11.
27952         * m4/gettext.m4: Upgrade to gettext-0.11.
27953         * m4/glibc21.m4: Upgrade to gettext-0.11.
27954         * m4/iconv.m4: Upgrade to gettext-0.11.
27955         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27956         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27957         * m4/lib-ld.m4: New file, from gettext-0.11.
27958         * m4/lib-link.m4: New file, from gettext-0.11.
27959         * m4/lib-prefix.m4: New file, from gettext-0.11.
27960         * m4/progtest.m4: Upgrade to gettext-0.11.
27961
27962 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27963
27964         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27965         (jm_PREREQ): Use it.
27966
27967 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27968
27969         * lib/posixver.c, lib/posixver.h: New files.
27970         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27971
27972 2002-02-02  Paul Eggert  <eggert@twinsun.com>
27973             Bruno Haible  <bruno@clisp.org>
27974
27975         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
27976         (fwrite_success_callback): New declaration.
27977         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
27978         print_unicode_char. Call failure callback instead of error.
27979         (fwrite_success_callback): New function.
27980         (exit_failure_callback): New function.
27981         (fallback_failure_callback): New function.
27982         (print_unicode_char): Call unicode_to_mb.
27983
27984 2002-01-26  Jim Meyering  <meyering@lucent.com>
27985
27986         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
27987         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
27988
27989 2002-01-26  Jim Meyering  <meyering@lucent.com>
27990
27991         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
27992
27993 2002-01-22  Paul Eggert  <eggert@twinsun.com>
27994
27995         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
27996
27997 2002-01-22  Jim Meyering  <meyering@lucent.com>
27998
27999         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28000         Otherwise, some versions of automake would omit the rule that makes
28001         Makefile from Makefile.in.
28002
28003 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28004
28005         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28006         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28007         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28008         (memcoll): Set errno to zero if there is no error.
28009
28010         * lib/quotearg.c (quotearg_buffer_restyled):
28011         Fix bug with quoting buffers containing NUL when backslashing escapes.
28012         This bug was exposed by the other changes in this patch.
28013         (quotearg_n_options): New arg ARGSIZE.
28014         All callers changed.
28015         (quoting_options_from_style): New function.
28016         (quotearg_n_style): Use it.
28017         (quotearg_n_style_mem): New function.
28018
28019         * lib/quotearg.h (quotearg_n_style_mem): New function.
28020
28021 2002-01-19  Jim Meyering  <meyering@lucent.com>
28022
28023         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28024         Remove useless quotes: DF_PROG="df".
28025         * m4/strnlen.m4: New file.
28026
28027 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28028
28029         * lib/backupfile.c (ISDIGIT): Comment fix.
28030         * lib/getdate.y (ISDIGIT): Likewise.
28031         * lib/posixtm.c (ISDIGIT, year): Likewise.
28032         * lib/strverscmp.c (ISDIGIT): Likewise.
28033         * lib/userspec.c (ISDIGIT): Likewise.
28034
28035 2002-01-16  Jim Meyering  <meyering@lucent.com>
28036
28037         * lib/getdate.y: Add three semicolons, each just before a closing
28038         brace. Bison (as of version 1.31) no longer papers over that mistake.
28039
28040 2002-01-05  Jim Meyering  <meyering@lucent.com>
28041
28042         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28043
28044 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28045
28046         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28047         not silently exit merely because the output buffer happens to
28048         have nothing pending.
28049
28050 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28051
28052         See the big note in ../ChangeLog.
28053         * lib/human.c (suffixes): Prefer K to k for 1024.
28054         (generate_suffix_backwards): New function.
28055         (human_readable_inexact): Use it.
28056         * lib/xstrtol.c (__xstrtol): If there is no number but there
28057         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28058         Accept 'K' as well as 'k'.
28059
28060 2001-12-15  Jim Meyering  <meyering@lucent.com>
28061
28062         * lib/regex.h (__restrict_arr): Update from libc.
28063
28064         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28065         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28066         (STREQ): Define.
28067
28068 2001-12-14  Jim Meyering  <meyering@lucent.com>
28069
28070         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28071         Suggestion from Bruno Haible.
28072
28073 2001-12-10  Jim Meyering  <meyering@lucent.com>
28074
28075         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28076         xrealloc, Instead, include "xalloc.h".
28077         (initbuffer): Don't cast xmalloc return value to char*.
28078         (readline): Reword comment.
28079         Don't cast xrealloc return value to char*
28080         Return NULL, not 0.
28081
28082 2001-12-09  Jim Meyering  <meyering@lucent.com>
28083
28084         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28085         about `signed and unsigned type in conditional expression'.
28086         * lib/posixtm.c (posix_time_parse): Likewise.
28087
28088         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28089
28090         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28091         to avoid a pedantic warning.
28092
28093         * lib/getstr.c: Don't include assert.h.
28094         (getstr): Remove warning-evoking assertions.
28095         Return -1 if offset parameter is out of bounds.
28096         Change the type of a local from int to size_t.
28097
28098         * lib/strftime.c (my_strftime_localtime_r): Include this function
28099         definition in the `#if ! HAVE_TM_GMTOFF' block.
28100
28101         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28102         Include xalloc.h instead.
28103
28104 2001-12-02  Jim Meyering  <meyering@lucent.com>
28105
28106         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28107         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28108         included.
28109
28110         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28111         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28112
28113 2001-11-30  Akim Demaille  <akim@epita.fr>
28114
28115         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28116         before being defined.
28117
28118 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28119
28120         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28121         First arg is int, not unsigned.
28122         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28123         (SIZE_MAX, UINT_MAX): New macros.
28124         (quotearg_n_options): Abort if N is negative.
28125         Avoid overflow check on hosts where size_t is 64 bits and int
28126         is 32 bits, as overflow is impossible there.
28127         Fix off-by-one typo that caused unnecessary reallocation.
28128
28129 2001-11-27  Jim Meyering  <meyering@lucent.com>
28130
28131         * lib/tempname.c: Merge with version from libc.
28132         * lib/regex.c: Likewise.
28133
28134         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28135         systems for which STDC_HEADERS is 0, it was not included, resulting in
28136         a warning about an integer-to-pointer conversion problem with getenv.
28137         Reported by Volker Borchert.
28138
28139 2001-11-26  Jim Meyering  <meyering@lucent.com>
28140
28141         * lib/gtod.h: Remove file.
28142         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28143         * lib/gettimeofday.c: Don't include gtod.h.
28144         (GTOD_init): Remove function.
28145         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28146         Suggestion from Volker Borchert.
28147
28148 2001-11-23  Jim Meyering  <meyering@lucent.com>
28149
28150         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28151         it.
28152         * lib/hash.c (struct hash_table): Define it here instead.
28153
28154 2001-11-22  Jim Meyering  <meyering@lucent.com>
28155
28156         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28157
28158 2001-11-20  Jim Meyering  <meyering@lucent.com>
28159
28160         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28161         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28162
28163 2001-11-19  Jim Meyering  <meyering@lucent.com>
28164
28165         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28166         directory.  Use "conftestXXXXXX" as the template.
28167         Suggestion from Paul Eggert.
28168
28169         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28170         immediately, so the test doesn't mistakenly hit the max-open-files
28171         limit.
28172
28173 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28174
28175         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28176         (TEMPORARIES): New macro.
28177         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28178         removes an artificial limitation (e.g. HP-UX 10.20, where
28179         TMP_MAX is 17576).
28180
28181 2001-11-18  Jim Meyering  <meyering@lucent.com>
28182
28183         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28184
28185 2001-11-18  Jim Meyering  <meyering@lucent.com>
28186
28187         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28188         on SunOS 4.
28189
28190         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28191         files will be created before anything else.
28192
28193 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28194
28195         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28196         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28197
28198 2001-11-17  Jim Meyering  <meyering@lucent.com>
28199
28200         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28201         Prompted by a report from Bob Proulx.
28202
28203         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28204         Instead, require UTILS_FUNC_MKSTEMP.
28205
28206 2001-11-17  Jim Meyering  <meyering@lucent.com>
28207
28208         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28209         Now, that's done as part of AC_FUNC_STRTOD.
28210
28211 2001-11-17  Jim Meyering  <meyering@lucent.com>
28212
28213         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28214         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28215         rather than group writable.  Patch by Juan F. Codagnone.
28216
28217         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28218         xrealloc, Instead, include "xalloc.h".
28219
28220         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28221         Remove explicit declarations of xmalloc, xrealloc,
28222         and xstrdup.  Instead, include "xalloc.h".
28223
28224         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28225         unlocked-io.h.
28226         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28227         Likewise.
28228         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28229
28230         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28231         Reported by Padraig Brady.
28232
28233         * lib/mkstemp.c: #undef mkstemp.
28234         Include config.h.
28235         (rpl_mkstemp): Rename from mkstemp.
28236         Protoize.
28237
28238 2001-11-16  Jim Meyering  <meyering@lucent.com>
28239
28240         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28241         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28242         determine the amount of total physical memory, use pstat_getstatic.
28243         HPUX-11 doesn't define _SC_PHYS_PAGES.
28244         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28245         If sysconf couldn't be used to determine the amount of available
28246         physical memory, use both pstat_getstatic and pstat_getdynamic.
28247         Based on a patch from Bob Proulx.
28248
28249 2001-11-10  Jim Meyering  <meyering@lucent.com>
28250
28251         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28252         (jm_PREREQ): Use it.
28253
28254 2001-11-09  Jim Meyering  <meyering@lucent.com>
28255
28256         * m4/jm-macros.m4: Require autoconf-2.52f.
28257         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28258         Use these AC_-prefixed names, not the AM_-prefixed ones.
28259
28260         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28261
28262 2001-11-05  Jim Meyering  <meyering@lucent.com>
28263
28264         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28265
28266 2001-11-04  Jim Meyering  <meyering@lucent.com>
28267
28268         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28269         $DEFS.
28270
28271 2001-11-03  Jim Meyering  <meyering@lucent.com>
28272
28273         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28274         of AC_DEFUN.
28275
28276         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28277         know the name of the variable in the macro definition.
28278
28279 2001-11-03  Jim Meyering  <meyering@lucent.com>
28280
28281         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28282         in argmatch_to_argument call.
28283
28284         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28285         argument.
28286
28287         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28288         e.g., a fault due to an attempt to free a NULL pointer.
28289
28290 2001-11-01  Jim Meyering  <meyering@lucent.com>
28291
28292         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28293         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28294
28295 2001-11-01  Jim Meyering  <meyering@lucent.com>
28296
28297         * lib/dirfd.c, lib/dirfd.h: New files.
28298         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28299
28300         * lib/hash.c (hash_print) [TESTING]: Clean up.
28301
28302 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28303
28304         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28305         to avoid a warning if -Wall.
28306
28307 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28308
28309         * README: New file
28310         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28311         (per RMS's instructions, this is now the canonical source)
28312         * lgpl/, gpl/: New directories.
28313
28314 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28315
28316         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28317
28318 2001-10-21  Jim Meyering  <meyering@lucent.com>
28319
28320         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28321         this code would end up calling gettext even in packages built
28322         with --disable-nls.
28323         * lib/getopt.c (_): Likewise.
28324         * lib/regex.c (_): Likewise.
28325
28326 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28327
28328         * m4/error.m4 (jm_PREREQ_ERROR):
28329         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28330         AC_FUNC_STRERROR_R does that.
28331         Check for strerror declaration.
28332
28333         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28334         are supposed to have them these days.
28335         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28336         Merge changes from latest Autoconf CVS.
28337         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28338         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28339         POSIX decided to standardize on the int flavor of strerror_r.
28340
28341 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28342
28343         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28344         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28345         Use strerror_r that is only a macro, even if it is not a function.
28346         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28347         (private_strerror): Use prototypes, not old-style function definition.
28348         (print_errno_message): New function.
28349         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28350         char*-flavored one.
28351         (error_tail, error, error_at_line): Use it.
28352
28353 2001-10-11  Jim Meyering  <meyering@lucent.com>
28354
28355         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28356         and quote_n (1, ... to avoid clobbering a buffer.
28357
28358 2001-10-05  Jim Meyering  <meyering@lucent.com>
28359
28360         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28361         hash-pjw.h.
28362         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28363         * lib/hash-pjw.h: New file.
28364
28365 2001-09-30  Jim Meyering  <meyering@lucent.com>
28366
28367         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28368         `struct fsstat' has the `f_fstypename' member.
28369         Use that to define FS_TYPE, which is now used to make
28370         the getfsstat link test tighter.
28371
28372 2001-09-30  Jim Meyering  <meyering@lucent.com>
28373
28374         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28375         Include <sys/ucred.h>, for Apple Darwin.
28376         Include sys/mount.h and sys/fs_types.h only if available.
28377         (FS_TYPE): Define.
28378         (read_filesystem_list): Use FS_TYPE.
28379
28380 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28381
28382         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28383         a boolean context.
28384
28385 2001-09-29  Jim Meyering  <meyering@lucent.com>
28386
28387         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28388         [one-argument getmntent function]): Include stdio.h before mntent.h.
28389         SunOS 4.1.x needs it for the declaration of `FILE'.
28390         Patch by Volker Borchert.
28391
28392         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28393         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28394         sys/fs_types.h, and make the link-test for getfsstat guard #include
28395         directives with appropriate #if HAVE_*_H tests so that we can
28396         detect getfsstat on Apple Darwin1.3.7 systems.
28397         Reported by Nelson Beebe.
28398         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28399
28400 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28401
28402         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28403         #defines strtoimax.  Also treat the other strto* functions
28404         like strtoimax.
28405
28406         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28407         Check for strtoul and strtoumax,
28408         as those declarations are made even in the signed case.
28409         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28410         Likewise, for strtol and strtoimax.
28411
28412 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28413
28414         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28415         #defines strtoimax.  Also treat the other strto* functions
28416         like strtoimax.
28417
28418         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28419         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28420         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28421
28422 2001-09-26  Jim Meyering  <meyering@lucent.com>
28423
28424         Most macros in unlocked-io.h had the wrong number of arguments.
28425         * lib/gen-uio: New script.
28426         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28427         * lib/unlocked-io.hin: Remove file.
28428         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28429         rather than trying to embed it here.
28430         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28431         Reported by Padraig Brady.
28432
28433 2001-09-25  Volker Borchert  <bt@teknon.de>
28434
28435         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28436         `result'.
28437
28438 2001-09-24  Jim Meyering  <meyering@lucent.com>
28439
28440         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28441
28442 2001-09-23  Jim Meyering  <meyering@lucent.com>
28443
28444         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28445         instead of the mere test for existence of mntent.h.  The latter
28446         would get a false-positive on AIX 3.4 systems.
28447         In the outer getmntent if-block, don't die if neither of the getmntent
28448         tests succeeds.  Instead, just fall through and continue with the
28449         remaining tests.
28450
28451 2001-09-23  Jim Meyering  <meyering@lucent.com>
28452
28453         * lib/mountlist.c: Remove useless parentheses in #if directives.
28454         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28455         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28456
28457 2001-09-22  Jim Meyering  <meyering@lucent.com>
28458
28459         * m4/gettext.m4: New file.  From gettext.
28460         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28461         * m4/progtest.m4: Likewise
28462         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28463         * m4/glibc21.m4: Likewise.
28464
28465         * m4/libintl.m4: Remove.  No longer used.
28466
28467 2001-09-22  Jim Meyering  <meyering@lucent.com>
28468
28469         * lib/localcharset.c: Update from latest gettext.
28470         * lib/config.charset: Likewise.
28471
28472 2001-09-20  Jim Meyering  <meyering@lucent.com>
28473
28474         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28475         strtoimax.
28476         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28477         strtoumax.
28478
28479 2001-09-20  Jim Meyering  <meyering@lucent.com>
28480
28481         * lib/xstrtol.c (strtoimax): Guard declaration with
28482         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28483         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28484         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28485         (strtoumax): Likewise, for completeness (it wasn't necessary).
28486
28487 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28488
28489         * lib/strtoimax.c (HAVE_LONG_LONG):
28490         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28491         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28492         to work around bug in IBM C compiler.
28493
28494 2001-09-17  Jim Meyering  <meyering@lucent.com>
28495
28496         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28497         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28498         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28499         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28500         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28501         whenever the right hand side need not be expanded by the shell.
28502
28503 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28504
28505         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28506         library.  It's not correct, as some older glibcs are buggy.
28507         fnmatch wasn't fixed until glibc 2.2.
28508
28509         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28510         special shell magic here.
28511
28512 2001-09-16  Jim Meyering  <meyering@lucent.com>
28513
28514         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28515         * m4/jm-macros.m4: Require it.
28516
28517 2001-09-16  Jim Meyering  <meyering@lucent.com>
28518
28519         * lib/mkdir.c: New file.
28520
28521 2001-09-15  Jim Meyering  <meyering@lucent.com>
28522
28523         * m4/jm-macros.m4: Check for help2man.
28524
28525 2001-09-11  Jim Meyering  <meyering@lucent.com>
28526
28527         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28528         The body, by Paul Eggert, was moved here from configure.in.
28529         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28530
28531 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28532
28533         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28534         (jm_PREREQ): Use it.
28535
28536 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28537
28538         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28539         Use ssize_t, not int, to store result of readlink.
28540         Check for ssize_t overflow as well as size_t overflow,
28541         as POSIX says the result of readlink is implementation-defined
28542         when ssize_t overflows.
28543         Remove unnecessary cast to char*.
28544         Use free+malloc instead of realloc, as the storage doesn't need
28545         to be preserved and it's clearer and can be more efficient that way.
28546         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28547         * lib/xreadlink.h (xreadlink): Update prototype.
28548
28549 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28550
28551         * lib/xgetcwd.c: Revert some of the previous change; intead,
28552         fix the HAVE_GETCWD_NULL code to behave more like the
28553         !HAVE_GETCWD_NULL code used to.
28554
28555         Include "xalloc.h".
28556         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28557         invoke xalloc_die.
28558
28559 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28560
28561         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28562         sys/param.h, as pathmax.h includes them.
28563
28564 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28565
28566         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28567         (jm_PREREQ_XGETCWD): New macro.
28568
28569         * m4/getcwd.m4: New file.
28570
28571 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28572
28573         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28574         like the HAVE_GETCWD_NULL code.
28575         Include pathmax.h if not HAVE_GETCWD.
28576         Do not include xalloc.h.
28577         (INITIAL_BUFFER_SIZE): New symbol.
28578         Do not use xmalloc / xrealloc, since the caller is responsible for
28579         handling errors.  Preserve errno around `free' during failure.
28580         Do not overrun buffer when using getwd.
28581
28582 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28583
28584         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28585         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28586         getcwd (NULL, 0).
28587
28588 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28589
28590         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28591         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28592         spotted by Jim Meyering.
28593
28594 2001-09-03  Jim Meyering  <meyering@lucent.com>
28595
28596         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28597         failure.
28598
28599 2001-09-02  Jim Meyering  <meyering@lucent.com>
28600
28601         * lib/error.c: Update from GNU libc.
28602
28603 2001-09-01  Jim Meyering  <meyering@lucent.com>
28604
28605         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28606         Used by df.
28607
28608 2001-09-01  Jim Meyering  <meyering@lucent.com>
28609
28610         * lib/xreadlink.c: New file.
28611         * lib/xreadlink.h: New file.
28612         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28613         xreadlink.h.
28614
28615         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28616         doesn't conflict with sparc Solaris 7's definition in
28617         /usr/include/sys/int_types.h.
28618
28619         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28620         files.
28621         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28622         and strncasecmp as r-values.  Unixware didn't have declarations.
28623
28624 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28625
28626         * lib/xstrtol.h: Add copyright notice.
28627         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28628         LONGINT_INVALID_SUFFIX_CHAR.
28629
28630 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28631
28632         * lib/xstrtol.c (strtoimax): New decl.
28633
28634 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28635
28636         * lib/xgetcwd.c: Don't include pathmax.h.
28637         Include stdlib.h and unistd.h if available.
28638         Include xalloc.h.
28639         (xmalloc, xstrdup, free): Remove decls.
28640         (xgetcwd): Don't assume sizes fit in unsigned.
28641         Check for overflow when computing sizes.
28642         Simplify reallocation code.
28643
28644 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28645
28646         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28647         a directory's st_size can have an arbitrary value, so the old
28648         usage could waste an arbitrary amount of memory.  All uses
28649         changed.
28650         * lib/savedir.h: Update prototype.
28651
28652 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28653
28654         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28655
28656         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28657         old strtoimax.c.
28658
28659         Also, make the following further changes to make this file's
28660         configuration more similar to that of strtol.c:
28661         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28662         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28663         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28664         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28665         changed to signed values.
28666
28667         And make the following changes as well:
28668         Fix copyright notice, as 1999 was missing.
28669         (verify): New macro.
28670         (strtoimax): Check sizes at compile-time, not run-time.
28671         Prefer strtol to strtoll if both work.
28672         (main): Remove; it was not that useful and was a pain to maintain.
28673
28674         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28675
28676 2001-08-31  Jim Meyering  <meyering@lucent.com>
28677
28678         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28679         Use an initial, malloc'd, buffer of length 128 rather than
28680         a statically allocated one of length 1024.
28681
28682 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28683
28684         Simplify code, partly by assuming autoconf 2.52 semantics.
28685
28686         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28687
28688         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28689         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28690         All uses removed.
28691         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28692         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28693         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28694         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28695         jm_AC_HEADER_INTTYPES_H.
28696         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28697
28698         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28699
28700         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28701         Quote first arg of AC_DEFUN.
28702         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28703         since they are needed to parse the include file even if we need
28704         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28705         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28706         but with opposite signedness.
28707
28708 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28709
28710         Merge 'exclude' changes from tar 1.13.22.
28711         This fixes one or two unlikely storage allocation overflow bugs,
28712         but doesn't change user-visible behavior otherwise.
28713
28714 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28715
28716         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28717         (jm_PREREQ_EXCLUDE): New macro.
28718
28719 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28720
28721         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28722         tm to be declared.
28723
28724 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28725
28726         * lib/hash.c: Remove '2001' from copyright notice.
28727
28728 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28729
28730         * lib/full-write.h: New file.
28731         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28732         * lib/full-write.c: Correct credits, as cccp.c no longer
28733         exists and anyway it was so heavily changed from the old cccp
28734         code as to be unrecognizable.  Include full-write.h.
28735         (full_write) Return size_t, with short writes meaning failure.
28736         All callers changed.  This fixes a bug with large buffers
28737         on 64-bit hosts.
28738         * lib/utime.c: Include full-write.h.
28739
28740 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28741
28742         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28743         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28744         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28745         Include if available.
28746         (<xalloc.h>): Include
28747         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28748         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28749         collide with FNM macros.
28750         (struct patopts): New struct.
28751         (struct exclude): Use it, as exclude patterns now come with options.
28752         (new_exclude): Support above changes.
28753         (new_exclude, add_exclude_file):
28754         Initial size must now be a power of two to simplify overflow checking.
28755         (free_exclude, fnmatch_no_wildcards): New function.
28756         (excluded_filename): No longer requires options arg, as the options
28757         are determined by add_exclude.  Now returns bool, not int.
28758         (excluded_filename, add_exclude):
28759         Add support for the fancy new exclusion options.
28760         (add_exclude, add_exclude_file): Now takes int options arg.
28761         Check for arithmetic overflow when computing sizes.
28762         (add_exclude_file): xrealloc might modify errno, so don't
28763         realloc until after errno might be used.
28764
28765         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28766         New macros.
28767         (free_exclude): New decl.
28768         (add_exclude, add_exclude_file): Now takes int options arg.
28769         (excluded_filename): No longer requires options arg, as the options
28770         are determined by add_exclude.  Now returns bool, not int.
28771
28772 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28773
28774         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28775
28776 2001-08-27  Jim Meyering  <meyering@lucent.com>
28777
28778         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28779
28780         * lib/version-etc.c (N_): Remove definition.
28781         Revert most of last change.
28782         Instead, simply don't mark the `Copyright...' string for translation.
28783         Based on advice from Paul Eggert.
28784
28785         * lib/strtoxmax.c: Tweak comment.
28786
28787 2001-08-26  Jim Meyering  <meyering@lucent.com>
28788
28789         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28790
28791         * m4/xstrtoimax.m4: New file.
28792         * m4/xstrtoumax.m4: Add comments explaining why we
28793         AC_REPLACE_FUNCS(strtol).
28794
28795 2001-08-26  Jim Meyering  <meyering@lucent.com>
28796
28797         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28798         of copyright with `%s' so translators don't get an untranslated
28799         message in 2002.
28800         (COPYRIGHT_YEAR): Define.
28801         (version_etc): Use fprintf rather than fputs.
28802         Suggestion from Ulrich Drepper.
28803
28804         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28805
28806         * lib/strtoll.c: New file, from GNU libc.
28807         * lib/xstrtoimax.c: New file.
28808
28809         * lib/xstrtol.h: Add xstrtoimax.
28810         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28811         * lib/strtoimax.c: New file.  Likewise, but first define
28812         STRTOUXMAX_SIGNED.
28813
28814         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28815         ...
28816         * lib/strtoxmax.c: ... then renamed to this.
28817
28818 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28819
28820         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28821         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28822         (jm_AC_TYPE_INTMAX_T): New macro.
28823         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28824
28825         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28826
28827         * m4/longlong.m4: Renamed from ulonglong.m4.
28828         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28829         * m4/uintmax_t.m4: Removed.
28830
28831 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28832
28833         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28834         Port to Solaris 8, where 'sed' requires a space after the 'r'
28835         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28836         Redirect output to $tmp just once.
28837
28838 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28839
28840         * lib/addext.c (<errno.h>): Include.
28841         (errno): Declare if not defined.
28842         (addext): Work correctly when pathconf returns -1 and leaves
28843         errno alone because there is no limit.  Also, work even if
28844         pathconf returns a value greater than SIZE_MAX.
28845
28846 2001-08-12  Jim Meyering  <meyering@lucent.com>
28847
28848         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28849         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28850         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28851         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28852         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28853         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28854         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28855         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28856         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28857         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28858         utime.m4, utimes.m4, xstrtoumax.m4:
28859         Quote the first argument in each use of AC_DEFUN.
28860
28861 2001-08-12  Jim Meyering  <meyering@lucent.com>
28862
28863         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28864         Simply `return getcwd (NULL, 0);'.
28865         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28866         Use 1300 as initial value for length, not PATH_MAX.
28867
28868         * lib/pathmax.h: Clean up cpp syntax.
28869
28870 2001-08-12  Jim Meyering  <meyering@lucent.com>
28871
28872         * lib/gettimeofday.c: New file.
28873         * lib/gtod.h: New file.
28874         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28875
28876 2001-08-05  Jim Meyering  <meyering@lucent.com>
28877
28878         * m4/jm-macros.m4: Require autoconf-2.52.
28879
28880 2001-08-04  Jim Meyering  <meyering@lucent.com>
28881
28882         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28883         stmt, to get in sync with glibc.
28884
28885 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28886
28887         The following changes are from gettext 0.10.39 as maintained by
28888         Bruno Haible.
28889
28890         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28891         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28892         with inverted sense.  All uses changed.
28893
28894         * lib/mbswidth.c: Don't include <limits.h>.
28895         Include <stdlib.h> and <string.h> unconditionally.
28896         (iswcntrl, mbsinit, ISCNTRL): New macros.
28897         (mbsnwidth): Use K&R style function declarations.
28898         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28899         can optimize it when MB_CUR_MAX == 1.
28900         The width of control characters is zero, not 1.
28901
28902 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28903
28904         The following changes are from gettext 0.10.39 as maintained by
28905         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28906
28907         * m4/codeset.m4: Upgrade to serial AM1.
28908         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28909         all uses changed.  Quote first arg of AC_DEFUN.
28910         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28911
28912         * m4/iconv.m4: Upgrade to serial AM2.
28913         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28914         Add --with-libconv-prefix.
28915         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28916         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28917         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28918         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28919         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28920
28921         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28922         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28923         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28924         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28925         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28926         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28927         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28928         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28929         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28930
28931         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28932         string.h any more.
28933
28934         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28935         not the default value.
28936
28937         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28938         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28939         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28940         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28941         Also check for iswcntrl, used for wcwidth fallback.
28942         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28943         to Autoconf 2.13.
28944
28945 2001-08-03  Jim Meyering  <meyering@lucent.com>
28946
28947         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28948         as it was in the original.  Reported by Paul Eggert.
28949
28950 2001-07-16  Jim Meyering  <meyering@lucent.com>
28951
28952         * m4/gettimeofday.m4: New file.
28953         Prompted by a report from Bernhard Baehr.
28954
28955 2001-07-15  Jim Meyering  <meyering@lucent.com>
28956
28957         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28958         stuff. Now it's in ../Makefile.cfg.
28959
28960 2001-07-15  Jim Meyering  <meyering@lucent.com>
28961
28962         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28963         (BUILT_SOURCES): Add unlocked-io.h.
28964         (io_functions): Define.
28965         (unlocked-io.h): New rule.
28966         (DISTCLEANFILES): Add unlocked-io.h.
28967         (all-local): Depend on unlocked-io.h, to ensure it is created.
28968
28969         * lib/unlocked-io.hin: New file
28970
28971         * lib/regex.c: Update from glibc.
28972
28973 2001-07-05  Jim Meyering  <meyering@lucent.com>
28974
28975         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
28976         recommendation.
28977         (libfetish_a_SOURCES): Put all .h files here instead.
28978         Remove a thus-exposed (better checks in automake) duplicate and
28979         two unnecessary .h files.
28980
28981 2001-07-04  Jim Meyering  <meyering@lucent.com>
28982
28983         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
28984         that generates jm-glibc-io.m4 so that it doesn't trigger any make
28985         distcheck failure.
28986
28987 2001-07-02  Jim Meyering  <meyering@lucent.com>
28988
28989         The following changes were prompted by suggestions from Bruno Haible.
28990
28991         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
28992         is now generated.
28993         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
28994         definition of EXTRA_DIST.
28995         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
28996         ensure that the generated file is created/updated whenever the list
28997         of $(unlocked_functions) is changed.
28998         (jm-glibc-io.m4): New rule.
28999         (unlocked-io.h): New rule -- currently unused.
29000
29001 2001-06-24  Jim Meyering  <meyering@lucent.com>
29002
29003         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29004         unmatched right bracket, rather than kludging it with an extra,
29005         falsely-matching quote in a comment.  Patch by Akim Demaille.
29006
29007 2001-06-11  Jim Meyering  <meyering@lucent.com>
29008
29009         * lib/regex.c: Update from GNU libc.
29010
29011 2001-05-27  Jim Meyering  <meyering@lucent.com>
29012
29013         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29014         Check for ut_type in struct utmp.
29015
29016 2001-05-27  Jim Meyering  <meyering@lucent.com>
29017
29018         * lib/readutmp.h (UT_TYPE): Define.
29019
29020 2001-05-24  Jim Meyering  <meyering@lucent.com>
29021
29022         * lib/argmatch.c: Include "quote.h".
29023         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29024         quote function.  Reported by Göran Uddeborg.
29025
29026 2001-05-22  Jim Meyering  <meyering@lucent.com>
29027
29028         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29029         now that we use the package-supplied version unconditionally.
29030         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29031
29032 2001-05-21  Jim Meyering  <meyering@lucent.com>
29033
29034         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29035         shell syntax errors.
29036
29037 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29038
29039         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29040
29041 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29042
29043         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29044         Don't bother to check library strftime, since
29045         we'll be using our own my_strftime function anyway.
29046         Define my_strftime instead of strftime.
29047
29048 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29049
29050         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29051         which is not yet declared.
29052
29053 2001-05-15  Jim Meyering  <meyering@lucent.com>
29054
29055         * m4/regex.m4: Use proper quoting so brackets appear in the test
29056         program.
29057         Reported by, and with help from, Bruno Haible.
29058
29059 2001-05-13  Jim Meyering  <meyering@lucent.com>
29060
29061         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29062         undefined.
29063
29064 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29065
29066         dirname code cleanup.  base_name now behaves more compatibly
29067         with POSIX basename when given file names that have trailing
29068         slashes, and similarly for dir_name.  Add new primitives
29069         base_len and dir_len.  Put the directory-name-related decls
29070         into dirname.h.
29071
29072         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29073         * lib/backupfile.c (base_name): Likewise.
29074         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29075         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29076         * lib/makepath.c (strip_trailing_slashes): Likewise.
29077         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29078         ISSLASH): Likewise.
29079         * lib/rename.c (strip_trailing_slashes): Likewise.
29080         * lib/same.c (base_name): Likewise.
29081         * lib/stripslash.c (ISSLASH): Likewise.
29082
29083         * lib/addext.c: Include <dirname.h> after size_t is defined.
29084         * lib/backupfile.c: Likewise.
29085
29086         * lib/addext.c (addext): Use base_len to trim redundant
29087         trailing slashes instead of doing it ourselves.
29088         But do not trim the last slash if it is not redundant.
29089
29090         * lib/backupfile.c (find_backup_file_name,
29091         max_backup_version): Use base_len instead of rolling it ourselves.
29092         Handle the case of "" and (on DOS) "C:" correctly.
29093
29094         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29095         needed. Include <string.h>, <dirname.h>.
29096         (base_name): Allow file names ending in slashes, other than names
29097         that are all slashes.  In this case, return the basename followed
29098         by the slashes.  This is more general, and can be used in places
29099         where the original base_name purposely had an assertion failure.
29100         (base_len): New function.
29101
29102         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29103         Do not include <assert.h>; no longer needed.
29104         Include xalloc.h.
29105         (memrchr): Remove decl.
29106         (dir_name_r): Remove.
29107         (dir_len): Renamed from dirlen.  All callers changed.
29108         Rewrite in terms of base_name, for simplicity and consistency.
29109         (dir_name): Never return NULL.  All callers changed.
29110         Do not include <stdlib.h> in test program; no longer needed.
29111         return 0; is fine for test program.
29112
29113         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29114         New macros.
29115         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29116
29117         * lib/path-concat.c (path_concat): Use base_len to compute
29118         base length, not strlen; this means we cannot rely on memcpy
29119         to null-terminate.
29120
29121         * lib/same.c (STREQ): Remove.
29122         (same_name): Handle the case where the basename ends in trailing '/'.
29123
29124         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29125         a slash was stripped.  Do not strip the last slash after a
29126         file system prefix.
29127
29128 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29129
29130         * lib/Makefile.am (libfetish_a_SOURCES):
29131         Add strftime.c, since we now compile it on all hosts.
29132
29133         * lib/strftime.c (my_strftime):
29134         Define to nstrftime if emacs, but only if my_strftime is not defined.
29135         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29136         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29137         Add one more extra argument: a nanoseconds value.
29138         All uses changed.
29139         (ns): New macro.
29140         (my_strftime function): Add %N format.
29141         (emacs_strftimeu): Renamed from emacs_strftime,
29142         with extra ut argument.
29143
29144 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29145
29146         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29147
29148 2001-04-21  Jim Meyering  <meyering@lucent.com>
29149
29150         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29151         doesn't interfere.
29152
29153 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29154
29155         * m4/ftruncate.m4: Check for chsize.
29156         Link with ftruncate.o unconditionally if ftruncate is missing.
29157         This was required when cross-compiling to i586-mingw32msvc.
29158
29159 2001-04-08  Jim Meyering  <meyering@lucent.com>
29160
29161         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29162         recomputed; that's necessary when the offset spans a DST transition.
29163         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29164
29165 2001-04-02  Jim Meyering  <meyering@lucent.com>
29166
29167         * lib/regex.h, regex.c: Update from GNU libc.
29168
29169 2001-03-24  Jim Meyering  <meyering@lucent.com>
29170
29171         * m4/jm-macros.m4: Require autoconf-2.49d.
29172
29173 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29174
29175         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29176
29177 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29178
29179         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29180
29181 2001-03-17  Jim Meyering  <meyering@lucent.com>
29182
29183         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29184         now that the version in autoconf is equivalent.
29185         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29186
29187         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29188         Suggestion from Akim Demaille.
29189
29190         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29191         (jm_PREREQ_TEMPNAME): New function.
29192
29193 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29194
29195         * lib/tempname.c (uint64_t): Define to uintmax_t if
29196         not defined, and if UINT64_MAX is not defined.
29197         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29198         Reported by John David Anglin.
29199
29200 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29201
29202         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29203         resolve alias if codeset is empty.
29204         * lib/config.charset (BeOS): Use wildcard syntax.
29205
29206 2001-03-13  Jim Meyering  <meyering@lucent.com>
29207
29208         * lib/path-concat.c (path_concat)
29209         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29210         concatenating e.g., `C:' and `foo'.
29211         From Bruno Haible.
29212
29213 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29214
29215         * lib/localcharset.c (locale_charset): Don't use
29216         setlocale(LC_CTYPE,NULL). Don't return NULL.
29217         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29218
29219 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29220
29221         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29222         support for DOS/DJGPP.
29223
29224 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29225
29226         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29227         lacks mkstemp.  Compile our own tempname.c if we compile our own
29228         mkstemp.c, as mkstemp relies on tempname.
29229
29230 2001-03-01  Jim Meyering  <meyering@lucent.com>
29231
29232         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29233         AH_VERBATIM really does output its argument verbatim.
29234
29235 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29236
29237         * lib/Makefile.am (libfetish_a_SOURCES):
29238         Add dup-safer.c, fopen-safer.c.
29239         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29240
29241         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29242         * lib/unistd-safer.h: New files.
29243
29244 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29245
29246         The mkstemp replacement is taken from glibc 2.2.2, with some
29247         portability fixes for use outside glibc, as follows:
29248
29249         * lib/tempname.c (struct_stat64): New macro.
29250         (direxists, __gen_tempname): Use it.
29251         This avoids a portability problem with Solaris 8.
29252
29253         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29254         (<stddef.h>, <stdint.h>, <string.h>):
29255         Include only if STDC_HEADERS || _LIBC.
29256         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29257         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29258         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29259         (__set_errno): Define this macro if <errno.h> doesn't.
29260         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29261         Define these macros if <stdio.h> doesn't.
29262         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29263         Define these macros if <sys/stat.h>
29264         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29265         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29266         __xstat64): Define if not _LIBC.
29267         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29268         (__gen_tempname): Invoke gettimeofday only if
29269         HAVE_GETTIMEOFDAY || _LIBC;
29270         otherwise, fall back on plain "time".
29271         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29272
29273         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29274
29275         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29276
29277 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29278
29279         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29280
29281 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29282
29283         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29284         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29285         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29286         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29287
29288 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29289
29290         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29291         Remove workaround macros for hosts that have mbrtowc but not
29292         mbstate_t, as we now insist on proper declarations for both
29293         before using mbrtowc.
29294
29295 2001-02-17  Jim Meyering  <meyering@lucent.com>
29296
29297         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29298         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29299         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29300         UnixWare 7.1.1.
29301
29302         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29303         rather than AC_CACHE_VAL.
29304
29305 2001-02-17  Jim Meyering  <meyering@lucent.com>
29306
29307         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29308         around included file name.
29309
29310         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29311
29312         * lib/strftime.c: Update from GNU libc (the only changes were to
29313         comments).
29314
29315 2001-02-17  Jim Meyering  <meyering@lucent.com>
29316
29317         * lib/regex.c: Update from libc.
29318
29319 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29320
29321         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29322         clash.
29323
29324 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29325
29326         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29327         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29328         Reported by Mark Hounschell via Paul Eggert.
29329
29330 2001-02-07  Jim Meyering  <meyering@lucent.com>
29331
29332         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29333
29334 2001-02-05  Jim Meyering  <meyering@lucent.com>
29335
29336         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29337         it includes the patch required for `large file' support with at least
29338         HP-UX's 10.20 /bin/cc.
29339
29340 2001-02-03  Jim Meyering  <meyering@lucent.com>
29341
29342         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29343         AS_IF, now that it works once again (mysteriously).
29344         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29345
29346 2001-01-30  Jim Meyering  <meyering@lucent.com>
29347
29348         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29349         * m4/chown.m4: Rename conftestchown to conftest.chown.
29350         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29351         s/conftestdir2/conftest.d2/.
29352         * m4/utimes.m4: s/conftestdata/conftest.data/
29353         Inspired by Pavel Roskin's change in autoconf.
29354
29355 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29356
29357         * lib/config.charset: Update for FreeBSD 4.2.
29358
29359 2001-01-27  Jim Meyering  <meyering@lucent.com>
29360
29361         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29362         a use of AS_IF.
29363         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29364
29365 2001-01-26  Jim Meyering  <meyering@lucent.com>
29366
29367         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29368         quotearg.c includes it.
29369
29370 2001-01-26  Jim Meyering  <meyering@lucent.com>
29371
29372         * lib/quotearg.c: Include stddef.h.
29373         * lib/quote.c: Include stddef.h.
29374         Reported by Axel Kittenberger.
29375
29376         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29377         line in double quotes so that it evokes a better diagnostic.
29378         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29379         Reported by Axel Kittenberger.
29380
29381 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29382
29383         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29384         as if it was a `charset'.
29385
29386 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29387
29388         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29389         has const.
29390
29391 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29392
29393         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29394         to avoid a warning.  Add back 'const' to inptr.
29395
29396 2001-01-20  Jim Meyering  <meyering@lucent.com>
29397
29398         Be sure that headers are checked before used in code compiled
29399         for the type checks.
29400         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29401         In place of that, invoke jm_CHECK_ALL_TYPES.
29402         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29403         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29404         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29405         The check for ssize_t was mistakenly run before the test for unistd.h.
29406
29407         The configure-time check for stdbool.h was missing.
29408         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29409         (jm_PREREQ_HASH): New function.
29410
29411 2001-01-17  Jim Meyering  <meyering@lucent.com>
29412
29413         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29414         for autoconf-2.49c.
29415         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29416
29417 2001-01-16  Jim Meyering  <meyering@lucent.com>
29418
29419         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29420         From Bruno Haible.
29421
29422 2001-01-14  Jim Meyering  <meyering@lucent.com>
29423
29424         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29425         foo and bar.  Create conftestdir/ in the script, not in the C code.
29426         Remove directories in the script, not in the C code.
29427         Remove conftestdir{,2} before trying to create the directory.
29428         Make the entire configure script fail if the mkdir fails.
29429
29430 2001-01-14  Jim Meyering  <meyering@lucent.com>
29431
29432         * lib/rename.c: New file.  From Volker Borchert.
29433         Include stdlib.h, string.h or strings.h, and xalloc.h.
29434         Use strip_trailing_slashes rather than open-coding it.
29435
29436 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29437
29438         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29439
29440 2001-01-03  Jim Meyering  <meyering@lucent.com>
29441
29442         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29443         of local `inptr' to avoid warning with some system declarations of
29444         iconv.
29445
29446 2001-01-02  Volker Borchert  <bt@teknon.de>
29447
29448         * m4/rename.m4: New file.
29449         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29450
29451 2001-01-01  Jim Meyering  <meyering@lucent.com>
29452
29453         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29454         even on systems with utmpx.h.  It's necessary for the declaration of
29455         utmp's ut_user member.  Reported by Andreas Jaeger.
29456
29457         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29458         available. They are required for the declarations of getgrgid and
29459         getpwuid resp.
29460         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29461         Reported by Andreas Jaeger.
29462
29463 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29464
29465         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29466         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29467         so `make install' also works in VPATH builds.
29468
29469 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29470
29471         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29472         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29473         can be used in subdirectories.
29474
29475 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29476
29477         * lib/modechange.c: Do not assume that mode_t uses the
29478         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29479         the other-execute bit of FOO even if S_IXOTH != 1.
29480
29481         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29482         WOTH, XOTH, ALLM): New macros.
29483         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29484          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29485         Use them.
29486         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29487         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29488         (mode_compile):
29489         No need to use uintmax_t; unsigned long is long enough.
29490         Don't bother to get suffix since we don't use it.
29491
29492 2000-12-26  Jim Meyering  <meyering@lucent.com>
29493
29494         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29495         better with autoheader.
29496
29497 2000-12-24  Jim Meyering  <meyering@lucent.com>
29498
29499         * lib/hash.c (is_prime): Return explicit boolean values.
29500         (hash_get_first): Return NULL to appease Irix5.6's 89.
29501         Reported by Nelson Beebe.
29502
29503 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29504
29505         * lib/localcharset.c (locale_charset): Add support for Win32.
29506
29507 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29508
29509         * lib/physmem.h, lib/physmem.c: New files.
29510
29511         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29512         (noinst_HEADERS): Add physmem.h.
29513
29514         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29515         't' for compatibility with Solaris 8 sort.
29516
29517 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29518
29519         * lib/config.charset: Add support for BeOS.
29520
29521 2000-12-17  Jim Meyering  <meyering@lucent.com>
29522
29523         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29524         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29525
29526 2000-12-16  Jim Meyering  <meyering@lucent.com>
29527
29528         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29529         N and M) would have treated it like `chown N:N FILE'.
29530
29531         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29532
29533 2000-12-16  Jim Meyering  <meyering@lucent.com>
29534
29535         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29536         SHELLS_FILE to a file name that's useful on djgpp systems.
29537         Include stdlib.h.
29538         (ADDITIONAL_DEFAULT_SHELLS): Define.
29539         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29540         Based mostly on a patch from Prashant TR.
29541
29542 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29543
29544         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29545         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29546         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29547
29548 2000-12-08  Andreas Schwab  <schwab@suse.de>
29549
29550         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29551         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29552
29553 2000-12-07  Jim Meyering  <meyering@lucent.com>
29554
29555         * lib/stripslash.c (ISSLASH): Define.
29556         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29557         `/'.
29558         From Prashant TR.
29559
29560         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29561         (dir_name_r): Declare this function as static.
29562         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29563         manifest itself on a name containing a mix of slashes and
29564         backslashes.
29565         Make this function work with names starting with a DOS-style
29566         drive letter and colon prefix.
29567         (dir_name): Append `.' if necessary.
29568         Based mostly on patches from Prashant TR and Eli Zaretskii.
29569
29570         * lib/dirname.h (dir_name_r): Remove prototype.
29571
29572 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29573
29574         * m4/off_t-format.m4: Remove this file.
29575         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29576
29577 2000-12-06  Jim Meyering  <meyering@lucent.com>
29578
29579         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29580         replacement strtoull, we may well need the replacement strtoul, too.
29581         Check for declarations of strtoul and strtoull.
29582         Check for strtol.  Mainly as a cue to cause automake to include
29583         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29584         Check for limits.h -- strtol.c needs it.
29585
29586 2000-12-05  Jim Meyering  <meyering@lucent.com>
29587
29588         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29589
29590 2000-12-04  Jim Meyering  <meyering@lucent.com>
29591
29592         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29593         Also include memory.h, stdlib.h, unistd.h if appropriate.
29594         Reported by Andreas Jaeger (conflicting declaration of malloc).
29595
29596 2000-12-02  Jim Meyering  <meyering@lucent.com>
29597
29598         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29599         * m4/jm-macros.m4 (jm_MACROS): require it.
29600
29601 2000-12-02  Jim Meyering  <meyering@lucent.com>
29602
29603         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29604
29605 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29606
29607         * lib/memrchr.c: Include <config.h> before any system include file.
29608
29609 2000-11-30  Jim Meyering  <meyering@lucent.com>
29610
29611         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29612
29613 2000-11-30  Jim Meyering  <meyering@lucent.com>
29614
29615         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29616
29617 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29618
29619         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29620
29621 2000-11-26  Jim Meyering  <meyering@lucent.com>
29622
29623         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29624
29625 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29626
29627         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29628         size of (size_t) -1; it's not portable.
29629
29630 2000-11-17  Jim Meyering  <meyering@lucent.com>
29631
29632         * lib/strstr.c: Update from GNU libc.
29633
29634 2000-11-17  Akim Demaille  <akim@epita.fr>
29635
29636         * lib/obstack.h: Formatting changes.
29637         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29638         prevent type checking.
29639         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29640         cast the value to (void *): assigning a `foo *' to a `void *'
29641         variable is valid.
29642         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29643
29644 2000-11-16  Jim Meyering  <meyering@lucent.com>
29645
29646         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29647
29648 2000-11-11  Jim Meyering  <meyering@lucent.com>
29649
29650         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29651
29652 2000-11-10  Jim Meyering  <meyering@lucent.com>
29653
29654         * lib/obstack.h: Update from GNU libc.
29655         * lib/obstack.c: Likewise.
29656
29657 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29658
29659         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29660
29661 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29662
29663         * lib/getusershell.c (setusershell): Use rewind rather than
29664         fseek/fseeko, to avoid configuration hassles with fseeko.
29665         Don't bother opening SHELLS_FILE if shellstream is NULL;
29666         it's not necessary.
29667
29668 2000-11-05  Jim Meyering  <meyering@lucent.com>
29669
29670         * lib/makepath.h (make_dir): Declare.
29671         * lib/makepath.c (make_dir): Remove `static' attribute.
29672         Tweak a comment.
29673
29674 2000-11-04  Jim Meyering  <meyering@lucent.com>
29675
29676         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29677
29678 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29679
29680         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29681         last one in a bucket, advance to the next bucket.
29682
29683 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29684
29685         * lib/fnmatch.c: Do not comment out all the code if we are using
29686         the GNU C library, because in some cases we are replacing buggy
29687         code in the GNU C library itself.
29688
29689 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29690
29691         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29692         (regex_compile): Catch bogus \(\1\).
29693
29694 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29695
29696         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29697         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29698         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29699
29700 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29701
29702         * lib/error.h, getline.h, modechange.h:
29703         Remove "2000" from Copyright line, as the file hasn't been
29704         changed this year other than in the copyright notice.
29705
29706         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29707         was changed this year.
29708
29709 2000-10-29  Jim Meyering  <meyering@lucent.com>
29710
29711         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29712         renaming.
29713         * m4/ls-mntd-fs.m4: Likewise
29714
29715 2000-10-29  Jim Meyering  <meyering@lucent.com>
29716
29717         * lib/xstat.in: Fix grammar in comment.
29718
29719 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29720
29721         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29722         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29723         doesn't define __restrict_arr.
29724
29725 2000-10-28  Jim Meyering  <meyering@lucent.com>
29726
29727         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29728         (jm_PREREQ_MEMCHR): New function.
29729
29730 2000-10-28  Jim Meyering  <meyering@lucent.com>
29731
29732         * lib/memchr.c: Update from libc.
29733         Adjust for portability:
29734         [HAVE_STDLIB_H]: Include stdlib.h.
29735         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29736         Undef __memchr, too.
29737         [!weak_alias]: Define __memchr to memchr.
29738
29739         * lib/regex.c: Update from libc.
29740         * lib/regex.h: Likewise.
29741         * lib/getopt1.c: Likewise.
29742         * lib/memcmp.c: Likewise.
29743
29744         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29745         Avoid using fseek, when possible -- it's broken by design.
29746         Patch by Ulrich Drepper.
29747
29748 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29749
29750         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29751         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29752         Giving in to popular pressure to shut up the compiler with casts.
29753
29754 2000-10-26  Jim Meyering  <meyering@lucent.com>
29755
29756         * lib/strftime.c: Update from libc.
29757
29758 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29759
29760         * regex.c: More `unsigned char' -> `re_char' changes.
29761         Also change several `int' into `re_wchar_t'.
29762         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29763         (PUSH_FAILURE_POINTER): Don't cast any more.
29764         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29765         We want GCC to complain, since this piece of code makes
29766         re_match non-reentrant, which *should* be fixed.
29767         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29768         (EXTEND_BUFFER): Use RETALLOC.
29769         (SET_LIST_BIT): Don't cast.
29770         (re_wchar_t): New type.
29771         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29772         that those two functions will always properly return.
29773         (IMMEDIATE_QUIT_CHECK): Cast to void.
29774         (analyse_first): Use recursion rather than an explicit stack.
29775         (re_compile_fastmap): Can't fail anymore.
29776         (re_search_2): Don't check re_compile_fastmap for failure.
29777         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29778         Now also sets the new value (passed in a new argument).
29779         (re_match_2_internal): Use it.
29780         Also, use a new var `reg' of type size_t when looping through regs
29781         rather than reuse the inappropriate `mcnt'.
29782
29783 2000-10-25  Jim Meyering  <meyering@lucent.com>
29784
29785         * lib/obstack.c: Update from libc.
29786
29787 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29788
29789         * regex.c (regex_compile): Change the way of handling a range from
29790         a char less than 256 to a char not less than 256.
29791
29792 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29793
29794         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29795         NT-Emacs only.
29796         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29797         so that re_search functions only quit when callers expect them to.
29798
29799 2000-10-23  Jim Meyering  <meyering@lucent.com>
29800
29801         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29802         wrong.  That set_locale call must not have any side effects.
29803         From Paul Eggert.
29804
29805 2000-10-22  Jim Meyering  <meyering@lucent.com>
29806
29807         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29808         [CYCLIC]: Remove now-unused definition.
29809
29810         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29811         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29812         Suggestion from Ulrich Drepper.
29813
29814 2000-10-21  Jim Meyering  <meyering@lucent.com>
29815
29816         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29817         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29818         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29819
29820 2000-10-21  Jim Meyering  <meyering@lucent.com>
29821
29822         * lib/dirname.c (memrchr): Declare if necessary.
29823         (dir_name): Remove the restriction that there be no
29824         trailing slashes.  Now, this code skips past them, effectively
29825         ignoring them.
29826         [TEST_DIRNAME] (main): New unit tests.
29827
29828         * lib/memrchr.c: New file from GNU libc.
29829         Undef __memrchr, too.
29830         [!weak_alias]: Define __memrchr to memrchr.
29831         Guard weak_alias use with `#ifdef weak_alias'.
29832
29833 2000-10-21  Jim Meyering  <meyering@lucent.com>
29834
29835         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29836         (dir_name): Use dir_name_r.
29837         * lib/dirname.h (dir_name_r): Declare it.
29838
29839 2000-10-17  Jim Meyering  <meyering@lucent.com>
29840
29841         * lib/quote.h (PARAMS): Define and use.
29842         Reported by Akim Demaille.
29843
29844         * lib/getopt.c: Update from libc.
29845
29846 2000-10-16  Jim Meyering  <meyering@lucent.com>
29847
29848         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29849         setlocale.
29850         From Jan Fedak.
29851
29852 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29853
29854         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29855
29856 2000-09-25  Jim Meyering  <meyering@lucent.com>
29857
29858         * lib/md5.h (rol): Define (from GnuPG).
29859
29860         * lib/sha.c: Give credit (GnuPG) where due.
29861         (M): Use rol rather than open-coding it.
29862         Add a FIXME comment.
29863
29864 2000-09-21  Jim Meyering  <meyering@lucent.com>
29865
29866         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29867         Reported by Michael Stone.
29868
29869 2000-09-20  Jim Meyering  <meyering@lucent.com>
29870
29871         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29872         (noinst_HEADERS): Add sha.h.
29873         Based on code from Scott G. Miller and from GnuPG.
29874
29875 2000-09-18  Jim Meyering  <meyering@lucent.com>
29876
29877         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29878         LIBS. Otherwise, everyone ends up linking with -lelf for some
29879         configurations.
29880         Reported by Mike Stone.
29881
29882 2000-09-15  Jim Meyering  <meyering@lucent.com>
29883
29884         * lib/regex.c: Update from libc.
29885
29886 2000-09-10  Jim Meyering  <meyering@lucent.com>
29887
29888         * lib/getopt.c (_getopt_internal): Update from glibc.
29889
29890 2000-09-09  Jim Meyering  <meyering@lucent.com>
29891
29892         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29893         think it should be used as a general replacement for isascii.
29894         * lib/fnmatch.c: Likewise.
29895         * lib/mbswidth.c: Likewise
29896         * lib/regex.c: Likewise.
29897
29898         Don't use atoi.
29899         * lib/userspec.c: Include sys/param.h and limits.h.
29900         Include xstrtol.h.
29901         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29902         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29903         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29904         UID, GID.  Check range.
29905
29906 2000-09-06  Jim Meyering  <meyering@lucent.com>
29907
29908         * lib/getopt.c (_getopt_internal): Update from glibc.
29909
29910 2000-08-30  Jim Meyering  <meyering@lucent.com>
29911
29912         * lib/strftime.c: Merge in changes from GNU libc.
29913
29914 2000-08-26  Jim Meyering  <meyering@lucent.com>
29915
29916         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29917         * m4/fpending.m4: New file.
29918
29919 2000-08-26  Jim Meyering  <meyering@lucent.com>
29920
29921         * lib/closeout.c: Include "__fpending.h".
29922         (close_stdout_status): Return right away if there's nothing to flush.
29923
29924         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29925         * lib/__fpending.c: New file.
29926         * lib/__fpending.h: New file.
29927
29928 2000-08-20  Jim Meyering  <meyering@lucent.com>
29929
29930         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29931         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29932         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29933
29934 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29935
29936         Improve fileutils installation on systems where running
29937         programs (like install) can't be unlinked.
29938         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29939         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29940
29941 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29942
29943         Standardize on "memory exhausted" instead of "Memory exhausted"
29944         or "virtual memory exhausted".
29945         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29946         "virtual memory exhausted".
29947         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29948         our own message.
29949         * lib/userspec.c (parse_user_spec): Likewise.
29950         * lib/bumpalloc.h: comment fix
29951         * lib/same.c, userspec.c: Include xalloc.h.
29952
29953         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29954         not char *const and pointing to a constant array.
29955         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29956         (xrealloc): Comment fix.
29957
29958         * lib/userspec.c (parse_user_spec):
29959         Don't translate a message until just before returning,
29960         to avoid unnecessary translation.
29961
29962 2000-08-07  Jim Meyering  <meyering@lucent.com>
29963
29964         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29965         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29966         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29967         getgroups.c, gethostname.c, getopt.h, group-member.c,
29968         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29969         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
29970         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
29971         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
29972         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
29973         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
29974         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
29975         yesno.c: Back out Copyright date changes for each file with no change
29976         this year.  This eases coordination with other programs using the same
29977         source code modules.  From Paul Eggert.
29978
29979 2000-08-06  Paul Eggert  <eggert@twinsun.com>
29980
29981         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
29982         not char, for compatibility with glibc 2.1.3 strftime.c.
29983
29984 2000-08-03  Greg McGary  <greg@mcgary.org>
29985
29986         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
29987         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
29988         (EXTEND_BUFFER): Use them.
29989
29990 2000-08-01  Jim Meyering  <meyering@lucent.com>
29991
29992         * lib/dirname.c (ISSLASH): Define.
29993         (BACKSLASH_IS_PATH_SEPARATOR): Define.
29994         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
29995         both `\' and `/' may be use as path separators.
29996         Based on a patch from Prashant TR.
29997
29998 2000-07-31  Paul Eggert  <eggert@twinsun.com>
29999
30000         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30001         slot vector a constant, since it might get modified.
30002
30003 2000-07-31  Jim Meyering  <meyering@lucent.com>
30004
30005         * lib/xmalloc.c: Use `virtual memory exhausted', not
30006         `Memory exhausted'.
30007         * lib/obstack.c (print_and_abort): Likewise.
30008
30009 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30010
30011         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30012         buffer, so that the caller can always quote one small
30013         component of a "memory exhausted" message in slot 0.
30014         From a suggestion by Jim Meyering.
30015
30016 2000-07-30  Jim Meyering  <meyering@lucent.com>
30017
30018         * lib/makepath.c (make_path): Quote the other instance, too.
30019
30020         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30021         (STATIC_BUF_SIZE): Define.
30022         (quotearg_n_options): Use only statically allocated storage when
30023         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30024         than STATIC_BUF_SIZE.
30025
30026 2000-07-29  Jim Meyering  <meyering@lucent.com>
30027
30028         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30029         * lib/dirname.c (dir_name): Likewise.
30030
30031         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30032         `/'.
30033
30034         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30035         (dir_name): Assert that there are no trailing slashes.
30036
30037 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30038
30039         * lib/mbswidth.h (mbswidth): Add a flags argument.
30040         (mbswidth): New declaration.
30041         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30042         * lib/mbswidth.c (mbswidth): Add a flags argument.
30043         (mbsnwidth): New function.
30044
30045 2000-07-24  Jim Meyering  <meyering@lucent.com>
30046
30047         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30048
30049 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30050
30051         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30052
30053 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30054
30055         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30056         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30057         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30058         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30059         invoke multibyte primitives.
30060
30061 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30062
30063         * lib/quotearg.c:
30064         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30065         so that mbstate_t is always defined.
30066
30067         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30068         be 1 in at least one GCC installation, and this configuration
30069         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30070         performance on hosts that have mbrtowc but have only unibyte
30071         locales, but I assume these hosts are rare.
30072
30073 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30074
30075         * lib/mbswidth.c (_XOPEN_SOURCE):
30076         Don't define; this causes problems on Solaris 7.
30077         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30078
30079 2000-07-23  Jim Meyering  <meyering@lucent.com>
30080
30081         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30082         too: getgrgid, getpwuid, getuid.
30083
30084 2000-07-23  Jim Meyering  <meyering@lucent.com>
30085
30086         * lib/basename.c (base_name): Add an assertion.
30087
30088 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30089
30090         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30091         shadow its mbsinit function.
30092
30093 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30094
30095         * lib/mbswidth.h: New file.
30096         * lib/mbswidth.c: New file.
30097         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30098         (noinst_HEADERS): Add mbswidth.h.
30099
30100 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30101
30102         * lib/config.charset: Add support for FreeBSD. Improve support for
30103         HP-UX and IRIX 6.
30104
30105 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30106
30107         * m4/mbswidth.m4: New file.
30108         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30109
30110 2000-07-15  Jim Meyering  <meyering@lucent.com>
30111
30112         * lib/makepath.c: Include quote.h.
30113         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30114         corresponding argument in a `quote (...)' call.
30115         Give better diagnostics.
30116
30117         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30118         (noinst_HEADERS): Add quote.h.
30119
30120         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30121         from tar's src/misc.c.
30122         * lib/quote.h: New file.  Prototypes for same.
30123
30124 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30125
30126         From a suggestion by Bruno Haible.
30127         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30128         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30129         to decide whether to define the BeOS workaround macro;
30130         this adjusts to the change to AC_MBSTATE_T.
30131
30132 2000-07-14  Jim Meyering  <meyering@lucent.com>
30133
30134         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30135         jm_AC_TYPE_UINTMAX_T.
30136
30137 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30138
30139         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30140
30141         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30142         quotearg_buffer_restyled): Add support for
30143         clocale_quoting_style.  Undo previous change to
30144         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30145         and "{RIGHT QUOTATION MARK}" msgids.
30146
30147 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30148
30149         From a suggestion by Bruno Haible.
30150         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30151         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30152         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30153         and mbstate_t, to a single-part test that simply defines mbstate_t.
30154         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30155         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30156
30157 2000-07-10  Jim Meyering  <meyering@lucent.com>
30158
30159         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30160
30161         * m4/gnu-source.m4: Output to confdefs.h directly.
30162         Suggestion from Akim Demaille.
30163
30164 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30165
30166         The old behavior of quoting `like this' doesn't look good with
30167         newer, ISO-style fonts.  See:
30168         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30169
30170         Instead, quote "like this" by default.  Let the translator
30171         tailor the locale-specific quoting behavior by providing
30172         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30173
30174         * lib/quotearg.c (N_): New macro.
30175         (gettext_default): New function.
30176         (quotearg_buffer_restyled): Use
30177         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30178         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30179
30180 2000-07-09  Jim Meyering  <meyering@lucent.com>
30181
30182         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30183         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30184
30185         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30186         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30187
30188 2000-07-09  Jim Meyering  <meyering@lucent.com>
30189
30190         * lib/Most files: Update copyright dates to include 2000.
30191
30192 2000-07-08  Jim Meyering  <meyering@lucent.com>
30193
30194         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30195         if not defined.
30196         (xgethostname): Remove now-unnecessary #ifdef.
30197         Move declaration of `err' into loop where it's used.
30198
30199 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30200         and Bruno Haible  <haible@clisp.cons.org>
30201
30202         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30203         only if the test for an object-type mbstate_t fails.  This
30204         prevents us from mistakenly reporting that mbstate_t is a
30205         system object type after we "#define mbstate_t int" to work
30206         around its lack.
30207
30208 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30209         and Bruno Haible  <haible@clisp.cons.org>
30210
30211         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30212
30213 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30214
30215         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30216         to strerror_r.
30217         Include <ctype.h> for use of isalpha.
30218
30219 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30220
30221         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30222         by allocating a larger buffer. Test the gethostname return value for
30223         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30224         returns an error and ENAMETOOLONG isn't defined.
30225
30226 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30227
30228         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30229         dimension.
30230
30231 2000-07-04  Jim Meyering  <meyering@lucent.com>
30232
30233         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30234         of the deprecated AC_CHECKING.
30235
30236 2000-07-04  Jim Meyering  <meyering@lucent.com>
30237
30238         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30239         Reported by Bruno Haible.
30240
30241 2000-07-04  Jim Meyering  <meyering@lucent.com>
30242
30243         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30244         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30245         lacks mbrtowc.
30246
30247 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30248
30249         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30250         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30251
30252 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30253         and Bruno Haible  <haible@clisp.cons.org>
30254
30255         * lib/quotearg.c (mbrtowc):
30256         Assign to *pwc, and return 1 only if result is nonzero.
30257         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30258
30259 2000-07-03  Jim Meyering  <meyering@lucent.com>
30260
30261         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30262
30263 2000-07-03  Jim Meyering  <meyering@lucent.com>
30264
30265         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30266         This is necessary to get a definition of e.g., UTMP_FILE on
30267         HP-UX 10.20.
30268         From Bob Proulx.
30269
30270 2000-07-02  Jim Meyering  <meyering@lucent.com>
30271
30272         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30273
30274         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30275         AC_LIBOBJ(function_name).
30276         * m4/chown.m4: Likewise.
30277         * m4/fnmatch.m4: Likewise.
30278         * m4/ftruncate.m4: Likewise.
30279         * m4/getgroups.m4: Likewise.
30280         * m4/getline.m4: Likewise.
30281         * m4/group-member.m4: Likewise.
30282         * m4/jm-macros.m4: Likewise.
30283         * m4/lstat.m4: Likewise.
30284         * m4/malloc.m4: Likewise.
30285         * m4/memcmp.m4: Likewise.
30286         * m4/nanosleep.m4: Likewise.
30287         * m4/putenv.m4: Likewise.
30288         * m4/realloc.m4: Likewise.
30289         * m4/regex.m4: Likewise.
30290         * m4/stat.m4: Likewise.
30291         * m4/strftime.m4: Likewise.
30292
30293 2000-07-02  Jim Meyering  <meyering@lucent.com>
30294
30295         * lib/quotearg.c (mbstate_t): Don't define here.
30296
30297 2000-07-02  Jim Meyering  <meyering@lucent.com>
30298
30299         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30300
30301 2000-07-01  Jim Meyering  <meyering@lucent.com>
30302
30303         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30304
30305 2000-07-01  Jim Meyering  <meyering@lucent.com>
30306
30307         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30308         problem.
30309
30310 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30311
30312         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30313         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30314
30315 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30316
30317         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30318         per change in ../m4/ls-mntd-fs.m4.
30319         (read_filesystem_list): Ignore symbolic links.
30320
30321 2000-06-29  Jim Meyering  <meyering@lucent.com>
30322
30323         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30324         for declaration of strcmp.
30325
30326         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30327
30328         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30329         Avoid warning by casting result to `char *' to remove `const'.
30330
30331 2000-06-28  Jim Meyering  <meyering@lucent.com>
30332
30333         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30334         included by quotearg.c, for which we perform this test.  From
30335         Bruno Haible.
30336
30337 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30338
30339         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30340         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30341         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30342
30343 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30344
30345         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30346
30347 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30348
30349         savedir now sets errno on failure and invokes xmalloc to get memory.
30350         Fix a couple of other minor bugs while we're at it.
30351
30352         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30353         (NAMLEN): Remove macro.
30354         (malloc, realloc): Remove decls.
30355         (stpcpy): Likewise.
30356         ("xalloc.h"): Include.
30357         (NAME_SIZE_DEFAULT): New macro.
30358         (savedir): Use xmalloc / xrealloc to allocate memory.
30359         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30360         Skip "" directory entries.
30361         Use strlen to calculate directory entry length, since the old method
30362         is rarely used these days and isn't worth supporting.
30363         Don't use a pointer after freeing it.
30364         Check for integer overflow when calculating allocation size.
30365         Use memcpy to copy entries, instead of stpcpy.
30366         Set errno properly when returning NULL.
30367         Check for readdir error.
30368
30369 2000-06-26  Jim Meyering  <meyering@lucent.com>
30370
30371         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30372
30373 2000-06-25  Jim Meyering  <meyering@lucent.com>
30374
30375         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30376         Linux header bug when _XOPEN_SOURCE is defined to 500.
30377
30378 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30379
30380         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30381         deficiency.
30382
30383 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30384
30385         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30386         Include xalloc.h.
30387         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30388
30389 2000-06-24  Jim Meyering  <meyering@lucent.com>
30390
30391         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30392         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30393         for which strerror does return char*, but which lacks a conveniently
30394         accessible declaration of the function.  If the compile-test says
30395         strerror_r doesn't work, then resort to a `run'-test that works on
30396         BeOS and segfaults on DEC Unix.
30397
30398 2000-06-24  Jim Meyering  <meyering@lucent.com>
30399
30400         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30401
30402 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30403
30404         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30405         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30406
30407 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30408
30409         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30410         (mbrtowc, mbstate_t): Define substitutes if
30411         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30412         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30413         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30414
30415 2000-06-23  Jim Meyering  <meyering@lucent.com>
30416
30417         * m4/afs.m4: Add missing AC_MSG_RESULT.
30418         Reported by Bruno Haible.
30419
30420         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30421         Suggestion from Bruno Haible.
30422
30423 2000-06-23  Jim Meyering  <meyering@lucent.com>
30424
30425         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30426
30427 2000-06-21  Jim Meyering  <meyering@lucent.com>
30428
30429         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30430
30431 2000-06-21  Jim Meyering  <meyering@lucent.com>
30432
30433         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30434         (noinst_HEADERS): Add getstr.h.
30435
30436         * lib/getline.c (getstr): Move into a separate file.
30437         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30438         the following changes: new parameter, delim2; both delim[12]
30439         parameters have type `int', not `char'.  The latter would lose
30440         with 8-bit delimiters.
30441         * lib/getstr.h: New file.
30442
30443 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30444
30445         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30446         than 1024, return a memory chunk of least possible size, instead
30447         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30448         Use free/xmalloc instead of xrealloc to avoid copying for very long
30449         paths.
30450
30451 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30452
30453         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30454         the empty string.
30455
30456 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30457
30458         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30459         address, not strdup.  Include <stdlib.h> and don't declare free().
30460
30461 2000-06-19  Jim Meyering  <meyering@lucent.com>
30462
30463         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30464
30465 2000-06-18  Jim Meyering  <meyering@lucent.com>
30466
30467         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30468
30469         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30470         `checking whether...' message to be consistent with that of the
30471         lstat test.
30472
30473 2000-06-18  Jim Meyering  <meyering@lucent.com>
30474
30475         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30476         Besides, these days every porting target provides a mkdir function.
30477
30478         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30479         needed. (this snippet comes from src/system.h).
30480
30481 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30482
30483         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30484
30485 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30486
30487         * lib/human.c (adjust_value): New function.
30488         (human_readable_inexact): Apply rounding style even when
30489         printing approximate values.
30490
30491 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30492
30493         * lib/human.c (human_readable_inexact): Allow an input block
30494         size that is not a multiple of the output block size, and vice versa.
30495         Reported by Piergiorgio Sartor.
30496
30497 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30498
30499         * lib/getdate.y (get_date): Apply relative times after time
30500         zone indicator, not before.  Reported by Todd A. Jacobs.
30501
30502 2000-06-13  Jim Meyering  <meyering@lucent.com>
30503
30504         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30505
30506         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30507
30508 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30509
30510         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30511
30512 2000-06-12  Jim Meyering  <meyering@lucent.com>
30513
30514         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30515         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30516         optional argument.
30517         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30518         the optional argument, `lib'.
30519
30520 2000-06-08  Jim Meyering  <meyering@lucent.com>
30521
30522         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30523
30524 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30525
30526         Rewrite largefile configuration so that we don't need to run
30527         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30528         AC_CANONICAL_HOST in configure.in -- jmm]
30529
30530         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30531         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30532         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30533         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30534         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30535         All uses changed.
30536         Instead of inspecting the output of getconf, try to compile the
30537         test program without and with the macro definition.
30538         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30539         for getconf.  Instead, check for the needed flags by compiling
30540         test programs.
30541
30542 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30543
30544         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30545
30546 2000-06-04  Jim Meyering  <meyering@lucent.com>
30547
30548         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30549         SunOS 4.1.4 for which gid_t is an unsigned type.
30550
30551 2000-06-03  Jim Meyering  <meyering@lucent.com>
30552
30553         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30554         now that autoconf requires that.
30555
30556         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30557         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30558         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30559
30560 2000-06-03  Jim Meyering  <meyering@lucent.com>
30561
30562         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30563
30564 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30565
30566         * m4/glibc21.m4: New file.
30567         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30568
30569 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30570
30571         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30572         newer, don't install charset.alias.
30573         * lib/config.charset: Change the Linux/glibc rules so they become empty
30574         on glibc-2.1 or newer.
30575
30576 2000-06-02  Jim Meyering  <meyering@lucent.com>
30577
30578         * lib/mountlist.c: Back out last change.  Instead, do this...
30579         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30580         me_dummy member using the same `ignore'-testing code.
30581         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30582         fs_type strings.
30583         From Mark D. Roth.
30584
30585 2000-05-29  Jim Meyering  <meyering@lucent.com>
30586
30587         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30588         mounts with the `ignore' attribute.  Based on a patch from
30589         Mark D. Roth.
30590
30591 2000-05-28  Jim Meyering  <meyering@lucent.com>
30592
30593         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30594         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30595         * m4/stat.m4: Likewise.
30596         * m4/lstat.m4: Likewise.
30597         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30598
30599         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30600         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30601
30602 2000-05-26  Jim Meyering  <meyering@lucent.com>
30603
30604         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30605
30606 2000-05-24  Jim Meyering  <meyering@lucent.com>
30607
30608         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30609         autoconf requires that.
30610         * m4/lib-check.m4: Likewise.
30611         * m4/jm-macros.m4: Likewise.
30612         * m4/strftime.m4: Likewise.
30613
30614         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30615         AC_CHECK_DECLS, now that autoconf requires that.
30616
30617 2000-05-22  Jim Meyering  <meyering@lucent.com>
30618
30619         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30620         * m4/lstat.m4: Likewise.
30621
30622 2000-05-22  Jim Meyering  <meyering@lucent.com>
30623
30624         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30625
30626 2000-05-20  Jim Meyering  <meyering@lucent.com>
30627
30628         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30629         (jm_PREREQ): Use it.
30630
30631 2000-05-18  Jim Meyering  <meyering@lucent.com>
30632
30633         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30634         back, too, since it may have been modified by allocate_entry.
30635         (hash_delete): Rewrite to use neither the assignment operator
30636         nor the comma operator in an if-expression.
30637
30638 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30639
30640         * lib/closeout.c:
30641         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30642         Remove; no longer needed.
30643         "quotearg.h": Add include.
30644         (file_name): Do not bother to explicitly initialize to NULL; it's less
30645         efficient on some hosts.
30646         (close_stdout_status): Remove test as to whether stdout was already
30647         closed; it breaks for the case "echo x | sort >&-".
30648         Quote file name colons.
30649         Do not assume that _("write error") lacks format strings.
30650
30651 2000-05-15  Jim Meyering  <meyering@lucent.com>
30652
30653         * lib/version-etc.c (version_etc_copyright): Update the copyright
30654         string used in all --version output.
30655
30656 2000-05-14  Jim Meyering  <meyering@lucent.com>
30657
30658         * lib/closeout.c (close_stdout_set_file_name): New function.
30659         (close_stdout_status): Use new file-scoped global.
30660         Return right away if fstat says the stdout file descriptor is invalid.
30661         * lib/closeout.h (close_stdout_set_file_name): Declare.
30662
30663 2000-05-10  Jim Meyering  <meyering@lucent.com>
30664
30665         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30666         (close_stdout_set_status): New function.
30667         * lib/closeout.h (close_stdout_set_status): Declare.
30668
30669 2000-05-09  Jim Meyering  <meyering@lucent.com>
30670
30671         * m4/gettext.m4: Rename this...
30672         * m4/libintl.m4: ...to this.
30673
30674 2000-05-08  Jim Meyering  <meyering@lucent.com>
30675
30676         * lib/long-options.c: Don't include closeout.h.
30677         (parse_long_options): Don't call close_stdout for --version.
30678
30679 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30680
30681         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30682         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30683         2.1.3 bug.  This avoids a clash when files like regex.c define
30684         _GNU_SOURCE.
30685
30686 2000-05-06  Jim Meyering  <meyering@lucent.com>
30687
30688         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30689         (AC_REPLACE_FUNCS): Add strnlen.
30690
30691         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30692         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30693
30694         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30695         AC_SEARCH_LIBS call for nanosleep.
30696         (LIB_NANOSLEEP): Set and AC_SUBST.
30697
30698 2000-05-06  Jim Meyering  <meyering@lucent.com>
30699
30700         * lib/strnlen.c: Undefine __strnlen and strnlen.
30701         [!weak_alias]: Define __strnlen to strnlen.
30702
30703         * lib/atexit.c: New file, from libiberty.
30704
30705 2000-05-06  Jim Meyering  <meyering@lucent.com>
30706
30707         * lib/closeout.c (close_stdout_status): Also check for errors on the
30708         stderr stream.
30709
30710 2000-05-05  Jim Meyering  <meyering@lucent.com>
30711
30712         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30713         AC_SEARCH_LIBS call for clock_gettime.
30714         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30715
30716         * m4/search-libs.m4: Update from autoconf.
30717
30718         su doesn't work on Solaris 2.6.
30719         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30720         <shadow.h>.  Reported by Dragos Harabor.
30721
30722 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30723
30724         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30725         memcpy instead of xmalloc, xrealloc, path_concat.
30726         (locale_charset): Treat empty environment variables as absent.
30727         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30728
30729 2000-05-04  Jim Meyering  <meyering@lucent.com>
30730
30731         * lib/getopt.c: Update from glibc.
30732         * lib/obstack.c: Likewise.
30733         * lib/obstack.h: Likewise.
30734         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30735         file
30736
30737         * lib/regex.h: Likewise.
30738         * lib/strndup.c: Likewise.
30739         * lib/strnlen.c: New file, from glibc.
30740
30741 2000-05-03  Jim Meyering  <meyering@lucent.com>
30742
30743         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30744
30745 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30746
30747         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30748         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30749         compile-time test, rather than inspecting host and OS, to
30750         decide whether to define _LARGEFILE_SOURCE.
30751
30752 2000-05-01  Jim Meyering  <meyering@lucent.com>
30753
30754         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30755
30756         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30757         Based on a patch from Bruno Haible.
30758
30759 2000-05-01  Jim Meyering  <meyering@lucent.com>
30760
30761         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30762
30763 2000-04-29  Jim Meyering  <meyering@lucent.com>
30764
30765         * lib/path-concat.c: Declare strdup only if it's not defined.
30766         * lib/canon-host.c: Likewise.
30767
30768 2000-04-28  Jim Meyering  <meyering@lucent.com>
30769
30770         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30771         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30772         is included first, then limits.h is included by locale.h by libintl.h.
30773         From John David Anglin.
30774
30775 2000-04-25  Jim Meyering  <meyering@lucent.com>
30776
30777         * lib/makepath.c (S_IRWXUGO): Define.
30778         (make_path): Always perform explicit chmod if MODE specifies any
30779         of the `special' permission bits.  Prompted by a bug report against
30780         install from Mate Wierdl and Joost van Baal.
30781
30782 2000-04-18  Jim Meyering  <meyering@lucent.com>
30783
30784         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30785         (jm_PREREQ): Use it.
30786
30787 2000-04-18  Jim Meyering  <meyering@lucent.com>
30788
30789         * lib/README: New file.
30790
30791         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30792         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30793
30794 2000-04-17  Jim Meyering  <meyering@lucent.com>
30795
30796         Get it right :-)
30797         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30798         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30799         Suggestion from Akim Demaille.
30800
30801 2000-04-17  Jim Meyering  <meyering@lucent.com>
30802
30803         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30804         the definition of it to rpl_strftime also defined-away the system's
30805         declaration.
30806
30807 2000-04-15  Jim Meyering  <meyering@lucent.com>
30808
30809         Use `C' to denote so-called `contiguous' files, the same way
30810         that tar does.
30811         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30812         (ftypelet): Use S_ISCTG.
30813         From Michael Deutschmann.
30814
30815 2000-04-14  Jim Meyering  <meyering@lucent.com>
30816
30817         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30818         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30819         clobbered.
30820
30821 2000-04-14  Jim Meyering  <meyering@lucent.com>
30822
30823         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30824
30825 2000-04-13  Jim Meyering  <meyering@lucent.com>
30826
30827         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30828         AH_VERBATIM to insert required #ifndef into config.h.in.
30829         Suggestion from Akim Demaille.
30830
30831 2000-04-12  Jim Meyering  <meyering@lucent.com>
30832
30833         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30834         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30835         Christian Krackowizer.
30836
30837         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30838         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30839         (AC_SYS_LARGEFILE): Require.
30840         (AM_C_PROTOTYPES): Require.
30841
30842 2000-04-08  Jim Meyering  <meyering@lucent.com>
30843
30844         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30845         names don't conflict.  Reported by Eli Zaretskii.
30846
30847 2000-04-07  Jim Meyering  <meyering@lucent.com>
30848
30849         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30850         sys/types.h, to work around system header problems on AIX 3.2.5.
30851         From Bruno Haible.
30852
30853 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30854
30855         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30856         bug.  Deal with the different error behavior of Irix iconv.
30857
30858 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30859
30860         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30861         IRIX if the installer said otherwise.
30862
30863 2000-04-05  Jim Meyering  <meyering@lucent.com>
30864
30865         Portability tweaks required for ultrix4.3.
30866         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30867         (jm_CHECK_DECLS): Add getutent to the list of functions.
30868         (_jm_DECL_HEADERS): Add utmpx.h.
30869         From John David Anglin.
30870
30871         * m4/strftime.m4: Back out the 2000-04-02 change.
30872         Instead of that change, simply undefine putenv in the test program.
30873
30874 2000-04-05  Jim Meyering  <meyering@lucent.com>
30875
30876         Portability tweaks required for ultrix4.3.
30877         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30878         getutent.
30879         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30880         * lib/canon-host.c: Declare strdup.
30881         * lib/path-concat.c: Likewise.
30882         From John David Anglin.
30883
30884 2000-04-04  Jim Meyering  <meyering@lucent.com>
30885
30886         Be more DOS 8.3-friendly.
30887         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30888         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30889         * lib/Makefile.am: Reflect renaming.
30890         Reported by Eli Zaretskii.
30891
30892         Use a temporary file name that won't clash with `charset.alias'
30893         in the DOS 8.3 name space.
30894         * lib/Makefile.am (charset_tmp): Define.
30895         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30896         (uninstall-local): Likewise.
30897         Reported by Eli Zaretskii.
30898
30899 2000-04-03  Jim Meyering  <meyering@lucent.com>
30900
30901         * m4/gettext.m4: Fix typo in comment.
30902
30903         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30904         textutils/configure.in).  Suggestion from Paul Eggert.
30905         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30906
30907 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30908
30909         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30910         variable in the shell rather than using putenv, which isn't
30911         portable.  This avoids the configure-time inter-test dependency
30912         on the potentially-renamed putenv function.
30913
30914 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30915
30916         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30917         before checking struct stat.st_blksize, so that
30918         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30919
30920 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30921
30922         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30923         since strftime.c uses HAVE_STRFTIME to decide whether to use
30924         the underlying strftime.
30925
30926 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30927
30928         * lib/time/strftime.c (my_strftime): Make sure we call the system
30929         strftime, not ourselves, when invoking the underlying strftime.
30930
30931 2000-03-24  Jim Meyering  <meyering@lucent.com>
30932
30933         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30934         (charset_alias): Define.
30935         (install-exec-local): Factor out common code.
30936         (uninstall-local): Split lines longer than 80.
30937         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30938         (SUFFIXES): Define.
30939         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30940         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30941
30942 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30943
30944         * lib/config.charset: Output a line containing "Packages using this
30945         file".
30946         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30947         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30948         ref-del.sed): New rules.
30949
30950 2000-03-17  Jim Meyering  <meyering@lucent.com>
30951
30952         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30953         Otherwise, include <strings.h>
30954
30955 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30956
30957         * lib/unicodeio.c (utf8_wctomb): New function.
30958         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30959         format instead of in UCS-4 with platform dependent endianness.
30960
30961 2000-03-10  Jim Meyering  <meyering@lucent.com>
30962
30963         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30964         From Marco Franzen.
30965
30966 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30967
30968         * lib/savedir.c (savedir): Work even if directory size is
30969         negative; this can happen with some screwy NFS configurations.
30970
30971 2000-03-06  Jim Meyering  <meyering@lucent.com>
30972
30973         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
30974         if it's NULL (because we ran out of memory).  From Bruno Haible.
30975
30976 2000-03-05  Jim Meyering  <meyering@lucent.com>
30977
30978         * lib/localcharset.c ("path-concat.h"): Include.
30979         (get_charset_aliases): Use path_concat instead of ANSI string
30980         concatenation.
30981
30982         * lib/unicodeio.h (PARAMS): Define.
30983         Use it to guard prototype.
30984
30985 2000-03-04  Jim Meyering  <meyering@lucent.com>
30986
30987         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
30988         for lib/localcharset.c.
30989
30990 2000-03-04  Jim Meyering  <meyering@lucent.com>
30991
30992         * lib/Makefile.am (install-exec-local): Create $(libdir) before
30993         installing into it.
30994         (uninstall-local): Uncomment this rule so `make distcheck' works
30995         once again.
30996
30997         * lib/unicodeio.c (<errno.h>): Include it.
30998         (errno): Declare if not defined.
30999
31000         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31001
31002         * lib/config.charset: New version, incorporating remarks from a linux
31003         i18n mailing list.  From Bruno Haible.
31004
31005 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31006
31007         * m4/codeset.m4: New file.
31008         * m4/iconv.m4: New file.
31009         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31010
31011 2000-03-03  Jim Meyering  <meyering@lucent.com>
31012
31013         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31014
31015 2000-03-02  Jim Meyering  <meyering@lucent.com>
31016
31017         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31018         the messages come out on separate lines.
31019
31020         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31021         rather than jm_CHECK_DECLARATIONS.
31022         * m4/decl.m4: Remove now-unused file.
31023
31024         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31025         geteuid.
31026
31027 2000-03-02  Jim Meyering  <meyering@lucent.com>
31028
31029         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31030
31031 2000-03-01  Jim Meyering  <meyering@lucent.com>
31032
31033         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31034         * lib/unicodeio.c: Likewise.
31035
31036 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31037
31038         * lib/config.charset: New file.
31039         * lib/localcharset.c: New file.
31040         * lib/unicodeio.h, lib/unicodeio.c: New files.
31041         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31042         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31043         (noinst_HEADERS): Add unicodeio.h.
31044         (all-local, install-exec-local, charset.alias): New targets.
31045
31046 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31047
31048         * lib/quotearg.c (ALERT_CHAR): New macro.
31049         (quotearg_buffer_restyled): Use it.
31050
31051 2000-02-27  Jim Meyering  <meyering@lucent.com>
31052
31053         * m4/check-decl.m4: Add getenv to the list.
31054
31055 2000-02-27  Jim Meyering  <meyering@lucent.com>
31056
31057         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31058         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31059
31060         * lib/backupfile.c: Guard inclusion of stdlib.h with
31061         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31062         Declare malloc if needed.
31063
31064         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31065         `#ifndef HAVE_DECL..'
31066         now that autoconf always defines the HAVE_DECL_ symbols.
31067         * lib/human.c: Likewise.
31068         * lib/same.c: Likewise.
31069         * lib/strtoumax.c: Likewise.
31070
31071         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31072         declaration check was not run.
31073         * lib/hash.c: Likewise.
31074         * lib/human.c: Likewise.
31075         * lib/same.c: Likewise.
31076         * lib/strtoumax.c: Likewise.
31077
31078         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31079         `.', then first look up the entire `.'-containing string as a login
31080         name.
31081
31082 2000-02-23  Jim Meyering  <meyering@lucent.com>
31083
31084         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31085         in place of my hack.
31086
31087 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31088
31089         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31090         (textint): New typedef.
31091         (parser_control): Member year changed from int to textint.
31092         All uses changed.
31093         (YYSTYPE): Removed; replaced by %union with int and textint members.
31094         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31095         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31096         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31097         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31098         (date, number, to_year): Use width of number in digits, not its value,
31099         to determine whether it's a 2-digit year, or a 2-digit time.
31100         (yylex): Store number of digits of numeric tokens.
31101         Reported by John Kendall.
31102
31103         (parser_control): Changed from struct parser_control to typedef (for
31104         consistency).  All uses changed.
31105
31106         (tID): Removed; not used.
31107         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31108
31109 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31110
31111         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31112         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31113
31114 2000-02-12  Jim Meyering  <meyering@lucent.com>
31115
31116         * lib/userspec.c (ISDIGIT): Define it.
31117         (isdigit): Remove definition.
31118         (is_number): Use ISDIGIT, not isdigit.
31119         <libintl.h>: Include.
31120         (_ and N_): Define.
31121         (parse_user_spec): Mark translatable strings.
31122
31123 2000-02-10  Jim Meyering  <meyering@lucent.com>
31124
31125         With these changes, nanosleep.[ch] are finally enough like the other
31126         lib/* replacement files to compile on a few more losing systems.
31127
31128         * lib/nanosleep.h: Don't include config.h.
31129         Remove prototype from declaration of nanosleep.
31130         (PARAMS): Remove now-unneeded definition.
31131         * lib/nanosleep.c: #undef nanosleep.
31132         (rpl_nanosleep): Rename from nanosleep.
31133
31134 2000-02-10  Jim Meyering  <meyering@lucent.com>
31135
31136         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31137         gnu_nanosleep to rpl_nanosleep.
31138
31139 2000-02-09  Jim Meyering  <meyering@lucent.com>
31140
31141         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31142         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31143
31144 2000-02-08  Akim Demaille  <akim@epita.fr>
31145
31146         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31147         `[' and `]' and remove uses of `changequote'.
31148         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31149         (AC_SYS_LARGEFILE): Likewise.
31150         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31151         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31152         of changequote.
31153         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31154         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31155         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31156         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31157
31158 2000-02-05  Jim Meyering  <meyering@lucent.com>
31159
31160         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31161         Remove explicit use of AC_HEADER_TIME.  It is required by
31162         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31163         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31164         in autoconf whereby the expansion of the latter ended up preceding
31165         the expansion of its prerequisite, AC_HEADER_TIME.
31166         Reported by Volker Borchert.
31167
31168 2000-02-03  Jim Meyering  <meyering@lucent.com>
31169
31170         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31171
31172 2000-02-03  Jim Meyering  <meyering@lucent.com>
31173
31174         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31175         rather than with `#if HAVE_UTMPNAME'.
31176
31177 2000-02-02  Jim Meyering  <meyering@lucent.com>
31178
31179         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31180         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31181         Reported by Eli Zaretskii.
31182
31183 2000-02-01  Jim Meyering  <meyering@lucent.com>
31184
31185         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31186
31187 2000-01-31  Jim Meyering  <meyering@lucent.com>
31188
31189         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31190         functions.  Add the time.h and sys/time.h headers along with the
31191         AC_REQUIRE'ment of AC_HEADER_TIME.
31192
31193 2000-01-31  Jim Meyering  <meyering@lucent.com>
31194
31195         * lib/nanosleep.h (nanosleep): Guard declaration with
31196         `#if ! HAVE_DECL_NANOSLEEP'.
31197         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31198         the declaration in that vendor's sys/timers.h.
31199         Reported by Christian Krackowizer.
31200
31201         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31202         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31203         (ISPRINT): Likewise.
31204         Reported by Tom Tromey.
31205
31206 2000-01-30  Jim Meyering  <meyering@lucent.com>
31207
31208         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31209
31210         * m4/prereq.m4 (utmp_includes): Define.
31211         Check for ut_user and ut_name members in both struct utmpx
31212         and struct utmp.
31213
31214 2000-01-30  Jim Meyering  <meyering@lucent.com>
31215
31216         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31217         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31218         header files where only utmpx.ut_user is declared.
31219
31220         * lib/readutmp.h (UT_USER): Define.
31221
31222 2000-01-29  Jim Meyering  <meyering@lucent.com>
31223
31224         * m4/lib-check.m4: New file containing library-related checks from
31225         fileutils and sh-utils (textutils had none).
31226
31227 2000-01-28  Jim Meyering  <meyering@lucent.com>
31228
31229         * m4/perl.m4: Change format of warning message to look more like that
31230         from the missing script.  Suggestion from François Pinard.
31231
31232 2000-01-25  Jim Meyering  <meyering@lucent.com>
31233
31234         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31235         well as time.h in the compile check.
31236         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31237         Fix typo in cross-compiling case: s/yes/no/.
31238
31239 2000-01-23  Jim Meyering  <meyering@lucent.com>
31240
31241         * m4/jm-macros.m4: Move df-related tests here from
31242         fileutils/configure.in
31243
31244         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31245         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31246
31247         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31248         s/space/ac_fsusage_space/.
31249         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31250
31251         * m4/ftruncate.m4: New file (derived from part of
31252         fileutils/configure.in).
31253         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31254         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31255
31256         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31257         AC_SUBST these here, rather than just in sh-util/configure.in, so
31258         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31259         all the same.
31260         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31261         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31262         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31263         (AC_SUBST(POW_LIBM)): Likewise.
31264         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31265
31266 2000-01-23  Jim Meyering  <meyering@lucent.com>
31267
31268         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31269         obstack.c.
31270
31271 2000-01-22  Jim Meyering  <meyering@lucent.com>
31272
31273         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31274
31275         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31276
31277         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31278         configure.in
31279         (AC_CHECK_HEADERS): Likewise for sh-utils.
31280         (AC_CHECK_HEADERS): Likewise for textutils.
31281         Merge the three lists of headers.
31282
31283         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31284         from fileutils' configure.in.
31285
31286         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31287         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31288         check-decl.m4.
31289
31290         * m4/check-decl.m4: Use #if rather than #ifdef.
31291         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31292         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31293         (_jm_DECL_HEADERS): Define new function.
31294         (jm_CHECK_DECLARATIONS): Require it.
31295
31296 2000-01-22  Jim Meyering  <meyering@lucent.com>
31297
31298         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31299         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31300         Required for some AIX systems.  Reported by Christian Krackowizer.
31301         [TESTING] (main): New function.
31302
31303         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31304         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31305         letters.
31306
31307         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31308         iswprint.
31309
31310         * lib/strverscmp.c (ISDIGIT): Define.
31311         (strverscmp): Use ISDIGIT, not isdigit.
31312
31313 2000-01-19  Jim Meyering  <meyering@lucent.com>
31314
31315         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31316         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31317         defines `struct timespec' in <sys/time.h>
31318
31319         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31320         Thanks to Akim for explaining.
31321
31322 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31323
31324         * lib/nanosleep.c (nanosleep):
31325         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31326         POSIX.1 doesn't require SA_INTERRUPT and some systems
31327         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31328         it's been part of POSIX.1 since day 1 (in 1988).
31329
31330 2000-01-17  Jim Meyering  <meyering@lucent.com>
31331
31332         * lib/interlock: Remove unused file.  Reported by François Pinard.
31333
31334 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31335
31336         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31337         alert, backslash, formfeed, and vertical tab unnecessarily in
31338         shell quoting style.
31339
31340 2000-01-16  Jim Meyering  <meyering@lucent.com>
31341
31342         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31343         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31344         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31345         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31346
31347 2000-01-16  Jim Meyering  <meyering@lucent.com>
31348
31349         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31350         because the latter didn't work.
31351
31352 2000-01-15  Jim Meyering  <meyering@lucent.com>
31353
31354         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31355         (AC_REPLACE_FUNCS): Add memcpy and memset.
31356         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31357         Add strpbrk.
31358         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31359
31360 2000-01-12  Jim Meyering  <meyering@lucent.com>
31361
31362         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31363         (jm_PREREQ): Use it.
31364         (jm_PREREQ_READUTMP): New macro.
31365         (jm_PREREQ): Use it.
31366
31367 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31368
31369         Quote multibyte characters correctly.
31370         * m4/c-bs-a.m4: New file.
31371         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31372         (jm_PREREQ): Use it.
31373
31374 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31375
31376         * m4/uintmax_t.m4: Port to autoconf 2.13.
31377
31378 2000-01-08  Jim Meyering  <meyering@ascend.com>
31379
31380         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31381         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31382
31383 2000-01-04  Jim Meyering  <meyering@ascend.com>
31384
31385         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31386         jm_STRUCT_DIRENT_D_TYPE.
31387         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31388         jm_STRUCT_DIRENT_D_INO.
31389         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31390         jm_STRUCT_UTIMBUF.
31391         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31392         renamings.
31393         * m4/utime.m4: Likewise.
31394
31395         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31396         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31397
31398 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31399
31400         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31401         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31402
31403 2000-01-02  Jim Meyering  <meyering@ascend.com>
31404
31405         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31406         remember if this is necessary.
31407
31408 1999-12-26  Jim Meyering  <meyering@ascend.com>
31409
31410         * m4/jm-macros.m4: Use it here.
31411         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31412
31413 1999-12-23  Jim Meyering  <meyering@ascend.com>
31414
31415         * m4/jm-macros.m4: Check for clock_gettime (moved from
31416         fileutils/configure.in)
31417         Check for gettimeofday.
31418
31419 1999-12-20  Jim Meyering  <meyering@ascend.com>
31420
31421         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31422         autoconf-2.14a-1999-12-20.
31423
31424 1999-12-19  Jim Meyering  <meyering@ascend.com>
31425
31426         * m4/lstat-slash.m4: New file.
31427         * m4/jm-macros.m4: Use the new macro:
31428         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31429
31430 1999-12-07  Jim Meyering  <meyering@ascend.com>
31431
31432         * m4/perl.m4: Require that File::Compare be available, too.
31433         Too many systems seem to lack it.
31434
31435         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31436         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31437
31438 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31439
31440         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31441         problem with the QNX 4.25 shell, which doesn't propagate exit
31442         status of failed commands inside shell assignments.
31443
31444 1999-11-17  Jim Meyering  <meyering@ascend.com>
31445
31446         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31447
31448 1999-11-07  Jim Meyering  <meyering@ascend.com>
31449
31450         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31451
31452 1999-11-06  Jim Meyering  <meyering@ascend.com>
31453
31454         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31455         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31456
31457 1999-11-05  Jim Meyering  <meyering@ascend.com>
31458
31459         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31460         configure.in of textutils, fileutils, and sh-utils into this one
31461         (shared between those packages) file.
31462         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31463         AC_STRUCT_ST_BLKSIZE.
31464
31465 1999-11-03  Jim Meyering  <meyering@ascend.com>
31466
31467         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31468         of AC_CHECK_TYPE checks includes unistd.h.
31469         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31470         Suggestion from Akim Demaille.
31471
31472 1999-10-30  Jim Meyering  <meyering@ascend.com>
31473
31474         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31475         m4-quoted string.
31476         * m4/ls-mntd-fs.m4: Likewise.
31477         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31478         * m4/jm-winsz1.m4: Likewise.
31479
31480         * m4/const.m4: Remove file, since the fix made it into the experimental
31481         version of autoconf.
31482         * m4/mktime.m4: Likewise.
31483
31484         * m4/check-type.m4: Remove file, now that the latest version of
31485         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31486
31487         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31488         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31489         AC_CHECK_TYPE.
31490
31491 1999-10-04  Jim Meyering  <meyering@ascend.com>
31492
31493         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31494
31495 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31496
31497         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31498         2.95.1 bug with HP-UX 10.20.
31499
31500 1999-09-17  Jim Meyering  <meyering@ascend.com>
31501
31502         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31503         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31504         due to missing strdup (against sh-utils-2.0).
31505
31506 1999-08-29  Jim Meyering  <meyering@ascend.com>
31507
31508         * m4/jm-macros.m4: Require jm_BISON.
31509         * m4/bison.m4: New file.
31510
31511 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31512
31513         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31514         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31515
31516 1999-08-05  Jim Meyering  <meyering@ascend.com>
31517
31518         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31519         to avoid conflicts with `conftest' on 8+3 filesystems.
31520         Suggestion from Eli Zaretskii.
31521
31522 1999-08-04  Jim Meyering  <meyering@ascend.com>
31523
31524         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31525         fileutils and sh-utils (textutils's getline test was inadequate).
31526         (AM_FUNC_GETLINE): Run this test.
31527         (AC_CHECK_FUNCS): Check for getdelim.
31528         Reported by Bob Proulx.
31529
31530 1999-08-02  Jim Meyering  <meyering@ascend.com>
31531
31532         * m4/jm-macros.m4: Add a comment.
31533
31534 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31535
31536         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31537         <inttypes.h> defines strtoumax as a macro (and not as a
31538         function).
31539
31540 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31541
31542         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31543         that we can shift, multiply and divide unsigned long long
31544         values; Ultrix cc can't do it.
31545
31546 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31547
31548         * m4/mktime.m4: New file, which is a preview of what should appear
31549         in the next public autoconf release.
31550
31551 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31552
31553         * m4/lfs.m4: Remove this file.
31554         * m4/largefile.m4: New file.  It contains the old contents of
31555         lfs.m4, except that all names with prefix AC_LFS have been
31556         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31557         compatible with future autoconf versions.  Also, some minor m4
31558         quoting problems have been fixed.
31559
31560 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31561
31562         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31563         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31564         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31565         and simplify the shell code.
31566
31567 1999-08-01  Jim Meyering  <meyering@ascend.com>
31568
31569         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31570         m4.
31571
31572 1999-07-20  Jim Meyering  <meyering@ascend.com>
31573
31574         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31575
31576 1999-07-15  Jim Meyering  <meyering@ascend.com>
31577
31578         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31579
31580 1999-05-22  Jim Meyering  <meyering@ascend.com>
31581
31582         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31583
31584 1999-05-20  Jim Meyering  <meyering@ascend.com>
31585
31586         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31587         Add a colon after each `then' in case $4 is empty.
31588
31589 1999-05-16  Jim Meyering  <meyering@ascend.com>
31590
31591         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31592
31593 1999-05-10  Jim Meyering  <meyering@ascend.com>
31594
31595         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31596
31597         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31598         AC_FUNC_MKTIME.
31599
31600 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31601
31602         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31603
31604 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31605
31606         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31607         not CPPFLAGS, so that linking works correctly in IRIX.
31608
31609 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31610
31611         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31612
31613 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31614
31615         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31616         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31617         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31618         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31619         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31620
31621         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31622
31623 1999-04-20  Jim Meyering  <meyering@ascend.com>
31624
31625         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31626         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31627         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31628
31629 1999-04-18  Jim Meyering  <meyering@ascend.com>
31630
31631         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31632         * m4/jm-macros.m4: Use it.
31633
31634 1999-04-06  Jim Meyering  <meyering@ascend.com>
31635
31636         * m4/strftime.m4: Remove test for %f.
31637
31638 1999-03-29  Jim Meyering  <meyering@ascend.com>
31639
31640         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31641         superset of the AC_TYPE_* checks in the textutils, fileutils,
31642         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31643         AC_TYPE_PID_T.
31644
31645 1999-03-28  Jim Meyering  <meyering@ascend.com>
31646
31647         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31648         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31649         replaced e.g., in the *.sh files of the sh-utils.
31650
31651 1999-03-20  Jim Meyering  <meyering@ascend.com>
31652
31653         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31654         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31655         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31656
31657 1999-03-19  Jim Meyering  <meyering@ascend.com>
31658
31659         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31660
31661 1999-03-12  Jim Meyering  <meyering@ascend.com>
31662
31663         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31664
31665 1999-03-07  Jim Meyering  <meyering@ascend.com>
31666
31667         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31668         declared.
31669
31670 1999-02-17  Jim Meyering  <meyering@ascend.com>
31671
31672         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31673         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31674
31675 1999-02-07  Jim Meyering  <meyering@ascend.com>
31676
31677         * m4/group-member.m4: New file -- extracted from sh-utils'
31678         configure.in.
31679
31680         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31681         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31682
31683 1999-02-06  Jim Meyering  <meyering@ascend.com>
31684
31685         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31686         * m4/fnmatch.m4: Likewise.
31687         * m4/getgroups.m4: Likewise.
31688         * m4/lstat.m4: Likewise.
31689         * m4/malloc.m4: Likewise.
31690         * m4/putenv.m4: Likewise.
31691         * m4/realloc.m4: Likewise.
31692         * m4/regex.m4: Likewise.
31693         * m4/stat.m4: Likewise.
31694         * m4/strftime.m4: Likewise.
31695         Suggestion from Alain Magloire.
31696
31697         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31698         * m4/fnmatch.m4: Likewise.
31699         * m4/getgroups.m4: Likewise.
31700         * m4/getline.m4: Likewise.
31701         * m4/lstat.m4: Likewise.
31702         * m4/malloc.m4: Likewise.
31703         * m4/memcmp.m4: Likewise.
31704         * m4/putenv.m4: Likewise.
31705         * m4/realloc.m4: Likewise.
31706         * m4/regex.m4: Likewise.
31707         * m4/stat.m4: Likewise.
31708         * m4/strftime.m4: Likewise.
31709         Suggestion from Alain Magloire.
31710
31711         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31712         an argument.
31713
31714         * m4/regex.m4: Add a run-time Test for proper operation of
31715         re_compile_pattern.
31716
31717 1999-01-31  Jim Meyering  <meyering@ascend.com>
31718
31719         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31720
31721 1999-01-30  Jim Meyering  <meyering@ascend.com>
31722
31723         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31724
31725         * m4/jm-mktime.m4: Make this a wrapper around the official
31726         AM_FUNC_MKTIME rather than my private copy, now that the official one
31727         is up to date.
31728         * m4/mktime.m4: Remove file.
31729
31730         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31731         * m4/uptime.m4: Likewise.
31732         * m4/uintmax_t.m4: Likewise.
31733
31734 1999-01-28  Jim Meyering  <meyering@ascend.com>
31735
31736         * m4/jm-macros.m4: Use jm_AFS.
31737         * m4/afs.m4: New file (from fileutils' configure.in).
31738
31739         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31740         * m4/chown.m4: Likewise.
31741         * m4/d-ino.m4: Likewise.
31742         * m4/d-type.m4: Likewise.
31743         * m4/fnmatch.m4: Likewise.
31744         * m4/getgroups.m4: Likewise.
31745         * m4/gettext.m4: Likewise.
31746         * m4/jm-mktime.m4: Likewise.
31747         * m4/jm-winsz2.m4: Likewise.
31748         * m4/lcmessage.m4: Likewise.
31749         * m4/ls-mntd-fs.m4: Likewise.
31750         * m4/malloc.m4: Likewise.
31751         * m4/memcmp.m4: Likewise.
31752         * m4/putenv.m4: Likewise.
31753         * m4/realloc.m4: Likewise.
31754         * m4/st_mtim.m4: Likewise.
31755         * m4/strftime.m4: Likewise.
31756
31757 1999-01-16  Jim Meyering  <meyering@ascend.com>
31758
31759         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31760         (ARGMATCH_DIE_DECL): Define.
31761
31762 1999-01-12  Jim Meyering  <meyering@ascend.com>
31763
31764         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31765         Reported by Lars Hecking.
31766
31767 1999-01-10  Jim Meyering  <meyering@ascend.com>
31768
31769         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31770         gross kludge.
31771         * m4/inttypes_h.m4: Likewise.
31772         * m4/lstat.m4: Likewise.
31773         * m4/malloc.m4: Likewise.
31774         * m4/readdir.m4: Likewise.
31775         * m4/realloc.m4: Likewise.
31776         * m4/st_dm_mode.m4: Likewise.
31777         * m4/stat.m4: Likewise.
31778         * m4/utimbuf.m4: Likewise.
31779         * m4/utimes.m4: Likewise.
31780
31781         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31782         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31783         comments in config.h.in are meaningful.
31784
31785         * m4/jm-macros.m4: Require autoconf-2.13 here.
31786
31787         * m4/regex.m4: By default, don't use the included regex.c on systems
31788         with glibc 2.  Suggestion from Uli Drepper.
31789
31790 1999-01-02  Jim Meyering  <meyering@ascend.com>
31791
31792         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31793
31794 1998-12-18  Jim Meyering  <meyering@ascend.com>
31795
31796         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31797         Based on a suggestion from Lars Hecking.
31798
31799 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31800
31801         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31802
31803 1998-11-16  Jim Meyering  <meyering@ascend.com>
31804
31805         * m4/lfs.m4: Double-quote the `uname...` expression.
31806
31807 1998-11-14  Jim Meyering  <meyering@ascend.com>
31808
31809         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31810         * m4/stat.m4: Likewise.
31811
31812 1998-11-03  Jim Meyering  <meyering@ascend.com>
31813
31814         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31815         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31816
31817 1998-10-18  Jim Meyering  <meyering@ascend.com>
31818
31819         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31820
31821 1998-10-17  Jim Meyering  <meyering@ascend.com>
31822
31823         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31824         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31825         calls for those previously hard-coded headers.  Instead, take a new
31826         parameter.
31827         (jm_CHECK_DECLARATIONS): Reflect interface change.
31828         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31829         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31830
31831         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31832
31833 1998-10-14  Jim Meyering  <meyering@ascend.com>
31834
31835         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31836         instead of "TZ=America/Vancouver".  From Paul Eggert.
31837
31838 1998-10-11  Jim Meyering  <meyering@ascend.com>
31839
31840         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31841         This adds a test for a recently added compatibility fix for mktime.c.
31842         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31843
31844 1998-09-27  Jim Meyering  <meyering@ascend.com>
31845
31846         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31847
31848         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31849         ../configure.in, including a change from Gordon Matzigkeit to allow
31850         cross-compiling for the Hurd.
31851
31852         * m4/glibc.m4: New file/macro to test for the GNU C Library
31853         versions 1 and 2.  From Gordon Matzigkeit.
31854         Indent.
31855
31856 1998-09-21  Jim Meyering  <meyering@ascend.com>
31857
31858         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31859
31860 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31861
31862         Port nanosecond-resolution times to UnixWare 2.1.2 and
31863         pedantic Solaris 2.6.
31864
31865         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31866         AC_STRUCT_ST_MTIM.
31867         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31868         Generate name of ns member, instead of just 1 or undef.
31869         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31870
31871 1998-08-15  Jim Meyering  <meyering@ascend.com>
31872
31873         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31874         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31875         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31876         instead of jm_TYPE_SSIZE_T.
31877
31878 1998-08-12  Jim Meyering  <meyering@ascend.com>
31879
31880         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31881
31882 1998-08-02  Jim Meyering  <meyering@ascend.com>
31883
31884         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31885         in acconfig.h manually.
31886
31887 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31888
31889         * m4/st_mtim.m4: New file.
31890
31891 1998-07-28  Jim Meyering  <meyering@ascend.com>
31892
31893         * m4/utimes.m4: Undef stat.
31894
31895 1998-07-25  Jim Meyering  <meyering@ascend.com>
31896
31897         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31898         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31899
31900 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31901
31902         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31903         uid and gid actually remain unchanged.
31904
31905 1998-07-07  Jim Meyering  <meyering@ascend.com>
31906
31907         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31908
31909 1998-07-04  Jim Meyering  <meyering@ascend.com>
31910
31911         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31912         to prove that this macro can be used in packages without regex.c.
31913
31914 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31915
31916         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31917         is to be used.
31918
31919 1998-07-03  Jim Meyering  <meyering@ascend.com>
31920
31921         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31922
31923         * m4/gettext.m4: New file -- from gettext-0.10.35.
31924         * m4/lcmessage.m4: Likewise.
31925         * m4/progtest.m4: Likewise.
31926
31927         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31928         * m4/jm-macros.m4: Require the new macro.
31929
31930 1998-06-29  Jim Meyering  <meyering@ascend.com>
31931
31932         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31933         for the definition of NGROUPS (used in a system header included
31934         by sys/mount.h).
31935
31936 1998-06-28  Jim Meyering  <meyering@ascend.com>
31937
31938         * m4/ls-mntd-fs.m4: New file.
31939         * m4/fstypename.m4: New file.
31940
31941         * m4/jm-macros.m4: Require the new macro.
31942         * m4/jm-glibc-io.m4: New file.
31943
31944 1998-05-19  Jim Meyering  <meyering@ascend.com>
31945
31946         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31947         * m4/lchown.m4: New file.
31948
31949         * m4/Makefile.am.in: New file.
31950         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31951
31952 1998-05-14  Jim Meyering  <meyering@ascend.com>
31953
31954         * m4/Makefile.am (EXTRA_DIST): Add them.
31955         * m4/jm-macros.m4: New file.
31956         * m4/utimbuf.m4: New file.
31957
31958 1998-05-12  Jim Meyering  <meyering@ascend.com>
31959
31960         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31961
31962 1998-05-11  Jim Meyering  <meyering@ascend.com>
31963
31964         * m4/isc-posix.m4: New file.
31965
31966 1998-05-10  Jim Meyering  <meyering@ascend.com>